Trace number 3222099

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 3009.28 376.423

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S113771637-026.UNKNOWN.cnf
MD5SUM7f4758baa378252dd3709cff507a5405
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark368.443
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

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
3009.06/376.41	s UNSATISFIABLE
3009.06/376.42	solver [4] march_hi 2009 answered
3009.06/376.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-3222099-1304164345/watcher-3222099-1304164345 -o /tmp/evaluation-result-3222099-1304164345/solver-3222099-1304164345 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3222099-1304164345.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): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.44 7.91 7.96 1/170 9429
/proc/meminfo: memFree=24355964/32951124 swapFree=67111524/67111528
[pid=9429] ppid=9427 vsize=18324 CPUtime=0 cores=0-7
/proc/9429/stat : 9429 (ppfolio) S 9427 9429 9403 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 528032217 18763776 390 33554432000 4194304 4287625 140735914250944 18446744073709551615 212687695375 0 0 4096 65536 4201620545508212736 0 0 17 6 0 0 0
/proc/9429/statm: 4581 390 341 23 0 91 0

[startup+0.0647839 s]
/proc/loadavg: 7.44 7.91 7.96 1/170 9429
/proc/meminfo: memFree=24355964/32951124 swapFree=67111524/67111528
[pid=9429] ppid=9427 vsize=18324 CPUtime=0 cores=0-7
/proc/9429/stat : 9429 (ppfolio) S 9427 9429 9403 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 528032217 18763776 390 33554432000 4194304 4287625 140735914250944 18446744073709551615 212687695375 0 0 4096 65536 4201620549803180031 0 0 17 6 0 0 0
/proc/9429/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100776 s]
/proc/loadavg: 7.44 7.91 7.96 1/170 9429
/proc/meminfo: memFree=24355964/32951124 swapFree=67111524/67111528
[pid=9429] ppid=9427 vsize=18324 CPUtime=0 cores=0-7
/proc/9429/stat : 9429 (ppfolio) S 9427 9429 9403 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 528032217 18763776 390 33554432000 4194304 4287625 140735914250944 18446744073709551615 212687695375 0 0 4096 65536 4201620549803180031 0 0 17 6 0 0 0
/proc/9429/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30074 s]
/proc/loadavg: 7.44 7.91 7.96 1/170 9429
/proc/meminfo: memFree=24355964/32951124 swapFree=67111524/67111528
[pid=9429] ppid=9427 vsize=18324 CPUtime=0 cores=0-7
/proc/9429/stat : 9429 (ppfolio) R 9427 9429 9403 0 -1 4202496 521 0 0 0 0 0 0 0 20 0 1 0 528032217 18763776 390 33554432000 4194304 4287625 140735914250944 18446744073709551615 212687695375 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/9429/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700669 s]
/proc/loadavg: 7.44 7.91 7.96 1/170 9429
/proc/meminfo: memFree=24355964/32951124 swapFree=67111524/67111528
[pid=9429] ppid=9427 vsize=18324 CPUtime=0 cores=0-7
/proc/9429/stat : 9429 (ppfolio) S 9427 9429 9403 0 -1 4202496 521 0 0 0 0 0 0 0 18 0 1 0 528032217 18763776 390 33554432000 4194304 4287625 140735914250944 18446744073709551615 212687695375 0 0 4096 65536 4201620549803180031 0 0 17 6 0 0 0
/proc/9429/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50052 s]
/proc/loadavg: 7.44 7.91 7.96 9/180 9444
/proc/meminfo: memFree=24332484/32951124 swapFree=67111524/67111528
[pid=9429] ppid=9427 vsize=18324 CPUtime=0 cores=0-7
/proc/9429/stat : 9429 (ppfolio) S 9427 9429 9403 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528032217 18763776 390 33554432000 4194304 4287625 140735914250944 18446744073709551615 212687695375 0 0 4096 65536 4201620549803180031 0 0 17 6 0 0 0
/proc/9429/statm: 4581 390 341 23 0 91 0
[pid=9430] ppid=9429 vsize=1251584 CPUtime=1.49 cores=0
/proc/9430/stat : 9430 (cryptominisat) R 9429 9429 9403 0 -1 4202496 4033 0 0 0 149 0 0 0 20 0 1 0 528032217 1281622016 2572 33554432000 4194304 4587354 140736102445680 18446744073709551615 4364688 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9430/statm: 312896 2572 336 96 0 309458 0
[pid=9431] ppid=9429 vsize=14456 CPUtime=1.49 cores=1
/proc/9431/stat : 9431 (clasp) R 9429 9429 9403 0 -1 4202496 1066 0 0 0 149 0 0 0 20 0 1 0 528032217 14802944 958 33554432000 4194304 4785740 140736357234048 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9431/statm: 3614 958 340 145 0 659 0
[pid=9432] ppid=9429 vsize=456356 CPUtime=1.49 cores=2
/proc/9432/stat : 9432 (TNM) R 9429 9429 9403 0 -1 4202496 479 0 0 0 149 0 0 0 20 0 1 0 528032217 467308544 376 33554432000 134512640 134534564 4291502752 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9432/statm: 114089 376 95 6 0 112755 0
[pid=9433] ppid=9429 vsize=7856 CPUtime=1.49 cores=3
/proc/9433/stat : 9433 (march_hi) R 9429 9429 9403 0 -1 4202496 1188 0 0 0 149 0 0 0 20 0 1 0 528032217 8044544 480 33554432000 4194304 4331988 140736065800704 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9433/statm: 1964 480 174 34 0 406 0
[pid=9434] ppid=9429 vsize=126120 CPUtime=5.92 cores=4-7
/proc/9434/stat : 9434 (plingeling) S 9429 9429 9403 0 -1 4202496 5145 1248 0 0 592 0 0 0 19 0 5 0 528032217 129146880 3603 33554432000 4194304 4356188 140734685132752 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9434/statm: 31530 3603 162 40 0 30074 0
[pid=9434/tid=9441] ppid=9429 vsize=126120 CPUtime=1.48 cores=4-7
/proc/9434/task/9441/stat : 9441 (plingeling) R 9429 9429 9403 0 -1 4202560 1051 1248 0 0 148 0 0 0 20 0 5 0 528032219 129146880 3603 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331111 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9434/tid=9442] ppid=9429 vsize=126120 CPUtime=1.48 cores=4-7
/proc/9434/task/9442/stat : 9442 (plingeling) R 9429 9429 9403 0 -1 4202560 1019 1248 0 0 148 0 0 0 24 0 5 0 528032219 129146880 3603 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9434/tid=9443] ppid=9429 vsize=126120 CPUtime=1.47 cores=4-7
/proc/9434/task/9443/stat : 9443 (plingeling) R 9429 9429 9403 0 -1 4202560 990 1248 0 0 147 0 0 0 25 0 5 0 528032219 129146880 3603 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9434/tid=9444] ppid=9429 vsize=126120 CPUtime=1.47 cores=4-7
/proc/9434/task/9444/stat : 9444 (plingeling) R 9429 9429 9403 0 -1 4202560 1191 1248 0 0 147 0 0 0 25 0 5 0 528032219 129146880 3603 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 1874696

[startup+3.10123 s]
/proc/loadavg: 7.44 7.91 7.96 9/180 9444
/proc/meminfo: memFree=24324548/32951124 swapFree=67111524/67111528
[pid=9429] ppid=9427 vsize=18324 CPUtime=0 cores=0-7
/proc/9429/stat : 9429 (ppfolio) S 9427 9429 9403 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528032217 18763776 390 33554432000 4194304 4287625 140735914250944 18446744073709551615 212687695375 0 0 4096 65536 4201620549803180031 0 0 17 6 0 0 0
/proc/9429/statm: 4581 390 341 23 0 91 0
[pid=9430] ppid=9429 vsize=1251720 CPUtime=3.09 cores=0
/proc/9430/stat : 9430 (cryptominisat) R 9429 9429 9403 0 -1 4202496 4855 0 0 0 309 0 0 0 25 0 1 0 528032217 1281761280 2573 33554432000 4194304 4587354 140736102445680 18446744073709551615 4238600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9430/statm: 312930 2573 336 96 0 309492 0
[pid=9431] ppid=9429 vsize=15024 CPUtime=3.09 cores=1
/proc/9431/stat : 9431 (clasp) R 9429 9429 9403 0 -1 4202496 1216 0 0 0 309 0 0 0 25 0 1 0 528032217 15384576 1108 33554432000 4194304 4785740 140736357234048 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9431/statm: 3756 1108 340 145 0 801 0
[pid=9432] ppid=9429 vsize=456356 CPUtime=3.09 cores=2
/proc/9432/stat : 9432 (TNM) R 9429 9429 9403 0 -1 4202496 479 0 0 0 309 0 0 0 25 0 1 0 528032217 467308544 376 33554432000 134512640 134534564 4291502752 18446744073709551615 134528476 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9432/statm: 114089 376 95 6 0 112755 0
[pid=9433] ppid=9429 vsize=7856 CPUtime=3.09 cores=3
/proc/9433/stat : 9433 (march_hi) R 9429 9429 9403 0 -1 4202496 1188 0 0 0 309 0 0 0 25 0 1 0 528032217 8044544 480 33554432000 4194304 4331988 140736065800704 18446744073709551615 4287105 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9433/statm: 1964 480 174 34 0 406 0
[pid=9434] ppid=9429 vsize=127740 CPUtime=12.32 cores=4-7
/proc/9434/stat : 9434 (plingeling) S 9429 9429 9403 0 -1 4202496 6814 1248 0 0 1231 1 0 0 19 0 5 0 528032217 130805760 4008 33554432000 4194304 4356188 140734685132752 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9434/statm: 31935 4008 162 40 0 30479 0
[pid=9434/tid=9441] ppid=9429 vsize=127740 CPUtime=3.08 cores=4-7
/proc/9434/task/9441/stat : 9441 (plingeling) R 9429 9429 9403 0 -1 4202560 1403 1248 0 0 308 0 0 0 25 0 5 0 528032219 130805760 4008 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9434/tid=9442] ppid=9429 vsize=127740 CPUtime=3.08 cores=4-7
/proc/9434/task/9442/stat : 9442 (plingeling) R 9429 9429 9403 0 -1 4202560 1436 1248 0 0 308 0 0 0 25 0 5 0 528032219 130805760 4008 33554432000 4194304 4356188 140734685132752 18446744073709551615 4332149 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9434/tid=9443] ppid=9429 vsize=127740 CPUtime=3.07 cores=4-7
/proc/9434/task/9443/stat : 9443 (plingeling) R 9429 9429 9403 0 -1 4202560 1408 1248 0 0 307 0 0 0 25 0 5 0 528032219 130805760 4008 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9434/tid=9444] ppid=9429 vsize=127740 CPUtime=3.06 cores=4-7
/proc/9434/task/9444/stat : 9444 (plingeling) R 9429 9429 9403 0 -1 4202560 1673 1248 0 0 306 0 0 0 25 0 5 0 528032219 130805760 4008 33554432000 4194304 4356188 140734685132752 18446744073709551615 4330969 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) 1877020

[startup+6.30065 s]
/proc/loadavg: 7.49 7.91 7.96 9/180 9444
/proc/meminfo: memFree=24322316/32951124 swapFree=67111524/67111528
[pid=9429] ppid=9427 vsize=18324 CPUtime=0 cores=0-7
/proc/9429/stat : 9429 (ppfolio) S 9427 9429 9403 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528032217 18763776 390 33554432000 4194304 4287625 140735914250944 18446744073709551615 212687695375 0 0 4096 65536 4201620549803180031 0 0 17 6 0 0 0
/proc/9429/statm: 4581 390 341 23 0 91 0
[pid=9430] ppid=9429 vsize=33672 CPUtime=6.28 cores=0
/proc/9430/stat : 9430 (cryptominisat) R 9429 9429 9403 0 -1 4202496 6641 0 0 0 628 0 0 0 25 0 1 0 528032217 34480128 2856 33554432000 4194304 4587354 140736102445680 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9430/statm: 8418 2856 336 96 0 4980 0
[pid=9431] ppid=9429 vsize=16048 CPUtime=6.29 cores=1
/proc/9431/stat : 9431 (clasp) R 9429 9429 9403 0 -1 4202496 1448 0 0 0 629 0 0 0 25 0 1 0 528032217 16433152 1340 33554432000 4194304 4785740 140736357234048 18446744073709551615 4286964 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9431/statm: 4012 1340 340 145 0 1057 0
[pid=9432] ppid=9429 vsize=456356 CPUtime=6.29 cores=2
/proc/9432/stat : 9432 (TNM) R 9429 9429 9403 0 -1 4202496 479 0 0 0 629 0 0 0 25 0 1 0 528032217 467308544 376 33554432000 134512640 134534564 4291502752 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9432/statm: 114089 376 95 6 0 112755 0
[pid=9433] ppid=9429 vsize=7856 CPUtime=6.29 cores=3
/proc/9433/stat : 9433 (march_hi) R 9429 9429 9403 0 -1 4202496 1188 0 0 0 629 0 0 0 25 0 1 0 528032217 8044544 480 33554432000 4194304 4331988 140736065800704 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9433/statm: 1964 480 174 34 0 406 0
[pid=9434] ppid=9429 vsize=128772 CPUtime=25.1 cores=4-7
/proc/9434/stat : 9434 (plingeling) S 9429 9429 9403 0 -1 4202496 9408 1248 0 0 2509 1 0 0 19 0 5 0 528032217 131862528 4266 33554432000 4194304 4356188 140734685132752 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9434/statm: 32193 4266 162 40 0 30737 0
[pid=9434/tid=9441] ppid=9429 vsize=128772 CPUtime=6.28 cores=4-7
/proc/9434/task/9441/stat : 9441 (plingeling) R 9429 9429 9403 0 -1 4202560 2043 1248 0 0 628 0 0 0 25 0 5 0 528032219 131862528 4266 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9434/tid=9442] ppid=9429 vsize=128772 CPUtime=6.27 cores=4-7
/proc/9434/task/9442/stat : 9442 (plingeling) R 9429 9429 9403 0 -1 4202560 2109 1248 0 0 627 0 0 0 25 0 5 0 528032219 131862528 4266 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9434/tid=9443] ppid=9429 vsize=128772 CPUtime=6.27 cores=4-7
/proc/9434/task/9443/stat : 9443 (plingeling) R 9429 9429 9403 0 -1 4202560 2017 1248 0 0 627 0 0 0 25 0 5 0 528032219 131862528 4266 33554432000 4194304 4356188 140734685132752 18446744073709551615 4332007 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9434/tid=9444] ppid=9429 vsize=128772 CPUtime=6.25 cores=4-7
/proc/9434/task/9444/stat : 9444 (plingeling) R 9429 9429 9403 0 -1 4202560 2345 1248 0 0 625 0 0 0 25 0 5 0 528032219 131862528 4266 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 661028

[startup+12.7005 s]
/proc/loadavg: 7.53 7.91 7.96 9/180 9444
/proc/meminfo: memFree=24305044/32951124 swapFree=67111524/67111528
[pid=9429] ppid=9427 vsize=18324 CPUtime=0 cores=0-7
/proc/9429/stat : 9429 (ppfolio) S 9427 9429 9403 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528032217 18763776 390 33554432000 4194304 4287625 140735914250944 18446744073709551615 212687695375 0 0 4096 65536 4201620549803180031 0 0 17 6 0 0 0
/proc/9429/statm: 4581 390 341 23 0 91 0
[pid=9430] ppid=9429 vsize=1258636 CPUtime=12.69 cores=0
/proc/9430/stat : 9430 (cryptominisat) R 9429 9429 9403 0 -1 4202496 10751 0 0 0 1268 1 0 0 25 0 1 0 528032217 1288843264 4457 33554432000 4194304 4587354 140736102445680 18446744073709551615 4238597 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9430/statm: 314659 4457 336 96 0 311221 0
[pid=9431] ppid=9429 vsize=17524 CPUtime=12.69 cores=1
/proc/9431/stat : 9431 (clasp) R 9429 9429 9403 0 -1 4202496 1764 0 0 0 1269 0 0 0 25 0 1 0 528032217 17944576 1656 33554432000 4194304 4785740 140736357234048 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9431/statm: 4381 1656 341 145 0 1426 0
[pid=9432] ppid=9429 vsize=456356 CPUtime=12.69 cores=2
/proc/9432/stat : 9432 (TNM) R 9429 9429 9403 0 -1 4202496 479 0 0 0 1269 0 0 0 25 0 1 0 528032217 467308544 376 33554432000 134512640 134534564 4291502752 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9432/statm: 114089 376 95 6 0 112755 0
[pid=9433] ppid=9429 vsize=7856 CPUtime=12.69 cores=3
/proc/9433/stat : 9433 (march_hi) R 9429 9429 9403 0 -1 4202496 1188 0 0 0 1269 0 0 0 25 0 1 0 528032217 8044544 480 33554432000 4194304 4331988 140736065800704 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9433/statm: 1964 480 174 34 0 406 0
[pid=9434] ppid=9429 vsize=138116 CPUtime=50.67 cores=4-7
/proc/9434/stat : 9434 (plingeling) S 9429 9429 9403 0 -1 4202496 17186 1248 0 0 5064 3 0 0 19 0 5 0 528032217 141430784 6602 33554432000 4194304 4356188 140734685132752 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9434/statm: 34529 6602 162 40 0 33073 0
[pid=9434/tid=9441] ppid=9429 vsize=138116 CPUtime=12.67 cores=4-7
/proc/9434/task/9441/stat : 9441 (plingeling) R 9429 9429 9403 0 -1 4202560 4092 1248 0 0 1267 0 0 0 25 0 5 0 528032219 141430784 6602 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9434/tid=9442] ppid=9429 vsize=138116 CPUtime=12.68 cores=4-7
/proc/9434/task/9442/stat : 9442 (plingeling) R 9429 9429 9403 0 -1 4202560 3997 1248 0 0 1267 1 0 0 25 0 5 0 528032219 141430784 6602 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9434/tid=9443] ppid=9429 vsize=138116 CPUtime=12.67 cores=4-7
/proc/9434/task/9443/stat : 9443 (plingeling) R 9429 9429 9403 0 -1 4202560 3841 1248 0 0 1267 0 0 0 25 0 5 0 528032219 141430784 6602 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9434/tid=9444] ppid=9429 vsize=138116 CPUtime=12.61 cores=4-7
/proc/9434/task/9444/stat : 9444 (plingeling) R 9429 9429 9403 0 -1 4202560 4362 1248 0 0 1261 0 0 0 25 0 5 0 528032219 141430784 6602 33554432000 4194304 4356188 140734685132752 18446744073709551615 4332041 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 1896812

[startup+25.5012 s]
/proc/loadavg: 7.63 7.92 7.96 9/180 9444
/proc/meminfo: memFree=24301392/32951124 swapFree=67111524/67111528
[pid=9429] ppid=9427 vsize=18324 CPUtime=0 cores=0-7
/proc/9429/stat : 9429 (ppfolio) S 9427 9429 9403 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528032217 18763776 390 33554432000 4194304 4287625 140735914250944 18446744073709551615 212687695375 0 0 4096 65536 4201620549803180031 0 0 17 6 0 0 0
/proc/9429/statm: 4581 390 341 23 0 91 0
[pid=9430] ppid=9429 vsize=40540 CPUtime=25.49 cores=0
/proc/9430/stat : 9430 (cryptominisat) R 9429 9429 9403 0 -1 4202496 15643 0 0 0 2547 2 0 0 25 0 1 0 528032217 41512960 4557 33554432000 4194304 4587354 140736102445680 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=9434/tid=9441] ppid=9429 vsize=219188 CPUtime=371.08 cores=4-7
/proc/9434/task/9441/stat : 9441 (plingeling) R 9429 9429 9403 0 -1 4202560 47167 1248 0 0 37102 6 0 0 25 0 5 0 528032219 224448512 26870 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9434/tid=9442] ppid=9429 vsize=219188 CPUtime=371.04 cores=4-7
/proc/9434/task/9442/stat : 9442 (plingeling) R 9429 9429 9403 0 -1 4202560 44000 1248 0 0 37096 8 0 0 25 0 5 0 528032219 224448512 26870 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9434/tid=9443] ppid=9429 vsize=219188 CPUtime=371.09 cores=4-7
/proc/9434/task/9443/stat : 9443 (plingeling) R 9429 9429 9403 0 -1 4202560 45892 1248 0 0 37101 8 0 0 25 0 5 0 528032219 224448512 26870 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9434/tid=9444] ppid=9429 vsize=219188 CPUtime=369.08 cores=4-7
/proc/9434/task/9444/stat : 9444 (plingeling) R 9429 9429 9403 0 -1 4202560 46989 1248 0 0 36900 8 0 0 25 0 5 0 528032219 224448512 26870 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2966.7
Current children cumulated vsize (KiB) 812816

[startup+374.301 s]
/proc/loadavg: 8.00 7.97 7.97 9/180 9454
/proc/meminfo: memFree=24177256/32951124 swapFree=67111524/67111528
[pid=9429] ppid=9427 vsize=18324 CPUtime=0 cores=0-7
/proc/9429/stat : 9429 (ppfolio) S 9427 9429 9403 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528032217 18763776 390 33554432000 4194304 4287625 140735914250944 18446744073709551615 212687695375 0 0 4096 65536 4201620549803180031 0 0 17 6 0 0 0
/proc/9429/statm: 4581 390 341 23 0 91 0
[pid=9430] ppid=9429 vsize=80440 CPUtime=374.29 cores=0
/proc/9430/stat : 9430 (cryptominisat) R 9429 9429 9403 0 -1 4202496 73809 0 0 0 37408 21 0 0 25 0 1 0 528032217 82370560 14769 33554432000 4194304 4587354 140736102445680 18446744073709551615 4388261 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9430/statm: 20110 14769 336 96 0 16672 0
[pid=9431] ppid=9429 vsize=28864 CPUtime=374.29 cores=1
/proc/9431/stat : 9431 (clasp) R 9429 9429 9403 0 -1 4202496 4462 0 0 0 37429 0 0 0 25 0 1 0 528032217 29556736 4354 33554432000 4194304 4785740 140736357234048 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9431/statm: 7216 4354 341 145 0 4261 0
[pid=9432] ppid=9429 vsize=456356 CPUtime=374.29 cores=2
/proc/9432/stat : 9432 (TNM) R 9429 9429 9403 0 -1 4202496 479 0 0 0 37429 0 0 0 25 0 1 0 528032217 467308544 376 33554432000 134512640 134534564 4291502752 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9432/statm: 114089 376 95 6 0 112755 0
[pid=9433] ppid=9429 vsize=9644 CPUtime=374.3 cores=3
/proc/9433/stat : 9433 (march_hi) R 9429 9429 9403 0 -1 4202496 1620 0 0 0 37430 0 0 0 25 0 1 0 528032217 9875456 912 33554432000 4194304 4331988 140736065800704 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9433/statm: 2411 912 175 34 0 853 0
[pid=9434] ppid=9429 vsize=213812 CPUtime=1495.11 cores=4-7
/proc/9434/stat : 9434 (plingeling) S 9429 9429 9403 0 -1 4202496 185358 1248 0 0 149479 32 0 0 19 0 5 0 528032217 218943488 25526 33554432000 4194304 4356188 140734685132752 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9434/statm: 53453 25526 162 40 0 51997 0
[pid=9434/tid=9441] ppid=9429 vsize=213812 CPUtime=374.28 cores=4-7
/proc/9434/task/9441/stat : 9441 (plingeling) R 9429 9429 9403 0 -1 4202560 47167 1248 0 0 37422 6 0 0 25 0 5 0 528032219 218943488 25526 33554432000 4194304 4356188 140734685132752 18446744073709551615 4330990 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9434/tid=9442] ppid=9429 vsize=213812 CPUtime=374.24 cores=4-7
/proc/9434/task/9442/stat : 9442 (plingeling) R 9429 9429 9403 0 -1 4202560 44000 1248 0 0 37416 8 0 0 25 0 5 0 528032219 218943488 25526 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331173 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9434/tid=9443] ppid=9429 vsize=213812 CPUtime=374.28 cores=4-7
/proc/9434/task/9443/stat : 9443 (plingeling) R 9429 9429 9403 0 -1 4202560 45892 1248 0 0 37420 8 0 0 25 0 5 0 528032219 218943488 25526 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9434/tid=9444] ppid=9429 vsize=213812 CPUtime=372.26 cores=4-7
/proc/9434/task/9444/stat : 9444 (plingeling) R 9429 9429 9403 0 -1 4202560 47405 1248 0 0 37218 8 0 0 25 0 5 0 528032219 218943488 25526 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331011 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2992.28
Current children cumulated vsize (KiB) 807440

[startup+375.106 s]
/proc/loadavg: 8.00 7.97 7.97 9/180 9454
/proc/meminfo: memFree=24176264/32951124 swapFree=67111524/67111528
[pid=9429] ppid=9427 vsize=18324 CPUtime=0.01 cores=0-7
/proc/9429/stat : 9429 (ppfolio) S 9427 9429 9403 0 -1 4202496 521 0 0 0 0 1 0 0 15 0 1 0 528032217 18763776 390 33554432000 4194304 4287625 140735914250944 18446744073709551615 212687695375 0 0 4096 65536 4201620549803180031 0 0 17 6 0 0 0
/proc/9429/statm: 4581 390 341 23 0 91 0
[pid=9430] ppid=9429 vsize=80440 CPUtime=375.1 cores=0
/proc/9430/stat : 9430 (cryptominisat) R 9429 9429 9403 0 -1 4202496 73809 0 0 0 37489 21 0 0 25 0 1 0 528032217 82370560 14769 33554432000 4194304 4587354 140736102445680 18446744073709551615 4357604 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9430/statm: 20110 14769 336 96 0 16672 0
[pid=9431] ppid=9429 vsize=28864 CPUtime=375.1 cores=1
/proc/9431/stat : 9431 (clasp) R 9429 9429 9403 0 -1 4202496 4462 0 0 0 37510 0 0 0 25 0 1 0 528032217 29556736 4354 33554432000 4194304 4785740 140736357234048 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9431/statm: 7216 4354 341 145 0 4261 0
[pid=9432] ppid=9429 vsize=456356 CPUtime=375.1 cores=2
/proc/9432/stat : 9432 (TNM) R 9429 9429 9403 0 -1 4202496 479 0 0 0 37510 0 0 0 25 0 1 0 528032217 467308544 376 33554432000 134512640 134534564 4291502752 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9432/statm: 114089 376 95 6 0 112755 0
[pid=9433] ppid=9429 vsize=9644 CPUtime=375.1 cores=3
/proc/9433/stat : 9433 (march_hi) R 9429 9429 9403 0 -1 4202496 1622 0 0 0 37510 0 0 0 25 0 1 0 528032217 9875456 914 33554432000 4194304 4331988 140736065800704 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9433/statm: 2411 914 175 34 0 853 0
[pid=9434] ppid=9429 vsize=213812 CPUtime=1498.32 cores=4-7
/proc/9434/stat : 9434 (plingeling) S 9429 9429 9403 0 -1 4202496 185358 1248 0 0 149800 32 0 0 19 0 5 0 528032217 218943488 25526 33554432000 4194304 4356188 140734685132752 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9434/statm: 53453 25526 162 40 0 51997 0
[pid=9434/tid=9441] ppid=9429 vsize=213812 CPUtime=375.09 cores=4-7
/proc/9434/task/9441/stat : 9441 (plingeling) R 9429 9429 9403 0 -1 4202560 47167 1248 0 0 37503 6 0 0 25 0 5 0 528032219 218943488 25526 33554432000 4194304 4356188 140734685132752 18446744073709551615 4238764 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9434/tid=9442] ppid=9429 vsize=213812 CPUtime=375.04 cores=4-7
/proc/9434/task/9442/stat : 9442 (plingeling) R 9429 9429 9403 0 -1 4202560 44000 1248 0 0 37496 8 0 0 25 0 5 0 528032219 218943488 25526 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9434/tid=9443] ppid=9429 vsize=213812 CPUtime=375.09 cores=4-7
/proc/9434/task/9443/stat : 9443 (plingeling) R 9429 9429 9403 0 -1 4202560 45892 1248 0 0 37501 8 0 0 25 0 5 0 528032219 218943488 25526 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9434/tid=9444] ppid=9429 vsize=213812 CPUtime=373.06 cores=4-7
/proc/9434/task/9444/stat : 9444 (plingeling) R 9429 9429 9403 0 -1 4202560 47405 1248 0 0 37298 8 0 0 25 0 5 0 528032219 218943488 25526 33554432000 4194304 4356188 140734685132752 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2998.73
Current children cumulated vsize (KiB) 807440

[startup+375.901 s]
/proc/loadavg: 8.00 7.97 7.97 9/180 9454
/proc/meminfo: memFree=24176264/32951124 swapFree=67111524/67111528
[pid=9429] ppid=9427 vsize=18324 CPUtime=0.01 cores=0-7
/proc/9429/stat : 9429 (ppfolio) S 9427 9429 9403 0 -1 4202496 521 0 0 0 0 1 0 0 15 0 1 0 528032217 18763776 390 33554432000 4194304 4287625 140735914250944 18446744073709551615 212687695375 0 0 4096 65536 4201620549803180031 0 0 17 6 0 0 0
/proc/9429/statm: 4581 390 341 23 0 91 0
[pid=9430] ppid=9429 vsize=80440 CPUtime=375.89 cores=0
/proc/9430/stat : 9430 (cryptominisat) R 9429 9429 9403 0 -1 4202496 73809 0 0 0 37568 21 0 0 25 0 1 0 528032217 82370560 14769 33554432000 4194304 4587354 140736102445680 18446744073709551615 4357679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9430/statm: 20110 14769 336 96 0 16672 0
[pid=9431] ppid=9429 vsize=28864 CPUtime=375.89 cores=1
/proc/9431/stat : 9431 (clasp) R 9429 9429 9403 0 -1 4202496 4462 0 0 0 37589 0 0 0 25 0 1 0 528032217 29556736 4354 33554432000 4194304 4785740 140736357234048 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9431/statm: 7216 4354 341 145 0 4261 0
[pid=9432] ppid=9429 vsize=456356 CPUtime=375.89 cores=2
/proc/9432/stat : 9432 (TNM) R 9429 9429 9403 0 -1 4202496 479 0 0 0 37589 0 0 0 25 0 1 0 528032217 467308544 376 33554432000 134512640 134534564 4291502752 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9432/statm: 114089 376 95 6 0 112755 0
[pid=9433] ppid=9429 vsize=10408 CPUtime=375.9 cores=3
/proc/9433/stat : 9433 (march_hi) R 9429 9429 9403 0 -1 4202496 1624 0 0 0 37590 0 0 0 25 0 1 0 528032217 10657792 916 33554432000 4194304 4331988 140736065800704 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9433/statm: 2602 916 175 34 0 1044 0
[pid=9434] ppid=9429 vsize=214580 CPUtime=1501.5 cores=4-7
/proc/9434/stat : 9434 (plingeling) S 9429 9429 9403 0 -1 4202496 185550 1248 0 0 150118 32 0 0 19 0 5 0 528032217 219729920 25718 33554432000 4194304 4356188 140734685132752 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9434/statm: 53645 25718 162 40 0 52189 0
[pid=9434/tid=9441] ppid=9429 vsize=214580 CPUtime=375.88 cores=4-7
/proc/9434/task/9441/stat : 9441 (plingeling) R 9429 9429 9403 0 -1 4202560 47167 1248 0 0 37582 6 0 0 25 0 5 0 528032219 219729920 25718 33554432000 4194304 4356188 140734685132752 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9434/tid=9442] ppid=9429 vsize=214580 CPUtime=375.84 cores=4-7
/proc/9434/task/9442/stat : 9442 (plingeling) R 9429 9429 9403 0 -1 4202560 44192 1248 0 0 37576 8 0 0 25 0 5 0 528032219 219729920 25718 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9434/tid=9443] ppid=9429 vsize=214580 CPUtime=375.88 cores=4-7
/proc/9434/task/9443/stat : 9443 (plingeling) R 9429 9429 9403 0 -1 4202560 45892 1248 0 0 37580 8 0 0 25 0 5 0 528032219 219729920 25718 33554432000 4194304 4356188 140734685132752 18446744073709551615 4282465 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9434/tid=9444] ppid=9429 vsize=214580 CPUtime=373.86 cores=4-7
/proc/9434/task/9444/stat : 9444 (plingeling) R 9429 9429 9403 0 -1 4202560 47405 1248 0 0 37378 8 0 0 25 0 5 0 528032219 219729920 25718 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3005.08
Current children cumulated vsize (KiB) 808972

[startup+376.301 s]
/proc/loadavg: 8.00 7.97 7.97 9/180 9454
/proc/meminfo: memFree=24176016/32951124 swapFree=67111524/67111528
[pid=9429] ppid=9427 vsize=18324 CPUtime=0.01 cores=0-7
/proc/9429/stat : 9429 (ppfolio) S 9427 9429 9403 0 -1 4202496 521 0 0 0 0 1 0 0 15 0 1 0 528032217 18763776 390 33554432000 4194304 4287625 140735914250944 18446744073709551615 212687695375 0 0 4096 65536 4201620549803180031 0 0 17 6 0 0 0
/proc/9429/statm: 4581 390 341 23 0 91 0
[pid=9430] ppid=9429 vsize=80440 CPUtime=376.29 cores=0
/proc/9430/stat : 9430 (cryptominisat) R 9429 9429 9403 0 -1 4202496 73809 0 0 0 37608 21 0 0 25 0 1 0 528032217 82370560 14769 33554432000 4194304 4587354 140736102445680 18446744073709551615 4357668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9430/statm: 20110 14769 336 96 0 16672 0
[pid=9431] ppid=9429 vsize=28864 CPUtime=376.29 cores=1
/proc/9431/stat : 9431 (clasp) R 9429 9429 9403 0 -1 4202496 4462 0 0 0 37629 0 0 0 25 0 1 0 528032217 29556736 4354 33554432000 4194304 4785740 140736357234048 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9431/statm: 7216 4354 341 145 0 4261 0
[pid=9432] ppid=9429 vsize=456356 CPUtime=376.29 cores=2
/proc/9432/stat : 9432 (TNM) R 9429 9429 9403 0 -1 4202496 479 0 0 0 37629 0 0 0 25 0 1 0 528032217 467308544 376 33554432000 134512640 134534564 4291502752 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9432/statm: 114089 376 95 6 0 112755 0
[pid=9433] ppid=9429 vsize=10408 CPUtime=376.29 cores=3
/proc/9433/stat : 9433 (march_hi) R 9429 9429 9403 0 -1 4202496 1625 0 0 0 37629 0 0 0 25 0 1 0 528032217 10657792 917 33554432000 4194304 4331988 140736065800704 18446744073709551615 4226625 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9433/statm: 2602 917 175 34 0 1044 0
[pid=9434] ppid=9429 vsize=214964 CPUtime=1503.09 cores=4-7
/proc/9434/stat : 9434 (plingeling) S 9429 9429 9403 0 -1 4202496 185646 1248 0 0 150277 32 0 0 19 0 5 0 528032217 220123136 25814 33554432000 4194304 4356188 140734685132752 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9434/statm: 53741 25814 162 40 0 52285 0
[pid=9434/tid=9441] ppid=9429 vsize=214964 CPUtime=376.28 cores=4-7
/proc/9434/task/9441/stat : 9441 (plingeling) R 9429 9429 9403 0 -1 4202560 47231 1248 0 0 37622 6 0 0 25 0 5 0 528032219 220123136 25814 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9434/tid=9442] ppid=9429 vsize=214964 CPUtime=376.23 cores=4-7
/proc/9434/task/9442/stat : 9442 (plingeling) R 9429 9429 9403 0 -1 4202560 44224 1248 0 0 37615 8 0 0 25 0 5 0 528032219 220123136 25814 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9434/tid=9443] ppid=9429 vsize=214964 CPUtime=376.28 cores=4-7
/proc/9434/task/9443/stat : 9443 (plingeling) R 9429 9429 9403 0 -1 4202560 45892 1248 0 0 37620 8 0 0 25 0 5 0 528032219 220123136 25814 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9434/tid=9444] ppid=9429 vsize=214964 CPUtime=374.25 cores=4-7
/proc/9434/task/9444/stat : 9444 (plingeling) R 9429 9429 9403 0 -1 4202560 47405 1248 0 0 37417 8 0 0 25 0 5 0 528032219 220123136 25814 33554432000 4194304 4356188 140734685132752 18446744073709551615 4332162 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3008.26
Current children cumulated vsize (KiB) 809356

[startup+376.401 s]
/proc/loadavg: 8.00 7.97 7.97 9/180 9454
/proc/meminfo: memFree=24176016/32951124 swapFree=67111524/67111528
[pid=9429] ppid=9427 vsize=18324 CPUtime=0.01 cores=0-7
/proc/9429/stat : 9429 (ppfolio) S 9427 9429 9403 0 -1 4202496 521 0 0 0 0 1 0 0 15 0 1 0 528032217 18763776 390 33554432000 4194304 4287625 140735914250944 18446744073709551615 212687695375 0 0 4096 65536 4201620549803180031 0 0 17 6 0 0 0
/proc/9429/statm: 4581 390 341 23 0 91 0
[pid=9430] ppid=9429 vsize=80440 CPUtime=376.39 cores=0
/proc/9430/stat : 9430 (cryptominisat) R 9429 9429 9403 0 -1 4202496 73809 0 0 0 37618 21 0 0 25 0 1 0 528032217 82370560 14769 33554432000 4194304 4587354 140736102445680 18446744073709551615 4357555 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9430/statm: 20110 14769 336 96 0 16672 0
[pid=9431] ppid=9429 vsize=28864 CPUtime=376.39 cores=1
/proc/9431/stat : 9431 (clasp) R 9429 9429 9403 0 -1 4202496 4462 0 0 0 37639 0 0 0 25 0 1 0 528032217 29556736 4354 33554432000 4194304 4785740 140736357234048 18446744073709551615 4287076 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9431/statm: 7216 4354 341 145 0 4261 0
[pid=9432] ppid=9429 vsize=456356 CPUtime=376.39 cores=2
/proc/9432/stat : 9432 (TNM) R 9429 9429 9403 0 -1 4202496 479 0 0 0 37639 0 0 0 25 0 1 0 528032217 467308544 376 33554432000 134512640 134534564 4291502752 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9432/statm: 114089 376 95 6 0 112755 0
[pid=9433] ppid=9429 vsize=10408 CPUtime=376.39 cores=3
/proc/9433/stat : 9433 (march_hi) R 9429 9429 9403 0 -1 4202496 1625 0 0 0 37639 0 0 0 25 0 1 0 528032217 10657792 917 33554432000 4194304 4331988 140736065800704 18446744073709551615 4298580 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9433/statm: 2602 917 175 34 0 1044 0
[pid=9434] ppid=9429 vsize=214964 CPUtime=1503.49 cores=4-7
/proc/9434/stat : 9434 (plingeling) S 9429 9429 9403 0 -1 4202496 185646 1248 0 0 150317 32 0 0 19 0 5 0 528032217 220123136 25814 33554432000 4194304 4356188 140734685132752 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9434/statm: 53741 25814 162 40 0 52285 0
[pid=9434/tid=9441] ppid=9429 vsize=214964 CPUtime=376.38 cores=4-7
/proc/9434/task/9441/stat : 9441 (plingeling) R 9429 9429 9403 0 -1 4202560 47231 1248 0 0 37632 6 0 0 25 0 5 0 528032219 220123136 25814 33554432000 4194304 4356188 140734685132752 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9434/tid=9442] ppid=9429 vsize=214964 CPUtime=376.33 cores=4-7
/proc/9434/task/9442/stat : 9442 (plingeling) R 9429 9429 9403 0 -1 4202560 44224 1248 0 0 37625 8 0 0 25 0 5 0 528032219 220123136 25814 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9434/tid=9443] ppid=9429 vsize=214964 CPUtime=376.38 cores=4-7
/proc/9434/task/9443/stat : 9443 (plingeling) R 9429 9429 9403 0 -1 4202560 45892 1248 0 0 37630 8 0 0 25 0 5 0 528032219 220123136 25814 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9434/tid=9444] ppid=9429 vsize=214964 CPUtime=374.35 cores=4-7
/proc/9434/task/9444/stat : 9444 (plingeling) R 9429 9429 9403 0 -1 4202560 47405 1248 0 0 37427 8 0 0 25 0 5 0 528032219 220123136 25814 33554432000 4194304 4356188 140734685132752 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3009.06
Current children cumulated vsize (KiB) 809356

Child status: 0
Real time (s): 376.423
CPU time (s): 3009.28
CPU user time (s): 3008.68
CPU system time (s): 0.597909
CPU usage (%): 799.442
Max. virtual memory (cumulated for all children) (KiB): 9471816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3008.68
system time used= 0.597909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267810
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= 1449
involuntary context switches= 14585

runsolver used 0.624905 second user time and 1.40978 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-30 13:52:25
IDJOB=3222099
IDBENCH=83033
IDSOLVER=1638
FILE ID=node139/3222099-1304164345
RUNJOBID= node139-1304164345-9417
PBS_JOBID= 13170943
Free space on /tmp= 72900 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S113771637-026.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3222099-1304164345/watcher-3222099-1304164345 -o /tmp/evaluation-result-3222099-1304164345/solver-3222099-1304164345 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3222099-1304164345.cnf

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

MD5SUM BENCH= 7f4758baa378252dd3709cff507a5405
RANDOM SEED=579460502

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.74
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.852
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.75
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.852
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	: 5321.49
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.852
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.852
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24356120 kB
Buffers:       2062520 kB
Cached:        5948404 kB
SwapCached:          4 kB
Active:        1021588 kB
Inactive:      7052088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24356120 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10116 kB
Writeback:           0 kB
AnonPages:       63124 kB
Mapped:          14336 kB
Slab:           454960 kB
PageTables:       4868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185560 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= 72892 MiB
End job on node139 at 2011-04-30 13:58:41