Trace number 3310124

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 3568.05 446.423

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark136.848
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

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
3567.86/446.41	s UNSATISFIABLE
3567.86/446.42	solver [1] cryptominisat 2.7.1 answered
3567.86/446.42	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-3310124-1303988405/watcher-3310124-1303988405 -o /tmp/evaluation-result-3310124-1303988405/solver-3310124-1303988405 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310124-1303988405.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.11 7.83 6.06 1/170 17021
/proc/meminfo: memFree=13928452/32951124 swapFree=67111528/67111528
[pid=17021] ppid=17019 vsize=18324 CPUtime=0 cores=0-7
/proc/17021/stat : 17021 (ppfolio) S 17019 17021 16926 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 510441478 18763776 389 33554432000 4194304 4287625 140737217534512 18446744073709551615 270613130767 0 0 4096 65536 4576457807607365631 0 0 17 6 0 0 0
/proc/17021/statm: 4581 389 341 23 0 91 0

[startup+0.011688 s]
/proc/loadavg: 8.11 7.83 6.06 1/170 17021
/proc/meminfo: memFree=13928452/32951124 swapFree=67111528/67111528
[pid=17021] ppid=17019 vsize=18324 CPUtime=0 cores=0-7
/proc/17021/stat : 17021 (ppfolio) S 17019 17021 16926 0 -1 4202496 519 0 0 0 0 0 0 0 18 0 1 0 510441478 18763776 389 33554432000 4194304 4287625 140737217534512 18446744073709551615 270613130767 0 0 4096 65536 4576457807607365631 0 0 17 6 0 0 0
/proc/17021/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.38773 s]
/proc/loadavg: 8.11 7.83 6.06 1/170 17021
/proc/meminfo: memFree=13928452/32951124 swapFree=67111528/67111528
[pid=17021] ppid=17019 vsize=18324 CPUtime=0 cores=0-7
/proc/17021/stat : 17021 (ppfolio) S 17019 17021 16926 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 510441478 18763776 389 33554432000 4194304 4287625 140737217534512 18446744073709551615 270613130767 0 0 4096 65536 4576457807607365631 0 0 17 6 0 0 0
/proc/17021/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400585 s]
/proc/loadavg: 8.11 7.83 6.06 1/170 17021
/proc/meminfo: memFree=13928452/32951124 swapFree=67111528/67111528
[pid=17021] ppid=17019 vsize=18324 CPUtime=0 cores=0-7
/proc/17021/stat : 17021 (ppfolio) S 17019 17021 16926 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 510441478 18763776 389 33554432000 4194304 4287625 140737217534512 18446744073709551615 270613130767 0 0 4096 65536 4576457807607365631 0 0 17 6 0 0 0
/proc/17021/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700535 s]
/proc/loadavg: 8.11 7.83 6.06 1/170 17021
/proc/meminfo: memFree=13928452/32951124 swapFree=67111528/67111528
[pid=17021] ppid=17019 vsize=18324 CPUtime=0 cores=0-7
/proc/17021/stat : 17021 (ppfolio) S 17019 17021 16926 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 510441478 18763776 389 33554432000 4194304 4287625 140737217534512 18446744073709551615 270613130767 0 0 4096 65536 4576457807607365631 0 0 17 6 0 0 0
/proc/17021/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50039 s]
/proc/loadavg: 8.10 7.84 6.07 9/180 17036
/proc/meminfo: memFree=13896504/32951124 swapFree=67111528/67111528
[pid=17021] ppid=17019 vsize=18324 CPUtime=0 cores=0-7
/proc/17021/stat : 17021 (ppfolio) S 17019 17021 16926 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 510441478 18763776 389 33554432000 4194304 4287625 140737217534512 18446744073709551615 270613130767 0 0 4096 65536 4576457807607365631 0 0 17 6 0 0 0
/proc/17021/statm: 4581 389 341 23 0 91 0
[pid=17022] ppid=17021 vsize=2073412 CPUtime=1.49 cores=0
/proc/17022/stat : 17022 (cryptominisat) R 17021 17021 16926 0 -1 4202496 2829 0 0 0 149 0 0 0 20 0 1 0 510441479 2123173888 1437 33554432000 4194304 4587354 140733975017648 18446744073709551615 4238240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17022/statm: 518353 1437 333 96 0 514915 0
[pid=17023] ppid=17021 vsize=16032 CPUtime=1.49 cores=1
/proc/17023/stat : 17023 (clasp) R 17021 17021 16926 0 -1 4202496 1508 0 0 0 149 0 0 0 20 0 1 0 510441479 16416768 1371 33554432000 4194304 4785740 140736591002336 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17023/statm: 4008 1371 340 145 0 1053 0
[pid=17024] ppid=17021 vsize=456492 CPUtime=1.49 cores=2
/proc/17024/stat : 17024 (TNM) R 17021 17021 16926 0 -1 4202496 658 0 0 0 149 0 0 0 25 0 1 0 510441479 467447808 555 33554432000 134512640 134534564 4290631968 18446744073709551615 134530820 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17024/statm: 114123 555 95 6 0 112789 0
[pid=17025] ppid=17021 vsize=17764 CPUtime=1.48 cores=3
/proc/17025/stat : 17025 (march_hi) R 17021 17021 16926 0 -1 4202496 6230 0 0 0 148 0 0 0 20 0 1 0 510441479 18190336 2110 33554432000 4194304 4331988 140735279640704 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17025/statm: 4441 2110 174 34 0 2883 0
[pid=17026] ppid=17021 vsize=124916 CPUtime=5.91 cores=4-7
/proc/17026/stat : 17026 (plingeling) S 17021 17021 16926 0 -1 4202496 4391 1255 0 0 591 0 0 0 18 0 5 0 510441479 127913984 3307 33554432000 4194304 4356188 140735689740064 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17026/statm: 31229 3307 164 40 0 29773 0
[pid=17026/tid=17033] ppid=17021 vsize=124916 CPUtime=1.47 cores=4-7
/proc/17026/task/17033/stat : 17033 (plingeling) R 17021 17021 16926 0 -1 4202560 650 1255 0 0 147 0 0 0 23 0 5 0 510441480 127913984 3307 33554432000 4194304 4356188 140735689740064 18446744073709551615 4331745 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17026/tid=17034] ppid=17021 vsize=124916 CPUtime=1.47 cores=4-7
/proc/17026/task/17034/stat : 17034 (plingeling) R 17021 17021 16926 0 -1 4202560 1114 1255 0 0 147 0 0 0 20 0 5 0 510441480 127913984 3307 33554432000 4194304 4356188 140735689740064 18446744073709551615 4331373 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17026/tid=17035] ppid=17021 vsize=124916 CPUtime=1.47 cores=4-7
/proc/17026/task/17035/stat : 17035 (plingeling) R 17021 17021 16926 0 -1 4202560 945 1255 0 0 147 0 0 0 20 0 5 0 510441480 127913984 3307 33554432000 4194304 4356188 140735689740064 18446744073709551615 4281639 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17026/tid=17036] ppid=17021 vsize=124916 CPUtime=1.47 cores=4-7
/proc/17026/task/17036/stat : 17036 (plingeling) R 17021 17021 16926 0 -1 4202560 846 1255 0 0 147 0 0 0 23 0 5 0 510441480 127913984 3307 33554432000 4194304 4356188 140735689740064 18446744073709551615 4233936 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 2706940

[startup+3.10111 s]
/proc/loadavg: 8.10 7.84 6.07 9/180 17036
/proc/meminfo: memFree=13890180/32951124 swapFree=67111528/67111528
[pid=17021] ppid=17019 vsize=18324 CPUtime=0 cores=0-7
/proc/17021/stat : 17021 (ppfolio) S 17019 17021 16926 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 510441478 18763776 389 33554432000 4194304 4287625 140737217534512 18446744073709551615 270613130767 0 0 4096 65536 4576457807607365631 0 0 17 6 0 0 0
/proc/17021/statm: 4581 389 341 23 0 91 0
[pid=17022] ppid=17021 vsize=2084220 CPUtime=3.09 cores=0
/proc/17022/stat : 17022 (cryptominisat) R 17021 17021 16926 0 -1 4202496 5035 0 0 0 308 1 0 0 25 0 1 0 510441479 2134241280 2513 33554432000 4194304 4587354 140733975017648 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17022/statm: 521055 2513 339 96 0 517617 0
[pid=17023] ppid=17021 vsize=17216 CPUtime=3.09 cores=1
/proc/17023/stat : 17023 (clasp) R 17021 17021 16926 0 -1 4202496 1797 0 0 0 309 0 0 0 25 0 1 0 510441479 17629184 1660 33554432000 4194304 4785740 140736591002336 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17023/statm: 4304 1660 341 145 0 1349 0
[pid=17024] ppid=17021 vsize=456492 CPUtime=3.09 cores=2
/proc/17024/stat : 17024 (TNM) R 17021 17021 16926 0 -1 4202496 658 0 0 0 309 0 0 0 25 0 1 0 510441479 467447808 555 33554432000 134512640 134534564 4290631968 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17024/statm: 114123 555 95 6 0 112789 0
[pid=17025] ppid=17021 vsize=17892 CPUtime=3.08 cores=3
/proc/17025/stat : 17025 (march_hi) R 17021 17021 16926 0 -1 4202496 6265 0 0 0 308 0 0 0 25 0 1 0 510441479 18321408 2145 33554432000 4194304 4331988 140735279640704 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17025/statm: 4473 2145 174 34 0 2915 0
[pid=17026] ppid=17021 vsize=128128 CPUtime=12.31 cores=4-7
/proc/17026/stat : 17026 (plingeling) S 17021 17021 16926 0 -1 4202496 5760 1255 0 0 1231 0 0 0 18 0 5 0 510441479 131203072 4132 33554432000 4194304 4356188 140735689740064 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17026/statm: 32032 4132 164 40 0 30576 0
[pid=17026/tid=17033] ppid=17021 vsize=128128 CPUtime=3.08 cores=4-7
/proc/17026/task/17033/stat : 17033 (plingeling) R 17021 17021 16926 0 -1 4202560 960 1255 0 0 308 0 0 0 25 0 5 0 510441480 131203072 4132 33554432000 4194304 4356188 140735689740064 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17026/tid=17034] ppid=17021 vsize=128128 CPUtime=3.07 cores=4-7
/proc/17026/task/17034/stat : 17034 (plingeling) R 17021 17021 16926 0 -1 4202560 1630 1255 0 0 307 0 0 0 25 0 5 0 510441480 131203072 4132 33554432000 4194304 4356188 140735689740064 18446744073709551615 4330995 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17026/tid=17035] ppid=17021 vsize=128128 CPUtime=3.06 cores=4-7
/proc/17026/task/17035/stat : 17035 (plingeling) R 17021 17021 16926 0 -1 4202560 1362 1255 0 0 306 0 0 0 25 0 5 0 510441480 131203072 4132 33554432000 4194304 4356188 140735689740064 18446744073709551615 4210605 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17026/tid=17036] ppid=17021 vsize=128128 CPUtime=3.07 cores=4-7
/proc/17026/task/17036/stat : 17036 (plingeling) R 17021 17021 16926 0 -1 4202560 972 1255 0 0 307 0 0 0 25 0 5 0 510441480 131203072 4132 33554432000 4194304 4356188 140735689740064 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 2722272

[startup+6.30054 s]
/proc/loadavg: 8.10 7.84 6.07 9/180 17036
/proc/meminfo: memFree=13874928/32951124 swapFree=67111528/67111528
[pid=17021] ppid=17019 vsize=18324 CPUtime=0 cores=0-7
/proc/17021/stat : 17021 (ppfolio) S 17019 17021 16926 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 510441478 18763776 389 33554432000 4194304 4287625 140737217534512 18446744073709551615 270613130767 0 0 4096 65536 4576457807607365631 0 0 17 6 0 0 0
/proc/17021/statm: 4581 389 341 23 0 91 0
[pid=17022] ppid=17021 vsize=2082580 CPUtime=6.29 cores=0
/proc/17022/stat : 17022 (cryptominisat) R 17021 17021 16926 0 -1 4202496 9056 0 0 0 627 2 0 0 25 0 1 0 510441479 2132561920 4940 33554432000 4194304 4587354 140733975017648 18446744073709551615 270612807355 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17022/statm: 520645 4940 339 96 0 517207 0
[pid=17023] ppid=17021 vsize=17740 CPUtime=6.29 cores=1
/proc/17023/stat : 17023 (clasp) R 17021 17021 16926 0 -1 4202496 1927 0 0 0 629 0 0 0 25 0 1 0 510441479 18165760 1781 33554432000 4194304 4785740 140736591002336 18446744073709551615 4286982 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17023/statm: 4435 1781 341 145 0 1480 0
[pid=17024] ppid=17021 vsize=456492 CPUtime=6.29 cores=2
/proc/17024/stat : 17024 (TNM) R 17021 17021 16926 0 -1 4202496 658 0 0 0 629 0 0 0 25 0 1 0 510441479 467447808 555 33554432000 134512640 134534564 4290631968 18446744073709551615 134530166 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17024/statm: 114123 555 95 6 0 112789 0
[pid=17025] ppid=17021 vsize=18024 CPUtime=6.28 cores=3
/proc/17025/stat : 17025 (march_hi) R 17021 17021 16926 0 -1 4202496 6283 0 0 0 628 0 0 0 25 0 1 0 510441479 18456576 2163 33554432000 4194304 4331988 140735279640704 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17025/statm: 4506 2163 174 34 0 2948 0
[pid=17026] ppid=17021 vsize=131232 CPUtime=25.09 cores=4-7
/proc/17026/stat : 17026 (plingeling) S 17021 17021 16926 0 -1 4202496 8773 1255 0 0 2508 1 0 0 18 0 5 0 510441479 134381568 4937 33554432000 4194304 4356188 140735689740064 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17026/statm: 32808 4937 164 40 0 31352 0
[pid=17026/tid=17033] ppid=17021 vsize=131232 CPUtime=6.27 cores=4-7
/proc/17026/task/17033/stat : 17033 (plingeling) R 17021 17021 16926 0 -1 4202560 1859 1255 0 0 627 0 0 0 25 0 5 0 510441480 134381568 4937 33554432000 4194304 4356188 140735689740064 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17026/tid=17034] ppid=17021 vsize=131232 CPUtime=6.27 cores=4-7
/proc/17026/task/17034/stat : 17034 (plingeling) R 17021 17021 16926 0 -1 4202560 2432 1255 0 0 627 0 0 0 25 0 5 0 510441480 134381568 4937 33554432000 4194304 4356188 140735689740064 18446744073709551615 4279682 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17026/tid=17035] ppid=17021 vsize=131232 CPUtime=6.24 cores=4-7
/proc/17026/task/17035/stat : 17035 (plingeling) R 17021 17021 16926 0 -1 4202560 2005 1255 0 0 624 0 0 0 25 0 5 0 510441480 134381568 4937 33554432000 4194304 4356188 140735689740064 18446744073709551615 4279535 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17026/tid=17036] ppid=17021 vsize=131232 CPUtime=6.27 cores=4-7
/proc/17026/task/17036/stat : 17036 (plingeling) R 17021 17021 16926 0 -1 4202560 1641 1255 0 0 627 0 0 0 25 0 5 0 510441480 134381568 4937 33554432000 4194304 4356188 140735689740064 18446744073709551615 4331835 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 2724392

[startup+12.7004 s]
/proc/loadavg: 8.08 7.84 6.09 9/180 17036
/proc/meminfo: memFree=13870600/32951124 swapFree=67111528/67111528
[pid=17021] ppid=17019 vsize=18324 CPUtime=0 cores=0-7
/proc/17021/stat : 17021 (ppfolio) S 17019 17021 16926 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 510441478 18763776 389 33554432000 4194304 4287625 140737217534512 18446744073709551615 270613130767 0 0 4096 65536 4576457807607365631 0 0 17 6 0 0 0
/proc/17021/statm: 4581 389 341 23 0 91 0
[pid=17022] ppid=17021 vsize=170032 CPUtime=12.69 cores=0
/proc/17022/stat : 17022 (cryptominisat) R 17021 17021 16926 0 -1 4202496 12693 0 0 0 1267 2 0 0 25 0 1 0 510441479 174112768 4812 33554432000 4194304 4587354 140733975017648 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17022/statm: 42508 4812 339 96 0 39070 0
[pid=17023] ppid=17021 vsize=18460 CPUtime=12.69 cores=1
/proc/17023/stat : 17023 (clasp) R 17021 17021 16926 0 -1 4202496 2116 0 0 0 1269 0 0 0 25 0 1 0 510441479 18903040 1970 33554432000 4194304 4785740 140736591002336 18446744073709551615 4299680 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17023/statm: 4615 1970 341 145 0 1660 0
[pid=17024] ppid=17021 vsize=456492 CPUtime=12.69 cores=2
/proc/17024/stat : 17024 (TNM) R 17021 17021 16926 0 -1 4202496 658 0 0 0 1269 0 0 0 25 0 1 0 510441479 467447808 555 33554432000 134512640 134534564 4290631968 18446744073709551615 134529870 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17024/statm: 114123 555 95 6 0 112789 0
[pid=17025] ppid=17021 vsize=18156 CPUtime=12.68 cores=3
/proc/17025/stat : 17025 (march_hi) R 17021 17021 16926 0 -1 4202496 6326 0 0 0 1268 0 0 0 25 0 1 0 510441479 18591744 2206 33554432000 4194304 4331988 140735279640704 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17025/statm: 4539 2206 174 34 0 2981 0
[pid=17026] ppid=17021 vsize=135076 CPUtime=50.65 cores=4-7
/proc/17026/stat : 17026 (plingeling) S 17021 17021 16926 0 -1 4202496 13766 1255 0 0 5064 1 0 0 18 0 5 0 510441479 138317824 5898 33554432000 4194304 4356188 140735689740064 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17026/statm: 33769 5898 164 40 0 32313 0
[pid=17026/tid=17033] ppid=17021 vsize=135076 CPUtime=12.67 cores=4-7
/proc/17026/task/17033/stat : 17033 (plingeling) R 17021 17021 16926 0 -1 4202560 3364 1255 0 0 1267 0 0 0 25 0 5 0 510441480 138317824 5898 33554432000 4194304 4356188 140735689740064 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17026/tid=17034] ppid=17021 vsize=135076 CPUtime=12.67 cores=4-7
/proc/17026/task/17034/stat : 17034 (plingeling) R 17021 17021 16926 0 -1 4202560 3616 1255 0 0 1267 0 0 0 25 0 5 0 510441480 138317824 5898 33554432000 4194304 4356188 140735689740064 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17026/tid=17035] ppid=17021 vsize=135076 CPUtime=12.6 cores=4-7
/proc/17026/task/17035/stat : 17035 (plingeling) R 17021 17021 16926 0 -1 4202560 3541 1255 0 0 1260 0 0 0 25 0 5 0 510441480 138317824 5898 33554432000 4194304 4356188 140735689740064 18446744073709551615 4234244 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17026/tid=17036] ppid=17021 vsize=135076 CPUtime=12.67 cores=4-7
/proc/17026/task/17036/stat : 17036 (plingeling) R 17021 17021 16926 0 -1 4202560 2409 1255 0 0 1267 0 0 0 25 0 5 0 510441480 138317824 5898 33554432000 4194304 4356188 140735689740064 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 816540

[startup+25.5061 s]
/proc/loadavg: 8.07 7.85 6.11 9/180 17036
/proc/meminfo: memFree=13856284/32951124 swapFree=67111528/67111528
[pid=17021] ppid=17019 vsize=18324 CPUtime=0 cores=0-7
/proc/17021/stat : 17021 (ppfolio) S 17019 17021 16926 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 510441478 18763776 389 33554432000 4194304 4287625 140737217534512 18446744073709551615 270613130767 0 0 4096 65536 4576457807607365631 0 0 17 6 0 0 0
/proc/17021/statm: 4581 389 341 23 0 91 0
[pid=17022] ppid=17021 vsize=2086176 CPUtime=25.5 cores=0
/proc/17022/stat : 17022 (cryptominisat) R 17021 17021 16926 0 -1 4202496 20618 0 0 0 2546 4 0 0 25 0 1 0 510441479 2136244224 5155 33554432000 4194304 4587354 140733975017648 18446744073709551615 4237928 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=17026/tid=17033] ppid=17021 vsize=201524 CPUtime=441.68 cores=4-7
/proc/17026/task/17033/stat : 17033 (plingeling) R 17021 17021 16926 0 -1 4202560 66063 1255 0 0 44157 11 0 0 25 0 5 0 510441480 206360576 22516 33554432000 4194304 4356188 140735689740064 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17026/tid=17034] ppid=17021 vsize=201524 CPUtime=441.67 cores=4-7
/proc/17026/task/17034/stat : 17034 (plingeling) R 17021 17021 16926 0 -1 4202560 72772 1255 0 0 44157 10 0 0 25 0 5 0 510441480 206360576 22516 33554432000 4194304 4356188 140735689740064 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17026/tid=17035] ppid=17021 vsize=201524 CPUtime=439.28 cores=4-7
/proc/17026/task/17035/stat : 17035 (plingeling) R 17021 17021 16926 0 -1 4202560 66617 1255 0 0 43918 10 0 0 25 0 5 0 510441480 206360576 22516 33554432000 4194304 4356188 140735689740064 18446744073709551615 4331975 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17026/tid=17036] ppid=17021 vsize=201524 CPUtime=441.47 cores=4-7
/proc/17026/task/17036/stat : 17036 (plingeling) R 17021 17021 16926 0 -1 4202560 57997 1255 0 0 44139 8 0 0 25 0 5 0 510441480 206360576 22516 33554432000 4194304 4356188 140735689740064 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3530.28
Current children cumulated vsize (KiB) 2877048

[startup+444.901 s]
/proc/loadavg: 8.09 8.05 6.83 9/180 17059
/proc/meminfo: memFree=13709968/32951124 swapFree=67111528/67111528
[pid=17021] ppid=17019 vsize=18324 CPUtime=0 cores=0-7
/proc/17021/stat : 17021 (ppfolio) S 17019 17021 16926 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 510441478 18763776 389 33554432000 4194304 4287625 140737217534512 18446744073709551615 270613130767 0 0 4096 65536 4576457807607365631 0 0 17 6 0 0 0
/proc/17021/statm: 4581 389 341 23 0 91 0
[pid=17022] ppid=17021 vsize=2141520 CPUtime=444.88 cores=0
/proc/17022/stat : 17022 (cryptominisat) R 17021 17021 16926 0 -1 4202496 107120 0 0 0 44460 28 0 0 25 0 1 0 510441479 2192916480 21732 33554432000 4194304 4587354 140733975017648 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17022/statm: 535380 21732 339 96 0 531942 0
[pid=17023] ppid=17021 vsize=32292 CPUtime=444.9 cores=1
/proc/17023/stat : 17023 (clasp) R 17021 17021 16926 0 -1 4202496 5531 0 0 0 44489 1 0 0 25 0 1 0 510441479 33067008 5341 33554432000 4194304 4785740 140736591002336 18446744073709551615 4286964 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17023/statm: 8073 5341 341 145 0 5118 0
[pid=17024] ppid=17021 vsize=456492 CPUtime=444.26 cores=2
/proc/17024/stat : 17024 (TNM) R 17021 17021 16926 0 -1 4202496 658 0 0 0 44425 1 0 0 25 0 1 0 510441479 467447808 555 33554432000 134512640 134534564 4290631968 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17024/statm: 114123 555 95 6 0 112789 0
[pid=17025] ppid=17021 vsize=26896 CPUtime=444.89 cores=3
/proc/17025/stat : 17025 (march_hi) R 17021 17021 16926 0 -1 4202496 8329 0 0 0 44488 1 0 0 25 0 1 0 510441479 27541504 4206 33554432000 4194304 4331988 140735279640704 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17025/statm: 6724 4206 175 34 0 5166 0
[pid=17026] ppid=17021 vsize=207668 CPUtime=1776.93 cores=4-7
/proc/17026/stat : 17026 (plingeling) S 17021 17021 16926 0 -1 4202496 265821 1255 0 0 177652 41 0 0 18 0 5 0 510441479 212652032 24052 33554432000 4194304 4356188 140735689740064 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17026/statm: 51917 24052 164 40 0 50461 0
[pid=17026/tid=17033] ppid=17021 vsize=207668 CPUtime=444.88 cores=4-7
/proc/17026/task/17033/stat : 17033 (plingeling) R 17021 17021 16926 0 -1 4202560 66063 1255 0 0 44477 11 0 0 25 0 5 0 510441480 212652032 24052 33554432000 4194304 4356188 140735689740064 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17026/tid=17034] ppid=17021 vsize=207668 CPUtime=444.88 cores=4-7
/proc/17026/task/17034/stat : 17034 (plingeling) R 17021 17021 16926 0 -1 4202560 72900 1255 0 0 44478 10 0 0 25 0 5 0 510441480 212652032 24052 33554432000 4194304 4356188 140735689740064 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17026/tid=17035] ppid=17021 vsize=207668 CPUtime=442.46 cores=4-7
/proc/17026/task/17035/stat : 17035 (plingeling) R 17021 17021 16926 0 -1 4202560 66873 1255 0 0 44236 10 0 0 25 0 5 0 510441480 212652032 24052 33554432000 4194304 4356188 140735689740064 18446744073709551615 4331458 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17026/tid=17036] ppid=17021 vsize=207668 CPUtime=444.67 cores=4-7
/proc/17026/task/17036/stat : 17036 (plingeling) R 17021 17021 16926 0 -1 4202560 59149 1255 0 0 44459 8 0 0 25 0 5 0 510441480 212652032 24052 33554432000 4194304 4356188 140735689740064 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3555.86
Current children cumulated vsize (KiB) 2883192

[startup+445.707 s]
/proc/loadavg: 8.09 8.05 6.83 9/180 17059
/proc/meminfo: memFree=13715548/32951124 swapFree=67111528/67111528
[pid=17021] ppid=17019 vsize=18324 CPUtime=0 cores=0-7
/proc/17021/stat : 17021 (ppfolio) S 17019 17021 16926 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 510441478 18763776 389 33554432000 4194304 4287625 140737217534512 18446744073709551615 270613130767 0 0 4096 65536 4576457807607365631 0 0 17 6 0 0 0
/proc/17021/statm: 4581 389 341 23 0 91 0
[pid=17022] ppid=17021 vsize=2141520 CPUtime=445.69 cores=0
/proc/17022/stat : 17022 (cryptominisat) R 17021 17021 16926 0 -1 4202496 107120 0 0 0 44541 28 0 0 25 0 1 0 510441479 2192916480 21732 33554432000 4194304 4587354 140733975017648 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17022/statm: 535380 21732 339 96 0 531942 0
[pid=17023] ppid=17021 vsize=32292 CPUtime=445.7 cores=1
/proc/17023/stat : 17023 (clasp) R 17021 17021 16926 0 -1 4202496 5531 0 0 0 44569 1 0 0 25 0 1 0 510441479 33067008 5341 33554432000 4194304 4785740 140736591002336 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17023/statm: 8073 5341 341 145 0 5118 0
[pid=17024] ppid=17021 vsize=456492 CPUtime=445.06 cores=2
/proc/17024/stat : 17024 (TNM) R 17021 17021 16926 0 -1 4202496 658 0 0 0 44505 1 0 0 25 0 1 0 510441479 467447808 555 33554432000 134512640 134534564 4290631968 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17024/statm: 114123 555 95 6 0 112789 0
[pid=17025] ppid=17021 vsize=26896 CPUtime=445.7 cores=3
/proc/17025/stat : 17025 (march_hi) R 17021 17021 16926 0 -1 4202496 8335 0 0 0 44569 1 0 0 25 0 1 0 510441479 27541504 4212 33554432000 4194304 4331988 140735279640704 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17025/statm: 6724 4212 175 34 0 5166 0
[pid=17026] ppid=17021 vsize=201396 CPUtime=1780.15 cores=4-7
/proc/17026/stat : 17026 (plingeling) S 17021 17021 16926 0 -1 4202496 265981 1255 0 0 177974 41 0 0 18 0 5 0 510441479 206229504 22484 33554432000 4194304 4356188 140735689740064 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17026/statm: 50349 22484 164 40 0 48893 0
[pid=17026/tid=17033] ppid=17021 vsize=201396 CPUtime=445.69 cores=4-7
/proc/17026/task/17033/stat : 17033 (plingeling) R 17021 17021 16926 0 -1 4202560 66063 1255 0 0 44558 11 0 0 25 0 5 0 510441480 206229504 22484 33554432000 4194304 4356188 140735689740064 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17026/tid=17034] ppid=17021 vsize=201396 CPUtime=445.68 cores=4-7
/proc/17026/task/17034/stat : 17034 (plingeling) R 17021 17021 16926 0 -1 4202560 73060 1255 0 0 44558 10 0 0 25 0 5 0 510441480 206229504 22484 33554432000 4194304 4356188 140735689740064 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17026/tid=17035] ppid=17021 vsize=201396 CPUtime=443.26 cores=4-7
/proc/17026/task/17035/stat : 17035 (plingeling) R 17021 17021 16926 0 -1 4202560 66873 1255 0 0 44316 10 0 0 25 0 5 0 510441480 206229504 22484 33554432000 4194304 4356188 140735689740064 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17026/tid=17036] ppid=17021 vsize=201396 CPUtime=445.47 cores=4-7
/proc/17026/task/17036/stat : 17036 (plingeling) R 17021 17021 16926 0 -1 4202560 59149 1255 0 0 44539 8 0 0 25 0 5 0 510441480 206229504 22484 33554432000 4194304 4356188 140735689740064 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3562.3
Current children cumulated vsize (KiB) 2876920

[startup+446.101 s]
/proc/loadavg: 8.09 8.05 6.83 9/180 17059
/proc/meminfo: memFree=13715548/32951124 swapFree=67111528/67111528
[pid=17021] ppid=17019 vsize=18324 CPUtime=0 cores=0-7
/proc/17021/stat : 17021 (ppfolio) S 17019 17021 16926 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 510441478 18763776 389 33554432000 4194304 4287625 140737217534512 18446744073709551615 270613130767 0 0 4096 65536 4576457807607365631 0 0 17 6 0 0 0
/proc/17021/statm: 4581 389 341 23 0 91 0
[pid=17022] ppid=17021 vsize=2141520 CPUtime=446.08 cores=0
/proc/17022/stat : 17022 (cryptominisat) R 17021 17021 16926 0 -1 4202496 107120 0 0 0 44580 28 0 0 25 0 1 0 510441479 2192916480 21732 33554432000 4194304 4587354 140733975017648 18446744073709551615 4231407 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17022/statm: 535380 21732 339 96 0 531942 0
[pid=17023] ppid=17021 vsize=32292 CPUtime=446.1 cores=1
/proc/17023/stat : 17023 (clasp) R 17021 17021 16926 0 -1 4202496 5533 0 0 0 44609 1 0 0 25 0 1 0 510441479 33067008 5343 33554432000 4194304 4785740 140736591002336 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17023/statm: 8073 5343 341 145 0 5118 0
[pid=17024] ppid=17021 vsize=456492 CPUtime=445.46 cores=2
/proc/17024/stat : 17024 (TNM) R 17021 17021 16926 0 -1 4202496 658 0 0 0 44545 1 0 0 25 0 1 0 510441479 467447808 555 33554432000 134512640 134534564 4290631968 18446744073709551615 134528316 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17024/statm: 114123 555 95 6 0 112789 0
[pid=17025] ppid=17021 vsize=26896 CPUtime=446.09 cores=3
/proc/17025/stat : 17025 (march_hi) R 17021 17021 16926 0 -1 4202496 8336 0 0 0 44608 1 0 0 25 0 1 0 510441479 27541504 4213 33554432000 4194304 4331988 140735279640704 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17025/statm: 6724 4213 175 34 0 5166 0
[pid=17026] ppid=17021 vsize=202420 CPUtime=1781.73 cores=4-7
/proc/17026/stat : 17026 (plingeling) S 17021 17021 16926 0 -1 4202496 266237 1255 0 0 178132 41 0 0 18 0 5 0 510441479 207278080 22740 33554432000 4194304 4356188 140735689740064 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17026/statm: 50605 22740 164 40 0 49149 0
[pid=17026/tid=17033] ppid=17021 vsize=202420 CPUtime=446.08 cores=4-7
/proc/17026/task/17033/stat : 17033 (plingeling) R 17021 17021 16926 0 -1 4202560 66319 1255 0 0 44597 11 0 0 25 0 5 0 510441480 207278080 22740 33554432000 4194304 4356188 140735689740064 18446744073709551615 4279691 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17026/tid=17034] ppid=17021 vsize=202420 CPUtime=446.08 cores=4-7
/proc/17026/task/17034/stat : 17034 (plingeling) R 17021 17021 16926 0 -1 4202560 73060 1255 0 0 44598 10 0 0 25 0 5 0 510441480 207278080 22740 33554432000 4194304 4356188 140735689740064 18446744073709551615 4210791 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17026/tid=17035] ppid=17021 vsize=202420 CPUtime=443.66 cores=4-7
/proc/17026/task/17035/stat : 17035 (plingeling) R 17021 17021 16926 0 -1 4202560 66873 1255 0 0 44356 10 0 0 25 0 5 0 510441480 207278080 22740 33554432000 4194304 4356188 140735689740064 18446744073709551615 4330976 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17026/tid=17036] ppid=17021 vsize=202420 CPUtime=445.87 cores=4-7
/proc/17026/task/17036/stat : 17036 (plingeling) R 17021 17021 16926 0 -1 4202560 59149 1255 0 0 44579 8 0 0 25 0 5 0 510441480 207278080 22740 33554432000 4194304 4356188 140735689740064 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3565.46
Current children cumulated vsize (KiB) 2877944

[startup+446.301 s]
/proc/loadavg: 8.09 8.05 6.83 9/180 17059
/proc/meminfo: memFree=13715548/32951124 swapFree=67111528/67111528
[pid=17021] ppid=17019 vsize=18324 CPUtime=0 cores=0-7
/proc/17021/stat : 17021 (ppfolio) S 17019 17021 16926 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 510441478 18763776 389 33554432000 4194304 4287625 140737217534512 18446744073709551615 270613130767 0 0 4096 65536 4576457807607365631 0 0 17 6 0 0 0
/proc/17021/statm: 4581 389 341 23 0 91 0
[pid=17022] ppid=17021 vsize=2141520 CPUtime=446.28 cores=0
/proc/17022/stat : 17022 (cryptominisat) R 17021 17021 16926 0 -1 4202496 107120 0 0 0 44600 28 0 0 25 0 1 0 510441479 2192916480 21732 33554432000 4194304 4587354 140733975017648 18446744073709551615 4284258 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17022/statm: 535380 21732 339 96 0 531942 0
[pid=17023] ppid=17021 vsize=32292 CPUtime=446.3 cores=1
/proc/17023/stat : 17023 (clasp) R 17021 17021 16926 0 -1 4202496 5533 0 0 0 44629 1 0 0 25 0 1 0 510441479 33067008 5343 33554432000 4194304 4785740 140736591002336 18446744073709551615 4546152 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17023/statm: 8073 5343 341 145 0 5118 0
[pid=17024] ppid=17021 vsize=456492 CPUtime=445.66 cores=2
/proc/17024/stat : 17024 (TNM) R 17021 17021 16926 0 -1 4202496 658 0 0 0 44565 1 0 0 25 0 1 0 510441479 467447808 555 33554432000 134512640 134534564 4290631968 18446744073709551615 134528991 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17024/statm: 114123 555 95 6 0 112789 0
[pid=17025] ppid=17021 vsize=26896 CPUtime=446.29 cores=3
/proc/17025/stat : 17025 (march_hi) R 17021 17021 16926 0 -1 4202496 8336 0 0 0 44628 1 0 0 25 0 1 0 510441479 27541504 4213 33554432000 4194304 4331988 140735279640704 18446744073709551615 4242612 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17025/statm: 6724 4213 175 34 0 5166 0
[pid=17026] ppid=17021 vsize=202420 CPUtime=1782.53 cores=4-7
/proc/17026/stat : 17026 (plingeling) S 17021 17021 16926 0 -1 4202496 266237 1255 0 0 178212 41 0 0 18 0 5 0 510441479 207278080 22740 33554432000 4194304 4356188 140735689740064 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17026/statm: 50605 22740 164 40 0 49149 0
[pid=17026/tid=17033] ppid=17021 vsize=202420 CPUtime=446.28 cores=4-7
/proc/17026/task/17033/stat : 17033 (plingeling) R 17021 17021 16926 0 -1 4202560 66319 1255 0 0 44617 11 0 0 25 0 5 0 510441480 207278080 22740 33554432000 4194304 4356188 140735689740064 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17026/tid=17034] ppid=17021 vsize=202420 CPUtime=446.28 cores=4-7
/proc/17026/task/17034/stat : 17034 (plingeling) R 17021 17021 16926 0 -1 4202560 73060 1255 0 0 44618 10 0 0 25 0 5 0 510441480 207278080 22740 33554432000 4194304 4356188 140735689740064 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17026/tid=17035] ppid=17021 vsize=202420 CPUtime=443.86 cores=4-7
/proc/17026/task/17035/stat : 17035 (plingeling) R 17021 17021 16926 0 -1 4202560 66873 1255 0 0 44376 10 0 0 25 0 5 0 510441480 207278080 22740 33554432000 4194304 4356188 140735689740064 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17026/tid=17036] ppid=17021 vsize=202420 CPUtime=446.07 cores=4-7
/proc/17026/task/17036/stat : 17036 (plingeling) R 17021 17021 16926 0 -1 4202560 59149 1255 0 0 44599 8 0 0 25 0 5 0 510441480 207278080 22740 33554432000 4194304 4356188 140735689740064 18446744073709551615 4331360 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3567.06
Current children cumulated vsize (KiB) 2877944

[startup+446.401 s]
/proc/loadavg: 8.09 8.05 6.83 9/180 17059
/proc/meminfo: memFree=13715548/32951124 swapFree=67111528/67111528
[pid=17021] ppid=17019 vsize=18324 CPUtime=0 cores=0-7
/proc/17021/stat : 17021 (ppfolio) S 17019 17021 16926 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 510441478 18763776 389 33554432000 4194304 4287625 140737217534512 18446744073709551615 270613130767 0 0 4096 65536 4576457807607365631 0 0 17 6 0 0 0
/proc/17021/statm: 4581 389 341 23 0 91 0
[pid=17022] ppid=17021 vsize=2141520 CPUtime=446.38 cores=0
/proc/17022/stat : 17022 (cryptominisat) R 17021 17021 16926 0 -1 4202496 107120 0 0 0 44610 28 0 0 25 0 1 0 510441479 2192916480 21732 33554432000 4194304 4587354 140733975017648 18446744073709551615 4231420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17022/statm: 535380 21732 339 96 0 531942 0
[pid=17023] ppid=17021 vsize=32292 CPUtime=446.4 cores=1
/proc/17023/stat : 17023 (clasp) R 17021 17021 16926 0 -1 4202496 5533 0 0 0 44639 1 0 0 25 0 1 0 510441479 33067008 5343 33554432000 4194304 4785740 140736591002336 18446744073709551615 4309682 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17023/statm: 8073 5343 341 145 0 5118 0
[pid=17024] ppid=17021 vsize=456492 CPUtime=445.76 cores=2
/proc/17024/stat : 17024 (TNM) R 17021 17021 16926 0 -1 4202496 658 0 0 0 44575 1 0 0 25 0 1 0 510441479 467447808 555 33554432000 134512640 134534564 4290631968 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17024/statm: 114123 555 95 6 0 112789 0
[pid=17025] ppid=17021 vsize=26896 CPUtime=446.39 cores=3
/proc/17025/stat : 17025 (march_hi) R 17021 17021 16926 0 -1 4202496 8336 0 0 0 44638 1 0 0 25 0 1 0 510441479 27541504 4213 33554432000 4194304 4331988 140735279640704 18446744073709551615 4242612 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17025/statm: 6724 4213 175 34 0 5166 0
[pid=17026] ppid=17021 vsize=203956 CPUtime=1782.93 cores=4-7
/proc/17026/stat : 17026 (plingeling) S 17021 17021 16926 0 -1 4202496 266621 1255 0 0 178252 41 0 0 18 0 5 0 510441479 208850944 23124 33554432000 4194304 4356188 140735689740064 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17026/statm: 50989 23124 164 40 0 49533 0
[pid=17026/tid=17033] ppid=17021 vsize=203956 CPUtime=446.38 cores=4-7
/proc/17026/task/17033/stat : 17033 (plingeling) R 17021 17021 16926 0 -1 4202560 66703 1255 0 0 44627 11 0 0 25 0 5 0 510441480 208850944 23124 33554432000 4194304 4356188 140735689740064 18446744073709551615 4210554 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17026/tid=17034] ppid=17021 vsize=203956 CPUtime=446.38 cores=4-7
/proc/17026/task/17034/stat : 17034 (plingeling) R 17021 17021 16926 0 -1 4202560 73060 1255 0 0 44628 10 0 0 25 0 5 0 510441480 208850944 23124 33554432000 4194304 4356188 140735689740064 18446744073709551615 4331576 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17026/tid=17035] ppid=17021 vsize=203956 CPUtime=443.96 cores=4-7
/proc/17026/task/17035/stat : 17035 (plingeling) R 17021 17021 16926 0 -1 4202560 66873 1255 0 0 44386 10 0 0 25 0 5 0 510441480 208850944 23124 33554432000 4194304 4356188 140735689740064 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17026/tid=17036] ppid=17021 vsize=203956 CPUtime=446.17 cores=4-7
/proc/17026/task/17036/stat : 17036 (plingeling) R 17021 17021 16926 0 -1 4202560 59149 1255 0 0 44609 8 0 0 25 0 5 0 510441480 208850944 23124 33554432000 4194304 4356188 140735689740064 18446744073709551615 4279640 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3567.86
Current children cumulated vsize (KiB) 2879480

Child status: 0
Real time (s): 446.423
CPU time (s): 3568.05
CPU user time (s): 3567.29
CPU system time (s): 0.763883
CPU usage (%): 799.254
Max. virtual memory (cumulated for all children) (KiB): 5035248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3567.29
system time used= 0.763883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 390076
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= 794
involuntary context switches= 16816

runsolver used 0.734888 second user time and 1.69174 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-28 13:00:05
IDJOB=3310124
IDBENCH=20401
IDSOLVER=1638
FILE ID=node108/3310124-1303988405
RUNJOBID= node108-1303987384-16940
PBS_JOBID= 13168766
Free space on /tmp= 72120 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310124-1303988405/watcher-3310124-1303988405 -o /tmp/evaluation-result-3310124-1303988405/solver-3310124-1303988405 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310124-1303988405.cnf

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

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=1987118281

node108.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.820
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.64
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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
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.820
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.82
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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13928856 kB
Buffers:       2291116 kB
Cached:       16085452 kB
SwapCached:          0 kB
Active:       10192824 kB
Inactive:      8247168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13928856 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10136 kB
Writeback:           0 kB
AnonPages:       63496 kB
Mapped:          14492 kB
Slab:           517924 kB
PageTables:       4200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186524 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= 72112 MiB
End job on node108 at 2011-04-28 13:07:32