Trace number 3310390

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 2245.49 280.878

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer16.shuffled.cnf
MD5SUMf98b1abe53ae4846a5f9102253ed913e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark738.98
Satisfiable
(Un)Satisfiability was proved
Number of variables264
Number of clauses1476
Sum of the clauses size3168
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21452
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 524

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
2244.88/280.87	s UNSATISFIABLE
2244.88/280.87	solver [2] clasp 1.3.6 answered
2244.88/280.87	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-3310390-1304019076/watcher-3310390-1304019076 -o /tmp/evaluation-result-3310390-1304019076/solver-3310390-1304019076 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310390-1304019076.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: 1.24 0.27 0.09 2/170 24325
/proc/meminfo: memFree=14399868/32951124 swapFree=67111528/67111528
[pid=24325] ppid=24323 vsize=18324 CPUtime=0 cores=0-7
/proc/24325/stat : 24325 (ppfolio) R 24323 24325 24257 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 494323087 18763776 389 33554432000 4194304 4287625 140733280177408 18446744073709551615 228095450871 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/24325/statm: 4581 389 341 23 0 91 0

[startup+0.00717592 s]
/proc/loadavg: 1.24 0.27 0.09 2/170 24325
/proc/meminfo: memFree=14399868/32951124 swapFree=67111528/67111528
[pid=24325] ppid=24323 vsize=18324 CPUtime=0 cores=0-7
/proc/24325/stat : 24325 (ppfolio) S 24323 24325 24257 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 494323087 18763776 389 33554432000 4194304 4287625 140733280177408 18446744073709551615 228095471119 0 0 4096 65536 4577610233232228351 0 0 17 6 0 0 0
/proc/24325/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100155 s]
/proc/loadavg: 1.24 0.27 0.09 2/170 24325
/proc/meminfo: memFree=14399868/32951124 swapFree=67111528/67111528
[pid=24325] ppid=24323 vsize=18324 CPUtime=0 cores=0-7
/proc/24325/stat : 24325 (ppfolio) R 24323 24325 24257 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 494323087 18763776 389 33554432000 4194304 4287625 140733280177408 18446744073709551615 228095471119 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/24325/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300119 s]
/proc/loadavg: 1.24 0.27 0.09 2/170 24325
/proc/meminfo: memFree=14399868/32951124 swapFree=67111528/67111528
[pid=24325] ppid=24323 vsize=18324 CPUtime=0 cores=0-7
/proc/24325/stat : 24325 (ppfolio) R 24323 24325 24257 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 494323087 18763776 389 33554432000 4194304 4287625 140733280177408 18446744073709551615 228095471119 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/24325/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.701045 s]
/proc/loadavg: 1.24 0.27 0.09 2/170 24325
/proc/meminfo: memFree=14399868/32951124 swapFree=67111528/67111528
[pid=24325] ppid=24323 vsize=18324 CPUtime=0 cores=0-7
/proc/24325/stat : 24325 (ppfolio) R 24323 24325 24257 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 494323087 18763776 389 33554432000 4194304 4287625 140733280177408 18446744073709551615 228095471119 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/24325/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5009 s]
/proc/loadavg: 1.24 0.27 0.09 9/180 24340
/proc/meminfo: memFree=14378584/32951124 swapFree=67111528/67111528
[pid=24325] ppid=24323 vsize=18324 CPUtime=0 cores=0-7
/proc/24325/stat : 24325 (ppfolio) S 24323 24325 24257 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 494323087 18763776 389 33554432000 4194304 4287625 140733280177408 18446744073709551615 228095471119 0 0 4096 65536 4577610233232228351 0 0 17 6 0 0 0
/proc/24325/statm: 4581 389 341 23 0 91 0
[pid=24326] ppid=24325 vsize=2136040 CPUtime=1.48 cores=0
/proc/24326/stat : 24326 (cryptominisat) R 24325 24325 24257 0 -1 4202496 3050 0 0 0 148 0 0 0 20 0 1 0 494323087 2187304960 2085 33554432000 4194304 4587354 140737081676752 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24326/statm: 534010 2085 334 96 0 530572 0
[pid=24327] ppid=24325 vsize=13624 CPUtime=1.49 cores=1
/proc/24327/stat : 24327 (clasp) R 24325 24325 24257 0 -1 4202496 853 0 0 0 149 0 0 0 20 0 1 0 494323087 13950976 744 33554432000 4194304 4785740 140736289138560 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24327/statm: 3406 744 340 145 0 451 0
[pid=24328] ppid=24325 vsize=455824 CPUtime=1.49 cores=2
/proc/24328/stat : 24328 (TNM) R 24325 24325 24257 0 -1 4202496 302 0 0 0 149 0 0 0 20 0 1 0 494323087 466763776 199 33554432000 134512640 134534564 4288912512 18446744073709551615 134528880 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24328/statm: 113956 199 95 6 0 112622 0
[pid=24329] ppid=24325 vsize=7092 CPUtime=1.49 cores=3
/proc/24329/stat : 24329 (march_hi) R 24325 24325 24257 0 -1 4202496 404 0 0 0 149 0 0 0 20 0 1 0 494323087 7262208 297 33554432000 4194304 4331988 140737167768288 18446744073709551615 4237038 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24329/statm: 1773 297 174 34 0 215 0
[pid=24330] ppid=24325 vsize=131628 CPUtime=5.95 cores=4-7
/proc/24330/stat : 24330 (plingeling) S 24325 24325 24257 0 -1 4202496 6733 1254 0 0 594 1 0 0 19 0 5 0 494323087 134787072 5025 33554432000 4194304 4356188 140734328837712 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/24330/statm: 32907 5025 163 40 0 31451 0
[pid=24330/tid=24337] ppid=24325 vsize=131628 CPUtime=1.47 cores=4-7
/proc/24330/task/24337/stat : 24337 (plingeling) R 24325 24325 24257 0 -1 4202560 1820 1254 0 0 147 0 0 0 23 0 5 0 494323088 134787072 5025 33554432000 4194304 4356188 140734328837712 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24330/tid=24338] ppid=24325 vsize=131628 CPUtime=1.48 cores=4-7
/proc/24330/task/24338/stat : 24338 (plingeling) R 24325 24325 24257 0 -1 4202560 1768 1254 0 0 148 0 0 0 20 0 5 0 494323088 134787072 5025 33554432000 4194304 4356188 140734328837712 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24330/tid=24339] ppid=24325 vsize=131628 CPUtime=1.48 cores=4-7
/proc/24330/task/24339/stat : 24339 (plingeling) R 24325 24325 24257 0 -1 4202560 1525 1254 0 0 148 0 0 0 20 0 5 0 494323088 134787072 5025 33554432000 4194304 4356188 140734328837712 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24330/tid=24340] ppid=24325 vsize=131628 CPUtime=1.48 cores=4-7
/proc/24330/task/24340/stat : 24340 (plingeling) R 24325 24325 24257 0 -1 4202560 1262 1254 0 0 148 0 0 0 25 0 5 0 494323088 134787072 5025 33554432000 4194304 4356188 140734328837712 18446744073709551615 4233969 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 2762532

[startup+3.10061 s]
/proc/loadavg: 1.24 0.27 0.09 9/180 24340
/proc/meminfo: memFree=14368292/32951124 swapFree=67111528/67111528
[pid=24325] ppid=24323 vsize=18324 CPUtime=0 cores=0-7
/proc/24325/stat : 24325 (ppfolio) S 24323 24325 24257 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 494323087 18763776 389 33554432000 4194304 4287625 140733280177408 18446744073709551615 228095471119 0 0 4096 65536 4577610233232228351 0 0 17 6 0 0 0
/proc/24325/statm: 4581 389 341 23 0 91 0
[pid=24326] ppid=24325 vsize=618860 CPUtime=3.08 cores=0
/proc/24326/stat : 24326 (cryptominisat) R 24325 24325 24257 0 -1 4202496 4749 0 0 0 308 0 0 0 25 0 1 0 494323087 633712640 2872 33554432000 4194304 4587354 140737081676752 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24326/statm: 154715 2872 334 96 0 151277 0
[pid=24327] ppid=24325 vsize=13892 CPUtime=3.09 cores=1
/proc/24327/stat : 24327 (clasp) R 24325 24325 24257 0 -1 4202496 923 0 0 0 309 0 0 0 25 0 1 0 494323087 14225408 814 33554432000 4194304 4785740 140736289138560 18446744073709551615 4287168 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24327/statm: 3473 814 340 145 0 518 0
[pid=24328] ppid=24325 vsize=455824 CPUtime=3.09 cores=2
/proc/24328/stat : 24328 (TNM) R 24325 24325 24257 0 -1 4202496 302 0 0 0 309 0 0 0 25 0 1 0 494323087 466763776 199 33554432000 134512640 134534564 4288912512 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24328/statm: 113956 199 95 6 0 112622 0
[pid=24329] ppid=24325 vsize=7228 CPUtime=3.09 cores=3
/proc/24329/stat : 24329 (march_hi) R 24325 24325 24257 0 -1 4202496 446 0 0 0 309 0 0 0 25 0 1 0 494323087 7401472 339 33554432000 4194304 4331988 140737167768288 18446744073709551615 4210384 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24329/statm: 1807 339 174 34 0 249 0
[pid=24330] ppid=24325 vsize=134204 CPUtime=12.33 cores=4-7
/proc/24330/stat : 24330 (plingeling) S 24325 24325 24257 0 -1 4202496 9457 1254 0 0 1232 1 0 0 19 0 5 0 494323087 137424896 5669 33554432000 4194304 4356188 140734328837712 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/24330/statm: 33551 5669 163 40 0 32095 0
[pid=24330/tid=24337] ppid=24325 vsize=134204 CPUtime=3.07 cores=4-7
/proc/24330/task/24337/stat : 24337 (plingeling) R 24325 24325 24257 0 -1 4202560 2429 1254 0 0 307 0 0 0 25 0 5 0 494323088 137424896 5669 33554432000 4194304 4356188 140734328837712 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24330/tid=24338] ppid=24325 vsize=134204 CPUtime=3.08 cores=4-7
/proc/24330/task/24338/stat : 24338 (plingeling) R 24325 24325 24257 0 -1 4202560 2537 1254 0 0 308 0 0 0 25 0 5 0 494323088 137424896 5669 33554432000 4194304 4356188 140734328837712 18446744073709551615 4332145 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24330/tid=24339] ppid=24325 vsize=134204 CPUtime=3.08 cores=4-7
/proc/24330/task/24339/stat : 24339 (plingeling) R 24325 24325 24257 0 -1 4202560 2839 1254 0 0 308 0 0 0 25 0 5 0 494323088 137424896 5669 33554432000 4194304 4356188 140734328837712 18446744073709551615 4331035 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24330/tid=24340] ppid=24325 vsize=134204 CPUtime=3.07 cores=4-7
/proc/24330/task/24340/stat : 24340 (plingeling) R 24325 24325 24257 0 -1 4202560 1294 1254 0 0 307 0 0 0 25 0 5 0 494323088 137424896 5669 33554432000 4194304 4356188 140734328837712 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 1248332

[startup+6.30102 s]
/proc/loadavg: 1.78 0.40 0.13 9/180 24340
/proc/meminfo: memFree=14356680/32951124 swapFree=67111528/67111528
[pid=24325] ppid=24323 vsize=18324 CPUtime=0 cores=0-7
/proc/24325/stat : 24325 (ppfolio) S 24323 24325 24257 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 494323087 18763776 389 33554432000 4194304 4287625 140733280177408 18446744073709551615 228095471119 0 0 4096 65536 4577610233232228351 0 0 17 6 0 0 0
/proc/24325/statm: 4581 389 341 23 0 91 0
[pid=24326] ppid=24325 vsize=575084 CPUtime=6.29 cores=0
/proc/24326/stat : 24326 (cryptominisat) R 24325 24325 24257 0 -1 4202496 6892 0 0 0 628 1 0 0 25 0 1 0 494323087 588886016 3654 33554432000 4194304 4587354 140737081676752 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24326/statm: 143771 3654 334 96 0 140333 0
[pid=24327] ppid=24325 vsize=14168 CPUtime=6.29 cores=1
/proc/24327/stat : 24327 (clasp) R 24325 24325 24257 0 -1 4202496 1012 0 0 0 629 0 0 0 25 0 1 0 494323087 14508032 903 33554432000 4194304 4785740 140736289138560 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24327/statm: 3542 903 340 145 0 587 0
[pid=24328] ppid=24325 vsize=455824 CPUtime=6.29 cores=2
/proc/24328/stat : 24328 (TNM) R 24325 24325 24257 0 -1 4202496 302 0 0 0 629 0 0 0 25 0 1 0 494323087 466763776 199 33554432000 134512640 134534564 4288912512 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24328/statm: 113956 199 95 6 0 112622 0
[pid=24329] ppid=24325 vsize=7296 CPUtime=6.29 cores=3
/proc/24329/stat : 24329 (march_hi) R 24325 24325 24257 0 -1 4202496 462 0 0 0 629 0 0 0 25 0 1 0 494323087 7471104 355 33554432000 4194304 4331988 140737167768288 18446744073709551615 4228311 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24329/statm: 1824 355 175 34 0 266 0
[pid=24330] ppid=24325 vsize=143172 CPUtime=25.12 cores=4-7
/proc/24330/stat : 24330 (plingeling) S 24325 24325 24257 0 -1 4202496 15603 1254 0 0 2510 2 0 0 19 0 5 0 494323087 146608128 7911 33554432000 4194304 4356188 140734328837712 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/24330/statm: 35793 7911 163 40 0 34337 0
[pid=24330/tid=24337] ppid=24325 vsize=143172 CPUtime=6.27 cores=4-7
/proc/24330/task/24337/stat : 24337 (plingeling) R 24325 24325 24257 0 -1 4202560 4253 1254 0 0 627 0 0 0 25 0 5 0 494323088 146608128 7911 33554432000 4194304 4356188 140734328837712 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24330/tid=24338] ppid=24325 vsize=143172 CPUtime=6.29 cores=4-7
/proc/24330/task/24338/stat : 24338 (plingeling) R 24325 24325 24257 0 -1 4202560 4746 1254 0 0 628 1 0 0 25 0 5 0 494323088 146608128 7911 33554432000 4194304 4356188 140734328837712 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24330/tid=24339] ppid=24325 vsize=143172 CPUtime=6.28 cores=4-7
/proc/24330/task/24339/stat : 24339 (plingeling) R 24325 24325 24257 0 -1 4202560 4536 1254 0 0 628 0 0 0 25 0 5 0 494323088 146608128 7911 33554432000 4194304 4356188 140734328837712 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24330/tid=24340] ppid=24325 vsize=143172 CPUtime=6.26 cores=4-7
/proc/24330/task/24340/stat : 24340 (plingeling) R 24325 24325 24257 0 -1 4202560 1710 1254 0 0 626 0 0 0 25 0 5 0 494323088 146608128 7911 33554432000 4194304 4356188 140734328837712 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 1213868

[startup+12.7008 s]
/proc/loadavg: 2.28 0.52 0.17 9/180 24340
/proc/meminfo: memFree=14350028/32951124 swapFree=67111528/67111528
[pid=24325] ppid=24323 vsize=18324 CPUtime=0 cores=0-7
/proc/24325/stat : 24325 (ppfolio) S 24323 24325 24257 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 494323087 18763776 389 33554432000 4194304 4287625 140733280177408 18446744073709551615 228095471119 0 0 4096 65536 4577610233232228351 0 0 17 6 0 0 0
/proc/24325/statm: 4581 389 341 23 0 91 0
[pid=24326] ppid=24325 vsize=564032 CPUtime=12.69 cores=0
/proc/24326/stat : 24326 (cryptominisat) R 24325 24325 24257 0 -1 4202496 9771 0 0 0 1268 1 0 0 25 0 1 0 494323087 577568768 3709 33554432000 4194304 4587354 140737081676752 18446744073709551615 4244432 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24326/statm: 141008 3709 334 96 0 137570 0
[pid=24327] ppid=24325 vsize=14736 CPUtime=12.69 cores=1
/proc/24327/stat : 24327 (clasp) R 24325 24325 24257 0 -1 4202496 1143 0 0 0 1269 0 0 0 25 0 1 0 494323087 15089664 1034 33554432000 4194304 4785740 140736289138560 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24327/statm: 3684 1034 341 145 0 729 0
[pid=24328] ppid=24325 vsize=455824 CPUtime=12.69 cores=2
/proc/24328/stat : 24328 (TNM) R 24325 24325 24257 0 -1 4202496 302 0 0 0 1269 0 0 0 25 0 1 0 494323087 466763776 199 33554432000 134512640 134534564 4288912512 18446744073709551615 134530487 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24328/statm: 113956 199 95 6 0 112622 0
[pid=24329] ppid=24325 vsize=7548 CPUtime=12.69 cores=3
/proc/24329/stat : 24329 (march_hi) R 24325 24325 24257 0 -1 4202496 502 0 0 0 1269 0 0 0 25 0 1 0 494323087 7729152 395 33554432000 4194304 4331988 140737167768288 18446744073709551615 4210418 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24329/statm: 1887 395 175 34 0 329 0
[pid=24330] ppid=24325 vsize=147148 CPUtime=50.68 cores=4-7
/proc/24330/stat : 24330 (plingeling) S 24325 24325 24257 0 -1 4202496 23381 1254 0 0 5065 3 0 0 19 0 5 0 494323087 150679552 8905 33554432000 4194304 4356188 140734328837712 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/24330/statm: 36787 8905 163 40 0 35331 0
[pid=24330/tid=24337] ppid=24325 vsize=147148 CPUtime=12.68 cores=4-7
/proc/24330/task/24337/stat : 24337 (plingeling) R 24325 24325 24257 0 -1 4202560 6589 1254 0 0 1267 1 0 0 25 0 5 0 494323088 150679552 8905 33554432000 4194304 4356188 140734328837712 18446744073709551615 4283912 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24330/tid=24338] ppid=24325 vsize=147148 CPUtime=12.68 cores=4-7
/proc/24330/task/24338/stat : 24338 (plingeling) R 24325 24325 24257 0 -1 4202560 7082 1254 0 0 1267 1 0 0 25 0 5 0 494323088 150679552 8905 33554432000 4194304 4356188 140734328837712 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24330/tid=24339] ppid=24325 vsize=147148 CPUtime=12.68 cores=4-7
/proc/24330/task/24339/stat : 24339 (plingeling) R 24325 24325 24257 0 -1 4202560 7257 1254 0 0 1268 0 0 0 25 0 5 0 494323088 150679552 8905 33554432000 4194304 4356188 140734328837712 18446744073709551615 4234058 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24330/tid=24340] ppid=24325 vsize=147148 CPUtime=12.62 cores=4-7
/proc/24330/task/24340/stat : 24340 (plingeling) R 24325 24325 24257 0 -1 4202560 2095 1254 0 0 1262 0 0 0 25 0 5 0 494323088 150679552 8905 33554432000 4194304 4356188 140734328837712 18446744073709551615 4332156 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 1207612

[startup+25.5005 s]
/proc/loadavg: 3.61 0.90 0.30 9/180 24340
/proc/meminfo: memFree=14321620/32951124 swapFree=67111528/67111528
[pid=24325] ppid=24323 vsize=18324 CPUtime=0 cores=0-7
/proc/24325/stat : 24325 (ppfolio) S 24323 24325 24257 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 494323087 18763776 389 33554432000 4194304 4287625 140733280177408 18446744073709551615 228095471119 0 0 4096 65536 4577610233232228351 0 0 17 6 0 0 0
/proc/24325/statm: 4581 389 341 23 0 91 0
[pid=24326] ppid=24325 vsize=576600 CPUtime=25.49 cores=0
/proc/24326/stat : 24326 (cryptominisat) R 24325 24325 24257 0 -1 4202496 16043 0 0 0 2547 2 0 0 25 0 1 0 494323087 590438400 5967 33554432000 4194304 4587354 140737081676752 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=24330/tid=24337] ppid=24325 vsize=241384 CPUtime=275.06 cores=4-7
/proc/24330/task/24337/stat : 24337 (plingeling) R 24325 24325 24257 0 -1 4202560 75936 1254 0 0 27495 11 0 0 25 0 5 0 494323088 247177216 32457 33554432000 4194304 4356188 140734328837712 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24330/tid=24338] ppid=24325 vsize=241384 CPUtime=275.08 cores=4-7
/proc/24330/task/24338/stat : 24338 (plingeling) R 24325 24325 24257 0 -1 4202560 82668 1254 0 0 27495 13 0 0 25 0 5 0 494323088 247177216 32457 33554432000 4194304 4356188 140734328837712 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24330/tid=24339] ppid=24325 vsize=241384 CPUtime=275.08 cores=4-7
/proc/24330/task/24339/stat : 24339 (plingeling) R 24325 24325 24257 0 -1 4202560 80923 1254 0 0 27497 11 0 0 25 0 5 0 494323088 247177216 32457 33554432000 4194304 4356188 140734328837712 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24330/tid=24340] ppid=24325 vsize=241384 CPUtime=273.66 cores=4-7
/proc/24330/task/24340/stat : 24340 (plingeling) R 24325 24325 24257 0 -1 4202560 23025 1254 0 0 27362 4 0 0 25 0 5 0 494323088 247177216 32457 33554432000 4194304 4356188 140734328837712 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2199.3
Current children cumulated vsize (KiB) 1324500

[startup+278.306 s]
/proc/loadavg: 8.00 4.95 2.12 9/180 24347
/proc/meminfo: memFree=14226936/32951124 swapFree=67111528/67111528
[pid=24325] ppid=24323 vsize=18324 CPUtime=0.01 cores=0-7
/proc/24325/stat : 24325 (ppfolio) S 24323 24325 24257 0 -1 4202496 519 0 0 0 0 1 0 0 15 0 1 0 494323087 18763776 389 33554432000 4194304 4287625 140733280177408 18446744073709551615 228095471119 0 0 4096 65536 4577610233232228351 0 0 17 6 0 0 0
/proc/24325/statm: 4581 389 341 23 0 91 0
[pid=24326] ppid=24325 vsize=581888 CPUtime=278.31 cores=0
/proc/24326/stat : 24326 (cryptominisat) R 24325 24325 24257 0 -1 4202496 113040 0 0 0 27807 24 0 0 25 0 1 0 494323087 595853312 9979 33554432000 4194304 4587354 140737081676752 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24326/statm: 145472 9979 334 96 0 142034 0
[pid=24327] ppid=24325 vsize=18452 CPUtime=278.3 cores=1
/proc/24327/stat : 24327 (clasp) R 24325 24325 24257 0 -1 4202496 2023 0 0 0 27830 0 0 0 25 0 1 0 494323087 18894848 1914 33554432000 4194304 4785740 140736289138560 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24327/statm: 4613 1914 341 145 0 1658 0
[pid=24328] ppid=24325 vsize=455824 CPUtime=278.29 cores=2
/proc/24328/stat : 24328 (TNM) R 24325 24325 24257 0 -1 4202496 302 0 0 0 27829 0 0 0 25 0 1 0 494323087 466763776 199 33554432000 134512640 134534564 4288912512 18446744073709551615 10591241 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24328/statm: 113956 199 95 6 0 112622 0
[pid=24329] ppid=24325 vsize=8628 CPUtime=278.3 cores=3
/proc/24329/stat : 24329 (march_hi) R 24325 24325 24257 0 -1 4202496 779 0 0 0 27830 0 0 0 25 0 1 0 494323087 8835072 672 33554432000 4194304 4331988 140737167768288 18446744073709551615 4226620 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24329/statm: 2157 672 175 34 0 599 0
[pid=24330] ppid=24325 vsize=240872 CPUtime=1111.72 cores=4-7
/proc/24330/stat : 24330 (plingeling) S 24325 24325 24257 0 -1 4202496 264446 1254 0 0 111132 40 0 0 19 0 5 0 494323087 246652928 32329 33554432000 4194304 4356188 140734328837712 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/24330/statm: 60218 32329 163 40 0 58762 0
[pid=24330/tid=24337] ppid=24325 vsize=240872 CPUtime=278.27 cores=4-7
/proc/24330/task/24337/stat : 24337 (plingeling) R 24325 24325 24257 0 -1 4202560 76960 1254 0 0 27816 11 0 0 25 0 5 0 494323088 246652928 32329 33554432000 4194304 4356188 140734328837712 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24330/tid=24338] ppid=24325 vsize=240872 CPUtime=278.29 cores=4-7
/proc/24330/task/24338/stat : 24338 (plingeling) R 24325 24325 24257 0 -1 4202560 82668 1254 0 0 27816 13 0 0 25 0 5 0 494323088 246652928 32329 33554432000 4194304 4356188 140734328837712 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24330/tid=24339] ppid=24325 vsize=240872 CPUtime=278.3 cores=4-7
/proc/24330/task/24339/stat : 24339 (plingeling) R 24325 24325 24257 0 -1 4202560 81435 1254 0 0 27818 12 0 0 25 0 5 0 494323088 246652928 32329 33554432000 4194304 4356188 140734328837712 18446744073709551615 4219792 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24330/tid=24340] ppid=24325 vsize=240872 CPUtime=276.85 cores=4-7
/proc/24330/task/24340/stat : 24340 (plingeling) R 24325 24325 24257 0 -1 4202560 23025 1254 0 0 27681 4 0 0 25 0 5 0 494323088 246652928 32329 33554432000 4194304 4356188 140734328837712 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2224.93
Current children cumulated vsize (KiB) 1323988

[startup+279.901 s]
/proc/loadavg: 8.00 5.00 2.15 9/180 24347
/proc/meminfo: memFree=14229664/32951124 swapFree=67111528/67111528
[pid=24325] ppid=24323 vsize=18324 CPUtime=0.01 cores=0-7
/proc/24325/stat : 24325 (ppfolio) S 24323 24325 24257 0 -1 4202496 519 0 0 0 0 1 0 0 15 0 1 0 494323087 18763776 389 33554432000 4194304 4287625 140733280177408 18446744073709551615 228095471119 0 0 4096 65536 4577610233232228351 0 0 17 6 0 0 0
/proc/24325/statm: 4581 389 341 23 0 91 0
[pid=24326] ppid=24325 vsize=581888 CPUtime=279.9 cores=0
/proc/24326/stat : 24326 (cryptominisat) R 24325 24325 24257 0 -1 4202496 113327 0 0 0 27966 24 0 0 25 0 1 0 494323087 595853312 10259 33554432000 4194304 4587354 140737081676752 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24326/statm: 145472 10259 334 96 0 142034 0
[pid=24327] ppid=24325 vsize=18452 CPUtime=279.9 cores=1
/proc/24327/stat : 24327 (clasp) R 24325 24325 24257 0 -1 4202496 2023 0 0 0 27990 0 0 0 25 0 1 0 494323087 18894848 1914 33554432000 4194304 4785740 140736289138560 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24327/statm: 4613 1914 341 145 0 1658 0
[pid=24328] ppid=24325 vsize=455824 CPUtime=279.89 cores=2
/proc/24328/stat : 24328 (TNM) R 24325 24325 24257 0 -1 4202496 302 0 0 0 27989 0 0 0 25 0 1 0 494323087 466763776 199 33554432000 134512640 134534564 4288912512 18446744073709551615 134528972 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24328/statm: 113956 199 95 6 0 112622 0
[pid=24329] ppid=24325 vsize=8628 CPUtime=279.89 cores=3
/proc/24329/stat : 24329 (march_hi) R 24325 24325 24257 0 -1 4202496 779 0 0 0 27989 0 0 0 25 0 1 0 494323087 8835072 672 33554432000 4194304 4331988 140737167768288 18446744073709551615 4226208 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24329/statm: 2157 672 175 34 0 599 0
[pid=24330] ppid=24325 vsize=238824 CPUtime=1118.1 cores=4-7
/proc/24330/stat : 24330 (plingeling) S 24325 24325 24257 0 -1 4202496 265342 1254 0 0 111769 41 0 0 19 0 5 0 494323087 244555776 31817 33554432000 4194304 4356188 140734328837712 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/24330/statm: 59706 31817 163 40 0 58250 0
[pid=24330/tid=24337] ppid=24325 vsize=238824 CPUtime=279.86 cores=4-7
/proc/24330/task/24337/stat : 24337 (plingeling) R 24325 24325 24257 0 -1 4202560 77344 1254 0 0 27975 11 0 0 25 0 5 0 494323088 244555776 31817 33554432000 4194304 4356188 140734328837712 18446744073709551615 4210587 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24330/tid=24338] ppid=24325 vsize=238824 CPUtime=279.88 cores=4-7
/proc/24330/task/24338/stat : 24338 (plingeling) R 24325 24325 24257 0 -1 4202560 82796 1254 0 0 27975 13 0 0 25 0 5 0 494323088 244555776 31817 33554432000 4194304 4356188 140734328837712 18446744073709551615 4332041 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24330/tid=24339] ppid=24325 vsize=238824 CPUtime=279.89 cores=4-7
/proc/24330/task/24339/stat : 24339 (plingeling) R 24325 24325 24257 0 -1 4202560 81435 1254 0 0 27977 12 0 0 25 0 5 0 494323088 244555776 31817 33554432000 4194304 4356188 140734328837712 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24330/tid=24340] ppid=24325 vsize=238824 CPUtime=278.44 cores=4-7
/proc/24330/task/24340/stat : 24340 (plingeling) R 24325 24325 24257 0 -1 4202560 23409 1254 0 0 27840 4 0 0 25 0 5 0 494323088 244555776 31817 33554432000 4194304 4356188 140734328837712 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2237.69
Current children cumulated vsize (KiB) 1321940

[startup+280.301 s]
/proc/loadavg: 8.00 5.00 2.15 9/180 24347
/proc/meminfo: memFree=14229664/32951124 swapFree=67111528/67111528
[pid=24325] ppid=24323 vsize=18324 CPUtime=0.01 cores=0-7
/proc/24325/stat : 24325 (ppfolio) S 24323 24325 24257 0 -1 4202496 519 0 0 0 0 1 0 0 15 0 1 0 494323087 18763776 389 33554432000 4194304 4287625 140733280177408 18446744073709551615 228095471119 0 0 4096 65536 4577610233232228351 0 0 17 6 0 0 0
/proc/24325/statm: 4581 389 341 23 0 91 0
[pid=24326] ppid=24325 vsize=581888 CPUtime=280.3 cores=0
/proc/24326/stat : 24326 (cryptominisat) R 24325 24325 24257 0 -1 4202496 113392 0 0 0 28006 24 0 0 25 0 1 0 494323087 595853312 10323 33554432000 4194304 4587354 140737081676752 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24326/statm: 145472 10323 334 96 0 142034 0
[pid=24327] ppid=24325 vsize=18452 CPUtime=280.3 cores=1
/proc/24327/stat : 24327 (clasp) R 24325 24325 24257 0 -1 4202496 2023 0 0 0 28030 0 0 0 25 0 1 0 494323087 18894848 1914 33554432000 4194304 4785740 140736289138560 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24327/statm: 4613 1914 341 145 0 1658 0
[pid=24328] ppid=24325 vsize=455824 CPUtime=280.29 cores=2
/proc/24328/stat : 24328 (TNM) R 24325 24325 24257 0 -1 4202496 302 0 0 0 28029 0 0 0 25 0 1 0 494323087 466763776 199 33554432000 134512640 134534564 4288912512 18446744073709551615 134528558 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24328/statm: 113956 199 95 6 0 112622 0
[pid=24329] ppid=24325 vsize=8628 CPUtime=280.29 cores=3
/proc/24329/stat : 24329 (march_hi) R 24325 24325 24257 0 -1 4202496 779 0 0 0 28029 0 0 0 25 0 1 0 494323087 8835072 672 33554432000 4194304 4331988 140737167768288 18446744073709551615 4239952 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24329/statm: 2157 672 175 34 0 599 0
[pid=24330] ppid=24325 vsize=239336 CPUtime=1119.7 cores=4-7
/proc/24330/stat : 24330 (plingeling) S 24325 24325 24257 0 -1 4202496 265470 1254 0 0 111929 41 0 0 19 0 5 0 494323087 245080064 31945 33554432000 4194304 4356188 140734328837712 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/24330/statm: 59834 31945 163 40 0 58378 0
[pid=24330/tid=24337] ppid=24325 vsize=239336 CPUtime=280.26 cores=4-7
/proc/24330/task/24337/stat : 24337 (plingeling) R 24325 24325 24257 0 -1 4202560 77344 1254 0 0 28015 11 0 0 25 0 5 0 494323088 245080064 31945 33554432000 4194304 4356188 140734328837712 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24330/tid=24338] ppid=24325 vsize=239336 CPUtime=280.28 cores=4-7
/proc/24330/task/24338/stat : 24338 (plingeling) R 24325 24325 24257 0 -1 4202560 82796 1254 0 0 28015 13 0 0 25 0 5 0 494323088 245080064 31945 33554432000 4194304 4356188 140734328837712 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24330/tid=24339] ppid=24325 vsize=239336 CPUtime=280.29 cores=4-7
/proc/24330/task/24339/stat : 24339 (plingeling) R 24325 24325 24257 0 -1 4202560 81563 1254 0 0 28017 12 0 0 25 0 5 0 494323088 245080064 31945 33554432000 4194304 4356188 140734328837712 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24330/tid=24340] ppid=24325 vsize=239336 CPUtime=278.84 cores=4-7
/proc/24330/task/24340/stat : 24340 (plingeling) R 24325 24325 24257 0 -1 4202560 23409 1254 0 0 27880 4 0 0 25 0 5 0 494323088 245080064 31945 33554432000 4194304 4356188 140734328837712 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2240.89
Current children cumulated vsize (KiB) 1322452

[startup+280.701 s]
/proc/loadavg: 8.00 5.00 2.15 9/180 24347
/proc/meminfo: memFree=14227928/32951124 swapFree=67111528/67111528
[pid=24325] ppid=24323 vsize=18324 CPUtime=0.01 cores=0-7
/proc/24325/stat : 24325 (ppfolio) S 24323 24325 24257 0 -1 4202496 519 0 0 0 0 1 0 0 15 0 1 0 494323087 18763776 389 33554432000 4194304 4287625 140733280177408 18446744073709551615 228095471119 0 0 4096 65536 4577610233232228351 0 0 17 6 0 0 0
/proc/24325/statm: 4581 389 341 23 0 91 0
[pid=24326] ppid=24325 vsize=581888 CPUtime=280.7 cores=0
/proc/24326/stat : 24326 (cryptominisat) R 24325 24325 24257 0 -1 4202496 113462 0 0 0 28046 24 0 0 25 0 1 0 494323087 595853312 10392 33554432000 4194304 4587354 140737081676752 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24326/statm: 145472 10392 334 96 0 142034 0
[pid=24327] ppid=24325 vsize=18452 CPUtime=280.7 cores=1
/proc/24327/stat : 24327 (clasp) R 24325 24325 24257 0 -1 4202496 2023 0 0 0 28070 0 0 0 25 0 1 0 494323087 18894848 1914 33554432000 4194304 4785740 140736289138560 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24327/statm: 4613 1914 341 145 0 1658 0
[pid=24328] ppid=24325 vsize=455824 CPUtime=280.69 cores=2
/proc/24328/stat : 24328 (TNM) R 24325 24325 24257 0 -1 4202496 302 0 0 0 28069 0 0 0 25 0 1 0 494323087 466763776 199 33554432000 134512640 134534564 4288912512 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24328/statm: 113956 199 95 6 0 112622 0
[pid=24329] ppid=24325 vsize=8628 CPUtime=280.69 cores=3
/proc/24329/stat : 24329 (march_hi) R 24325 24325 24257 0 -1 4202496 779 0 0 0 28069 0 0 0 25 0 1 0 494323087 8835072 672 33554432000 4194304 4331988 140737167768288 18446744073709551615 4316652 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24329/statm: 2157 672 175 34 0 599 0
[pid=24330] ppid=24325 vsize=239336 CPUtime=1121.29 cores=4-7
/proc/24330/stat : 24330 (plingeling) S 24325 24325 24257 0 -1 4202496 265470 1254 0 0 112088 41 0 0 19 0 5 0 494323087 245080064 31945 33554432000 4194304 4356188 140734328837712 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/24330/statm: 59834 31945 163 40 0 58378 0
[pid=24330/tid=24337] ppid=24325 vsize=239336 CPUtime=280.66 cores=4-7
/proc/24330/task/24337/stat : 24337 (plingeling) R 24325 24325 24257 0 -1 4202560 77344 1254 0 0 28055 11 0 0 25 0 5 0 494323088 245080064 31945 33554432000 4194304 4356188 140734328837712 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24330/tid=24338] ppid=24325 vsize=239336 CPUtime=280.68 cores=4-7
/proc/24330/task/24338/stat : 24338 (plingeling) R 24325 24325 24257 0 -1 4202560 82796 1254 0 0 28055 13 0 0 25 0 5 0 494323088 245080064 31945 33554432000 4194304 4356188 140734328837712 18446744073709551615 4332225 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24330/tid=24339] ppid=24325 vsize=239336 CPUtime=280.69 cores=4-7
/proc/24330/task/24339/stat : 24339 (plingeling) R 24325 24325 24257 0 -1 4202560 81563 1254 0 0 28057 12 0 0 25 0 5 0 494323088 245080064 31945 33554432000 4194304 4356188 140734328837712 18446744073709551615 4281809 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24330/tid=24340] ppid=24325 vsize=239336 CPUtime=279.23 cores=4-7
/proc/24330/task/24340/stat : 24340 (plingeling) R 24325 24325 24257 0 -1 4202560 23409 1254 0 0 27919 4 0 0 25 0 5 0 494323088 245080064 31945 33554432000 4194304 4356188 140734328837712 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2244.08
Current children cumulated vsize (KiB) 1322452

[startup+280.801 s]
/proc/loadavg: 8.00 5.00 2.15 9/180 24347
/proc/meminfo: memFree=14227928/32951124 swapFree=67111528/67111528
[pid=24325] ppid=24323 vsize=18324 CPUtime=0.01 cores=0-7
/proc/24325/stat : 24325 (ppfolio) S 24323 24325 24257 0 -1 4202496 519 0 0 0 0 1 0 0 15 0 1 0 494323087 18763776 389 33554432000 4194304 4287625 140733280177408 18446744073709551615 228095471119 0 0 4096 65536 4577610233232228351 0 0 17 6 0 0 0
/proc/24325/statm: 4581 389 341 23 0 91 0
[pid=24326] ppid=24325 vsize=581888 CPUtime=280.8 cores=0
/proc/24326/stat : 24326 (cryptominisat) R 24325 24325 24257 0 -1 4202496 113480 0 0 0 28056 24 0 0 25 0 1 0 494323087 595853312 10409 33554432000 4194304 4587354 140737081676752 18446744073709551615 4239234 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24326/statm: 145472 10409 334 96 0 142034 0
[pid=24327] ppid=24325 vsize=18452 CPUtime=280.8 cores=1
/proc/24327/stat : 24327 (clasp) R 24325 24325 24257 0 -1 4202496 2023 0 0 0 28080 0 0 0 25 0 1 0 494323087 18894848 1914 33554432000 4194304 4785740 140736289138560 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24327/statm: 4613 1914 341 145 0 1658 0
[pid=24328] ppid=24325 vsize=455824 CPUtime=280.79 cores=2
/proc/24328/stat : 24328 (TNM) R 24325 24325 24257 0 -1 4202496 302 0 0 0 28079 0 0 0 25 0 1 0 494323087 466763776 199 33554432000 134512640 134534564 4288912512 18446744073709551615 10589665 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24328/statm: 113956 199 95 6 0 112622 0
[pid=24329] ppid=24325 vsize=8628 CPUtime=280.79 cores=3
/proc/24329/stat : 24329 (march_hi) R 24325 24325 24257 0 -1 4202496 779 0 0 0 28079 0 0 0 25 0 1 0 494323087 8835072 672 33554432000 4194304 4331988 140737167768288 18446744073709551615 4288168 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24329/statm: 2157 672 175 34 0 599 0
[pid=24330] ppid=24325 vsize=239336 CPUtime=1121.69 cores=4-7
/proc/24330/stat : 24330 (plingeling) S 24325 24325 24257 0 -1 4202496 265470 1254 0 0 112128 41 0 0 19 0 5 0 494323087 245080064 31945 33554432000 4194304 4356188 140734328837712 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/24330/statm: 59834 31945 163 40 0 58378 0
[pid=24330/tid=24337] ppid=24325 vsize=239336 CPUtime=280.76 cores=4-7
/proc/24330/task/24337/stat : 24337 (plingeling) R 24325 24325 24257 0 -1 4202560 77344 1254 0 0 28065 11 0 0 25 0 5 0 494323088 245080064 31945 33554432000 4194304 4356188 140734328837712 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24330/tid=24338] ppid=24325 vsize=239336 CPUtime=280.78 cores=4-7
/proc/24330/task/24338/stat : 24338 (plingeling) R 24325 24325 24257 0 -1 4202560 82796 1254 0 0 28065 13 0 0 25 0 5 0 494323088 245080064 31945 33554432000 4194304 4356188 140734328837712 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24330/tid=24339] ppid=24325 vsize=239336 CPUtime=280.79 cores=4-7
/proc/24330/task/24339/stat : 24339 (plingeling) R 24325 24325 24257 0 -1 4202560 81563 1254 0 0 28067 12 0 0 25 0 5 0 494323088 245080064 31945 33554432000 4194304 4356188 140734328837712 18446744073709551615 4331126 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24330/tid=24340] ppid=24325 vsize=239336 CPUtime=279.33 cores=4-7
/proc/24330/task/24340/stat : 24340 (plingeling) R 24325 24325 24257 0 -1 4202560 23409 1254 0 0 27929 4 0 0 25 0 5 0 494323088 245080064 31945 33554432000 4194304 4356188 140734328837712 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2244.88
Current children cumulated vsize (KiB) 1322452

Child status: 0
Real time (s): 280.878
CPU time (s): 2245.49
CPU user time (s): 2244.8
CPU system time (s): 0.690894
CPU usage (%): 799.454
Max. virtual memory (cumulated for all children) (KiB): 2762532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2244.8
system time used= 0.690894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 383878
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= 1244
involuntary context switches= 10652

runsolver used 0.473927 second user time and 0.990849 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-28 21:31:16
IDJOB=3310390
IDBENCH=87943
IDSOLVER=1638
FILE ID=node142/3310390-1304019076
RUNJOBID= node142-1304019068-24271
PBS_JOBID= 13170276
Free space on /tmp= 71316 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT02/industrial/aloul/Homer/homer16.shuffled.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310390-1304019076/watcher-3310390-1304019076 -o /tmp/evaluation-result-3310390-1304019076/solver-3310390-1304019076 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310390-1304019076.cnf

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

MD5SUM BENCH= f98b1abe53ae4846a5f9102253ed913e
RANDOM SEED=681167329

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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:      14400272 kB
Buffers:       2099652 kB
Cached:       15805160 kB
SwapCached:          0 kB
Active:        7822736 kB
Inactive:     10146188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14400272 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10508 kB
Writeback:           0 kB
AnonPages:       64808 kB
Mapped:          14836 kB
Slab:           514184 kB
PageTables:       4848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184176 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= 71304 MiB
End job on node142 at 2011-04-28 21:35:57