Trace number 3220089

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S1170024351-015-UNKNOWN.cnf
MD5SUM0f7796213ec78265bd44aa83c0fa283d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark121.479
Satisfiable
(Un)Satisfiability was proved
Number of variables50000
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3220089-1304155791/watcher-3220089-1304155791 -o /tmp/evaluation-result-3220089-1304155791/solver-3220089-1304155791 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3220089-1304155791.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.44 7.91 7.96 1/170 23057
/proc/meminfo: memFree=30798476/32950928 swapFree=67111448/67111528
[pid=23057] ppid=23055 vsize=18324 CPUtime=0 cores=0-7
/proc/23057/stat : 23057 (ppfolio) R 23055 23057 22513 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 527177800 18763776 389 33554432000 4194304 4287625 140736376307440 18446744073709551615 251814260239 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/23057/statm: 4581 389 341 23 0 91 0

[startup+0.0513821 s]
/proc/loadavg: 7.44 7.91 7.96 1/170 23057
/proc/meminfo: memFree=30798476/32950928 swapFree=67111448/67111528
[pid=23057] ppid=23055 vsize=18324 CPUtime=0 cores=0-7
/proc/23057/stat : 23057 (ppfolio) S 23055 23057 22513 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 527177800 18763776 389 33554432000 4194304 4287625 140736376307440 18446744073709551615 251814260239 0 0 4096 65536 4599785046302261247 0 0 17 4 0 0 0
/proc/23057/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100372 s]
/proc/loadavg: 7.44 7.91 7.96 1/170 23057
/proc/meminfo: memFree=30798476/32950928 swapFree=67111448/67111528
[pid=23057] ppid=23055 vsize=18324 CPUtime=0 cores=0-7
/proc/23057/stat : 23057 (ppfolio) S 23055 23057 22513 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 527177800 18763776 389 33554432000 4194304 4287625 140736376307440 18446744073709551615 251814260239 0 0 4096 65536 4599785046302261247 0 0 17 4 0 0 0
/proc/23057/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300341 s]
/proc/loadavg: 7.44 7.91 7.96 1/170 23057
/proc/meminfo: memFree=30798476/32950928 swapFree=67111448/67111528
[pid=23057] ppid=23055 vsize=18324 CPUtime=0 cores=0-7
/proc/23057/stat : 23057 (ppfolio) S 23055 23057 22513 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 527177800 18763776 389 33554432000 4194304 4287625 140736376307440 18446744073709551615 251814260239 0 0 4096 65536 4599785046302261247 0 0 17 4 0 0 0
/proc/23057/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700272 s]
/proc/loadavg: 7.44 7.91 7.96 1/170 23057
/proc/meminfo: memFree=30798476/32950928 swapFree=67111448/67111528
[pid=23057] ppid=23055 vsize=18324 CPUtime=0 cores=0-7
/proc/23057/stat : 23057 (ppfolio) S 23055 23057 22513 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 527177800 18763776 389 33554432000 4194304 4287625 140736376307440 18446744073709551615 251814260239 0 0 4096 65536 4599785046302261247 0 0 17 4 0 0 0
/proc/23057/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50114 s]
/proc/loadavg: 7.44 7.91 7.96 9/180 23072
/proc/meminfo: memFree=30572220/32950928 swapFree=67111448/67111528
[pid=23057] ppid=23055 vsize=18324 CPUtime=0 cores=0-7
/proc/23057/stat : 23057 (ppfolio) S 23055 23057 22513 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527177800 18763776 389 33554432000 4194304 4287625 140736376307440 18446744073709551615 251814260239 0 0 4096 65536 4599785046302261247 0 0 17 4 0 0 0
/proc/23057/statm: 4581 389 341 23 0 91 0
[pid=23058] ppid=23057 vsize=71876 CPUtime=1.49 cores=0
/proc/23058/stat : 23058 (cryptominisat) R 23057 23057 22513 0 -1 4202496 16651 0 0 0 147 2 0 0 20 0 1 0 527177801 73601024 12683 33554432000 4194304 4587354 140736806135360 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23058/statm: 17969 12683 326 96 0 14531 0
[pid=23059] ppid=23057 vsize=39264 CPUtime=1.49 cores=1
/proc/23059/stat : 23059 (clasp) R 23057 23057 22513 0 -1 4202496 9702 0 0 0 147 2 0 0 20 0 1 0 527177801 40206336 6980 33554432000 4194304 4785740 140735908793904 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23059/statm: 9816 6980 340 145 0 6861 0
[pid=23060] ppid=23057 vsize=472060 CPUtime=1.49 cores=2
/proc/23060/stat : 23060 (TNM) R 23057 23057 22513 0 -1 4202496 8336 0 0 0 148 1 0 0 20 0 1 0 527177801 483389440 8233 33554432000 134512640 134534564 4292231216 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23060/statm: 118015 8233 95 6 0 116681 0
[pid=23061] ppid=23057 vsize=44676 CPUtime=1.49 cores=3
/proc/23061/stat : 23061 (march_hi) R 23057 23057 22513 0 -1 4202496 33884 0 0 0 144 5 0 0 20 0 1 0 527177801 45748224 7671 33554432000 4194304 4331988 140736556145648 18446744073709551615 4252228 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23061/statm: 11169 7671 141 34 0 9611 0
[pid=23062] ppid=23057 vsize=101296 CPUtime=3.73 cores=4-7
/proc/23062/stat : 23062 (plingeling) S 23057 23057 22513 0 -1 4202496 28020 1259 0 0 370 3 0 0 21 0 5 0 527177801 103727104 13761 33554432000 4194304 4356188 140737290625216 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23062/statm: 25324 13761 164 40 0 23868 0
[pid=23062/tid=23069] ppid=23057 vsize=101296 CPUtime=0.74 cores=4-7
/proc/23062/task/23069/stat : 23069 (plingeling) R 23057 23057 22513 0 -1 4202560 3695 1259 0 0 74 0 0 0 25 0 5 0 527177875 103727104 13761 33554432000 4194304 4356188 140737290625216 18446744073709551615 4290546 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23062/tid=23070] ppid=23057 vsize=101296 CPUtime=0.75 cores=4-7
/proc/23062/task/23070/stat : 23070 (plingeling) R 23057 23057 22513 0 -1 4202560 3704 1259 0 0 75 0 0 0 25 0 5 0 527177875 103727104 13761 33554432000 4194304 4356188 140737290625216 18446744073709551615 4270848 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23062/tid=23071] ppid=23057 vsize=101296 CPUtime=0.74 cores=4-7
/proc/23062/task/23071/stat : 23071 (plingeling) R 23057 23057 22513 0 -1 4202560 4334 1259 0 0 74 0 0 0 25 0 5 0 527177875 103727104 13761 33554432000 4194304 4356188 140737290625216 18446744073709551615 4253303 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23062/tid=23072] ppid=23057 vsize=101296 CPUtime=0.73 cores=4-7
/proc/23062/task/23072/stat : 23072 (plingeling) R 23057 23057 22513 0 -1 4202560 3696 1259 0 0 73 0 0 0 25 0 5 0 527177875 103727104 13761 33554432000 4194304 4356188 140737290625216 18446744073709551615 4234276 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.69
Current children cumulated vsize (KiB) 747496

[startup+3.10087 s]
/proc/loadavg: 7.44 7.91 7.96 9/180 23072
/proc/meminfo: memFree=30602232/32950928 swapFree=67111448/67111528
[pid=23057] ppid=23055 vsize=18324 CPUtime=0 cores=0-7
/proc/23057/stat : 23057 (ppfolio) S 23055 23057 22513 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527177800 18763776 389 33554432000 4194304 4287625 140736376307440 18446744073709551615 251814260239 0 0 4096 65536 4599785046302261247 0 0 17 4 0 0 0
/proc/23057/statm: 4581 389 341 23 0 91 0
[pid=23058] ppid=23057 vsize=109380 CPUtime=3.08 cores=0
/proc/23058/stat : 23058 (cryptominisat) R 23057 23057 22513 0 -1 4202496 17538 0 0 0 306 2 0 0 25 0 1 0 527177801 112005120 13567 33554432000 4194304 4587354 140736806135360 18446744073709551615 4236606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23058/statm: 27345 13567 326 96 0 23907 0
[pid=23059] ppid=23057 vsize=40352 CPUtime=3.09 cores=1
/proc/23059/stat : 23059 (clasp) R 23057 23057 22513 0 -1 4202496 10048 0 0 0 307 2 0 0 25 0 1 0 527177801 41320448 7326 33554432000 4194304 4785740 140735908793904 18446744073709551615 4553097 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23059/statm: 10088 7326 340 145 0 7133 0
[pid=23060] ppid=23057 vsize=472060 CPUtime=3.09 cores=2
/proc/23060/stat : 23060 (TNM) R 23057 23057 22513 0 -1 4202496 8336 0 0 0 308 1 0 0 25 0 1 0 527177801 483389440 8233 33554432000 134512640 134534564 4292231216 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23060/statm: 118015 8233 95 6 0 116681 0
[pid=23061] ppid=23057 vsize=106232 CPUtime=3.09 cores=3
/proc/23061/stat : 23061 (march_hi) R 23057 23057 22513 0 -1 4202496 61020 0 0 0 300 9 0 0 25 0 1 0 527177801 108781568 14171 33554432000 4194304 4331988 140736556145648 18446744073709551615 4229439 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23061/statm: 26558 14171 173 34 0 25000 0
[pid=23062] ppid=23057 vsize=101288 CPUtime=10.12 cores=4-7
/proc/23062/stat : 23062 (plingeling) S 23057 23057 22513 0 -1 4202496 28025 1259 0 0 1009 3 0 0 21 0 5 0 527177801 103718912 13764 33554432000 4194304 4356188 140737290625216 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23062/statm: 25322 13764 164 40 0 23866 0
[pid=23062/tid=23069] ppid=23057 vsize=101288 CPUtime=2.34 cores=4-7
/proc/23062/task/23069/stat : 23069 (plingeling) R 23057 23057 22513 0 -1 4202560 3700 1259 0 0 234 0 0 0 25 0 5 0 527177875 103718912 13764 33554432000 4194304 4356188 140737290625216 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23062/tid=23070] ppid=23057 vsize=101288 CPUtime=2.34 cores=4-7
/proc/23062/task/23070/stat : 23070 (plingeling) R 23057 23057 22513 0 -1 4202560 3704 1259 0 0 234 0 0 0 25 0 5 0 527177875 103718912 13764 33554432000 4194304 4356188 140737290625216 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23062/tid=23071] ppid=23057 vsize=101288 CPUtime=2.34 cores=4-7
/proc/23062/task/23071/stat : 23071 (plingeling) R 23057 23057 22513 0 -1 4202560 4334 1259 0 0 234 0 0 0 25 0 5 0 527177875 103718912 13764 33554432000 4194304 4356188 140737290625216 18446744073709551615 4210791 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23062/tid=23072] ppid=23057 vsize=101288 CPUtime=2.33 cores=4-7
/proc/23062/task/23072/stat : 23072 (plingeling) R 23057 23057 22513 0 -1 4202560 3696 1259 0 0 233 0 0 0 25 0 5 0 527177875 103718912 13764 33554432000 4194304 4356188 140737290625216 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.47
Current children cumulated vsize (KiB) 847636

[startup+6.30134 s]
/proc/loadavg: 7.64 7.94 7.97 9/180 23072
/proc/meminfo: memFree=30528836/32950928 swapFree=67111448/67111528
[pid=23057] ppid=23055 vsize=18324 CPUtime=0 cores=0-7
/proc/23057/stat : 23057 (ppfolio) S 23055 23057 22513 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527177800 18763776 389 33554432000 4194304 4287625 140736376307440 18446744073709551615 251814260239 0 0 4096 65536 4599785046302261247 0 0 17 4 0 0 0
/proc/23057/statm: 4581 389 341 23 0 91 0
[pid=23058] ppid=23057 vsize=109380 CPUtime=6.28 cores=0
/proc/23058/stat : 23058 (cryptominisat) R 23057 23057 22513 0 -1 4202496 19028 0 0 0 625 3 0 0 25 0 1 0 527177801 112005120 15051 33554432000 4194304 4587354 140736806135360 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23058/statm: 27345 15051 326 96 0 23907 0
[pid=23059] ppid=23057 vsize=48512 CPUtime=6.29 cores=1
/proc/23059/stat : 23059 (clasp) R 23057 23057 22513 0 -1 4202496 12089 0 0 0 626 3 0 0 25 0 1 0 527177801 49676288 9367 33554432000 4194304 4785740 140735908793904 18446744073709551615 251813900997 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23059/statm: 12128 9367 340 145 0 9173 0
[pid=23060] ppid=23057 vsize=472060 CPUtime=6.28 cores=2
/proc/23060/stat : 23060 (TNM) R 23057 23057 22513 0 -1 4202496 8336 0 0 0 627 1 0 0 25 0 1 0 527177801 483389440 8233 33554432000 134512640 134534564 4292231216 18446744073709551615 134530484 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23060/statm: 118015 8233 95 6 0 116681 0
[pid=23061] ppid=23057 vsize=107440 CPUtime=6.29 cores=3
/proc/23061/stat : 23061 (march_hi) R 23057 23057 22513 0 -1 4202496 69678 0 0 0 619 10 0 0 25 0 1 0 527177801 110018560 22829 33554432000 4194304 4331988 140736556145648 18446744073709551615 4265440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23061/statm: 26860 22829 173 34 0 25302 0
[pid=23062] ppid=23057 vsize=101288 CPUtime=22.9 cores=4-7
/proc/23062/stat : 23062 (plingeling) S 23057 23057 22513 0 -1 4202496 28025 1259 0 0 2287 3 0 0 21 0 5 0 527177801 103718912 13764 33554432000 4194304 4356188 140737290625216 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23062/statm: 25322 13764 164 40 0 23866 0
[pid=23062/tid=23069] ppid=23057 vsize=101288 CPUtime=5.55 cores=4-7
/proc/23062/task/23069/stat : 23069 (plingeling) R 23057 23057 22513 0 -1 4202560 3700 1259 0 0 555 0 0 0 25 0 5 0 527177875 103718912 13764 33554432000 4194304 4356188 140737290625216 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23062/tid=23070] ppid=23057 vsize=101288 CPUtime=5.54 cores=4-7
/proc/23062/task/23070/stat : 23070 (plingeling) R 23057 23057 22513 0 -1 4202560 3704 1259 0 0 554 0 0 0 25 0 5 0 527177875 103718912 13764 33554432000 4194304 4356188 140737290625216 18446744073709551615 4331360 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23062/tid=23071] ppid=23057 vsize=101288 CPUtime=5.54 cores=4-7
/proc/23062/task/23071/stat : 23071 (plingeling) R 23057 23057 22513 0 -1 4202560 4334 1259 0 0 554 0 0 0 25 0 5 0 527177875 103718912 13764 33554432000 4194304 4356188 140737290625216 18446744073709551615 4331072 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23062/tid=23072] ppid=23057 vsize=101288 CPUtime=5.51 cores=4-7
/proc/23062/task/23072/stat : 23072 (plingeling) R 23057 23057 22513 0 -1 4202560 3696 1259 0 0 551 0 0 0 25 0 5 0 527177875 103718912 13764 33554432000 4194304 4356188 140737290625216 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 48.04
Current children cumulated vsize (KiB) 857004

[startup+12.7013 s]
/proc/loadavg: 7.67 7.94 7.97 9/180 23073
/proc/meminfo: memFree=30495608/32950928 swapFree=67111448/67111528
[pid=23057] ppid=23055 vsize=18324 CPUtime=0 cores=0-7
/proc/23057/stat : 23057 (ppfolio) S 23055 23057 22513 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527177800 18763776 389 33554432000 4194304 4287625 140736376307440 18446744073709551615 251814260239 0 0 4096 65536 4599785046302261247 0 0 17 4 0 0 0
/proc/23057/statm: 4581 389 341 23 0 91 0
[pid=23058] ppid=23057 vsize=109380 CPUtime=12.68 cores=0
/proc/23058/stat : 23058 (cryptominisat) R 23057 23057 22513 0 -1 4202496 21832 0 0 0 1264 4 0 0 25 0 1 0 527177801 112005120 17846 33554432000 4194304 4587354 140736806135360 18446744073709551615 251813936907 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23058/statm: 27345 17846 326 96 0 23907 0
[pid=23059] ppid=23057 vsize=68988 CPUtime=12.69 cores=1
/proc/23059/stat : 23059 (clasp) R 23057 23057 22513 0 -1 4202496 17175 0 0 0 1264 5 0 0 25 0 1 0 527177801 70643712 14453 33554432000 4194304 4785740 140735908793904 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23059/statm: 17247 14453 340 145 0 14292 0
[pid=23060] ppid=23057 vsize=472060 CPUtime=12.68 cores=2
/proc/23060/stat : 23060 (TNM) R 23057 23057 22513 0 -1 4202496 8336 0 0 0 1267 1 0 0 25 0 1 0 527177801 483389440 8233 33554432000 134512640 134534564 4292231216 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23060/statm: 118015 8233 95 6 0 116681 0
[pid=23061] ppid=23057 vsize=109596 CPUtime=12.68 cores=3
/proc/23061/stat : 23061 (march_hi) R 23057 23057 22513 0 -1 4202496 70182 0 0 0 1258 10 0 0 25 0 1 0 527177801 112226304 23333 33554432000 4194304 4331988 140736556145648 18446744073709551615 4228361 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23061/statm: 27399 23333 173 34 0 25841 0
[pid=23062] ppid=23057 vsize=101288 CPUtime=48.47 cores=4-7
/proc/23062/stat : 23062 (plingeling) S 23057 23057 22513 0 -1 4202496 28025 1259 0 0 4844 3 0 0 21 0 5 0 527177801 103718912 13764 33554432000 4194304 4356188 140737290625216 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23062/statm: 25322 13764 164 40 0 23866 0
[pid=23062/tid=23069] ppid=23057 vsize=101288 CPUtime=11.95 cores=4-7
/proc/23062/task/23069/stat : 23069 (plingeling) R 23057 23057 22513 0 -1 4202560 3700 1259 0 0 1195 0 0 0 25 0 5 0 527177875 103718912 13764 33554432000 4194304 4356188 140737290625216 18446744073709551615 4331624 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23062/tid=23070] ppid=23057 vsize=101288 CPUtime=11.94 cores=4-7
/proc/23062/task/23070/stat : 23070 (plingeling) R 23057 23057 22513 0 -1 4202560 3704 1259 0 0 1194 0 0 0 25 0 5 0 527177875 103718912 13764 33554432000 4194304 4356188 140737290625216 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23062/tid=23071] ppid=23057 vsize=101288 CPUtime=11.94 cores=4-7
/proc/23062/task/23071/stat : 23071 (plingeling) R 23057 23057 22513 0 -1 4202560 4334 1259 0 0 1194 0 0 0 25 0 5 0 527177875 103718912 13764 33554432000 4194304 4356188 140737290625216 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23062/tid=23072] ppid=23057 vsize=101288 CPUtime=11.88 cores=4-7
/proc/23062/task/23072/stat : 23072 (plingeling) R 23057 23057 22513 0 -1 4202560 3696 1259 0 0 1188 0 0 0 25 0 5 0 527177875 103718912 13764 33554432000 4194304 4356188 140737290625216 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 99.2
Current children cumulated vsize (KiB) 879636

[startup+25.5011 s]
/proc/loadavg: 7.74 7.94 7.97 9/180 23073
/proc/meminfo: memFree=30316456/32950928 swapFree=67111448/67111528
[pid=23057] ppid=23055 vsize=18324 CPUtime=0 cores=0-7
/proc/23057/stat : 23057 (ppfolio) S 23055 23057 22513 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527177800 18763776 389 33554432000 4194304 4287625 140736376307440 18446744073709551615 251814260239 0 0 4096 65536 4599785046302261247 0 0 17 4 0 0 0
/proc/23057/statm: 4581 389 341 23 0 91 0
[pid=23058] ppid=23057 vsize=274156 CPUtime=25.49 cores=0
/proc/23058/stat : 23058 (cryptominisat) R 23057 23057 22513 0 -1 4202496 58743 0 0 0 2538 11 0 0 25 0 1 0 527177801 280735744 43814 33554432000 4194304 4587354 140736806135360 18446744073709551615 4364888 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=23060] ppid=23057 vsize=472064 CPUtime=4782.35 cores=2
/proc/23060/stat : 23060 (TNM) R 23057 23057 22513 0 -1 4202496 8346 0 0 0 478232 3 0 0 25 0 1 0 527177801 483393536 8243 33554432000 134512640 134534564 4292231216 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23060/statm: 118016 8243 103 6 0 116682 0
[pid=23061] ppid=23057 vsize=134144 CPUtime=4781.55 cores=3
/proc/23061/stat : 23061 (march_hi) R 23057 23057 22513 0 -1 4202496 76034 0 0 0 478142 13 0 0 25 0 1 0 527177801 137363456 29185 33554432000 4194304 4331988 140736556145648 18446744073709551615 4237136 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23061/statm: 33536 29185 173 34 0 31978 0
[pid=23062] ppid=23057 vsize=210396 CPUtime=19100.7 cores=4-7
/proc/23062/stat : 23062 (plingeling) S 23057 23057 22513 0 -1 4202496 81072 1259 0 0 1910055 12 0 0 21 0 5 0 527177801 215445504 41041 33554432000 4194304 4356188 140737290625216 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23062/statm: 52599 41041 164 40 0 51143 0
[pid=23062/tid=23069] ppid=23057 vsize=210396 CPUtime=4781.62 cores=4-7
/proc/23062/task/23069/stat : 23069 (plingeling) R 23057 23057 22513 0 -1 4202560 16934 1259 0 0 478160 2 0 0 25 0 5 0 527177875 215445504 41041 33554432000 4194304 4356188 140737290625216 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23062/tid=23070] ppid=23057 vsize=210396 CPUtime=4781.15 cores=4-7
/proc/23062/task/23070/stat : 23070 (plingeling) R 23057 23057 22513 0 -1 4202560 11541 1259 0 0 478113 2 0 0 25 0 5 0 527177875 215445504 41041 33554432000 4194304 4356188 140737290625216 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23062/tid=23071] ppid=23057 vsize=210396 CPUtime=4781.6 cores=4-7
/proc/23062/task/23071/stat : 23071 (plingeling) R 23057 23057 22513 0 -1 4202560 27741 1259 0 0 478157 3 0 0 25 0 5 0 527177875 215445504 41041 33554432000 4194304 4356188 140737290625216 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23062/tid=23072] ppid=23057 vsize=210396 CPUtime=4755.52 cores=4-7
/proc/23062/task/23072/stat : 23072 (plingeling) R 23057 23057 22513 0 -1 4202560 12265 1259 0 0 475551 1 0 0 25 0 5 0 527177875 215445504 41041 33554432000 4194304 4356188 140737290625216 18446744073709551615 4332320 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38229.2
Current children cumulated vsize (KiB) 3317384

[startup+4842.3 s]
/proc/loadavg: 8.02 8.05 8.00 9/180 23213
/proc/meminfo: memFree=29132672/32950928 swapFree=67111448/67111528
[pid=23057] ppid=23055 vsize=18324 CPUtime=0 cores=0-7
/proc/23057/stat : 23057 (ppfolio) S 23055 23057 22513 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527177800 18763776 389 33554432000 4194304 4287625 140736376307440 18446744073709551615 251814260239 0 0 4096 65536 4599785046302261247 0 0 17 4 0 0 0
/proc/23057/statm: 4581 389 341 23 0 91 0
[pid=23058] ppid=23057 vsize=1288348 CPUtime=4842.24 cores=0
/proc/23058/stat : 23058 (cryptominisat) R 23057 23057 22513 0 -1 4202496 2043513 0 0 0 483317 907 0 0 25 0 1 0 527177801 1319268352 46444 33554432000 4194304 4587354 140736806135360 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23058/statm: 322087 46444 337 96 0 318649 0
[pid=23059] ppid=23057 vsize=1194108 CPUtime=4842.35 cores=1
/proc/23059/stat : 23059 (clasp) R 23057 23057 22513 0 -1 4202496 294607 0 0 0 484138 97 0 0 25 0 1 0 527177801 1222766592 291885 33554432000 4194304 4785740 140735908793904 18446744073709551615 4309555 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23059/statm: 298527 291885 340 145 0 295572 0
[pid=23060] ppid=23057 vsize=472064 CPUtime=4842.35 cores=2
/proc/23060/stat : 23060 (TNM) R 23057 23057 22513 0 -1 4202496 8346 0 0 0 484232 3 0 0 25 0 1 0 527177801 483393536 8243 33554432000 134512640 134534564 4292231216 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23060/statm: 118016 8243 103 6 0 116682 0
[pid=23061] ppid=23057 vsize=134144 CPUtime=4841.55 cores=3
/proc/23061/stat : 23061 (march_hi) R 23057 23057 22513 0 -1 4202496 76043 0 0 0 484142 13 0 0 25 0 1 0 527177801 137363456 29194 33554432000 4194304 4331988 140736556145648 18446744073709551615 4228983 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23061/statm: 33536 29194 173 34 0 31978 0
[pid=23062] ppid=23057 vsize=210396 CPUtime=19340.3 cores=4-7
/proc/23062/stat : 23062 (plingeling) S 23057 23057 22513 0 -1 4202496 81072 1259 0 0 1934022 12 0 0 21 0 5 0 527177801 215445504 41041 33554432000 4194304 4356188 140737290625216 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23062/statm: 52599 41041 164 40 0 51143 0
[pid=23062/tid=23069] ppid=23057 vsize=210396 CPUtime=4841.62 cores=4-7
/proc/23062/task/23069/stat : 23069 (plingeling) R 23057 23057 22513 0 -1 4202560 16934 1259 0 0 484160 2 0 0 25 0 5 0 527177875 215445504 41041 33554432000 4194304 4356188 140737290625216 18446744073709551615 4332333 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23062/tid=23070] ppid=23057 vsize=210396 CPUtime=4841.15 cores=4-7
/proc/23062/task/23070/stat : 23070 (plingeling) R 23057 23057 22513 0 -1 4202560 11541 1259 0 0 484113 2 0 0 25 0 5 0 527177875 215445504 41041 33554432000 4194304 4356188 140737290625216 18446744073709551615 4234297 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23062/tid=23071] ppid=23057 vsize=210396 CPUtime=4841.6 cores=4-7
/proc/23062/task/23071/stat : 23071 (plingeling) R 23057 23057 22513 0 -1 4202560 27741 1259 0 0 484157 3 0 0 25 0 5 0 527177875 215445504 41041 33554432000 4194304 4356188 140737290625216 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23062/tid=23072] ppid=23057 vsize=210396 CPUtime=4815.19 cores=4-7
/proc/23062/task/23072/stat : 23072 (plingeling) R 23057 23057 22513 0 -1 4202560 12265 1259 0 0 481518 1 0 0 25 0 5 0 527177875 215445504 41041 33554432000 4194304 4356188 140737290625216 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38708.8
Current children cumulated vsize (KiB) 3317384

[startup+4902.3 s]
/proc/loadavg: 8.01 8.04 8.00 9/180 23215
/proc/meminfo: memFree=29179084/32950928 swapFree=67111448/67111528
[pid=23057] ppid=23055 vsize=18324 CPUtime=0 cores=0-7
/proc/23057/stat : 23057 (ppfolio) S 23055 23057 22513 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527177800 18763776 389 33554432000 4194304 4287625 140736376307440 18446744073709551615 251814260239 0 0 4096 65536 4599785046302261247 0 0 17 4 0 0 0
/proc/23057/statm: 4581 389 341 23 0 91 0
[pid=23058] ppid=23057 vsize=1322748 CPUtime=4902.23 cores=0
/proc/23058/stat : 23058 (cryptominisat) R 23057 23057 22513 0 -1 4202496 2066157 0 0 0 489304 919 0 0 25 0 1 0 527177801 1354493952 34045 33554432000 4194304 4587354 140736806135360 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23058/statm: 330687 34045 337 96 0 327249 0
[pid=23059] ppid=23057 vsize=1194108 CPUtime=4902.35 cores=1
/proc/23059/stat : 23059 (clasp) R 23057 23057 22513 0 -1 4202496 294607 0 0 0 490138 97 0 0 25 0 1 0 527177801 1222766592 291885 33554432000 4194304 4785740 140735908793904 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23059/statm: 298527 291885 340 145 0 295572 0
[pid=23060] ppid=23057 vsize=472064 CPUtime=4902.35 cores=2
/proc/23060/stat : 23060 (TNM) R 23057 23057 22513 0 -1 4202496 8346 0 0 0 490232 3 0 0 25 0 1 0 527177801 483393536 8243 33554432000 134512640 134534564 4292231216 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23060/statm: 118016 8243 103 6 0 116682 0
[pid=23061] ppid=23057 vsize=134144 CPUtime=4901.55 cores=3
/proc/23061/stat : 23061 (march_hi) R 23057 23057 22513 0 -1 4202496 76051 0 0 0 490142 13 0 0 25 0 1 0 527177801 137363456 29202 33554432000 4194304 4331988 140736556145648 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23061/statm: 33536 29202 173 34 0 31978 0
[pid=23062] ppid=23057 vsize=214492 CPUtime=19580 cores=4-7
/proc/23062/stat : 23062 (plingeling) S 23057 23057 22513 0 -1 4202496 84144 1259 0 0 1957988 13 0 0 21 0 5 0 527177801 219639808 42065 33554432000 4194304 4356188 140737290625216 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23062/statm: 53623 42065 164 40 0 52167 0
[pid=23062/tid=23069] ppid=23057 vsize=214492 CPUtime=4901.62 cores=4-7
/proc/23062/task/23069/stat : 23069 (plingeling) R 23057 23057 22513 0 -1 4202560 17958 1259 0 0 490160 2 0 0 25 0 5 0 527177875 219639808 42065 33554432000 4194304 4356188 140737290625216 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23062/tid=23070] ppid=23057 vsize=214492 CPUtime=4901.14 cores=4-7
/proc/23062/task/23070/stat : 23070 (plingeling) R 23057 23057 22513 0 -1 4202560 11541 1259 0 0 490112 2 0 0 25 0 5 0 527177875 219639808 42065 33554432000 4194304 4356188 140737290625216 18446744073709551615 4330976 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23062/tid=23071] ppid=23057 vsize=214492 CPUtime=4901.61 cores=4-7
/proc/23062/task/23071/stat : 23071 (plingeling) R 23057 23057 22513 0 -1 4202560 29789 1259 0 0 490157 4 0 0 25 0 5 0 527177875 219639808 42065 33554432000 4194304 4356188 140737290625216 18446744073709551615 4330990 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23062/tid=23072] ppid=23057 vsize=214492 CPUtime=4874.87 cores=4-7
/proc/23062/task/23072/stat : 23072 (plingeling) R 23057 23057 22513 0 -1 4202560 12265 1259 0 0 487486 1 0 0 25 0 5 0 527177875 219639808 42065 33554432000 4194304 4356188 140737290625216 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39188.5
Current children cumulated vsize (KiB) 3355880

[startup+4962.3 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 23217
/proc/meminfo: memFree=29098040/32950928 swapFree=67111448/67111528
[pid=23057] ppid=23055 vsize=18324 CPUtime=0 cores=0-7
/proc/23057/stat : 23057 (ppfolio) S 23055 23057 22513 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527177800 18763776 389 33554432000 4194304 4287625 140736376307440 18446744073709551615 251814260239 0 0 4096 65536 4599785046302261247 0 0 17 4 0 0 0
/proc/23057/statm: 4581 389 341 23 0 91 0
[pid=23058] ppid=23057 vsize=1322748 CPUtime=4962.24 cores=0
/proc/23058/stat : 23058 (cryptominisat) R 23057 23057 22513 0 -1 4202496 2084946 0 0 0 495294 930 0 0 25 0 1 0 527177801 1354493952 52764 33554432000 4194304 4587354 140736806135360 18446744073709551615 4236438 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23058/statm: 330687 52764 337 96 0 327249 0
[pid=23059] ppid=23057 vsize=1194108 CPUtime=4962.35 cores=1
/proc/23059/stat : 23059 (clasp) R 23057 23057 22513 0 -1 4202496 294640 0 0 0 496138 97 0 0 25 0 1 0 527177801 1222766592 291918 33554432000 4194304 4785740 140735908793904 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23059/statm: 298527 291918 340 145 0 295572 0
[pid=23060] ppid=23057 vsize=472064 CPUtime=4962.35 cores=2
/proc/23060/stat : 23060 (TNM) R 23057 23057 22513 0 -1 4202496 8346 0 0 0 496232 3 0 0 25 0 1 0 527177801 483393536 8243 33554432000 134512640 134534564 4292231216 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23060/statm: 118016 8243 103 6 0 116682 0
[pid=23061] ppid=23057 vsize=134276 CPUtime=4961.55 cores=3
/proc/23061/stat : 23061 (march_hi) R 23057 23057 22513 0 -1 4202496 76061 0 0 0 496142 13 0 0 25 0 1 0 527177801 137498624 29212 33554432000 4194304 4331988 140736556145648 18446744073709551615 4263238 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23061/statm: 33569 29212 173 34 0 32011 0
[pid=23062] ppid=23057 vsize=218592 CPUtime=19819.7 cores=4-7
/proc/23062/stat : 23062 (plingeling) S 23057 23057 22513 0 -1 4202496 88241 1259 0 0 1981955 13 0 0 21 0 5 0 527177801 223838208 43090 33554432000 4194304 4356188 140737290625216 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23062/statm: 54648 43090 164 40 0 53192 0
[pid=23062/tid=23069] ppid=23057 vsize=218592 CPUtime=4961.62 cores=4-7
/proc/23062/task/23069/stat : 23069 (plingeling) R 23057 23057 22513 0 -1 4202560 17958 1259 0 0 496160 2 0 0 25 0 5 0 527177875 223838208 43090 33554432000 4194304 4356188 140737290625216 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23062/tid=23070] ppid=23057 vsize=218592 CPUtime=4961.13 cores=4-7
/proc/23062/task/23070/stat : 23070 (plingeling) R 23057 23057 22513 0 -1 4202560 15638 1259 0 0 496111 2 0 0 25 0 5 0 527177875 223838208 43090 33554432000 4194304 4356188 140737290625216 18446744073709551615 4330786 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23062/tid=23071] ppid=23057 vsize=218592 CPUtime=4961.61 cores=4-7
/proc/23062/task/23071/stat : 23071 (plingeling) R 23057 23057 22513 0 -1 4202560 29789 1259 0 0 496157 4 0 0 25 0 5 0 527177875 223838208 43090 33554432000 4194304 4356188 140737290625216 18446744073709551615 4330967 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23062/tid=23072] ppid=23057 vsize=218592 CPUtime=4934.54 cores=4-7
/proc/23062/task/23072/stat : 23072 (plingeling) R 23057 23057 22513 0 -1 4202560 12265 1259 0 0 493453 1 0 0 25 0 5 0 527177875 223838208 43090 33554432000 4194304 4356188 140737290625216 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39668.2
Current children cumulated vsize (KiB) 3360112



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 23217
/proc/meminfo: memFree=29173756/32950928 swapFree=67111448/67111528
[pid=23057] ppid=23055 vsize=18324 CPUtime=0 cores=0-7
/proc/23057/stat : 23057 (ppfolio) S 23055 23057 22513 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527177800 18763776 389 33554432000 4194304 4287625 140736376307440 18446744073709551615 251814260239 0 0 4096 65536 4599785046302261247 0 0 17 4 0 0 0
/proc/23057/statm: 4581 389 341 23 0 91 0
[pid=23058] ppid=23057 vsize=1326980 CPUtime=4999.94 cores=0
/proc/23058/stat : 23058 (cryptominisat) R 23057 23057 22513 0 -1 4202496 2100546 0 0 0 499057 937 0 0 25 0 1 0 527177801 1358827520 33290 33554432000 4194304 4587354 140736806135360 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23058/statm: 331745 33290 337 96 0 328307 0
[pid=23059] ppid=23057 vsize=1194108 CPUtime=5000.06 cores=1
/proc/23059/stat : 23059 (clasp) R 23057 23057 22513 0 -1 4202496 295077 0 0 0 499909 97 0 0 25 0 1 0 527177801 1222766592 292355 33554432000 4194304 4785740 140735908793904 18446744073709551615 4276832 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23059/statm: 298527 292355 340 145 0 295572 0
[pid=23060] ppid=23057 vsize=472064 CPUtime=5000.06 cores=2
/proc/23060/stat : 23060 (TNM) R 23057 23057 22513 0 -1 4202496 8346 0 0 0 500003 3 0 0 25 0 1 0 527177801 483393536 8243 33554432000 134512640 134534564 4292231216 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23060/statm: 118016 8243 103 6 0 116682 0
[pid=23061] ppid=23057 vsize=134276 CPUtime=4999.26 cores=3
/proc/23061/stat : 23061 (march_hi) R 23057 23057 22513 0 -1 4202496 76066 0 0 0 499913 13 0 0 25 0 1 0 527177801 137498624 29217 33554432000 4194304 4331988 140736556145648 18446744073709551615 4240214 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23061/statm: 33569 29217 173 34 0 32011 0
[pid=23062] ppid=23057 vsize=218592 CPUtime=19970.3 cores=4-7
/proc/23062/stat : 23062 (plingeling) S 23057 23057 22513 0 -1 4202496 88241 1259 0 0 1997016 13 0 0 21 0 5 0 527177801 223838208 43090 33554432000 4194304 4356188 140737290625216 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23062/statm: 54648 43090 164 40 0 53192 0
[pid=23062/tid=23069] ppid=23057 vsize=218592 CPUtime=4999.33 cores=4-7
/proc/23062/task/23069/stat : 23069 (plingeling) R 23057 23057 22513 0 -1 4202560 17958 1259 0 0 499931 2 0 0 25 0 5 0 527177875 223838208 43090 33554432000 4194304 4356188 140737290625216 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23062/tid=23070] ppid=23057 vsize=218592 CPUtime=4998.84 cores=4-7
/proc/23062/task/23070/stat : 23070 (plingeling) R 23057 23057 22513 0 -1 4202560 15638 1259 0 0 499882 2 0 0 25 0 5 0 527177875 223838208 43090 33554432000 4194304 4356188 140737290625216 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23062/tid=23071] ppid=23057 vsize=218592 CPUtime=4999.32 cores=4-7
/proc/23062/task/23071/stat : 23071 (plingeling) R 23057 23057 22513 0 -1 4202560 29789 1259 0 0 499928 4 0 0 25 0 5 0 527177875 223838208 43090 33554432000 4194304 4356188 140737290625216 18446744073709551615 4234297 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23062/tid=23072] ppid=23057 vsize=218592 CPUtime=4972.04 cores=4-7
/proc/23062/task/23072/stat : 23072 (plingeling) R 23057 23057 22513 0 -1 4202560 12265 1259 0 0 497203 1 0 0 25 0 5 0 527177875 223838208 43090 33554432000 4194304 4356188 140737290625216 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39969.6
Current children cumulated vsize (KiB) 3364344

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 23057 and gives
#  childrusage.ru_utime.tv_sec=14989
#  childrusage.ru_utime.tv_usec=738213
#  childrusage.ru_stime.tv_sec=9
#  childrusage.ru_stime.tv_usec=574544
# CPU time returned by wait4() is 14999.3
# while last known CPU time is 39969.6
#
# 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): 39969.6
CPU user time (s): 39959
CPU system time (s): 10.63
CPU usage (%): 799.389
Max. virtual memory (cumulated for all children) (KiB): 4594300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14989.7
system time used= 9.57454
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2185478
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= 707
involuntary context switches= 21430

runsolver used 8.09477 second user time and 19.1871 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-30 11:29:51
IDJOB=3220089
IDBENCH=82698
IDSOLVER=1638
FILE ID=node126/3220089-1304155791
RUNJOBID= node126-1304145480-22527
PBS_JOBID= 13170888
Free space on /tmp= 73180 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S1170024351-015-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3220089-1304155791/watcher-3220089-1304155791 -o /tmp/evaluation-result-3220089-1304155791/solver-3220089-1304155791 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3220089-1304155791.cnf

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

MD5SUM BENCH= 0f7796213ec78265bd44aa83c0fa283d
RANDOM SEED=1648354730

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30798260 kB
Buffers:        292784 kB
Cached:        1482068 kB
SwapCached:         76 kB
Active:         205820 kB
Inactive:      1633244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30798260 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           14388 kB
Writeback:           0 kB
AnonPages:       63840 kB
Mapped:          14716 kB
Slab:           247920 kB
PageTables:       4244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187928 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= 73168 MiB
End job on node126 at 2011-04-30 12:53:13