Trace number 3220845

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/medium/
unif-k7-r89-v90-c8010-S1475406203-080.UNKNOWN.cnf
MD5SUM6cadcf1602218f53da431eaffbc93148
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 variables90
Number of clauses8010
Sum of the clauses size56070
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 58010

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-3220845-1304160256/watcher-3220845-1304160256 -o /tmp/evaluation-result-3220845-1304160256/solver-3220845-1304160256 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3220845-1304160256.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.13 8.07 8.01 2/170 27472
/proc/meminfo: memFree=30110516/32951124 swapFree=67111364/67111528
[pid=27472] ppid=27470 vsize=18324 CPUtime=0 cores=0-7
/proc/27472/stat : 27472 (ppfolio) S 27470 27472 26830 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 527625976 18763776 389 33554432000 4194304 4287625 140734303870928 18446744073709551615 253640879631 0 0 4096 65536 4164492928351207423 0 0 17 4 0 0 0
/proc/27472/statm: 4581 389 341 23 0 91 0

[startup+0.0625151 s]
/proc/loadavg: 8.13 8.07 8.01 2/170 27472
/proc/meminfo: memFree=30110516/32951124 swapFree=67111364/67111528
[pid=27472] ppid=27470 vsize=18324 CPUtime=0 cores=0-7
/proc/27472/stat : 27472 (ppfolio) S 27470 27472 26830 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 527625976 18763776 389 33554432000 4194304 4287625 140734303870928 18446744073709551615 253640879631 0 0 4096 65536 4164492928351207423 0 0 17 4 0 0 0
/proc/27472/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100473 s]
/proc/loadavg: 8.13 8.07 8.01 2/170 27472
/proc/meminfo: memFree=30110516/32951124 swapFree=67111364/67111528
[pid=27472] ppid=27470 vsize=18324 CPUtime=0 cores=0-7
/proc/27472/stat : 27472 (ppfolio) S 27470 27472 26830 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 527625976 18763776 389 33554432000 4194304 4287625 140734303870928 18446744073709551615 253640879631 0 0 4096 65536 4164492928351207423 0 0 17 4 0 0 0
/proc/27472/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300437 s]
/proc/loadavg: 8.13 8.07 8.01 2/170 27472
/proc/meminfo: memFree=30110516/32951124 swapFree=67111364/67111528
[pid=27472] ppid=27470 vsize=18324 CPUtime=0 cores=0-7
/proc/27472/stat : 27472 (ppfolio) S 27470 27472 26830 0 -1 4202496 521 0 0 0 0 0 0 0 23 0 1 0 527625976 18763776 389 33554432000 4194304 4287625 140734303870928 18446744073709551615 253640879631 0 0 4096 65536 4164492928351207423 0 0 17 4 0 0 0
/proc/27472/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700365 s]
/proc/loadavg: 8.13 8.07 8.01 2/170 27472
/proc/meminfo: memFree=30110516/32951124 swapFree=67111364/67111528
[pid=27472] ppid=27470 vsize=18324 CPUtime=0 cores=0-7
/proc/27472/stat : 27472 (ppfolio) R 27470 27472 26830 0 -1 4202496 521 0 0 0 0 0 0 0 21 0 1 0 527625976 18763776 389 33554432000 4194304 4287625 140734303870928 18446744073709551615 253640879631 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/27472/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50122 s]
/proc/loadavg: 8.13 8.07 8.01 10/180 27487
/proc/meminfo: memFree=30090968/32951124 swapFree=67111364/67111528
[pid=27472] ppid=27470 vsize=18324 CPUtime=0 cores=0-7
/proc/27472/stat : 27472 (ppfolio) S 27470 27472 26830 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527625976 18763776 389 33554432000 4194304 4287625 140734303870928 18446744073709551615 253640879631 0 0 4096 65536 4164492928351207423 0 0 17 4 0 0 0
/proc/27472/statm: 4581 389 341 23 0 91 0
[pid=27473] ppid=27472 vsize=1386836 CPUtime=1.49 cores=0
/proc/27473/stat : 27473 (cryptominisat) R 27472 27472 26830 0 -1 4202496 3209 0 0 0 149 0 0 0 20 0 1 0 527625977 1420120064 1232 33554432000 4194304 4587354 140733920450640 18446744073709551615 253640556177 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27473/statm: 346709 1232 330 96 0 343271 0
[pid=27474] ppid=27472 vsize=15440 CPUtime=1.49 cores=1
/proc/27474/stat : 27474 (clasp) R 27472 27472 26830 0 -1 4202496 1292 0 0 0 149 0 0 0 20 0 1 0 527625977 15810560 1184 33554432000 4194304 4785740 140736933360624 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27474/statm: 3860 1184 340 145 0 905 0
[pid=27475] ppid=27472 vsize=456768 CPUtime=1.49 cores=2
/proc/27475/stat : 27475 (TNM) R 27472 27472 26830 0 -1 4202496 595 0 0 0 149 0 0 0 20 0 1 0 527625977 467730432 492 33554432000 134512640 134534564 4288131216 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27475/statm: 114192 492 95 6 0 112858 0
[pid=27476] ppid=27472 vsize=8700 CPUtime=1.48 cores=3
/proc/27476/stat : 27476 (march_hi) R 27472 27472 26830 0 -1 4202496 2003 0 0 0 148 0 0 0 20 0 1 0 527625977 8908800 614 33554432000 4194304 4331988 140735030937136 18446744073709551615 4226237 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27476/statm: 2175 614 174 34 0 617 0
[pid=27477] ppid=27472 vsize=62108 CPUtime=5.87 cores=4-7
/proc/27477/stat : 27477 (plingeling) S 27472 27472 26830 0 -1 4202496 4590 1249 0 0 586 1 0 0 18 0 5 0 527625977 63598592 3983 33554432000 4194304 4356188 140737244309808 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27477/statm: 15527 3983 162 40 0 14071 0
[pid=27477/tid=27484] ppid=27472 vsize=62108 CPUtime=1.47 cores=4-7
/proc/27477/task/27484/stat : 27484 (plingeling) R 27472 27472 26830 0 -1 4202560 869 1249 0 0 147 0 0 0 25 0 5 0 527625978 63598592 3983 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331141 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27477/tid=27485] ppid=27472 vsize=62108 CPUtime=1.44 cores=4-7
/proc/27477/task/27485/stat : 27485 (plingeling) R 27472 27472 26830 0 -1 4202560 852 1249 0 0 144 0 0 0 25 0 5 0 527625978 63598592 3983 33554432000 4194304 4356188 140737244309808 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27477/tid=27486] ppid=27472 vsize=62108 CPUtime=1.45 cores=4-7
/proc/27477/task/27486/stat : 27486 (plingeling) R 27472 27472 26830 0 -1 4202560 906 1249 0 0 145 0 0 0 23 0 5 0 527625978 63598592 3983 33554432000 4194304 4356188 140737244309808 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27477/tid=27487] ppid=27472 vsize=62108 CPUtime=1.47 cores=4-7
/proc/27477/task/27487/stat : 27487 (plingeling) R 27472 27472 26830 0 -1 4202560 778 1249 0 0 147 0 0 0 23 0 5 0 527625978 63598592 3983 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.82
Current children cumulated vsize (KiB) 1948176

[startup+3.10093 s]
/proc/loadavg: 8.13 8.07 8.01 9/180 27487
/proc/meminfo: memFree=30075716/32951124 swapFree=67111364/67111528
[pid=27472] ppid=27470 vsize=18324 CPUtime=0 cores=0-7
/proc/27472/stat : 27472 (ppfolio) S 27470 27472 26830 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527625976 18763776 389 33554432000 4194304 4287625 140734303870928 18446744073709551615 253640879631 0 0 4096 65536 4164492928351207423 0 0 17 4 0 0 0
/proc/27472/statm: 4581 389 341 23 0 91 0
[pid=27473] ppid=27472 vsize=974928 CPUtime=3.08 cores=0
/proc/27473/stat : 27473 (cryptominisat) R 27472 27472 26830 0 -1 4202496 5827 0 0 0 308 0 0 0 25 0 1 0 527625977 998326272 3314 33554432000 4194304 4587354 140733920450640 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27473/statm: 243732 3314 336 96 0 240294 0
[pid=27474] ppid=27472 vsize=16180 CPUtime=3.09 cores=1
/proc/27474/stat : 27474 (clasp) R 27472 27472 26830 0 -1 4202496 1480 0 0 0 309 0 0 0 25 0 1 0 527625977 16568320 1372 33554432000 4194304 4785740 140736933360624 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27474/statm: 4045 1372 340 145 0 1090 0
[pid=27475] ppid=27472 vsize=456768 CPUtime=3.09 cores=2
/proc/27475/stat : 27475 (TNM) R 27472 27472 26830 0 -1 4202496 595 0 0 0 309 0 0 0 25 0 1 0 527625977 467730432 492 33554432000 134512640 134534564 4288131216 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27475/statm: 114192 492 95 6 0 112858 0
[pid=27476] ppid=27472 vsize=9156 CPUtime=3.08 cores=3
/proc/27476/stat : 27476 (march_hi) R 27472 27472 26830 0 -1 4202496 2104 0 0 0 308 0 0 0 25 0 1 0 527625977 9375744 715 33554432000 4194304 4331988 140735030937136 18446744073709551615 4298550 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27476/statm: 2289 715 175 34 0 731 0
[pid=27477] ppid=27472 vsize=61932 CPUtime=12.26 cores=4-7
/proc/27477/stat : 27477 (plingeling) S 27472 27472 26830 0 -1 4202496 5235 1249 0 0 1225 1 0 0 18 0 5 0 527625977 63418368 3939 33554432000 4194304 4356188 140737244309808 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27477/statm: 15483 3939 162 40 0 14027 0
[pid=27477/tid=27484] ppid=27472 vsize=61932 CPUtime=3.07 cores=4-7
/proc/27477/task/27484/stat : 27484 (plingeling) R 27472 27472 26830 0 -1 4202560 1063 1249 0 0 307 0 0 0 25 0 5 0 527625978 63418368 3939 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331133 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27477/tid=27485] ppid=27472 vsize=61932 CPUtime=3.03 cores=4-7
/proc/27477/task/27485/stat : 27485 (plingeling) R 27472 27472 26830 0 -1 4202560 1013 1249 0 0 303 0 0 0 25 0 5 0 527625978 63418368 3939 33554432000 4194304 4356188 140737244309808 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27477/tid=27486] ppid=27472 vsize=61932 CPUtime=3.05 cores=4-7
/proc/27477/task/27486/stat : 27486 (plingeling) R 27472 27472 26830 0 -1 4202560 1035 1249 0 0 305 0 0 0 25 0 5 0 527625978 63418368 3939 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27477/tid=27487] ppid=27472 vsize=61932 CPUtime=3.07 cores=4-7
/proc/27477/task/27487/stat : 27487 (plingeling) R 27472 27472 26830 0 -1 4202560 939 1249 0 0 307 0 0 0 25 0 5 0 527625978 63418368 3939 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331323 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.6
Current children cumulated vsize (KiB) 1537288

[startup+6.30034 s]
/proc/loadavg: 8.20 8.09 8.01 9/180 27487
/proc/meminfo: memFree=30073000/32951124 swapFree=67111364/67111528
[pid=27472] ppid=27470 vsize=18324 CPUtime=0 cores=0-7
/proc/27472/stat : 27472 (ppfolio) S 27470 27472 26830 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527625976 18763776 389 33554432000 4194304 4287625 140734303870928 18446744073709551615 253640879631 0 0 4096 65536 4164492928351207423 0 0 17 4 0 0 0
/proc/27472/statm: 4581 389 341 23 0 91 0
[pid=27473] ppid=27472 vsize=976444 CPUtime=6.28 cores=0
/proc/27473/stat : 27473 (cryptominisat) R 27472 27472 26830 0 -1 4202496 7920 0 0 0 628 0 0 0 25 0 1 0 527625977 999878656 3590 33554432000 4194304 4587354 140733920450640 18446744073709551615 4238955 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27473/statm: 244111 3590 336 96 0 240673 0
[pid=27474] ppid=27472 vsize=17384 CPUtime=6.29 cores=1
/proc/27474/stat : 27474 (clasp) R 27472 27472 26830 0 -1 4202496 1768 0 0 0 629 0 0 0 25 0 1 0 527625977 17801216 1660 33554432000 4194304 4785740 140736933360624 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27474/statm: 4346 1660 341 145 0 1391 0
[pid=27475] ppid=27472 vsize=456768 CPUtime=6.29 cores=2
/proc/27475/stat : 27475 (TNM) R 27472 27472 26830 0 -1 4202496 595 0 0 0 629 0 0 0 25 0 1 0 527625977 467730432 492 33554432000 134512640 134534564 4288131216 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27475/statm: 114192 492 95 6 0 112858 0
[pid=27476] ppid=27472 vsize=9724 CPUtime=6.28 cores=3
/proc/27476/stat : 27476 (march_hi) R 27472 27472 26830 0 -1 4202496 2203 0 0 0 628 0 0 0 25 0 1 0 527625977 9957376 814 33554432000 4194304 4331988 140735030937136 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27476/statm: 2431 814 175 34 0 873 0
[pid=27477] ppid=27472 vsize=62972 CPUtime=25.04 cores=4-7
/proc/27477/stat : 27477 (plingeling) S 27472 27472 26830 0 -1 4202496 6455 1249 0 0 2503 1 0 0 18 0 5 0 527625977 64483328 4199 33554432000 4194304 4356188 140737244309808 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27477/statm: 15743 4199 162 40 0 14287 0
[pid=27477/tid=27484] ppid=27472 vsize=62972 CPUtime=6.27 cores=4-7
/proc/27477/task/27484/stat : 27484 (plingeling) R 27472 27472 26830 0 -1 4202560 1384 1249 0 0 627 0 0 0 25 0 5 0 527625978 64483328 4199 33554432000 4194304 4356188 140737244309808 18446744073709551615 4330982 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27477/tid=27485] ppid=27472 vsize=62972 CPUtime=6.21 cores=4-7
/proc/27477/task/27485/stat : 27485 (plingeling) R 27472 27472 26830 0 -1 4202560 1302 1249 0 0 621 0 0 0 25 0 5 0 527625978 64483328 4199 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331122 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27477/tid=27486] ppid=27472 vsize=62972 CPUtime=6.25 cores=4-7
/proc/27477/task/27486/stat : 27486 (plingeling) R 27472 27472 26830 0 -1 4202560 1291 1249 0 0 625 0 0 0 25 0 5 0 527625978 64483328 4199 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27477/tid=27487] ppid=27472 vsize=62972 CPUtime=6.27 cores=4-7
/proc/27477/task/27487/stat : 27487 (plingeling) R 27472 27472 26830 0 -1 4202560 1293 1249 0 0 627 0 0 0 25 0 5 0 527625978 64483328 4199 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331992 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.18
Current children cumulated vsize (KiB) 1541616

[startup+12.7012 s]
/proc/loadavg: 8.18 8.09 8.01 9/180 27487
/proc/meminfo: memFree=30057980/32951124 swapFree=67111364/67111528
[pid=27472] ppid=27470 vsize=18324 CPUtime=0 cores=0-7
/proc/27472/stat : 27472 (ppfolio) S 27470 27472 26830 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527625976 18763776 389 33554432000 4194304 4287625 140734303870928 18446744073709551615 253640879631 0 0 4096 65536 4164492928351207423 0 0 17 4 0 0 0
/proc/27472/statm: 4581 389 341 23 0 91 0
[pid=27473] ppid=27472 vsize=45536 CPUtime=12.69 cores=0
/proc/27473/stat : 27473 (cryptominisat) R 27472 27472 26830 0 -1 4202496 12504 0 0 0 1268 1 0 0 25 0 1 0 527625977 46628864 5850 33554432000 4194304 4587354 140733920450640 18446744073709551615 253640556184 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27473/statm: 11384 5850 336 96 0 7946 0
[pid=27474] ppid=27472 vsize=18904 CPUtime=12.69 cores=1
/proc/27474/stat : 27474 (clasp) R 27472 27472 26830 0 -1 4202496 2106 0 0 0 1269 0 0 0 25 0 1 0 527625977 19357696 1998 33554432000 4194304 4785740 140736933360624 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27474/statm: 4726 1998 341 145 0 1771 0
[pid=27475] ppid=27472 vsize=456768 CPUtime=12.69 cores=2
/proc/27475/stat : 27475 (TNM) R 27472 27472 26830 0 -1 4202496 595 0 0 0 1269 0 0 0 25 0 1 0 527625977 467730432 492 33554432000 134512640 134534564 4288131216 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27475/statm: 114192 492 95 6 0 112858 0
[pid=27476] ppid=27472 vsize=10236 CPUtime=12.69 cores=3
/proc/27476/stat : 27476 (march_hi) R 27472 27472 26830 0 -1 4202496 2403 0 0 0 1269 0 0 0 25 0 1 0 527625977 10481664 1014 33554432000 4194304 4331988 140735030937136 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27476/statm: 2559 1014 175 34 0 1001 0
[pid=27477] ppid=27472 vsize=68740 CPUtime=50.6 cores=4-7
/proc/27477/stat : 27477 (plingeling) S 27472 27472 26830 0 -1 4202496 10073 1249 0 0 5059 1 0 0 18 0 5 0 527625977 70389760 5641 33554432000 4194304 4356188 140737244309808 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27477/statm: 17185 5641 162 40 0 15729 0
[pid=27477/tid=27484] ppid=27472 vsize=68740 CPUtime=12.67 cores=4-7
/proc/27477/task/27484/stat : 27484 (plingeling) R 27472 27472 26830 0 -1 4202560 2504 1249 0 0 1267 0 0 0 25 0 5 0 527625978 70389760 5641 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331281 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27477/tid=27485] ppid=27472 vsize=68740 CPUtime=12.58 cores=4-7
/proc/27477/task/27485/stat : 27485 (plingeling) R 27472 27472 26830 0 -1 4202560 2551 1249 0 0 1258 0 0 0 25 0 5 0 527625978 70389760 5641 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27477/tid=27486] ppid=27472 vsize=68740 CPUtime=12.65 cores=4-7
/proc/27477/task/27486/stat : 27486 (plingeling) R 27472 27472 26830 0 -1 4202560 1932 1249 0 0 1265 0 0 0 25 0 5 0 527625978 70389760 5641 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331456 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27477/tid=27487] ppid=27472 vsize=68740 CPUtime=12.67 cores=4-7
/proc/27477/task/27487/stat : 27487 (plingeling) R 27472 27472 26830 0 -1 4202560 1901 1249 0 0 1267 0 0 0 25 0 5 0 527625978 70389760 5641 33554432000 4194304 4356188 140737244309808 18446744073709551615 4225775 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 618508

[startup+25.5008 s]
/proc/loadavg: 8.14 8.08 8.01 9/180 27488
/proc/meminfo: memFree=30045856/32951124 swapFree=67111364/67111528
[pid=27472] ppid=27470 vsize=18324 CPUtime=0 cores=0-7
/proc/27472/stat : 27472 (ppfolio) S 27470 27472 26830 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527625976 18763776 389 33554432000 4194304 4287625 140734303870928 18446744073709551615 253640879631 0 0 4096 65536 4164492928351207423 0 0 17 4 0 0 0
/proc/27472/statm: 4581 389 341 23 0 91 0
[pid=27473] ppid=27472 vsize=1405228 CPUtime=25.48 cores=0
/proc/27473/stat : 27473 (cryptominisat) R 27472 27472 26830 0 -1 4202496 19090 0 0 0 2546 2 0 0 25 0 1 0 527625977 1438953472 5687 33554432000 4194304 4587354 140733920450640 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=27475] ppid=27472 vsize=456768 CPUtime=4781.01 cores=2
/proc/27475/stat : 27475 (TNM) R 27472 27472 26830 0 -1 4202496 595 0 0 0 478099 2 0 0 25 0 1 0 527625977 467730432 492 33554432000 134512640 134534564 4288131216 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27475/statm: 114192 492 95 6 0 112858 0
[pid=27476] ppid=27472 vsize=688972 CPUtime=4782.43 cores=3
/proc/27476/stat : 27476 (march_hi) R 27472 27472 26830 0 -1 4202496 126598 0 0 0 478150 93 0 0 25 0 1 0 527625977 705507328 125209 33554432000 4194304 4331988 140735030937136 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27476/statm: 172243 125209 175 34 0 170685 0
[pid=27477] ppid=27472 vsize=248476 CPUtime=19103.2 cores=4-7
/proc/27477/stat : 27477 (plingeling) S 27472 27472 26830 0 -1 4202496 472425 1249 0 0 1910253 69 0 0 18 0 5 0 527625977 254439424 50575 33554432000 4194304 4356188 140737244309808 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27477/statm: 62119 50575 162 40 0 60663 0
[pid=27477/tid=27484] ppid=27472 vsize=248476 CPUtime=4782.41 cores=4-7
/proc/27477/task/27484/stat : 27484 (plingeling) R 27472 27472 26830 0 -1 4202560 120620 1249 0 0 478226 15 0 0 25 0 5 0 527625978 254439424 50575 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27477/tid=27485] ppid=27472 vsize=248476 CPUtime=4756.3 cores=4-7
/proc/27477/task/27485/stat : 27485 (plingeling) R 27472 27472 26830 0 -1 4202560 119579 1249 0 0 475614 16 0 0 25 0 5 0 527625978 254439424 50575 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27477/tid=27486] ppid=27472 vsize=248476 CPUtime=4782.38 cores=4-7
/proc/27477/task/27486/stat : 27486 (plingeling) R 27472 27472 26830 0 -1 4202560 115824 1249 0 0 478221 17 0 0 25 0 5 0 527625978 254439424 50575 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27477/tid=27487] ppid=27472 vsize=248476 CPUtime=4782.07 cores=4-7
/proc/27477/task/27487/stat : 27487 (plingeling) R 27472 27472 26830 0 -1 4202560 115217 1249 0 0 478189 18 0 0 25 0 5 0 527625978 254439424 50575 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38231.5
Current children cumulated vsize (KiB) 1604740

[startup+4842.3 s]
/proc/loadavg: 8.21 8.12 8.02 9/180 27640
/proc/meminfo: memFree=29233592/32951124 swapFree=67111364/67111528
[pid=27472] ppid=27470 vsize=18324 CPUtime=0 cores=0-7
/proc/27472/stat : 27472 (ppfolio) S 27470 27472 26830 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527625976 18763776 389 33554432000 4194304 4287625 140734303870928 18446744073709551615 253640879631 0 0 4096 65536 4164492928351207423 0 0 17 4 0 0 0
/proc/27472/statm: 4581 389 341 23 0 91 0
[pid=27473] ppid=27472 vsize=203104 CPUtime=4842.42 cores=0
/proc/27473/stat : 27473 (cryptominisat) R 27472 27472 26830 0 -1 4202496 336574 0 0 0 484100 142 0 0 25 0 1 0 527625977 207978496 29543 33554432000 4194304 4587354 140733920450640 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27473/statm: 50776 29543 336 96 0 47338 0
[pid=27474] ppid=27472 vsize=65184 CPUtime=4842.42 cores=1
/proc/27474/stat : 27474 (clasp) R 27472 27472 26830 0 -1 4202496 14617 0 0 0 484239 3 0 0 25 0 1 0 527625977 66748416 12169 33554432000 4194304 4785740 140736933360624 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27474/statm: 16296 12169 341 145 0 13341 0
[pid=27475] ppid=27472 vsize=456768 CPUtime=4841.01 cores=2
/proc/27475/stat : 27475 (TNM) R 27472 27472 26830 0 -1 4202496 595 0 0 0 484099 2 0 0 25 0 1 0 527625977 467730432 492 33554432000 134512640 134534564 4288131216 18446744073709551615 134530186 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27475/statm: 114192 492 95 6 0 112858 0
[pid=27476] ppid=27472 vsize=688972 CPUtime=4842.43 cores=3
/proc/27476/stat : 27476 (march_hi) R 27472 27472 26830 0 -1 4202496 127969 0 0 0 484148 95 0 0 25 0 1 0 527625977 705507328 126580 33554432000 4194304 4331988 140735030937136 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27476/statm: 172243 126580 175 34 0 170685 0
[pid=27477] ppid=27472 vsize=250524 CPUtime=19342.4 cores=4-7
/proc/27477/stat : 27477 (plingeling) S 27472 27472 26830 0 -1 4202496 476969 1249 0 0 1934175 69 0 0 18 0 5 0 527625977 256536576 51087 33554432000 4194304 4356188 140737244309808 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27477/statm: 62631 51087 162 40 0 61175 0
[pid=27477/tid=27484] ppid=27472 vsize=250524 CPUtime=4842.42 cores=4-7
/proc/27477/task/27484/stat : 27484 (plingeling) R 27472 27472 26830 0 -1 4202560 121580 1249 0 0 484226 16 0 0 25 0 5 0 527625978 256536576 51087 33554432000 4194304 4356188 140737244309808 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27477/tid=27485] ppid=27472 vsize=250524 CPUtime=4815.97 cores=4-7
/proc/27477/task/27485/stat : 27485 (plingeling) R 27472 27472 26830 0 -1 4202560 120859 1249 0 0 481581 16 0 0 25 0 5 0 527625978 256536576 51087 33554432000 4194304 4356188 140737244309808 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27477/tid=27486] ppid=27472 vsize=250524 CPUtime=4842.39 cores=4-7
/proc/27477/task/27486/stat : 27486 (plingeling) R 27472 27472 26830 0 -1 4202560 116656 1249 0 0 484222 17 0 0 25 0 5 0 527625978 256536576 51087 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331168 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27477/tid=27487] ppid=27472 vsize=250524 CPUtime=4841.62 cores=4-7
/proc/27477/task/27487/stat : 27487 (plingeling) R 27472 27472 26830 0 -1 4202560 116689 1249 0 0 484144 18 0 0 25 0 5 0 527625978 256536576 51087 33554432000 4194304 4356188 140737244309808 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38710.7
Current children cumulated vsize (KiB) 1682876

[startup+4902.3 s]
/proc/loadavg: 8.13 8.11 8.02 9/180 27642
/proc/meminfo: memFree=29210888/32951124 swapFree=67111364/67111528
[pid=27472] ppid=27470 vsize=18324 CPUtime=0 cores=0-7
/proc/27472/stat : 27472 (ppfolio) S 27470 27472 26830 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527625976 18763776 389 33554432000 4194304 4287625 140734303870928 18446744073709551615 253640879631 0 0 4096 65536 4164492928351207423 0 0 17 4 0 0 0
/proc/27472/statm: 4581 389 341 23 0 91 0
[pid=27473] ppid=27472 vsize=222372 CPUtime=4902.42 cores=0
/proc/27473/stat : 27473 (cryptominisat) R 27472 27472 26830 0 -1 4202496 341723 0 0 0 490098 144 0 0 25 0 1 0 527625977 227708928 32879 33554432000 4194304 4587354 140733920450640 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27473/statm: 55593 32879 336 96 0 52155 0
[pid=27474] ppid=27472 vsize=65184 CPUtime=4902.42 cores=1
/proc/27474/stat : 27474 (clasp) R 27472 27472 26830 0 -1 4202496 14621 0 0 0 490239 3 0 0 25 0 1 0 527625977 66748416 12173 33554432000 4194304 4785740 140736933360624 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27474/statm: 16296 12173 341 145 0 13341 0
[pid=27475] ppid=27472 vsize=456768 CPUtime=4901 cores=2
/proc/27475/stat : 27475 (TNM) R 27472 27472 26830 0 -1 4202496 595 0 0 0 490098 2 0 0 25 0 1 0 527625977 467730432 492 33554432000 134512640 134534564 4288131216 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27475/statm: 114192 492 95 6 0 112858 0
[pid=27476] ppid=27472 vsize=697948 CPUtime=4902.43 cores=3
/proc/27476/stat : 27476 (march_hi) R 27472 27472 26830 0 -1 4202496 129322 0 0 0 490147 96 0 0 25 0 1 0 527625977 714698752 127933 33554432000 4194304 4331988 140735030937136 18446744073709551615 4298746 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27476/statm: 174487 127933 175 34 0 172929 0
[pid=27477] ppid=27472 vsize=257180 CPUtime=19582.1 cores=4-7
/proc/27477/stat : 27477 (plingeling) S 27472 27472 26830 0 -1 4202496 480937 1249 0 0 1958143 70 0 0 18 0 5 0 527625977 263352320 52751 33554432000 4194304 4356188 140737244309808 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27477/statm: 64295 52751 162 40 0 62839 0
[pid=27477/tid=27484] ppid=27472 vsize=257180 CPUtime=4902.42 cores=4-7
/proc/27477/task/27484/stat : 27484 (plingeling) R 27472 27472 26830 0 -1 4202560 122412 1249 0 0 490226 16 0 0 25 0 5 0 527625978 263352320 52751 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27477/tid=27485] ppid=27472 vsize=257180 CPUtime=4875.65 cores=4-7
/proc/27477/task/27485/stat : 27485 (plingeling) R 27472 27472 26830 0 -1 4202560 121819 1249 0 0 487549 16 0 0 25 0 5 0 527625978 263352320 52751 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331168 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27477/tid=27486] ppid=27472 vsize=257180 CPUtime=4902.4 cores=4-7
/proc/27477/task/27486/stat : 27486 (plingeling) R 27472 27472 26830 0 -1 4202560 117552 1249 0 0 490222 18 0 0 25 0 5 0 527625978 263352320 52751 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27477/tid=27487] ppid=27472 vsize=257180 CPUtime=4901.61 cores=4-7
/proc/27477/task/27487/stat : 27487 (plingeling) R 27472 27472 26830 0 -1 4202560 117969 1249 0 0 490143 18 0 0 25 0 5 0 527625978 263352320 52751 33554432000 4194304 4356188 140737244309808 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39190.4
Current children cumulated vsize (KiB) 1717776

[startup+4962.3 s]
/proc/loadavg: 8.09 8.10 8.02 9/180 27643
/proc/meminfo: memFree=29229852/32951124 swapFree=67111364/67111528
[pid=27472] ppid=27470 vsize=18324 CPUtime=0 cores=0-7
/proc/27472/stat : 27472 (ppfolio) S 27470 27472 26830 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527625976 18763776 389 33554432000 4194304 4287625 140734303870928 18446744073709551615 253640879631 0 0 4096 65536 4164492928351207423 0 0 17 4 0 0 0
/proc/27472/statm: 4581 389 341 23 0 91 0
[pid=27473] ppid=27472 vsize=127304 CPUtime=4962.43 cores=0
/proc/27473/stat : 27473 (cryptominisat) R 27472 27472 26830 0 -1 4202496 343528 0 0 0 496097 146 0 0 25 0 1 0 527625977 130359296 28118 33554432000 4194304 4587354 140733920450640 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27473/statm: 31826 28118 336 96 0 28388 0
[pid=27474] ppid=27472 vsize=65184 CPUtime=4962.42 cores=1
/proc/27474/stat : 27474 (clasp) R 27472 27472 26830 0 -1 4202496 14630 0 0 0 496239 3 0 0 25 0 1 0 527625977 66748416 12182 33554432000 4194304 4785740 140736933360624 18446744073709551615 4287237 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27474/statm: 16296 12182 341 145 0 13341 0
[pid=27475] ppid=27472 vsize=456768 CPUtime=4960.99 cores=2
/proc/27475/stat : 27475 (TNM) R 27472 27472 26830 0 -1 4202496 595 0 0 0 496097 2 0 0 25 0 1 0 527625977 467730432 492 33554432000 134512640 134534564 4288131216 18446744073709551615 134530693 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27475/statm: 114192 492 95 6 0 112858 0
[pid=27476] ppid=27472 vsize=697948 CPUtime=4962.44 cores=3
/proc/27476/stat : 27476 (march_hi) R 27472 27472 26830 0 -1 4202496 130925 0 0 0 496147 97 0 0 25 0 1 0 527625977 714698752 129536 33554432000 4194304 4331988 140735030937136 18446744073709551615 4210418 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27476/statm: 174487 129536 175 34 0 172929 0
[pid=27477] ppid=27472 vsize=246684 CPUtime=19821.8 cores=4-7
/proc/27477/stat : 27477 (plingeling) S 27472 27472 26830 0 -1 4202496 484713 1249 0 0 1982110 71 0 0 18 0 5 0 527625977 252604416 50127 33554432000 4194304 4356188 140737244309808 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27477/statm: 61671 50127 162 40 0 60215 0
[pid=27477/tid=27484] ppid=27472 vsize=246684 CPUtime=4962.42 cores=4-7
/proc/27477/task/27484/stat : 27484 (plingeling) R 27472 27472 26830 0 -1 4202560 124396 1249 0 0 496226 16 0 0 25 0 5 0 527625978 252604416 50127 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27477/tid=27485] ppid=27472 vsize=246684 CPUtime=4935.33 cores=4-7
/proc/27477/task/27485/stat : 27485 (plingeling) R 27472 27472 26830 0 -1 4202560 123099 1249 0 0 493516 17 0 0 25 0 5 0 527625978 252604416 50127 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331276 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27477/tid=27486] ppid=27472 vsize=246684 CPUtime=4962.4 cores=4-7
/proc/27477/task/27486/stat : 27486 (plingeling) R 27472 27472 26830 0 -1 4202560 117552 1249 0 0 496222 18 0 0 25 0 5 0 527625978 252604416 50127 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27477/tid=27487] ppid=27472 vsize=246684 CPUtime=4961.62 cores=4-7
/proc/27477/task/27487/stat : 27487 (plingeling) R 27472 27472 26830 0 -1 4202560 118481 1249 0 0 496144 18 0 0 25 0 5 0 527625978 252604416 50127 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39670.1
Current children cumulated vsize (KiB) 1612212



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.12 8.11 8.03 9/180 27644
/proc/meminfo: memFree=29219180/32951124 swapFree=67111364/67111528
[pid=27472] ppid=27470 vsize=18324 CPUtime=0 cores=0-7
/proc/27472/stat : 27472 (ppfolio) S 27470 27472 26830 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527625976 18763776 389 33554432000 4194304 4287625 140734303870928 18446744073709551615 253640879631 0 0 4096 65536 4164492928351207423 0 0 17 4 0 0 0
/proc/27472/statm: 4581 389 341 23 0 91 0
[pid=27473] ppid=27472 vsize=127304 CPUtime=5000.13 cores=0
/proc/27473/stat : 27473 (cryptominisat) R 27472 27472 26830 0 -1 4202496 343528 0 0 0 499867 146 0 0 25 0 1 0 527625977 130359296 28118 33554432000 4194304 4587354 140733920450640 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27473/statm: 31826 28118 336 96 0 28388 0
[pid=27474] ppid=27472 vsize=65184 CPUtime=5000.13 cores=1
/proc/27474/stat : 27474 (clasp) R 27472 27472 26830 0 -1 4202496 14630 0 0 0 500010 3 0 0 25 0 1 0 527625977 66748416 12182 33554432000 4194304 4785740 140736933360624 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27474/statm: 16296 12182 341 145 0 13341 0
[pid=27475] ppid=27472 vsize=456768 CPUtime=4998.7 cores=2
/proc/27475/stat : 27475 (TNM) R 27472 27472 26830 0 -1 4202496 595 0 0 0 499868 2 0 0 25 0 1 0 527625977 467730432 492 33554432000 134512640 134534564 4288131216 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27475/statm: 114192 492 95 6 0 112858 0
[pid=27476] ppid=27472 vsize=697948 CPUtime=5000.14 cores=3
/proc/27476/stat : 27476 (march_hi) R 27472 27472 26830 0 -1 4202496 131860 0 0 0 499916 98 0 0 25 0 1 0 527625977 714698752 130471 33554432000 4194304 4331988 140735030937136 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27476/statm: 174487 130471 175 34 0 172929 0
[pid=27477] ppid=27472 vsize=254876 CPUtime=19972.4 cores=4-7
/proc/27477/stat : 27477 (plingeling) S 27472 27472 26830 0 -1 4202496 486761 1249 0 0 1997172 71 0 0 18 0 5 0 527625977 260993024 52175 33554432000 4194304 4356188 140737244309808 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27477/statm: 63719 52175 162 40 0 62263 0
[pid=27477/tid=27484] ppid=27472 vsize=254876 CPUtime=5000.13 cores=4-7
/proc/27477/task/27484/stat : 27484 (plingeling) R 27472 27472 26830 0 -1 4202560 124396 1249 0 0 499997 16 0 0 25 0 5 0 527625978 260993024 52175 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27477/tid=27485] ppid=27472 vsize=254876 CPUtime=4972.83 cores=4-7
/proc/27477/task/27485/stat : 27485 (plingeling) R 27472 27472 26830 0 -1 4202560 123419 1249 0 0 497266 17 0 0 25 0 5 0 527625978 260993024 52175 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27477/tid=27486] ppid=27472 vsize=254876 CPUtime=5000.1 cores=4-7
/proc/27477/task/27486/stat : 27486 (plingeling) R 27472 27472 26830 0 -1 4202560 118512 1249 0 0 499992 18 0 0 25 0 5 0 527625978 260993024 52175 33554432000 4194304 4356188 140737244309808 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27477/tid=27487] ppid=27472 vsize=254876 CPUtime=4999.33 cores=4-7
/proc/27477/task/27487/stat : 27487 (plingeling) R 27472 27472 26830 0 -1 4202560 119249 1249 0 0 499914 19 0 0 25 0 5 0 527625978 260993024 52175 33554432000 4194304 4356188 140737244309808 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39971.5
Current children cumulated vsize (KiB) 1620404

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 27472 and gives
#  childrusage.ru_utime.tv_sec=14997
#  childrusage.ru_utime.tv_usec=469038
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=536766
# CPU time returned by wait4() is 14999
# 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): 39968.3
CPU system time (s): 3.2
CPU usage (%): 799.428
Max. virtual memory (cumulated for all children) (KiB): 2760428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14997.5
system time used= 1.53677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359290
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= 813
involuntary context switches= 89576

runsolver used 8.25774 second user time and 19.0251 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-30 12:44:16
IDJOB=3220845
IDBENCH=82824
IDSOLVER=1638
FILE ID=node106/3220845-1304160256
RUNJOBID= node106-1304145244-26844
PBS_JOBID= 13170873
Free space on /tmp= 72888 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S1475406203-080.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3220845-1304160256/watcher-3220845-1304160256 -o /tmp/evaluation-result-3220845-1304160256/solver-3220845-1304160256 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3220845-1304160256.cnf

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

MD5SUM BENCH= 6cadcf1602218f53da431eaffbc93148
RANDOM SEED=1084998086

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30110672 kB
Buffers:        282492 kB
Cached:        2279152 kB
SwapCached:         88 kB
Active:         896132 kB
Inactive:      1728856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30110672 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10140 kB
Writeback:           0 kB
AnonPages:       63140 kB
Mapped:          14700 kB
Slab:           148348 kB
PageTables:       3904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186820 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= 72876 MiB
End job on node106 at 2011-04-30 14:07:38