Trace number 3275836

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) 40000.1 5003.52

General information on the benchmark

NameSAT03/handmade/gomes/bqwh/
bqwh.60.1152.shuffled-as.sat03-1650.cnf
MD5SUM98d6317b259165bb4fb7a39e783668e0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark373.939
Satisfiable
(Un)Satisfiability was proved
Number of variables7534
Number of clauses72812
Sum of the clauses size161368
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269406
Number of clauses of size 3128
Number of clauses of size 4291
Number of clauses of size 5538
Number of clauses of size over 52449

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-3275836-1304171022/watcher-3275836-1304171022 -o /tmp/evaluation-result-3275836-1304171022/solver-3275836-1304171022 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275836-1304171022.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): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.08 8.09 8.03 2/170 12874
/proc/meminfo: memFree=30083716/32950928 swapFree=67054472/67111528
[pid=12874] ppid=12872 vsize=18324 CPUtime=0 cores=0-7
/proc/12874/stat : 12874 (ppfolio) S 12872 12874 12634 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 607332860 18763776 390 33554432000 4194304 4287625 140733583765200 18446744073709551615 260905414159 0 0 4096 65536 4450673402511884287 0 0 17 4 0 0 0
/proc/12874/statm: 4581 390 341 23 0 91 0

[startup+0.058551 s]
/proc/loadavg: 8.08 8.09 8.03 2/170 12874
/proc/meminfo: memFree=30083716/32950928 swapFree=67054472/67111528
[pid=12874] ppid=12872 vsize=18324 CPUtime=0 cores=0-7
/proc/12874/stat : 12874 (ppfolio) S 12872 12874 12634 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 607332860 18763776 390 33554432000 4194304 4287625 140733583765200 18446744073709551615 260905414159 0 0 4096 65536 4450673402511884287 0 0 17 4 0 0 0
/proc/12874/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100543 s]
/proc/loadavg: 8.08 8.09 8.03 2/170 12874
/proc/meminfo: memFree=30083716/32950928 swapFree=67054472/67111528
[pid=12874] ppid=12872 vsize=18324 CPUtime=0 cores=0-7
/proc/12874/stat : 12874 (ppfolio) S 12872 12874 12634 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 607332860 18763776 390 33554432000 4194304 4287625 140733583765200 18446744073709551615 260905414159 0 0 4096 65536 4450673402511884287 0 0 17 4 0 0 0
/proc/12874/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.371492 s]
/proc/loadavg: 8.08 8.09 8.03 2/170 12874
/proc/meminfo: memFree=30083716/32950928 swapFree=67054472/67111528
[pid=12874] ppid=12872 vsize=18324 CPUtime=0 cores=0-7
/proc/12874/stat : 12874 (ppfolio) R 12872 12874 12634 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 607332860 18763776 390 33554432000 4194304 4287625 140733583765200 18446744073709551615 260905393920 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/12874/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700431 s]
/proc/loadavg: 8.08 8.09 8.03 2/170 12874
/proc/meminfo: memFree=30083716/32950928 swapFree=67054472/67111528
[pid=12874] ppid=12872 vsize=18324 CPUtime=0 cores=0-7
/proc/12874/stat : 12874 (ppfolio) R 12872 12874 12634 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 607332860 18763776 390 33554432000 4194304 4287625 140733583765200 18446744073709551615 260905393920 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/12874/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50129 s]
/proc/loadavg: 8.15 8.11 8.03 10/180 12889
/proc/meminfo: memFree=30027836/32950928 swapFree=67054472/67111528
[pid=12874] ppid=12872 vsize=18324 CPUtime=0 cores=0-7
/proc/12874/stat : 12874 (ppfolio) S 12872 12874 12634 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 607332860 18763776 390 33554432000 4194304 4287625 140733583765200 18446744073709551615 260905414159 0 0 4096 65536 4450673402511884287 0 0 17 4 0 0 0
/proc/12874/statm: 4581 390 341 23 0 91 0
[pid=12875] ppid=12874 vsize=37288 CPUtime=1.49 cores=0
/proc/12875/stat : 12875 (cryptominisat) R 12874 12874 12634 0 -1 4202496 5393 0 0 0 148 1 0 0 25 0 1 0 607332860 38182912 4776 33554432000 4194304 4587354 140735004916384 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12875/statm: 9322 4776 329 96 0 5884 0
[pid=12876] ppid=12874 vsize=22740 CPUtime=1.49 cores=1
/proc/12876/stat : 12876 (clasp) R 12874 12874 12634 0 -1 4202496 3638 0 0 0 149 0 0 0 20 0 1 0 607332860 23285760 3021 33554432000 4194304 4785740 140733459776640 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12876/statm: 5685 3021 341 145 0 2730 0
[pid=12877] ppid=12874 vsize=460088 CPUtime=1.49 cores=2
/proc/12877/stat : 12877 (TNM) R 12874 12874 12634 0 -1 4202496 2199 0 0 0 149 0 0 0 25 0 1 0 607332860 471130112 2096 33554432000 134512640 134534564 4289231888 18446744073709551615 134528993 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12877/statm: 115022 2096 95 6 0 113688 0
[pid=12878] ppid=12874 vsize=28464 CPUtime=1.48 cores=3
/proc/12878/stat : 12878 (march_hi) R 12874 12874 12634 0 -1 4202496 10858 0 0 0 147 1 0 0 20 0 1 0 607332860 29147136 3007 33554432000 4194304 4331988 140736317200016 18446744073709551615 4210412 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12878/statm: 7116 3007 174 34 0 5558 0
[pid=12879] ppid=12874 vsize=60856 CPUtime=5.66 cores=4-7
/proc/12879/stat : 12879 (plingeling) S 12874 12874 12634 0 -1 4202496 5001 1251 0 0 566 0 0 0 19 0 5 0 607332860 62316544 3690 33554432000 4194304 4356188 140734107843504 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12879/statm: 15214 3690 164 40 0 13758 0
[pid=12879/tid=12886] ppid=12874 vsize=60856 CPUtime=1.4 cores=4-7
/proc/12879/task/12886/stat : 12886 (plingeling) R 12874 12874 12634 0 -1 4202560 529 1251 0 0 140 0 0 0 19 0 5 0 607332870 62316544 3690 33554432000 4194304 4356188 140734107843504 18446744073709551615 4212176 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12879/tid=12887] ppid=12874 vsize=60856 CPUtime=1.4 cores=4-7
/proc/12879/task/12887/stat : 12887 (plingeling) R 12874 12874 12634 0 -1 4202560 535 1251 0 0 140 0 0 0 22 0 5 0 607332870 62316544 3690 33554432000 4194304 4356188 140734107843504 18446744073709551615 4210575 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12879/tid=12888] ppid=12874 vsize=60856 CPUtime=1.39 cores=4-7
/proc/12879/task/12888/stat : 12888 (plingeling) R 12874 12874 12634 0 -1 4202560 455 1251 0 0 139 0 0 0 19 0 5 0 607332870 62316544 3690 33554432000 4194304 4356188 140734107843504 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12879/tid=12889] ppid=12874 vsize=60856 CPUtime=1.37 cores=4-7
/proc/12879/task/12889/stat : 12889 (plingeling) R 12874 12874 12634 0 -1 4202560 378 1251 0 0 137 0 0 0 25 0 5 0 607332870 62316544 3690 33554432000 4194304 4356188 140734107843504 18446744073709551615 4331352 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.61
Current children cumulated vsize (KiB) 627760

[startup+3.10099 s]
/proc/loadavg: 8.15 8.11 8.03 9/180 12889
/proc/meminfo: memFree=30014568/32950928 swapFree=67054472/67111528
[pid=12874] ppid=12872 vsize=18324 CPUtime=0 cores=0-7
/proc/12874/stat : 12874 (ppfolio) S 12872 12874 12634 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607332860 18763776 390 33554432000 4194304 4287625 140733583765200 18446744073709551615 260905414159 0 0 4096 65536 4450673402511884287 0 0 17 4 0 0 0
/proc/12874/statm: 4581 390 341 23 0 91 0
[pid=12875] ppid=12874 vsize=636660 CPUtime=3.09 cores=0
/proc/12875/stat : 12875 (cryptominisat) R 12874 12874 12634 0 -1 4202496 6649 0 0 0 308 1 0 0 25 0 1 0 607332860 651939840 3857 33554432000 4194304 4587354 140735004916384 18446744073709551615 4238944 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12875/statm: 159165 3857 330 96 0 155727 0
[pid=12876] ppid=12874 vsize=32748 CPUtime=3.09 cores=1
/proc/12876/stat : 12876 (clasp) R 12874 12874 12634 0 -1 4202496 6138 0 0 0 309 0 0 0 25 0 1 0 607332860 33533952 5521 33554432000 4194304 4785740 140733459776640 18446744073709551615 260905054917 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12876/statm: 8187 5521 341 145 0 5232 0
[pid=12877] ppid=12874 vsize=460088 CPUtime=3.09 cores=2
/proc/12877/stat : 12877 (TNM) R 12874 12874 12634 0 -1 4202496 2199 0 0 0 309 0 0 0 25 0 1 0 607332860 471130112 2096 33554432000 134512640 134534564 4289231888 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12877/statm: 115022 2096 95 6 0 113688 0
[pid=12878] ppid=12874 vsize=28728 CPUtime=3.08 cores=3
/proc/12878/stat : 12878 (march_hi) R 12874 12874 12634 0 -1 4202496 10934 0 0 0 307 1 0 0 25 0 1 0 607332860 29417472 3083 33554432000 4194304 4331988 140736317200016 18446744073709551615 4228224 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12878/statm: 7182 3083 174 34 0 5624 0
[pid=12879] ppid=12874 vsize=63144 CPUtime=12.05 cores=4-7
/proc/12879/stat : 12879 (plingeling) S 12874 12874 12634 0 -1 4202496 5596 1251 0 0 1205 0 0 0 19 0 5 0 607332860 64659456 4262 33554432000 4194304 4356188 140734107843504 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12879/statm: 15786 4262 164 40 0 14330 0
[pid=12879/tid=12886] ppid=12874 vsize=63144 CPUtime=3 cores=4-7
/proc/12879/task/12886/stat : 12886 (plingeling) R 12874 12874 12634 0 -1 4202560 628 1251 0 0 300 0 0 0 25 0 5 0 607332870 64659456 4262 33554432000 4194304 4356188 140734107843504 18446744073709551615 4234068 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12879/tid=12887] ppid=12874 vsize=63144 CPUtime=3 cores=4-7
/proc/12879/task/12887/stat : 12887 (plingeling) R 12874 12874 12634 0 -1 4202560 679 1251 0 0 300 0 0 0 25 0 5 0 607332870 64659456 4262 33554432000 4194304 4356188 140734107843504 18446744073709551615 4330856 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12879/tid=12888] ppid=12874 vsize=63144 CPUtime=2.99 cores=4-7
/proc/12879/task/12888/stat : 12888 (plingeling) R 12874 12874 12634 0 -1 4202560 615 1251 0 0 299 0 0 0 24 0 5 0 607332870 64659456 4262 33554432000 4194304 4356188 140734107843504 18446744073709551615 4281766 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12879/tid=12889] ppid=12874 vsize=63144 CPUtime=2.96 cores=4-7
/proc/12879/task/12889/stat : 12889 (plingeling) R 12874 12874 12634 0 -1 4202560 570 1251 0 0 296 0 0 0 25 0 5 0 607332870 64659456 4262 33554432000 4194304 4356188 140734107843504 18446744073709551615 4331992 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.4
Current children cumulated vsize (KiB) 1239692

[startup+6.3014 s]
/proc/loadavg: 8.14 8.10 8.03 9/180 12889
/proc/meminfo: memFree=29953820/32950928 swapFree=67054472/67111528
[pid=12874] ppid=12872 vsize=18324 CPUtime=0 cores=0-7
/proc/12874/stat : 12874 (ppfolio) S 12872 12874 12634 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607332860 18763776 390 33554432000 4194304 4287625 140733583765200 18446744073709551615 260905414159 0 0 4096 65536 4450673402511884287 0 0 17 4 0 0 0
/proc/12874/statm: 4581 390 341 23 0 91 0
[pid=12875] ppid=12874 vsize=682436 CPUtime=6.29 cores=0
/proc/12875/stat : 12875 (cryptominisat) R 12874 12874 12634 0 -1 4202496 19285 0 0 0 626 3 0 0 25 0 1 0 607332860 698814464 16484 33554432000 4194304 4587354 140735004916384 18446744073709551615 4365356 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12875/statm: 170609 16484 338 96 0 167171 0
[pid=12876] ppid=12874 vsize=40152 CPUtime=6.28 cores=1
/proc/12876/stat : 12876 (clasp) R 12874 12874 12634 0 -1 4202496 7991 0 0 0 628 0 0 0 25 0 1 0 607332860 41115648 7374 33554432000 4194304 4785740 140733459776640 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12876/statm: 10038 7374 341 145 0 7083 0
[pid=12877] ppid=12874 vsize=460088 CPUtime=6.29 cores=2
/proc/12877/stat : 12877 (TNM) R 12874 12874 12634 0 -1 4202496 2199 0 0 0 629 0 0 0 25 0 1 0 607332860 471130112 2096 33554432000 134512640 134534564 4289231888 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12877/statm: 115022 2096 95 6 0 113688 0
[pid=12878] ppid=12874 vsize=28860 CPUtime=6.28 cores=3
/proc/12878/stat : 12878 (march_hi) R 12874 12874 12634 0 -1 4202496 10961 0 0 0 627 1 0 0 25 0 1 0 607332860 29552640 3110 33554432000 4194304 4331988 140736317200016 18446744073709551615 4239489 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12878/statm: 7215 3110 174 34 0 5657 0
[pid=12879] ppid=12874 vsize=64808 CPUtime=24.84 cores=4-7
/proc/12879/stat : 12879 (plingeling) S 12874 12874 12634 0 -1 4202496 5911 1251 0 0 2483 1 0 0 19 0 5 0 607332860 66363392 4577 33554432000 4194304 4356188 140734107843504 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12879/statm: 16202 4577 164 40 0 14746 0
[pid=12879/tid=12886] ppid=12874 vsize=64808 CPUtime=6.2 cores=4-7
/proc/12879/task/12886/stat : 12886 (plingeling) R 12874 12874 12634 0 -1 4202560 628 1251 0 0 620 0 0 0 25 0 5 0 607332870 66363392 4577 33554432000 4194304 4356188 140734107843504 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12879/tid=12887] ppid=12874 vsize=64808 CPUtime=6.2 cores=4-7
/proc/12879/task/12887/stat : 12887 (plingeling) R 12874 12874 12634 0 -1 4202560 737 1251 0 0 620 0 0 0 25 0 5 0 607332870 66363392 4577 33554432000 4194304 4356188 140734107843504 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12879/tid=12888] ppid=12874 vsize=64808 CPUtime=6.19 cores=4-7
/proc/12879/task/12888/stat : 12888 (plingeling) R 12874 12874 12634 0 -1 4202560 615 1251 0 0 619 0 0 0 25 0 5 0 607332870 66363392 4577 33554432000 4194304 4356188 140734107843504 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12879/tid=12889] ppid=12874 vsize=64808 CPUtime=6.14 cores=4-7
/proc/12879/task/12889/stat : 12889 (plingeling) R 12874 12874 12634 0 -1 4202560 827 1251 0 0 614 0 0 0 25 0 5 0 607332870 66363392 4577 33554432000 4194304 4356188 140734107843504 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.98
Current children cumulated vsize (KiB) 1294668

[startup+12.7012 s]
/proc/loadavg: 8.13 8.10 8.03 9/180 12889
/proc/meminfo: memFree=29926788/32950928 swapFree=67054472/67111528
[pid=12874] ppid=12872 vsize=18324 CPUtime=0 cores=0-7
/proc/12874/stat : 12874 (ppfolio) S 12872 12874 12634 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607332860 18763776 390 33554432000 4194304 4287625 140733583765200 18446744073709551615 260905414159 0 0 4096 65536 4450673402511884287 0 0 17 4 0 0 0
/proc/12874/statm: 4581 390 341 23 0 91 0
[pid=12875] ppid=12874 vsize=671952 CPUtime=12.69 cores=0
/proc/12875/stat : 12875 (cryptominisat) R 12874 12874 12634 0 -1 4202496 20414 0 0 0 1266 3 0 0 25 0 1 0 607332860 688078848 14681 33554432000 4194304 4587354 140735004916384 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12875/statm: 167988 14681 338 96 0 164550 0
[pid=12876] ppid=12874 vsize=66312 CPUtime=12.68 cores=1
/proc/12876/stat : 12876 (clasp) R 12874 12874 12634 0 -1 4202496 14528 0 0 0 1266 2 0 0 25 0 1 0 607332860 67903488 13911 33554432000 4194304 4785740 140733459776640 18446744073709551615 4307176 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12876/statm: 16578 13911 341 145 0 13623 0
[pid=12877] ppid=12874 vsize=460088 CPUtime=12.69 cores=2
/proc/12877/stat : 12877 (TNM) R 12874 12874 12634 0 -1 4202496 2199 0 0 0 1269 0 0 0 25 0 1 0 607332860 471130112 2096 33554432000 134512640 134534564 4289231888 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12877/statm: 115022 2096 95 6 0 113688 0
[pid=12878] ppid=12874 vsize=28992 CPUtime=12.68 cores=3
/proc/12878/stat : 12878 (march_hi) R 12874 12874 12634 0 -1 4202496 10989 0 0 0 1267 1 0 0 25 0 1 0 607332860 29687808 3138 33554432000 4194304 4331988 140736317200016 18446744073709551615 4226620 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12878/statm: 7248 3138 174 34 0 5690 0
[pid=12879] ppid=12874 vsize=71696 CPUtime=50.4 cores=4-7
/proc/12879/stat : 12879 (plingeling) S 12874 12874 12634 0 -1 4202496 10135 1251 0 0 5039 1 0 0 19 0 5 0 607332860 73416704 6241 33554432000 4194304 4356188 140734107843504 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12879/statm: 17924 6241 164 40 0 16468 0
[pid=12879/tid=12886] ppid=12874 vsize=71696 CPUtime=12.6 cores=4-7
/proc/12879/task/12886/stat : 12886 (plingeling) R 12874 12874 12634 0 -1 4202560 1140 1251 0 0 1260 0 0 0 25 0 5 0 607332870 73416704 6241 33554432000 4194304 4356188 140734107843504 18446744073709551615 4279677 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12879/tid=12887] ppid=12874 vsize=71696 CPUtime=12.59 cores=4-7
/proc/12879/task/12887/stat : 12887 (plingeling) R 12874 12874 12634 0 -1 4202560 1889 1251 0 0 1259 0 0 0 25 0 5 0 607332870 73416704 6241 33554432000 4194304 4356188 140734107843504 18446744073709551615 4330931 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12879/tid=12888] ppid=12874 vsize=71696 CPUtime=12.59 cores=4-7
/proc/12879/task/12888/stat : 12888 (plingeling) R 12874 12874 12634 0 -1 4202560 1639 1251 0 0 1259 0 0 0 25 0 5 0 607332870 73416704 6241 33554432000 4194304 4356188 140734107843504 18446744073709551615 4330799 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12879/tid=12889] ppid=12874 vsize=71696 CPUtime=12.51 cores=4-7
/proc/12879/task/12889/stat : 12889 (plingeling) R 12874 12874 12634 0 -1 4202560 2363 1251 0 0 1251 0 0 0 25 0 5 0 607332870 73416704 6241 33554432000 4194304 4356188 140734107843504 18446744073709551615 4279490 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 1317364

[startup+25.5009 s]
/proc/loadavg: 8.11 8.10 8.03 9/180 12889
/proc/meminfo: memFree=29901100/32950928 swapFree=67054472/67111528
[pid=12874] ppid=12872 vsize=18324 CPUtime=0 cores=0-7
/proc/12874/stat : 12874 (ppfolio) S 12872 12874 12634 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607332860 18763776 390 33554432000 4194304 4287625 140733583765200 18446744073709551615 260905414159 0 0 4096 65536 4450673402511884287 0 0 17 4 0 0 0
/proc/12874/statm: 4581 390 341 23 0 91 0
[pid=12875] ppid=12874 vsize=685280 CPUtime=25.49 cores=0
/proc/12875/stat : 12875 (cryptominisat) R 12874 12874 12634 0 -1 4202496 21106 0 0 0 2546 3 0 0 25 0 1 0 607332860 701726720 15121 33554432000 4194304 4587354 140735004916384 18446744073709551615 4430941 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=12877] ppid=12874 vsize=460092 CPUtime=4842.41 cores=2
/proc/12877/stat : 12877 (TNM) R 12874 12874 12634 0 -1 4202496 2208 0 0 0 484239 2 0 0 25 0 1 0 607332860 471134208 2105 33554432000 134512640 134534564 4289231888 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12877/statm: 115023 2105 103 6 0 113689 0
[pid=12878] ppid=12874 vsize=29524 CPUtime=4842.43 cores=3
/proc/12878/stat : 12878 (march_hi) R 12874 12874 12634 0 -1 4202496 11128 0 0 0 484242 1 0 0 25 0 1 0 607332860 30232576 3277 33554432000 4194304 4331988 140736317200016 18446744073709551615 4228208 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12878/statm: 7381 3277 174 34 0 5823 0
[pid=12879] ppid=12874 vsize=261264 CPUtime=19341.7 cores=4-7
/proc/12879/stat : 12879 (plingeling) S 12874 12874 12634 0 -1 4202496 3169497 1251 0 0 1933751 417 0 0 19 0 5 0 607332860 267534336 37384 33554432000 4194304 4356188 140734107843504 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12879/statm: 65316 37384 164 40 0 63860 0
[pid=12879/tid=12886] ppid=12874 vsize=261264 CPUtime=4841.57 cores=4-7
/proc/12879/task/12886/stat : 12886 (plingeling) R 12874 12874 12634 0 -1 4202560 760442 1251 0 0 484059 98 0 0 25 0 5 0 607332870 267534336 37384 33554432000 4194304 4356188 140734107843504 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12879/tid=12887] ppid=12874 vsize=261264 CPUtime=4842.35 cores=4-7
/proc/12879/task/12887/stat : 12887 (plingeling) R 12874 12874 12634 0 -1 4202560 803675 1251 0 0 484129 106 0 0 25 0 5 0 607332870 267534336 37384 33554432000 4194304 4356188 140734107843504 18446744073709551615 4210587 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12879/tid=12888] ppid=12874 vsize=261264 CPUtime=4841.73 cores=4-7
/proc/12879/task/12888/stat : 12888 (plingeling) R 12874 12874 12634 0 -1 4202560 760490 1251 0 0 484070 103 0 0 25 0 5 0 607332870 267534336 37384 33554432000 4194304 4356188 140734107843504 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12879/tid=12889] ppid=12874 vsize=261264 CPUtime=4815.91 cores=4-7
/proc/12879/task/12889/stat : 12889 (plingeling) R 12874 12874 12634 0 -1 4202560 841786 1251 0 0 481483 108 0 0 25 0 5 0 607332870 267534336 37384 33554432000 4194304 4356188 140734107843504 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38711.3
Current children cumulated vsize (KiB) 2196608

[startup+4902.3 s]
/proc/loadavg: 8.09 8.04 8.01 9/180 13040
/proc/meminfo: memFree=28973904/32950928 swapFree=67054472/67111528
[pid=12874] ppid=12872 vsize=18324 CPUtime=0 cores=0-7
/proc/12874/stat : 12874 (ppfolio) S 12872 12874 12634 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607332860 18763776 390 33554432000 4194304 4287625 140733583765200 18446744073709551615 260905414159 0 0 4096 65536 4450673402511884287 0 0 17 4 0 0 0
/proc/12874/statm: 4581 390 341 23 0 91 0
[pid=12875] ppid=12874 vsize=937616 CPUtime=4902.43 cores=0
/proc/12875/stat : 12875 (cryptominisat) R 12874 12874 12634 0 -1 4202496 1350834 0 0 0 489638 605 0 0 25 0 1 0 607332860 960118784 88704 33554432000 4194304 4587354 140735004916384 18446744073709551615 4365232 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12875/statm: 234404 88704 338 96 0 230966 0
[pid=12876] ppid=12874 vsize=606240 CPUtime=4902.41 cores=1
/proc/12876/stat : 12876 (clasp) R 12874 12874 12634 0 -1 4202496 151058 0 0 0 490193 48 0 0 25 0 1 0 607332860 620789760 148173 33554432000 4194304 4785740 140733459776640 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12876/statm: 151560 148173 341 145 0 148605 0
[pid=12877] ppid=12874 vsize=460092 CPUtime=4902.41 cores=2
/proc/12877/stat : 12877 (TNM) R 12874 12874 12634 0 -1 4202496 2208 0 0 0 490239 2 0 0 25 0 1 0 607332860 471134208 2105 33554432000 134512640 134534564 4289231888 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12877/statm: 115023 2105 103 6 0 113689 0
[pid=12878] ppid=12874 vsize=29524 CPUtime=4902.43 cores=3
/proc/12878/stat : 12878 (march_hi) R 12874 12874 12634 0 -1 4202496 11128 0 0 0 490242 1 0 0 25 0 1 0 607332860 30232576 3277 33554432000 4194304 4331988 140736317200016 18446744073709551615 4237171 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12878/statm: 7381 3277 174 34 0 5823 0
[pid=12879] ppid=12874 vsize=253072 CPUtime=19581.3 cores=4-7
/proc/12879/stat : 12879 (plingeling) S 12874 12874 12634 0 -1 4202496 3196633 1251 0 0 1957715 420 0 0 19 0 5 0 607332860 259145728 35336 33554432000 4194304 4356188 140734107843504 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12879/statm: 63268 35336 164 40 0 61812 0
[pid=12879/tid=12886] ppid=12874 vsize=253072 CPUtime=4901.57 cores=4-7
/proc/12879/task/12886/stat : 12886 (plingeling) R 12874 12874 12634 0 -1 4202560 764538 1251 0 0 490058 99 0 0 25 0 5 0 607332870 259145728 35336 33554432000 4194304 4356188 140734107843504 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12879/tid=12887] ppid=12874 vsize=253072 CPUtime=4902.34 cores=4-7
/proc/12879/task/12887/stat : 12887 (plingeling) R 12874 12874 12634 0 -1 4202560 813147 1251 0 0 490128 106 0 0 25 0 5 0 607332870 259145728 35336 33554432000 4194304 4356188 140734107843504 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12879/tid=12888] ppid=12874 vsize=253072 CPUtime=4901.72 cores=4-7
/proc/12879/task/12888/stat : 12888 (plingeling) R 12874 12874 12634 0 -1 4202560 767914 1251 0 0 490068 104 0 0 25 0 5 0 607332870 259145728 35336 33554432000 4194304 4356188 140734107843504 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12879/tid=12889] ppid=12874 vsize=253072 CPUtime=4875.59 cores=4-7
/proc/12879/task/12889/stat : 12889 (plingeling) R 12874 12874 12634 0 -1 4202560 847930 1251 0 0 487450 109 0 0 25 0 5 0 607332870 259145728 35336 33554432000 4194304 4356188 140734107843504 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39191
Current children cumulated vsize (KiB) 2304868

[startup+4962.3 s]
/proc/loadavg: 8.11 8.05 8.00 9/180 13042
/proc/meminfo: memFree=29027680/32950928 swapFree=67054472/67111528
[pid=12874] ppid=12872 vsize=18324 CPUtime=0 cores=0-7
/proc/12874/stat : 12874 (ppfolio) S 12872 12874 12634 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607332860 18763776 390 33554432000 4194304 4287625 140733583765200 18446744073709551615 260905414159 0 0 4096 65536 4450673402511884287 0 0 17 4 0 0 0
/proc/12874/statm: 4581 390 341 23 0 91 0
[pid=12875] ppid=12874 vsize=821288 CPUtime=4962.42 cores=0
/proc/12875/stat : 12875 (cryptominisat) R 12874 12874 12634 0 -1 4202496 1364220 0 0 0 495631 611 0 0 25 0 1 0 607332860 840998912 75540 33554432000 4194304 4587354 140735004916384 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12875/statm: 205322 75540 338 96 0 201884 0
[pid=12876] ppid=12874 vsize=606240 CPUtime=4962.41 cores=1
/proc/12876/stat : 12876 (clasp) R 12874 12874 12634 0 -1 4202496 151058 0 0 0 496193 48 0 0 25 0 1 0 607332860 620789760 148173 33554432000 4194304 4785740 140733459776640 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12876/statm: 151560 148173 341 145 0 148605 0
[pid=12877] ppid=12874 vsize=460092 CPUtime=4962.41 cores=2
/proc/12877/stat : 12877 (TNM) R 12874 12874 12634 0 -1 4202496 2208 0 0 0 496239 2 0 0 25 0 1 0 607332860 471134208 2105 33554432000 134512640 134534564 4289231888 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12877/statm: 115023 2105 103 6 0 113689 0
[pid=12878] ppid=12874 vsize=29524 CPUtime=4962.43 cores=3
/proc/12878/stat : 12878 (march_hi) R 12874 12874 12634 0 -1 4202496 11128 0 0 0 496242 1 0 0 25 0 1 0 607332860 30232576 3277 33554432000 4194304 4331988 140736317200016 18446744073709551615 4239640 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12878/statm: 7381 3277 174 34 0 5823 0
[pid=12879] ppid=12874 vsize=253072 CPUtime=19821 cores=4-7
/proc/12879/stat : 12879 (plingeling) S 12874 12874 12634 0 -1 4202496 3266777 1251 0 0 1981674 429 0 0 19 0 5 0 607332860 259145728 35336 33554432000 4194304 4356188 140734107843504 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12879/statm: 63268 35336 164 40 0 61812 0
[pid=12879/tid=12886] ppid=12874 vsize=253072 CPUtime=4961.57 cores=4-7
/proc/12879/task/12886/stat : 12886 (plingeling) R 12874 12874 12634 0 -1 4202560 785274 1251 0 0 496056 101 0 0 25 0 5 0 607332870 259145728 35336 33554432000 4194304 4356188 140734107843504 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12879/tid=12887] ppid=12874 vsize=253072 CPUtime=4962.34 cores=4-7
/proc/12879/task/12887/stat : 12887 (plingeling) R 12874 12874 12634 0 -1 4202560 827483 1251 0 0 496126 108 0 0 25 0 5 0 607332870 259145728 35336 33554432000 4194304 4356188 140734107843504 18446744073709551615 4234026 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12879/tid=12888] ppid=12874 vsize=253072 CPUtime=4961.72 cores=4-7
/proc/12879/task/12888/stat : 12888 (plingeling) R 12874 12874 12634 0 -1 4202560 784298 1251 0 0 496066 106 0 0 25 0 5 0 607332870 259145728 35336 33554432000 4194304 4356188 140734107843504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12879/tid=12889] ppid=12874 vsize=253072 CPUtime=4935.26 cores=4-7
/proc/12879/task/12889/stat : 12889 (plingeling) R 12874 12874 12634 0 -1 4202560 866618 1251 0 0 493415 111 0 0 25 0 5 0 607332870 259145728 35336 33554432000 4194304 4356188 140734107843504 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670.7
Current children cumulated vsize (KiB) 2188540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.5 s]
/proc/loadavg: 8.05 8.04 8.00 9/180 13043
/proc/meminfo: memFree=29052452/32950928 swapFree=67054472/67111528
[pid=12874] ppid=12872 vsize=18324 CPUtime=0 cores=0-7
/proc/12874/stat : 12874 (ppfolio) S 12872 12874 12634 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607332860 18763776 390 33554432000 4194304 4287625 140733583765200 18446744073709551615 260905414159 0 0 4096 65536 4450673402511884287 0 0 17 4 0 0 0
/proc/12874/statm: 4581 390 341 23 0 91 0
[pid=12875] ppid=12874 vsize=821352 CPUtime=5003.64 cores=0
/proc/12875/stat : 12875 (cryptominisat) R 12874 12874 12634 0 -1 4202496 1373740 0 0 0 499746 618 0 0 25 0 1 0 607332860 841064448 63084 33554432000 4194304 4587354 140735004916384 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12875/statm: 205338 63084 338 96 0 201900 0
[pid=12876] ppid=12874 vsize=615228 CPUtime=5003.62 cores=1
/proc/12876/stat : 12876 (clasp) R 12874 12874 12634 0 -1 4202496 153258 0 0 0 500313 49 0 0 25 0 1 0 607332860 629993472 150373 33554432000 4194304 4785740 140733459776640 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12876/statm: 153807 150373 341 145 0 150852 0
[pid=12877] ppid=12874 vsize=460092 CPUtime=5003.62 cores=2
/proc/12877/stat : 12877 (TNM) R 12874 12874 12634 0 -1 4202496 2208 0 0 0 500360 2 0 0 25 0 1 0 607332860 471134208 2105 33554432000 134512640 134534564 4289231888 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12877/statm: 115023 2105 103 6 0 113689 0
[pid=12878] ppid=12874 vsize=29524 CPUtime=5003.64 cores=3
/proc/12878/stat : 12878 (march_hi) R 12874 12874 12634 0 -1 4202496 11129 0 0 0 500363 1 0 0 25 0 1 0 607332860 30232576 3278 33554432000 4194304 4331988 140736317200016 18446744073709551615 4239663 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12878/statm: 7381 3278 174 34 0 5823 0
[pid=12879] ppid=12874 vsize=270480 CPUtime=19985.6 cores=4-7
/proc/12879/stat : 12879 (plingeling) S 12874 12874 12634 0 -1 4202496 3275225 1251 0 0 1998132 430 0 0 19 0 5 0 607332860 276971520 39688 33554432000 4194304 4356188 140734107843504 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12879/statm: 67620 39688 164 40 0 66164 0
[pid=12879/tid=12886] ppid=12874 vsize=270480 CPUtime=5002.77 cores=4-7
/proc/12879/task/12886/stat : 12886 (plingeling) R 12874 12874 12634 0 -1 4202560 786298 1251 0 0 500176 101 0 0 25 0 5 0 607332870 276971520 39688 33554432000 4194304 4356188 140734107843504 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12879/tid=12887] ppid=12874 vsize=270480 CPUtime=5003.55 cores=4-7
/proc/12879/task/12887/stat : 12887 (plingeling) R 12874 12874 12634 0 -1 4202560 831579 1251 0 0 500246 109 0 0 25 0 5 0 607332870 276971520 39688 33554432000 4194304 4356188 140734107843504 18446744073709551615 4331624 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12879/tid=12888] ppid=12874 vsize=270480 CPUtime=5002.92 cores=4-7
/proc/12879/task/12888/stat : 12888 (plingeling) R 12874 12874 12634 0 -1 4202560 786602 1251 0 0 500186 106 0 0 25 0 5 0 607332870 276971520 39688 33554432000 4194304 4356188 140734107843504 18446744073709551615 4330990 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12879/tid=12889] ppid=12874 vsize=270480 CPUtime=4976.24 cores=4-7
/proc/12879/task/12889/stat : 12889 (plingeling) R 12874 12874 12634 0 -1 4202560 867642 1251 0 0 497513 111 0 0 25 0 5 0 607332870 276971520 39688 33554432000 4194304 4356188 140734107843504 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 2215000

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

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

[startup+5003.5 s]
/proc/loadavg: 8.05 8.04 8.00 9/180 13043
/proc/meminfo: memFree=29052452/32950928 swapFree=67054472/67111528
[pid=12874] ppid=12872 vsize=18324 CPUtime=0 cores=0-7
/proc/12874/stat : 12874 (ppfolio) S 12872 12874 12634 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607332860 18763776 390 33554432000 4194304 4287625 140733583765200 18446744073709551615 260905414159 0 0 4096 65536 4450673402511884287 0 0 17 4 0 0 0
/proc/12874/statm: 4581 390 341 23 0 91 0
[pid=12875] ppid=12874 vsize=821352 CPUtime=5003.64 cores=0
/proc/12875/stat : 12875 (cryptominisat) R 12874 12874 12634 0 -1 4202496 1373740 0 0 0 499746 618 0 0 25 0 1 0 607332860 841064448 63084 33554432000 4194304 4587354 140735004916384 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12875/statm: 205338 63084 338 96 0 201900 0
[pid=12876] ppid=12874 vsize=615228 CPUtime=5003.62 cores=1
/proc/12876/stat : 12876 (clasp) R 12874 12874 12634 0 -1 4202496 153258 0 0 0 500313 49 0 0 25 0 1 0 607332860 629993472 150373 33554432000 4194304 4785740 140733459776640 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12876/statm: 153807 150373 341 145 0 150852 0
[pid=12877] ppid=12874 vsize=460092 CPUtime=5003.62 cores=2
/proc/12877/stat : 12877 (TNM) R 12874 12874 12634 0 -1 4202496 2208 0 0 0 500360 2 0 0 25 0 1 0 607332860 471134208 2105 33554432000 134512640 134534564 4289231888 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12877/statm: 115023 2105 103 6 0 113689 0
[pid=12878] ppid=12874 vsize=29524 CPUtime=5003.64 cores=3
/proc/12878/stat : 12878 (march_hi) R 12874 12874 12634 0 -1 4202496 11129 0 0 0 500363 1 0 0 25 0 1 0 607332860 30232576 3278 33554432000 4194304 4331988 140736317200016 18446744073709551615 4239663 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12878/statm: 7381 3278 174 34 0 5823 0
[pid=12879] ppid=12874 vsize=270480 CPUtime=19985.6 cores=4-7
/proc/12879/stat : 12879 (plingeling) S 12874 12874 12634 0 -1 4202496 3275225 1251 0 0 1998132 430 0 0 19 0 5 0 607332860 276971520 39688 33554432000 4194304 4356188 140734107843504 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/12879/statm: 67620 39688 164 40 0 66164 0
[pid=12879/tid=12886] ppid=12874 vsize=270480 CPUtime=5002.77 cores=4-7
/proc/12879/task/12886/stat : 12886 (plingeling) R 12874 12874 12634 0 -1 4202560 786298 1251 0 0 500176 101 0 0 25 0 5 0 607332870 276971520 39688 33554432000 4194304 4356188 140734107843504 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12879/tid=12887] ppid=12874 vsize=270480 CPUtime=5003.55 cores=4-7
/proc/12879/task/12887/stat : 12887 (plingeling) R 12874 12874 12634 0 -1 4202560 831579 1251 0 0 500246 109 0 0 25 0 5 0 607332870 276971520 39688 33554432000 4194304 4356188 140734107843504 18446744073709551615 4331624 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12879/tid=12888] ppid=12874 vsize=270480 CPUtime=5002.92 cores=4-7
/proc/12879/task/12888/stat : 12888 (plingeling) R 12874 12874 12634 0 -1 4202560 786602 1251 0 0 500186 106 0 0 25 0 5 0 607332870 276971520 39688 33554432000 4194304 4356188 140734107843504 18446744073709551615 4330990 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12879/tid=12889] ppid=12874 vsize=270480 CPUtime=4976.24 cores=4-7
/proc/12879/task/12889/stat : 12889 (plingeling) R 12874 12874 12634 0 -1 4202560 867642 1251 0 0 497513 111 0 0 25 0 5 0 607332870 276971520 39688 33554432000 4194304 4356188 140734107843504 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 2215000

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12874 and gives
#  childrusage.ru_utime.tv_sec=10007
#  childrusage.ru_utime.tv_usec=240668
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=48992
# CPU time returned by wait4() is 10007.3
# while last known CPU time is 40000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.52
CPU time (s): 40000.1
CPU user time (s): 39989.1
CPU system time (s): 11
CPU usage (%): 799.44
Max. virtual memory (cumulated for all children) (KiB): 2816448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10007.2
system time used= 0.048992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13858
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= 580
involuntary context switches= 68867

runsolver used 7.93679 second user time and 19.3641 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-30 15:43:42
IDJOB=3275836
IDBENCH=83797
IDSOLVER=1638
FILE ID=node116/3275836-1304171022
RUNJOBID= node116-1304169290-12648
PBS_JOBID= 13170958
Free space on /tmp= 73288 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT03/handmade/gomes/bqwh/bqwh.60.1152.shuffled-as.sat03-1650.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275836-1304171022/watcher-3275836-1304171022 -o /tmp/evaluation-result-3275836-1304171022/solver-3275836-1304171022 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275836-1304171022.cnf

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

MD5SUM BENCH= 98d6317b259165bb4fb7a39e783668e0
RANDOM SEED=1416199709

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:      30084120 kB
Buffers:       1019472 kB
Cached:        1488436 kB
SwapCached:       9656 kB
Active:         174756 kB
Inactive:      2350940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30084120 kB
SwapTotal:    67111528 kB
SwapFree:     67054472 kB
Dirty:           10892 kB
Writeback:           0 kB
AnonPages:       16108 kB
Mapped:          12856 kB
Slab:           275576 kB
PageTables:       4472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189156 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= 73276 MiB
End job on node116 at 2011-04-30 17:07:07