Trace number 3275911

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.2 5003.52

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_21_60_7-log.shuffled-as.sat03-151.cnf
MD5SUM5cab37809f478f7db7fa096e9a155cfe
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4393.03
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of clauses40110
Sum of the clauses size400890
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 542
Number of clauses of size over 540068

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-3275911-1304171659/watcher-3275911-1304171659 -o /tmp/evaluation-result-3275911-1304171659/solver-3275911-1304171659 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275911-1304171659.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: 7.36 7.89 7.96 1/170 11857
/proc/meminfo: memFree=30454708/32951124 swapFree=67105204/67111528
[pid=11857] ppid=11855 vsize=18324 CPUtime=0 cores=0-7
/proc/11857/stat : 11857 (ppfolio) S 11855 11857 11831 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 509581802 18763776 390 33554432000 4194304 4287625 140735861146576 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 6 0 0 0
/proc/11857/statm: 4581 390 341 23 0 91 0

[startup+0.104012 s]
/proc/loadavg: 7.36 7.89 7.96 1/170 11857
/proc/meminfo: memFree=30454708/32951124 swapFree=67105204/67111528
[pid=11857] ppid=11855 vsize=18324 CPUtime=0 cores=0-7
/proc/11857/stat : 11857 (ppfolio) S 11855 11857 11831 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 509581802 18763776 390 33554432000 4194304 4287625 140735861146576 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 6 0 0 0
/proc/11857/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200959 s]
/proc/loadavg: 7.36 7.89 7.96 1/170 11857
/proc/meminfo: memFree=30454708/32951124 swapFree=67105204/67111528
[pid=11857] ppid=11855 vsize=18324 CPUtime=0 cores=0-7
/proc/11857/stat : 11857 (ppfolio) S 11855 11857 11831 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 509581802 18763776 390 33554432000 4194304 4287625 140735861146576 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 6 0 0 0
/proc/11857/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300941 s]
/proc/loadavg: 7.36 7.89 7.96 1/170 11857
/proc/meminfo: memFree=30454708/32951124 swapFree=67105204/67111528
[pid=11857] ppid=11855 vsize=18324 CPUtime=0 cores=0-7
/proc/11857/stat : 11857 (ppfolio) S 11855 11857 11831 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 509581802 18763776 390 33554432000 4194304 4287625 140735861146576 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 6 0 0 0
/proc/11857/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700863 s]
/proc/loadavg: 7.36 7.89 7.96 1/170 11857
/proc/meminfo: memFree=30454708/32951124 swapFree=67105204/67111528
[pid=11857] ppid=11855 vsize=18324 CPUtime=0 cores=0-7
/proc/11857/stat : 11857 (ppfolio) S 11855 11857 11831 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 509581802 18763776 390 33554432000 4194304 4287625 140735861146576 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 6 0 0 0
/proc/11857/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50071 s]
/proc/loadavg: 7.36 7.89 7.96 9/180 11872
/proc/meminfo: memFree=30383452/32951124 swapFree=67105204/67111528
[pid=11857] ppid=11855 vsize=18324 CPUtime=0 cores=0-7
/proc/11857/stat : 11857 (ppfolio) S 11855 11857 11831 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 509581802 18763776 390 33554432000 4194304 4287625 140735861146576 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 6 0 0 0
/proc/11857/statm: 4581 390 341 23 0 91 0
[pid=11858] ppid=11857 vsize=27028 CPUtime=1.49 cores=0
/proc/11858/stat : 11858 (cryptominisat) R 11857 11857 11831 0 -1 4202496 1976 0 0 0 149 0 0 0 20 0 1 0 509581802 27676672 1830 33554432000 4194304 4587354 140737462827984 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11858/statm: 6757 1830 306 96 0 3319 0
[pid=11859] ppid=11857 vsize=17760 CPUtime=1.49 cores=1
/proc/11859/stat : 11859 (clasp) R 11857 11857 11831 0 -1 4202496 1941 0 0 0 149 0 0 0 20 0 1 0 509581802 18186240 1743 33554432000 4194304 4785740 140736417320160 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11859/statm: 4440 1743 314 145 0 1485 0
[pid=11860] ppid=11857 vsize=458756 CPUtime=1.49 cores=2
/proc/11860/stat : 11860 (TNM) R 11857 11857 11831 0 -1 4202496 2104 0 0 0 149 0 0 0 20 0 1 0 509581802 469766144 2001 33554432000 134512640 134534564 4290026528 18446744073709551615 134524664 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11860/statm: 114689 2001 91 6 0 113355 0
[pid=11861] ppid=11857 vsize=15872 CPUtime=1.49 cores=3
/proc/11861/stat : 11861 (march_hi) R 11857 11857 11831 0 -1 4202496 10483 0 0 0 148 1 0 0 20 0 1 0 509581802 16252928 2129 33554432000 4194304 4331988 140734065800944 18446744073709551615 4226635 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11861/statm: 3968 2129 150 34 0 2410 0
[pid=11862] ppid=11857 vsize=158540 CPUtime=5.64 cores=4-7
/proc/11862/stat : 11862 (plingeling) S 11857 11857 11831 0 -1 4202496 12579 1255 0 0 562 2 0 0 18 0 5 0 509581802 162344960 11700 33554432000 4194304 4356188 140735785801824 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11862/statm: 39635 11700 161 40 0 38179 0
[pid=11862/tid=11869] ppid=11857 vsize=158540 CPUtime=1.39 cores=4-7
/proc/11862/task/11869/stat : 11869 (plingeling) R 11857 11857 11831 0 -1 4202560 2299 1255 0 0 139 0 0 0 25 0 5 0 509581812 162344960 11700 33554432000 4194304 4356188 140735785801824 18446744073709551615 4248473 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11862/tid=11870] ppid=11857 vsize=158540 CPUtime=1.39 cores=4-7
/proc/11862/task/11870/stat : 11870 (plingeling) R 11857 11857 11831 0 -1 4202560 2312 1255 0 0 139 0 0 0 25 0 5 0 509581812 162344960 11700 33554432000 4194304 4356188 140735785801824 18446744073709551615 4276908 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11862/tid=11871] ppid=11857 vsize=158540 CPUtime=1.35 cores=4-7
/proc/11862/task/11871/stat : 11871 (plingeling) R 11857 11857 11831 0 -1 4202560 2295 1255 0 0 135 0 0 0 23 0 5 0 509581812 162344960 11700 33554432000 4194304 4356188 140735785801824 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11862/tid=11872] ppid=11857 vsize=158540 CPUtime=1.39 cores=4-7
/proc/11862/task/11872/stat : 11872 (plingeling) R 11857 11857 11831 0 -1 4202560 1097 1255 0 0 139 0 0 0 22 0 5 0 509581812 162344960 11700 33554432000 4194304 4356188 140735785801824 18446744073709551615 4282114 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.6
Current children cumulated vsize (KiB) 696280

[startup+3.10042 s]
/proc/loadavg: 7.36 7.89 7.96 9/180 11872
/proc/meminfo: memFree=30370680/32951124 swapFree=67105204/67111528
[pid=11857] ppid=11855 vsize=18324 CPUtime=0 cores=0-7
/proc/11857/stat : 11857 (ppfolio) S 11855 11857 11831 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509581802 18763776 390 33554432000 4194304 4287625 140735861146576 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 6 0 0 0
/proc/11857/statm: 4581 390 341 23 0 91 0
[pid=11858] ppid=11857 vsize=29388 CPUtime=3.09 cores=0
/proc/11858/stat : 11858 (cryptominisat) R 11857 11857 11831 0 -1 4202496 7401 0 0 0 308 1 0 0 25 0 1 0 509581802 30093312 2641 33554432000 4194304 4587354 140737462827984 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11858/statm: 7347 2641 327 96 0 3909 0
[pid=11859] ppid=11857 vsize=19280 CPUtime=3.09 cores=1
/proc/11859/stat : 11859 (clasp) R 11857 11857 11831 0 -1 4202496 2466 0 0 0 309 0 0 0 25 0 1 0 509581802 19742720 2139 33554432000 4194304 4785740 140736417320160 18446744073709551615 4553366 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11859/statm: 4820 2139 340 145 0 1865 0
[pid=11860] ppid=11857 vsize=458756 CPUtime=3.09 cores=2
/proc/11860/stat : 11860 (TNM) R 11857 11857 11831 0 -1 4202496 2104 0 0 0 309 0 0 0 25 0 1 0 509581802 469766144 2001 33554432000 134512640 134534564 4290026528 18446744073709551615 134524664 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11860/statm: 114689 2001 91 6 0 113355 0
[pid=11861] ppid=11857 vsize=15872 CPUtime=3.09 cores=3
/proc/11861/stat : 11861 (march_hi) R 11857 11857 11831 0 -1 4202496 10493 0 0 0 308 1 0 0 25 0 1 0 509581802 16252928 2139 33554432000 4194304 4331988 140734065800944 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11861/statm: 3968 2139 150 34 0 2410 0
[pid=11862] ppid=11857 vsize=159144 CPUtime=12.03 cores=4-7
/proc/11862/stat : 11862 (plingeling) S 11857 11857 11831 0 -1 4202496 12869 1255 0 0 1201 2 0 0 18 0 5 0 509581802 162963456 11851 33554432000 4194304 4356188 140735785801824 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11862/statm: 39786 11851 161 40 0 38330 0
[pid=11862/tid=11869] ppid=11857 vsize=159144 CPUtime=2.99 cores=4-7
/proc/11862/task/11869/stat : 11869 (plingeling) R 11857 11857 11831 0 -1 4202560 2299 1255 0 0 299 0 0 0 25 0 5 0 509581812 162963456 11851 33554432000 4194304 4356188 140735785801824 18446744073709551615 4271040 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11862/tid=11870] ppid=11857 vsize=159144 CPUtime=2.99 cores=4-7
/proc/11862/task/11870/stat : 11870 (plingeling) R 11857 11857 11831 0 -1 4202560 2312 1255 0 0 299 0 0 0 25 0 5 0 509581812 162963456 11851 33554432000 4194304 4356188 140735785801824 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11862/tid=11871] ppid=11857 vsize=159144 CPUtime=2.94 cores=4-7
/proc/11862/task/11871/stat : 11871 (plingeling) R 11857 11857 11831 0 -1 4202560 2295 1255 0 0 294 0 0 0 25 0 5 0 509581812 162963456 11851 33554432000 4194304 4356188 140735785801824 18446744073709551615 4270759 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11862/tid=11872] ppid=11857 vsize=159144 CPUtime=2.99 cores=4-7
/proc/11862/task/11872/stat : 11872 (plingeling) R 11857 11857 11831 0 -1 4202560 1387 1255 0 0 299 0 0 0 25 0 5 0 509581812 162963456 11851 33554432000 4194304 4356188 140735785801824 18446744073709551615 4279511 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.39
Current children cumulated vsize (KiB) 700764

[startup+6.30083 s]
/proc/loadavg: 7.41 7.89 7.96 9/180 11872
/proc/meminfo: memFree=30374532/32951124 swapFree=67105204/67111528
[pid=11857] ppid=11855 vsize=18324 CPUtime=0 cores=0-7
/proc/11857/stat : 11857 (ppfolio) S 11855 11857 11831 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509581802 18763776 390 33554432000 4194304 4287625 140735861146576 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 6 0 0 0
/proc/11857/statm: 4581 390 341 23 0 91 0
[pid=11858] ppid=11857 vsize=75432 CPUtime=6.28 cores=0
/proc/11858/stat : 11858 (cryptominisat) R 11857 11857 11831 0 -1 4202496 11518 0 0 0 627 1 0 0 25 0 1 0 509581802 77242368 5678 33554432000 4194304 4587354 140737462827984 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11858/statm: 18858 5678 337 96 0 15420 0
[pid=11859] ppid=11857 vsize=21364 CPUtime=6.29 cores=1
/proc/11859/stat : 11859 (clasp) R 11857 11857 11831 0 -1 4202496 2958 0 0 0 629 0 0 0 25 0 1 0 509581802 21876736 2631 33554432000 4194304 4785740 140736417320160 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11859/statm: 5341 2631 340 145 0 2386 0
[pid=11860] ppid=11857 vsize=458756 CPUtime=6.28 cores=2
/proc/11860/stat : 11860 (TNM) R 11857 11857 11831 0 -1 4202496 2104 0 0 0 628 0 0 0 25 0 1 0 509581802 469766144 2001 33554432000 134512640 134534564 4290026528 18446744073709551615 134524577 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11860/statm: 114689 2001 91 6 0 113355 0
[pid=11861] ppid=11857 vsize=16192 CPUtime=6.29 cores=3
/proc/11861/stat : 11861 (march_hi) R 11857 11857 11831 0 -1 4202496 10540 0 0 0 628 1 0 0 25 0 1 0 509581802 16580608 2186 33554432000 4194304 4331988 140734065800944 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11861/statm: 4048 2186 150 34 0 2490 0
[pid=11862] ppid=11857 vsize=151468 CPUtime=24.81 cores=4-7
/proc/11862/stat : 11862 (plingeling) S 11857 11857 11831 0 -1 4202496 16541 1255 0 0 2478 3 0 0 18 0 5 0 509581802 155103232 9907 33554432000 4194304 4356188 140735785801824 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11862/statm: 37867 9907 161 40 0 36411 0
[pid=11862/tid=11869] ppid=11857 vsize=151468 CPUtime=6.19 cores=4-7
/proc/11862/task/11869/stat : 11869 (plingeling) R 11857 11857 11831 0 -1 4202560 2876 1255 0 0 619 0 0 0 25 0 5 0 509581812 155103232 9907 33554432000 4194304 4356188 140735785801824 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11862/tid=11870] ppid=11857 vsize=151468 CPUtime=6.19 cores=4-7
/proc/11862/task/11870/stat : 11870 (plingeling) R 11857 11857 11831 0 -1 4202560 3033 1255 0 0 619 0 0 0 25 0 5 0 509581812 155103232 9907 33554432000 4194304 4356188 140735785801824 18446744073709551615 4332239 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11862/tid=11871] ppid=11857 vsize=151468 CPUtime=6.12 cores=4-7
/proc/11862/task/11871/stat : 11871 (plingeling) R 11857 11857 11831 0 -1 4202560 2812 1255 0 0 612 0 0 0 25 0 5 0 509581812 155103232 9907 33554432000 4194304 4356188 140735785801824 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11862/tid=11872] ppid=11857 vsize=151468 CPUtime=6.18 cores=4-7
/proc/11862/task/11872/stat : 11872 (plingeling) R 11857 11857 11831 0 -1 4202560 3244 1255 0 0 618 0 0 0 25 0 5 0 509581812 155103232 9907 33554432000 4194304 4356188 140735785801824 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.95
Current children cumulated vsize (KiB) 741536

[startup+12.7007 s]
/proc/loadavg: 7.46 7.89 7.96 9/180 11872
/proc/meminfo: memFree=30348244/32951124 swapFree=67105204/67111528
[pid=11857] ppid=11855 vsize=18324 CPUtime=0 cores=0-7
/proc/11857/stat : 11857 (ppfolio) S 11855 11857 11831 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509581802 18763776 390 33554432000 4194304 4287625 140735861146576 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 6 0 0 0
/proc/11857/statm: 4581 390 341 23 0 91 0
[pid=11858] ppid=11857 vsize=45172 CPUtime=12.69 cores=0
/proc/11858/stat : 11858 (cryptominisat) R 11857 11857 11831 0 -1 4202496 12636 0 0 0 1267 2 0 0 25 0 1 0 509581802 46256128 5873 33554432000 4194304 4587354 140737462827984 18446744073709551615 4239308 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11858/statm: 11293 5873 337 96 0 7855 0
[pid=11859] ppid=11857 vsize=24316 CPUtime=12.69 cores=1
/proc/11859/stat : 11859 (clasp) R 11857 11857 11831 0 -1 4202496 3629 0 0 0 1269 0 0 0 25 0 1 0 509581802 24899584 3302 33554432000 4194304 4785740 140736417320160 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11859/statm: 6079 3302 340 145 0 3124 0
[pid=11860] ppid=11857 vsize=458756 CPUtime=12.68 cores=2
/proc/11860/stat : 11860 (TNM) R 11857 11857 11831 0 -1 4202496 2104 0 0 0 1268 0 0 0 25 0 1 0 509581802 469766144 2001 33554432000 134512640 134534564 4290026528 18446744073709551615 134524664 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11860/statm: 114689 2001 91 6 0 113355 0
[pid=11861] ppid=11857 vsize=17500 CPUtime=12.69 cores=3
/proc/11861/stat : 11861 (march_hi) R 11857 11857 11831 0 -1 4202496 10864 0 0 0 1268 1 0 0 25 0 1 0 509581802 17920000 2510 33554432000 4194304 4331988 140734065800944 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11861/statm: 4375 2510 150 34 0 2817 0
[pid=11862] ppid=11857 vsize=168596 CPUtime=50.38 cores=4-7
/proc/11862/stat : 11862 (plingeling) S 11857 11857 11831 0 -1 4202496 24085 1255 0 0 5033 5 0 0 18 0 5 0 509581802 172642304 14189 33554432000 4194304 4356188 140735785801824 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11862/statm: 42149 14189 161 40 0 40693 0
[pid=11862/tid=11869] ppid=11857 vsize=168596 CPUtime=12.59 cores=4-7
/proc/11862/task/11869/stat : 11869 (plingeling) R 11857 11857 11831 0 -1 4202560 4471 1255 0 0 1259 0 0 0 25 0 5 0 509581812 172642304 14189 33554432000 4194304 4356188 140735785801824 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11862/tid=11870] ppid=11857 vsize=168596 CPUtime=12.59 cores=4-7
/proc/11862/task/11870/stat : 11870 (plingeling) R 11857 11857 11831 0 -1 4202560 5048 1255 0 0 1258 1 0 0 25 0 5 0 509581812 172642304 14189 33554432000 4194304 4356188 140735785801824 18446744073709551615 4330990 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11862/tid=11871] ppid=11857 vsize=168596 CPUtime=12.49 cores=4-7
/proc/11862/task/11871/stat : 11871 (plingeling) R 11857 11857 11831 0 -1 4202560 4696 1255 0 0 1248 1 0 0 25 0 5 0 509581812 172642304 14189 33554432000 4194304 4356188 140735785801824 18446744073709551615 4237422 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11862/tid=11872] ppid=11857 vsize=168596 CPUtime=12.58 cores=4-7
/proc/11862/task/11872/stat : 11872 (plingeling) R 11857 11857 11831 0 -1 4202560 5294 1255 0 0 1257 1 0 0 25 0 5 0 509581812 172642304 14189 33554432000 4194304 4356188 140735785801824 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.13
Current children cumulated vsize (KiB) 732664

[startup+25.5013 s]
/proc/loadavg: 7.58 7.90 7.96 9/180 11873
/proc/meminfo: memFree=30334008/32951124 swapFree=67105204/67111528
[pid=11857] ppid=11855 vsize=18324 CPUtime=0 cores=0-7
/proc/11857/stat : 11857 (ppfolio) S 11855 11857 11831 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509581802 18763776 390 33554432000 4194304 4287625 140735861146576 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 6 0 0 0
/proc/11857/statm: 4581 390 341 23 0 91 0
[pid=11858] ppid=11857 vsize=77828 CPUtime=25.49 cores=0
/proc/11858/stat : 11858 (cryptominisat) R 11857 11857 11831 0 -1 4202496 15493 0 0 0 2547 2 0 0 25 0 1 0 509581802 79695872 7712 33554432000 4194304 4587354 140737462827984 18446744073709551615 4388368 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=11860] ppid=11857 vsize=462584 CPUtime=4782.43 cores=2
/proc/11860/stat : 11860 (TNM) R 11857 11857 11831 0 -1 4202496 2344 0 0 0 478241 2 0 0 25 0 1 0 509581802 473686016 2241 33554432000 134512640 134534564 4290026528 18446744073709551615 134530320 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11860/statm: 115646 2241 95 6 0 114312 0
[pid=11861] ppid=11857 vsize=48344 CPUtime=4782.43 cores=3
/proc/11861/stat : 11861 (march_hi) R 11857 11857 11831 0 -1 4202496 26611 0 0 0 478239 4 0 0 25 0 1 0 509581802 49504256 8196 33554432000 4194304 4331988 140734065800944 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11861/statm: 12086 8196 175 34 0 10528 0
[pid=11862] ppid=11857 vsize=508884 CPUtime=19102.1 cores=4-7
/proc/11862/stat : 11862 (plingeling) S 11857 11857 11831 0 -1 4202496 1373150 1255 0 0 1909999 212 0 0 18 0 5 0 509581802 521097216 99293 33554432000 4194304 4356188 140735785801824 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11862/statm: 127221 99293 161 40 0 125765 0
[pid=11862/tid=11869] ppid=11857 vsize=508884 CPUtime=4782.34 cores=4-7
/proc/11862/task/11869/stat : 11869 (plingeling) R 11857 11857 11831 0 -1 4202560 352889 1255 0 0 478184 50 0 0 25 0 5 0 509581812 521097216 99293 33554432000 4194304 4356188 140735785801824 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11862/tid=11870] ppid=11857 vsize=508884 CPUtime=4782.34 cores=4-7
/proc/11862/task/11870/stat : 11870 (plingeling) R 11857 11857 11831 0 -1 4202560 341169 1255 0 0 478179 55 0 0 25 0 5 0 509581812 521097216 99293 33554432000 4194304 4356188 140735785801824 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11862/tid=11871] ppid=11857 vsize=508884 CPUtime=4755.43 cores=4-7
/proc/11862/task/11871/stat : 11871 (plingeling) R 11857 11857 11831 0 -1 4202560 334402 1255 0 0 475492 51 0 0 25 0 5 0 509581812 521097216 99293 33554432000 4194304 4356188 140735785801824 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11862/tid=11872] ppid=11857 vsize=508884 CPUtime=4781.87 cores=4-7
/proc/11862/task/11872/stat : 11872 (plingeling) R 11857 11857 11831 0 -1 4202560 340114 1255 0 0 478134 53 0 0 25 0 5 0 509581812 521097216 99293 33554432000 4194304 4356188 140735785801824 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38231.7
Current children cumulated vsize (KiB) 1291884

[startup+4842.31 s]
/proc/loadavg: 8.02 8.01 8.00 9/180 12022
/proc/meminfo: memFree=29821488/32951124 swapFree=67105204/67111528
[pid=11857] ppid=11855 vsize=18324 CPUtime=0 cores=0-7
/proc/11857/stat : 11857 (ppfolio) S 11855 11857 11831 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509581802 18763776 390 33554432000 4194304 4287625 140735861146576 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 6 0 0 0
/proc/11857/statm: 4581 390 341 23 0 91 0
[pid=11858] ppid=11857 vsize=166972 CPUtime=4842.31 cores=0
/proc/11858/stat : 11858 (cryptominisat) R 11857 11857 11831 0 -1 4202496 269691 0 0 0 484131 100 0 0 25 0 1 0 509581802 170979328 33505 33554432000 4194304 4587354 140737462827984 18446744073709551615 4232088 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11858/statm: 41743 33505 337 96 0 38305 0
[pid=11859] ppid=11857 vsize=86776 CPUtime=4842.42 cores=1
/proc/11859/stat : 11859 (clasp) R 11857 11857 11831 0 -1 4202496 19660 0 0 0 484237 5 0 0 25 0 1 0 509581802 88858624 17158 33554432000 4194304 4785740 140736417320160 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11859/statm: 21694 17158 341 145 0 18739 0
[pid=11860] ppid=11857 vsize=462584 CPUtime=4842.44 cores=2
/proc/11860/stat : 11860 (TNM) R 11857 11857 11831 0 -1 4202496 2344 0 0 0 484242 2 0 0 25 0 1 0 509581802 473686016 2241 33554432000 134512640 134534564 4290026528 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11860/statm: 115646 2241 95 6 0 114312 0
[pid=11861] ppid=11857 vsize=48344 CPUtime=4842.43 cores=3
/proc/11861/stat : 11861 (march_hi) R 11857 11857 11831 0 -1 4202496 26631 0 0 0 484239 4 0 0 25 0 1 0 509581802 49504256 8216 33554432000 4194304 4331988 140734065800944 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11861/statm: 12086 8216 175 34 0 10528 0
[pid=11862] ppid=11857 vsize=502740 CPUtime=19341.8 cores=4-7
/proc/11862/stat : 11862 (plingeling) S 11857 11857 11831 0 -1 4202496 1383326 1255 0 0 1933966 214 0 0 18 0 5 0 509581802 514805760 97757 33554432000 4194304 4356188 140735785801824 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11862/statm: 125685 97757 161 40 0 124229 0
[pid=11862/tid=11869] ppid=11857 vsize=502740 CPUtime=4842.35 cores=4-7
/proc/11862/task/11869/stat : 11869 (plingeling) R 11857 11857 11831 0 -1 4202560 355609 1255 0 0 484184 51 0 0 25 0 5 0 509581812 514805760 97757 33554432000 4194304 4356188 140735785801824 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11862/tid=11870] ppid=11857 vsize=502740 CPUtime=4842.35 cores=4-7
/proc/11862/task/11870/stat : 11870 (plingeling) R 11857 11857 11831 0 -1 4202560 343889 1255 0 0 484179 56 0 0 25 0 5 0 509581812 514805760 97757 33554432000 4194304 4356188 140735785801824 18446744073709551615 4331039 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11862/tid=11871] ppid=11857 vsize=502740 CPUtime=4815.12 cores=4-7
/proc/11862/task/11871/stat : 11871 (plingeling) R 11857 11857 11831 0 -1 4202560 335586 1255 0 0 481460 52 0 0 25 0 5 0 509581812 514805760 97757 33554432000 4194304 4356188 140735785801824 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11862/tid=11872] ppid=11857 vsize=502740 CPUtime=4841.86 cores=4-7
/proc/11862/task/11872/stat : 11872 (plingeling) R 11857 11857 11831 0 -1 4202560 343666 1255 0 0 484133 53 0 0 25 0 5 0 509581812 514805760 97757 33554432000 4194304 4356188 140735785801824 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38711.4
Current children cumulated vsize (KiB) 1285740

[startup+4902.3 s]
/proc/loadavg: 8.00 8.01 8.00 9/180 12024
/proc/meminfo: memFree=29811916/32951124 swapFree=67105204/67111528
[pid=11857] ppid=11855 vsize=18324 CPUtime=0 cores=0-7
/proc/11857/stat : 11857 (ppfolio) S 11855 11857 11831 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509581802 18763776 390 33554432000 4194304 4287625 140735861146576 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 6 0 0 0
/proc/11857/statm: 4581 390 341 23 0 91 0
[pid=11858] ppid=11857 vsize=262428 CPUtime=4902.31 cores=0
/proc/11858/stat : 11858 (cryptominisat) R 11857 11857 11831 0 -1 4202496 270596 0 0 0 490130 101 0 0 25 0 1 0 509581802 268726272 34367 33554432000 4194304 4587354 140737462827984 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11858/statm: 65607 34367 337 96 0 62169 0
[pid=11859] ppid=11857 vsize=86776 CPUtime=4902.42 cores=1
/proc/11859/stat : 11859 (clasp) R 11857 11857 11831 0 -1 4202496 19660 0 0 0 490237 5 0 0 25 0 1 0 509581802 88858624 17158 33554432000 4194304 4785740 140736417320160 18446744073709551615 4538864 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11859/statm: 21694 17158 341 145 0 18739 0
[pid=11860] ppid=11857 vsize=462584 CPUtime=4902.44 cores=2
/proc/11860/stat : 11860 (TNM) R 11857 11857 11831 0 -1 4202496 2344 0 0 0 490242 2 0 0 25 0 1 0 509581802 473686016 2241 33554432000 134512640 134534564 4290026528 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11860/statm: 115646 2241 95 6 0 114312 0
[pid=11861] ppid=11857 vsize=48344 CPUtime=4902.43 cores=3
/proc/11861/stat : 11861 (march_hi) R 11857 11857 11831 0 -1 4202496 26663 0 0 0 490239 4 0 0 25 0 1 0 509581802 49504256 8248 33554432000 4194304 4331988 140734065800944 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11861/statm: 12086 8248 175 34 0 10528 0
[pid=11862] ppid=11857 vsize=510164 CPUtime=19581.5 cores=4-7
/proc/11862/stat : 11862 (plingeling) S 11857 11857 11831 0 -1 4202496 1394238 1255 0 0 1957929 217 0 0 18 0 5 0 509581802 522407936 99613 33554432000 4194304 4356188 140735785801824 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11862/statm: 127541 99613 161 40 0 126085 0
[pid=11862/tid=11869] ppid=11857 vsize=510164 CPUtime=4902.35 cores=4-7
/proc/11862/task/11869/stat : 11869 (plingeling) R 11857 11857 11831 0 -1 4202560 358265 1255 0 0 490184 51 0 0 25 0 5 0 509581812 522407936 99613 33554432000 4194304 4356188 140735785801824 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11862/tid=11870] ppid=11857 vsize=510164 CPUtime=4902.35 cores=4-7
/proc/11862/task/11870/stat : 11870 (plingeling) R 11857 11857 11831 0 -1 4202560 347217 1255 0 0 490178 57 0 0 25 0 5 0 509581812 522407936 99613 33554432000 4194304 4356188 140735785801824 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11862/tid=11871] ppid=11857 vsize=510164 CPUtime=4874.78 cores=4-7
/proc/11862/task/11871/stat : 11871 (plingeling) R 11857 11857 11831 0 -1 4202560 338178 1255 0 0 487426 52 0 0 25 0 5 0 509581812 522407936 99613 33554432000 4194304 4356188 140735785801824 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11862/tid=11872] ppid=11857 vsize=510164 CPUtime=4901.85 cores=4-7
/proc/11862/task/11872/stat : 11872 (plingeling) R 11857 11857 11831 0 -1 4202560 346002 1255 0 0 490131 54 0 0 25 0 5 0 509581812 522407936 99613 33554432000 4194304 4356188 140735785801824 18446744073709551615 4331039 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39191.1
Current children cumulated vsize (KiB) 1388620

[startup+4962.3 s]
/proc/loadavg: 8.00 8.00 8.00 9/180 12025
/proc/meminfo: memFree=29809912/32951124 swapFree=67105204/67111528
[pid=11857] ppid=11855 vsize=18324 CPUtime=0 cores=0-7
/proc/11857/stat : 11857 (ppfolio) S 11855 11857 11831 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509581802 18763776 390 33554432000 4194304 4287625 140735861146576 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 6 0 0 0
/proc/11857/statm: 4581 390 341 23 0 91 0
[pid=11858] ppid=11857 vsize=262844 CPUtime=4962.31 cores=0
/proc/11858/stat : 11858 (cryptominisat) R 11857 11857 11831 0 -1 4202496 271226 0 0 0 496130 101 0 0 25 0 1 0 509581802 269152256 33664 33554432000 4194304 4587354 140737462827984 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11858/statm: 65711 33664 337 96 0 62273 0
[pid=11859] ppid=11857 vsize=86776 CPUtime=4962.42 cores=1
/proc/11859/stat : 11859 (clasp) R 11857 11857 11831 0 -1 4202496 19692 0 0 0 496237 5 0 0 25 0 1 0 509581802 88858624 17190 33554432000 4194304 4785740 140736417320160 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11859/statm: 21694 17190 341 145 0 18739 0
[pid=11860] ppid=11857 vsize=462584 CPUtime=4962.44 cores=2
/proc/11860/stat : 11860 (TNM) R 11857 11857 11831 0 -1 4202496 2344 0 0 0 496242 2 0 0 25 0 1 0 509581802 473686016 2241 33554432000 134512640 134534564 4290026528 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11860/statm: 115646 2241 95 6 0 114312 0
[pid=11861] ppid=11857 vsize=48344 CPUtime=4962.43 cores=3
/proc/11861/stat : 11861 (march_hi) R 11857 11857 11831 0 -1 4202496 26685 0 0 0 496239 4 0 0 25 0 1 0 509581802 49504256 8270 33554432000 4194304 4331988 140734065800944 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11861/statm: 12086 8270 175 34 0 10528 0
[pid=11862] ppid=11857 vsize=514900 CPUtime=19821.1 cores=4-7
/proc/11862/stat : 11862 (plingeling) S 11857 11857 11831 0 -1 4202496 1404926 1255 0 0 1981894 219 0 0 18 0 5 0 509581802 527257600 100797 33554432000 4194304 4356188 140735785801824 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11862/statm: 128725 100797 161 40 0 127269 0
[pid=11862/tid=11869] ppid=11857 vsize=514900 CPUtime=4962.35 cores=4-7
/proc/11862/task/11869/stat : 11869 (plingeling) R 11857 11857 11831 0 -1 4202560 360857 1255 0 0 496183 52 0 0 25 0 5 0 509581812 527257600 100797 33554432000 4194304 4356188 140735785801824 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11862/tid=11870] ppid=11857 vsize=514900 CPUtime=4962.35 cores=4-7
/proc/11862/task/11870/stat : 11870 (plingeling) R 11857 11857 11831 0 -1 4202560 349617 1255 0 0 496178 57 0 0 25 0 5 0 509581812 527257600 100797 33554432000 4194304 4356188 140735785801824 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11862/tid=11871] ppid=11857 vsize=514900 CPUtime=4934.46 cores=4-7
/proc/11862/task/11871/stat : 11871 (plingeling) R 11857 11857 11831 0 -1 4202560 341410 1255 0 0 493393 53 0 0 25 0 5 0 509581812 527257600 100797 33554432000 4194304 4356188 140735785801824 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11862/tid=11872] ppid=11857 vsize=514900 CPUtime=4961.84 cores=4-7
/proc/11862/task/11872/stat : 11872 (plingeling) R 11857 11857 11831 0 -1 4202560 348466 1255 0 0 496130 54 0 0 25 0 5 0 509581812 527257600 100797 33554432000 4194304 4356188 140735785801824 18446744073709551615 4332026 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39670.7
Current children cumulated vsize (KiB) 1393772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.5 s]
/proc/loadavg: 8.00 8.00 8.00 9/180 12026
/proc/meminfo: memFree=29869788/32951124 swapFree=67105204/67111528
[pid=11857] ppid=11855 vsize=18324 CPUtime=0 cores=0-7
/proc/11857/stat : 11857 (ppfolio) S 11855 11857 11831 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509581802 18763776 390 33554432000 4194304 4287625 140735861146576 18446744073709551615 220816256527 0 0 4096 65536 4305924895738429439 0 0 17 6 0 0 0
/proc/11857/statm: 4581 390 341 23 0 91 0
[pid=11858] ppid=11857 vsize=91860 CPUtime=5003.51 cores=0
/proc/11858/stat : 11858 (cryptominisat) R 11857 11857 11831 0 -1 4202496 272264 0 0 0 500249 102 0 0 25 0 1 0 509581802 94064640 19831 33554432000 4194304 4587354 140737462827984 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11858/statm: 22965 19831 337 96 0 19527 0
[pid=11859] ppid=11857 vsize=86776 CPUtime=5003.63 cores=1
/proc/11859/stat : 11859 (clasp) R 11857 11857 11831 0 -1 4202496 19734 0 0 0 500358 5 0 0 25 0 1 0 509581802 88858624 17232 33554432000 4194304 4785740 140736417320160 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11859/statm: 21694 17232 341 145 0 18739 0
[pid=11860] ppid=11857 vsize=462584 CPUtime=5003.65 cores=2
/proc/11860/stat : 11860 (TNM) R 11857 11857 11831 0 -1 4202496 2344 0 0 0 500363 2 0 0 25 0 1 0 509581802 473686016 2241 33554432000 134512640 134534564 4290026528 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11860/statm: 115646 2241 95 6 0 114312 0
[pid=11861] ppid=11857 vsize=48344 CPUtime=5003.64 cores=3
/proc/11861/stat : 11861 (march_hi) R 11857 11857 11831 0 -1 4202496 26699 0 0 0 500360 4 0 0 25 0 1 0 509581802 49504256 8284 33554432000 4194304 4331988 140734065800944 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11861/statm: 12086 8284 175 34 0 10528 0
[pid=11862] ppid=11857 vsize=510036 CPUtime=19985.7 cores=4-7
/proc/11862/stat : 11862 (plingeling) S 11857 11857 11831 0 -1 4202496 1412318 1255 0 0 1998353 220 0 0 18 0 5 0 509581802 522276864 99581 33554432000 4194304 4356188 140735785801824 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11862/statm: 127509 99581 161 40 0 126053 0
[pid=11862/tid=11869] ppid=11857 vsize=510036 CPUtime=5003.56 cores=4-7
/proc/11862/task/11869/stat : 11869 (plingeling) R 11857 11857 11831 0 -1 4202560 362553 1255 0 0 500304 52 0 0 25 0 5 0 509581812 522276864 99581 33554432000 4194304 4356188 140735785801824 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11862/tid=11870] ppid=11857 vsize=510036 CPUtime=5003.55 cores=4-7
/proc/11862/task/11870/stat : 11870 (plingeling) R 11857 11857 11831 0 -1 4202560 351537 1255 0 0 500298 57 0 0 25 0 5 0 509581812 522276864 99581 33554432000 4194304 4356188 140735785801824 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11862/tid=11871] ppid=11857 vsize=510036 CPUtime=4975.44 cores=4-7
/proc/11862/task/11871/stat : 11871 (plingeling) R 11857 11857 11831 0 -1 4202560 343362 1255 0 0 497491 53 0 0 25 0 5 0 509581812 522276864 99581 33554432000 4194304 4356188 140735785801824 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11862/tid=11872] ppid=11857 vsize=510036 CPUtime=5003.05 cores=4-7
/proc/11862/task/11872/stat : 11872 (plingeling) R 11857 11857 11831 0 -1 4202560 350290 1255 0 0 500250 55 0 0 25 0 5 0 509581812 522276864 99581 33554432000 4194304 4356188 140735785801824 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 1217924

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 11857 and gives
#  childrusage.ru_utime.tv_sec=20013
#  childrusage.ru_utime.tv_usec=315513
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=178820
# CPU time returned by wait4() is 20014.5
# while last known CPU time is 40000.2
#
# 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.2
CPU user time (s): 39996.8
CPU system time (s): 3.33
CPU usage (%): 799.441
Max. virtual memory (cumulated for all children) (KiB): 7751236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20013.3
system time used= 1.17882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 321578
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= 600
involuntary context switches= 88657

runsolver used 7.53685 second user time and 19.731 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-30 15:54:19
IDJOB=3275911
IDBENCH=83967
IDSOLVER=1638
FILE ID=node147/3275911-1304171659
RUNJOBID= node147-1304171659-11845
PBS_JOBID= 13170963
Free space on /tmp= 73080 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_21_60_7-log.shuffled-as.sat03-151.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275911-1304171659/watcher-3275911-1304171659 -o /tmp/evaluation-result-3275911-1304171659/solver-3275911-1304171659 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275911-1304171659.cnf

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

MD5SUM BENCH= 5cab37809f478f7db7fa096e9a155cfe
RANDOM SEED=983944752

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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:     32951124 kB
MemFree:      30454616 kB
Buffers:        333776 kB
Cached:        1765480 kB
SwapCached:       3064 kB
Active:         227164 kB
Inactive:      1932604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30454616 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:           11736 kB
Writeback:           0 kB
AnonPages:       58744 kB
Mapped:          14628 kB
Slab:           269644 kB
PageTables:       4656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   181876 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= 73072 MiB
End job on node147 at 2011-04-30 17:17:45