Trace number 3310327

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_2_keyfind_1.cnf
MD5SUM19e0b91e7d093f7cb35b11b46708a49b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses20544
Sum of the clauses size111944
Maximum clause length8
Minimum clause length1
Number of clauses of size 1272
Number of clauses of size 2256
Number of clauses of size 33520
Number of clauses of size 4640
Number of clauses of size 54096
Number of clauses of size over 511760

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-3310327-1304011904/watcher-3310327-1304011904 -o /tmp/evaluation-result-3310327-1304011904/solver-3310327-1304011904 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310327-1304011904.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.54 8.09 8.07 2/174 30768
/proc/meminfo: memFree=21635780/32951124 swapFree=67111524/67111528
[pid=30768] ppid=30766 vsize=18324 CPUtime=0 cores=0-7
/proc/30768/stat : 30768 (ppfolio) S 30766 30768 30742 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 512788253 18763776 389 33554432000 4194304 4287625 140737377861408 18446744073709551615 255377321487 0 0 4096 65536 4602599246313553919 0 0 17 4 0 0 0
/proc/30768/statm: 4581 389 341 23 0 91 0

[startup+0.147907 s]
/proc/loadavg: 7.54 8.09 8.07 2/174 30768
/proc/meminfo: memFree=21635780/32951124 swapFree=67111524/67111528
[pid=30768] ppid=30766 vsize=18324 CPUtime=0 cores=0-7
/proc/30768/stat : 30768 (ppfolio) R 30766 30768 30742 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 512788253 18763776 389 33554432000 4194304 4287625 140737377861408 18446744073709551615 255377321487 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/30768/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200896 s]
/proc/loadavg: 7.54 8.09 8.07 2/174 30768
/proc/meminfo: memFree=21635780/32951124 swapFree=67111524/67111528
[pid=30768] ppid=30766 vsize=18324 CPUtime=0 cores=0-7
/proc/30768/stat : 30768 (ppfolio) S 30766 30768 30742 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 512788253 18763776 389 33554432000 4194304 4287625 140737377861408 18446744073709551615 255377321487 0 0 4096 65536 4602599246313553919 0 0 17 6 0 0 0
/proc/30768/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300881 s]
/proc/loadavg: 7.54 8.09 8.07 2/174 30768
/proc/meminfo: memFree=21635780/32951124 swapFree=67111524/67111528
[pid=30768] ppid=30766 vsize=18324 CPUtime=0 cores=0-7
/proc/30768/stat : 30768 (ppfolio) S 30766 30768 30742 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 512788253 18763776 389 33554432000 4194304 4287625 140737377861408 18446744073709551615 255377321487 0 0 4096 65536 4602599246313553919 0 0 17 6 0 0 0
/proc/30768/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700807 s]
/proc/loadavg: 7.54 8.09 8.07 2/174 30768
/proc/meminfo: memFree=21635780/32951124 swapFree=67111524/67111528
[pid=30768] ppid=30766 vsize=18324 CPUtime=0 cores=0-7
/proc/30768/stat : 30768 (ppfolio) S 30766 30768 30742 0 -1 4202496 519 0 0 0 0 0 0 0 17 0 1 0 512788253 18763776 389 33554432000 4194304 4287625 140737377861408 18446744073709551615 255377321487 0 0 4096 65536 4602599246313553919 0 0 17 6 0 0 0
/proc/30768/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50066 s]
/proc/loadavg: 7.54 8.09 8.07 9/184 30783
/proc/meminfo: memFree=21583868/32951124 swapFree=67111524/67111528
[pid=30768] ppid=30766 vsize=18324 CPUtime=0 cores=0-7
/proc/30768/stat : 30768 (ppfolio) S 30766 30768 30742 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512788253 18763776 389 33554432000 4194304 4287625 140737377861408 18446744073709551615 255377321487 0 0 4096 65536 4602599246313553919 0 0 17 6 0 0 0
/proc/30768/statm: 4581 389 341 23 0 91 0
[pid=30769] ppid=30768 vsize=1501048 CPUtime=1.48 cores=0
/proc/30769/stat : 30769 (cryptominisat) R 30768 30768 30742 0 -1 4202496 5724 0 0 0 148 0 0 0 20 0 1 0 512788253 1537073152 3284 33554432000 4194304 4587354 140736124193888 18446744073709551615 4244166 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30769/statm: 375262 3284 338 96 0 371824 0
[pid=30770] ppid=30768 vsize=19576 CPUtime=1.49 cores=1
/proc/30770/stat : 30770 (clasp) R 30768 30768 30742 0 -1 4202496 2446 0 0 0 149 0 0 0 20 0 1 0 512788253 20045824 2243 33554432000 4194304 4785740 140735981579008 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30770/statm: 4894 2243 341 145 0 1939 0
[pid=30771] ppid=30768 vsize=457936 CPUtime=1.49 cores=2
/proc/30771/stat : 30771 (TNM) R 30768 30768 30742 0 -1 4202496 1055 0 0 0 149 0 0 0 20 0 1 0 512788253 468926464 952 33554432000 134512640 134534564 4293127968 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30771/statm: 114484 952 95 6 0 113150 0
[pid=30772] ppid=30768 vsize=24456 CPUtime=1.49 cores=3
/proc/30772/stat : 30772 (march_hi) R 30768 30768 30742 0 -1 4202496 10281 0 0 0 148 1 0 0 20 0 1 0 512788253 25042944 3563 33554432000 4194304 4331988 140734861554144 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30772/statm: 6114 3563 176 34 0 4556 0
[pid=30773] ppid=30768 vsize=132128 CPUtime=5.85 cores=4-7
/proc/30773/stat : 30773 (plingeling) S 30768 30768 30742 0 -1 4202496 6560 1254 0 0 585 0 0 0 18 0 5 0 512788253 135299072 5097 33554432000 4194304 4356188 140734240141344 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30773/statm: 33032 5097 163 40 0 31576 0
[pid=30773/tid=30780] ppid=30768 vsize=132128 CPUtime=1.45 cores=4-7
/proc/30773/task/30780/stat : 30780 (plingeling) R 30768 30768 30742 0 -1 4202560 1072 1254 0 0 145 0 0 0 23 0 5 0 512788257 135299072 5097 33554432000 4194304 4356188 140734240141344 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30773/tid=30781] ppid=30768 vsize=132128 CPUtime=1.45 cores=4-7
/proc/30773/task/30781/stat : 30781 (plingeling) R 30768 30768 30742 0 -1 4202560 1001 1254 0 0 145 0 0 0 23 0 5 0 512788257 135299072 5097 33554432000 4194304 4356188 140734240141344 18446744073709551615 4330982 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30773/tid=30782] ppid=30768 vsize=132128 CPUtime=1.46 cores=4-7
/proc/30773/task/30782/stat : 30782 (plingeling) R 30768 30768 30742 0 -1 4202560 800 1254 0 0 146 0 0 0 20 0 5 0 512788257 135299072 5097 33554432000 4194304 4356188 140734240141344 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30773/tid=30783] ppid=30768 vsize=132128 CPUtime=1.45 cores=4-7
/proc/30773/task/30783/stat : 30783 (plingeling) R 30768 30768 30742 0 -1 4202560 1629 1254 0 0 145 0 0 0 23 0 5 0 512788257 135299072 5097 33554432000 4194304 4356188 140734240141344 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.8
Current children cumulated vsize (KiB) 2153468

[startup+3.10136 s]
/proc/loadavg: 7.54 8.09 8.07 9/184 30783
/proc/meminfo: memFree=21578660/32951124 swapFree=67111524/67111528
[pid=30768] ppid=30766 vsize=18324 CPUtime=0 cores=0-7
/proc/30768/stat : 30768 (ppfolio) S 30766 30768 30742 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512788253 18763776 389 33554432000 4194304 4287625 140737377861408 18446744073709551615 255377321487 0 0 4096 65536 4602599246313553919 0 0 17 6 0 0 0
/proc/30768/statm: 4581 389 341 23 0 91 0
[pid=30769] ppid=30768 vsize=38128 CPUtime=3.09 cores=0
/proc/30769/stat : 30769 (cryptominisat) R 30768 30768 30742 0 -1 4202496 8666 0 0 0 308 1 0 0 25 0 1 0 512788253 39043072 4039 33554432000 4194304 4587354 140736124193888 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30769/statm: 9532 4039 338 96 0 6094 0
[pid=30770] ppid=30768 vsize=21032 CPUtime=3.09 cores=1
/proc/30770/stat : 30770 (clasp) R 30768 30768 30742 0 -1 4202496 2799 0 0 0 309 0 0 0 25 0 1 0 512788253 21536768 2596 33554432000 4194304 4785740 140735981579008 18446744073709551615 4309510 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30770/statm: 5258 2596 341 145 0 2303 0
[pid=30771] ppid=30768 vsize=457936 CPUtime=3.09 cores=2
/proc/30771/stat : 30771 (TNM) R 30768 30768 30742 0 -1 4202496 1055 0 0 0 309 0 0 0 25 0 1 0 512788253 468926464 952 33554432000 134512640 134534564 4293127968 18446744073709551615 134530484 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30771/statm: 114484 952 95 6 0 113150 0
[pid=30772] ppid=30768 vsize=24456 CPUtime=3.09 cores=3
/proc/30772/stat : 30772 (march_hi) R 30768 30768 30742 0 -1 4202496 10294 0 0 0 308 1 0 0 25 0 1 0 512788253 25042944 3576 33554432000 4194304 4331988 140734861554144 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30772/statm: 6114 3576 176 34 0 4556 0
[pid=30773] ppid=30768 vsize=133820 CPUtime=12.25 cores=4-7
/proc/30773/stat : 30773 (plingeling) S 30768 30768 30742 0 -1 4202496 8679 1254 0 0 1225 0 0 0 18 0 5 0 512788253 137031680 5584 33554432000 4194304 4356188 140734240141344 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30773/statm: 33455 5584 163 40 0 31999 0
[pid=30773/tid=30780] ppid=30768 vsize=133820 CPUtime=3.06 cores=4-7
/proc/30773/task/30780/stat : 30780 (plingeling) R 30768 30768 30742 0 -1 4202560 1810 1254 0 0 306 0 0 0 25 0 5 0 512788257 137031680 5584 33554432000 4194304 4356188 140734240141344 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30773/tid=30781] ppid=30768 vsize=133820 CPUtime=3.05 cores=4-7
/proc/30773/task/30781/stat : 30781 (plingeling) R 30768 30768 30742 0 -1 4202560 1163 1254 0 0 305 0 0 0 25 0 5 0 512788257 137031680 5584 33554432000 4194304 4356188 140734240141344 18446744073709551615 4332272 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30773/tid=30782] ppid=30768 vsize=133820 CPUtime=3.05 cores=4-7
/proc/30773/task/30782/stat : 30782 (plingeling) R 30768 30768 30742 0 -1 4202560 1442 1254 0 0 305 0 0 0 25 0 5 0 512788257 137031680 5584 33554432000 4194304 4356188 140734240141344 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30773/tid=30783] ppid=30768 vsize=133820 CPUtime=3.04 cores=4-7
/proc/30773/task/30783/stat : 30783 (plingeling) R 30768 30768 30742 0 -1 4202560 2206 1254 0 0 304 0 0 0 25 0 5 0 512788257 137031680 5584 33554432000 4194304 4356188 140734240141344 18446744073709551615 4279711 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.61
Current children cumulated vsize (KiB) 693696

[startup+6.30077 s]
/proc/loadavg: 7.57 8.09 8.07 9/184 30783
/proc/meminfo: memFree=21561188/32951124 swapFree=67111524/67111528
[pid=30768] ppid=30766 vsize=18324 CPUtime=0 cores=0-7
/proc/30768/stat : 30768 (ppfolio) S 30766 30768 30742 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512788253 18763776 389 33554432000 4194304 4287625 140737377861408 18446744073709551615 255377321487 0 0 4096 65536 4602599246313553919 0 0 17 6 0 0 0
/proc/30768/statm: 4581 389 341 23 0 91 0
[pid=30769] ppid=30768 vsize=1509744 CPUtime=6.28 cores=0
/proc/30769/stat : 30769 (cryptominisat) R 30768 30768 30742 0 -1 4202496 12776 0 0 0 627 1 0 0 25 0 1 0 512788253 1545977856 5485 33554432000 4194304 4587354 140736124193888 18446744073709551615 4236595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30769/statm: 377436 5485 338 96 0 373998 0
[pid=30770] ppid=30768 vsize=23340 CPUtime=6.28 cores=1
/proc/30770/stat : 30770 (clasp) R 30768 30768 30742 0 -1 4202496 3353 0 0 0 628 0 0 0 25 0 1 0 512788253 23900160 3150 33554432000 4194304 4785740 140735981579008 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30770/statm: 5835 3150 341 145 0 2880 0
[pid=30771] ppid=30768 vsize=457936 CPUtime=6.29 cores=2
/proc/30771/stat : 30771 (TNM) R 30768 30768 30742 0 -1 4202496 1055 0 0 0 629 0 0 0 25 0 1 0 512788253 468926464 952 33554432000 134512640 134534564 4293127968 18446744073709551615 134528902 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30771/statm: 114484 952 95 6 0 113150 0
[pid=30772] ppid=30768 vsize=24696 CPUtime=6.29 cores=3
/proc/30772/stat : 30772 (march_hi) R 30768 30768 30742 0 -1 4202496 10350 0 0 0 628 1 0 0 25 0 1 0 512788253 25288704 3632 33554432000 4194304 4331988 140734861554144 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30772/statm: 6174 3632 176 34 0 4616 0
[pid=30773] ppid=30768 vsize=139608 CPUtime=25.03 cores=4-7
/proc/30773/stat : 30773 (plingeling) S 30768 30768 30742 0 -1 4202496 12558 1254 0 0 2502 1 0 0 18 0 5 0 512788253 142958592 6999 33554432000 4194304 4356188 140734240141344 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30773/statm: 34902 6999 163 40 0 33446 0
[pid=30773/tid=30780] ppid=30768 vsize=139608 CPUtime=6.26 cores=4-7
/proc/30773/task/30780/stat : 30780 (plingeling) R 30768 30768 30742 0 -1 4202560 2995 1254 0 0 626 0 0 0 25 0 5 0 512788257 142958592 6999 33554432000 4194304 4356188 140734240141344 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30773/tid=30781] ppid=30768 vsize=139608 CPUtime=6.25 cores=4-7
/proc/30773/task/30781/stat : 30781 (plingeling) R 30768 30768 30742 0 -1 4202560 1804 1254 0 0 625 0 0 0 25 0 5 0 512788257 142958592 6999 33554432000 4194304 4356188 140734240141344 18446744073709551615 4331392 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30773/tid=30782] ppid=30768 vsize=139608 CPUtime=6.25 cores=4-7
/proc/30773/task/30782/stat : 30782 (plingeling) R 30768 30768 30742 0 -1 4202560 2660 1254 0 0 625 0 0 0 25 0 5 0 512788257 142958592 6999 33554432000 4194304 4356188 140734240141344 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30773/tid=30783] ppid=30768 vsize=139608 CPUtime=6.22 cores=4-7
/proc/30773/task/30783/stat : 30783 (plingeling) R 30768 30768 30742 0 -1 4202560 3041 1254 0 0 622 0 0 0 25 0 5 0 512788257 142958592 6999 33554432000 4194304 4356188 140734240141344 18446744073709551615 4331168 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.17
Current children cumulated vsize (KiB) 2173648

[startup+12.7006 s]
/proc/loadavg: 7.61 8.08 8.07 10/184 30784
/proc/meminfo: memFree=21548072/32951124 swapFree=67111524/67111528
[pid=30768] ppid=30766 vsize=18324 CPUtime=0 cores=0-7
/proc/30768/stat : 30768 (ppfolio) S 30766 30768 30742 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512788253 18763776 389 33554432000 4194304 4287625 140737377861408 18446744073709551615 255377321487 0 0 4096 65536 4602599246313553919 0 0 17 6 0 0 0
/proc/30768/statm: 4581 389 341 23 0 91 0
[pid=30769] ppid=30768 vsize=1518252 CPUtime=12.69 cores=0
/proc/30769/stat : 30769 (cryptominisat) R 30768 30768 30742 0 -1 4202496 17018 0 0 0 1267 2 0 0 25 0 1 0 512788253 1554690048 6235 33554432000 4194304 4587354 140736124193888 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30769/statm: 379563 6236 338 96 0 376125 0
[pid=30770] ppid=30768 vsize=28172 CPUtime=12.69 cores=1
/proc/30770/stat : 30770 (clasp) R 30768 30768 30742 0 -1 4202496 4547 0 0 0 1268 1 0 0 25 0 1 0 512788253 28848128 4344 33554432000 4194304 4785740 140735981579008 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30770/statm: 7043 4344 341 145 0 4088 0
[pid=30771] ppid=30768 vsize=457936 CPUtime=12.69 cores=2
/proc/30771/stat : 30771 (TNM) R 30768 30768 30742 0 -1 4202496 1055 0 0 0 1269 0 0 0 25 0 1 0 512788253 468926464 952 33554432000 134512640 134534564 4293127968 18446744073709551615 134530204 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30771/statm: 114484 952 95 6 0 113150 0
[pid=30772] ppid=30768 vsize=25068 CPUtime=12.69 cores=3
/proc/30772/stat : 30772 (march_hi) R 30768 30768 30742 0 -1 4202496 10394 0 0 0 1268 1 0 0 25 0 1 0 512788253 25669632 3676 33554432000 4194304 4331988 140734861554144 18446744073709551615 4299847 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30772/statm: 6267 3676 176 34 0 4709 0
[pid=30773] ppid=30768 vsize=144388 CPUtime=50.6 cores=4-7
/proc/30773/stat : 30773 (plingeling) S 30768 30768 30742 0 -1 4202496 15705 1254 0 0 5058 2 0 0 18 0 5 0 512788253 147853312 8226 33554432000 4194304 4356188 140734240141344 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30773/statm: 36097 8226 163 40 0 34641 0
[pid=30773/tid=30780] ppid=30768 vsize=144388 CPUtime=12.65 cores=4-7
/proc/30773/task/30780/stat : 30780 (plingeling) R 30768 30768 30742 0 -1 4202560 3831 1254 0 0 1265 0 0 0 25 0 5 0 512788257 147853312 8226 33554432000 4194304 4356188 140734240141344 18446744073709551615 4284148 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30773/tid=30781] ppid=30768 vsize=144388 CPUtime=12.65 cores=4-7
/proc/30773/task/30781/stat : 30781 (plingeling) R 30768 30768 30742 0 -1 4202560 2832 1254 0 0 1265 0 0 0 25 0 5 0 512788257 147853312 8226 33554432000 4194304 4356188 140734240141344 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30773/tid=30782] ppid=30768 vsize=144388 CPUtime=12.65 cores=4-7
/proc/30773/task/30782/stat : 30782 (plingeling) R 30768 30768 30742 0 -1 4202560 3046 1254 0 0 1265 0 0 0 25 0 5 0 512788257 147853312 8226 33554432000 4194304 4356188 140734240141344 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30773/tid=30783] ppid=30768 vsize=144388 CPUtime=12.58 cores=4-7
/proc/30773/task/30783/stat : 30783 (plingeling) R 30768 30768 30742 0 -1 4202560 3938 1254 0 0 1258 0 0 0 25 0 5 0 512788257 147853312 8226 33554432000 4194304 4356188 140734240141344 18446744073709551615 4212583 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 2192140

[startup+25.5012 s]
/proc/loadavg: 7.69 8.08 8.07 9/184 30784
/proc/meminfo: memFree=21524656/32951124 swapFree=67111524/67111528
[pid=30768] ppid=30766 vsize=18324 CPUtime=0 cores=0-7
/proc/30768/stat : 30768 (ppfolio) S 30766 30768 30742 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512788253 18763776 389 33554432000 4194304 4287625 140737377861408 18446744073709551615 255377321487 0 0 4096 65536 4602599246313553919 0 0 17 6 0 0 0
/proc/30768/statm: 4581 389 341 23 0 91 0
[pid=30769] ppid=30768 vsize=1512436 CPUtime=25.49 cores=0
/proc/30769/stat : 30769 (cryptominisat) R 30768 30768 30742 0 -1 4202496 27302 0 0 0 2545 4 0 0 25 0 1 0 512788253 1548734464 7392 33554432000 4194304 4587354 140736124193888 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=30771] ppid=30768 vsize=457940 CPUtime=4782.41 cores=2
/proc/30771/stat : 30771 (TNM) R 30768 30768 30742 0 -1 4202496 1064 0 0 0 478238 3 0 0 25 0 1 0 512788253 468930560 961 33554432000 134512640 134534564 4293127968 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30771/statm: 114485 961 103 6 0 113151 0
[pid=30772] ppid=30768 vsize=266256 CPUtime=4782.44 cores=3
/proc/30772/stat : 30772 (march_hi) R 30768 30768 30742 0 -1 4202496 50769 0 0 0 478211 33 0 0 25 0 1 0 512788253 272646144 44051 33554432000 4194304 4331988 140734861554144 18446744073709551615 4228546 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30772/statm: 66564 44051 176 34 0 65006 0
[pid=30773] ppid=30768 vsize=260460 CPUtime=19102.4 cores=4-7
/proc/30773/stat : 30773 (plingeling) S 30768 30768 30742 0 -1 4202496 614227 1254 0 0 1910144 94 0 0 18 0 5 0 512788253 266711040 37236 33554432000 4194304 4356188 140734240141344 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30773/statm: 65115 37236 163 40 0 63659 0
[pid=30773/tid=30780] ppid=30768 vsize=260460 CPUtime=4782.41 cores=4-7
/proc/30773/task/30780/stat : 30780 (plingeling) R 30768 30768 30742 0 -1 4202560 140251 1254 0 0 478221 20 0 0 25 0 5 0 512788257 266711040 37236 33554432000 4194304 4356188 140734240141344 18446744073709551615 4331072 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30773/tid=30781] ppid=30768 vsize=260460 CPUtime=4781.94 cores=4-7
/proc/30773/task/30781/stat : 30781 (plingeling) R 30768 30768 30742 0 -1 4202560 127829 1254 0 0 478174 20 0 0 25 0 5 0 512788257 266711040 37236 33554432000 4194304 4356188 140734240141344 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30773/tid=30782] ppid=30768 vsize=260460 CPUtime=4781.76 cores=4-7
/proc/30773/task/30782/stat : 30782 (plingeling) R 30768 30768 30742 0 -1 4202560 189327 1254 0 0 478147 29 0 0 25 0 5 0 512788257 266711040 37236 33554432000 4194304 4356188 140734240141344 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30773/tid=30783] ppid=30768 vsize=260460 CPUtime=4756.2 cores=4-7
/proc/30773/task/30783/stat : 30783 (plingeling) R 30768 30768 30742 0 -1 4202560 154762 1254 0 0 475598 22 0 0 25 0 5 0 512788257 266711040 37236 33554432000 4194304 4356188 140734240141344 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38232
Current children cumulated vsize (KiB) 2808408

[startup+4842.31 s]
/proc/loadavg: 8.10 8.10 8.09 9/184 30924
/proc/meminfo: memFree=21060300/32951124 swapFree=67111524/67111528
[pid=30768] ppid=30766 vsize=18324 CPUtime=0 cores=0-7
/proc/30768/stat : 30768 (ppfolio) S 30766 30768 30742 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512788253 18763776 389 33554432000 4194304 4287625 140737377861408 18446744073709551615 255377321487 0 0 4096 65536 4602599246313553919 0 0 17 6 0 0 0
/proc/30768/statm: 4581 389 341 23 0 91 0
[pid=30769] ppid=30768 vsize=1651440 CPUtime=4842.31 cores=0
/proc/30769/stat : 30769 (cryptominisat) R 30768 30768 30742 0 -1 4202496 497794 0 0 0 484041 190 0 0 25 0 1 0 512788253 1691074560 39236 33554432000 4194304 4587354 140736124193888 18446744073709551615 4238532 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30769/statm: 412860 39236 338 96 0 409422 0
[pid=30770] ppid=30768 vsize=154180 CPUtime=4842.43 cores=1
/proc/30770/stat : 30770 (clasp) R 30768 30768 30742 0 -1 4202496 33849 0 0 0 484234 9 0 0 25 0 1 0 512788253 157880320 33421 33554432000 4194304 4785740 140735981579008 18446744073709551615 4287229 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30770/statm: 38545 33421 341 145 0 35590 0
[pid=30771] ppid=30768 vsize=457940 CPUtime=4842.42 cores=2
/proc/30771/stat : 30771 (TNM) R 30768 30768 30742 0 -1 4202496 1064 0 0 0 484239 3 0 0 25 0 1 0 512788253 468930560 961 33554432000 134512640 134534564 4293127968 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30771/statm: 114485 961 103 6 0 113151 0
[pid=30772] ppid=30768 vsize=266256 CPUtime=4842.45 cores=3
/proc/30772/stat : 30772 (march_hi) R 30768 30768 30742 0 -1 4202496 51282 0 0 0 484212 33 0 0 25 0 1 0 512788253 272646144 44564 33554432000 4194304 4331988 140734861554144 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30772/statm: 66564 44564 176 34 0 65006 0
[pid=30773] ppid=30768 vsize=219244 CPUtime=19342.1 cores=4-7
/proc/30773/stat : 30773 (plingeling) S 30768 30768 30742 0 -1 4202496 617619 1254 0 0 1934112 94 0 0 18 0 5 0 512788253 224505856 26932 33554432000 4194304 4356188 140734240141344 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30773/statm: 54811 26932 163 40 0 53355 0
[pid=30773/tid=30780] ppid=30768 vsize=219244 CPUtime=4842.41 cores=4-7
/proc/30773/task/30780/stat : 30780 (plingeling) R 30768 30768 30742 0 -1 4202560 140251 1254 0 0 484221 20 0 0 25 0 5 0 512788257 224505856 26932 33554432000 4194304 4356188 140734240141344 18446744073709551615 4331337 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30773/tid=30781] ppid=30768 vsize=219244 CPUtime=4841.94 cores=4-7
/proc/30773/task/30781/stat : 30781 (plingeling) R 30768 30768 30742 0 -1 4202560 128309 1254 0 0 484174 20 0 0 25 0 5 0 512788257 224505856 26932 33554432000 4194304 4356188 140734240141344 18446744073709551615 4211054 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30773/tid=30782] ppid=30768 vsize=219244 CPUtime=4841.77 cores=4-7
/proc/30773/task/30782/stat : 30782 (plingeling) R 30768 30768 30742 0 -1 4202560 192143 1254 0 0 484148 29 0 0 25 0 5 0 512788257 224505856 26932 33554432000 4194304 4356188 140734240141344 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30773/tid=30783] ppid=30768 vsize=219244 CPUtime=4815.87 cores=4-7
/proc/30773/task/30783/stat : 30783 (plingeling) R 30768 30768 30742 0 -1 4202560 154858 1254 0 0 481565 22 0 0 25 0 5 0 512788257 224505856 26932 33554432000 4194304 4356188 140734240141344 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38711.7
Current children cumulated vsize (KiB) 2767384

[startup+4902.3 s]
/proc/loadavg: 8.04 8.08 8.08 9/184 30926
/proc/meminfo: memFree=21013664/32951124 swapFree=67111524/67111528
[pid=30768] ppid=30766 vsize=18324 CPUtime=0 cores=0-7
/proc/30768/stat : 30768 (ppfolio) S 30766 30768 30742 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512788253 18763776 389 33554432000 4194304 4287625 140737377861408 18446744073709551615 255377321487 0 0 4096 65536 4602599246313553919 0 0 17 6 0 0 0
/proc/30768/statm: 4581 389 341 23 0 91 0
[pid=30769] ppid=30768 vsize=1688624 CPUtime=4902.31 cores=0
/proc/30769/stat : 30769 (cryptominisat) R 30768 30768 30742 0 -1 4202496 505335 0 0 0 490038 193 0 0 25 0 1 0 512788253 1729150976 43845 33554432000 4194304 4587354 140736124193888 18446744073709551615 4238525 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30769/statm: 422156 43845 338 96 0 418718 0
[pid=30770] ppid=30768 vsize=155220 CPUtime=4902.42 cores=1
/proc/30770/stat : 30770 (clasp) R 30768 30768 30742 0 -1 4202496 34084 0 0 0 490233 9 0 0 25 0 1 0 512788253 158945280 33656 33554432000 4194304 4785740 140735981579008 18446744073709551615 4553106 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30770/statm: 38805 33656 341 145 0 35850 0
[pid=30771] ppid=30768 vsize=457940 CPUtime=4902.42 cores=2
/proc/30771/stat : 30771 (TNM) R 30768 30768 30742 0 -1 4202496 1064 0 0 0 490239 3 0 0 25 0 1 0 512788253 468930560 961 33554432000 134512640 134534564 4293127968 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30771/statm: 114485 961 103 6 0 113151 0
[pid=30772] ppid=30768 vsize=266256 CPUtime=4902.44 cores=3
/proc/30772/stat : 30772 (march_hi) R 30768 30768 30742 0 -1 4202496 51797 0 0 0 490211 33 0 0 25 0 1 0 512788253 272646144 45079 33554432000 4194304 4331988 140734861554144 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30772/statm: 66564 45079 176 34 0 65006 0
[pid=30773] ppid=30768 vsize=246124 CPUtime=19581.7 cores=4-7
/proc/30773/stat : 30773 (plingeling) S 30768 30768 30742 0 -1 4202496 624339 1254 0 0 1958077 95 0 0 18 0 5 0 512788253 252030976 33652 33554432000 4194304 4356188 140734240141344 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30773/statm: 61531 33652 163 40 0 60075 0
[pid=30773/tid=30780] ppid=30768 vsize=246124 CPUtime=4902.41 cores=4-7
/proc/30773/task/30780/stat : 30780 (plingeling) R 30768 30768 30742 0 -1 4202560 142299 1254 0 0 490221 20 0 0 25 0 5 0 512788257 252030976 33652 33554432000 4194304 4356188 140734240141344 18446744073709551615 4234267 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30773/tid=30781] ppid=30768 vsize=246124 CPUtime=4901.93 cores=4-7
/proc/30773/task/30781/stat : 30781 (plingeling) R 30768 30768 30742 0 -1 4202560 130613 1254 0 0 490173 20 0 0 25 0 5 0 512788257 252030976 33652 33554432000 4194304 4356188 140734240141344 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30773/tid=30782] ppid=30768 vsize=246124 CPUtime=4901.76 cores=4-7
/proc/30773/task/30782/stat : 30782 (plingeling) R 30768 30768 30742 0 -1 4202560 192463 1254 0 0 490147 29 0 0 25 0 5 0 512788257 252030976 33652 33554432000 4194304 4356188 140734240141344 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30773/tid=30783] ppid=30768 vsize=246124 CPUtime=4875.55 cores=4-7
/proc/30773/task/30783/stat : 30783 (plingeling) R 30768 30768 30742 0 -1 4202560 156906 1254 0 0 487532 23 0 0 25 0 5 0 512788257 252030976 33652 33554432000 4194304 4356188 140734240141344 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39191.3
Current children cumulated vsize (KiB) 2832488

[startup+4962.3 s]
/proc/loadavg: 8.16 8.10 8.09 9/184 30928
/proc/meminfo: memFree=20986988/32951124 swapFree=67111524/67111528
[pid=30768] ppid=30766 vsize=18324 CPUtime=0 cores=0-7
/proc/30768/stat : 30768 (ppfolio) S 30766 30768 30742 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512788253 18763776 389 33554432000 4194304 4287625 140737377861408 18446744073709551615 255377321487 0 0 4096 65536 4602599246313553919 0 0 17 6 0 0 0
/proc/30768/statm: 4581 389 341 23 0 91 0
[pid=30769] ppid=30768 vsize=1688624 CPUtime=4962.3 cores=0
/proc/30769/stat : 30769 (cryptominisat) R 30768 30768 30742 0 -1 4202496 508085 0 0 0 496036 194 0 0 25 0 1 0 512788253 1729150976 46543 33554432000 4194304 4587354 140736124193888 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30769/statm: 422156 46543 338 96 0 418718 0
[pid=30770] ppid=30768 vsize=155220 CPUtime=4962.42 cores=1
/proc/30770/stat : 30770 (clasp) R 30768 30768 30742 0 -1 4202496 34090 0 0 0 496233 9 0 0 25 0 1 0 512788253 158945280 33662 33554432000 4194304 4785740 140735981579008 18446744073709551615 4553363 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30770/statm: 38805 33662 341 145 0 35850 0
[pid=30771] ppid=30768 vsize=457940 CPUtime=4962.42 cores=2
/proc/30771/stat : 30771 (TNM) R 30768 30768 30742 0 -1 4202496 1064 0 0 0 496239 3 0 0 25 0 1 0 512788253 468930560 961 33554432000 134512640 134534564 4293127968 18446744073709551615 134530489 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30771/statm: 114485 961 103 6 0 113151 0
[pid=30772] ppid=30768 vsize=266256 CPUtime=4962.45 cores=3
/proc/30772/stat : 30772 (march_hi) R 30768 30768 30742 0 -1 4202496 52301 0 0 0 496211 34 0 0 25 0 1 0 512788253 272646144 45583 33554432000 4194304 4331988 140734861554144 18446744073709551615 4242612 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30772/statm: 66564 45583 176 34 0 65006 0
[pid=30773] ppid=30768 vsize=259564 CPUtime=19821.4 cores=4-7
/proc/30773/stat : 30773 (plingeling) S 30768 30768 30742 0 -1 4202496 627699 1254 0 0 1982044 95 0 0 18 0 5 0 512788253 265793536 37012 33554432000 4194304 4356188 140734240141344 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30773/statm: 64891 37012 163 40 0 63435 0
[pid=30773/tid=30780] ppid=30768 vsize=259564 CPUtime=4962.42 cores=4-7
/proc/30773/task/30780/stat : 30780 (plingeling) R 30768 30768 30742 0 -1 4202560 143579 1254 0 0 496221 21 0 0 25 0 5 0 512788257 265793536 37012 33554432000 4194304 4356188 140734240141344 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30773/tid=30781] ppid=30768 vsize=259564 CPUtime=4961.92 cores=4-7
/proc/30773/task/30781/stat : 30781 (plingeling) R 30768 30768 30742 0 -1 4202560 131381 1254 0 0 496172 20 0 0 25 0 5 0 512788257 265793536 37012 33554432000 4194304 4356188 140734240141344 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30773/tid=30782] ppid=30768 vsize=259564 CPUtime=4961.77 cores=4-7
/proc/30773/task/30782/stat : 30782 (plingeling) R 30768 30768 30742 0 -1 4202560 192463 1254 0 0 496148 29 0 0 25 0 5 0 512788257 265793536 37012 33554432000 4194304 4356188 140734240141344 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30773/tid=30783] ppid=30768 vsize=259564 CPUtime=4935.22 cores=4-7
/proc/30773/task/30783/stat : 30783 (plingeling) R 30768 30768 30742 0 -1 4202560 158218 1254 0 0 493499 23 0 0 25 0 5 0 512788257 265793536 37012 33554432000 4194304 4356188 140734240141344 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39671
Current children cumulated vsize (KiB) 2845928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.5 s]
/proc/loadavg: 8.13 8.10 8.09 9/184 30929
/proc/meminfo: memFree=20982636/32951124 swapFree=67111524/67111528
[pid=30768] ppid=30766 vsize=18324 CPUtime=0 cores=0-7
/proc/30768/stat : 30768 (ppfolio) S 30766 30768 30742 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512788253 18763776 389 33554432000 4194304 4287625 140737377861408 18446744073709551615 255377321487 0 0 4096 65536 4602599246313553919 0 0 17 6 0 0 0
/proc/30768/statm: 4581 389 341 23 0 91 0
[pid=30769] ppid=30768 vsize=1688624 CPUtime=5003.52 cores=0
/proc/30769/stat : 30769 (cryptominisat) R 30768 30768 30742 0 -1 4202496 509824 0 0 0 500156 196 0 0 25 0 1 0 512788253 1729150976 48241 33554432000 4194304 4587354 140736124193888 18446744073709551615 255376998036 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30769/statm: 422156 48241 338 96 0 418718 0
[pid=30770] ppid=30768 vsize=155220 CPUtime=5003.63 cores=1
/proc/30770/stat : 30770 (clasp) R 30768 30768 30742 0 -1 4202496 34110 0 0 0 500354 9 0 0 25 0 1 0 512788253 158945280 33682 33554432000 4194304 4785740 140735981579008 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30770/statm: 38805 33682 341 145 0 35850 0
[pid=30771] ppid=30768 vsize=457940 CPUtime=5003.63 cores=2
/proc/30771/stat : 30771 (TNM) R 30768 30768 30742 0 -1 4202496 1064 0 0 0 500360 3 0 0 25 0 1 0 512788253 468930560 961 33554432000 134512640 134534564 4293127968 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30771/statm: 114485 961 103 6 0 113151 0
[pid=30772] ppid=30768 vsize=266256 CPUtime=5003.65 cores=3
/proc/30772/stat : 30772 (march_hi) R 30768 30768 30742 0 -1 4202496 52614 0 0 0 500331 34 0 0 25 0 1 0 512788253 272646144 45896 33554432000 4194304 4331988 140734861554144 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30772/statm: 66564 45896 176 34 0 65006 0
[pid=30773] ppid=30768 vsize=255084 CPUtime=19986 cores=4-7
/proc/30773/stat : 30773 (plingeling) S 30768 30768 30742 0 -1 4202496 628755 1254 0 0 1998503 96 0 0 18 0 5 0 512788253 261206016 35892 33554432000 4194304 4356188 140734240141344 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30773/statm: 63771 35892 163 40 0 62315 0
[pid=30773/tid=30780] ppid=30768 vsize=255084 CPUtime=5003.62 cores=4-7
/proc/30773/task/30780/stat : 30780 (plingeling) R 30768 30768 30742 0 -1 4202560 143579 1254 0 0 500341 21 0 0 25 0 5 0 512788257 261206016 35892 33554432000 4194304 4356188 140734240141344 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30773/tid=30781] ppid=30768 vsize=255084 CPUtime=5003.13 cores=4-7
/proc/30773/task/30781/stat : 30781 (plingeling) R 30768 30768 30742 0 -1 4202560 131413 1254 0 0 500293 20 0 0 25 0 5 0 512788257 261206016 35892 33554432000 4194304 4356188 140734240141344 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30773/tid=30782] ppid=30768 vsize=255084 CPUtime=5002.97 cores=4-7
/proc/30773/task/30782/stat : 30782 (plingeling) R 30768 30768 30742 0 -1 4202560 192463 1254 0 0 500268 29 0 0 25 0 5 0 512788257 261206016 35892 33554432000 4194304 4356188 140734240141344 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30773/tid=30783] ppid=30768 vsize=255084 CPUtime=4976.19 cores=4-7
/proc/30773/task/30783/stat : 30783 (plingeling) R 30768 30768 30742 0 -1 4202560 159242 1254 0 0 497596 23 0 0 25 0 5 0 512788257 261206016 35892 33554432000 4194304 4356188 140734240141344 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 2841448

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 30768 and gives
#  childrusage.ru_utime.tv_sec=15008
#  childrusage.ru_utime.tv_usec=712328
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=119677
# CPU time returned by wait4() is 15010.8
# while last known CPU time is 40000.4
#
# 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.4
CPU user time (s): 39997
CPU system time (s): 3.38
CPU usage (%): 799.445
Max. virtual memory (cumulated for all children) (KiB): 4306016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15008.7
system time used= 2.11968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 545532
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= 634
involuntary context switches= 313223

runsolver used 7.67483 second user time and 19.625 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-28 19:31:44
IDJOB=3310327
IDBENCH=83410
IDSOLVER=1638
FILE ID=node135/3310327-1304011904
RUNJOBID= node135-1304011904-30756
PBS_JOBID= 13168858
Free space on /tmp= 71120 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_2_keyfind_1.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310327-1304011904/watcher-3310327-1304011904 -o /tmp/evaluation-result-3310327-1304011904/solver-3310327-1304011904 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310327-1304011904.cnf

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

MD5SUM BENCH= 19e0b91e7d093f7cb35b11b46708a49b
RANDOM SEED=15361641

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21636184 kB
Buffers:       1872300 kB
Cached:        8790904 kB
SwapCached:          4 kB
Active:        2411664 kB
Inactive:      8317280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21636184 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10528 kB
Writeback:           0 kB
AnonPages:       64932 kB
Mapped:          14332 kB
Slab:           520288 kB
PageTables:       4596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191008 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71108 MiB
End job on node135 at 2011-04-28 20:55:09