Trace number 3266564

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0UNSAT 1628.32 407.695

General information on the benchmark

NameSAT02/handmade/zhang-lintao/
xor-chain/x1_40.shuffled.cnf
MD5SUM15f5068fb216bf26d5385140ce74faaf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.000999
Satisfiable
(Un)Satisfiability was proved
Number of variables118
Number of clauses314
Sum of the clauses size940
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 3312
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 20104
0.00/0.00	c parsetime: 139us
0.00/0.00	c parsed 314 clauses with 118 variables
0.00/0.00	c NW started thread 0 successfully (1099868480)
0.00/0.00	c NW started thread 1 successfully (1110358336)
0.00/0.00	c NW started thread 2 successfully (1120848192)
0.00/0.00	c NW started thread 3 successfully (1131338048)
0.00/0.57	c preprocessor returned 10108 variables
0.00/0.57	c preprocessing returned UNKNOWN
0.00/0.57	c PP set 0 variables
0.00/0.57	c pp time: 566258us (0s)
0.00/0.57	c preprocessor returned 10108 variables
0.00/0.57	c preprocessing returned UNKNOWN
0.00/0.57	c PP set 0 variables
0.00/0.57	c pp time: 566828us (0s)
0.00/0.57	c preprocessor returned 10108 variables
0.00/0.57	c preprocessing returned UNKNOWN
0.00/0.57	c PP set 0 variables
0.00/0.57	c pp time: 568469us (0s)
23.53/5.94	c preprocessor returned 30375 variables
23.53/5.94	c preprocessing returned UNKNOWN
23.53/5.94	c PP set 0 variables
23.53/5.94	c pp time: 5935270us (5s)
1627.18/407.43	c added unsatisfied clause
1627.18/407.43	c failed to add network clauses
1627.60/407.55	c ====================
1627.60/407.55	c implication/decision inf%(inf)
1627.60/407.55	c decisions:           1175927
1627.60/407.55	c last level:          0
1627.60/407.55	c conflicts:           932610
1627.60/407.55	c restarts:            6194
1627.60/407.55	c rejected_restarts    0
1627.60/407.55	c removals:            19
1627.60/407.55	c removed clauses:     563967
1627.60/407.55	c oft clauses:         0
1628.00/407.68	c solvetime: 407106030us (407s)
1628.00/407.68	c sended clauses   | 109637 | 128499 | 52932 | 117216 |
1628.00/407.68	c received clauses | 0 | 0 | 19 | 15 |
1628.00/407.68	c join all other threads
1628.00/407.68	c joined thread 0
1628.00/407.68	c joined thread 1
1628.00/407.68	c joined thread 2
1628.00/407.68	c joined thread 3
1628.00/407.68	c memory usage (vsize): 357 MB
1628.00/407.68	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3266564-1304082043/watcher-3266564-1304082043 -o /tmp/evaluation-result-3266564-1304082043/solver-3266564-1304082043 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3266564-1304082043.cnf 1947842069 4800 15500 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.79 7.82 7.94 1/172 20102
/proc/meminfo: memFree=31008532/32951124 swapFree=67111464/67111528
[pid=20102] ppid=20100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20102/stat : 20102 (priss.sh) S 20100 20102 19459 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 598434864 8908800 251 33554432000 4194304 4922060 140733649355280 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20102/statm: 2175 251 211 178 0 68 0

[startup+0.118321 s]
/proc/loadavg: 6.79 7.82 7.94 1/172 20102
/proc/meminfo: memFree=31008532/32951124 swapFree=67111464/67111528
[pid=20102] ppid=20100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20102/stat : 20102 (priss.sh) S 20100 20102 19459 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 598434864 8908800 251 33554432000 4194304 4922060 140733649355280 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20102/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.218301 s]
/proc/loadavg: 6.79 7.82 7.94 1/172 20102
/proc/meminfo: memFree=31008532/32951124 swapFree=67111464/67111528
[pid=20102] ppid=20100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20102/stat : 20102 (priss.sh) S 20100 20102 19459 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 598434864 8908800 251 33554432000 4194304 4922060 140733649355280 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20102/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.318283 s]
/proc/loadavg: 6.79 7.82 7.94 1/172 20102
/proc/meminfo: memFree=31008532/32951124 swapFree=67111464/67111528
[pid=20102] ppid=20100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20102/stat : 20102 (priss.sh) S 20100 20102 19459 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 598434864 8908800 251 33554432000 4194304 4922060 140733649355280 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20102/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.708735 s]
/proc/loadavg: 6.79 7.82 7.94 1/172 20102
/proc/meminfo: memFree=31008532/32951124 swapFree=67111464/67111528
[pid=20102] ppid=20100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20102/stat : 20102 (priss.sh) S 20100 20102 19459 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 598434864 8908800 251 33554432000 4194304 4922060 140733649355280 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20102/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50007 s]
/proc/loadavg: 6.79 7.82 7.94 1/172 20102
/proc/meminfo: memFree=31008532/32951124 swapFree=67111464/67111528
[pid=20102] ppid=20100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20102/stat : 20102 (priss.sh) S 20100 20102 19459 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 598434864 8908800 251 33554432000 4194304 4922060 140733649355280 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20102/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10077 s]
/proc/loadavg: 6.79 7.82 7.94 9/188 20121
/proc/meminfo: memFree=30933616/32951124 swapFree=67111464/67111528
[pid=20102] ppid=20100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20102/stat : 20102 (priss.sh) S 20100 20102 19459 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 598434864 8908800 251 33554432000 4194304 4922060 140733649355280 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20102/statm: 2175 251 211 178 0 68 0
[pid=20104] ppid=20102 vsize=220600 CPUtime=12.35 cores=0,2,4,6
/proc/20104/stat : 20104 (priss) S 20102 20102 19459 0 -1 4202496 11168 0 0 0 1231 4 0 0 19 0 5 0 598434864 225894400 10216 33554432000 4194304 5787044 140734256467552 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20104/statm: 55150 10216 405 389 0 50900 0
[pid=20104/tid=20107] ppid=20102 vsize=220600 CPUtime=3.08 cores=0,2,4,6
/proc/20104/task/20107/stat : 20107 (priss) R 20102 20102 19459 0 -1 4202560 2239 0 0 0 307 1 0 0 25 0 5 0 598434864 225894400 10216 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20104/tid=20108] ppid=20102 vsize=220600 CPUtime=3.08 cores=0,2,4,6
/proc/20104/task/20108/stat : 20108 (priss) R 20102 20102 19459 0 -1 4202560 2029 0 0 0 307 1 0 0 25 0 5 0 598434864 225894400 10216 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20104/tid=20109] ppid=20102 vsize=220600 CPUtime=3.07 cores=0,2,4,6
/proc/20104/task/20109/stat : 20109 (priss) R 20102 20102 19459 0 -1 4202560 3411 0 0 0 306 1 0 0 22 0 5 0 598434865 225894400 10216 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20104/tid=20110] ppid=20102 vsize=220600 CPUtime=3.09 cores=0,2,4,6
/proc/20104/task/20110/stat : 20110 (priss) R 20102 20102 19459 0 -1 4202560 1991 0 0 0 309 0 0 0 25 0 5 0 598434865 225894400 10216 33554432000 4194304 5787044 140734256467552 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 229300

[startup+6.30119 s]
/proc/loadavg: 6.88 7.82 7.94 9/188 20121
/proc/meminfo: memFree=30906552/32951124 swapFree=67111464/67111528
[pid=20102] ppid=20100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20102/stat : 20102 (priss.sh) S 20100 20102 19459 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 598434864 8908800 251 33554432000 4194304 4922060 140733649355280 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20102/statm: 2175 251 211 178 0 68 0
[pid=20104] ppid=20102 vsize=223640 CPUtime=25.13 cores=0,2,4,6
/proc/20104/stat : 20104 (priss) S 20102 20102 19459 0 -1 4202496 14993 0 0 0 2508 5 0 0 19 0 5 0 598434864 229007360 13067 33554432000 4194304 5787044 140734256467552 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20104/statm: 55910 13068 418 389 0 51660 0
[pid=20104/tid=20107] ppid=20102 vsize=223640 CPUtime=6.28 cores=0,2,4,6
/proc/20104/task/20107/stat : 20107 (priss) R 20102 20102 19459 0 -1 4202560 2739 0 0 0 627 1 0 0 25 0 5 0 598434864 229007360 13068 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20104/tid=20108] ppid=20102 vsize=223640 CPUtime=6.28 cores=0,2,4,6
/proc/20104/task/20108/stat : 20108 (priss) R 20102 20102 19459 0 -1 4202560 2757 0 0 0 627 1 0 0 25 0 5 0 598434864 229007360 13068 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20104/tid=20109] ppid=20102 vsize=223640 CPUtime=6.25 cores=0,2,4,6
/proc/20104/task/20109/stat : 20109 (priss) R 20102 20102 19459 0 -1 4202560 3970 0 0 0 624 1 0 0 25 0 5 0 598434865 229007360 13068 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20104/tid=20110] ppid=20102 vsize=223640 CPUtime=6.28 cores=0,2,4,6
/proc/20104/task/20110/stat : 20110 (priss) R 20102 20102 19459 0 -1 4202560 4030 0 0 0 628 0 0 0 25 0 5 0 598434865 229007360 13068 33554432000 4194304 5787044 140734256467552 18446744073709551615 260020057121 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 232340

[startup+12.707 s]
/proc/loadavg: 6.97 7.82 7.94 9/188 20121
/proc/meminfo: memFree=30864540/32951124 swapFree=67111464/67111528
[pid=20102] ppid=20100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20102/stat : 20102 (priss.sh) S 20100 20102 19459 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 598434864 8908800 251 33554432000 4194304 4922060 140733649355280 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20102/statm: 2175 251 211 178 0 68 0
[pid=20104] ppid=20102 vsize=299120 CPUtime=50.7 cores=0,2,4,6
/proc/20104/stat : 20104 (priss) S 20102 20102 19459 0 -1 4202496 20176 0 0 0 5061 9 0 0 19 0 5 0 598434864 306298880 18248 33554432000 4194304 5787044 140734256467552 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20104/statm: 74780 18248 418 389 0 70530 0
[pid=20104/tid=20107] ppid=20102 vsize=299120 CPUtime=12.69 cores=0,2,4,6
/proc/20104/task/20107/stat : 20107 (priss) R 20102 20102 19459 0 -1 4202560 3450 0 0 0 1267 2 0 0 22 0 5 0 598434864 306298880 18248 33554432000 4194304 5787044 140734256467552 18446744073709551615 260020093498 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20104/tid=20108] ppid=20102 vsize=299120 CPUtime=12.68 cores=0,2,4,6
/proc/20104/task/20108/stat : 20108 (priss) R 20102 20102 19459 0 -1 4202560 3718 0 0 0 1266 2 0 0 25 0 5 0 598434864 306298880 18248 33554432000 4194304 5787044 140734256467552 18446744073709551615 260020093911 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20104/tid=20109] ppid=20102 vsize=299120 CPUtime=12.62 cores=0,2,4,6
/proc/20104/task/20109/stat : 20109 (priss) R 20102 20102 19459 0 -1 4202560 4902 0 0 0 1260 2 0 0 25 0 5 0 598434865 306298880 18248 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20104/tid=20110] ppid=20102 vsize=299120 CPUtime=12.68 cores=0,2,4,6
/proc/20104/task/20110/stat : 20110 (priss) R 20102 20102 19459 0 -1 4202560 6608 0 0 0 1267 1 0 0 25 0 5 0 598434865 306298880 18248 33554432000 4194304 5787044 140734256467552 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 307820

[startup+25.5007 s]
/proc/loadavg: 7.20 7.83 7.94 9/189 20123
/proc/meminfo: memFree=30822004/32951124 swapFree=67111464/67111528
[pid=20102] ppid=20100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20102/stat : 20102 (priss.sh) S 20100 20102 19459 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 598434864 8908800 251 33554432000 4194304 4922060 140733649355280 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20102/statm: 2175 251 211 178 0 68 0
[pid=20104] ppid=20102 vsize=309436 CPUtime=101.8 cores=0,2,4,6
/proc/20104/stat : 20104 (priss) S 20102 20102 19459 0 -1 4202496 26312 0 0 0 10167 13 0 0 19 0 5 0 598434864 316862464 24339 33554432000 4194304 5787044 140734256467552 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20104/statm: 77359 24339 418 389 0 73109 0
[pid=20104/tid=20107] ppid=20102 vsize=309436 CPUtime=25.48 cores=0,2,4,6
/proc/20104/task/20107/stat : 20107 (priss) R 20102 20102 19459 0 -1 4202560 3979 0 0 0 2546 2 0 0 25 0 5 0 598434864 316862464 24339 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20104/tid=20108] ppid=20102 vsize=309436 CPUtime=25.47 cores=0,2,4,6
/proc/20104/task/20108/stat : 20108 (priss) R 20102 20102 19459 0 -1 4202560 6181 0 0 0 2543 4 0 0 25 0 5 0 598434864 316862464 24339 33554432000 4194304 5787044 140734256467552 18446744073709551615 5588680 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20104/tid=20109] ppid=20102 vsize=309436 CPUtime=25.34 cores=0,2,4,6
/proc/20104/task/20109/stat : 20109 (priss) R 20102 20102 19459 0 -1 4202560 7126 0 0 0 2531 3 0 0 25 0 5 0 598434865 316862464 24339 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20104/tid=20110] ppid=20102 vsize=309436 CPUtime=25.48 cores=0,2,4,6
/proc/20104/task/20110/stat : 20110 (priss) R 20102 20102 19459 0 -1 4202560 7528 0 0 0 2546 2 0 0 25 0 5 0 598434865 316862464 24339 33554432000 4194304 5787044 140734256467552 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 318136

[startup+51.1009 s]
/proc/loadavg: 7.47 7.84 7.94 9/188 20131
/proc/meminfo: memFree=30767260/32951124 swapFree=67111464/67111528
[pid=20102] ppid=20100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20102/stat : 20102 (priss.sh) S 20100 20102 19459 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 598434864 8908800 251 33554432000 4194304 4922060 140733649355280 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20102/statm: 2175 251 211 178 0 68 0
[pid=20104] ppid=20102 vsize=316584 CPUtime=204.04 cores=0,2,4,6
/proc/20104/stat : 20104 (priss) S 20102 20102 19459 0 -1 4202496 32824 0 0 0 20385 19 0 0 19 0 5 0 598434864 324182016 30763 33554432000 4194304 5787044 140734256467552 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20104/statm: 79146 30763 418 389 0 74896 0
[pid=20104/tid=20107] ppid=20102 vsize=316584 CPUtime=51.08 cores=0,2,4,6
/proc/20104/task/20107/stat : 20107 (priss) R 20102 20102 19459 0 -1 4202560 4757 0 0 0 5105 3 0 0 25 0 5 0 598434864 324182016 30763 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20104/tid=20108] ppid=20102 vsize=316584 CPUtime=51.07 cores=0,2,4,6
/proc/20104/task/20108/stat : 20108 (priss) R 20102 20102 19459 0 -1 4202560 8916 0 0 0 5101 6 0 0 25 0 5 0 598434864 324182016 30763 33554432000 4194304 5787044 140734256467552 18446744073709551615 260020093911 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20104/tid=20109] ppid=20102 vsize=316584 CPUtime=50.79 cores=0,2,4,6
/proc/20104/task/20109/stat : 20109 (priss) R 20102 20102 19459 0 -1 4202560 8500 0 0 0 5074 5 0 0 25 0 5 0 598434865 324182016 30763 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20104/tid=20110] ppid=20102 vsize=316584 CPUtime=51.07 cores=0,2,4,6
/proc/20104/task/20110/stat : 20110 (priss) R 20102 20102 19459 0 -1 4202560 9153 0 0 0 5103 4 0 0 25 0 5 0 598434865 324182016 30763 33554432000 4194304 5787044 140734256467552 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 325284

[startup+102.301 s]
/proc/loadavg: 7.77 7.86 7.94 9/188 20165
/proc/meminfo: memFree=30783576/32951124 swapFree=67111464/67111528
[pid=20102] ppid=20100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20102/stat : 20102 (priss.sh) S 20100 20102 19459 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 598434864 8908800 251 33554432000 4194304 4922060 140733649355280 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20102/statm: 2175 251 211 178 0 68 0
[pid=20104] ppid=20102 vsize=329180 CPUtime=408.53 cores=0,2,4,6
/proc/20104/stat : 20104 (priss) S 20102 20102 19459 0 -1 4202496 40115 0 0 0 40826 27 0 0 19 0 5 0 598434864 337080320 38021 33554432000 4194304 5787044 140734256467552 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20104/statm: 82295 38021 418 389 0 78045 0
[pid=20104/tid=20107] ppid=20102 vsize=329180 CPUtime=102.27 cores=0,2,4,6
/proc/20104/task/20107/stat : 20107 (priss) R 20102 20102 19459 0 -1 4202560 7561 0 0 0 10223 4 0 0 25 0 5 0 598434864 337080320 38021 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20104/tid=20108] ppid=20102 vsize=329180 CPUtime=102.27 cores=0,2,4,6
/proc/20104/task/20108/stat : 20108 (priss) R 20102 20102 19459 0 -1 4202560 10555 0 0 0 10218 9 0 0 25 0 5 0 598434864 337080320 38021 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20104/tid=20109] ppid=20102 vsize=329180 CPUtime=101.7 cores=0,2,4,6
/proc/20104/task/20109/stat : 20109 (priss) R 20102 20102 19459 0 -1 4202560 9180 0 0 0 10165 5 0 0 25 0 5 0 598434865 337080320 38021 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20104/tid=20110] ppid=20102 vsize=329180 CPUtime=102.25 cores=0,2,4,6
/proc/20104/task/20110/stat : 20110 (priss) R 20102 20102 19459 0 -1 4202560 11321 0 0 0 10218 7 0 0 25 0 5 0 598434865 337080320 38021 33554432000 4194304 5787044 140734256467552 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.53
Current children cumulated vsize (KiB) 337880

[startup+162.307 s]
/proc/loadavg: 7.91 7.89 7.94 9/188 20166
/proc/meminfo: memFree=30719536/32951124 swapFree=67111464/67111528
[pid=20102] ppid=20100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20102/stat : 20102 (priss.sh) S 20100 20102 19459 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 598434864 8908800 251 33554432000 4194304 4922060 140733649355280 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20102/statm: 2175 251 211 178 0 68 0
[pid=20104] ppid=20102 vsize=335168 CPUtime=648.21 cores=0,2,4,6

################
# More data... #
################

[pid=20104/tid=20108] ppid=20102 vsize=355700 CPUtime=282.25 cores=0,2,4,6
/proc/20104/task/20108/stat : 20108 (priss) R 20102 20102 19459 0 -1 4202560 14884 0 0 0 28213 12 0 0 25 0 5 0 598434864 364236800 53169 33554432000 4194304 5787044 140734256467552 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20104/tid=20109] ppid=20102 vsize=355700 CPUtime=280.68 cores=0,2,4,6
/proc/20104/task/20109/stat : 20109 (priss) R 20102 20102 19459 0 -1 4202560 12193 0 0 0 28059 9 0 0 25 0 5 0 598434865 364236800 53169 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20104/tid=20110] ppid=20102 vsize=355700 CPUtime=282.25 cores=0,2,4,6
/proc/20104/task/20110/stat : 20110 (priss) R 20102 20102 19459 0 -1 4202560 14897 0 0 0 28215 10 0 0 25 0 5 0 598434865 364236800 53169 33554432000 4194304 5787044 140734256467552 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1127.47
Current children cumulated vsize (KiB) 364400

[startup+342.3 s]
/proc/loadavg: 8.16 7.99 7.96 9/188 20171
/proc/meminfo: memFree=30605804/32951124 swapFree=67111464/67111528
[pid=20102] ppid=20100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20102/stat : 20102 (priss.sh) S 20100 20102 19459 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 598434864 8908800 251 33554432000 4194304 4922060 140733649355280 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20102/statm: 2175 251 211 178 0 68 0
[pid=20104] ppid=20102 vsize=360708 CPUtime=1367.15 cores=0,2,4,6
/proc/20104/stat : 20104 (priss) S 20102 20102 19459 0 -1 4202496 57465 0 0 0 136670 45 0 0 19 0 5 0 598434864 369364992 54936 33554432000 4194304 5787044 140734256467552 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20104/statm: 90177 54936 419 389 0 85927 0
[pid=20104/tid=20107] ppid=20102 vsize=360708 CPUtime=342.25 cores=0,2,4,6
/proc/20104/task/20107/stat : 20107 (priss) R 20102 20102 19459 0 -1 4202560 12419 0 0 0 34215 10 0 0 25 0 5 0 598434864 369364992 54936 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20104/tid=20108] ppid=20102 vsize=360708 CPUtime=342.25 cores=0,2,4,6
/proc/20104/task/20108/stat : 20108 (priss) R 20102 20102 19459 0 -1 4202560 16308 0 0 0 34212 13 0 0 25 0 5 0 598434864 369364992 54936 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20104/tid=20109] ppid=20102 vsize=360708 CPUtime=340.36 cores=0,2,4,6
/proc/20104/task/20109/stat : 20109 (priss) R 20102 20102 19459 0 -1 4202560 12217 0 0 0 34026 10 0 0 25 0 5 0 598434865 369364992 54936 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20104/tid=20110] ppid=20102 vsize=360708 CPUtime=342.25 cores=0,2,4,6
/proc/20104/task/20110/stat : 20110 (priss) R 20102 20102 19459 0 -1 4202560 15023 0 0 0 34215 10 0 0 25 0 5 0 598434865 369364992 54936 33554432000 4194304 5787044 140734256467552 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1367.15
Current children cumulated vsize (KiB) 369408

[startup+402.301 s]
/proc/loadavg: 8.18 8.02 7.97 9/188 20173
/proc/meminfo: memFree=30554512/32951124 swapFree=67111464/67111528
[pid=20102] ppid=20100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20102/stat : 20102 (priss.sh) S 20100 20102 19459 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 598434864 8908800 251 33554432000 4194304 4922060 140733649355280 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20102/statm: 2175 251 211 178 0 68 0
[pid=20104] ppid=20102 vsize=376372 CPUtime=1606.8 cores=0,2,4,6
/proc/20104/stat : 20104 (priss) S 20102 20102 19459 0 -1 4202496 63715 0 0 0 160631 49 0 0 19 0 5 0 598434864 385404928 61186 33554432000 4194304 5787044 140734256467552 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20104/statm: 94093 61186 419 389 0 89843 0
[pid=20104/tid=20107] ppid=20102 vsize=376372 CPUtime=402.25 cores=0,2,4,6
/proc/20104/task/20107/stat : 20107 (priss) R 20102 20102 19459 0 -1 4202560 13437 0 0 0 40214 11 0 0 25 0 5 0 598434864 385404928 61186 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20104/tid=20108] ppid=20102 vsize=376372 CPUtime=402.25 cores=0,2,4,6
/proc/20104/task/20108/stat : 20108 (priss) R 20102 20102 19459 0 -1 4202560 18871 0 0 0 40211 14 0 0 25 0 5 0 598434864 385404928 61186 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20104/tid=20109] ppid=20102 vsize=376372 CPUtime=400.02 cores=0,2,4,6
/proc/20104/task/20109/stat : 20109 (priss) R 20102 20102 19459 0 -1 4202560 12604 0 0 0 39992 10 0 0 25 0 5 0 598434865 385404928 61186 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20104/tid=20110] ppid=20102 vsize=376372 CPUtime=402.25 cores=0,2,4,6
/proc/20104/task/20110/stat : 20110 (priss) R 20102 20102 19459 0 -1 4202560 17305 0 0 0 40213 12 0 0 25 0 5 0 598434865 385404928 61186 33554432000 4194304 5787044 140734256467552 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1606.8
Current children cumulated vsize (KiB) 385072

Solver just ended. Dumping a history of the last processes samples

[startup+403.701 s]
/proc/loadavg: 8.18 8.02 7.97 9/188 20173
/proc/meminfo: memFree=30552652/32951124 swapFree=67111464/67111528
[pid=20102] ppid=20100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20102/stat : 20102 (priss.sh) S 20100 20102 19459 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 598434864 8908800 251 33554432000 4194304 4922060 140733649355280 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20102/statm: 2175 251 211 178 0 68 0
[pid=20104] ppid=20102 vsize=377396 CPUtime=1612.39 cores=0,2,4,6
/proc/20104/stat : 20104 (priss) S 20102 20102 19459 0 -1 4202496 63888 0 0 0 161190 49 0 0 19 0 5 0 598434864 386453504 61359 33554432000 4194304 5787044 140734256467552 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20104/statm: 94349 61359 420 389 0 90099 0
[pid=20104/tid=20107] ppid=20102 vsize=377396 CPUtime=403.65 cores=0,2,4,6
/proc/20104/task/20107/stat : 20107 (priss) R 20102 20102 19459 0 -1 4202560 13450 0 0 0 40354 11 0 0 25 0 5 0 598434864 386453504 61359 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20104/tid=20108] ppid=20102 vsize=377396 CPUtime=403.65 cores=0,2,4,6
/proc/20104/task/20108/stat : 20108 (priss) R 20102 20102 19459 0 -1 4202560 19006 0 0 0 40351 14 0 0 25 0 5 0 598434864 386453504 61359 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20104/tid=20109] ppid=20102 vsize=377396 CPUtime=401.41 cores=0,2,4,6
/proc/20104/task/20109/stat : 20109 (priss) R 20102 20102 19459 0 -1 4202560 12625 0 0 0 40131 10 0 0 25 0 5 0 598434865 386453504 61359 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20104/tid=20110] ppid=20102 vsize=377396 CPUtime=403.65 cores=0,2,4,6
/proc/20104/task/20110/stat : 20110 (priss) R 20102 20102 19459 0 -1 4202560 17309 0 0 0 40353 12 0 0 25 0 5 0 598434865 386453504 61359 33554432000 4194304 5787044 140734256467552 18446744073709551615 5527767 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1612.39
Current children cumulated vsize (KiB) 386096

[startup+405.301 s]
/proc/loadavg: 8.17 8.02 7.97 9/188 20173
/proc/meminfo: memFree=30551784/32951124 swapFree=67111464/67111528
[pid=20102] ppid=20100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20102/stat : 20102 (priss.sh) S 20100 20102 19459 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 598434864 8908800 251 33554432000 4194304 4922060 140733649355280 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20102/statm: 2175 251 211 178 0 68 0
[pid=20104] ppid=20102 vsize=377396 CPUtime=1618.81 cores=0,2,4,6
/proc/20104/stat : 20104 (priss) S 20102 20102 19459 0 -1 4202496 63941 0 0 0 161831 50 0 0 19 0 5 0 598434864 386453504 61412 33554432000 4194304 5787044 140734256467552 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20104/statm: 94349 61412 420 389 0 90099 0
[pid=20104/tid=20107] ppid=20102 vsize=377396 CPUtime=405.25 cores=0,2,4,6
/proc/20104/task/20107/stat : 20107 (priss) R 20102 20102 19459 0 -1 4202560 13453 0 0 0 40514 11 0 0 25 0 5 0 598434864 386453504 61412 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20104/tid=20108] ppid=20102 vsize=377396 CPUtime=405.26 cores=0,2,4,6
/proc/20104/task/20108/stat : 20108 (priss) R 20102 20102 19459 0 -1 4202560 19007 0 0 0 40512 14 0 0 25 0 5 0 598434864 386453504 61412 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20104/tid=20109] ppid=20102 vsize=377396 CPUtime=403 cores=0,2,4,6
/proc/20104/task/20109/stat : 20109 (priss) R 20102 20102 19459 0 -1 4202560 12655 0 0 0 40290 10 0 0 25 0 5 0 598434865 386453504 61412 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20104/tid=20110] ppid=20102 vsize=377396 CPUtime=405.25 cores=0,2,4,6
/proc/20104/task/20110/stat : 20110 (priss) R 20102 20102 19459 0 -1 4202560 17328 0 0 0 40513 12 0 0 25 0 5 0 598434865 386453504 61412 33554432000 4194304 5787044 140734256467552 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1618.81
Current children cumulated vsize (KiB) 386096

[startup+406.9 s]
/proc/loadavg: 8.17 8.02 7.97 9/188 20173
/proc/meminfo: memFree=30551164/32951124 swapFree=67111464/67111528
[pid=20102] ppid=20100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20102/stat : 20102 (priss.sh) S 20100 20102 19459 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 598434864 8908800 251 33554432000 4194304 4922060 140733649355280 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20102/statm: 2175 251 211 178 0 68 0
[pid=20104] ppid=20102 vsize=377396 CPUtime=1625.18 cores=0,2,4,6
/proc/20104/stat : 20104 (priss) S 20102 20102 19459 0 -1 4202496 64023 0 0 0 162468 50 0 0 19 0 5 0 598434864 386453504 61494 33554432000 4194304 5787044 140734256467552 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20104/statm: 94349 61494 420 389 0 90099 0
[pid=20104/tid=20107] ppid=20102 vsize=377396 CPUtime=406.85 cores=0,2,4,6
/proc/20104/task/20107/stat : 20107 (priss) R 20102 20102 19459 0 -1 4202560 13455 0 0 0 40674 11 0 0 25 0 5 0 598434864 386453504 61494 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20104/tid=20108] ppid=20102 vsize=377396 CPUtime=406.85 cores=0,2,4,6
/proc/20104/task/20108/stat : 20108 (priss) R 20102 20102 19459 0 -1 4202560 19009 0 0 0 40671 14 0 0 25 0 5 0 598434864 386453504 61494 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20104/tid=20109] ppid=20102 vsize=377396 CPUtime=404.59 cores=0,2,4,6
/proc/20104/task/20109/stat : 20109 (priss) R 20102 20102 19459 0 -1 4202560 12680 0 0 0 40449 10 0 0 25 0 5 0 598434865 386453504 61494 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20104/tid=20110] ppid=20102 vsize=377396 CPUtime=406.85 cores=0,2,4,6
/proc/20104/task/20110/stat : 20110 (priss) R 20102 20102 19459 0 -1 4202560 17381 0 0 0 40673 12 0 0 25 0 5 0 598434865 386453504 61494 33554432000 4194304 5787044 140734256467552 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1625.18
Current children cumulated vsize (KiB) 386096

[startup+407.3 s]
/proc/loadavg: 8.17 8.02 7.97 9/188 20173
/proc/meminfo: memFree=30551164/32951124 swapFree=67111464/67111528
[pid=20102] ppid=20100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20102/stat : 20102 (priss.sh) S 20100 20102 19459 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 598434864 8908800 251 33554432000 4194304 4922060 140733649355280 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20102/statm: 2175 251 211 178 0 68 0
[pid=20104] ppid=20102 vsize=377396 CPUtime=1626.78 cores=0,2,4,6
/proc/20104/stat : 20104 (priss) S 20102 20102 19459 0 -1 4202496 64038 0 0 0 162628 50 0 0 19 0 5 0 598434864 386453504 61509 33554432000 4194304 5787044 140734256467552 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20104/statm: 94349 61509 420 389 0 90099 0
[pid=20104/tid=20107] ppid=20102 vsize=377396 CPUtime=407.25 cores=0,2,4,6
/proc/20104/task/20107/stat : 20107 (priss) R 20102 20102 19459 0 -1 4202560 13456 0 0 0 40714 11 0 0 25 0 5 0 598434864 386453504 61509 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20104/tid=20108] ppid=20102 vsize=377396 CPUtime=407.25 cores=0,2,4,6
/proc/20104/task/20108/stat : 20108 (priss) R 20102 20102 19459 0 -1 4202560 19009 0 0 0 40711 14 0 0 25 0 5 0 598434864 386453504 61509 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20104/tid=20109] ppid=20102 vsize=377396 CPUtime=404.99 cores=0,2,4,6
/proc/20104/task/20109/stat : 20109 (priss) R 20102 20102 19459 0 -1 4202560 12686 0 0 0 40489 10 0 0 25 0 5 0 598434865 386453504 61509 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20104/tid=20110] ppid=20102 vsize=377396 CPUtime=407.25 cores=0,2,4,6
/proc/20104/task/20110/stat : 20110 (priss) R 20102 20102 19459 0 -1 4202560 17389 0 0 0 40713 12 0 0 25 0 5 0 598434865 386453504 61509 33554432000 4194304 5787044 140734256467552 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1626.78
Current children cumulated vsize (KiB) 386096

[startup+407.5 s]
/proc/loadavg: 8.17 8.02 7.97 9/188 20173
/proc/meminfo: memFree=30550668/32951124 swapFree=67111464/67111528
[pid=20102] ppid=20100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20102/stat : 20102 (priss.sh) S 20100 20102 19459 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 598434864 8908800 251 33554432000 4194304 4922060 140733649355280 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20102/statm: 2175 251 211 178 0 68 0
[pid=20104] ppid=20102 vsize=377396 CPUtime=1627.6 cores=0,2,4,6
/proc/20104/stat : 20104 (priss) S 20102 20102 19459 0 -1 4202496 64048 0 0 0 162710 50 0 0 19 0 5 0 598434864 386453504 61519 33554432000 4194304 5787044 140734256467552 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20104/statm: 94349 61519 420 389 0 90099 0
[pid=20104/tid=20107] ppid=20102 vsize=377396 CPUtime=407.45 cores=0,2,4,6
/proc/20104/task/20107/stat : 20107 (priss) R 20102 20102 19459 0 -1 4202560 13456 0 0 0 40734 11 0 0 25 0 5 0 598434864 386453504 61519 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20104/tid=20108] ppid=20102 vsize=377396 CPUtime=407.46 cores=0,2,4,6
/proc/20104/task/20108/stat : 20108 (priss) R 20102 20102 19459 0 -1 4202560 19012 0 0 0 40732 14 0 0 25 0 5 0 598434864 386453504 61519 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20104/tid=20109] ppid=20102 vsize=377396 CPUtime=405.19 cores=0,2,4,6
/proc/20104/task/20109/stat : 20109 (priss) R 20102 20102 19459 0 -1 4202560 12690 0 0 0 40509 10 0 0 25 0 5 0 598434865 386453504 61519 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20104/tid=20110] ppid=20102 vsize=377396 CPUtime=407.45 cores=0,2,4,6
/proc/20104/task/20110/stat : 20110 (priss) R 20102 20102 19459 0 -1 4202560 17392 0 0 0 40733 12 0 0 25 0 5 0 598434865 386453504 61519 33554432000 4194304 5787044 140734256467552 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1627.6
Current children cumulated vsize (KiB) 386096

[startup+407.607 s]
/proc/loadavg: 8.17 8.02 7.97 9/188 20173
/proc/meminfo: memFree=30550668/32951124 swapFree=67111464/67111528
[pid=20102] ppid=20100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20102/stat : 20102 (priss.sh) S 20100 20102 19459 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 598434864 8908800 251 33554432000 4194304 4922060 140733649355280 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20102/statm: 2175 251 211 178 0 68 0
[pid=20104] ppid=20102 vsize=377396 CPUtime=1628 cores=0,2,4,6
/proc/20104/stat : 20104 (priss) S 20102 20102 19459 0 -1 4202496 64064 0 0 0 162750 50 0 0 19 0 5 0 598434864 386453504 61535 33554432000 4194304 5787044 140734256467552 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20104/statm: 94349 61535 432 389 0 90099 0
[pid=20104/tid=20107] ppid=20102 vsize=377396 CPUtime=407.55 cores=0,2,4,6
/proc/20104/task/20107/stat : 20107 (priss) R 20102 20102 19459 0 -1 4202560 13459 0 0 0 40744 11 0 0 25 0 5 0 598434864 386453504 61535 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20104/tid=20108] ppid=20102 vsize=377396 CPUtime=407.56 cores=0,2,4,6
/proc/20104/task/20108/stat : 20108 (priss) R 20102 20102 19459 0 -1 4202560 19024 0 0 0 40742 14 0 0 25 0 5 0 598434864 386453504 61535 33554432000 4194304 5787044 140734256467552 18446744073709551615 260020053819 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20104/tid=20109] ppid=20102 vsize=377396 CPUtime=405.29 cores=0,2,4,6
/proc/20104/task/20109/stat : 20109 (priss) R 20102 20102 19459 0 -1 4202560 12690 0 0 0 40519 10 0 0 25 0 5 0 598434865 386453504 61535 33554432000 4194304 5787044 140734256467552 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20104/tid=20110] ppid=20102 vsize=377396 CPUtime=407.56 cores=0,2,4,6
/proc/20104/task/20110/stat : 20110 (priss) R 20102 20102 19459 0 -1 4202560 17393 0 0 0 40744 12 0 0 25 0 5 0 598434865 386453504 61535 33554432000 4194304 5787044 140734256467552 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1628
Current children cumulated vsize (KiB) 386096

Child status: 20
Real time (s): 407.695
CPU time (s): 1628.32
CPU user time (s): 1627.8
CPU system time (s): 0.515921
CPU usage (%): 399.397
Max. virtual memory (cumulated for all children) (KiB): 386096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1627.8
system time used= 0.515921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64433
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4411
involuntary context switches= 7323

runsolver used 0.618905 second user time and 1.60776 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 15:00:43
IDJOB=3266564
IDBENCH=87817
IDSOLVER=1603
FILE ID=node110/3266564-1304082043
RUNJOBID= node110-1304082043-20090
PBS_JOBID= 13170503
Free space on /tmp= 72840 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT02/handmade/zhang-lintao/xor-chain/x1_40.shuffled.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266564-1304082043/watcher-3266564-1304082043 -o /tmp/evaluation-result-3266564-1304082043/solver-3266564-1304082043 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3266564-1304082043.cnf 1947842069 4800 15500 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 15f5068fb216bf26d5385140ce74faaf
RANDOM SEED=1947842069

node110.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31008812 kB
Buffers:        888828 kB
Cached:         583220 kB
SwapCached:         64 kB
Active:          88692 kB
Inactive:      1447484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31008812 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            1724 kB
Writeback:           0 kB
AnonPages:       63844 kB
Mapped:          14484 kB
Slab:           341980 kB
PageTables:       4880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189572 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72836 MiB
End job on node110 at 2011-04-29 15:07:31