Trace number 3310407

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
ppfolio parUNSAT 9410.39 1349.62

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq57_a.cnf
MD5SUM953b9cb99bfd26cff0e1ac65be1241f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark552.98
Satisfiable
(Un)Satisfiability was proved
Number of variables569795
Number of clauses8562505
Sum of the clauses size24843745
Maximum clause length186
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27567948
Number of clauses of size 3724416
Number of clauses of size 49898
Number of clauses of size 560873
Number of clauses of size over 5199369

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7
0.00/0.00	
9409.88/1349.53	s UNSATISFIABLE
9410.34/1349.61	solver [2] clasp 1.3.6 answered
9410.34/1349.61	Done

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-3310407-1304019199/watcher-3310407-1304019199 -o /tmp/evaluation-result-3310407-1304019199/solver-3310407-1304019199 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310407-1304019199.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.19 2.53 0.94 2/170 1573
/proc/meminfo: memFree=22031868/32951124 swapFree=67111528/67111528
[pid=1573] ppid=1571 vsize=18324 CPUtime=0 cores=0-7
/proc/1573/stat : 1573 (ppfolio) R 1571 1573 1220 0 -1 4194304 481 0 0 0 0 0 0 0 25 0 1 0 494335298 18763776 388 33554432000 4194304 4287625 140734701729472 18446744073709551615 254261436821 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/1573/statm: 4581 388 339 23 0 91 0

[startup+0.0936349 s]
/proc/loadavg: 6.19 2.53 0.94 2/170 1573
/proc/meminfo: memFree=22031868/32951124 swapFree=67111528/67111528
[pid=1573] ppid=1571 vsize=18324 CPUtime=0 cores=0-7
/proc/1573/stat : 1573 (ppfolio) S 1571 1573 1220 0 -1 4202496 524 216 0 0 0 0 0 0 25 0 1 0 494335298 18763776 391 33554432000 4194304 4287625 140734701729472 18446744073709551615 254261636623 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/1573/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100628 s]
/proc/loadavg: 6.19 2.53 0.94 2/170 1573
/proc/meminfo: memFree=22031868/32951124 swapFree=67111528/67111528
[pid=1573] ppid=1571 vsize=18324 CPUtime=0 cores=0-7
/proc/1573/stat : 1573 (ppfolio) S 1571 1573 1220 0 -1 4202496 524 216 0 0 0 0 0 0 25 0 1 0 494335298 18763776 391 33554432000 4194304 4287625 140734701729472 18446744073709551615 254261636623 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/1573/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300598 s]
/proc/loadavg: 6.19 2.53 0.94 2/170 1573
/proc/meminfo: memFree=22031868/32951124 swapFree=67111528/67111528
[pid=1573] ppid=1571 vsize=18324 CPUtime=0 cores=0-7
/proc/1573/stat : 1573 (ppfolio) S 1571 1573 1220 0 -1 4202496 524 216 0 0 0 0 0 0 25 0 1 0 494335298 18763776 391 33554432000 4194304 4287625 140734701729472 18446744073709551615 254261636623 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/1573/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700527 s]
/proc/loadavg: 6.19 2.53 0.94 2/170 1573
/proc/meminfo: memFree=22031868/32951124 swapFree=67111528/67111528
[pid=1573] ppid=1571 vsize=18324 CPUtime=0 cores=0-7
/proc/1573/stat : 1573 (ppfolio) S 1571 1573 1220 0 -1 4202496 524 216 0 0 0 0 0 0 25 0 1 0 494335298 18763776 391 33554432000 4194304 4287625 140734701729472 18446744073709551615 254261636623 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/1573/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50039 s]
/proc/loadavg: 6.19 2.53 0.94 5/175 1584
/proc/meminfo: memFree=21409224/32951124 swapFree=67111528/67111528
[pid=1573] ppid=1571 vsize=18324 CPUtime=0 cores=0-7
/proc/1573/stat : 1573 (ppfolio) S 1571 1573 1220 0 -1 4202496 524 216 0 0 0 0 0 0 25 0 1 0 494335298 18763776 391 33554432000 4194304 4287625 140734701729472 18446744073709551615 254261636623 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/1573/statm: 4581 391 342 23 0 91 0
[pid=1574] ppid=1573 vsize=321320 CPUtime=1.49 cores=0
/proc/1574/stat : 1574 (cryptominisat) R 1573 1573 1220 0 -1 4202496 70063 0 0 0 138 11 0 0 20 0 1 0 494335299 329031680 68990 33554432000 4194304 4587354 140736395731120 18446744073709551615 254261277381 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1574/statm: 80330 68990 287 96 0 76892 0
[pid=1575] ppid=1573 vsize=181808 CPUtime=1.49 cores=1
/proc/1575/stat : 1575 (clasp) R 1573 1573 1220 0 -1 4202496 45963 0 0 0 137 12 0 0 20 0 1 0 494335299 186171392 41679 33554432000 4194304 4785740 140734776981088 18446744073709551615 254261277381 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1575/statm: 45452 41679 308 145 0 42497 0
[pid=1577] ppid=1573 vsize=245124 CPUtime=1.49 cores=3
/proc/1577/stat : 1577 (march_hi) R 1573 1573 1220 0 -1 4194304 53305 0 0 0 139 10 0 0 20 0 1 0 494335299 251006976 53199 33554432000 4194304 4331988 140735692930096 18446744073709551615 254261277381 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1577/statm: 61281 53199 113 34 0 59723 0
[pid=1578] ppid=1573 vsize=206440 CPUtime=1.48 cores=4-7
/proc/1578/stat : 1578 (plingeling) R 1573 1573 1220 0 -1 4202496 50407 1250 0 0 142 6 0 0 21 0 1 0 494335299 211394560 50272 33554432000 4194304 4356188 140735044127744 18446744073709551615 254261616384 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/1578/statm: 51610 50272 132 40 0 50154 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 973016

[startup+3.1011 s]
/proc/loadavg: 6.19 2.53 0.94 5/175 1584
/proc/meminfo: memFree=20961088/32951124 swapFree=67111528/67111528
[pid=1573] ppid=1571 vsize=18324 CPUtime=0 cores=0-7
/proc/1573/stat : 1573 (ppfolio) S 1571 1573 1220 0 -1 4202496 524 216 0 0 0 0 0 0 25 0 1 0 494335298 18763776 391 33554432000 4194304 4287625 140734701729472 18446744073709551615 254261636623 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/1573/statm: 4581 391 342 23 0 91 0
[pid=1574] ppid=1573 vsize=764580 CPUtime=3.09 cores=0
/proc/1574/stat : 1574 (cryptominisat) R 1573 1573 1220 0 -1 4202496 143274 0 0 0 285 24 0 0 25 0 1 0 494335299 782929920 141255 33554432000 4194304 4587354 140736395731120 18446744073709551615 254261312999 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1574/statm: 191145 141256 287 96 0 187707 0
[pid=1575] ppid=1573 vsize=288208 CPUtime=3.09 cores=1
/proc/1575/stat : 1575 (clasp) R 1573 1573 1220 0 -1 4202496 84199 0 0 0 287 22 0 0 25 0 1 0 494335299 295124992 68646 33554432000 4194304 4785740 140734776981088 18446744073709551615 254261313291 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1575/statm: 72052 68650 321 145 0 69097 0
[pid=1577] ppid=1573 vsize=334092 CPUtime=3.09 cores=3
/proc/1577/stat : 1577 (march_hi) R 1573 1573 1220 0 -1 4194304 78108 0 0 0 293 16 0 0 25 0 1 0 494335299 342110208 78002 33554432000 4194304 4331988 140735692930096 18446744073709551615 254261616384 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1577/statm: 83523 78002 113 34 0 81965 0
[pid=1578] ppid=1573 vsize=401096 CPUtime=3.08 cores=4-7
/proc/1578/stat : 1578 (plingeling) R 1573 1573 1220 0 -1 4202496 99079 1250 0 0 296 12 0 0 25 0 1 0 494335299 410722304 98936 33554432000 4194304 4356188 140735044127744 18446744073709551615 254261616384 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/1578/statm: 100274 98936 132 40 0 98818 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 1806300

[startup+6.30054 s]
/proc/loadavg: 6.17 2.58 0.96 5/175 1584
/proc/meminfo: memFree=19864088/32951124 swapFree=67111528/67111528
[pid=1573] ppid=1571 vsize=18324 CPUtime=0 cores=0-7
/proc/1573/stat : 1573 (ppfolio) S 1571 1573 1220 0 -1 4202496 524 216 0 0 0 0 0 0 15 0 1 0 494335298 18763776 391 33554432000 4194304 4287625 140734701729472 18446744073709551615 254261636623 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/1573/statm: 4581 391 342 23 0 91 0
[pid=1574] ppid=1573 vsize=1143112 CPUtime=6.29 cores=0
/proc/1574/stat : 1574 (cryptominisat) R 1573 1573 1220 0 -1 4202496 239711 0 0 0 592 37 0 0 25 0 1 0 494335299 1170546688 237661 33554432000 4194304 4587354 140736395731120 18446744073709551615 4365232 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1574/statm: 285778 237661 366 96 0 282340 0
[pid=1575] ppid=1573 vsize=302392 CPUtime=6.29 cores=1
/proc/1575/stat : 1575 (clasp) R 1573 1573 1220 0 -1 4202496 87737 0 0 0 607 22 0 0 25 0 1 0 494335299 309649408 72184 33554432000 4194304 4785740 140734776981088 18446744073709551615 4552483 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1575/statm: 75598 72184 335 145 0 72643 0
[pid=1577] ppid=1573 vsize=905036 CPUtime=6.29 cores=3
/proc/1577/stat : 1577 (march_hi) R 1573 1573 1220 0 -1 4194304 141266 0 0 0 601 28 0 0 25 0 1 0 494335299 926756864 141158 33554432000 4194304 4331988 140735692930096 18446744073709551615 4256823 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1577/statm: 226259 141158 116 34 0 224701 0
[pid=1578] ppid=1573 vsize=791000 CPUtime=6.28 cores=4-7
/proc/1578/stat : 1578 (plingeling) R 1573 1573 1220 0 -1 4202496 196810 1250 0 0 602 26 0 0 25 0 1 0 494335299 809984000 196412 33554432000 4194304 4356188 140735044127744 18446744073709551615 254261616384 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/1578/statm: 197750 196412 132 40 0 196294 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 3159864

[startup+12.7014 s]
/proc/loadavg: 6.00 2.61 0.98 8/179 1588
/proc/meminfo: memFree=19023852/32951124 swapFree=67111528/67111528
[pid=1573] ppid=1571 vsize=18324 CPUtime=0 cores=0-7
/proc/1573/stat : 1573 (ppfolio) S 1571 1573 1220 0 -1 4202496 524 216 0 0 0 0 0 0 16 0 1 0 494335298 18763776 391 33554432000 4194304 4287625 140734701729472 18446744073709551615 254261636623 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/1573/statm: 4581 391 342 23 0 91 0
[pid=1574] ppid=1573 vsize=1127468 CPUtime=12.69 cores=0
/proc/1574/stat : 1574 (cryptominisat) R 1573 1573 1220 0 -1 4202496 239958 0 0 0 1232 37 0 0 25 0 1 0 494335299 1154527232 233402 33554432000 4194304 4587354 140736395731120 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1574/statm: 281867 233402 324 96 0 278429 0
[pid=1575] ppid=1573 vsize=307576 CPUtime=12.68 cores=1
/proc/1575/stat : 1575 (clasp) R 1573 1573 1220 0 -1 4202496 89030 0 0 0 1246 22 0 0 25 0 1 0 494335299 314957824 73477 33554432000 4194304 4785740 140734776981088 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1575/statm: 76894 73477 336 145 0 73939 0
[pid=1577] ppid=1573 vsize=1167372 CPUtime=12.69 cores=3
/proc/1577/stat : 1577 (march_hi) R 1573 1573 1220 0 -1 4194304 264007 0 0 0 1224 45 0 0 25 0 1 0 494335299 1195388928 205541 33554432000 4194304 4331988 140735692930096 18446744073709551615 4252180 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1577/statm: 291843 205541 127 34 0 290285 0
[pid=1578] ppid=1573 vsize=1033384 CPUtime=21.36 cores=4-7
/proc/1578/stat : 1578 (plingeling) S 1573 1573 1220 0 -1 4202496 392112 1250 0 0 2079 57 0 0 25 0 5 0 494335299 1058185216 246760 33554432000 4194304 4356188 140735044127744 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1578/statm: 258346 246760 152 40 0 256890 0
[pid=1578/tid=1585] ppid=1573 vsize=1033384 CPUtime=2.9 cores=4-7
/proc/1578/task/1585/stat : 1585 (plingeling) R 1573 1573 1220 0 -1 4202560 46205 1250 0 0 284 6 0 0 25 0 5 0 494336277 1058185216 246760 33554432000 4194304 4356188 140735044127744 18446744073709551615 4259331 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1578/tid=1586] ppid=1573 vsize=1033384 CPUtime=2.88 cores=4-7
/proc/1578/task/1586/stat : 1586 (plingeling) R 1573 1573 1220 0 -1 4202560 37937 1250 0 0 283 5 0 0 25 0 5 0 494336277 1058185216 246760 33554432000 4194304 4356188 140735044127744 18446744073709551615 4219786 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1578/tid=1587] ppid=1573 vsize=1033384 CPUtime=2.87 cores=4-7
/proc/1578/task/1587/stat : 1587 (plingeling) R 1573 1573 1220 0 -1 4202560 36918 1250 0 0 281 6 0 0 25 0 5 0 494336277 1058185216 246760 33554432000 4194304 4356188 140735044127744 18446744073709551615 4219531 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1578/tid=1588] ppid=1573 vsize=1033384 CPUtime=2.91 cores=4-7
/proc/1578/task/1588/stat : 1588 (plingeling) R 1573 1573 1220 0 -1 4202560 42998 1250 0 0 286 5 0 0 25 0 5 0 494336277 1058185216 246760 33554432000 4194304 4356188 140735044127744 18446744073709551615 4210605 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 59.42
Current children cumulated vsize (KiB) 3654124

[startup+25.5011 s]
/proc/loadavg: 6.22 2.82 1.08 8/179 1588
/proc/meminfo: memFree=19327340/32951124 swapFree=67111528/67111528
[pid=1573] ppid=1571 vsize=18324 CPUtime=0 cores=0-7
/proc/1573/stat : 1573 (ppfolio) S 1571 1573 1220 0 -1 4202496 524 216 0 0 0 0 0 0 16 0 1 0 494335298 18763776 391 33554432000 4194304 4287625 140734701729472 18446744073709551615 254261636623 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/1573/statm: 4581 391 342 23 0 91 0
[pid=1574] ppid=1573 vsize=1127468 CPUtime=25.49 cores=0
/proc/1574/stat : 1574 (cryptominisat) R 1573 1573 1220 0 -1 4202496 240023 0 0 0 2512 37 0 0 25 0 1 0 494335299 1154527232 233464 33554432000 4194304 4587354 140736395731120 18446744073709551615 4230359 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1574/statm: 281867 233464 326 96 0 278429 0
[pid=1575] ppid=1573 vsize=310396 CPUtime=25.49 cores=1
/proc/1575/stat : 1575 (clasp) R 1573 1573 1220 0 -1 4202496 89702 0 0 0 2526 23 0 0 25 0 1 0 494335299 317845504 74149 33554432000 4194304 4785740 140734776981088 18446744073709551615 4552646 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1575/statm: 77599 74149 336 145 0 74644 0
[pid=1577] ppid=1573 vsize=911336 CPUtime=25.49 cores=3
/proc/1577/stat : 1577 (march_hi) R 1573 1573 1220 0 -1 4202496 511270 0 0 0 2466 83 0 0 25 0 1 0 494335299 933208064 142765 33554432000 4194304 4331988 140735692930096 18446744073709551615 4219860 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1577/statm: 227834 142765 147 34 0 226276 0
[pid=1578] ppid=1573 vsize=953616 CPUtime=72.49 cores=4-7
/proc/1578/stat : 1578 (plingeling) S 1573 1573 1220 0 -1 4202496 414944 1250 0 0 7188 61 0 0 25 0 5 0 494335299 976502784 226847 33554432000 4194304 4356188 140735044127744 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1578/statm: 238404 226847 163 40 0 236948 0
[pid=1578/tid=1585] ppid=1573 vsize=953616 CPUtime=15.69 cores=4-7
/proc/1578/task/1585/stat : 1585 (plingeling) R 1573 1573 1220 0 -1 4202560 46287 1250 0 0 1563 6 0 0 25 0 5 0 494336277 976502784 226847 33554432000 4194304 4356188 140735044127744 18446744073709551615 4208896 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1578/tid=1586] ppid=1573 vsize=953616 CPUtime=15.68 cores=4-7
/proc/1578/task/1586/stat : 1586 (plingeling) R 1573 1573 1220 0 -1 4202560 49037 1250 0 0 1561 7 0 0 25 0 5 0 494336277 976502784 226847 33554432000 4194304 4356188 140735044127744 18446744073709551615 4293955 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1578/tid=1587] ppid=1573 vsize=953616 CPUtime=15.6 cores=4-7
/proc/1578/task/1587/stat : 1587 (plingeling) R 1573 1573 1220 0 -1 4202560 44604 1250 0 0 1553 7 0 0 25 0 5 0 494336277 976502784 226847 33554432000 4194304 4356188 140735044127744 18446744073709551615 4293944 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1578/tid=1588] ppid=1573 vsize=953616 CPUtime=15.7 cores=4-7
/proc/1578/task/1588/stat : 1588 (plingeling) R 1573 1573 1220 0 -1 4202560 46962 1250 0 0 1565 5 0 0 25 0 5 0 494336277 976502784 226847 33554432000 4194304 4356188 140735044127744 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 148.96
Current children cumulated vsize (KiB) 3321140

[startup+51.1006 s]
/proc/loadavg: 6.48 3.16 1.23 8/179 1589
/proc/meminfo: memFree=19124780/32951124 swapFree=67111528/67111528
[pid=1573] ppid=1571 vsize=18324 CPUtime=0 cores=0-7
/proc/1573/stat : 1573 (ppfolio) S 1571 1573 1220 0 -1 4202496 524 216 0 0 0 0 0 0 16 0 1 0 494335298 18763776 391 33554432000 4194304 4287625 140734701729472 18446744073709551615 254261636623 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/1573/statm: 4581 391 342 23 0 91 0
[pid=1574] ppid=1573 vsize=1127468 CPUtime=51.09 cores=0
/proc/1574/stat : 1574 (cryptominisat) R 1573 1573 1220 0 -1 4202496 240086 0 0 0 5072 37 0 0 25 0 1 0 494335299 1154527232 233519 33554432000 4194304 4587354 140736395731120 18446744073709551615 4237639 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1574/statm: 281867 233519 326 96 0 278429 0
[pid=1575] ppid=1573 vsize=317892 CPUtime=51.09 cores=1
/proc/1575/stat : 1575 (clasp) R 1573 1573 1220 0 -1 4202496 91623 0 0 0 5086 23 0 0 25 0 1 0 494335299 325521408 76070 33554432000 4194304 4785740 140734776981088 18446744073709551615 4553317 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1575/statm: 79473 76070 336 145 0 76518 0
[pid=1577] ppid=1573 vsize=1019256 CPUtime=51.09 cores=3
/proc/1577/stat : 1577 (march_hi) R 1573 1573 1220 0 -1 4202496 1103674 0 0 0 4943 166 0 0 25 0 1 0 494335299 1043718144 169132 33554432000 4194304 4331988 140735692930096 18446744073709551615 4271136 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1577/statm: 254814 169132 150 34 0 253256 0

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

[pid=1578/tid=1585] ppid=1573 vsize=1177940 CPUtime=1327.73 cores=4-7
/proc/1578/task/1585/stat : 1585 (plingeling) R 1573 1573 1220 0 -1 4202560 158572 1250 0 0 132750 23 0 0 25 0 5 0 494336277 1206210560 266578 33554432000 4194304 4356188 140735044127744 18446744073709551615 4210549 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1578/tid=1586] ppid=1573 vsize=1177940 CPUtime=1327.72 cores=4-7
/proc/1578/task/1586/stat : 1586 (plingeling) R 1573 1573 1220 0 -1 4202560 164292 1250 0 0 132747 25 0 0 25 0 5 0 494336277 1206210560 266578 33554432000 4194304 4356188 140735044127744 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1578/tid=1587] ppid=1573 vsize=1177940 CPUtime=1320.42 cores=4-7
/proc/1578/task/1587/stat : 1587 (plingeling) R 1573 1573 1220 0 -1 4202560 159829 1250 0 0 132016 26 0 0 25 0 5 0 494336277 1206210560 266578 33554432000 4194304 4356188 140735044127744 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1578/tid=1588] ppid=1573 vsize=1177940 CPUtime=1327.74 cores=4-7
/proc/1578/task/1588/stat : 1588 (plingeling) R 1573 1573 1220 0 -1 4202560 178042 1250 0 0 132751 23 0 0 25 0 5 0 494336277 1206210560 266578 33554432000 4194304 4356188 140735044127744 18446744073709551615 4242651 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9325.96
Current children cumulated vsize (KiB) 6691040

[startup+1343.9 s]
/proc/loadavg: 7.00 6.95 5.56 8/179 1623
/proc/meminfo: memFree=15977196/32951124 swapFree=67111528/67111528
[pid=1573] ppid=1571 vsize=18324 CPUtime=0 cores=0-7
/proc/1573/stat : 1573 (ppfolio) S 1571 1573 1220 0 -1 4202496 524 216 0 0 0 0 0 0 15 0 1 0 494335298 18763776 391 33554432000 4194304 4287625 140734701729472 18446744073709551615 254261636623 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/1573/statm: 4581 391 342 23 0 91 0
[pid=1574] ppid=1573 vsize=1426524 CPUtime=1343.92 cores=0
/proc/1574/stat : 1574 (cryptominisat) R 1573 1573 1220 0 -1 4202496 1336339 0 0 0 134200 192 0 0 25 0 1 0 494335299 1460760576 329397 33554432000 4194304 4587354 140736395731120 18446744073709551615 4237641 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1574/statm: 356631 329397 338 96 0 353193 0
[pid=1575] ppid=1573 vsize=1721508 CPUtime=1343.92 cores=1
/proc/1575/stat : 1575 (clasp) R 1573 1573 1220 0 -1 4202496 439921 0 0 0 134265 127 0 0 25 0 1 0 494335299 1762824192 424368 33554432000 4194304 4785740 140734776981088 18446744073709551615 4538799 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1575/statm: 430377 424368 336 145 0 427422 0
[pid=1577] ppid=1573 vsize=2357304 CPUtime=1343.92 cores=3
/proc/1577/stat : 1577 (march_hi) R 1573 1573 1220 0 -1 4202496 1427641 0 0 0 134117 275 0 0 25 0 1 0 494335299 2413879296 493099 33554432000 4194304 4331988 140735692930096 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1577/statm: 589326 493099 151 34 0 587768 0
[pid=1578] ppid=1573 vsize=1177940 CPUtime=5338.96 cores=4-7
/proc/1578/stat : 1578 (plingeling) S 1573 1573 1220 0 -1 4202496 888789 1250 0 0 533763 133 0 0 25 0 5 0 494335299 1206210560 266578 33554432000 4194304 4356188 140735044127744 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1578/statm: 294485 266578 164 40 0 293029 0
[pid=1578/tid=1585] ppid=1573 vsize=1177940 CPUtime=1334.12 cores=4-7
/proc/1578/task/1585/stat : 1585 (plingeling) R 1573 1573 1220 0 -1 4202560 158572 1250 0 0 133389 23 0 0 25 0 5 0 494336277 1206210560 266578 33554432000 4194304 4356188 140735044127744 18446744073709551615 4286792 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1578/tid=1586] ppid=1573 vsize=1177940 CPUtime=1334.11 cores=4-7
/proc/1578/task/1586/stat : 1586 (plingeling) R 1573 1573 1220 0 -1 4202560 164292 1250 0 0 133386 25 0 0 25 0 5 0 494336277 1206210560 266578 33554432000 4194304 4356188 140735044127744 18446744073709551615 4331259 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1578/tid=1587] ppid=1573 vsize=1177940 CPUtime=1326.79 cores=4-7
/proc/1578/task/1587/stat : 1587 (plingeling) R 1573 1573 1220 0 -1 4202560 159829 1250 0 0 132653 26 0 0 25 0 5 0 494336277 1206210560 266578 33554432000 4194304 4356188 140735044127744 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1578/tid=1588] ppid=1573 vsize=1177940 CPUtime=1334.13 cores=4-7
/proc/1578/task/1588/stat : 1588 (plingeling) R 1573 1573 1220 0 -1 4202560 178042 1250 0 0 133390 23 0 0 25 0 5 0 494336277 1206210560 266578 33554432000 4194304 4356188 140735044127744 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9370.72
Current children cumulated vsize (KiB) 6701600

[startup+1347.1 s]
/proc/loadavg: 7.08 6.97 5.57 8/179 1623
/proc/meminfo: memFree=15971120/32951124 swapFree=67111528/67111528
[pid=1573] ppid=1571 vsize=18324 CPUtime=0 cores=0-7
/proc/1573/stat : 1573 (ppfolio) S 1571 1573 1220 0 -1 4202496 524 216 0 0 0 0 0 0 15 0 1 0 494335298 18763776 391 33554432000 4194304 4287625 140734701729472 18446744073709551615 254261636623 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/1573/statm: 4581 391 342 23 0 91 0
[pid=1574] ppid=1573 vsize=1426524 CPUtime=1347.12 cores=0
/proc/1574/stat : 1574 (cryptominisat) R 1573 1573 1220 0 -1 4202496 1336437 0 0 0 134520 192 0 0 25 0 1 0 494335299 1460760576 329493 33554432000 4194304 4587354 140736395731120 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1574/statm: 356631 329493 338 96 0 353193 0
[pid=1575] ppid=1573 vsize=1721508 CPUtime=1347.12 cores=1
/proc/1575/stat : 1575 (clasp) R 1573 1573 1220 0 -1 4202496 439932 0 0 0 134585 127 0 0 25 0 1 0 494335299 1762824192 424379 33554432000 4194304 4785740 140734776981088 18446744073709551615 4290583 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1575/statm: 430377 424379 336 145 0 427422 0
[pid=1577] ppid=1573 vsize=2362584 CPUtime=1347.12 cores=3
/proc/1577/stat : 1577 (march_hi) R 1573 1573 1220 0 -1 4202496 1429041 0 0 0 134436 276 0 0 25 0 1 0 494335299 2419286016 494499 33554432000 4194304 4331988 140735692930096 18446744073709551615 4226625 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1577/statm: 590646 494499 151 34 0 589088 0
[pid=1578] ppid=1573 vsize=1177940 CPUtime=5351.74 cores=4-7
/proc/1578/stat : 1578 (plingeling) S 1573 1573 1220 0 -1 4202496 888789 1250 0 0 535041 133 0 0 25 0 5 0 494335299 1206210560 266578 33554432000 4194304 4356188 140735044127744 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1578/statm: 294485 266578 164 40 0 293029 0
[pid=1578/tid=1585] ppid=1573 vsize=1177940 CPUtime=1337.32 cores=4-7
/proc/1578/task/1585/stat : 1585 (plingeling) R 1573 1573 1220 0 -1 4202560 158572 1250 0 0 133709 23 0 0 25 0 5 0 494336277 1206210560 266578 33554432000 4194304 4356188 140735044127744 18446744073709551615 4310872 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1578/tid=1586] ppid=1573 vsize=1177940 CPUtime=1337.31 cores=4-7
/proc/1578/task/1586/stat : 1586 (plingeling) R 1573 1573 1220 0 -1 4202560 164292 1250 0 0 133706 25 0 0 25 0 5 0 494336277 1206210560 266578 33554432000 4194304 4356188 140735044127744 18446744073709551615 4238570 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1578/tid=1587] ppid=1573 vsize=1177940 CPUtime=1329.97 cores=4-7
/proc/1578/task/1587/stat : 1587 (plingeling) R 1573 1573 1220 0 -1 4202560 159829 1250 0 0 132971 26 0 0 25 0 5 0 494336277 1206210560 266578 33554432000 4194304 4356188 140735044127744 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1578/tid=1588] ppid=1573 vsize=1177940 CPUtime=1337.33 cores=4-7
/proc/1578/task/1588/stat : 1588 (plingeling) R 1573 1573 1220 0 -1 4202560 178042 1250 0 0 133710 23 0 0 25 0 5 0 494336277 1206210560 266578 33554432000 4194304 4356188 140735044127744 18446744073709551615 4211032 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9393.1
Current children cumulated vsize (KiB) 6706880

[startup+1348.7 s]
/proc/loadavg: 7.08 6.97 5.57 8/179 1623
/proc/meminfo: memFree=15983148/32951124 swapFree=67111528/67111528
[pid=1573] ppid=1571 vsize=18324 CPUtime=0 cores=0-7
/proc/1573/stat : 1573 (ppfolio) S 1571 1573 1220 0 -1 4202496 524 216 0 0 0 0 0 0 15 0 1 0 494335298 18763776 391 33554432000 4194304 4287625 140734701729472 18446744073709551615 254261636623 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/1573/statm: 4581 391 342 23 0 91 0
[pid=1574] ppid=1573 vsize=1426524 CPUtime=1348.72 cores=0
/proc/1574/stat : 1574 (cryptominisat) R 1573 1573 1220 0 -1 4202496 1336489 0 0 0 134680 192 0 0 25 0 1 0 494335299 1460760576 329544 33554432000 4194304 4587354 140736395731120 18446744073709551615 4237613 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1574/statm: 356631 329544 338 96 0 353193 0
[pid=1575] ppid=1573 vsize=1721508 CPUtime=1348.72 cores=1
/proc/1575/stat : 1575 (clasp) R 1573 1573 1220 0 -1 4202496 439932 0 0 0 134745 127 0 0 25 0 1 0 494335299 1762824192 424379 33554432000 4194304 4785740 140734776981088 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1575/statm: 430377 424379 336 145 0 427422 0
[pid=1577] ppid=1573 vsize=2365224 CPUtime=1348.71 cores=3
/proc/1577/stat : 1577 (march_hi) R 1573 1573 1220 0 -1 4202496 1429728 0 0 0 134595 276 0 0 25 0 1 0 494335299 2421989376 495186 33554432000 4194304 4331988 140735692930096 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1577/statm: 591306 495186 151 34 0 589748 0
[pid=1578] ppid=1573 vsize=1160916 CPUtime=5358.13 cores=4-7
/proc/1578/stat : 1578 (plingeling) S 1573 1573 1220 0 -1 4202496 888789 1250 0 0 535680 133 0 0 25 0 5 0 494335299 1188777984 262322 33554432000 4194304 4356188 140735044127744 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1578/statm: 290229 262322 164 40 0 288773 0
[pid=1578/tid=1585] ppid=1573 vsize=1160916 CPUtime=1338.92 cores=4-7
/proc/1578/task/1585/stat : 1585 (plingeling) R 1573 1573 1220 0 -1 4202560 158572 1250 0 0 133869 23 0 0 25 0 5 0 494336277 1188777984 262322 33554432000 4194304 4356188 140735044127744 18446744073709551615 4210575 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1578/tid=1586] ppid=1573 vsize=1160916 CPUtime=1338.91 cores=4-7
/proc/1578/task/1586/stat : 1586 (plingeling) R 1573 1573 1220 0 -1 4202560 164292 1250 0 0 133866 25 0 0 25 0 5 0 494336277 1188777984 262322 33554432000 4194304 4356188 140735044127744 18446744073709551615 4331504 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1578/tid=1587] ppid=1573 vsize=1160916 CPUtime=1331.55 cores=4-7
/proc/1578/task/1587/stat : 1587 (plingeling) R 1573 1573 1220 0 -1 4202560 159829 1250 0 0 133129 26 0 0 25 0 5 0 494336277 1188777984 262322 33554432000 4194304 4356188 140735044127744 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1578/tid=1588] ppid=1573 vsize=1160916 CPUtime=1338.93 cores=4-7
/proc/1578/task/1588/stat : 1588 (plingeling) R 1573 1573 1220 0 -1 4202560 178042 1250 0 0 133870 23 0 0 25 0 5 0 494336277 1188777984 262322 33554432000 4194304 4356188 140735044127744 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9404.28
Current children cumulated vsize (KiB) 6692496

[startup+1349.1 s]
/proc/loadavg: 7.08 6.97 5.57 8/179 1623
/proc/meminfo: memFree=15983148/32951124 swapFree=67111528/67111528
[pid=1573] ppid=1571 vsize=18324 CPUtime=0 cores=0-7
/proc/1573/stat : 1573 (ppfolio) S 1571 1573 1220 0 -1 4202496 524 216 0 0 0 0 0 0 15 0 1 0 494335298 18763776 391 33554432000 4194304 4287625 140734701729472 18446744073709551615 254261636623 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/1573/statm: 4581 391 342 23 0 91 0
[pid=1574] ppid=1573 vsize=1426524 CPUtime=1349.12 cores=0
/proc/1574/stat : 1574 (cryptominisat) R 1573 1573 1220 0 -1 4202496 1336502 0 0 0 134720 192 0 0 25 0 1 0 494335299 1460760576 329557 33554432000 4194304 4587354 140736395731120 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1574/statm: 356631 329557 338 96 0 353193 0
[pid=1575] ppid=1573 vsize=1721508 CPUtime=1349.12 cores=1
/proc/1575/stat : 1575 (clasp) R 1573 1573 1220 0 -1 4202496 439932 0 0 0 134785 127 0 0 25 0 1 0 494335299 1762824192 424379 33554432000 4194304 4785740 140734776981088 18446744073709551615 254261314170 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1575/statm: 430377 424379 336 145 0 427422 0
[pid=1577] ppid=1573 vsize=2366016 CPUtime=1349.11 cores=3
/proc/1577/stat : 1577 (march_hi) R 1573 1573 1220 0 -1 4202496 1429923 0 0 0 134635 276 0 0 25 0 1 0 494335299 2422800384 495381 33554432000 4194304 4331988 140735692930096 18446744073709551615 4271136 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1577/statm: 591504 495381 151 34 0 589946 0
[pid=1578] ppid=1573 vsize=1160916 CPUtime=5359.73 cores=4-7
/proc/1578/stat : 1578 (plingeling) S 1573 1573 1220 0 -1 4202496 888789 1250 0 0 535840 133 0 0 25 0 5 0 494335299 1188777984 262322 33554432000 4194304 4356188 140735044127744 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1578/statm: 290229 262322 164 40 0 288773 0
[pid=1578/tid=1585] ppid=1573 vsize=1160916 CPUtime=1339.32 cores=4-7
/proc/1578/task/1585/stat : 1585 (plingeling) R 1573 1573 1220 0 -1 4202560 158572 1250 0 0 133909 23 0 0 25 0 5 0 494336277 1188777984 262322 33554432000 4194304 4356188 140735044127744 18446744073709551615 4271303 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1578/tid=1586] ppid=1573 vsize=1160916 CPUtime=1339.31 cores=4-7
/proc/1578/task/1586/stat : 1586 (plingeling) R 1573 1573 1220 0 -1 4202560 164292 1250 0 0 133906 25 0 0 25 0 5 0 494336277 1188777984 262322 33554432000 4194304 4356188 140735044127744 18446744073709551615 4241608 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1578/tid=1587] ppid=1573 vsize=1160916 CPUtime=1331.95 cores=4-7
/proc/1578/task/1587/stat : 1587 (plingeling) R 1573 1573 1220 0 -1 4202560 159829 1250 0 0 133169 26 0 0 25 0 5 0 494336277 1188777984 262322 33554432000 4194304 4356188 140735044127744 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1578/tid=1588] ppid=1573 vsize=1160916 CPUtime=1339.33 cores=4-7
/proc/1578/task/1588/stat : 1588 (plingeling) R 1573 1573 1220 0 -1 4202560 178042 1250 0 0 133910 23 0 0 25 0 5 0 494336277 1188777984 262322 33554432000 4194304 4356188 140735044127744 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9407.08
Current children cumulated vsize (KiB) 6693288

[startup+1349.5 s]
/proc/loadavg: 7.08 6.97 5.57 8/179 1623
/proc/meminfo: memFree=15983148/32951124 swapFree=67111528/67111528
[pid=1573] ppid=1571 vsize=18324 CPUtime=0 cores=0-7
/proc/1573/stat : 1573 (ppfolio) S 1571 1573 1220 0 -1 4202496 524 216 0 0 0 0 0 0 15 0 1 0 494335298 18763776 391 33554432000 4194304 4287625 140734701729472 18446744073709551615 254261636623 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/1573/statm: 4581 391 342 23 0 91 0
[pid=1574] ppid=1573 vsize=1426524 CPUtime=1349.52 cores=0
/proc/1574/stat : 1574 (cryptominisat) R 1573 1573 1220 0 -1 4202496 1336512 0 0 0 134760 192 0 0 25 0 1 0 494335299 1460760576 329567 33554432000 4194304 4587354 140736395731120 18446744073709551615 4236561 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1574/statm: 356631 329567 338 96 0 353193 0
[pid=1575] ppid=1573 vsize=1063012 CPUtime=1349.52 cores=1
/proc/1575/stat : 1575 (clasp) R 1573 1573 1220 0 -1 4202496 439948 0 0 0 134821 131 0 0 25 0 1 0 494335299 1088524288 200451 33554432000 4194304 4785740 140734776981088 18446744073709551615 254261642346 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1575/statm: 265753 200451 352 145 0 262798 0
[pid=1577] ppid=1573 vsize=2366544 CPUtime=1349.51 cores=3
/proc/1577/stat : 1577 (march_hi) R 1573 1573 1220 0 -1 4202496 1430093 0 0 0 134675 276 0 0 25 0 1 0 494335299 2423341056 495551 33554432000 4194304 4331988 140735692930096 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1577/statm: 591636 495551 151 34 0 590078 0
[pid=1578] ppid=1573 vsize=1160916 CPUtime=5361.33 cores=4-7
/proc/1578/stat : 1578 (plingeling) S 1573 1573 1220 0 -1 4202496 888789 1250 0 0 536000 133 0 0 25 0 5 0 494335299 1188777984 262322 33554432000 4194304 4356188 140735044127744 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1578/statm: 290229 262322 164 40 0 288773 0
[pid=1578/tid=1585] ppid=1573 vsize=1160916 CPUtime=1339.72 cores=4-7
/proc/1578/task/1585/stat : 1585 (plingeling) R 1573 1573 1220 0 -1 4202560 158572 1250 0 0 133949 23 0 0 25 0 5 0 494336277 1188777984 262322 33554432000 4194304 4356188 140735044127744 18446744073709551615 4211178 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1578/tid=1586] ppid=1573 vsize=1160916 CPUtime=1339.71 cores=4-7
/proc/1578/task/1586/stat : 1586 (plingeling) R 1573 1573 1220 0 -1 4202560 164292 1250 0 0 133946 25 0 0 25 0 5 0 494336277 1188777984 262322 33554432000 4194304 4356188 140735044127744 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1578/tid=1587] ppid=1573 vsize=1160916 CPUtime=1332.36 cores=4-7
/proc/1578/task/1587/stat : 1587 (plingeling) R 1573 1573 1220 0 -1 4202560 159829 1250 0 0 133210 26 0 0 25 0 5 0 494336277 1188777984 262322 33554432000 4194304 4356188 140735044127744 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1578/tid=1588] ppid=1573 vsize=1160916 CPUtime=1339.73 cores=4-7
/proc/1578/task/1588/stat : 1588 (plingeling) R 1573 1573 1220 0 -1 4202560 178042 1250 0 0 133950 23 0 0 25 0 5 0 494336277 1188777984 262322 33554432000 4194304 4356188 140735044127744 18446744073709551615 4331002 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9409.88
Current children cumulated vsize (KiB) 6035320

[startup+1349.6 s]
/proc/loadavg: 7.07 6.97 5.58 3/173 1624
/proc/meminfo: memFree=21551180/32951124 swapFree=67111528/67111528
[pid=1573] ppid=1571 vsize=18324 CPUtime=6711.1 cores=0-7
/proc/1573/stat : 1573 (ppfolio) S 1571 1573 1220 0 -1 4202496 524 1330205 0 0 0 0 670836 274 15 0 1 0 494335298 18763776 391 33554432000 4194304 4287625 140734701729472 18446744073709551615 254261636623 0 0 4096 65536 1507688556330451204 0 0 17 4 0 0 0
/proc/1573/statm: 4581 391 342 23 0 91 0
[pid=1574] ppid=1573 vsize=0 CPUtime=1349.62 cores=0
/proc/1574/stat : 1574 (cryptominisat) R 1573 1573 1220 0 -1 4203524 1336513 0 0 0 134763 199 0 0 25 0 1 0 494335299 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1574/statm: 0 0 0 0 0 0 0
[pid=1577] ppid=1573 vsize=0 CPUtime=1349.62 cores=3
/proc/1577/stat : 1577 (march_hi) R 1573 1573 1220 0 -1 4203524 1430106 0 0 0 134679 283 0 0 25 0 1 0 494335299 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/1577/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9410.34
Current children cumulated vsize (KiB) 18324

Child status: 0
Real time (s): 1349.62
CPU time (s): 9410.39
CPU user time (s): 9402.79
CPU system time (s): 7.59784
CPU usage (%): 697.263
Max. virtual memory (cumulated for all children) (KiB): 6777124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9402.79
system time used= 7.59784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4097366
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= 651
involuntary context switches= 42930

runsolver used 2.23666 second user time and 5.12422 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-28 21:33:20
IDJOB=3310407
IDBENCH=88159
IDSOLVER=1638
FILE ID=node140/3310407-1304019199
RUNJOBID= node140-1304019069-1234
PBS_JOBID= 13170278
Free space on /tmp= 72476 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq57_a.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310407-1304019199/watcher-3310407-1304019199 -o /tmp/evaluation-result-3310407-1304019199/solver-3310407-1304019199 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310407-1304019199.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 953b9cb99bfd26cff0e1ac65be1241f6
RANDOM SEED=1156053561

node140.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.833
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.833
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	: 5226.14
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.833
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.833
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.77
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.833
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.75
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.833
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.74
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.833
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.75
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.833
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22032272 kB
Buffers:       2291168 kB
Cached:        7990824 kB
SwapCached:          0 kB
Active:        2780072 kB
Inactive:      7564160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22032272 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          203372 kB
Writeback:           4 kB
AnonPages:       62548 kB
Mapped:          14876 kB
Slab:           508796 kB
PageTables:       4456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183572 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= 72464 MiB
End job on node140 at 2011-04-28 21:55:49