Trace number 3219399

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S874492400-019-UNKNOWN.cnf
MD5SUMec4818cc72441ba3110ddbe772c6ebb9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark441.68
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-3219399-1304150427/watcher-3219399-1304150427 -o /tmp/evaluation-result-3219399-1304150427/solver-3219399-1304150427 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3219399-1304150427.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.36 7.90 7.96 2/170 11713
/proc/meminfo: memFree=30089972/32950928 swapFree=67054472/67111528
[pid=11713] ppid=11711 vsize=18324 CPUtime=0 cores=0-7
/proc/11713/stat : 11713 (ppfolio) S 11711 11713 11372 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 605273373 18763776 389 33554432000 4194304 4287625 140733201341648 18446744073709551615 260905414159 0 0 4096 65536 4541757907829522431 0 0 17 4 0 0 0
/proc/11713/statm: 4581 389 341 23 0 91 0

[startup+0.090539 s]
/proc/loadavg: 7.36 7.90 7.96 2/170 11713
/proc/meminfo: memFree=30089972/32950928 swapFree=67054472/67111528
[pid=11713] ppid=11711 vsize=18324 CPUtime=0 cores=0-7
/proc/11713/stat : 11713 (ppfolio) S 11711 11713 11372 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 605273373 18763776 389 33554432000 4194304 4287625 140733201341648 18446744073709551615 260905414159 0 0 4096 65536 4541757907829522431 0 0 17 4 0 0 0
/proc/11713/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100531 s]
/proc/loadavg: 7.36 7.90 7.96 2/170 11713
/proc/meminfo: memFree=30089972/32950928 swapFree=67054472/67111528
[pid=11713] ppid=11711 vsize=18324 CPUtime=0 cores=0-7
/proc/11713/stat : 11713 (ppfolio) S 11711 11713 11372 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 605273373 18763776 389 33554432000 4194304 4287625 140733201341648 18446744073709551615 260905414159 0 0 4096 65536 4541757907829522431 0 0 17 4 0 0 0
/proc/11713/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300498 s]
/proc/loadavg: 7.36 7.90 7.96 2/170 11713
/proc/meminfo: memFree=30089972/32950928 swapFree=67054472/67111528
[pid=11713] ppid=11711 vsize=18324 CPUtime=0 cores=0-7
/proc/11713/stat : 11713 (ppfolio) S 11711 11713 11372 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 605273373 18763776 389 33554432000 4194304 4287625 140733201341648 18446744073709551615 260905414159 0 0 4096 65536 4541757907829522431 0 0 17 6 0 0 0
/proc/11713/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700426 s]
/proc/loadavg: 7.36 7.90 7.96 2/170 11713
/proc/meminfo: memFree=30089972/32950928 swapFree=67054472/67111528
[pid=11713] ppid=11711 vsize=18324 CPUtime=0 cores=0-7
/proc/11713/stat : 11713 (ppfolio) S 11711 11713 11372 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 605273373 18763776 389 33554432000 4194304 4287625 140733201341648 18446744073709551615 260905414159 0 0 4096 65536 4541757907829522431 0 0 17 6 0 0 0
/proc/11713/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50128 s]
/proc/loadavg: 7.36 7.90 7.96 9/180 11728
/proc/meminfo: memFree=29864948/32950928 swapFree=67054472/67111528
[pid=11713] ppid=11711 vsize=18324 CPUtime=0 cores=0-7
/proc/11713/stat : 11713 (ppfolio) S 11711 11713 11372 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 605273373 18763776 389 33554432000 4194304 4287625 140733201341648 18446744073709551615 260905414159 0 0 4096 65536 4541757907829522431 0 0 17 6 0 0 0
/proc/11713/statm: 4581 389 341 23 0 91 0
[pid=11714] ppid=11713 vsize=71976 CPUtime=1.49 cores=0
/proc/11714/stat : 11714 (cryptominisat) R 11713 11713 11372 0 -1 4202496 17452 0 0 0 146 3 0 0 25 0 1 0 605273373 73703424 12710 33554432000 4194304 4587354 140735533111440 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11714/statm: 17994 12710 326 96 0 14556 0
[pid=11715] ppid=11713 vsize=39116 CPUtime=1.49 cores=1
/proc/11715/stat : 11715 (clasp) R 11713 11713 11372 0 -1 4202496 9672 0 0 0 148 1 0 0 20 0 1 0 605273373 40054784 6950 33554432000 4194304 4785740 140733870529888 18446744073709551615 4550354 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11715/statm: 9779 6950 340 145 0 6824 0
[pid=11716] ppid=11713 vsize=472060 CPUtime=1.49 cores=2
/proc/11716/stat : 11716 (TNM) R 11713 11713 11372 0 -1 4202496 8336 0 0 0 148 1 0 0 25 0 1 0 605273373 483389440 8233 33554432000 134512640 134534564 4290427104 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11716/statm: 118015 8233 95 6 0 116681 0
[pid=11717] ppid=11713 vsize=38872 CPUtime=1.48 cores=3
/proc/11717/stat : 11717 (march_hi) R 11713 11713 11372 0 -1 4202496 32463 0 0 0 144 4 0 0 20 0 1 0 605273373 39804928 6226 33554432000 4194304 4331988 140737373874768 18446744073709551615 260905054917 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11717/statm: 9718 6231 141 34 0 8160 0
[pid=11718] ppid=11713 vsize=103396 CPUtime=3.79 cores=4-7
/proc/11718/stat : 11718 (plingeling) S 11713 11713 11372 0 -1 4202496 28468 1258 0 0 375 4 0 0 21 0 5 0 605273373 105877504 14279 33554432000 4194304 4356188 140735332830224 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11718/statm: 25849 14279 163 40 0 24393 0
[pid=11718/tid=11725] ppid=11713 vsize=103396 CPUtime=0.76 cores=4-7
/proc/11718/task/11725/stat : 11725 (plingeling) R 11713 11713 11372 0 -1 4202560 4206 1258 0 0 76 0 0 0 25 0 5 0 605273446 105877504 14279 33554432000 4194304 4356188 140735332830224 18446744073709551615 4286679 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11718/tid=11726] ppid=11713 vsize=103396 CPUtime=0.77 cores=4-7
/proc/11718/task/11726/stat : 11726 (plingeling) R 11713 11713 11372 0 -1 4202560 3704 1258 0 0 77 0 0 0 25 0 5 0 605273446 105877504 14279 33554432000 4194304 4356188 140735332830224 18446744073709551615 4210587 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11718/tid=11727] ppid=11713 vsize=103396 CPUtime=0.76 cores=4-7
/proc/11718/task/11727/stat : 11727 (plingeling) R 11713 11713 11372 0 -1 4202560 4023 1258 0 0 76 0 0 0 25 0 5 0 605273446 105877504 14279 33554432000 4194304 4356188 140735332830224 18446744073709551615 4322016 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11718/tid=11728] ppid=11713 vsize=103396 CPUtime=0.76 cores=4-7
/proc/11718/task/11728/stat : 11728 (plingeling) R 11713 11713 11372 0 -1 4202560 3941 1258 0 0 76 0 0 0 25 0 5 0 605273446 105877504 14279 33554432000 4194304 4356188 140735332830224 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.74
Current children cumulated vsize (KiB) 743744

[startup+3.10099 s]
/proc/loadavg: 7.36 7.90 7.96 9/180 11728
/proc/meminfo: memFree=29892732/32950928 swapFree=67054472/67111528
[pid=11713] ppid=11711 vsize=18324 CPUtime=0 cores=0-7
/proc/11713/stat : 11713 (ppfolio) S 11711 11713 11372 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 605273373 18763776 389 33554432000 4194304 4287625 140733201341648 18446744073709551615 260905414159 0 0 4096 65536 4541757907829522431 0 0 17 6 0 0 0
/proc/11713/statm: 4581 389 341 23 0 91 0
[pid=11714] ppid=11713 vsize=109480 CPUtime=3.09 cores=0
/proc/11714/stat : 11714 (cryptominisat) R 11713 11713 11372 0 -1 4202496 18331 0 0 0 306 3 0 0 25 0 1 0 605273373 112107520 13585 33554432000 4194304 4587354 140735533111440 18446744073709551615 4236866 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11714/statm: 27370 13585 326 96 0 23932 0
[pid=11715] ppid=11713 vsize=39388 CPUtime=3.08 cores=1
/proc/11715/stat : 11715 (clasp) R 11713 11713 11372 0 -1 4202496 9838 0 0 0 307 1 0 0 25 0 1 0 605273373 40333312 7116 33554432000 4194304 4785740 140733870529888 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11715/statm: 9847 7116 340 145 0 6892 0
[pid=11716] ppid=11713 vsize=472060 CPUtime=3.08 cores=2
/proc/11716/stat : 11716 (TNM) R 11713 11713 11372 0 -1 4202496 8336 0 0 0 307 1 0 0 25 0 1 0 605273373 483389440 8233 33554432000 134512640 134534564 4290427104 18446744073709551615 134528934 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11716/statm: 118015 8233 95 6 0 116681 0
[pid=11717] ppid=11713 vsize=106244 CPUtime=3.09 cores=3
/proc/11717/stat : 11717 (march_hi) R 11713 11713 11372 0 -1 4202496 60967 0 0 0 301 8 0 0 25 0 1 0 605273373 108793856 14079 33554432000 4194304 4331988 140737373874768 18446744073709551615 4229443 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11717/statm: 26561 14079 173 34 0 25003 0
[pid=11718] ppid=11713 vsize=103384 CPUtime=10.19 cores=4-7
/proc/11718/stat : 11718 (plingeling) S 11713 11713 11372 0 -1 4202496 28478 1258 0 0 1015 4 0 0 21 0 5 0 605273373 105865216 14286 33554432000 4194304 4356188 140735332830224 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11718/statm: 25846 14286 163 40 0 24390 0
[pid=11718/tid=11725] ppid=11713 vsize=103384 CPUtime=2.36 cores=4-7
/proc/11718/task/11725/stat : 11725 (plingeling) R 11713 11713 11372 0 -1 4202560 4211 1258 0 0 236 0 0 0 25 0 5 0 605273446 105865216 14286 33554432000 4194304 4356188 140735332830224 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11718/tid=11726] ppid=11713 vsize=103384 CPUtime=2.37 cores=4-7
/proc/11718/task/11726/stat : 11726 (plingeling) R 11713 11713 11372 0 -1 4202560 3704 1258 0 0 237 0 0 0 25 0 5 0 605273446 105865216 14286 33554432000 4194304 4356188 140735332830224 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11718/tid=11727] ppid=11713 vsize=103384 CPUtime=2.35 cores=4-7
/proc/11718/task/11727/stat : 11727 (plingeling) R 11713 11713 11372 0 -1 4202560 4028 1258 0 0 235 0 0 0 25 0 5 0 605273446 105865216 14286 33554432000 4194304 4356188 140735332830224 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11718/tid=11728] ppid=11713 vsize=103384 CPUtime=2.36 cores=4-7
/proc/11718/task/11728/stat : 11728 (plingeling) R 11713 11713 11372 0 -1 4202560 3941 1258 0 0 236 0 0 0 25 0 5 0 605273446 105865216 14286 33554432000 4194304 4356188 140735332830224 18446744073709551615 4331416 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.53
Current children cumulated vsize (KiB) 848880

[startup+6.3014 s]
/proc/loadavg: 7.41 7.90 7.96 9/180 11728
/proc/meminfo: memFree=29817960/32950928 swapFree=67054472/67111528
[pid=11713] ppid=11711 vsize=18324 CPUtime=0 cores=0-7
/proc/11713/stat : 11713 (ppfolio) S 11711 11713 11372 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 605273373 18763776 389 33554432000 4194304 4287625 140733201341648 18446744073709551615 260905414159 0 0 4096 65536 4541757907829522431 0 0 17 6 0 0 0
/proc/11713/statm: 4581 389 341 23 0 91 0
[pid=11714] ppid=11713 vsize=109480 CPUtime=6.29 cores=0
/proc/11714/stat : 11714 (cryptominisat) R 11713 11713 11372 0 -1 4202496 19794 0 0 0 626 3 0 0 25 0 1 0 605273373 112107520 15043 33554432000 4194304 4587354 140735533111440 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11714/statm: 27370 15043 326 96 0 23932 0
[pid=11715] ppid=11713 vsize=48980 CPUtime=6.29 cores=1
/proc/11715/stat : 11715 (clasp) R 11713 11713 11372 0 -1 4202496 12223 0 0 0 627 2 0 0 25 0 1 0 605273373 50155520 9501 33554432000 4194304 4785740 140733870529888 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11715/statm: 12245 9501 340 145 0 9290 0
[pid=11716] ppid=11713 vsize=472060 CPUtime=6.28 cores=2
/proc/11716/stat : 11716 (TNM) R 11713 11713 11372 0 -1 4202496 8336 0 0 0 627 1 0 0 25 0 1 0 605273373 483389440 8233 33554432000 134512640 134534564 4290427104 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11716/statm: 118015 8233 95 6 0 116681 0
[pid=11717] ppid=11713 vsize=107444 CPUtime=6.28 cores=3
/proc/11717/stat : 11717 (march_hi) R 11713 11713 11372 0 -1 4202496 69725 0 0 0 620 8 0 0 25 0 1 0 605273373 110022656 22837 33554432000 4194304 4331988 140737373874768 18446744073709551615 4228983 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11717/statm: 26861 22837 173 34 0 25303 0
[pid=11718] ppid=11713 vsize=103384 CPUtime=22.97 cores=4-7
/proc/11718/stat : 11718 (plingeling) S 11713 11713 11372 0 -1 4202496 28478 1258 0 0 2293 4 0 0 21 0 5 0 605273373 105865216 14286 33554432000 4194304 4356188 140735332830224 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11718/statm: 25846 14286 163 40 0 24390 0
[pid=11718/tid=11725] ppid=11713 vsize=103384 CPUtime=5.56 cores=4-7
/proc/11718/task/11725/stat : 11725 (plingeling) R 11713 11713 11372 0 -1 4202560 4211 1258 0 0 556 0 0 0 25 0 5 0 605273446 105865216 14286 33554432000 4194304 4356188 140735332830224 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11718/tid=11726] ppid=11713 vsize=103384 CPUtime=5.57 cores=4-7
/proc/11718/task/11726/stat : 11726 (plingeling) R 11713 11713 11372 0 -1 4202560 3704 1258 0 0 557 0 0 0 25 0 5 0 605273446 105865216 14286 33554432000 4194304 4356188 140735332830224 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11718/tid=11727] ppid=11713 vsize=103384 CPUtime=5.53 cores=4-7
/proc/11718/task/11727/stat : 11727 (plingeling) R 11713 11713 11372 0 -1 4202560 4028 1258 0 0 553 0 0 0 25 0 5 0 605273446 105865216 14286 33554432000 4194304 4356188 140735332830224 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11718/tid=11728] ppid=11713 vsize=103384 CPUtime=5.56 cores=4-7
/proc/11718/task/11728/stat : 11728 (plingeling) R 11713 11713 11372 0 -1 4202560 3941 1258 0 0 556 0 0 0 25 0 5 0 605273446 105865216 14286 33554432000 4194304 4356188 140735332830224 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.11
Current children cumulated vsize (KiB) 859672

[startup+12.7012 s]
/proc/loadavg: 7.46 7.90 7.96 9/180 11729
/proc/meminfo: memFree=29782764/32950928 swapFree=67054472/67111528
[pid=11713] ppid=11711 vsize=18324 CPUtime=0 cores=0-7
/proc/11713/stat : 11713 (ppfolio) S 11711 11713 11372 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 605273373 18763776 389 33554432000 4194304 4287625 140733201341648 18446744073709551615 260905414159 0 0 4096 65536 4541757907829522431 0 0 17 6 0 0 0
/proc/11713/statm: 4581 389 341 23 0 91 0
[pid=11714] ppid=11713 vsize=109480 CPUtime=12.69 cores=0
/proc/11714/stat : 11714 (cryptominisat) R 11713 11713 11372 0 -1 4202496 22653 0 0 0 1264 5 0 0 25 0 1 0 605273373 112107520 17894 33554432000 4194304 4587354 140735533111440 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11714/statm: 27370 17894 326 96 0 23932 0
[pid=11715] ppid=11713 vsize=71224 CPUtime=12.69 cores=1
/proc/11715/stat : 11715 (clasp) R 11713 11713 11372 0 -1 4202496 17764 0 0 0 1265 4 0 0 25 0 1 0 605273373 72933376 15042 33554432000 4194304 4785740 140733870529888 18446744073709551615 4551074 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11715/statm: 17806 15042 340 145 0 14851 0
[pid=11716] ppid=11713 vsize=472060 CPUtime=12.68 cores=2
/proc/11716/stat : 11716 (TNM) R 11713 11713 11372 0 -1 4202496 8336 0 0 0 1267 1 0 0 25 0 1 0 605273373 483389440 8233 33554432000 134512640 134534564 4290427104 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11716/statm: 118015 8233 95 6 0 116681 0
[pid=11717] ppid=11713 vsize=109608 CPUtime=12.69 cores=3
/proc/11717/stat : 11717 (march_hi) R 11713 11713 11372 0 -1 4202496 70224 0 0 0 1260 9 0 0 25 0 1 0 605273373 112238592 23336 33554432000 4194304 4331988 140737373874768 18446744073709551615 4228983 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11717/statm: 27402 23336 173 34 0 25844 0
[pid=11718] ppid=11713 vsize=110568 CPUtime=48.53 cores=4-7
/proc/11718/stat : 11718 (plingeling) S 11713 11713 11372 0 -1 4202496 30274 1258 0 0 4849 4 0 0 21 0 5 0 605273373 113221632 16082 33554432000 4194304 4356188 140735332830224 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11718/statm: 27642 16082 163 40 0 26186 0
[pid=11718/tid=11725] ppid=11713 vsize=110568 CPUtime=11.96 cores=4-7
/proc/11718/task/11725/stat : 11725 (plingeling) R 11713 11713 11372 0 -1 4202560 4211 1258 0 0 1196 0 0 0 25 0 5 0 605273446 113221632 16082 33554432000 4194304 4356188 140735332830224 18446744073709551615 4210562 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11718/tid=11726] ppid=11713 vsize=110568 CPUtime=11.97 cores=4-7
/proc/11718/task/11726/stat : 11726 (plingeling) R 11713 11713 11372 0 -1 4202560 3704 1258 0 0 1197 0 0 0 25 0 5 0 605273446 113221632 16082 33554432000 4194304 4356188 140735332830224 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11718/tid=11727] ppid=11713 vsize=110568 CPUtime=11.9 cores=4-7
/proc/11718/task/11727/stat : 11727 (plingeling) R 11713 11713 11372 0 -1 4202560 4028 1258 0 0 1190 0 0 0 25 0 5 0 605273446 113221632 16082 33554432000 4194304 4356188 140735332830224 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11718/tid=11728] ppid=11713 vsize=110568 CPUtime=11.97 cores=4-7
/proc/11718/task/11728/stat : 11728 (plingeling) R 11713 11713 11372 0 -1 4202560 5737 1258 0 0 1196 1 0 0 25 0 5 0 605273446 113221632 16082 33554432000 4194304 4356188 140735332830224 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 99.28
Current children cumulated vsize (KiB) 891264

[startup+25.5009 s]
/proc/loadavg: 7.58 7.91 7.96 9/180 11729
/proc/meminfo: memFree=29613572/32950928 swapFree=67054472/67111528
[pid=11713] ppid=11711 vsize=18324 CPUtime=0 cores=0-7
/proc/11713/stat : 11713 (ppfolio) S 11711 11713 11372 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 605273373 18763776 389 33554432000 4194304 4287625 140733201341648 18446744073709551615 260905414159 0 0 4096 65536 4541757907829522431 0 0 17 6 0 0 0
/proc/11713/statm: 4581 389 341 23 0 91 0
[pid=11714] ppid=11713 vsize=278580 CPUtime=25.49 cores=0
/proc/11714/stat : 11714 (cryptominisat) R 11713 11713 11372 0 -1 4202496 61888 0 0 0 2538 11 0 0 25 0 1 0 605273373 285265920 45234 33554432000 4194304 4587354 140735533111440 18446744073709551615 4365232 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=11716] ppid=11713 vsize=472064 CPUtime=4781.81 cores=2
/proc/11716/stat : 11716 (TNM) R 11713 11713 11372 0 -1 4202496 8345 0 0 0 478179 2 0 0 25 0 1 0 605273373 483393536 8242 33554432000 134512640 134534564 4290427104 18446744073709551615 134530309 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11716/statm: 118016 8242 103 6 0 116682 0
[pid=11717] ppid=11713 vsize=133964 CPUtime=4782.43 cores=3
/proc/11717/stat : 11717 (march_hi) R 11713 11713 11372 0 -1 4202496 76031 0 0 0 478231 12 0 0 25 0 1 0 605273373 137179136 29143 33554432000 4194304 4331988 140737373874768 18446744073709551615 4265490 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11717/statm: 33491 29143 173 34 0 31933 0
[pid=11718] ppid=11713 vsize=235012 CPUtime=19100.7 cores=4-7
/proc/11718/stat : 11718 (plingeling) S 11713 11713 11372 0 -1 4202496 101207 1258 0 0 1910055 15 0 0 21 0 5 0 605273373 240652288 47193 33554432000 4194304 4356188 140735332830224 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11718/statm: 58753 47193 163 40 0 57297 0
[pid=11718/tid=11725] ppid=11713 vsize=235012 CPUtime=4781.72 cores=4-7
/proc/11718/task/11725/stat : 11725 (plingeling) R 11713 11713 11372 0 -1 4202560 18311 1258 0 0 478170 2 0 0 25 0 5 0 605273446 240652288 47193 33554432000 4194304 4356188 140735332830224 18446744073709551615 4280645 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11718/tid=11726] ppid=11713 vsize=235012 CPUtime=4781.56 cores=4-7
/proc/11718/task/11726/stat : 11726 (plingeling) R 11713 11713 11372 0 -1 4202560 28769 1258 0 0 478153 3 0 0 25 0 5 0 605273446 240652288 47193 33554432000 4194304 4356188 140735332830224 18446744073709551615 4331383 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11718/tid=11727] ppid=11713 vsize=235012 CPUtime=4755.63 cores=4-7
/proc/11718/task/11727/stat : 11727 (plingeling) R 11713 11713 11372 0 -1 4202560 8845 1258 0 0 475563 0 0 0 25 0 5 0 605273446 240652288 47193 33554432000 4194304 4356188 140735332830224 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11718/tid=11728] ppid=11713 vsize=235012 CPUtime=4781.05 cores=4-7
/proc/11718/task/11728/stat : 11728 (plingeling) R 11713 11713 11372 0 -1 4202560 32688 1258 0 0 478099 6 0 0 25 0 5 0 605273446 240652288 47193 33554432000 4194304 4356188 140735332830224 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38229.8
Current children cumulated vsize (KiB) 2593040

[startup+4842.3 s]
/proc/loadavg: 8.07 8.03 8.00 9/180 11878
/proc/meminfo: memFree=28754504/32950928 swapFree=67054472/67111528
[pid=11713] ppid=11711 vsize=18324 CPUtime=0 cores=0-7
/proc/11713/stat : 11713 (ppfolio) S 11711 11713 11372 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 605273373 18763776 389 33554432000 4194304 4287625 140733201341648 18446744073709551615 260905414159 0 0 4096 65536 4541757907829522431 0 0 17 6 0 0 0
/proc/11713/statm: 4581 389 341 23 0 91 0
[pid=11714] ppid=11713 vsize=821096 CPUtime=4842.42 cores=0
/proc/11714/stat : 11714 (cryptominisat) R 11713 11713 11372 0 -1 4202496 2087590 0 0 0 483274 968 0 0 25 0 1 0 605273373 840802304 25789 33554432000 4194304 4587354 140735533111440 18446744073709551615 4238240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11714/statm: 205274 25789 337 96 0 201836 0
[pid=11715] ppid=11713 vsize=915848 CPUtime=4842.4 cores=1
/proc/11715/stat : 11715 (clasp) R 11713 11713 11372 0 -1 4202496 226800 0 0 0 484165 75 0 0 25 0 1 0 605273373 937828352 224078 33554432000 4194304 4785740 140733870529888 18446744073709551615 4552553 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11715/statm: 228962 224078 340 145 0 226007 0
[pid=11716] ppid=11713 vsize=472064 CPUtime=4841.8 cores=2
/proc/11716/stat : 11716 (TNM) R 11713 11713 11372 0 -1 4202496 8345 0 0 0 484178 2 0 0 25 0 1 0 605273373 483393536 8242 33554432000 134512640 134534564 4290427104 18446744073709551615 134528250 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11716/statm: 118016 8242 103 6 0 116682 0
[pid=11717] ppid=11713 vsize=133964 CPUtime=4842.43 cores=3
/proc/11717/stat : 11717 (march_hi) R 11713 11713 11372 0 -1 4202496 76038 0 0 0 484231 12 0 0 25 0 1 0 605273373 137179136 29150 33554432000 4194304 4331988 140737373874768 18446744073709551615 4240141 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11717/statm: 33491 29150 173 34 0 31933 0
[pid=11718] ppid=11713 vsize=235012 CPUtime=19340.4 cores=4-7
/proc/11718/stat : 11718 (plingeling) S 11713 11713 11372 0 -1 4202496 101207 1258 0 0 1934022 15 0 0 21 0 5 0 605273373 240652288 47193 33554432000 4194304 4356188 140735332830224 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11718/statm: 58753 47193 163 40 0 57297 0
[pid=11718/tid=11725] ppid=11713 vsize=235012 CPUtime=4841.72 cores=4-7
/proc/11718/task/11725/stat : 11725 (plingeling) R 11713 11713 11372 0 -1 4202560 18311 1258 0 0 484170 2 0 0 25 0 5 0 605273446 240652288 47193 33554432000 4194304 4356188 140735332830224 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11718/tid=11726] ppid=11713 vsize=235012 CPUtime=4841.56 cores=4-7
/proc/11718/task/11726/stat : 11726 (plingeling) R 11713 11713 11372 0 -1 4202560 28769 1258 0 0 484153 3 0 0 25 0 5 0 605273446 240652288 47193 33554432000 4194304 4356188 140735332830224 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11718/tid=11727] ppid=11713 vsize=235012 CPUtime=4815.3 cores=4-7
/proc/11718/task/11727/stat : 11727 (plingeling) R 11713 11713 11372 0 -1 4202560 8845 1258 0 0 481530 0 0 0 25 0 5 0 605273446 240652288 47193 33554432000 4194304 4356188 140735332830224 18446744073709551615 4332288 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11718/tid=11728] ppid=11713 vsize=235012 CPUtime=4841.05 cores=4-7
/proc/11718/task/11728/stat : 11728 (plingeling) R 11713 11713 11372 0 -1 4202560 32688 1258 0 0 484099 6 0 0 25 0 5 0 605273446 240652288 47193 33554432000 4194304 4356188 140735332830224 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38709.4
Current children cumulated vsize (KiB) 2596308

[startup+4902.3 s]
/proc/loadavg: 8.07 8.04 8.00 9/180 11880
/proc/meminfo: memFree=28663560/32950928 swapFree=67054472/67111528
[pid=11713] ppid=11711 vsize=18324 CPUtime=0 cores=0-7
/proc/11713/stat : 11713 (ppfolio) S 11711 11713 11372 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 605273373 18763776 389 33554432000 4194304 4287625 140733201341648 18446744073709551615 260905414159 0 0 4096 65536 4541757907829522431 0 0 17 6 0 0 0
/proc/11713/statm: 4581 389 341 23 0 91 0
[pid=11714] ppid=11713 vsize=821096 CPUtime=4902.42 cores=0
/proc/11714/stat : 11714 (cryptominisat) R 11713 11713 11372 0 -1 4202496 2106931 0 0 0 489266 976 0 0 25 0 1 0 605273373 840802304 45068 33554432000 4194304 4587354 140735533111440 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11714/statm: 205274 45068 337 96 0 201836 0
[pid=11715] ppid=11713 vsize=931028 CPUtime=4902.4 cores=1
/proc/11715/stat : 11715 (clasp) R 11713 11713 11372 0 -1 4202496 230185 0 0 0 490164 76 0 0 25 0 1 0 605273373 953372672 227463 33554432000 4194304 4785740 140733870529888 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11715/statm: 232757 227463 340 145 0 229802 0
[pid=11716] ppid=11713 vsize=472064 CPUtime=4901.8 cores=2
/proc/11716/stat : 11716 (TNM) R 11713 11713 11372 0 -1 4202496 8345 0 0 0 490178 2 0 0 25 0 1 0 605273373 483393536 8242 33554432000 134512640 134534564 4290427104 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11716/statm: 118016 8242 103 6 0 116682 0
[pid=11717] ppid=11713 vsize=133964 CPUtime=4902.43 cores=3
/proc/11717/stat : 11717 (march_hi) R 11713 11713 11372 0 -1 4202496 76045 0 0 0 490231 12 0 0 25 0 1 0 605273373 137179136 29157 33554432000 4194304 4331988 140737373874768 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11717/statm: 33491 29157 173 34 0 31933 0
[pid=11718] ppid=11713 vsize=235012 CPUtime=19580.1 cores=4-7
/proc/11718/stat : 11718 (plingeling) S 11713 11713 11372 0 -1 4202496 105303 1258 0 0 1957989 16 0 0 21 0 5 0 605273373 240652288 47193 33554432000 4194304 4356188 140735332830224 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11718/statm: 58753 47193 163 40 0 57297 0
[pid=11718/tid=11725] ppid=11713 vsize=235012 CPUtime=4901.72 cores=4-7
/proc/11718/task/11725/stat : 11725 (plingeling) R 11713 11713 11372 0 -1 4202560 18311 1258 0 0 490170 2 0 0 25 0 5 0 605273446 240652288 47193 33554432000 4194304 4356188 140735332830224 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11718/tid=11726] ppid=11713 vsize=235012 CPUtime=4901.56 cores=4-7
/proc/11718/task/11726/stat : 11726 (plingeling) R 11713 11713 11372 0 -1 4202560 30817 1258 0 0 490152 4 0 0 25 0 5 0 605273446 240652288 47193 33554432000 4194304 4356188 140735332830224 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11718/tid=11727] ppid=11713 vsize=235012 CPUtime=4874.97 cores=4-7
/proc/11718/task/11727/stat : 11727 (plingeling) R 11713 11713 11372 0 -1 4202560 8845 1258 0 0 487497 0 0 0 25 0 5 0 605273446 240652288 47193 33554432000 4194304 4356188 140735332830224 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11718/tid=11728] ppid=11713 vsize=235012 CPUtime=4901.04 cores=4-7
/proc/11718/task/11728/stat : 11728 (plingeling) R 11713 11713 11372 0 -1 4202560 34736 1258 0 0 490098 6 0 0 25 0 5 0 605273446 240652288 47193 33554432000 4194304 4356188 140735332830224 18446744073709551615 4283920 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39189.1
Current children cumulated vsize (KiB) 2611488

[startup+4962.3 s]
/proc/loadavg: 8.06 8.04 8.00 9/180 11882
/proc/meminfo: memFree=28709888/32950928 swapFree=67054472/67111528
[pid=11713] ppid=11711 vsize=18324 CPUtime=0 cores=0-7
/proc/11713/stat : 11713 (ppfolio) S 11711 11713 11372 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 605273373 18763776 389 33554432000 4194304 4287625 140733201341648 18446744073709551615 260905414159 0 0 4096 65536 4541757907829522431 0 0 17 6 0 0 0
/proc/11713/statm: 4581 389 341 23 0 91 0
[pid=11714] ppid=11713 vsize=858256 CPUtime=4962.43 cores=0
/proc/11714/stat : 11714 (cryptominisat) R 11713 11713 11372 0 -1 4202496 2128868 0 0 0 495254 989 0 0 25 0 1 0 605273373 878854144 32305 33554432000 4194304 4587354 140735533111440 18446744073709551615 4238101 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11714/statm: 214564 32305 337 96 0 211126 0
[pid=11715] ppid=11713 vsize=931344 CPUtime=4962.41 cores=1
/proc/11715/stat : 11715 (clasp) R 11713 11713 11372 0 -1 4202496 230289 0 0 0 496165 76 0 0 25 0 1 0 605273373 953696256 227567 33554432000 4194304 4785740 140733870529888 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11715/statm: 232836 227567 340 145 0 229881 0
[pid=11716] ppid=11713 vsize=472064 CPUtime=4961.8 cores=2
/proc/11716/stat : 11716 (TNM) R 11713 11713 11372 0 -1 4202496 8345 0 0 0 496178 2 0 0 25 0 1 0 605273373 483393536 8242 33554432000 134512640 134534564 4290427104 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11716/statm: 118016 8242 103 6 0 116682 0
[pid=11717] ppid=11713 vsize=134096 CPUtime=4962.44 cores=3
/proc/11717/stat : 11717 (march_hi) R 11713 11713 11372 0 -1 4202496 76053 0 0 0 496232 12 0 0 25 0 1 0 605273373 137314304 29165 33554432000 4194304 4331988 140737373874768 18446744073709551615 4228983 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11717/statm: 33524 29165 173 34 0 31966 0
[pid=11718] ppid=11713 vsize=239108 CPUtime=19819.7 cores=4-7
/proc/11718/stat : 11718 (plingeling) S 11713 11713 11372 0 -1 4202496 106327 1258 0 0 1981957 17 0 0 21 0 5 0 605273373 244846592 48217 33554432000 4194304 4356188 140735332830224 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11718/statm: 59777 48217 163 40 0 58321 0
[pid=11718/tid=11725] ppid=11713 vsize=239108 CPUtime=4961.72 cores=4-7
/proc/11718/task/11725/stat : 11725 (plingeling) R 11713 11713 11372 0 -1 4202560 19335 1258 0 0 496170 2 0 0 25 0 5 0 605273446 244846592 48217 33554432000 4194304 4356188 140735332830224 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11718/tid=11726] ppid=11713 vsize=239108 CPUtime=4961.56 cores=4-7
/proc/11718/task/11726/stat : 11726 (plingeling) R 11713 11713 11372 0 -1 4202560 30817 1258 0 0 496152 4 0 0 25 0 5 0 605273446 244846592 48217 33554432000 4194304 4356188 140735332830224 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11718/tid=11727] ppid=11713 vsize=239108 CPUtime=4934.65 cores=4-7
/proc/11718/task/11727/stat : 11727 (plingeling) R 11713 11713 11372 0 -1 4202560 8845 1258 0 0 493465 0 0 0 25 0 5 0 605273446 244846592 48217 33554432000 4194304 4356188 140735332830224 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11718/tid=11728] ppid=11713 vsize=239108 CPUtime=4961.05 cores=4-7
/proc/11718/task/11728/stat : 11728 (plingeling) R 11713 11713 11372 0 -1 4202560 34736 1258 0 0 496099 6 0 0 25 0 5 0 605273446 244846592 48217 33554432000 4194304 4356188 140735332830224 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39668.8
Current children cumulated vsize (KiB) 2653192



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.08 8.05 8.00 9/180 11883
/proc/meminfo: memFree=28660768/32950928 swapFree=67054472/67111528
[pid=11713] ppid=11711 vsize=18324 CPUtime=0 cores=0-7
/proc/11713/stat : 11713 (ppfolio) S 11711 11713 11372 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 605273373 18763776 389 33554432000 4194304 4287625 140733201341648 18446744073709551615 260905414159 0 0 4096 65536 4541757907829522431 0 0 17 6 0 0 0
/proc/11713/statm: 4581 389 341 23 0 91 0
[pid=11714] ppid=11713 vsize=858256 CPUtime=5000.13 cores=0
/proc/11714/stat : 11714 (cryptominisat) R 11713 11713 11372 0 -1 4202496 2140771 0 0 0 499018 995 0 0 25 0 1 0 605273373 878854144 44168 33554432000 4194304 4587354 140735533111440 18446744073709551615 4241101 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11714/statm: 214564 44168 337 96 0 211126 0
[pid=11715] ppid=11713 vsize=933084 CPUtime=5000.11 cores=1
/proc/11715/stat : 11715 (clasp) R 11713 11713 11372 0 -1 4202496 230623 0 0 0 499935 76 0 0 25 0 1 0 605273373 955478016 227901 33554432000 4194304 4785740 140733870529888 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11715/statm: 233271 227901 340 145 0 230316 0
[pid=11716] ppid=11713 vsize=472064 CPUtime=4999.5 cores=2
/proc/11716/stat : 11716 (TNM) R 11713 11713 11372 0 -1 4202496 8345 0 0 0 499948 2 0 0 25 0 1 0 605273373 483393536 8242 33554432000 134512640 134534564 4290427104 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11716/statm: 118016 8242 103 6 0 116682 0
[pid=11717] ppid=11713 vsize=134096 CPUtime=5000.14 cores=3
/proc/11717/stat : 11717 (march_hi) R 11713 11713 11372 0 -1 4202496 76056 0 0 0 500002 12 0 0 25 0 1 0 605273373 137314304 29168 33554432000 4194304 4331988 140737373874768 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11717/statm: 33524 29168 173 34 0 31966 0
[pid=11718] ppid=11713 vsize=239108 CPUtime=19970.3 cores=4-7
/proc/11718/stat : 11718 (plingeling) S 11713 11713 11372 0 -1 4202496 106327 1258 0 0 1997018 17 0 0 21 0 5 0 605273373 244846592 48217 33554432000 4194304 4356188 140735332830224 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11718/statm: 59777 48217 163 40 0 58321 0
[pid=11718/tid=11725] ppid=11713 vsize=239108 CPUtime=4999.43 cores=4-7
/proc/11718/task/11725/stat : 11725 (plingeling) R 11713 11713 11372 0 -1 4202560 19335 1258 0 0 499941 2 0 0 25 0 5 0 605273446 244846592 48217 33554432000 4194304 4356188 140735332830224 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11718/tid=11726] ppid=11713 vsize=239108 CPUtime=4999.27 cores=4-7
/proc/11718/task/11726/stat : 11726 (plingeling) R 11713 11713 11372 0 -1 4202560 30817 1258 0 0 499923 4 0 0 25 0 5 0 605273446 244846592 48217 33554432000 4194304 4356188 140735332830224 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11718/tid=11727] ppid=11713 vsize=239108 CPUtime=4972.14 cores=4-7
/proc/11718/task/11727/stat : 11727 (plingeling) R 11713 11713 11372 0 -1 4202560 8845 1258 0 0 497214 0 0 0 25 0 5 0 605273446 244846592 48217 33554432000 4194304 4356188 140735332830224 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11718/tid=11728] ppid=11713 vsize=239108 CPUtime=4998.75 cores=4-7
/proc/11718/task/11728/stat : 11728 (plingeling) R 11713 11713 11372 0 -1 4202560 34736 1258 0 0 499869 6 0 0 25 0 5 0 605273446 244846592 48217 33554432000 4194304 4356188 140735332830224 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39970.2
Current children cumulated vsize (KiB) 2654932

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 11713 and gives
#  childrusage.ru_utime.tv_sec=14989
#  childrusage.ru_utime.tv_usec=703218
#  childrusage.ru_stime.tv_sec=10
#  childrusage.ru_stime.tv_usec=129460
# CPU time returned by wait4() is 14999.8
# while last known CPU time is 39970.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): 39970.2
CPU user time (s): 39959.2
CPU system time (s): 11.02
CPU usage (%): 799.402
Max. virtual memory (cumulated for all children) (KiB): 3331416

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

runsolver used 7.51986 second user time and 19.763 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-30 10:00:27
IDJOB=3219399
IDBENCH=82583
IDSOLVER=1638
FILE ID=node116/3219399-1304150427
RUNJOBID= node116-1304145366-11386
PBS_JOBID= 13170881
Free space on /tmp= 73284 MiB

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

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

MD5SUM BENCH= ec4818cc72441ba3110ddbe772c6ebb9
RANDOM SEED=984070762

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30090376 kB
Buffers:       1010432 kB
Cached:        1490880 kB
SwapCached:       9656 kB
Active:         172352 kB
Inactive:      2346740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30090376 kB
SwapTotal:    67111528 kB
SwapFree:     67054472 kB
Dirty:           14408 kB
Writeback:           0 kB
AnonPages:       15928 kB
Mapped:          12664 kB
Slab:           275684 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188228 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= 73272 MiB
End job on node116 at 2011-04-30 11:23:49