Trace number 3219453

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 par? (TO) 39971.5 5000.02

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S949556727-080-UNKNOWN.cnf
MD5SUM274f6c2fc3e630d8716a09f7c87233f2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
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 517000

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

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3219453-1304150581/watcher-3219453-1304150581 -o /tmp/evaluation-result-3219453-1304150581/solver-3219453-1304150581 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3219453-1304150581.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: 8.06 8.05 8.00 2/170 3464
/proc/meminfo: memFree=24813424/32950940 swapFree=67111364/67111528
[pid=3464] ppid=3462 vsize=18324 CPUtime=0 cores=0-7
/proc/3464/stat : 3464 (ppfolio) S 3462 3464 3147 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 605288875 18763776 390 33554432000 4194304 4287625 140736339326752 18446744073709551615 215988612623 0 0 4096 65536 4578965106435555327 0 0 17 6 0 0 0
/proc/3464/statm: 4581 390 341 23 0 91 0

[startup+0.046112 s]
/proc/loadavg: 8.06 8.05 8.00 2/170 3464
/proc/meminfo: memFree=24813424/32950940 swapFree=67111364/67111528
[pid=3464] ppid=3462 vsize=18324 CPUtime=0 cores=0-7
/proc/3464/stat : 3464 (ppfolio) S 3462 3464 3147 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 605288875 18763776 390 33554432000 4194304 4287625 140736339326752 18446744073709551615 215988612623 0 0 4096 65536 4578965106435555327 0 0 17 4 0 0 0
/proc/3464/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101101 s]
/proc/loadavg: 8.06 8.05 8.00 2/170 3464
/proc/meminfo: memFree=24813424/32950940 swapFree=67111364/67111528
[pid=3464] ppid=3462 vsize=18324 CPUtime=0 cores=0-7
/proc/3464/stat : 3464 (ppfolio) S 3462 3464 3147 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 605288875 18763776 390 33554432000 4194304 4287625 140736339326752 18446744073709551615 215988612623 0 0 4096 65536 4578965106435555327 0 0 17 4 0 0 0
/proc/3464/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301065 s]
/proc/loadavg: 8.06 8.05 8.00 2/170 3464
/proc/meminfo: memFree=24813424/32950940 swapFree=67111364/67111528
[pid=3464] ppid=3462 vsize=18324 CPUtime=0 cores=0-7
/proc/3464/stat : 3464 (ppfolio) S 3462 3464 3147 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 605288875 18763776 390 33554432000 4194304 4287625 140736339326752 18446744073709551615 215988612623 0 0 4096 65536 4578965106435555327 0 0 17 4 0 0 0
/proc/3464/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700995 s]
/proc/loadavg: 8.06 8.05 8.00 2/170 3464
/proc/meminfo: memFree=24813424/32950940 swapFree=67111364/67111528
[pid=3464] ppid=3462 vsize=18324 CPUtime=0 cores=0-7
/proc/3464/stat : 3464 (ppfolio) S 3462 3464 3147 0 -1 4202496 521 0 0 0 0 0 0 0 19 0 1 0 605288875 18763776 390 33554432000 4194304 4287625 140736339326752 18446744073709551615 215988612623 0 0 4096 65536 4578965106435555327 0 0 17 7 0 0 0
/proc/3464/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50086 s]
/proc/loadavg: 8.05 8.05 8.00 9/180 3481
/proc/meminfo: memFree=24786808/32950940 swapFree=67111364/67111528
[pid=3464] ppid=3462 vsize=18324 CPUtime=0 cores=0-7
/proc/3464/stat : 3464 (ppfolio) S 3462 3464 3147 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 605288875 18763776 390 33554432000 4194304 4287625 140736339326752 18446744073709551615 215988612623 0 0 4096 65536 4578965106435555327 0 0 17 7 0 0 0
/proc/3464/statm: 4581 390 341 23 0 91 0
[pid=3466] ppid=3464 vsize=1192372 CPUtime=1.49 cores=0
/proc/3466/stat : 3466 (cryptominisat) R 3464 3464 3147 0 -1 4202496 5030 0 0 0 148 1 0 0 20 0 1 0 605288875 1220988928 1540 33554432000 4194304 4587354 140735620177856 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3466/statm: 298093 1540 327 96 0 294655 0
[pid=3467] ppid=3464 vsize=18364 CPUtime=1.49 cores=1
/proc/3467/stat : 3467 (clasp) R 3464 3464 3147 0 -1 4202496 2061 0 0 0 149 0 0 0 20 0 1 0 605288875 18804736 1917 33554432000 4194304 4785740 140735407373136 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3467/statm: 4591 1917 341 145 0 1636 0
[pid=3469] ppid=3464 vsize=453976 CPUtime=1.49 cores=2
/proc/3469/stat : 3469 (TNM) R 3464 3464 3147 0 -1 4202496 843 0 0 0 149 0 0 0 20 0 1 0 605288875 464871424 739 33554432000 134512640 134534564 4294482000 18446744073709551615 134524677 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3469/statm: 113494 739 91 6 0 112160 0
[pid=3470] ppid=3464 vsize=11768 CPUtime=1.49 cores=3
/proc/3470/stat : 3470 (march_hi) R 3464 3464 3147 0 -1 4202496 3838 0 0 0 149 0 0 0 20 0 1 0 605288875 12050432 1222 33554432000 4194304 4331988 140734061502640 18446744073709551615 4237416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3470/statm: 2942 1222 174 34 0 1384 0
[pid=3471] ppid=3464 vsize=124640 CPUtime=5.38 cores=4-7
/proc/3471/stat : 3471 (plingeling) S 3464 3464 3147 0 -1 4202496 5021 1250 0 0 538 0 0 0 19 0 5 0 605288875 127631360 3233 33554432000 4194304 4356188 140736637988480 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3471/statm: 31160 3233 161 40 0 29704 0
[pid=3471/tid=3478] ppid=3464 vsize=124640 CPUtime=1.45 cores=4-7
/proc/3471/task/3478/stat : 3478 (plingeling) R 3464 3464 3147 0 -1 4202560 612 1250 0 0 145 0 0 0 23 0 5 0 605288879 127631360 3233 33554432000 4194304 4356188 140736637988480 18446744073709551615 4331076 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3471/tid=3479] ppid=3464 vsize=124640 CPUtime=1.25 cores=4-7
/proc/3471/task/3479/stat : 3479 (plingeling) R 3464 3464 3147 0 -1 4202560 579 1250 0 0 125 0 0 0 23 0 5 0 605288879 127631360 3233 33554432000 4194304 4356188 140736637988480 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3471/tid=3480] ppid=3464 vsize=124640 CPUtime=1.45 cores=4-7
/proc/3471/task/3480/stat : 3480 (plingeling) R 3464 3464 3147 0 -1 4202560 644 1250 0 0 145 0 0 0 23 0 5 0 605288879 127631360 3233 33554432000 4194304 4356188 140736637988480 18446744073709551615 4237457 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3471/tid=3481] ppid=3464 vsize=124640 CPUtime=1.18 cores=4-7
/proc/3471/task/3481/stat : 3481 (plingeling) R 3464 3464 3147 0 -1 4202560 648 1250 0 0 118 0 0 0 25 0 5 0 605288879 127631360 3233 33554432000 4194304 4356188 140736637988480 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.34
Current children cumulated vsize (KiB) 1819444

[startup+3.10058 s]
/proc/loadavg: 8.05 8.05 8.00 9/180 3481
/proc/meminfo: memFree=24780000/32950940 swapFree=67111364/67111528
[pid=3464] ppid=3462 vsize=18324 CPUtime=0 cores=0-7
/proc/3464/stat : 3464 (ppfolio) S 3462 3464 3147 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 605288875 18763776 390 33554432000 4194304 4287625 140736339326752 18446744073709551615 215988612623 0 0 4096 65536 4578965106435555327 0 0 17 7 0 0 0
/proc/3464/statm: 4581 390 341 23 0 91 0
[pid=3466] ppid=3464 vsize=1207588 CPUtime=3.09 cores=0
/proc/3466/stat : 3466 (cryptominisat) R 3464 3464 3147 0 -1 4202496 9682 0 0 0 307 2 0 0 25 0 1 0 605288875 1236570112 5359 33554432000 4194304 4587354 140735620177856 18446744073709551615 4364904 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3466/statm: 301897 5359 337 96 0 298459 0
[pid=3467] ppid=3464 vsize=19808 CPUtime=3.09 cores=1
/proc/3467/stat : 3467 (clasp) R 3464 3464 3147 0 -1 4202496 2431 0 0 0 309 0 0 0 25 0 1 0 605288875 20283392 2287 33554432000 4194304 4785740 140735407373136 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3467/statm: 4952 2287 341 145 0 1997 0
[pid=3469] ppid=3464 vsize=458072 CPUtime=3.09 cores=2
/proc/3469/stat : 3469 (TNM) R 3464 3464 3147 0 -1 4202496 1001 0 0 0 309 0 0 0 25 0 1 0 605288875 469065728 897 33554432000 134512640 134534564 4294482000 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3469/statm: 114518 897 95 6 0 113184 0
[pid=3470] ppid=3464 vsize=11768 CPUtime=3.09 cores=3
/proc/3470/stat : 3470 (march_hi) R 3464 3464 3147 0 -1 4202496 3838 0 0 0 309 0 0 0 25 0 1 0 605288875 12050432 1222 33554432000 4194304 4331988 140734061502640 18446744073709551615 4299299 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3470/statm: 2942 1222 174 34 0 1384 0
[pid=3471] ppid=3464 vsize=127452 CPUtime=11.77 cores=4-7
/proc/3471/stat : 3471 (plingeling) S 3464 3464 3147 0 -1 4202496 6252 1250 0 0 1177 0 0 0 19 0 5 0 605288875 130510848 3952 33554432000 4194304 4356188 140736637988480 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3471/statm: 31863 3952 161 40 0 30407 0
[pid=3471/tid=3478] ppid=3464 vsize=127452 CPUtime=3.05 cores=4-7
/proc/3471/task/3478/stat : 3478 (plingeling) R 3464 3464 3147 0 -1 4202560 1014 1250 0 0 305 0 0 0 25 0 5 0 605288879 130510848 3952 33554432000 4194304 4356188 140736637988480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3471/tid=3479] ppid=3464 vsize=127452 CPUtime=2.85 cores=4-7
/proc/3471/task/3479/stat : 3479 (plingeling) R 3464 3464 3147 0 -1 4202560 797 1250 0 0 285 0 0 0 25 0 5 0 605288879 130510848 3952 33554432000 4194304 4356188 140736637988480 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3471/tid=3480] ppid=3464 vsize=127452 CPUtime=3.05 cores=4-7
/proc/3471/task/3480/stat : 3480 (plingeling) R 3464 3464 3147 0 -1 4202560 839 1250 0 0 305 0 0 0 25 0 5 0 605288879 130510848 3952 33554432000 4194304 4356188 140736637988480 18446744073709551615 4238570 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3471/tid=3481] ppid=3464 vsize=127452 CPUtime=2.78 cores=4-7
/proc/3471/task/3481/stat : 3481 (plingeling) R 3464 3464 3147 0 -1 4202560 1064 1250 0 0 278 0 0 0 25 0 5 0 605288879 130510848 3952 33554432000 4194304 4356188 140736637988480 18446744073709551615 4281498 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.13
Current children cumulated vsize (KiB) 1843012

[startup+6.30102 s]
/proc/loadavg: 8.05 8.05 8.00 9/180 3481
/proc/meminfo: memFree=24760508/32950940 swapFree=67111364/67111528
[pid=3464] ppid=3462 vsize=18324 CPUtime=0 cores=0-7
/proc/3464/stat : 3464 (ppfolio) S 3462 3464 3147 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 605288875 18763776 390 33554432000 4194304 4287625 140736339326752 18446744073709551615 215988612623 0 0 4096 65536 4578965106435555327 0 0 17 7 0 0 0
/proc/3464/statm: 4581 390 341 23 0 91 0
[pid=3466] ppid=3464 vsize=1207180 CPUtime=6.28 cores=0
/proc/3466/stat : 3466 (cryptominisat) R 3464 3464 3147 0 -1 4202496 10677 0 0 0 626 2 0 0 25 0 1 0 605288875 1236152320 5419 33554432000 4194304 4587354 140735620177856 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3466/statm: 301795 5419 337 96 0 298357 0
[pid=3467] ppid=3464 vsize=21872 CPUtime=6.29 cores=1
/proc/3467/stat : 3467 (clasp) R 3464 3464 3147 0 -1 4202496 2906 0 0 0 629 0 0 0 25 0 1 0 605288875 22396928 2762 33554432000 4194304 4785740 140735407373136 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3467/statm: 5468 2762 341 145 0 2513 0
[pid=3469] ppid=3464 vsize=458072 CPUtime=6.29 cores=2
/proc/3469/stat : 3469 (TNM) R 3464 3464 3147 0 -1 4202496 1001 0 0 0 629 0 0 0 25 0 1 0 605288875 469065728 897 33554432000 134512640 134534564 4294482000 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3469/statm: 114518 897 95 6 0 113184 0
[pid=3470] ppid=3464 vsize=11768 CPUtime=6.29 cores=3
/proc/3470/stat : 3470 (march_hi) R 3464 3464 3147 0 -1 4202496 3838 0 0 0 629 0 0 0 25 0 1 0 605288875 12050432 1222 33554432000 4194304 4331988 140734061502640 18446744073709551615 4315816 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3470/statm: 2942 1222 174 34 0 1384 0
[pid=3471] ppid=3464 vsize=128124 CPUtime=24.57 cores=4-7
/proc/3471/stat : 3471 (plingeling) S 3464 3464 3147 0 -1 4202496 6805 1250 0 0 2456 1 0 0 19 0 5 0 605288875 131198976 4120 33554432000 4194304 4356188 140736637988480 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3471/statm: 32031 4120 161 40 0 30575 0
[pid=3471/tid=3478] ppid=3464 vsize=128124 CPUtime=6.25 cores=4-7
/proc/3471/task/3478/stat : 3478 (plingeling) R 3464 3464 3147 0 -1 4202560 1177 1250 0 0 625 0 0 0 25 0 5 0 605288879 131198976 4120 33554432000 4194304 4356188 140736637988480 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3471/tid=3479] ppid=3464 vsize=128124 CPUtime=6.05 cores=4-7
/proc/3471/task/3479/stat : 3479 (plingeling) R 3464 3464 3147 0 -1 4202560 894 1250 0 0 605 0 0 0 25 0 5 0 605288879 131198976 4120 33554432000 4194304 4356188 140736637988480 18446744073709551615 4279461 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3471/tid=3480] ppid=3464 vsize=128124 CPUtime=6.25 cores=4-7
/proc/3471/task/3480/stat : 3480 (plingeling) R 3464 3464 3147 0 -1 4202560 937 1250 0 0 625 0 0 0 25 0 5 0 605288879 131198976 4120 33554432000 4194304 4356188 140736637988480 18446744073709551615 4270759 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3471/tid=3481] ppid=3464 vsize=128124 CPUtime=5.96 cores=4-7
/proc/3471/task/3481/stat : 3481 (plingeling) R 3464 3464 3147 0 -1 4202560 1259 1250 0 0 596 0 0 0 25 0 5 0 605288879 131198976 4120 33554432000 4194304 4356188 140736637988480 18446744073709551615 4210610 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.72
Current children cumulated vsize (KiB) 1845340

[startup+12.7009 s]
/proc/loadavg: 8.05 8.04 8.00 9/180 3481
/proc/meminfo: memFree=24753480/32950940 swapFree=67111364/67111528
[pid=3464] ppid=3462 vsize=18324 CPUtime=0 cores=0-7
/proc/3464/stat : 3464 (ppfolio) S 3462 3464 3147 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 605288875 18763776 390 33554432000 4194304 4287625 140736339326752 18446744073709551615 215988612623 0 0 4096 65536 4578965106435555327 0 0 17 0 0 0 0
/proc/3464/statm: 4581 390 341 23 0 91 0
[pid=3466] ppid=3464 vsize=1216924 CPUtime=12.69 cores=0
/proc/3466/stat : 3466 (cryptominisat) R 3464 3464 3147 0 -1 4202496 15102 0 0 0 1266 3 0 0 25 0 1 0 605288875 1246130176 7597 33554432000 4194304 4587354 140735620177856 18446744073709551615 4357555 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3466/statm: 304231 7597 337 96 0 300793 0
[pid=3467] ppid=3464 vsize=24496 CPUtime=12.68 cores=1
/proc/3467/stat : 3467 (clasp) R 3464 3464 3147 0 -1 4202496 3530 0 0 0 1268 0 0 0 25 0 1 0 605288875 25083904 3386 33554432000 4194304 4785740 140735407373136 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3467/statm: 6124 3386 341 145 0 3169 0
[pid=3469] ppid=3464 vsize=458072 CPUtime=12.69 cores=2
/proc/3469/stat : 3469 (TNM) R 3464 3464 3147 0 -1 4202496 1001 0 0 0 1269 0 0 0 25 0 1 0 605288875 469065728 897 33554432000 134512640 134534564 4294482000 18446744073709551615 134528972 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3469/statm: 114518 897 95 6 0 113184 0
[pid=3470] ppid=3464 vsize=13304 CPUtime=12.69 cores=3
/proc/3470/stat : 3470 (march_hi) R 3464 3464 3147 0 -1 4202496 4145 0 0 0 1269 0 0 0 25 0 1 0 605288875 13623296 1529 33554432000 4194304 4331988 140734061502640 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3470/statm: 3326 1529 175 34 0 1768 0
[pid=3471] ppid=3464 vsize=129036 CPUtime=50.13 cores=4-7
/proc/3471/stat : 3471 (plingeling) S 3464 3464 3147 0 -1 4202496 7769 1250 0 0 5012 1 0 0 19 0 5 0 605288875 132132864 4348 33554432000 4194304 4356188 140736637988480 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3471/statm: 32259 4348 161 40 0 30803 0
[pid=3471/tid=3478] ppid=3464 vsize=129036 CPUtime=12.65 cores=4-7
/proc/3471/task/3478/stat : 3478 (plingeling) R 3464 3464 3147 0 -1 4202560 1402 1250 0 0 1265 0 0 0 25 0 5 0 605288879 132132864 4348 33554432000 4194304 4356188 140736637988480 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3471/tid=3479] ppid=3464 vsize=129036 CPUtime=12.45 cores=4-7
/proc/3471/task/3479/stat : 3479 (plingeling) R 3464 3464 3147 0 -1 4202560 1184 1250 0 0 1245 0 0 0 25 0 5 0 605288879 132132864 4348 33554432000 4194304 4356188 140736637988480 18446744073709551615 4331170 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3471/tid=3480] ppid=3464 vsize=129036 CPUtime=12.65 cores=4-7
/proc/3471/task/3480/stat : 3480 (plingeling) R 3464 3464 3147 0 -1 4202560 1161 1250 0 0 1265 0 0 0 25 0 5 0 605288879 132132864 4348 33554432000 4194304 4356188 140736637988480 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3471/tid=3481] ppid=3464 vsize=129036 CPUtime=12.32 cores=4-7
/proc/3471/task/3481/stat : 3481 (plingeling) R 3464 3464 3147 0 -1 4202560 1484 1250 0 0 1232 0 0 0 25 0 5 0 605288879 132132864 4348 33554432000 4194304 4356188 140736637988480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.88
Current children cumulated vsize (KiB) 1860156

[startup+25.5007 s]
/proc/loadavg: 8.04 8.04 8.00 9/180 3482
/proc/meminfo: memFree=24719744/32950940 swapFree=67111364/67111528
[pid=3464] ppid=3462 vsize=18324 CPUtime=0 cores=0-7
/proc/3464/stat : 3464 (ppfolio) S 3462 3464 3147 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 605288875 18763776 390 33554432000 4194304 4287625 140736339326752 18446744073709551615 215988612623 0 0 4096 65536 4578965106435555327 0 0 17 0 0 0 0
/proc/3464/statm: 4581 390 341 23 0 91 0
[pid=3466] ppid=3464 vsize=65216 CPUtime=25.49 cores=0
/proc/3466/stat : 3466 (cryptominisat) R 3464 3464 3147 0 -1 4202496 22918 0 0 0 2545 4 0 0 25 0 1 0 605288875 66781184 12552 33554432000 4194304 4587354 140735620177856 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=3469] ppid=3464 vsize=458072 CPUtime=4782.22 cores=2
/proc/3469/stat : 3469 (TNM) R 3464 3464 3147 0 -1 4202496 1001 0 0 0 478221 1 0 0 25 0 1 0 605288875 469065728 897 33554432000 134512640 134534564 4294482000 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3469/statm: 114518 897 95 6 0 113184 0
[pid=3470] ppid=3464 vsize=690992 CPUtime=4782.4 cores=3
/proc/3470/stat : 3470 (march_hi) R 3464 3464 3147 0 -1 4202496 141255 0 0 0 478134 106 0 0 25 0 1 0 605288875 707575808 138639 33554432000 4194304 4331988 140734061502640 18446744073709551615 4299282 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3470/statm: 172748 138639 175 34 0 171190 0
[pid=3471] ppid=3464 vsize=212880 CPUtime=19101.7 cores=4-7
/proc/3471/stat : 3471 (plingeling) S 3464 3464 3147 0 -1 4202496 480428 1250 0 0 1910088 79 0 0 19 0 5 0 605288875 217989120 25294 33554432000 4194304 4356188 140736637988480 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3471/statm: 53220 25294 161 40 0 51764 0
[pid=3471/tid=3478] ppid=3464 vsize=212880 CPUtime=4782.36 cores=4-7
/proc/3471/task/3478/stat : 3478 (plingeling) R 3464 3464 3147 0 -1 4202560 132510 1250 0 0 478214 22 0 0 25 0 5 0 605288879 217989120 25294 33554432000 4194304 4356188 140736637988480 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3471/tid=3479] ppid=3464 vsize=212880 CPUtime=4782.16 cores=4-7
/proc/3471/task/3479/stat : 3479 (plingeling) R 3464 3464 3147 0 -1 4202560 109509 1250 0 0 478198 18 0 0 25 0 5 0 605288879 217989120 25294 33554432000 4194304 4356188 140736637988480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3471/tid=3480] ppid=3464 vsize=212880 CPUtime=4781.88 cores=4-7
/proc/3471/task/3480/stat : 3480 (plingeling) R 3464 3464 3147 0 -1 4202560 108046 1250 0 0 478171 17 0 0 25 0 5 0 605288879 217989120 25294 33554432000 4194304 4356188 140736637988480 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3471/tid=3481] ppid=3464 vsize=212880 CPUtime=4755.21 cores=4-7
/proc/3471/task/3481/stat : 3481 (plingeling) R 3464 3464 3147 0 -1 4202560 127825 1250 0 0 475501 20 0 0 25 0 5 0 605288879 217989120 25294 33554432000 4194304 4356188 140736637988480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38231.1
Current children cumulated vsize (KiB) 2766516

[startup+4842.3 s]
/proc/loadavg: 8.00 8.00 8.00 9/180 3634
/proc/meminfo: memFree=23943696/32950940 swapFree=67111364/67111528
[pid=3464] ppid=3462 vsize=18324 CPUtime=0 cores=0-7
/proc/3464/stat : 3464 (ppfolio) S 3462 3464 3147 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 605288875 18763776 390 33554432000 4194304 4287625 140736339326752 18446744073709551615 215988612623 0 0 4096 65536 4578965106435555327 0 0 17 0 0 0 0
/proc/3464/statm: 4581 390 341 23 0 91 0
[pid=3466] ppid=3464 vsize=175808 CPUtime=4842.4 cores=0
/proc/3466/stat : 3466 (cryptominisat) R 3464 3464 3147 0 -1 4202496 777239 0 0 0 483889 351 0 0 25 0 1 0 605288875 180027392 21309 33554432000 4194304 4587354 140735620177856 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3466/statm: 43952 21309 337 96 0 40514 0
[pid=3467] ppid=3464 vsize=129588 CPUtime=4842.38 cores=1
/proc/3467/stat : 3467 (clasp) R 3464 3464 3147 0 -1 4202496 28007 0 0 0 484231 7 0 0 25 0 1 0 605288875 132698112 26566 33554432000 4194304 4785740 140735407373136 18446744073709551615 4287186 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3467/statm: 32397 26566 341 145 0 29442 0
[pid=3469] ppid=3464 vsize=458072 CPUtime=4842.22 cores=2
/proc/3469/stat : 3469 (TNM) R 3464 3464 3147 0 -1 4202496 1001 0 0 0 484221 1 0 0 25 0 1 0 605288875 469065728 897 33554432000 134512640 134534564 4294482000 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3469/statm: 114518 897 95 6 0 113184 0
[pid=3470] ppid=3464 vsize=690992 CPUtime=4842.4 cores=3
/proc/3470/stat : 3470 (march_hi) R 3464 3464 3147 0 -1 4202496 143009 0 0 0 484132 108 0 0 25 0 1 0 605288875 707575808 140393 33554432000 4194304 4331988 140734061502640 18446744073709551615 215987988177 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3470/statm: 172748 140393 175 34 0 171190 0
[pid=3471] ppid=3464 vsize=229008 CPUtime=19341.3 cores=4-7
/proc/3471/stat : 3471 (plingeling) S 3464 3464 3147 0 -1 4202496 486508 1250 0 0 1934054 80 0 0 19 0 5 0 605288875 234504192 29326 33554432000 4194304 4356188 140736637988480 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3471/statm: 57252 29326 161 40 0 55796 0
[pid=3471/tid=3478] ppid=3464 vsize=229008 CPUtime=4842.37 cores=4-7
/proc/3471/task/3478/stat : 3478 (plingeling) R 3464 3464 3147 0 -1 4202560 133918 1250 0 0 484214 23 0 0 25 0 5 0 605288879 234504192 29326 33554432000 4194304 4356188 140736637988480 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3471/tid=3479] ppid=3464 vsize=229008 CPUtime=4842.16 cores=4-7
/proc/3471/task/3479/stat : 3479 (plingeling) R 3464 3464 3147 0 -1 4202560 111781 1250 0 0 484198 18 0 0 25 0 5 0 605288879 234504192 29326 33554432000 4194304 4356188 140736637988480 18446744073709551615 4332007 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3471/tid=3480] ppid=3464 vsize=229008 CPUtime=4841.87 cores=4-7
/proc/3471/task/3480/stat : 3480 (plingeling) R 3464 3464 3147 0 -1 4202560 110318 1250 0 0 484170 17 0 0 25 0 5 0 605288879 234504192 29326 33554432000 4194304 4356188 140736637988480 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3471/tid=3481] ppid=3464 vsize=229008 CPUtime=4814.88 cores=4-7
/proc/3471/task/3481/stat : 3481 (plingeling) R 3464 3464 3147 0 -1 4202560 127953 1250 0 0 481468 20 0 0 25 0 5 0 605288879 234504192 29326 33554432000 4194304 4356188 140736637988480 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38710.7
Current children cumulated vsize (KiB) 1701792

[startup+4902.3 s]
/proc/loadavg: 8.00 8.00 8.00 9/180 3636
/proc/meminfo: memFree=23919844/32950940 swapFree=67111364/67111528
[pid=3464] ppid=3462 vsize=18324 CPUtime=0 cores=0-7
/proc/3464/stat : 3464 (ppfolio) S 3462 3464 3147 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 605288875 18763776 390 33554432000 4194304 4287625 140736339326752 18446744073709551615 215988612623 0 0 4096 65536 4578965106435555327 0 0 17 0 0 0 0
/proc/3464/statm: 4581 390 341 23 0 91 0
[pid=3466] ppid=3464 vsize=175808 CPUtime=4902.4 cores=0
/proc/3466/stat : 3466 (cryptominisat) R 3464 3464 3147 0 -1 4202496 782007 0 0 0 489886 354 0 0 25 0 1 0 605288875 180027392 26003 33554432000 4194304 4587354 140735620177856 18446744073709551615 4228756 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3466/statm: 43952 26003 337 96 0 40514 0
[pid=3467] ppid=3464 vsize=130232 CPUtime=4902.38 cores=1
/proc/3467/stat : 3467 (clasp) R 3464 3464 3147 0 -1 4202496 28236 0 0 0 490231 7 0 0 25 0 1 0 605288875 133357568 26688 33554432000 4194304 4785740 140735407373136 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3467/statm: 32558 26688 341 145 0 29603 0
[pid=3469] ppid=3464 vsize=458072 CPUtime=4902.22 cores=2
/proc/3469/stat : 3469 (TNM) R 3464 3464 3147 0 -1 4202496 1001 0 0 0 490221 1 0 0 25 0 1 0 605288875 469065728 897 33554432000 134512640 134534564 4294482000 18446744073709551615 134529400 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3469/statm: 114518 897 95 6 0 113184 0
[pid=3470] ppid=3464 vsize=698920 CPUtime=4902.4 cores=3
/proc/3470/stat : 3470 (march_hi) R 3464 3464 3147 0 -1 4202496 144764 0 0 0 490130 110 0 0 25 0 1 0 605288875 715694080 142148 33554432000 4194304 4331988 140734061502640 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3470/statm: 174730 142148 175 34 0 173172 0
[pid=3471] ppid=3464 vsize=225040 CPUtime=19581 cores=4-7
/proc/3471/stat : 3471 (plingeling) S 3464 3464 3147 0 -1 4202496 492876 1250 0 0 1958021 80 0 0 19 0 5 0 605288875 230440960 28334 33554432000 4194304 4356188 140736637988480 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3471/statm: 56260 28334 161 40 0 54804 0
[pid=3471/tid=3478] ppid=3464 vsize=225040 CPUtime=4902.37 cores=4-7
/proc/3471/task/3478/stat : 3478 (plingeling) R 3464 3464 3147 0 -1 4202560 133918 1250 0 0 490214 23 0 0 25 0 5 0 605288879 230440960 28334 33554432000 4194304 4356188 140736637988480 18446744073709551615 4331212 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3471/tid=3479] ppid=3464 vsize=225040 CPUtime=4902.16 cores=4-7
/proc/3471/task/3479/stat : 3479 (plingeling) R 3464 3464 3147 0 -1 4202560 113189 1250 0 0 490198 18 0 0 25 0 5 0 605288879 230440960 28334 33554432000 4194304 4356188 140736637988480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3471/tid=3480] ppid=3464 vsize=225040 CPUtime=4901.87 cores=4-7
/proc/3471/task/3480/stat : 3480 (plingeling) R 3464 3464 3147 0 -1 4202560 111726 1250 0 0 490170 17 0 0 25 0 5 0 605288879 230440960 28334 33554432000 4194304 4356188 140736637988480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3471/tid=3481] ppid=3464 vsize=225040 CPUtime=4874.55 cores=4-7
/proc/3471/task/3481/stat : 3481 (plingeling) R 3464 3464 3147 0 -1 4202560 131505 1250 0 0 487435 20 0 0 25 0 5 0 605288879 230440960 28334 33554432000 4194304 4356188 140736637988480 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.4
Current children cumulated vsize (KiB) 1706396

[startup+4962.3 s]
/proc/loadavg: 8.08 8.02 8.01 9/180 3637
/proc/meminfo: memFree=23942620/32950940 swapFree=67111364/67111528
[pid=3464] ppid=3462 vsize=18324 CPUtime=0 cores=0-7
/proc/3464/stat : 3464 (ppfolio) S 3462 3464 3147 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 605288875 18763776 390 33554432000 4194304 4287625 140736339326752 18446744073709551615 215988612623 0 0 4096 65536 4578965106435555327 0 0 17 0 0 0 0
/proc/3464/statm: 4581 390 341 23 0 91 0
[pid=3466] ppid=3464 vsize=176148 CPUtime=4962.4 cores=0
/proc/3466/stat : 3466 (cryptominisat) R 3464 3464 3147 0 -1 4202496 790223 0 0 0 495882 358 0 0 25 0 1 0 605288875 180375552 23538 33554432000 4194304 4587354 140735620177856 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3466/statm: 44037 23538 337 96 0 40599 0
[pid=3467] ppid=3464 vsize=130660 CPUtime=4962.38 cores=1
/proc/3467/stat : 3467 (clasp) R 3464 3464 3147 0 -1 4202496 28352 0 0 0 496231 7 0 0 25 0 1 0 605288875 133795840 26804 33554432000 4194304 4785740 140735407373136 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3467/statm: 32665 26804 341 145 0 29710 0
[pid=3469] ppid=3464 vsize=458072 CPUtime=4962.22 cores=2
/proc/3469/stat : 3469 (TNM) R 3464 3464 3147 0 -1 4202496 1001 0 0 0 496221 1 0 0 25 0 1 0 605288875 469065728 897 33554432000 134512640 134534564 4294482000 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3469/statm: 114518 897 95 6 0 113184 0
[pid=3470] ppid=3464 vsize=698920 CPUtime=4962.4 cores=3
/proc/3470/stat : 3470 (march_hi) R 3464 3464 3147 0 -1 4202496 146430 0 0 0 496128 112 0 0 25 0 1 0 605288875 715694080 143814 33554432000 4194304 4331988 140734061502640 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3470/statm: 174730 143814 175 34 0 173172 0
[pid=3471] ppid=3464 vsize=204688 CPUtime=19820.7 cores=4-7
/proc/3471/stat : 3471 (plingeling) S 3464 3464 3147 0 -1 4202496 493100 1250 0 0 1981988 80 0 0 19 0 5 0 605288875 209600512 23246 33554432000 4194304 4356188 140736637988480 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3471/statm: 51172 23246 161 40 0 49716 0
[pid=3471/tid=3478] ppid=3464 vsize=204688 CPUtime=4962.37 cores=4-7
/proc/3471/task/3478/stat : 3478 (plingeling) R 3464 3464 3147 0 -1 4202560 134142 1250 0 0 496214 23 0 0 25 0 5 0 605288879 209600512 23246 33554432000 4194304 4356188 140736637988480 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3471/tid=3479] ppid=3464 vsize=204688 CPUtime=4962.16 cores=4-7
/proc/3471/task/3479/stat : 3479 (plingeling) R 3464 3464 3147 0 -1 4202560 113189 1250 0 0 496198 18 0 0 25 0 5 0 605288879 209600512 23246 33554432000 4194304 4356188 140736637988480 18446744073709551615 4330990 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3471/tid=3480] ppid=3464 vsize=204688 CPUtime=4961.86 cores=4-7
/proc/3471/task/3480/stat : 3480 (plingeling) R 3464 3464 3147 0 -1 4202560 111726 1250 0 0 496169 17 0 0 25 0 5 0 605288879 209600512 23246 33554432000 4194304 4356188 140736637988480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3471/tid=3481] ppid=3464 vsize=204688 CPUtime=4934.22 cores=4-7
/proc/3471/task/3481/stat : 3481 (plingeling) R 3464 3464 3147 0 -1 4202560 131505 1250 0 0 493402 20 0 0 25 0 5 0 605288879 209600512 23246 33554432000 4194304 4356188 140736637988480 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670.1
Current children cumulated vsize (KiB) 1686812



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.04 8.01 8.00 9/180 3638
/proc/meminfo: memFree=23952244/32950940 swapFree=67111364/67111528
[pid=3464] ppid=3462 vsize=18324 CPUtime=0 cores=0-7
/proc/3464/stat : 3464 (ppfolio) S 3462 3464 3147 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 605288875 18763776 390 33554432000 4194304 4287625 140736339326752 18446744073709551615 215988612623 0 0 4096 65536 4578965106435555327 0 0 17 0 0 0 0
/proc/3464/statm: 4581 390 341 23 0 91 0
[pid=3466] ppid=3464 vsize=95696 CPUtime=5000.11 cores=0
/proc/3466/stat : 3466 (cryptominisat) R 3464 3464 3147 0 -1 4202496 795186 0 0 0 499651 360 0 0 25 0 1 0 605288875 97992704 17781 33554432000 4194304 4587354 140735620177856 18446744073709551615 4244598 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3466/statm: 23924 17781 337 96 0 20486 0
[pid=3467] ppid=3464 vsize=130660 CPUtime=5000.08 cores=1
/proc/3467/stat : 3467 (clasp) R 3464 3464 3147 0 -1 4202496 28372 0 0 0 500001 7 0 0 25 0 1 0 605288875 133795840 26824 33554432000 4194304 4785740 140735407373136 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3467/statm: 32665 26824 341 145 0 29710 0
[pid=3469] ppid=3464 vsize=458072 CPUtime=4999.93 cores=2
/proc/3469/stat : 3469 (TNM) R 3464 3464 3147 0 -1 4202496 1001 0 0 0 499992 1 0 0 25 0 1 0 605288875 469065728 897 33554432000 134512640 134534564 4294482000 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3469/statm: 114518 897 95 6 0 113184 0
[pid=3470] ppid=3464 vsize=698920 CPUtime=5000.1 cores=3
/proc/3470/stat : 3470 (march_hi) R 3464 3464 3147 0 -1 4202496 147520 0 0 0 499898 112 0 0 25 0 1 0 605288875 715694080 144904 33554432000 4194304 4331988 140734061502640 18446744073709551615 4208312 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3470/statm: 174730 144904 175 34 0 173172 0
[pid=3471] ppid=3464 vsize=214672 CPUtime=19971.3 cores=4-7
/proc/3471/stat : 3471 (plingeling) S 3464 3464 3147 0 -1 4202496 497644 1250 0 0 1997048 81 0 0 19 0 5 0 605288875 219824128 25742 33554432000 4194304 4356188 140736637988480 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3471/statm: 53668 25742 161 40 0 52212 0
[pid=3471/tid=3478] ppid=3464 vsize=214672 CPUtime=5000.07 cores=4-7
/proc/3471/task/3478/stat : 3478 (plingeling) R 3464 3464 3147 0 -1 4202560 136190 1250 0 0 499984 23 0 0 25 0 5 0 605288879 219824128 25742 33554432000 4194304 4356188 140736637988480 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=3471/tid=3479] ppid=3464 vsize=214672 CPUtime=4999.86 cores=4-7
/proc/3471/task/3479/stat : 3479 (plingeling) R 3464 3464 3147 0 -1 4202560 113413 1250 0 0 499968 18 0 0 25 0 5 0 605288879 219824128 25742 33554432000 4194304 4356188 140736637988480 18446744073709551615 4331319 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3471/tid=3480] ppid=3464 vsize=214672 CPUtime=4999.57 cores=4-7
/proc/3471/task/3480/stat : 3480 (plingeling) R 3464 3464 3147 0 -1 4202560 113998 1250 0 0 499939 18 0 0 25 0 5 0 605288879 219824128 25742 33554432000 4194304 4356188 140736637988480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3471/tid=3481] ppid=3464 vsize=214672 CPUtime=4971.72 cores=4-7
/proc/3471/task/3481/stat : 3481 (plingeling) R 3464 3464 3147 0 -1 4202560 131505 1250 0 0 497152 20 0 0 25 0 5 0 605288879 219824128 25742 33554432000 4194304 4356188 140736637988480 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39971.5
Current children cumulated vsize (KiB) 1616344

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3464 and gives
#  childrusage.ru_utime.tv_sec=14996
#  childrusage.ru_utime.tv_usec=454192
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=704436
# CPU time returned by wait4() is 15000.2
# while last known CPU time is 39971.5
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39971.5
CPU user time (s): 39965.9
CPU system time (s): 5.61
CPU usage (%): 799.427
Max. virtual memory (cumulated for all children) (KiB): 10684244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14996.5
system time used= 3.70444
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 825096
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= 766
involuntary context switches= 85538

runsolver used 8.22075 second user time and 19.0581 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-30 10:03:01
IDJOB=3219453
IDBENCH=82592
IDSOLVER=1638
FILE ID=node117/3219453-1304150581
RUNJOBID= node117-1304144354-3161
PBS_JOBID= 13170854
Free space on /tmp= 72632 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S949556727-080-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219453-1304150581/watcher-3219453-1304150581 -o /tmp/evaluation-result-3219453-1304150581/solver-3219453-1304150581 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3219453-1304150581.cnf

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

MD5SUM BENCH= 274f6c2fc3e630d8716a09f7c87233f2
RANDOM SEED=242088538

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      24813712 kB
Buffers:       1890256 kB
Cached:        5618260 kB
SwapCached:        160 kB
Active:         890948 kB
Inactive:      6681492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      24813712 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10456 kB
Writeback:           0 kB
AnonPages:       63616 kB
Mapped:          14488 kB
Slab:           499904 kB
PageTables:       4220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   186300 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= 72620 MiB
End job on node117 at 2011-04-30 11:26:23