Trace number 3276256

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 10367.9 1296.88

General information on the benchmark

NameSAT02/handmade/simon/
satex-challenges/c6288.shuffled.cnf
MD5SUM75bd8319132b47c2d2e6f0889735a248
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.774881
Satisfiable
(Un)Satisfiability was proved
Number of variables5008
Number of clauses14813
Sum of the clauses size34485
Maximum clause length33
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29982
Number of clauses of size 34829
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

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
10367.31/1296.86	s UNSATISFIABLE
10367.31/1296.88	solver [1] cryptominisat 2.7.1 answered
10367.31/1296.88	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-3276256-1304175630/watcher-3276256-1304175630 -o /tmp/evaluation-result-3276256-1304175630/solver-3276256-1304175630 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3276256-1304175630.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: 8.04 8.05 8.00 1/170 32059
/proc/meminfo: memFree=30964912/32951124 swapFree=67106388/67111528
[pid=32059] ppid=32057 vsize=18324 CPUtime=0 cores=0-7
/proc/32059/stat : 32059 (ppfolio) R 32057 32059 30879 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 509979241 18763776 390 33554432000 4194304 4287625 140735412610656 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/32059/statm: 4581 390 341 23 0 91 0

[startup+0.016869 s]
/proc/loadavg: 8.04 8.05 8.00 1/170 32059
/proc/meminfo: memFree=30964912/32951124 swapFree=67106388/67111528
[pid=32059] ppid=32057 vsize=18324 CPUtime=0 cores=0-7
/proc/32059/stat : 32059 (ppfolio) S 32057 32059 30879 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 509979241 18763776 390 33554432000 4194304 4287625 140735412610656 18446744073709551615 212039675407 0 0 4096 65536 4578630854900711423 0 0 17 6 0 0 0
/proc/32059/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100812 s]
/proc/loadavg: 8.04 8.05 8.00 1/170 32059
/proc/meminfo: memFree=30964912/32951124 swapFree=67106388/67111528
[pid=32059] ppid=32057 vsize=18324 CPUtime=0 cores=0-7
/proc/32059/stat : 32059 (ppfolio) R 32057 32059 30879 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 509979241 18763776 390 33554432000 4194304 4287625 140735412610656 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/32059/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300773 s]
/proc/loadavg: 8.04 8.05 8.00 1/170 32059
/proc/meminfo: memFree=30964912/32951124 swapFree=67106388/67111528
[pid=32059] ppid=32057 vsize=18324 CPUtime=0 cores=0-7
/proc/32059/stat : 32059 (ppfolio) S 32057 32059 30879 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 509979241 18763776 390 33554432000 4194304 4287625 140735412610656 18446744073709551615 212039675407 0 0 4096 65536 4578630854900711423 0 0 17 6 0 0 0
/proc/32059/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700704 s]
/proc/loadavg: 8.04 8.05 8.00 1/170 32059
/proc/meminfo: memFree=30964912/32951124 swapFree=67106388/67111528
[pid=32059] ppid=32057 vsize=18324 CPUtime=0 cores=0-7
/proc/32059/stat : 32059 (ppfolio) S 32057 32059 30879 0 -1 4202496 523 0 0 0 0 0 0 0 21 0 1 0 509979241 18763776 390 33554432000 4194304 4287625 140735412610656 18446744073709551615 212039675407 0 0 4096 65536 4578630854900711423 0 0 17 6 0 0 0
/proc/32059/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50056 s]
/proc/loadavg: 8.20 8.08 8.01 9/180 32074
/proc/meminfo: memFree=30939040/32951124 swapFree=67106388/67111528
[pid=32059] ppid=32057 vsize=18324 CPUtime=0 cores=0-7
/proc/32059/stat : 32059 (ppfolio) S 32057 32059 30879 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 509979241 18763776 390 33554432000 4194304 4287625 140735412610656 18446744073709551615 212039675407 0 0 4096 65536 4578630854900711423 0 0 17 6 0 0 0
/proc/32059/statm: 4581 390 341 23 0 91 0
[pid=32060] ppid=32059 vsize=158508 CPUtime=1.49 cores=0
/proc/32060/stat : 32060 (cryptominisat) R 32059 32059 30879 0 -1 4202496 2766 0 0 0 149 0 0 0 20 0 1 0 509979241 162312192 1714 33554432000 4194304 4587354 140737403103392 18446744073709551615 4287456 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32060/statm: 39627 1714 327 96 0 36189 0
[pid=32061] ppid=32059 vsize=16416 CPUtime=1.49 cores=1
/proc/32061/stat : 32061 (clasp) R 32059 32059 30879 0 -1 4202496 1667 0 0 0 149 0 0 0 20 0 1 0 509979241 16809984 1432 33554432000 4194304 4785740 140734956853440 18446744073709551615 4553280 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32061/statm: 4104 1432 340 145 0 1149 0
[pid=32062] ppid=32059 vsize=456756 CPUtime=1.49 cores=2
/proc/32062/stat : 32062 (TNM) R 32059 32059 30879 0 -1 4202496 769 0 0 0 149 0 0 0 20 0 1 0 509979241 467718144 665 33554432000 134512640 134534564 4286912816 18446744073709551615 134529651 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32062/statm: 114189 665 95 6 0 112855 0
[pid=32063] ppid=32059 vsize=18096 CPUtime=1.49 cores=3
/proc/32063/stat : 32063 (march_hi) R 32059 32059 30879 0 -1 4202496 4643 0 0 0 149 0 0 0 20 0 1 0 509979241 18530304 1861 33554432000 4194304 4331988 140734736719488 18446744073709551615 4313679 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32063/statm: 4524 1861 175 34 0 2966 0
[pid=32064] ppid=32059 vsize=123908 CPUtime=5.9 cores=4-7
/proc/32064/stat : 32064 (plingeling) S 32059 32059 30879 0 -1 4202496 4107 1250 0 0 590 0 0 0 18 0 5 0 509979242 126881792 3070 33554432000 4194304 4356188 140735277820512 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32064/statm: 30977 3070 164 40 0 29521 0
[pid=32064/tid=32071] ppid=32059 vsize=123908 CPUtime=1.47 cores=4-7
/proc/32064/task/32071/stat : 32071 (plingeling) R 32059 32059 30879 0 -1 4202560 688 1250 0 0 147 0 0 0 25 0 5 0 509979244 126881792 3070 33554432000 4194304 4356188 140735277820512 18446744073709551615 4330982 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32064/tid=32072] ppid=32059 vsize=123908 CPUtime=1.47 cores=4-7
/proc/32064/task/32072/stat : 32072 (plingeling) R 32059 32059 30879 0 -1 4202560 644 1250 0 0 147 0 0 0 25 0 5 0 509979244 126881792 3070 33554432000 4194304 4356188 140735277820512 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32064/tid=32073] ppid=32059 vsize=123908 CPUtime=1.47 cores=4-7
/proc/32064/task/32073/stat : 32073 (plingeling) R 32059 32059 30879 0 -1 4202560 752 1250 0 0 147 0 0 0 23 0 5 0 509979244 126881792 3070 33554432000 4194304 4356188 140735277820512 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32064/tid=32074] ppid=32059 vsize=123908 CPUtime=1.46 cores=4-7
/proc/32064/task/32074/stat : 32074 (plingeling) R 32059 32059 30879 0 -1 4202560 620 1250 0 0 146 0 0 0 23 0 5 0 509979244 126881792 3070 33554432000 4194304 4356188 140735277820512 18446744073709551615 4332293 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 792008

[startup+3.10128 s]
/proc/loadavg: 8.20 8.08 8.01 9/180 32074
/proc/meminfo: memFree=30932716/32951124 swapFree=67106388/67111528
[pid=32059] ppid=32057 vsize=18324 CPUtime=0 cores=0-7
/proc/32059/stat : 32059 (ppfolio) S 32057 32059 30879 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 509979241 18763776 390 33554432000 4194304 4287625 140735412610656 18446744073709551615 212039675407 0 0 4096 65536 4578630854900711423 0 0 17 6 0 0 0
/proc/32059/statm: 4581 390 341 23 0 91 0
[pid=32060] ppid=32059 vsize=159496 CPUtime=3.09 cores=0
/proc/32060/stat : 32060 (cryptominisat) R 32059 32059 30879 0 -1 4202496 3703 0 0 0 309 0 0 0 25 0 1 0 509979241 163323904 1867 33554432000 4194304 4587354 140737403103392 18446744073709551615 4238297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32060/statm: 39874 1867 331 96 0 36436 0
[pid=32061] ppid=32059 vsize=17344 CPUtime=3.09 cores=1
/proc/32061/stat : 32061 (clasp) R 32059 32059 30879 0 -1 4202496 1903 0 0 0 309 0 0 0 25 0 1 0 509979241 17760256 1668 33554432000 4194304 4785740 140734956853440 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32061/statm: 4336 1668 340 145 0 1381 0
[pid=32062] ppid=32059 vsize=456756 CPUtime=3.09 cores=2
/proc/32062/stat : 32062 (TNM) R 32059 32059 30879 0 -1 4202496 769 0 0 0 309 0 0 0 25 0 1 0 509979241 467718144 665 33554432000 134512640 134534564 4286912816 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32062/statm: 114189 665 95 6 0 112855 0
[pid=32063] ppid=32059 vsize=18720 CPUtime=3.09 cores=3
/proc/32063/stat : 32063 (march_hi) R 32059 32059 30879 0 -1 4202496 4783 0 0 0 309 0 0 0 25 0 1 0 509979241 19169280 2001 33554432000 4194304 4331988 140734736719488 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32063/statm: 4680 2001 175 34 0 3122 0
[pid=32064] ppid=32059 vsize=126884 CPUtime=12.29 cores=4-7
/proc/32064/stat : 32064 (plingeling) S 32059 32059 30879 0 -1 4202496 5043 1250 0 0 1229 0 0 0 18 0 5 0 509979242 129929216 3846 33554432000 4194304 4356188 140735277820512 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32064/statm: 31721 3846 164 40 0 30265 0
[pid=32064/tid=32071] ppid=32059 vsize=126884 CPUtime=3.07 cores=4-7
/proc/32064/task/32071/stat : 32071 (plingeling) R 32059 32059 30879 0 -1 4202560 1011 1250 0 0 307 0 0 0 25 0 5 0 509979244 129929216 3846 33554432000 4194304 4356188 140735277820512 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32064/tid=32072] ppid=32059 vsize=126884 CPUtime=3.07 cores=4-7
/proc/32064/task/32072/stat : 32072 (plingeling) R 32059 32059 30879 0 -1 4202560 774 1250 0 0 307 0 0 0 25 0 5 0 509979244 129929216 3846 33554432000 4194304 4356188 140735277820512 18446744073709551615 4331401 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32064/tid=32073] ppid=32059 vsize=126884 CPUtime=3.07 cores=4-7
/proc/32064/task/32073/stat : 32073 (plingeling) R 32059 32059 30879 0 -1 4202560 977 1250 0 0 307 0 0 0 25 0 5 0 509979244 129929216 3846 33554432000 4194304 4356188 140735277820512 18446744073709551615 4210998 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32064/tid=32074] ppid=32059 vsize=126884 CPUtime=3.06 cores=4-7
/proc/32064/task/32074/stat : 32074 (plingeling) R 32059 32059 30879 0 -1 4202560 878 1250 0 0 306 0 0 0 25 0 5 0 509979244 129929216 3846 33554432000 4194304 4356188 140735277820512 18446744073709551615 4331416 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.65
Current children cumulated vsize (KiB) 797524

[startup+6.3007 s]
/proc/loadavg: 8.20 8.08 8.01 9/180 32074
/proc/meminfo: memFree=30924780/32951124 swapFree=67106388/67111528
[pid=32059] ppid=32057 vsize=18324 CPUtime=0 cores=0-7
/proc/32059/stat : 32059 (ppfolio) S 32057 32059 30879 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 509979241 18763776 390 33554432000 4194304 4287625 140735412610656 18446744073709551615 212039675407 0 0 4096 65536 4578630854900711423 0 0 17 6 0 0 0
/proc/32059/statm: 4581 390 341 23 0 91 0
[pid=32060] ppid=32059 vsize=169616 CPUtime=6.28 cores=0
/proc/32060/stat : 32060 (cryptominisat) R 32059 32059 30879 0 -1 4202496 5607 0 0 0 628 0 0 0 25 0 1 0 509979241 173686784 2776 33554432000 4194304 4587354 140737403103392 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32060/statm: 42404 2776 338 96 0 38966 0
[pid=32061] ppid=32059 vsize=18168 CPUtime=6.29 cores=1
/proc/32061/stat : 32061 (clasp) R 32059 32059 30879 0 -1 4202496 2100 0 0 0 629 0 0 0 25 0 1 0 509979241 18604032 1865 33554432000 4194304 4785740 140734956853440 18446744073709551615 4552483 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32061/statm: 4542 1865 340 145 0 1587 0
[pid=32062] ppid=32059 vsize=456756 CPUtime=6.29 cores=2
/proc/32062/stat : 32062 (TNM) R 32059 32059 30879 0 -1 4202496 769 0 0 0 629 0 0 0 25 0 1 0 509979241 467718144 665 33554432000 134512640 134534564 4286912816 18446744073709551615 134530820 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32062/statm: 114189 665 95 6 0 112855 0
[pid=32063] ppid=32059 vsize=21328 CPUtime=6.29 cores=3
/proc/32063/stat : 32063 (march_hi) R 32059 32059 30879 0 -1 4202496 5108 0 0 0 629 0 0 0 25 0 1 0 509979241 21839872 2326 33554432000 4194304 4331988 140734736719488 18446744073709551615 4299068 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32063/statm: 5332 2326 175 34 0 3774 0
[pid=32064] ppid=32059 vsize=126904 CPUtime=25.08 cores=4-7
/proc/32064/stat : 32064 (plingeling) S 32059 32059 30879 0 -1 4202496 6296 1250 0 0 2507 1 0 0 18 0 5 0 509979242 129949696 3821 33554432000 4194304 4356188 140735277820512 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32064/statm: 31726 3821 164 40 0 30270 0
[pid=32064/tid=32071] ppid=32059 vsize=126904 CPUtime=6.27 cores=4-7
/proc/32064/task/32071/stat : 32071 (plingeling) R 32059 32059 30879 0 -1 4202560 1235 1250 0 0 627 0 0 0 25 0 5 0 509979244 129949696 3821 33554432000 4194304 4356188 140735277820512 18446744073709551615 4210549 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32064/tid=32072] ppid=32059 vsize=126904 CPUtime=6.27 cores=4-7
/proc/32064/task/32072/stat : 32072 (plingeling) R 32059 32059 30879 0 -1 4202560 1192 1250 0 0 627 0 0 0 25 0 5 0 509979244 129949696 3821 33554432000 4194304 4356188 140735277820512 18446744073709551615 4332322 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32064/tid=32073] ppid=32059 vsize=126904 CPUtime=6.27 cores=4-7
/proc/32064/task/32073/stat : 32073 (plingeling) R 32059 32059 30879 0 -1 4202560 1201 1250 0 0 627 0 0 0 25 0 5 0 509979244 129949696 3821 33554432000 4194304 4356188 140735277820512 18446744073709551615 4283905 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32064/tid=32074] ppid=32059 vsize=126904 CPUtime=6.24 cores=4-7
/proc/32064/task/32074/stat : 32074 (plingeling) R 32059 32059 30879 0 -1 4202560 1265 1250 0 0 624 0 0 0 25 0 5 0 509979244 129949696 3821 33554432000 4194304 4356188 140735277820512 18446744073709551615 4234058 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.23
Current children cumulated vsize (KiB) 811096

[startup+12.7006 s]
/proc/loadavg: 8.17 8.08 8.01 9/180 32074
/proc/meminfo: memFree=30909328/32951124 swapFree=67106388/67111528
[pid=32059] ppid=32057 vsize=18324 CPUtime=0 cores=0-7
/proc/32059/stat : 32059 (ppfolio) S 32057 32059 30879 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 509979241 18763776 390 33554432000 4194304 4287625 140735412610656 18446744073709551615 212039675407 0 0 4096 65536 4578630854900711423 0 0 17 6 0 0 0
/proc/32059/statm: 4581 390 341 23 0 91 0
[pid=32060] ppid=32059 vsize=171136 CPUtime=12.68 cores=0
/proc/32060/stat : 32060 (cryptominisat) R 32059 32059 30879 0 -1 4202496 10355 0 0 0 1267 1 0 0 25 0 1 0 509979241 175243264 4956 33554432000 4194304 4587354 140737403103392 18446744073709551615 4243416 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32060/statm: 42784 4956 338 96 0 39346 0
[pid=32061] ppid=32059 vsize=19896 CPUtime=12.69 cores=1
/proc/32061/stat : 32061 (clasp) R 32059 32059 30879 0 -1 4202496 2538 0 0 0 1269 0 0 0 25 0 1 0 509979241 20373504 2303 33554432000 4194304 4785740 140734956853440 18446744073709551615 4551099 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32061/statm: 4974 2303 340 145 0 2019 0
[pid=32062] ppid=32059 vsize=456756 CPUtime=12.68 cores=2
/proc/32062/stat : 32062 (TNM) R 32059 32059 30879 0 -1 4202496 769 0 0 0 1268 0 0 0 25 0 1 0 509979241 467718144 665 33554432000 134512640 134534564 4286912816 18446744073709551615 134530820 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32062/statm: 114189 665 95 6 0 112855 0
[pid=32063] ppid=32059 vsize=24824 CPUtime=12.68 cores=3
/proc/32063/stat : 32063 (march_hi) R 32059 32059 30879 0 -1 4202496 5669 0 0 0 1268 0 0 0 25 0 1 0 509979241 25419776 2887 33554432000 4194304 4331988 140734736719488 18446744073709551615 4297280 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32063/statm: 6206 2887 175 34 0 4648 0
[pid=32064] ppid=32059 vsize=127928 CPUtime=50.64 cores=4-7
/proc/32064/stat : 32064 (plingeling) S 32059 32059 30879 0 -1 4202496 9310 1250 0 0 5063 1 0 0 18 0 5 0 509979242 130998272 4083 33554432000 4194304 4356188 140735277820512 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32064/statm: 31982 4083 164 40 0 30526 0
[pid=32064/tid=32071] ppid=32059 vsize=127928 CPUtime=12.67 cores=4-7
/proc/32064/task/32071/stat : 32071 (plingeling) R 32059 32059 30879 0 -1 4202560 1747 1250 0 0 1267 0 0 0 25 0 5 0 509979244 130998272 4083 33554432000 4194304 4356188 140735277820512 18446744073709551615 4284014 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32064/tid=32072] ppid=32059 vsize=127928 CPUtime=12.66 cores=4-7
/proc/32064/task/32072/stat : 32072 (plingeling) R 32059 32059 30879 0 -1 4202560 2088 1250 0 0 1266 0 0 0 25 0 5 0 509979244 130998272 4083 33554432000 4194304 4356188 140735277820512 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32064/tid=32073] ppid=32059 vsize=127928 CPUtime=12.67 cores=4-7
/proc/32064/task/32073/stat : 32073 (plingeling) R 32059 32059 30879 0 -1 4202560 2226 1250 0 0 1267 0 0 0 25 0 5 0 509979244 130998272 4083 33554432000 4194304 4356188 140735277820512 18446744073709551615 4331841 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32064/tid=32074] ppid=32059 vsize=127928 CPUtime=12.6 cores=4-7
/proc/32064/task/32074/stat : 32074 (plingeling) R 32059 32059 30879 0 -1 4202560 1846 1250 0 0 1260 0 0 0 25 0 5 0 509979244 130998272 4083 33554432000 4194304 4356188 140735277820512 18446744073709551615 4331832 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 818864

[startup+25.5013 s]
/proc/loadavg: 8.14 8.08 8.01 9/180 32074
/proc/meminfo: memFree=30900880/32951124 swapFree=67106388/67111528
[pid=32059] ppid=32057 vsize=18324 CPUtime=0 cores=0-7
/proc/32059/stat : 32059 (ppfolio) S 32057 32059 30879 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 509979241 18763776 390 33554432000 4194304 4287625 140735412610656 18446744073709551615 212039675407 0 0 4096 65536 4578630854900711423 0 0 17 6 0 0 0
/proc/32059/statm: 4581 390 341 23 0 91 0
[pid=32060] ppid=32059 vsize=180540 CPUtime=25.49 cores=0
/proc/32060/stat : 32060 (cryptominisat) R 32059 32059 30879 0 -1 4202496 14272 0 0 0 2546 3 0 0 25 0 1 0 509979241 184872960 5663 33554432000 4194304 4587354 140737403103392 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=32064/tid=32071] ppid=32059 vsize=196756 CPUtime=1292.7 cores=4-7
/proc/32064/task/32071/stat : 32071 (plingeling) R 32059 32059 30879 0 -1 4202560 58874 1250 0 0 129261 9 0 0 25 0 5 0 509979244 201478144 21314 33554432000 4194304 4356188 140735277820512 18446744073709551615 4331072 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32064/tid=32072] ppid=32059 vsize=196756 CPUtime=1292.7 cores=4-7
/proc/32064/task/32072/stat : 32072 (plingeling) R 32059 32059 30879 0 -1 4202560 53548 1250 0 0 129260 10 0 0 25 0 5 0 509979244 201478144 21314 33554432000 4194304 4356188 140735277820512 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32064/tid=32073] ppid=32059 vsize=196756 CPUtime=1292.69 cores=4-7
/proc/32064/task/32073/stat : 32073 (plingeling) R 32059 32059 30879 0 -1 4202560 55894 1250 0 0 129260 9 0 0 25 0 5 0 509979244 201478144 21314 33554432000 4194304 4356188 140735277820512 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32064/tid=32074] ppid=32059 vsize=196756 CPUtime=1285.65 cores=4-7
/proc/32064/task/32074/stat : 32074 (plingeling) R 32059 32059 30879 0 -1 4202560 55126 1250 0 0 128557 8 0 0 25 0 5 0 509979244 201478144 21314 33554432000 4194304 4356188 140735277820512 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10334.5
Current children cumulated vsize (KiB) 1383288

[startup+1294.3 s]
/proc/loadavg: 8.01 8.00 8.00 9/180 32117
/proc/meminfo: memFree=30385532/32951124 swapFree=67106388/67111528
[pid=32059] ppid=32057 vsize=18324 CPUtime=0 cores=0-7
/proc/32059/stat : 32059 (ppfolio) S 32057 32059 30879 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 509979241 18763776 390 33554432000 4194304 4287625 140735412610656 18446744073709551615 212039675407 0 0 4096 65536 4578630854900711423 0 0 17 6 0 0 0
/proc/32059/statm: 4581 390 341 23 0 91 0
[pid=32060] ppid=32059 vsize=215516 CPUtime=1294.31 cores=0
/proc/32060/stat : 32060 (cryptominisat) R 32059 32059 30879 0 -1 4202496 168471 0 0 0 129376 55 0 0 25 0 1 0 509979241 220688384 15540 33554432000 4194304 4587354 140737403103392 18446744073709551615 4244627 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32060/statm: 53879 15540 338 96 0 50441 0
[pid=32061] ppid=32059 vsize=47468 CPUtime=1294.32 cores=1
/proc/32061/stat : 32061 (clasp) R 32059 32059 30879 0 -1 4202496 9290 0 0 0 129431 1 0 0 25 0 1 0 509979241 48607232 9055 33554432000 4194304 4785740 140734956853440 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32061/statm: 11867 9055 340 145 0 8912 0
[pid=32062] ppid=32059 vsize=456760 CPUtime=1294.16 cores=2
/proc/32062/stat : 32062 (TNM) R 32059 32059 30879 0 -1 4202496 778 0 0 0 129416 0 0 0 25 0 1 0 509979241 467722240 674 33554432000 134512640 134534564 4286912816 18446744073709551615 134528266 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32062/statm: 114190 674 103 6 0 112856 0
[pid=32063] ppid=32059 vsize=448464 CPUtime=1294.33 cores=3
/proc/32063/stat : 32063 (march_hi) R 32059 32059 30879 0 -1 4202496 103197 0 0 0 129374 59 0 0 25 0 1 0 509979241 459227136 100415 33554432000 4194304 4331988 140734736719488 18446744073709551615 4228243 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32063/statm: 112116 100415 175 34 0 110558 0
[pid=32064] ppid=32059 vsize=198804 CPUtime=5170.18 cores=4-7
/proc/32064/stat : 32064 (plingeling) S 32059 32059 30879 0 -1 4202496 225357 1250 0 0 516980 38 0 0 18 0 5 0 509979242 203575296 21826 33554432000 4194304 4356188 140735277820512 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32064/statm: 49701 21826 164 40 0 48245 0
[pid=32064/tid=32071] ppid=32059 vsize=198804 CPUtime=1294.3 cores=4-7
/proc/32064/task/32071/stat : 32071 (plingeling) R 32059 32059 30879 0 -1 4202560 58874 1250 0 0 129421 9 0 0 25 0 5 0 509979244 203575296 21826 33554432000 4194304 4356188 140735277820512 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32064/tid=32072] ppid=32059 vsize=198804 CPUtime=1294.3 cores=4-7
/proc/32064/task/32072/stat : 32072 (plingeling) R 32059 32059 30879 0 -1 4202560 53548 1250 0 0 129420 10 0 0 25 0 5 0 509979244 203575296 21826 33554432000 4194304 4356188 140735277820512 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32064/tid=32073] ppid=32059 vsize=198804 CPUtime=1294.29 cores=4-7
/proc/32064/task/32073/stat : 32073 (plingeling) R 32059 32059 30879 0 -1 4202560 55894 1250 0 0 129420 9 0 0 25 0 5 0 509979244 203575296 21826 33554432000 4194304 4356188 140735277820512 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32064/tid=32074] ppid=32059 vsize=198804 CPUtime=1287.24 cores=4-7
/proc/32064/task/32074/stat : 32074 (plingeling) R 32059 32059 30879 0 -1 4202560 55638 1250 0 0 128716 8 0 0 25 0 5 0 509979244 203575296 21826 33554432000 4194304 4356188 140735277820512 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10347.3
Current children cumulated vsize (KiB) 1385336

[startup+1295.9 s]
/proc/loadavg: 8.01 8.00 8.00 9/180 32117
/proc/meminfo: memFree=30381936/32951124 swapFree=67106388/67111528
[pid=32059] ppid=32057 vsize=18324 CPUtime=0 cores=0-7
/proc/32059/stat : 32059 (ppfolio) S 32057 32059 30879 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 509979241 18763776 390 33554432000 4194304 4287625 140735412610656 18446744073709551615 212039675407 0 0 4096 65536 4578630854900711423 0 0 17 6 0 0 0
/proc/32059/statm: 4581 390 341 23 0 91 0
[pid=32060] ppid=32059 vsize=215516 CPUtime=1295.91 cores=0
/proc/32060/stat : 32060 (cryptominisat) R 32059 32059 30879 0 -1 4202496 168600 0 0 0 129536 55 0 0 25 0 1 0 509979241 220688384 15657 33554432000 4194304 4587354 140737403103392 18446744073709551615 4232269 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32060/statm: 53879 15657 338 96 0 50441 0
[pid=32061] ppid=32059 vsize=47468 CPUtime=1295.92 cores=1
/proc/32061/stat : 32061 (clasp) R 32059 32059 30879 0 -1 4202496 9290 0 0 0 129591 1 0 0 25 0 1 0 509979241 48607232 9055 33554432000 4194304 4785740 140734956853440 18446744073709551615 4553216 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32061/statm: 11867 9055 340 145 0 8912 0
[pid=32062] ppid=32059 vsize=456760 CPUtime=1295.76 cores=2
/proc/32062/stat : 32062 (TNM) R 32059 32059 30879 0 -1 4202496 778 0 0 0 129576 0 0 0 25 0 1 0 509979241 467722240 674 33554432000 134512640 134534564 4286912816 18446744073709551615 134530669 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32062/statm: 114190 674 103 6 0 112856 0
[pid=32063] ppid=32059 vsize=448464 CPUtime=1295.93 cores=3
/proc/32063/stat : 32063 (march_hi) R 32059 32059 30879 0 -1 4202496 103307 0 0 0 129534 59 0 0 25 0 1 0 509979241 459227136 100525 33554432000 4194304 4331988 140734736719488 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32063/statm: 112116 100525 175 34 0 110558 0
[pid=32064] ppid=32059 vsize=199060 CPUtime=5176.57 cores=4-7
/proc/32064/stat : 32064 (plingeling) S 32059 32059 30879 0 -1 4202496 225421 1250 0 0 517619 38 0 0 18 0 5 0 509979242 203837440 21890 33554432000 4194304 4356188 140735277820512 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32064/statm: 49765 21890 164 40 0 48309 0
[pid=32064/tid=32071] ppid=32059 vsize=199060 CPUtime=1295.9 cores=4-7
/proc/32064/task/32071/stat : 32071 (plingeling) R 32059 32059 30879 0 -1 4202560 58874 1250 0 0 129581 9 0 0 25 0 5 0 509979244 203837440 21890 33554432000 4194304 4356188 140735277820512 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32064/tid=32072] ppid=32059 vsize=199060 CPUtime=1295.9 cores=4-7
/proc/32064/task/32072/stat : 32072 (plingeling) R 32059 32059 30879 0 -1 4202560 53548 1250 0 0 129580 10 0 0 25 0 5 0 509979244 203837440 21890 33554432000 4194304 4356188 140735277820512 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32064/tid=32073] ppid=32059 vsize=199060 CPUtime=1295.89 cores=4-7
/proc/32064/task/32073/stat : 32073 (plingeling) R 32059 32059 30879 0 -1 4202560 55894 1250 0 0 129580 9 0 0 25 0 5 0 509979244 203837440 21890 33554432000 4194304 4356188 140735277820512 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32064/tid=32074] ppid=32059 vsize=199060 CPUtime=1288.83 cores=4-7
/proc/32064/task/32074/stat : 32074 (plingeling) R 32059 32059 30879 0 -1 4202560 55702 1250 0 0 128875 8 0 0 25 0 5 0 509979244 203837440 21890 33554432000 4194304 4356188 140735277820512 18446744073709551615 4274289 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10360.1
Current children cumulated vsize (KiB) 1385592

[startup+1296.3 s]
/proc/loadavg: 8.01 8.00 8.00 9/180 32117
/proc/meminfo: memFree=30381936/32951124 swapFree=67106388/67111528
[pid=32059] ppid=32057 vsize=18324 CPUtime=0 cores=0-7
/proc/32059/stat : 32059 (ppfolio) S 32057 32059 30879 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 509979241 18763776 390 33554432000 4194304 4287625 140735412610656 18446744073709551615 212039675407 0 0 4096 65536 4578630854900711423 0 0 17 6 0 0 0
/proc/32059/statm: 4581 390 341 23 0 91 0
[pid=32060] ppid=32059 vsize=215516 CPUtime=1296.31 cores=0
/proc/32060/stat : 32060 (cryptominisat) R 32059 32059 30879 0 -1 4202496 168627 0 0 0 129576 55 0 0 25 0 1 0 509979241 220688384 15680 33554432000 4194304 4587354 140737403103392 18446744073709551615 4231887 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32060/statm: 53879 15680 338 96 0 50441 0
[pid=32061] ppid=32059 vsize=47468 CPUtime=1296.32 cores=1
/proc/32061/stat : 32061 (clasp) R 32059 32059 30879 0 -1 4202496 9290 0 0 0 129631 1 0 0 25 0 1 0 509979241 48607232 9055 33554432000 4194304 4785740 140734956853440 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32061/statm: 11867 9055 340 145 0 8912 0
[pid=32062] ppid=32059 vsize=456760 CPUtime=1296.16 cores=2
/proc/32062/stat : 32062 (TNM) R 32059 32059 30879 0 -1 4202496 778 0 0 0 129616 0 0 0 25 0 1 0 509979241 467722240 674 33554432000 134512640 134534564 4286912816 18446744073709551615 134530796 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32062/statm: 114190 674 103 6 0 112856 0
[pid=32063] ppid=32059 vsize=448464 CPUtime=1296.33 cores=3
/proc/32063/stat : 32063 (march_hi) R 32059 32059 30879 0 -1 4202496 103337 0 0 0 129574 59 0 0 25 0 1 0 509979241 459227136 100555 33554432000 4194304 4331988 140734736719488 18446744073709551615 4299436 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32063/statm: 112116 100555 175 34 0 110558 0
[pid=32064] ppid=32059 vsize=199060 CPUtime=5178.17 cores=4-7
/proc/32064/stat : 32064 (plingeling) S 32059 32059 30879 0 -1 4202496 225421 1250 0 0 517779 38 0 0 18 0 5 0 509979242 203837440 21890 33554432000 4194304 4356188 140735277820512 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32064/statm: 49765 21890 164 40 0 48309 0
[pid=32064/tid=32071] ppid=32059 vsize=199060 CPUtime=1296.3 cores=4-7
/proc/32064/task/32071/stat : 32071 (plingeling) R 32059 32059 30879 0 -1 4202560 58874 1250 0 0 129621 9 0 0 25 0 5 0 509979244 203837440 21890 33554432000 4194304 4356188 140735277820512 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32064/tid=32072] ppid=32059 vsize=199060 CPUtime=1296.3 cores=4-7
/proc/32064/task/32072/stat : 32072 (plingeling) R 32059 32059 30879 0 -1 4202560 53548 1250 0 0 129620 10 0 0 25 0 5 0 509979244 203837440 21890 33554432000 4194304 4356188 140735277820512 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32064/tid=32073] ppid=32059 vsize=199060 CPUtime=1296.29 cores=4-7
/proc/32064/task/32073/stat : 32073 (plingeling) R 32059 32059 30879 0 -1 4202560 55894 1250 0 0 129620 9 0 0 25 0 5 0 509979244 203837440 21890 33554432000 4194304 4356188 140735277820512 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32064/tid=32074] ppid=32059 vsize=199060 CPUtime=1289.23 cores=4-7
/proc/32064/task/32074/stat : 32074 (plingeling) R 32059 32059 30879 0 -1 4202560 55702 1250 0 0 128915 8 0 0 25 0 5 0 509979244 203837440 21890 33554432000 4194304 4356188 140735277820512 18446744073709551615 4331072 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10363.3
Current children cumulated vsize (KiB) 1385592

[startup+1296.7 s]
/proc/loadavg: 8.01 8.00 8.00 9/180 32117
/proc/meminfo: memFree=30381936/32951124 swapFree=67106388/67111528
[pid=32059] ppid=32057 vsize=18324 CPUtime=0 cores=0-7
/proc/32059/stat : 32059 (ppfolio) S 32057 32059 30879 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 509979241 18763776 390 33554432000 4194304 4287625 140735412610656 18446744073709551615 212039675407 0 0 4096 65536 4578630854900711423 0 0 17 6 0 0 0
/proc/32059/statm: 4581 390 341 23 0 91 0
[pid=32060] ppid=32059 vsize=215516 CPUtime=1296.71 cores=0
/proc/32060/stat : 32060 (cryptominisat) R 32059 32059 30879 0 -1 4202496 168630 0 0 0 129616 55 0 0 25 0 1 0 509979241 220688384 15683 33554432000 4194304 4587354 140737403103392 18446744073709551615 4238297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32060/statm: 53879 15683 338 96 0 50441 0
[pid=32061] ppid=32059 vsize=47468 CPUtime=1296.72 cores=1
/proc/32061/stat : 32061 (clasp) R 32059 32059 30879 0 -1 4202496 9290 0 0 0 129671 1 0 0 25 0 1 0 509979241 48607232 9055 33554432000 4194304 4785740 140734956853440 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32061/statm: 11867 9055 340 145 0 8912 0
[pid=32062] ppid=32059 vsize=456760 CPUtime=1296.56 cores=2
/proc/32062/stat : 32062 (TNM) R 32059 32059 30879 0 -1 4202496 778 0 0 0 129656 0 0 0 25 0 1 0 509979241 467722240 674 33554432000 134512640 134534564 4286912816 18446744073709551615 134528697 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32062/statm: 114190 674 103 6 0 112856 0
[pid=32063] ppid=32059 vsize=448464 CPUtime=1296.72 cores=3
/proc/32063/stat : 32063 (march_hi) R 32059 32059 30879 0 -1 4202496 103365 0 0 0 129613 59 0 0 25 0 1 0 509979241 459227136 100583 33554432000 4194304 4331988 140734736719488 18446744073709551615 4237226 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32063/statm: 112116 100583 175 34 0 110558 0
[pid=32064] ppid=32059 vsize=199060 CPUtime=5179.77 cores=4-7
/proc/32064/stat : 32064 (plingeling) S 32059 32059 30879 0 -1 4202496 225421 1250 0 0 517939 38 0 0 18 0 5 0 509979242 203837440 21890 33554432000 4194304 4356188 140735277820512 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32064/statm: 49765 21890 164 40 0 48309 0
[pid=32064/tid=32071] ppid=32059 vsize=199060 CPUtime=1296.7 cores=4-7
/proc/32064/task/32071/stat : 32071 (plingeling) R 32059 32059 30879 0 -1 4202560 58874 1250 0 0 129661 9 0 0 25 0 5 0 509979244 203837440 21890 33554432000 4194304 4356188 140735277820512 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32064/tid=32072] ppid=32059 vsize=199060 CPUtime=1296.7 cores=4-7
/proc/32064/task/32072/stat : 32072 (plingeling) R 32059 32059 30879 0 -1 4202560 53548 1250 0 0 129660 10 0 0 25 0 5 0 509979244 203837440 21890 33554432000 4194304 4356188 140735277820512 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32064/tid=32073] ppid=32059 vsize=199060 CPUtime=1296.69 cores=4-7
/proc/32064/task/32073/stat : 32073 (plingeling) R 32059 32059 30879 0 -1 4202560 55894 1250 0 0 129660 9 0 0 25 0 5 0 509979244 203837440 21890 33554432000 4194304 4356188 140735277820512 18446744073709551615 4284043 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32064/tid=32074] ppid=32059 vsize=199060 CPUtime=1289.63 cores=4-7
/proc/32064/task/32074/stat : 32074 (plingeling) R 32059 32059 30879 0 -1 4202560 55702 1250 0 0 128955 8 0 0 25 0 5 0 509979244 203837440 21890 33554432000 4194304 4356188 140735277820512 18446744073709551615 4210842 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10366.5
Current children cumulated vsize (KiB) 1385592

[startup+1296.8 s]
/proc/loadavg: 8.01 8.00 8.00 9/180 32117
/proc/meminfo: memFree=30381680/32951124 swapFree=67106388/67111528
[pid=32059] ppid=32057 vsize=18324 CPUtime=0 cores=0-7
/proc/32059/stat : 32059 (ppfolio) S 32057 32059 30879 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 509979241 18763776 390 33554432000 4194304 4287625 140735412610656 18446744073709551615 212039675407 0 0 4096 65536 4578630854900711423 0 0 17 6 0 0 0
/proc/32059/statm: 4581 390 341 23 0 91 0
[pid=32060] ppid=32059 vsize=215516 CPUtime=1296.81 cores=0
/proc/32060/stat : 32060 (cryptominisat) R 32059 32059 30879 0 -1 4202496 168630 0 0 0 129626 55 0 0 25 0 1 0 509979241 220688384 15683 33554432000 4194304 4587354 140737403103392 18446744073709551615 4232269 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32060/statm: 53879 15683 338 96 0 50441 0
[pid=32061] ppid=32059 vsize=47468 CPUtime=1296.82 cores=1
/proc/32061/stat : 32061 (clasp) R 32059 32059 30879 0 -1 4202496 9290 0 0 0 129681 1 0 0 25 0 1 0 509979241 48607232 9055 33554432000 4194304 4785740 140734956853440 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32061/statm: 11867 9055 340 145 0 8912 0
[pid=32062] ppid=32059 vsize=456760 CPUtime=1296.66 cores=2
/proc/32062/stat : 32062 (TNM) R 32059 32059 30879 0 -1 4202496 778 0 0 0 129666 0 0 0 25 0 1 0 509979241 467722240 674 33554432000 134512640 134534564 4286912816 18446744073709551615 134528253 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32062/statm: 114190 674 103 6 0 112856 0
[pid=32063] ppid=32059 vsize=448464 CPUtime=1296.83 cores=3
/proc/32063/stat : 32063 (march_hi) R 32059 32059 30879 0 -1 4202496 103373 0 0 0 129624 59 0 0 25 0 1 0 509979241 459227136 100591 33554432000 4194304 4331988 140734736719488 18446744073709551615 4265302 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32063/statm: 112116 100591 175 34 0 110558 0
[pid=32064] ppid=32059 vsize=199060 CPUtime=5180.19 cores=4-7
/proc/32064/stat : 32064 (plingeling) S 32059 32059 30879 0 -1 4202496 225421 1250 0 0 517981 38 0 0 18 0 5 0 509979242 203837440 21890 33554432000 4194304 4356188 140735277820512 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32064/statm: 49765 21890 164 40 0 48309 0
[pid=32064/tid=32071] ppid=32059 vsize=199060 CPUtime=1296.81 cores=4-7
/proc/32064/task/32071/stat : 32071 (plingeling) R 32059 32059 30879 0 -1 4202560 58874 1250 0 0 129672 9 0 0 25 0 5 0 509979244 203837440 21890 33554432000 4194304 4356188 140735277820512 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32064/tid=32072] ppid=32059 vsize=199060 CPUtime=1296.8 cores=4-7
/proc/32064/task/32072/stat : 32072 (plingeling) R 32059 32059 30879 0 -1 4202560 53548 1250 0 0 129670 10 0 0 25 0 5 0 509979244 203837440 21890 33554432000 4194304 4356188 140735277820512 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32064/tid=32073] ppid=32059 vsize=199060 CPUtime=1296.8 cores=4-7
/proc/32064/task/32073/stat : 32073 (plingeling) R 32059 32059 30879 0 -1 4202560 55894 1250 0 0 129671 9 0 0 25 0 5 0 509979244 203837440 21890 33554432000 4194304 4356188 140735277820512 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32064/tid=32074] ppid=32059 vsize=199060 CPUtime=1289.73 cores=4-7
/proc/32064/task/32074/stat : 32074 (plingeling) R 32059 32059 30879 0 -1 4202560 55702 1250 0 0 128965 8 0 0 25 0 5 0 509979244 203837440 21890 33554432000 4194304 4356188 140735277820512 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10367.3
Current children cumulated vsize (KiB) 1385592

Child status: 0
Real time (s): 1296.88
CPU time (s): 10367.9
CPU user time (s): 10366.3
CPU system time (s): 1.58876
CPU usage (%): 799.445
Max. virtual memory (cumulated for all children) (KiB): 1400664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10366.3
system time used= 1.58876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 509304
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= 928
involuntary context switches= 47971

runsolver used 2.20866 second user time and 4.87126 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-30 17:00:30
IDJOB=3276256
IDBENCH=87734
IDSOLVER=1638
FILE ID=node146/3276256-1304175630
RUNJOBID= node146-1304165590-30893
PBS_JOBID= 13170949
Free space on /tmp= 73348 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT02/handmade/simon/satex-challenges/c6288.shuffled.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3276256-1304175630/watcher-3276256-1304175630 -o /tmp/evaluation-result-3276256-1304175630/solver-3276256-1304175630 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3276256-1304175630.cnf

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

MD5SUM BENCH= 75bd8319132b47c2d2e6f0889735a248
RANDOM SEED=210048361

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:      30965068 kB
Buffers:        432848 kB
Cached:        1114996 kB
SwapCached:        700 kB
Active:         135228 kB
Inactive:      1471452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30965068 kB
SwapTotal:    67111528 kB
SwapFree:     67106388 kB
Dirty:           10360 kB
Writeback:           0 kB
AnonPages:       58580 kB
Mapped:          14500 kB
Slab:           310940 kB
PageTables:       4308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185476 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= 73340 MiB
End job on node146 at 2011-04-30 17:22:07