Trace number 3310312

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 714.369 89.398

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom13.cnf
MD5SUMf3c2fb082f5fbc8fb1f714d6ee13929d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark93.9187
Satisfiable
(Un)Satisfiability was proved
Number of variables19995
Number of clauses66333
Sum of the clauses size168341
Maximum clause length698
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 235137
Number of clauses of size 330832
Number of clauses of size 490
Number of clauses of size 511
Number of clauses of size over 5262

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
713.57/89.39	s UNSATISFIABLE
713.57/89.39	solver [1] cryptominisat 2.7.1 answered
713.57/89.39	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-3310312-1304009324/watcher-3310312-1304009324 -o /tmp/evaluation-result-3310312-1304009324/solver-3310312-1304009324 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310312-1304009324.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: 7.14 7.82 7.85 2/170 12401
/proc/meminfo: memFree=12594240/32951124 swapFree=67111528/67111528
[pid=12401] ppid=12399 vsize=18324 CPUtime=0 cores=0-7
/proc/12401/stat : 12401 (ppfolio) R 12399 12401 12375 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 493348642 18763776 390 33554432000 4194304 4287625 140734874859888 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/12401/statm: 4581 390 341 23 0 91 0

[startup+0.024555 s]
/proc/loadavg: 7.14 7.82 7.85 2/170 12401
/proc/meminfo: memFree=12594240/32951124 swapFree=67111528/67111528
[pid=12401] ppid=12399 vsize=18324 CPUtime=0 cores=0-7
/proc/12401/stat : 12401 (ppfolio) S 12399 12401 12375 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 493348642 18763776 390 33554432000 4194304 4287625 140734874859888 18446744073709551615 212039675407 0 0 4096 65536 4576950663694516223 0 0 17 4 0 0 0
/proc/12401/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100543 s]
/proc/loadavg: 7.14 7.82 7.85 2/170 12401
/proc/meminfo: memFree=12594240/32951124 swapFree=67111528/67111528
[pid=12401] ppid=12399 vsize=18324 CPUtime=0 cores=0-7
/proc/12401/stat : 12401 (ppfolio) S 12399 12401 12375 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 493348642 18763776 390 33554432000 4194304 4287625 140734874859888 18446744073709551615 212039675407 0 0 4096 65536 4576950663694516223 0 0 17 6 0 0 0
/proc/12401/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300474 s]
/proc/loadavg: 7.14 7.82 7.85 2/170 12401
/proc/meminfo: memFree=12594240/32951124 swapFree=67111528/67111528
[pid=12401] ppid=12399 vsize=18324 CPUtime=0 cores=0-7
/proc/12401/stat : 12401 (ppfolio) S 12399 12401 12375 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 493348642 18763776 390 33554432000 4194304 4287625 140734874859888 18446744073709551615 212039675407 0 0 4096 65536 4576950663694516223 0 0 17 6 0 0 0
/proc/12401/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700404 s]
/proc/loadavg: 7.14 7.82 7.85 2/170 12401
/proc/meminfo: memFree=12594240/32951124 swapFree=67111528/67111528
[pid=12401] ppid=12399 vsize=18324 CPUtime=0 cores=0-7
/proc/12401/stat : 12401 (ppfolio) S 12399 12401 12375 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 493348642 18763776 390 33554432000 4194304 4287625 140734874859888 18446744073709551615 212039675407 0 0 4096 65536 4576950663694516223 0 0 17 6 0 0 0
/proc/12401/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50126 s]
/proc/loadavg: 7.14 7.82 7.85 9/180 12416
/proc/meminfo: memFree=12505500/32951124 swapFree=67111528/67111528
[pid=12401] ppid=12399 vsize=18324 CPUtime=0 cores=0-7
/proc/12401/stat : 12401 (ppfolio) S 12399 12401 12375 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 493348642 18763776 390 33554432000 4194304 4287625 140734874859888 18446744073709551615 212039675407 0 0 4096 65536 4576950663694516223 0 0 17 6 0 0 0
/proc/12401/statm: 4581 390 341 23 0 91 0
[pid=12402] ppid=12401 vsize=41996 CPUtime=1.48 cores=0
/proc/12402/stat : 12402 (cryptominisat) R 12401 12401 12375 0 -1 4202496 6891 0 0 0 148 0 0 0 20 0 1 0 493348642 43003904 5563 33554432000 4194304 4587354 140735996991520 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12402/statm: 10499 5563 330 96 0 7061 0
[pid=12403] ppid=12401 vsize=25864 CPUtime=1.48 cores=1
/proc/12403/stat : 12403 (clasp) R 12401 12401 12375 0 -1 4202496 4697 0 0 0 148 0 0 0 20 0 1 0 493348642 26484736 3775 33554432000 4194304 4785740 140735243994144 18446744073709551615 4553046 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12403/statm: 6466 3775 340 145 0 3511 0
[pid=12404] ppid=12401 vsize=460712 CPUtime=1.48 cores=2
/proc/12404/stat : 12404 (TNM) R 12401 12401 12375 0 -1 4202496 2620 0 0 0 148 0 0 0 25 0 1 0 493348642 471769088 2517 33554432000 134512640 134534564 4288987472 18446744073709551615 134529370 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12404/statm: 115178 2517 95 6 0 113844 0
[pid=12405] ppid=12401 vsize=51504 CPUtime=1.49 cores=3
/proc/12405/stat : 12405 (march_hi) R 12401 12401 12375 0 -1 4202496 24499 0 0 0 147 2 0 0 20 0 1 0 493348642 52740096 6386 33554432000 4194304 4331988 140734300322448 18446744073709551615 4210951 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12405/statm: 12876 6386 175 34 0 11318 0
[pid=12406] ppid=12401 vsize=131484 CPUtime=5.7 cores=4-7
/proc/12406/stat : 12406 (plingeling) S 12401 12401 12375 0 -1 4202496 8684 1250 0 0 569 1 0 0 19 0 5 0 493348642 134639616 5398 33554432000 4194304 4356188 140733542367392 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12406/statm: 32871 5398 164 40 0 31415 0
[pid=12406/tid=12413] ppid=12401 vsize=131484 CPUtime=1.41 cores=4-7
/proc/12406/task/12413/stat : 12413 (plingeling) R 12401 12401 12375 0 -1 4202560 698 1250 0 0 141 0 0 0 20 0 5 0 493348650 134639616 5398 33554432000 4194304 4356188 140733542367392 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12406/tid=12414] ppid=12401 vsize=131484 CPUtime=1.41 cores=4-7
/proc/12406/task/12414/stat : 12414 (plingeling) R 12401 12401 12375 0 -1 4202560 1079 1250 0 0 141 0 0 0 23 0 5 0 493348650 134639616 5398 33554432000 4194304 4356188 140733542367392 18446744073709551615 4330827 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12406/tid=12415] ppid=12401 vsize=131484 CPUtime=1.41 cores=4-7
/proc/12406/task/12415/stat : 12415 (plingeling) R 12401 12401 12375 0 -1 4202560 1769 1250 0 0 141 0 0 0 23 0 5 0 493348650 134639616 5398 33554432000 4194304 4356188 140733542367392 18446744073709551615 4330896 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12406/tid=12416] ppid=12401 vsize=131484 CPUtime=1.38 cores=4-7
/proc/12406/task/12416/stat : 12416 (plingeling) R 12401 12401 12375 0 -1 4202560 636 1250 0 0 138 0 0 0 25 0 5 0 493348650 134639616 5398 33554432000 4194304 4356188 140733542367392 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.63
Current children cumulated vsize (KiB) 729884

[startup+3.10098 s]
/proc/loadavg: 7.21 7.83 7.85 9/180 12416
/proc/meminfo: memFree=12499564/32951124 swapFree=67111528/67111528
[pid=12401] ppid=12399 vsize=18324 CPUtime=0 cores=0-7
/proc/12401/stat : 12401 (ppfolio) S 12399 12401 12375 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 493348642 18763776 390 33554432000 4194304 4287625 140734874859888 18446744073709551615 212039675407 0 0 4096 65536 4576950663694516223 0 0 17 6 0 0 0
/proc/12401/statm: 4581 390 341 23 0 91 0
[pid=12402] ppid=12401 vsize=42176 CPUtime=3.09 cores=0
/proc/12402/stat : 12402 (cryptominisat) R 12401 12401 12375 0 -1 4202496 7299 0 0 0 308 1 0 0 25 0 1 0 493348642 43188224 5964 33554432000 4194304 4587354 140735996991520 18446744073709551615 4238317 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12402/statm: 10544 5964 330 96 0 7106 0
[pid=12403] ppid=12401 vsize=27648 CPUtime=3.08 cores=1
/proc/12403/stat : 12403 (clasp) R 12401 12401 12375 0 -1 4202496 5128 0 0 0 308 0 0 0 25 0 1 0 493348642 28311552 4206 33554432000 4194304 4785740 140735243994144 18446744073709551615 4553024 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12403/statm: 6912 4206 340 145 0 3957 0
[pid=12404] ppid=12401 vsize=460712 CPUtime=3.08 cores=2
/proc/12404/stat : 12404 (TNM) R 12401 12401 12375 0 -1 4202496 2620 0 0 0 308 0 0 0 25 0 1 0 493348642 471769088 2517 33554432000 134512640 134534564 4288987472 18446744073709551615 134528652 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12404/statm: 115178 2517 95 6 0 113844 0
[pid=12405] ppid=12401 vsize=51900 CPUtime=3.09 cores=3
/proc/12405/stat : 12405 (march_hi) R 12401 12401 12375 0 -1 4202496 24630 0 0 0 307 2 0 0 25 0 1 0 493348642 53145600 6517 33554432000 4194304 4331988 140734300322448 18446744073709551615 4211123 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12405/statm: 12975 6517 175 34 0 11417 0
[pid=12406] ppid=12401 vsize=137032 CPUtime=12.09 cores=4-7
/proc/12406/stat : 12406 (plingeling) S 12401 12401 12375 0 -1 4202496 10073 1250 0 0 1208 1 0 0 19 0 5 0 493348642 140320768 6785 33554432000 4194304 4356188 140733542367392 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12406/statm: 34258 6785 164 40 0 32802 0
[pid=12406/tid=12413] ppid=12401 vsize=137032 CPUtime=3.01 cores=4-7
/proc/12406/task/12413/stat : 12413 (plingeling) R 12401 12401 12375 0 -1 4202560 770 1250 0 0 301 0 0 0 25 0 5 0 493348650 140320768 6785 33554432000 4194304 4356188 140733542367392 18446744073709551615 4279989 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12406/tid=12414] ppid=12401 vsize=137032 CPUtime=3.01 cores=4-7
/proc/12406/task/12414/stat : 12414 (plingeling) R 12401 12401 12375 0 -1 4202560 1314 1250 0 0 301 0 0 0 25 0 5 0 493348650 140320768 6785 33554432000 4194304 4356188 140733542367392 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12406/tid=12415] ppid=12401 vsize=137032 CPUtime=3.01 cores=4-7
/proc/12406/task/12415/stat : 12415 (plingeling) R 12401 12401 12375 0 -1 4202560 2032 1250 0 0 301 0 0 0 25 0 5 0 493348650 140320768 6785 33554432000 4194304 4356188 140733542367392 18446744073709551615 4334618 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12406/tid=12416] ppid=12401 vsize=137032 CPUtime=2.97 cores=4-7
/proc/12406/task/12416/stat : 12416 (plingeling) R 12401 12401 12375 0 -1 4202560 1455 1250 0 0 297 0 0 0 25 0 5 0 493348650 140320768 6785 33554432000 4194304 4356188 140733542367392 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.43
Current children cumulated vsize (KiB) 737792

[startup+6.3014 s]
/proc/loadavg: 7.21 7.83 7.85 9/180 12416
/proc/meminfo: memFree=12489148/32951124 swapFree=67111528/67111528
[pid=12401] ppid=12399 vsize=18324 CPUtime=0 cores=0-7
/proc/12401/stat : 12401 (ppfolio) S 12399 12401 12375 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 493348642 18763776 390 33554432000 4194304 4287625 140734874859888 18446744073709551615 212039675407 0 0 4096 65536 4576950663694516223 0 0 17 6 0 0 0
/proc/12401/statm: 4581 390 341 23 0 91 0
[pid=12402] ppid=12401 vsize=395028 CPUtime=6.29 cores=0
/proc/12402/stat : 12402 (cryptominisat) R 12401 12401 12375 0 -1 4202496 10892 0 0 0 628 1 0 0 25 0 1 0 493348642 404508672 8036 33554432000 4194304 4587354 140735996991520 18446744073709551615 4420280 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12402/statm: 98757 8036 336 96 0 95319 0
[pid=12403] ppid=12401 vsize=32116 CPUtime=6.29 cores=1
/proc/12403/stat : 12403 (clasp) R 12401 12401 12375 0 -1 4202496 6225 0 0 0 628 1 0 0 25 0 1 0 493348642 32886784 5303 33554432000 4194304 4785740 140735243994144 18446744073709551615 4287237 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12403/statm: 8029 5303 340 145 0 5074 0
[pid=12404] ppid=12401 vsize=460712 CPUtime=6.28 cores=2
/proc/12404/stat : 12404 (TNM) R 12401 12401 12375 0 -1 4202496 2620 0 0 0 628 0 0 0 25 0 1 0 493348642 471769088 2517 33554432000 134512640 134534564 4288987472 18446744073709551615 134525904 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12404/statm: 115178 2517 95 6 0 113844 0
[pid=12405] ppid=12401 vsize=53812 CPUtime=6.28 cores=3
/proc/12405/stat : 12405 (march_hi) R 12401 12401 12375 0 -1 4202496 25010 0 0 0 626 2 0 0 25 0 1 0 493348642 55103488 6897 33554432000 4194304 4331988 140734300322448 18446744073709551615 4226499 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12405/statm: 13453 6897 175 34 0 11895 0
[pid=12406] ppid=12401 vsize=139292 CPUtime=24.87 cores=4-7
/proc/12406/stat : 12406 (plingeling) S 12401 12401 12375 0 -1 4202496 10638 1250 0 0 2486 1 0 0 19 0 5 0 493348642 142635008 7350 33554432000 4194304 4356188 140733542367392 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12406/statm: 34823 7350 164 40 0 33367 0
[pid=12406/tid=12413] ppid=12401 vsize=139292 CPUtime=6.21 cores=4-7
/proc/12406/task/12413/stat : 12413 (plingeling) R 12401 12401 12375 0 -1 4202560 770 1250 0 0 621 0 0 0 25 0 5 0 493348650 142635008 7350 33554432000 4194304 4356188 140733542367392 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12406/tid=12414] ppid=12401 vsize=139292 CPUtime=6.2 cores=4-7
/proc/12406/task/12414/stat : 12414 (plingeling) R 12401 12401 12375 0 -1 4202560 1314 1250 0 0 620 0 0 0 25 0 5 0 493348650 142635008 7350 33554432000 4194304 4356188 140733542367392 18446744073709551615 4234215 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12406/tid=12415] ppid=12401 vsize=139292 CPUtime=6.21 cores=4-7
/proc/12406/task/12415/stat : 12415 (plingeling) R 12401 12401 12375 0 -1 4202560 2136 1250 0 0 621 0 0 0 25 0 5 0 493348650 142635008 7350 33554432000 4194304 4356188 140733542367392 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12406/tid=12416] ppid=12401 vsize=139292 CPUtime=6.15 cores=4-7
/proc/12406/task/12416/stat : 12416 (plingeling) R 12401 12401 12375 0 -1 4202560 1916 1250 0 0 615 0 0 0 25 0 5 0 493348650 142635008 7350 33554432000 4194304 4356188 140733542367392 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (KiB) 1099284

[startup+12.7013 s]
/proc/loadavg: 7.33 7.83 7.85 9/180 12416
/proc/meminfo: memFree=12470280/32951124 swapFree=67111528/67111528
[pid=12401] ppid=12399 vsize=18324 CPUtime=0 cores=0-7
/proc/12401/stat : 12401 (ppfolio) S 12399 12401 12375 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 493348642 18763776 390 33554432000 4194304 4287625 140734874859888 18446744073709551615 212039675407 0 0 4096 65536 4576950663694516223 0 0 17 6 0 0 0
/proc/12401/statm: 4581 390 341 23 0 91 0
[pid=12402] ppid=12401 vsize=379008 CPUtime=12.69 cores=0
/proc/12402/stat : 12402 (cryptominisat) R 12401 12401 12375 0 -1 4202496 15162 0 0 0 1266 3 0 0 25 0 1 0 493348642 388104192 8866 33554432000 4194304 4587354 140735996991520 18446744073709551615 4388179 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12402/statm: 94752 8866 336 96 0 91314 0
[pid=12403] ppid=12401 vsize=33736 CPUtime=12.69 cores=1
/proc/12403/stat : 12403 (clasp) R 12401 12401 12375 0 -1 4202496 6605 0 0 0 1268 1 0 0 25 0 1 0 493348642 34545664 5683 33554432000 4194304 4785740 140735243994144 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12403/statm: 8434 5683 340 145 0 5479 0
[pid=12404] ppid=12401 vsize=460712 CPUtime=12.68 cores=2
/proc/12404/stat : 12404 (TNM) R 12401 12401 12375 0 -1 4202496 2620 0 0 0 1268 0 0 0 25 0 1 0 493348642 471769088 2517 33554432000 134512640 134534564 4288987472 18446744073709551615 134529985 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12404/statm: 115178 2517 95 6 0 113844 0
[pid=12405] ppid=12401 vsize=55480 CPUtime=12.68 cores=3
/proc/12405/stat : 12405 (march_hi) R 12401 12401 12375 0 -1 4202496 25483 0 0 0 1266 2 0 0 25 0 1 0 493348642 56811520 7357 33554432000 4194304 4331988 140734300322448 18446744073709551615 4243044 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12405/statm: 13870 7357 175 34 0 12312 0
[pid=12406] ppid=12401 vsize=144860 CPUtime=50.44 cores=4-7
/proc/12406/stat : 12406 (plingeling) S 12401 12401 12375 0 -1 4202496 12542 1250 0 0 5042 2 0 0 19 0 5 0 493348642 148336640 8742 33554432000 4194304 4356188 140733542367392 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12406/statm: 36215 8742 164 40 0 34759 0
[pid=12406/tid=12413] ppid=12401 vsize=144860 CPUtime=12.61 cores=4-7
/proc/12406/task/12413/stat : 12413 (plingeling) R 12401 12401 12375 0 -1 4202560 834 1250 0 0 1261 0 0 0 25 0 5 0 493348650 148336640 8742 33554432000 4194304 4356188 140733542367392 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12406/tid=12414] ppid=12401 vsize=144860 CPUtime=12.6 cores=4-7
/proc/12406/task/12414/stat : 12414 (plingeling) R 12401 12401 12375 0 -1 4202560 2081 1250 0 0 1260 0 0 0 25 0 5 0 493348650 148336640 8742 33554432000 4194304 4356188 140733542367392 18446744073709551615 4331119 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12406/tid=12415] ppid=12401 vsize=144860 CPUtime=12.61 cores=4-7
/proc/12406/task/12415/stat : 12415 (plingeling) R 12401 12401 12375 0 -1 4202560 2706 1250 0 0 1261 0 0 0 25 0 5 0 493348650 148336640 8742 33554432000 4194304 4356188 140733542367392 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12406/tid=12416] ppid=12401 vsize=144860 CPUtime=12.51 cores=4-7
/proc/12406/task/12416/stat : 12416 (plingeling) R 12401 12401 12375 0 -1 4202560 2419 1250 0 0 1251 0 0 0 25 0 5 0 493348650 148336640 8742 33554432000 4194304 4356188 140733542367392 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 1092120

[startup+25.501 s]
/proc/loadavg: 7.43 7.84 7.85 9/180 12416
/proc/meminfo: memFree=12445140/32951124 swapFree=67111528/67111528
[pid=12401] ppid=12399 vsize=18324 CPUtime=0 cores=0-7
/proc/12401/stat : 12401 (ppfolio) S 12399 12401 12375 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 493348642 18763776 390 33554432000 4194304 4287625 140734874859888 18446744073709551615 212039675407 0 0 4096 65536 4576950663694516223 0 0 17 6 0 0 0
/proc/12401/statm: 4581 390 341 23 0 91 0
[pid=12402] ppid=12401 vsize=373112 CPUtime=25.49 cores=0
/proc/12402/stat : 12402 (cryptominisat) R 12401 12401 12375 0 -1 4202496 20113 0 0 0 2544 5 0 0 25 0 1 0 493348642 382066688 10314 33554432000 4194304 4587354 140735996991520 18446744073709551615 4238101 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=12406/tid=12413] ppid=12401 vsize=172268 CPUtime=83.01 cores=4-7
/proc/12406/task/12413/stat : 12413 (plingeling) R 12401 12401 12375 0 -1 4202560 4802 1250 0 0 8300 1 0 0 25 0 5 0 493348650 176402432 15594 33554432000 4194304 4356188 140733542367392 18446744073709551615 4270759 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12406/tid=12414] ppid=12401 vsize=172268 CPUtime=82.99 cores=4-7
/proc/12406/task/12414/stat : 12414 (plingeling) R 12401 12401 12375 0 -1 4202560 3711 1250 0 0 8299 0 0 0 25 0 5 0 493348650 176402432 15594 33554432000 4194304 4356188 140733542367392 18446744073709551615 4283920 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12406/tid=12415] ppid=12401 vsize=172268 CPUtime=83 cores=4-7
/proc/12406/task/12415/stat : 12415 (plingeling) R 12401 12401 12375 0 -1 4202560 6384 1250 0 0 8300 0 0 0 25 0 5 0 493348650 176402432 15594 33554432000 4194304 4356188 140733542367392 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12406/tid=12416] ppid=12401 vsize=172268 CPUtime=82.53 cores=4-7
/proc/12406/task/12416/stat : 12416 (plingeling) R 12401 12401 12375 0 -1 4202560 3579 1250 0 0 8253 0 0 0 25 0 5 0 493348650 176402432 15594 33554432000 4194304 4356188 140733542367392 18446744073709551615 4279968 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 664
Current children cumulated vsize (KiB) 1153964

[startup+86.3011 s]
/proc/loadavg: 7.83 7.88 7.86 9/180 12418
/proc/meminfo: memFree=12397248/32951124 swapFree=67111528/67111528
[pid=12401] ppid=12399 vsize=18324 CPUtime=0 cores=0-7
/proc/12401/stat : 12401 (ppfolio) S 12399 12401 12375 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 493348642 18763776 390 33554432000 4194304 4287625 140734874859888 18446744073709551615 212039675407 0 0 4096 65536 4576950663694516223 0 0 17 6 0 0 0
/proc/12401/statm: 4581 390 341 23 0 91 0
[pid=12402] ppid=12401 vsize=396964 CPUtime=86.29 cores=0
/proc/12402/stat : 12402 (cryptominisat) R 12401 12401 12375 0 -1 4202496 29423 0 0 0 8621 8 0 0 25 0 1 0 493348642 406491136 13805 33554432000 4194304 4587354 140735996991520 18446744073709551615 4238692 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12402/statm: 99241 13805 336 96 0 95803 0
[pid=12403] ppid=12401 vsize=50676 CPUtime=86.29 cores=1
/proc/12403/stat : 12403 (clasp) R 12401 12401 12375 0 -1 4202496 10645 0 0 0 8627 2 0 0 25 0 1 0 493348642 51892224 9723 33554432000 4194304 4785740 140735243994144 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12403/statm: 12669 9723 340 145 0 9714 0
[pid=12404] ppid=12401 vsize=460712 CPUtime=86.29 cores=2
/proc/12404/stat : 12404 (TNM) R 12401 12401 12375 0 -1 4202496 2620 0 0 0 8629 0 0 0 25 0 1 0 493348642 471769088 2517 33554432000 134512640 134534564 4288987472 18446744073709551615 134530372 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12404/statm: 115178 2517 95 6 0 113844 0
[pid=12405] ppid=12401 vsize=68260 CPUtime=86.29 cores=3
/proc/12405/stat : 12405 (march_hi) R 12401 12401 12375 0 -1 4202496 27881 0 0 0 8625 4 0 0 25 0 1 0 493348642 69898240 9743 33554432000 4194304 4331988 140734300322448 18446744073709551615 4242675 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12405/statm: 17065 9743 175 34 0 15507 0
[pid=12406] ppid=12401 vsize=169076 CPUtime=344.42 cores=4-7
/proc/12406/stat : 12406 (plingeling) S 12401 12401 12375 0 -1 4202496 23204 1250 0 0 34439 3 0 0 19 0 5 0 493348642 173133824 14796 33554432000 4194304 4356188 140733542367392 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12406/statm: 42269 14796 164 40 0 40813 0
[pid=12406/tid=12413] ppid=12401 vsize=169076 CPUtime=86.21 cores=4-7
/proc/12406/task/12413/stat : 12413 (plingeling) R 12401 12401 12375 0 -1 4202560 4802 1250 0 0 8620 1 0 0 25 0 5 0 493348650 173133824 14796 33554432000 4194304 4356188 140733542367392 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12406/tid=12414] ppid=12401 vsize=169076 CPUtime=86.19 cores=4-7
/proc/12406/task/12414/stat : 12414 (plingeling) R 12401 12401 12375 0 -1 4202560 3937 1250 0 0 8619 0 0 0 25 0 5 0 493348650 173133824 14796 33554432000 4194304 4356188 140733542367392 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12406/tid=12415] ppid=12401 vsize=169076 CPUtime=86.2 cores=4-7
/proc/12406/task/12415/stat : 12415 (plingeling) R 12401 12401 12375 0 -1 4202560 6384 1250 0 0 8620 0 0 0 25 0 5 0 493348650 173133824 14796 33554432000 4194304 4356188 140733542367392 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12406/tid=12416] ppid=12401 vsize=169076 CPUtime=85.71 cores=4-7
/proc/12406/task/12416/stat : 12416 (plingeling) R 12401 12401 12375 0 -1 4202560 3579 1250 0 0 8571 0 0 0 25 0 5 0 493348650 173133824 14796 33554432000 4194304 4356188 140733542367392 18446744073709551615 4331259 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 689.58
Current children cumulated vsize (KiB) 1164012

[startup+87.9009 s]
/proc/loadavg: 7.84 7.88 7.86 9/180 12418
/proc/meminfo: memFree=12391420/32951124 swapFree=67111528/67111528
[pid=12401] ppid=12399 vsize=18324 CPUtime=0 cores=0-7
/proc/12401/stat : 12401 (ppfolio) S 12399 12401 12375 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 493348642 18763776 390 33554432000 4194304 4287625 140734874859888 18446744073709551615 212039675407 0 0 4096 65536 4576950663694516223 0 0 17 6 0 0 0
/proc/12401/statm: 4581 390 341 23 0 91 0
[pid=12402] ppid=12401 vsize=396964 CPUtime=87.9 cores=0
/proc/12402/stat : 12402 (cryptominisat) R 12401 12401 12375 0 -1 4202496 29423 0 0 0 8782 8 0 0 25 0 1 0 493348642 406491136 13805 33554432000 4194304 4587354 140735996991520 18446744073709551615 4243328 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12402/statm: 99241 13805 336 96 0 95803 0
[pid=12403] ppid=12401 vsize=50836 CPUtime=87.9 cores=1
/proc/12403/stat : 12403 (clasp) R 12401 12401 12375 0 -1 4202496 10691 0 0 0 8788 2 0 0 25 0 1 0 493348642 52056064 9769 33554432000 4194304 4785740 140735243994144 18446744073709551615 4549837 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12403/statm: 12709 9769 340 145 0 9754 0
[pid=12404] ppid=12401 vsize=460712 CPUtime=87.89 cores=2
/proc/12404/stat : 12404 (TNM) R 12401 12401 12375 0 -1 4202496 2620 0 0 0 8789 0 0 0 25 0 1 0 493348642 471769088 2517 33554432000 134512640 134534564 4288987472 18446744073709551615 134528972 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12404/statm: 115178 2517 95 6 0 113844 0
[pid=12405] ppid=12401 vsize=68260 CPUtime=87.9 cores=3
/proc/12405/stat : 12405 (march_hi) R 12401 12401 12375 0 -1 4202496 27915 0 0 0 8786 4 0 0 25 0 1 0 493348642 69898240 9777 33554432000 4194304 4331988 140734300322448 18446744073709551615 4242575 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12405/statm: 17065 9777 175 34 0 15507 0
[pid=12406] ppid=12401 vsize=174200 CPUtime=350.83 cores=4-7
/proc/12406/stat : 12406 (plingeling) S 12401 12401 12375 0 -1 4202496 24741 1250 0 0 35079 4 0 0 19 0 5 0 493348642 178380800 16077 33554432000 4194304 4356188 140733542367392 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12406/statm: 43550 16077 164 40 0 42094 0
[pid=12406/tid=12413] ppid=12401 vsize=174200 CPUtime=87.82 cores=4-7
/proc/12406/task/12413/stat : 12413 (plingeling) R 12401 12401 12375 0 -1 4202560 5315 1250 0 0 8781 1 0 0 25 0 5 0 493348650 178380800 16077 33554432000 4194304 4356188 140733542367392 18446744073709551615 4284127 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12406/tid=12414] ppid=12401 vsize=174200 CPUtime=87.8 cores=4-7
/proc/12406/task/12414/stat : 12414 (plingeling) R 12401 12401 12375 0 -1 4202560 3937 1250 0 0 8780 0 0 0 25 0 5 0 493348650 178380800 16077 33554432000 4194304 4356188 140733542367392 18446744073709551615 4330879 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12406/tid=12415] ppid=12401 vsize=174200 CPUtime=87.8 cores=4-7
/proc/12406/task/12415/stat : 12415 (plingeling) R 12401 12401 12375 0 -1 4202560 6384 1250 0 0 8780 0 0 0 25 0 5 0 493348650 178380800 16077 33554432000 4194304 4356188 140733542367392 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12406/tid=12416] ppid=12401 vsize=174200 CPUtime=87.3 cores=4-7
/proc/12406/task/12416/stat : 12416 (plingeling) R 12401 12401 12375 0 -1 4202560 4603 1250 0 0 8730 0 0 0 25 0 5 0 493348650 178380800 16077 33554432000 4194304 4356188 140733542367392 18446744073709551615 4330766 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 702.42
Current children cumulated vsize (KiB) 1169296

[startup+88.7007 s]
/proc/loadavg: 7.84 7.88 7.86 9/180 12418
/proc/meminfo: memFree=12391420/32951124 swapFree=67111528/67111528
[pid=12401] ppid=12399 vsize=18324 CPUtime=0 cores=0-7
/proc/12401/stat : 12401 (ppfolio) S 12399 12401 12375 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 493348642 18763776 390 33554432000 4194304 4287625 140734874859888 18446744073709551615 212039675407 0 0 4096 65536 4576950663694516223 0 0 17 6 0 0 0
/proc/12401/statm: 4581 390 341 23 0 91 0
[pid=12402] ppid=12401 vsize=396964 CPUtime=88.69 cores=0
/proc/12402/stat : 12402 (cryptominisat) R 12401 12401 12375 0 -1 4202496 29423 0 0 0 8861 8 0 0 25 0 1 0 493348642 406491136 13805 33554432000 4194304 4587354 140735996991520 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12402/statm: 99241 13805 336 96 0 95803 0
[pid=12403] ppid=12401 vsize=50836 CPUtime=88.69 cores=1
/proc/12403/stat : 12403 (clasp) R 12401 12401 12375 0 -1 4202496 10691 0 0 0 8867 2 0 0 25 0 1 0 493348642 52056064 9769 33554432000 4194304 4785740 140735243994144 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12403/statm: 12709 9769 340 145 0 9754 0
[pid=12404] ppid=12401 vsize=460712 CPUtime=88.69 cores=2
/proc/12404/stat : 12404 (TNM) R 12401 12401 12375 0 -1 4202496 2620 0 0 0 8869 0 0 0 25 0 1 0 493348642 471769088 2517 33554432000 134512640 134534564 4288987472 18446744073709551615 134525982 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12404/statm: 115178 2517 95 6 0 113844 0
[pid=12405] ppid=12401 vsize=68392 CPUtime=88.69 cores=3
/proc/12405/stat : 12405 (march_hi) R 12401 12401 12375 0 -1 4202496 27935 0 0 0 8865 4 0 0 25 0 1 0 493348642 70033408 9797 33554432000 4194304 4331988 140734300322448 18446744073709551615 4242649 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12405/statm: 17098 9797 175 34 0 15540 0
[pid=12406] ppid=12401 vsize=174200 CPUtime=354.01 cores=4-7
/proc/12406/stat : 12406 (plingeling) S 12401 12401 12375 0 -1 4202496 24741 1250 0 0 35397 4 0 0 19 0 5 0 493348642 178380800 16077 33554432000 4194304 4356188 140733542367392 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12406/statm: 43550 16077 164 40 0 42094 0
[pid=12406/tid=12413] ppid=12401 vsize=174200 CPUtime=88.61 cores=4-7
/proc/12406/task/12413/stat : 12413 (plingeling) R 12401 12401 12375 0 -1 4202560 5315 1250 0 0 8860 1 0 0 25 0 5 0 493348650 178380800 16077 33554432000 4194304 4356188 140733542367392 18446744073709551615 4234169 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12406/tid=12414] ppid=12401 vsize=174200 CPUtime=88.59 cores=4-7
/proc/12406/task/12414/stat : 12414 (plingeling) R 12401 12401 12375 0 -1 4202560 3937 1250 0 0 8859 0 0 0 25 0 5 0 493348650 178380800 16077 33554432000 4194304 4356188 140733542367392 18446744073709551615 4332288 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12406/tid=12415] ppid=12401 vsize=174200 CPUtime=88.6 cores=4-7
/proc/12406/task/12415/stat : 12415 (plingeling) R 12401 12401 12375 0 -1 4202560 6384 1250 0 0 8860 0 0 0 25 0 5 0 493348650 178380800 16077 33554432000 4194304 4356188 140733542367392 18446744073709551615 4280034 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12406/tid=12416] ppid=12401 vsize=174200 CPUtime=88.1 cores=4-7
/proc/12406/task/12416/stat : 12416 (plingeling) R 12401 12401 12375 0 -1 4202560 4603 1250 0 0 8810 0 0 0 25 0 5 0 493348650 178380800 16077 33554432000 4194304 4356188 140733542367392 18446744073709551615 4330856 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 708.77
Current children cumulated vsize (KiB) 1169428

[startup+89.1066 s]
/proc/loadavg: 7.84 7.88 7.86 9/180 12418
/proc/meminfo: memFree=12390800/32951124 swapFree=67111528/67111528
[pid=12401] ppid=12399 vsize=18324 CPUtime=0 cores=0-7
/proc/12401/stat : 12401 (ppfolio) S 12399 12401 12375 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 493348642 18763776 390 33554432000 4194304 4287625 140734874859888 18446744073709551615 212039675407 0 0 4096 65536 4576950663694516223 0 0 17 6 0 0 0
/proc/12401/statm: 4581 390 341 23 0 91 0
[pid=12402] ppid=12401 vsize=396964 CPUtime=89.1 cores=0
/proc/12402/stat : 12402 (cryptominisat) R 12401 12401 12375 0 -1 4202496 29423 0 0 0 8902 8 0 0 25 0 1 0 493348642 406491136 13805 33554432000 4194304 4587354 140735996991520 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12402/statm: 99241 13805 336 96 0 95803 0
[pid=12403] ppid=12401 vsize=50836 CPUtime=89.1 cores=1
/proc/12403/stat : 12403 (clasp) R 12401 12401 12375 0 -1 4202496 10691 0 0 0 8908 2 0 0 25 0 1 0 493348642 52056064 9769 33554432000 4194304 4785740 140735243994144 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12403/statm: 12709 9769 340 145 0 9754 0
[pid=12404] ppid=12401 vsize=460712 CPUtime=89.09 cores=2
/proc/12404/stat : 12404 (TNM) R 12401 12401 12375 0 -1 4202496 2620 0 0 0 8909 0 0 0 25 0 1 0 493348642 471769088 2517 33554432000 134512640 134534564 4288987472 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12404/statm: 115178 2517 95 6 0 113844 0
[pid=12405] ppid=12401 vsize=68392 CPUtime=89.1 cores=3
/proc/12405/stat : 12405 (march_hi) R 12401 12401 12375 0 -1 4202496 27950 0 0 0 8906 4 0 0 25 0 1 0 493348642 70033408 9812 33554432000 4194304 4331988 140734300322448 18446744073709551615 4242550 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12405/statm: 17098 9812 175 34 0 15540 0
[pid=12406] ppid=12401 vsize=174712 CPUtime=355.63 cores=4-7
/proc/12406/stat : 12406 (plingeling) S 12401 12401 12375 0 -1 4202496 24869 1250 0 0 35559 4 0 0 19 0 5 0 493348642 178905088 16205 33554432000 4194304 4356188 140733542367392 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12406/statm: 43678 16205 164 40 0 42222 0
[pid=12406/tid=12413] ppid=12401 vsize=174712 CPUtime=89.02 cores=4-7
/proc/12406/task/12413/stat : 12413 (plingeling) R 12401 12401 12375 0 -1 4202560 5315 1250 0 0 8901 1 0 0 25 0 5 0 493348650 178905088 16205 33554432000 4194304 4356188 140733542367392 18446744073709551615 4331321 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12406/tid=12414] ppid=12401 vsize=174712 CPUtime=89 cores=4-7
/proc/12406/task/12414/stat : 12414 (plingeling) R 12401 12401 12375 0 -1 4202560 3937 1250 0 0 8900 0 0 0 25 0 5 0 493348650 178905088 16205 33554432000 4194304 4356188 140733542367392 18446744073709551615 4281672 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12406/tid=12415] ppid=12401 vsize=174712 CPUtime=89 cores=4-7
/proc/12406/task/12415/stat : 12415 (plingeling) R 12401 12401 12375 0 -1 4202560 6384 1250 0 0 8900 0 0 0 25 0 5 0 493348650 178905088 16205 33554432000 4194304 4356188 140733542367392 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12406/tid=12416] ppid=12401 vsize=174712 CPUtime=88.5 cores=4-7
/proc/12406/task/12416/stat : 12416 (plingeling) R 12401 12401 12375 0 -1 4202560 4731 1250 0 0 8850 0 0 0 25 0 5 0 493348650 178905088 16205 33554432000 4194304 4356188 140733542367392 18446744073709551615 4331326 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 712.02
Current children cumulated vsize (KiB) 1169940

[startup+89.3006 s]
/proc/loadavg: 7.84 7.88 7.86 9/180 12418
/proc/meminfo: memFree=12390800/32951124 swapFree=67111528/67111528
[pid=12401] ppid=12399 vsize=18324 CPUtime=0 cores=0-7
/proc/12401/stat : 12401 (ppfolio) S 12399 12401 12375 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 493348642 18763776 390 33554432000 4194304 4287625 140734874859888 18446744073709551615 212039675407 0 0 4096 65536 4576950663694516223 0 0 17 6 0 0 0
/proc/12401/statm: 4581 390 341 23 0 91 0
[pid=12402] ppid=12401 vsize=396964 CPUtime=89.29 cores=0
/proc/12402/stat : 12402 (cryptominisat) R 12401 12401 12375 0 -1 4202496 29423 0 0 0 8921 8 0 0 25 0 1 0 493348642 406491136 13805 33554432000 4194304 4587354 140735996991520 18446744073709551615 4231873 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12402/statm: 99241 13805 336 96 0 95803 0
[pid=12403] ppid=12401 vsize=50836 CPUtime=89.29 cores=1
/proc/12403/stat : 12403 (clasp) R 12401 12401 12375 0 -1 4202496 10691 0 0 0 8927 2 0 0 25 0 1 0 493348642 52056064 9769 33554432000 4194304 4785740 140735243994144 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12403/statm: 12709 9769 340 145 0 9754 0
[pid=12404] ppid=12401 vsize=460712 CPUtime=89.29 cores=2
/proc/12404/stat : 12404 (TNM) R 12401 12401 12375 0 -1 4202496 2620 0 0 0 8929 0 0 0 25 0 1 0 493348642 471769088 2517 33554432000 134512640 134534564 4288987472 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12404/statm: 115178 2517 95 6 0 113844 0
[pid=12405] ppid=12401 vsize=68392 CPUtime=89.29 cores=3
/proc/12405/stat : 12405 (march_hi) R 12401 12401 12375 0 -1 4202496 27956 0 0 0 8925 4 0 0 25 0 1 0 493348642 70033408 9818 33554432000 4194304 4331988 140734300322448 18446744073709551615 4242514 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12405/statm: 17098 9818 175 34 0 15540 0
[pid=12406] ppid=12401 vsize=174712 CPUtime=356.41 cores=4-7
/proc/12406/stat : 12406 (plingeling) S 12401 12401 12375 0 -1 4202496 24869 1250 0 0 35637 4 0 0 19 0 5 0 493348642 178905088 16205 33554432000 4194304 4356188 140733542367392 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12406/statm: 43678 16205 164 40 0 42222 0
[pid=12406/tid=12413] ppid=12401 vsize=174712 CPUtime=89.21 cores=4-7
/proc/12406/task/12413/stat : 12413 (plingeling) R 12401 12401 12375 0 -1 4202560 5315 1250 0 0 8920 1 0 0 25 0 5 0 493348650 178905088 16205 33554432000 4194304 4356188 140733542367392 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12406/tid=12414] ppid=12401 vsize=174712 CPUtime=89.19 cores=4-7
/proc/12406/task/12414/stat : 12414 (plingeling) R 12401 12401 12375 0 -1 4202560 3937 1250 0 0 8919 0 0 0 25 0 5 0 493348650 178905088 16205 33554432000 4194304 4356188 140733542367392 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12406/tid=12415] ppid=12401 vsize=174712 CPUtime=89.2 cores=4-7
/proc/12406/task/12415/stat : 12415 (plingeling) R 12401 12401 12375 0 -1 4202560 6384 1250 0 0 8920 0 0 0 25 0 5 0 493348650 178905088 16205 33554432000 4194304 4356188 140733542367392 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12406/tid=12416] ppid=12401 vsize=174712 CPUtime=88.69 cores=4-7
/proc/12406/task/12416/stat : 12416 (plingeling) R 12401 12401 12375 0 -1 4202560 4731 1250 0 0 8869 0 0 0 25 0 5 0 493348650 178905088 16205 33554432000 4194304 4356188 140733542367392 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 713.57
Current children cumulated vsize (KiB) 1169940

Child status: 0
Real time (s): 89.398
CPU time (s): 714.369
CPU user time (s): 714.147
CPU system time (s): 0.221966
CPU usage (%): 799.088
Max. virtual memory (cumulated for all children) (KiB): 1170320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 714.147
system time used= 0.221966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98388
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= 652
involuntary context switches= 3518

runsolver used 0.160975 second user time and 0.332949 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-28 18:48:44
IDJOB=3310312
IDBENCH=83117
IDSOLVER=1638
FILE ID=node146/3310312-1304009324
RUNJOBID= node146-1304009324-12389
PBS_JOBID= 13168852
Free space on /tmp= 72996 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom13.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310312-1304009324/watcher-3310312-1304009324 -o /tmp/evaluation-result-3310312-1304009324/solver-3310312-1304009324 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310312-1304009324.cnf

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

MD5SUM BENCH= f3c2fb082f5fbc8fb1f714d6ee13929d
RANDOM SEED=838562090

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12594520 kB
Buffers:       2087652 kB
Cached:       17669468 kB
SwapCached:          0 kB
Active:       10115808 kB
Inactive:      9704428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12594520 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11012 kB
Writeback:           4 kB
AnonPages:       62372 kB
Mapped:          14580 kB
Slab:           471004 kB
PageTables:       3952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184532 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= 72984 MiB
End job on node146 at 2011-04-28 18:50:13