Trace number 3219285

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) 39965.2 5000.02

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S1348818483-020-UNKNOWN.cnf
MD5SUM112b17aaf1cede32f350e11f6333fc88
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-3219285-1304150130/watcher-3219285-1304150130 -o /tmp/evaluation-result-3219285-1304150130/solver-3219285-1304150130 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3219285-1304150130.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.10 8.04 7.98 2/168 18864
/proc/meminfo: memFree=30935320/32951132 swapFree=67111364/67111528
[pid=18864] ppid=18862 vsize=18324 CPUtime=0 cores=0-7
/proc/18864/stat : 18864 (ppfolio) S 18862 18864 18651 0 -1 4202496 518 0 0 0 0 0 0 0 19 0 1 0 526611663 18763776 389 33554432000 4194304 4287625 140735361473616 18446744073709551615 242970570255 0 0 4096 65536 2826088480824 0 0 17 0 0 0 0
/proc/18864/statm: 4581 389 341 23 0 91 0

[startup+0.080327 s]
/proc/loadavg: 8.10 8.04 7.98 2/168 18864
/proc/meminfo: memFree=30935320/32951132 swapFree=67111364/67111528
[pid=18864] ppid=18862 vsize=18324 CPUtime=0 cores=0-7
/proc/18864/stat : 18864 (ppfolio) S 18862 18864 18651 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 526611663 18763776 389 33554432000 4194304 4287625 140735361473616 18446744073709551615 242970570255 0 0 4096 65536 11367050554283917311 0 0 17 4 0 0 0
/proc/18864/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100291 s]
/proc/loadavg: 8.10 8.04 7.98 2/168 18864
/proc/meminfo: memFree=30935320/32951132 swapFree=67111364/67111528
[pid=18864] ppid=18862 vsize=18324 CPUtime=0 cores=0-7
/proc/18864/stat : 18864 (ppfolio) S 18862 18864 18651 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 526611663 18763776 389 33554432000 4194304 4287625 140735361473616 18446744073709551615 242970570255 0 0 4096 65536 11367050554283917311 0 0 17 4 0 0 0
/proc/18864/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300257 s]
/proc/loadavg: 8.10 8.04 7.98 2/168 18864
/proc/meminfo: memFree=30935320/32951132 swapFree=67111364/67111528
[pid=18864] ppid=18862 vsize=18324 CPUtime=0 cores=0-7
/proc/18864/stat : 18864 (ppfolio) S 18862 18864 18651 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 526611663 18763776 389 33554432000 4194304 4287625 140735361473616 18446744073709551615 242970570255 0 0 4096 65536 11367050554283917311 0 0 17 4 0 0 0
/proc/18864/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700187 s]
/proc/loadavg: 8.10 8.04 7.98 2/168 18864
/proc/meminfo: memFree=30935320/32951132 swapFree=67111364/67111528
[pid=18864] ppid=18862 vsize=18324 CPUtime=0 cores=0-7
/proc/18864/stat : 18864 (ppfolio) S 18862 18864 18651 0 -1 4202496 519 0 0 0 0 0 0 0 16 0 1 0 526611663 18763776 389 33554432000 4194304 4287625 140735361473616 18446744073709551615 242970570255 0 0 4096 65536 11367050554283917311 0 0 17 4 0 0 0
/proc/18864/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50105 s]
/proc/loadavg: 8.17 8.06 7.98 9/178 18879
/proc/meminfo: memFree=30908060/32951132 swapFree=67111364/67111528
[pid=18864] ppid=18862 vsize=18324 CPUtime=0 cores=0-7
/proc/18864/stat : 18864 (ppfolio) S 18862 18864 18651 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526611663 18763776 389 33554432000 4194304 4287625 140735361473616 18446744073709551615 242970570255 0 0 4096 65536 11367050554283917311 0 0 17 4 0 0 0
/proc/18864/statm: 4581 389 341 23 0 91 0
[pid=18865] ppid=18864 vsize=1384776 CPUtime=1.49 cores=0
/proc/18865/stat : 18865 (cryptominisat) R 18864 18864 18651 0 -1 4202496 4835 0 0 0 149 0 0 0 20 0 1 0 526611664 1418010624 1540 33554432000 4194304 4587354 140735641548000 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18865/statm: 346194 1540 327 96 0 342756 0
[pid=18866] ppid=18864 vsize=18328 CPUtime=1.49 cores=1
/proc/18866/stat : 18866 (clasp) R 18864 18864 18651 0 -1 4202496 2077 0 0 0 149 0 0 0 20 0 1 0 526611664 18767872 1934 33554432000 4194304 4785740 140736543634160 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18866/statm: 4582 1934 340 145 0 1627 0
[pid=18867] ppid=18864 vsize=453976 CPUtime=1.49 cores=2
/proc/18867/stat : 18867 (TNM) R 18864 18864 18651 0 -1 4202496 842 0 0 0 149 0 0 0 20 0 1 0 526611664 464871424 739 33554432000 134512640 134534564 4292931696 18446744073709551615 134524552 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18867/statm: 113494 739 91 6 0 112160 0
[pid=18868] ppid=18864 vsize=11768 CPUtime=1.49 cores=3
/proc/18868/stat : 18868 (march_hi) R 18864 18864 18651 0 -1 4202496 3827 0 0 0 149 0 0 0 20 0 1 0 526611664 12050432 1222 33554432000 4194304 4331988 140737324890128 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18868/statm: 2942 1222 174 34 0 1384 0
[pid=18869] ppid=18864 vsize=124724 CPUtime=5.81 cores=4-7
/proc/18869/stat : 18869 (plingeling) S 18864 18864 18651 0 -1 4202496 5285 1247 0 0 581 0 0 0 19 0 5 0 526611664 127717376 3221 33554432000 4194304 4356188 140734540899520 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18869/statm: 31181 3221 161 40 0 29725 0
[pid=18869/tid=18876] ppid=18864 vsize=124724 CPUtime=1.45 cores=4-7
/proc/18869/task/18876/stat : 18876 (plingeling) R 18864 18864 18651 0 -1 4202560 862 1247 0 0 145 0 0 0 20 0 5 0 526611667 127717376 3221 33554432000 4194304 4356188 140734540899520 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18869/tid=18877] ppid=18864 vsize=124724 CPUtime=1.41 cores=4-7
/proc/18869/task/18877/stat : 18877 (plingeling) R 18864 18864 18651 0 -1 4202560 592 1247 0 0 141 0 0 0 23 0 5 0 526611667 127717376 3221 33554432000 4194304 4356188 140734540899520 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18869/tid=18878] ppid=18864 vsize=124724 CPUtime=1.45 cores=4-7
/proc/18869/task/18878/stat : 18878 (plingeling) R 18864 18864 18651 0 -1 4202560 635 1247 0 0 145 0 0 0 23 0 5 0 526611667 127717376 3221 33554432000 4194304 4356188 140734540899520 18446744073709551615 4239542 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18869/tid=18879] ppid=18864 vsize=124724 CPUtime=1.45 cores=4-7
/proc/18869/task/18879/stat : 18879 (plingeling) R 18864 18864 18651 0 -1 4202560 656 1247 0 0 145 0 0 0 25 0 5 0 526611667 127717376 3221 33554432000 4194304 4356188 140734540899520 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.77
Current children cumulated vsize (KiB) 2011896

[startup+3.10078 s]
/proc/loadavg: 8.17 8.06 7.98 9/178 18879
/proc/meminfo: memFree=30902248/32951132 swapFree=67111364/67111528
[pid=18864] ppid=18862 vsize=18324 CPUtime=0 cores=0-7
/proc/18864/stat : 18864 (ppfolio) S 18862 18864 18651 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526611663 18763776 389 33554432000 4194304 4287625 140735361473616 18446744073709551615 242970570255 0 0 4096 65536 11367050554283917311 0 0 17 3 0 0 0
/proc/18864/statm: 4581 389 341 23 0 91 0
[pid=18865] ppid=18864 vsize=1400572 CPUtime=3.08 cores=0
/proc/18865/stat : 18865 (cryptominisat) R 18864 18864 18651 0 -1 4202496 9493 0 0 0 308 0 0 0 25 0 1 0 526611664 1434185728 5359 33554432000 4194304 4587354 140735641548000 18446744073709551615 4365352 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18865/statm: 350143 5359 337 96 0 346705 0
[pid=18866] ppid=18864 vsize=19636 CPUtime=3.09 cores=1
/proc/18866/stat : 18866 (clasp) R 18864 18864 18651 0 -1 4202496 2381 0 0 0 309 0 0 0 25 0 1 0 526611664 20107264 2238 33554432000 4194304 4785740 140736543634160 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18866/statm: 4909 2238 340 145 0 1954 0
[pid=18867] ppid=18864 vsize=458068 CPUtime=3.09 cores=2
/proc/18867/stat : 18867 (TNM) R 18864 18864 18651 0 -1 4202496 999 0 0 0 309 0 0 0 25 0 1 0 526611664 469061632 896 33554432000 134512640 134534564 4292931696 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18867/statm: 114517 896 95 6 0 113183 0
[pid=18868] ppid=18864 vsize=11768 CPUtime=3.09 cores=3
/proc/18868/stat : 18868 (march_hi) R 18864 18864 18651 0 -1 4202496 3827 0 0 0 309 0 0 0 25 0 1 0 526611664 12050432 1222 33554432000 4194304 4331988 140737324890128 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18868/statm: 2942 1222 174 34 0 1384 0
[pid=18869] ppid=18864 vsize=127568 CPUtime=11.91 cores=4-7
/proc/18869/stat : 18869 (plingeling) S 18864 18864 18651 0 -1 4202496 6252 1247 0 0 1189 2 0 0 19 0 5 0 526611664 130629632 3932 33554432000 4194304 4356188 140734540899520 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18869/statm: 31892 3932 161 40 0 30436 0
[pid=18869/tid=18876] ppid=18864 vsize=127568 CPUtime=3.05 cores=4-7
/proc/18869/task/18876/stat : 18876 (plingeling) R 18864 18864 18651 0 -1 4202560 1007 1247 0 0 305 0 0 0 25 0 5 0 526611667 130629632 3932 33554432000 4194304 4356188 140734540899520 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18869/tid=18877] ppid=18864 vsize=127568 CPUtime=3 cores=4-7
/proc/18869/task/18877/stat : 18877 (plingeling) R 18864 18864 18651 0 -1 4202560 818 1247 0 0 300 0 0 0 25 0 5 0 526611667 130629632 3932 33554432000 4194304 4356188 140734540899520 18446744073709551615 4279474 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18869/tid=18878] ppid=18864 vsize=127568 CPUtime=3.05 cores=4-7
/proc/18869/task/18878/stat : 18878 (plingeling) R 18864 18864 18651 0 -1 4202560 846 1247 0 0 305 0 0 0 25 0 5 0 526611667 130629632 3932 33554432000 4194304 4356188 140734540899520 18446744073709551615 4237352 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18869/tid=18879] ppid=18864 vsize=127568 CPUtime=2.75 cores=4-7
/proc/18869/task/18879/stat : 18879 (plingeling) R 18864 18864 18651 0 -1 4202560 1041 1247 0 0 274 1 0 0 25 0 5 0 526611667 130629632 3932 33554432000 4194304 4356188 140734540899520 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.26
Current children cumulated vsize (KiB) 2035936

[startup+6.30122 s]
/proc/loadavg: 8.17 8.06 7.98 9/178 18880
/proc/meminfo: memFree=30883276/32951132 swapFree=67111364/67111528
[pid=18864] ppid=18862 vsize=18324 CPUtime=0 cores=0-7
/proc/18864/stat : 18864 (ppfolio) S 18862 18864 18651 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526611663 18763776 389 33554432000 4194304 4287625 140735361473616 18446744073709551615 242970570255 0 0 4096 65536 11367050554283917311 0 0 17 3 0 0 0
/proc/18864/statm: 4581 389 341 23 0 91 0
[pid=18865] ppid=18864 vsize=1402872 CPUtime=6.28 cores=0
/proc/18865/stat : 18865 (cryptominisat) R 18864 18864 18651 0 -1 4202496 10565 0 0 0 628 0 0 0 25 0 1 0 526611664 1436540928 5505 33554432000 4194304 4587354 140735641548000 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18865/statm: 350718 5505 337 96 0 347280 0
[pid=18866] ppid=18864 vsize=21472 CPUtime=6.29 cores=1
/proc/18866/stat : 18866 (clasp) R 18864 18864 18651 0 -1 4202496 2806 0 0 0 629 0 0 0 25 0 1 0 526611664 21987328 2663 33554432000 4194304 4785740 140736543634160 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18866/statm: 5368 2663 340 145 0 2413 0
[pid=18867] ppid=18864 vsize=458068 CPUtime=6.28 cores=2
/proc/18867/stat : 18867 (TNM) R 18864 18864 18651 0 -1 4202496 999 0 0 0 628 0 0 0 25 0 1 0 526611664 469061632 896 33554432000 134512640 134534564 4292931696 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18867/statm: 114517 896 95 6 0 113183 0
[pid=18868] ppid=18864 vsize=11768 CPUtime=6.29 cores=3
/proc/18868/stat : 18868 (march_hi) R 18864 18864 18651 0 -1 4202496 3827 0 0 0 629 0 0 0 25 0 1 0 526611664 12050432 1222 33554432000 4194304 4331988 140737324890128 18446744073709551615 4226279 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18868/statm: 2942 1222 174 34 0 1384 0
[pid=18869] ppid=18864 vsize=127580 CPUtime=22.99 cores=4-7
/proc/18869/stat : 18869 (plingeling) S 18864 18864 18651 0 -1 4202496 6580 1247 0 0 2277 22 0 0 19 0 5 0 526611664 130641920 3967 33554432000 4194304 4356188 140734540899520 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18869/statm: 31895 3967 161 40 0 30439 0
[pid=18869/tid=18876] ppid=18864 vsize=127580 CPUtime=6.25 cores=4-7
/proc/18869/task/18876/stat : 18876 (plingeling) R 18864 18864 18651 0 -1 4202560 1140 1247 0 0 625 0 0 0 25 0 5 0 526611667 130641920 3967 33554432000 4194304 4356188 140734540899520 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18869/tid=18877] ppid=18864 vsize=127580 CPUtime=6.18 cores=4-7
/proc/18869/task/18877/stat : 18877 (plingeling) R 18864 18864 18651 0 -1 4202560 915 1247 0 0 614 4 0 0 25 0 5 0 526611667 130641920 3967 33554432000 4194304 4356188 140734540899520 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18869/tid=18878] ppid=18864 vsize=127580 CPUtime=6.25 cores=4-7
/proc/18869/task/18878/stat : 18878 (plingeling) R 18864 18864 18651 0 -1 4202560 944 1247 0 0 621 4 0 0 25 0 5 0 526611667 130641920 3967 33554432000 4194304 4356188 140734540899520 18446744073709551615 4270848 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18869/tid=18879] ppid=18864 vsize=127580 CPUtime=4.24 cores=4-7
/proc/18869/task/18879/stat : 18879 (plingeling) R 18864 18864 18651 0 -1 4202560 1041 1247 0 0 412 12 0 0 25 0 5 0 526611667 130641920 3967 33554432000 4194304 4356188 140734540899520 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 48.13
Current children cumulated vsize (KiB) 2040084

[startup+12.7011 s]
/proc/loadavg: 8.29 8.09 8.00 9/178 18880
/proc/meminfo: memFree=30875900/32951132 swapFree=67111364/67111528
[pid=18864] ppid=18862 vsize=18324 CPUtime=0 cores=0-7
/proc/18864/stat : 18864 (ppfolio) S 18862 18864 18651 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526611663 18763776 389 33554432000 4194304 4287625 140735361473616 18446744073709551615 242970570255 0 0 4096 65536 11367050554283917311 0 0 17 3 0 0 0
/proc/18864/statm: 4581 389 341 23 0 91 0
[pid=18865] ppid=18864 vsize=1412804 CPUtime=12.68 cores=0
/proc/18865/stat : 18865 (cryptominisat) R 18864 18864 18651 0 -1 4202496 17517 0 0 0 1267 1 0 0 25 0 1 0 526611664 1446711296 7791 33554432000 4194304 4587354 140735641548000 18446744073709551615 4357604 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18865/statm: 353201 7791 337 96 0 349763 0
[pid=18866] ppid=18864 vsize=24616 CPUtime=12.69 cores=1
/proc/18866/stat : 18866 (clasp) R 18864 18864 18651 0 -1 4202496 3555 0 0 0 1269 0 0 0 25 0 1 0 526611664 25206784 3412 33554432000 4194304 4785740 140736543634160 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18866/statm: 6154 3412 340 145 0 3199 0
[pid=18867] ppid=18864 vsize=458068 CPUtime=12.67 cores=2
/proc/18867/stat : 18867 (TNM) R 18864 18864 18651 0 -1 4202496 999 0 0 0 1267 0 0 0 25 0 1 0 526611664 469061632 896 33554432000 134512640 134534564 4292931696 18446744073709551615 134530504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18867/statm: 114517 896 95 6 0 113183 0
[pid=18868] ppid=18864 vsize=13304 CPUtime=12.68 cores=3
/proc/18868/stat : 18868 (march_hi) R 18864 18864 18651 0 -1 4202496 4135 0 0 0 1268 0 0 0 25 0 1 0 526611664 13623296 1530 33554432000 4194304 4331988 140737324890128 18446744073709551615 4299282 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18868/statm: 3326 1530 175 34 0 1768 0
[pid=18869] ppid=18864 vsize=129208 CPUtime=48.54 cores=4-7
/proc/18869/stat : 18869 (plingeling) S 18864 18864 18651 0 -1 4202496 7691 1247 0 0 4832 22 0 0 19 0 5 0 526611664 132308992 4374 33554432000 4194304 4356188 140734540899520 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18869/statm: 32302 4374 161 40 0 30846 0
[pid=18869/tid=18876] ppid=18864 vsize=129208 CPUtime=12.65 cores=4-7
/proc/18869/task/18876/stat : 18876 (plingeling) R 18864 18864 18651 0 -1 4202560 1479 1247 0 0 1265 0 0 0 25 0 5 0 526611667 132308992 4374 33554432000 4194304 4356188 140734540899520 18446744073709551615 4332037 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18869/tid=18877] ppid=18864 vsize=129208 CPUtime=12.55 cores=4-7
/proc/18869/task/18877/stat : 18877 (plingeling) R 18864 18864 18651 0 -1 4202560 1172 1247 0 0 1251 4 0 0 25 0 5 0 526611667 132308992 4374 33554432000 4194304 4356188 140734540899520 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18869/tid=18878] ppid=18864 vsize=129208 CPUtime=12.65 cores=4-7
/proc/18869/task/18878/stat : 18878 (plingeling) R 18864 18864 18651 0 -1 4202560 1168 1247 0 0 1261 4 0 0 25 0 5 0 526611667 132308992 4374 33554432000 4194304 4356188 140734540899520 18446744073709551615 4331510 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18869/tid=18879] ppid=18864 vsize=129208 CPUtime=10.64 cores=4-7
/proc/18869/task/18879/stat : 18879 (plingeling) R 18864 18864 18651 0 -1 4202560 1332 1247 0 0 1052 12 0 0 25 0 5 0 526611667 132308992 4374 33554432000 4194304 4356188 140734540899520 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 99.26
Current children cumulated vsize (KiB) 2056324

[startup+25.5009 s]
/proc/loadavg: 8.25 8.08 8.00 9/178 18880
/proc/meminfo: memFree=30843096/32951132 swapFree=67111364/67111528
[pid=18864] ppid=18862 vsize=18324 CPUtime=0 cores=0-7
/proc/18864/stat : 18864 (ppfolio) S 18862 18864 18651 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526611663 18763776 389 33554432000 4194304 4287625 140735361473616 18446744073709551615 242970570255 0 0 4096 65536 11367050554283917311 0 0 17 3 0 0 0
/proc/18864/statm: 4581 389 341 23 0 91 0
[pid=18865] ppid=18864 vsize=64068 CPUtime=25.49 cores=0
/proc/18865/stat : 18865 (cryptominisat) R 18864 18864 18651 0 -1 4202496 24912 0 0 0 2547 2 0 0 25 0 1 0 526611664 65605632 12322 33554432000 4194304 4587354 140735641548000 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=18867] ppid=18864 vsize=458068 CPUtime=4780.31 cores=2
/proc/18867/stat : 18867 (TNM) R 18864 18864 18651 0 -1 4202496 999 0 0 0 478031 0 0 0 25 0 1 0 526611664 469061632 896 33554432000 134512640 134534564 4292931696 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18867/statm: 114517 896 95 6 0 113183 0
[pid=18868] ppid=18864 vsize=691640 CPUtime=4782.25 cores=3
/proc/18868/stat : 18868 (march_hi) R 18864 18864 18651 0 -1 4202496 141666 0 0 0 478125 100 0 0 25 0 1 0 526611664 708239360 139061 33554432000 4194304 4331988 140737324890128 18446744073709551615 4247549 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18868/statm: 172910 139061 175 34 0 171352 0
[pid=18869] ppid=18864 vsize=216900 CPUtime=19097.6 cores=4-7
/proc/18869/stat : 18869 (plingeling) S 18864 18864 18651 0 -1 4202496 482558 1247 0 0 1909546 215 0 0 19 0 5 0 526611664 222105600 26297 33554432000 4194304 4356188 140734540899520 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18869/statm: 54225 26297 161 40 0 52769 0
[pid=18869/tid=18876] ppid=18864 vsize=216900 CPUtime=4782.33 cores=4-7
/proc/18869/task/18876/stat : 18876 (plingeling) R 18864 18864 18651 0 -1 4202560 130379 1247 0 0 478214 19 0 0 25 0 5 0 526611667 222105600 26297 33554432000 4194304 4356188 140734540899520 18446744073709551615 4331208 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18869/tid=18877] ppid=18864 vsize=216900 CPUtime=4756.37 cores=4-7
/proc/18869/task/18877/stat : 18877 (plingeling) R 18864 18864 18651 0 -1 4202560 112569 1247 0 0 475611 26 0 0 25 0 5 0 526611667 222105600 26297 33554432000 4194304 4356188 140734540899520 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18869/tid=18878] ppid=18864 vsize=216900 CPUtime=4781.02 cores=4-7
/proc/18869/task/18878/stat : 18878 (plingeling) R 18864 18864 18651 0 -1 4202560 108885 1247 0 0 478012 90 0 0 25 0 5 0 526611667 222105600 26297 33554432000 4194304 4356188 140734540899520 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18869/tid=18879] ppid=18864 vsize=216900 CPUtime=4777.84 cores=4-7
/proc/18869/task/18879/stat : 18879 (plingeling) R 18864 18864 18651 0 -1 4202560 128185 1247 0 0 477705 79 0 0 25 0 5 0 526611667 222105600 26297 33554432000 4194304 4356188 140734540899520 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38224.9
Current children cumulated vsize (KiB) 1692164

[startup+4842.3 s]
/proc/loadavg: 8.13 8.06 8.01 9/178 19032
/proc/meminfo: memFree=30049748/32951132 swapFree=67111364/67111528
[pid=18864] ppid=18862 vsize=18324 CPUtime=0 cores=0-7
/proc/18864/stat : 18864 (ppfolio) S 18862 18864 18651 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526611663 18763776 389 33554432000 4194304 4287625 140735361473616 18446744073709551615 242970570255 0 0 4096 65536 11367050554283917311 0 0 17 3 0 0 0
/proc/18864/statm: 4581 389 341 23 0 91 0
[pid=18865] ppid=18864 vsize=181644 CPUtime=4842.38 cores=0
/proc/18865/stat : 18865 (cryptominisat) R 18864 18864 18651 0 -1 4202496 771438 0 0 0 483907 331 0 0 25 0 1 0 526611664 186003456 23276 33554432000 4194304 4587354 140735641548000 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18865/statm: 45411 23276 337 96 0 41973 0
[pid=18866] ppid=18864 vsize=126380 CPUtime=4842.36 cores=1
/proc/18866/stat : 18866 (clasp) R 18864 18864 18651 0 -1 4202496 27518 0 0 0 484231 5 0 0 25 0 1 0 526611664 129413120 25798 33554432000 4194304 4785740 140736543634160 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18866/statm: 31595 25798 341 145 0 28640 0
[pid=18867] ppid=18864 vsize=458068 CPUtime=4840.31 cores=2
/proc/18867/stat : 18867 (TNM) R 18864 18864 18651 0 -1 4202496 999 0 0 0 484031 0 0 0 25 0 1 0 526611664 469061632 896 33554432000 134512640 134534564 4292931696 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18867/statm: 114517 896 95 6 0 113183 0
[pid=18868] ppid=18864 vsize=691640 CPUtime=4842.25 cores=3
/proc/18868/stat : 18868 (march_hi) R 18864 18864 18651 0 -1 4202496 143343 0 0 0 484124 101 0 0 25 0 1 0 526611664 708239360 140738 33554432000 4194304 4331988 140737324890128 18446744073709551615 4237055 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18868/statm: 172910 140738 175 34 0 171352 0
[pid=18869] ppid=18864 vsize=235844 CPUtime=19337.2 cores=4-7
/proc/18869/stat : 18869 (plingeling) S 18864 18864 18651 0 -1 4202496 490558 1247 0 0 1933507 217 0 0 19 0 5 0 526611664 241504256 31033 33554432000 4194304 4356188 140734540899520 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18869/statm: 58961 31033 161 40 0 57505 0
[pid=18869/tid=18876] ppid=18864 vsize=235844 CPUtime=4842.33 cores=4-7
/proc/18869/task/18876/stat : 18876 (plingeling) R 18864 18864 18651 0 -1 4202560 134059 1247 0 0 484214 19 0 0 25 0 5 0 526611667 241504256 31033 33554432000 4194304 4356188 140734540899520 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18869/tid=18877] ppid=18864 vsize=235844 CPUtime=4816.03 cores=4-7
/proc/18869/task/18877/stat : 18877 (plingeling) R 18864 18864 18651 0 -1 4202560 114617 1247 0 0 481577 26 0 0 25 0 5 0 526611667 241504256 31033 33554432000 4194304 4356188 140734540899520 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18869/tid=18878] ppid=18864 vsize=235844 CPUtime=4840.99 cores=4-7
/proc/18869/task/18878/stat : 18878 (plingeling) R 18864 18864 18651 0 -1 4202560 111157 1247 0 0 484009 90 0 0 25 0 5 0 526611667 241504256 31033 33554432000 4194304 4356188 140734540899520 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18869/tid=18879] ppid=18864 vsize=235844 CPUtime=4837.82 cores=4-7
/proc/18869/task/18879/stat : 18879 (plingeling) R 18864 18864 18651 0 -1 4202560 128185 1247 0 0 483702 80 0 0 25 0 5 0 526611667 241504256 31033 33554432000 4194304 4356188 140734540899520 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38704.5
Current children cumulated vsize (KiB) 1711900

[startup+4902.3 s]
/proc/loadavg: 8.12 8.06 8.00 9/178 19034
/proc/meminfo: memFree=30069936/32951132 swapFree=67111364/67111528
[pid=18864] ppid=18862 vsize=18324 CPUtime=0 cores=0-7
/proc/18864/stat : 18864 (ppfolio) S 18862 18864 18651 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526611663 18763776 389 33554432000 4194304 4287625 140735361473616 18446744073709551615 242970570255 0 0 4096 65536 11367050554283917311 0 0 17 3 0 0 0
/proc/18864/statm: 4581 389 341 23 0 91 0
[pid=18865] ppid=18864 vsize=1462168 CPUtime=4902.38 cores=0
/proc/18865/stat : 18865 (cryptominisat) R 18864 18864 18651 0 -1 4202496 778463 0 0 0 489904 334 0 0 25 0 1 0 526611664 1497260032 19621 33554432000 4194304 4587354 140735641548000 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18865/statm: 365542 19621 337 96 0 362104 0
[pid=18866] ppid=18864 vsize=127660 CPUtime=4902.36 cores=1
/proc/18866/stat : 18866 (clasp) R 18864 18864 18651 0 -1 4202496 27850 0 0 0 490231 5 0 0 25 0 1 0 526611664 130723840 26058 33554432000 4194304 4785740 140736543634160 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18866/statm: 31915 26058 341 145 0 28960 0
[pid=18867] ppid=18864 vsize=458068 CPUtime=4900.3 cores=2
/proc/18867/stat : 18867 (TNM) R 18864 18864 18651 0 -1 4202496 999 0 0 0 490030 0 0 0 25 0 1 0 526611664 469061632 896 33554432000 134512640 134534564 4292931696 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18867/statm: 114517 896 95 6 0 113183 0
[pid=18868] ppid=18864 vsize=691640 CPUtime=4902.25 cores=3
/proc/18868/stat : 18868 (march_hi) R 18864 18864 18651 0 -1 4202496 145106 0 0 0 490123 102 0 0 25 0 1 0 526611664 708239360 142501 33554432000 4194304 4331988 140737324890128 18446744073709551615 4237398 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18868/statm: 172910 142501 175 34 0 171352 0
[pid=18869] ppid=18864 vsize=222020 CPUtime=19576.9 cores=4-7
/proc/18869/stat : 18869 (plingeling) S 18864 18864 18651 0 -1 4202496 494462 1247 0 0 1957470 218 0 0 19 0 5 0 526611664 227348480 27577 33554432000 4194304 4356188 140734540899520 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18869/statm: 55505 27577 161 40 0 54049 0
[pid=18869/tid=18876] ppid=18864 vsize=222020 CPUtime=4902.33 cores=4-7
/proc/18869/task/18876/stat : 18876 (plingeling) R 18864 18864 18651 0 -1 4202560 134059 1247 0 0 490214 19 0 0 25 0 5 0 526611667 227348480 27577 33554432000 4194304 4356188 140734540899520 18446744073709551615 4332145 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18869/tid=18877] ppid=18864 vsize=222020 CPUtime=4875.71 cores=4-7
/proc/18869/task/18877/stat : 18877 (plingeling) R 18864 18864 18651 0 -1 4202560 114841 1247 0 0 487545 26 0 0 25 0 5 0 526611667 227348480 27577 33554432000 4194304 4356188 140734540899520 18446744073709551615 4332136 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18869/tid=18878] ppid=18864 vsize=222020 CPUtime=4900.97 cores=4-7
/proc/18869/task/18878/stat : 18878 (plingeling) R 18864 18864 18651 0 -1 4202560 112565 1247 0 0 490007 90 0 0 25 0 5 0 526611667 227348480 27577 33554432000 4194304 4356188 140734540899520 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18869/tid=18879] ppid=18864 vsize=222020 CPUtime=4897.81 cores=4-7
/proc/18869/task/18879/stat : 18879 (plingeling) R 18864 18864 18651 0 -1 4202560 130457 1247 0 0 489700 81 0 0 25 0 5 0 526611667 227348480 27577 33554432000 4194304 4356188 140734540899520 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39184.2
Current children cumulated vsize (KiB) 2979880

[startup+4962.3 s]
/proc/loadavg: 8.11 8.07 8.00 9/178 19036
/proc/meminfo: memFree=30034816/32951132 swapFree=67111364/67111528
[pid=18864] ppid=18862 vsize=18324 CPUtime=0 cores=0-7
/proc/18864/stat : 18864 (ppfolio) S 18862 18864 18651 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526611663 18763776 389 33554432000 4194304 4287625 140735361473616 18446744073709551615 242970570255 0 0 4096 65536 11367050554283917311 0 0 17 3 0 0 0
/proc/18864/statm: 4581 389 341 23 0 91 0
[pid=18865] ppid=18864 vsize=1462168 CPUtime=4962.39 cores=0
/proc/18865/stat : 18865 (cryptominisat) R 18864 18864 18651 0 -1 4202496 784335 0 0 0 495900 339 0 0 25 0 1 0 526611664 1497260032 25395 33554432000 4194304 4587354 140735641548000 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18865/statm: 365542 25395 337 96 0 362104 0
[pid=18866] ppid=18864 vsize=128988 CPUtime=4962.36 cores=1
/proc/18866/stat : 18866 (clasp) R 18864 18864 18651 0 -1 4202496 28294 0 0 0 496231 5 0 0 25 0 1 0 526611664 132083712 26406 33554432000 4194304 4785740 140736543634160 18446744073709551615 4551108 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18866/statm: 32247 26406 341 145 0 29292 0
[pid=18867] ppid=18864 vsize=458068 CPUtime=4960.3 cores=2
/proc/18867/stat : 18867 (TNM) R 18864 18864 18651 0 -1 4202496 999 0 0 0 496030 0 0 0 25 0 1 0 526611664 469061632 896 33554432000 134512640 134534564 4292931696 18446744073709551615 8717755 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18867/statm: 114517 896 95 6 0 113183 0
[pid=18868] ppid=18864 vsize=691640 CPUtime=4962.25 cores=3
/proc/18868/stat : 18868 (march_hi) R 18864 18864 18651 0 -1 4202496 146875 0 0 0 496122 103 0 0 25 0 1 0 526611664 708239360 144270 33554432000 4194304 4331988 140737324890128 18446744073709551615 4299299 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18868/statm: 172910 144270 175 34 0 171352 0
[pid=18869] ppid=18864 vsize=225732 CPUtime=19816.5 cores=4-7
/proc/18869/stat : 18869 (plingeling) S 18864 18864 18651 0 -1 4202496 499486 1247 0 0 1981432 220 0 0 19 0 5 0 526611664 231149568 28505 33554432000 4194304 4356188 140734540899520 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18869/statm: 56433 28505 161 40 0 54977 0
[pid=18869/tid=18876] ppid=18864 vsize=225732 CPUtime=4962.33 cores=4-7
/proc/18869/task/18876/stat : 18876 (plingeling) R 18864 18864 18651 0 -1 4202560 134219 1247 0 0 496214 19 0 0 25 0 5 0 526611667 231149568 28505 33554432000 4194304 4356188 140734540899520 18446744073709551615 4331186 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18869/tid=18877] ppid=18864 vsize=225732 CPUtime=4935.39 cores=4-7
/proc/18869/task/18877/stat : 18877 (plingeling) R 18864 18864 18651 0 -1 4202560 116249 1247 0 0 493512 27 0 0 25 0 5 0 526611667 231149568 28505 33554432000 4194304 4356188 140734540899520 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18869/tid=18878] ppid=18864 vsize=225732 CPUtime=4960.96 cores=4-7
/proc/18869/task/18878/stat : 18878 (plingeling) R 18864 18864 18651 0 -1 4202560 114613 1247 0 0 496006 90 0 0 25 0 5 0 526611667 231149568 28505 33554432000 4194304 4356188 140734540899520 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18869/tid=18879] ppid=18864 vsize=225732 CPUtime=4957.78 cores=4-7
/proc/18869/task/18879/stat : 18879 (plingeling) R 18864 18864 18651 0 -1 4202560 131865 1247 0 0 495696 82 0 0 25 0 5 0 526611667 231149568 28505 33554432000 4194304 4356188 140734540899520 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39663.8
Current children cumulated vsize (KiB) 2984920



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.06 8.06 8.00 9/178 19037
/proc/meminfo: memFree=30055012/32951132 swapFree=67111364/67111528
[pid=18864] ppid=18862 vsize=18324 CPUtime=0 cores=0-7
/proc/18864/stat : 18864 (ppfolio) S 18862 18864 18651 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526611663 18763776 389 33554432000 4194304 4287625 140735361473616 18446744073709551615 242970570255 0 0 4096 65536 11367050554283917311 0 0 17 3 0 0 0
/proc/18864/statm: 4581 389 341 23 0 91 0
[pid=18865] ppid=18864 vsize=101508 CPUtime=5000.09 cores=0
/proc/18865/stat : 18865 (cryptominisat) R 18864 18864 18651 0 -1 4202496 789571 0 0 0 499668 341 0 0 25 0 1 0 526611664 103944192 19894 33554432000 4194304 4587354 140735641548000 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18865/statm: 25377 19894 337 96 0 21939 0
[pid=18866] ppid=18864 vsize=129844 CPUtime=5000.07 cores=1
/proc/18866/stat : 18866 (clasp) R 18864 18864 18651 0 -1 4202496 28490 0 0 0 500002 5 0 0 25 0 1 0 526611664 132960256 26602 33554432000 4194304 4785740 140736543634160 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18866/statm: 32461 26602 341 145 0 29506 0
[pid=18867] ppid=18864 vsize=458068 CPUtime=4998 cores=2
/proc/18867/stat : 18867 (TNM) R 18864 18864 18651 0 -1 4202496 999 0 0 0 499800 0 0 0 25 0 1 0 526611664 469061632 896 33554432000 134512640 134534564 4292931696 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18867/statm: 114517 896 95 6 0 113183 0
[pid=18868] ppid=18864 vsize=691640 CPUtime=4999.96 cores=3
/proc/18868/stat : 18868 (march_hi) R 18864 18864 18651 0 -1 4202496 147898 0 0 0 499892 104 0 0 25 0 1 0 526611664 708239360 145293 33554432000 4194304 4331988 140737324890128 18446744073709551615 4298550 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18868/statm: 172910 145293 175 34 0 171352 0
[pid=18869] ppid=18864 vsize=222020 CPUtime=19967.1 cores=4-7
/proc/18869/stat : 18869 (plingeling) S 18864 18864 18651 0 -1 4202496 501822 1247 0 0 1996491 221 0 0 19 0 5 0 526611664 227348480 27577 33554432000 4194304 4356188 140734540899520 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/18869/statm: 55505 27577 161 40 0 54049 0
[pid=18869/tid=18876] ppid=18864 vsize=222020 CPUtime=5000.04 cores=4-7
/proc/18869/task/18876/stat : 18876 (plingeling) R 18864 18864 18651 0 -1 4202560 136331 1247 0 0 499984 20 0 0 25 0 5 0 526611667 227348480 27577 33554432000 4194304 4356188 140734540899520 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18869/tid=18877] ppid=18864 vsize=222020 CPUtime=4972.89 cores=4-7
/proc/18869/task/18877/stat : 18877 (plingeling) R 18864 18864 18651 0 -1 4202560 116249 1247 0 0 497262 27 0 0 25 0 5 0 526611667 227348480 27577 33554432000 4194304 4356188 140734540899520 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18869/tid=18878] ppid=18864 vsize=222020 CPUtime=4998.65 cores=4-7
/proc/18869/task/18878/stat : 18878 (plingeling) R 18864 18864 18651 0 -1 4202560 114837 1247 0 0 499775 90 0 0 25 0 5 0 526611667 227348480 27577 33554432000 4194304 4356188 140734540899520 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18869/tid=18879] ppid=18864 vsize=222020 CPUtime=4995.49 cores=4-7
/proc/18869/task/18879/stat : 18879 (plingeling) R 18864 18864 18651 0 -1 4202560 131865 1247 0 0 499466 83 0 0 25 0 5 0 526611667 227348480 27577 33554432000 4194304 4356188 140734540899520 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39965.2
Current children cumulated vsize (KiB) 1621404

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 18864 and gives
#  childrusage.ru_utime.tv_sec=14994
#  childrusage.ru_utime.tv_usec=709457
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=499468
# CPU time returned by wait4() is 14998.2
# while last known CPU time is 39965.2
#
# 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): 39965.2
CPU user time (s): 39958.5
CPU system time (s): 6.71
CPU usage (%): 799.302
Max. virtual memory (cumulated for all children) (KiB): 10359844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14994.7
system time used= 3.49947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 819595
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= 702
involuntary context switches= 33379

runsolver used 8.03778 second user time and 18.9851 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-30 09:55:30
IDJOB=3219285
IDBENCH=82564
IDSOLVER=1638
FILE ID=node128/3219285-1304150130
RUNJOBID= node128-1304145123-18665
PBS_JOBID= 13170867
Free space on /tmp= 67532 MiB

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

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

MD5SUM BENCH= 112b17aaf1cede32f350e11f6333fc88
RANDOM SEED=1230096227

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30935600 kB
Buffers:        448560 kB
Cached:        1086560 kB
SwapCached:          0 kB
Active:         179440 kB
Inactive:      1419780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30935600 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10496 kB
Writeback:          40 kB
AnonPages:       64184 kB
Mapped:          14976 kB
Slab:           352560 kB
PageTables:       4084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   189012 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 67520 MiB
End job on node128 at 2011-04-30 11:18:52