Trace number 3275311

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.6 5003.72

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n190-s29985700-unsat.cnf
MD5SUMf2cf61fc47972fb7e89be65d1a83332e
Bench CategoryCRAFTED (crafted 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 variables193
Number of clauses396
Sum of the clauses size1188
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3396
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3275311-1304166480/watcher-3275311-1304166480 -o /tmp/evaluation-result-3275311-1304166480/solver-3275311-1304166480 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275311-1304166480.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.01 8.01 7.97 1/170 30323
/proc/meminfo: memFree=30713316/32951124 swapFree=67103364/67111528
[pid=30323] ppid=30321 vsize=18324 CPUtime=0 cores=0-7
/proc/30323/stat : 30323 (ppfolio) S 30321 30323 29580 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 606878656 18763776 390 33554432000 4194304 4287625 140736971649584 18446744073709551615 224284945935 0 0 4096 65536 9004217520940384255 0 0 17 4 0 0 0
/proc/30323/statm: 4581 390 341 23 0 91 0

[startup+0.0467861 s]
/proc/loadavg: 8.01 8.01 7.97 1/170 30323
/proc/meminfo: memFree=30713316/32951124 swapFree=67103364/67111528
[pid=30323] ppid=30321 vsize=18324 CPUtime=0 cores=0-7
/proc/30323/stat : 30323 (ppfolio) R 30321 30323 29580 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 606878656 18763776 390 33554432000 4194304 4287625 140736971649584 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/30323/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100777 s]
/proc/loadavg: 8.01 8.01 7.97 1/170 30323
/proc/meminfo: memFree=30713316/32951124 swapFree=67103364/67111528
[pid=30323] ppid=30321 vsize=18324 CPUtime=0 cores=0-7
/proc/30323/stat : 30323 (ppfolio) R 30321 30323 29580 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 606878656 18763776 390 33554432000 4194304 4287625 140736971649584 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/30323/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300745 s]
/proc/loadavg: 8.01 8.01 7.97 1/170 30323
/proc/meminfo: memFree=30713316/32951124 swapFree=67103364/67111528
[pid=30323] ppid=30321 vsize=18324 CPUtime=0 cores=0-7
/proc/30323/stat : 30323 (ppfolio) S 30321 30323 29580 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 606878656 18763776 390 33554432000 4194304 4287625 140736971649584 18446744073709551615 224284945935 0 0 4096 65536 9004217520940384255 0 0 17 4 0 0 0
/proc/30323/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700677 s]
/proc/loadavg: 8.01 8.01 7.97 1/170 30323
/proc/meminfo: memFree=30713316/32951124 swapFree=67103364/67111528
[pid=30323] ppid=30321 vsize=18324 CPUtime=0 cores=0-7
/proc/30323/stat : 30323 (ppfolio) S 30321 30323 29580 0 -1 4202496 522 0 0 0 0 0 0 0 21 0 1 0 606878656 18763776 390 33554432000 4194304 4287625 140736971649584 18446744073709551615 224284945935 0 0 4096 65536 9004217520940384255 0 0 17 4 0 0 0
/proc/30323/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50054 s]
/proc/loadavg: 8.01 8.01 7.97 10/180 30338
/proc/meminfo: memFree=30692024/32951124 swapFree=67103364/67111528
[pid=30323] ppid=30321 vsize=18324 CPUtime=0 cores=0-7
/proc/30323/stat : 30323 (ppfolio) S 30321 30323 29580 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606878656 18763776 390 33554432000 4194304 4287625 140736971649584 18446744073709551615 224284945935 0 0 4096 65536 9004217520940384255 0 0 17 4 0 0 0
/proc/30323/statm: 4581 390 341 23 0 91 0
[pid=30324] ppid=30323 vsize=469928 CPUtime=1.49 cores=0
/proc/30324/stat : 30324 (cryptominisat) R 30323 30323 29580 0 -1 4202496 4013 0 0 0 149 0 0 0 20 0 1 0 606878656 481206272 2263 33554432000 4194304 4587354 140734393077040 18446744073709551615 4237695 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30324/statm: 117482 2263 337 96 0 114044 0
[pid=30325] ppid=30323 vsize=12956 CPUtime=1.49 cores=1
/proc/30325/stat : 30325 (clasp) R 30323 30323 29580 0 -1 4202496 685 0 0 0 149 0 0 0 20 0 1 0 606878656 13266944 576 33554432000 4194304 4785740 140735379475344 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30325/statm: 3239 576 340 145 0 284 0
[pid=30326] ppid=30323 vsize=455700 CPUtime=1.49 cores=2
/proc/30326/stat : 30326 (TNM) R 30323 30323 29580 0 -1 4202496 272 0 0 0 149 0 0 0 20 0 1 0 606878656 466636800 169 33554432000 134512640 134534564 4290644576 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30326/statm: 113925 169 95 6 0 112591 0
[pid=30327] ppid=30323 vsize=8496 CPUtime=1.49 cores=3
/proc/30327/stat : 30327 (march_hi) R 30323 30323 29580 0 -1 4202496 735 0 0 0 149 0 0 0 20 0 1 0 606878656 8699904 609 33554432000 4194304 4331988 140735997843264 18446744073709551615 4265493 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30327/statm: 2124 609 173 34 0 566 0
[pid=30328] ppid=30323 vsize=127984 CPUtime=5.95 cores=4-7
/proc/30328/stat : 30328 (plingeling) S 30323 30323 29580 0 -1 4202496 5491 1249 0 0 594 1 0 0 19 0 5 0 606878656 131055616 4090 33554432000 4194304 4356188 140735746899152 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30328/statm: 31996 4090 163 40 0 30540 0
[pid=30328/tid=30335] ppid=30323 vsize=127984 CPUtime=1.48 cores=4-7
/proc/30328/task/30335/stat : 30335 (plingeling) R 30323 30323 29580 0 -1 4202560 1308 1249 0 0 148 0 0 0 20 0 5 0 606878657 131055616 4090 33554432000 4194304 4356188 140735746899152 18446744073709551615 4330995 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30328/tid=30336] ppid=30323 vsize=127984 CPUtime=1.47 cores=4-7
/proc/30328/task/30336/stat : 30336 (plingeling) R 30323 30323 29580 0 -1 4202560 1390 1249 0 0 147 0 0 0 25 0 5 0 606878657 131055616 4090 33554432000 4194304 4356188 140735746899152 18446744073709551615 4330796 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30328/tid=30337] ppid=30323 vsize=127984 CPUtime=1.48 cores=4-7
/proc/30328/task/30337/stat : 30337 (plingeling) R 30323 30323 29580 0 -1 4202560 1035 1249 0 0 148 0 0 0 25 0 5 0 606878657 131055616 4090 33554432000 4194304 4356188 140735746899152 18446744073709551615 4332041 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30328/tid=30338] ppid=30323 vsize=127984 CPUtime=1.48 cores=4-7
/proc/30328/task/30338/stat : 30338 (plingeling) R 30323 30323 29580 0 -1 4202560 1406 1249 0 0 148 0 0 0 25 0 5 0 606878657 131055616 4090 33554432000 4194304 4356188 140735746899152 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.91
Current children cumulated vsize (KiB) 1093388

[startup+3.10128 s]
/proc/loadavg: 8.01 8.01 7.97 9/180 30338
/proc/meminfo: memFree=30678136/32951124 swapFree=67103364/67111528
[pid=30323] ppid=30321 vsize=18324 CPUtime=0 cores=0-7
/proc/30323/stat : 30323 (ppfolio) S 30321 30323 29580 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606878656 18763776 390 33554432000 4194304 4287625 140736971649584 18446744073709551615 224284945935 0 0 4096 65536 9004217520940384255 0 0 17 4 0 0 0
/proc/30323/statm: 4581 390 341 23 0 91 0
[pid=30324] ppid=30323 vsize=483584 CPUtime=3.08 cores=0
/proc/30324/stat : 30324 (cryptominisat) R 30323 30323 29580 0 -1 4202496 6109 0 0 0 308 0 0 0 25 0 1 0 606878656 495190016 3808 33554432000 4194304 4587354 140734393077040 18446744073709551615 4238423 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30324/statm: 120896 3808 337 96 0 117458 0
[pid=30325] ppid=30323 vsize=13220 CPUtime=3.09 cores=1
/proc/30325/stat : 30325 (clasp) R 30323 30323 29580 0 -1 4202496 759 0 0 0 309 0 0 0 25 0 1 0 606878656 13537280 650 33554432000 4194304 4785740 140735379475344 18446744073709551615 4553363 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30325/statm: 3305 650 340 145 0 350 0
[pid=30326] ppid=30323 vsize=455700 CPUtime=3.09 cores=2
/proc/30326/stat : 30326 (TNM) R 30323 30323 29580 0 -1 4202496 272 0 0 0 309 0 0 0 25 0 1 0 606878656 466636800 169 33554432000 134512640 134534564 4290644576 18446744073709551615 134529823 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30326/statm: 113925 169 95 6 0 112591 0
[pid=30327] ppid=30323 vsize=9424 CPUtime=3.09 cores=3
/proc/30327/stat : 30327 (march_hi) R 30323 30323 29580 0 -1 4202496 1034 0 0 0 309 0 0 0 25 0 1 0 606878656 9650176 908 33554432000 4194304 4331988 140735997843264 18446744073709551615 4246748 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30327/statm: 2356 908 173 34 0 798 0
[pid=30328] ppid=30323 vsize=129224 CPUtime=12.34 cores=4-7
/proc/30328/stat : 30328 (plingeling) S 30323 30323 29580 0 -1 4202496 7961 1249 0 0 1233 1 0 0 19 0 5 0 606878656 132325376 4400 33554432000 4194304 4356188 140735746899152 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30328/statm: 32306 4400 163 40 0 30850 0
[pid=30328/tid=30335] ppid=30323 vsize=129224 CPUtime=3.08 cores=4-7
/proc/30328/task/30335/stat : 30335 (plingeling) R 30323 30323 29580 0 -1 4202560 1949 1249 0 0 308 0 0 0 25 0 5 0 606878657 132325376 4400 33554432000 4194304 4356188 140735746899152 18446744073709551615 4330976 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30328/tid=30336] ppid=30323 vsize=129224 CPUtime=3.07 cores=4-7
/proc/30328/task/30336/stat : 30336 (plingeling) R 30323 30323 29580 0 -1 4202560 1935 1249 0 0 307 0 0 0 25 0 5 0 606878657 132325376 4400 33554432000 4194304 4356188 140735746899152 18446744073709551615 4284127 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30328/tid=30337] ppid=30323 vsize=129224 CPUtime=3.08 cores=4-7
/proc/30328/task/30337/stat : 30337 (plingeling) R 30323 30323 29580 0 -1 4202560 1838 1249 0 0 308 0 0 0 25 0 5 0 606878657 132325376 4400 33554432000 4194304 4356188 140735746899152 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30328/tid=30338] ppid=30323 vsize=129224 CPUtime=3.08 cores=4-7
/proc/30328/task/30338/stat : 30338 (plingeling) R 30323 30323 29580 0 -1 4202560 1887 1249 0 0 308 0 0 0 25 0 5 0 606878657 132325376 4400 33554432000 4194304 4356188 140735746899152 18446744073709551615 4331819 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 1109476

[startup+6.30075 s]
/proc/loadavg: 8.01 8.01 7.97 9/180 30338
/proc/meminfo: memFree=30668124/32951124 swapFree=67103364/67111528
[pid=30323] ppid=30321 vsize=18324 CPUtime=0 cores=0-7
/proc/30323/stat : 30323 (ppfolio) S 30321 30323 29580 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606878656 18763776 390 33554432000 4194304 4287625 140736971649584 18446744073709551615 224284945935 0 0 4096 65536 9004217520940384255 0 0 17 4 0 0 0
/proc/30323/statm: 4581 390 341 23 0 91 0
[pid=30324] ppid=30323 vsize=490812 CPUtime=6.28 cores=0
/proc/30324/stat : 30324 (cryptominisat) R 30323 30323 29580 0 -1 4202496 8234 0 0 0 628 0 0 0 25 0 1 0 606878656 502591488 4621 33554432000 4194304 4587354 140734393077040 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30324/statm: 122703 4621 337 96 0 119265 0
[pid=30325] ppid=30323 vsize=13484 CPUtime=6.29 cores=1
/proc/30325/stat : 30325 (clasp) R 30323 30323 29580 0 -1 4202496 845 0 0 0 629 0 0 0 25 0 1 0 606878656 13807616 736 33554432000 4194304 4785740 140735379475344 18446744073709551615 4553437 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30325/statm: 3371 736 340 145 0 416 0
[pid=30326] ppid=30323 vsize=455700 CPUtime=6.29 cores=2
/proc/30326/stat : 30326 (TNM) R 30323 30323 29580 0 -1 4202496 272 0 0 0 629 0 0 0 25 0 1 0 606878656 466636800 169 33554432000 134512640 134534564 4290644576 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30326/statm: 113925 169 95 6 0 112591 0
[pid=30327] ppid=30323 vsize=12300 CPUtime=6.29 cores=3
/proc/30327/stat : 30327 (march_hi) R 30323 30323 29580 0 -1 4202496 1629 0 0 0 629 0 0 0 25 0 1 0 606878656 12595200 1503 33554432000 4194304 4331988 140735997843264 18446744073709551615 4316436 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30327/statm: 3075 1503 173 34 0 1517 0
[pid=30328] ppid=30323 vsize=139156 CPUtime=25.12 cores=4-7
/proc/30328/stat : 30328 (plingeling) S 30323 30323 29580 0 -1 4202496 14172 1249 0 0 2510 2 0 0 19 0 5 0 606878656 142495744 6883 33554432000 4194304 4356188 140735746899152 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30328/statm: 34789 6883 163 40 0 33333 0
[pid=30328/tid=30335] ppid=30323 vsize=139156 CPUtime=6.28 cores=4-7
/proc/30328/task/30335/stat : 30335 (plingeling) R 30323 30323 29580 0 -1 4202560 3037 1249 0 0 628 0 0 0 25 0 5 0 606878657 142495744 6883 33554432000 4194304 4356188 140735746899152 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30328/tid=30336] ppid=30323 vsize=139156 CPUtime=6.25 cores=4-7
/proc/30328/task/30336/stat : 30336 (plingeling) R 30323 30323 29580 0 -1 4202560 4081 1249 0 0 625 0 0 0 25 0 5 0 606878657 142495744 6883 33554432000 4194304 4356188 140735746899152 18446744073709551615 4332125 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30328/tid=30337] ppid=30323 vsize=139156 CPUtime=6.28 cores=4-7
/proc/30328/task/30337/stat : 30337 (plingeling) R 30323 30323 29580 0 -1 4202560 3535 1249 0 0 628 0 0 0 25 0 5 0 606878657 142495744 6883 33554432000 4194304 4356188 140735746899152 18446744073709551615 4282024 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30328/tid=30338] ppid=30323 vsize=139156 CPUtime=6.28 cores=4-7
/proc/30328/task/30338/stat : 30338 (plingeling) R 30323 30323 29580 0 -1 4202560 3167 1249 0 0 628 0 0 0 25 0 5 0 606878657 142495744 6883 33554432000 4194304 4356188 140735746899152 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.27
Current children cumulated vsize (KiB) 1129776

[startup+12.7007 s]
/proc/loadavg: 8.01 8.00 7.97 9/180 30340
/proc/meminfo: memFree=30655104/32951124 swapFree=67103364/67111528
[pid=30323] ppid=30321 vsize=18324 CPUtime=0 cores=0-7
/proc/30323/stat : 30323 (ppfolio) S 30321 30323 29580 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606878656 18763776 390 33554432000 4194304 4287625 140736971649584 18446744073709551615 224284945935 0 0 4096 65536 9004217520940384255 0 0 17 4 0 0 0
/proc/30323/statm: 4581 390 341 23 0 91 0
[pid=30324] ppid=30323 vsize=486764 CPUtime=12.69 cores=0
/proc/30324/stat : 30324 (cryptominisat) R 30323 30323 29580 0 -1 4202496 11910 0 0 0 1268 1 0 0 25 0 1 0 606878656 498446336 5624 33554432000 4194304 4587354 140734393077040 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30324/statm: 121691 5624 337 96 0 118253 0
[pid=30325] ppid=30323 vsize=14016 CPUtime=12.69 cores=1
/proc/30325/stat : 30325 (clasp) R 30323 30323 29580 0 -1 4202496 969 0 0 0 1269 0 0 0 25 0 1 0 606878656 14352384 860 33554432000 4194304 4785740 140735379475344 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30325/statm: 3504 860 340 145 0 549 0
[pid=30326] ppid=30323 vsize=455700 CPUtime=12.69 cores=2
/proc/30326/stat : 30326 (TNM) R 30323 30323 29580 0 -1 4202496 272 0 0 0 1269 0 0 0 25 0 1 0 606878656 466636800 169 33554432000 134512640 134534564 4290644576 18446744073709551615 134529042 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30326/statm: 113925 169 95 6 0 112591 0
[pid=30327] ppid=30323 vsize=19472 CPUtime=12.69 cores=3
/proc/30327/stat : 30327 (march_hi) R 30323 30323 29580 0 -1 4202496 2856 0 0 0 1269 0 0 0 25 0 1 0 606878656 19939328 2712 33554432000 4194304 4331988 140735997843264 18446744073709551615 4237192 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30327/statm: 4868 2712 173 34 0 3310 0
[pid=30328] ppid=30323 vsize=141084 CPUtime=50.69 cores=4-7
/proc/30328/stat : 30328 (plingeling) S 30323 30323 29580 0 -1 4202496 22846 1249 0 0 5065 4 0 0 19 0 5 0 606878656 144470016 7365 33554432000 4194304 4356188 140735746899152 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30328/statm: 35271 7365 163 40 0 33815 0
[pid=30328/tid=30335] ppid=30323 vsize=141084 CPUtime=12.68 cores=4-7
/proc/30328/task/30335/stat : 30335 (plingeling) R 30323 30323 29580 0 -1 4202560 5021 1249 0 0 1268 0 0 0 25 0 5 0 606878657 144470016 7365 33554432000 4194304 4356188 140735746899152 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30328/tid=30336] ppid=30323 vsize=141084 CPUtime=12.62 cores=4-7
/proc/30328/task/30336/stat : 30336 (plingeling) R 30323 30323 29580 0 -1 4202560 6450 1249 0 0 1261 1 0 0 25 0 5 0 606878657 144470016 7365 33554432000 4194304 4356188 140735746899152 18446744073709551615 4274208 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30328/tid=30337] ppid=30323 vsize=141084 CPUtime=12.69 cores=4-7
/proc/30328/task/30337/stat : 30337 (plingeling) R 30323 30323 29580 0 -1 4202560 5296 1249 0 0 1268 1 0 0 25 0 5 0 606878657 144470016 7365 33554432000 4194304 4356188 140735746899152 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30328/tid=30338] ppid=30323 vsize=141084 CPUtime=12.67 cores=4-7
/proc/30328/task/30338/stat : 30338 (plingeling) R 30323 30323 29580 0 -1 4202560 5727 1249 0 0 1267 0 0 0 25 0 5 0 606878657 144470016 7365 33554432000 4194304 4356188 140735746899152 18446744073709551615 4281795 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 1135360

[startup+25.5005 s]
/proc/loadavg: 8.01 8.00 7.97 9/180 30340
/proc/meminfo: memFree=30635360/32951124 swapFree=67103364/67111528
[pid=30323] ppid=30321 vsize=18324 CPUtime=0 cores=0-7
/proc/30323/stat : 30323 (ppfolio) S 30321 30323 29580 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606878656 18763776 390 33554432000 4194304 4287625 140736971649584 18446744073709551615 224284945935 0 0 4096 65536 9004217520940384255 0 0 17 4 0 0 0
/proc/30323/statm: 4581 390 341 23 0 91 0
[pid=30324] ppid=30323 vsize=485984 CPUtime=25.49 cores=0
/proc/30324/stat : 30324 (cryptominisat) R 30323 30323 29580 0 -1 4202496 18606 0 0 0 2546 3 0 0 25 0 1 0 606878656 497647616 6012 33554432000 4194304 4587354 140734393077040 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=30326] ppid=30323 vsize=455704 CPUtime=4842.35 cores=2
/proc/30326/stat : 30326 (TNM) R 30323 30323 29580 0 -1 4202496 281 0 0 0 484234 1 0 0 25 0 1 0 606878656 466640896 178 33554432000 134512640 134534564 4290644576 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30326/statm: 113926 178 103 6 0 112592 0
[pid=30327] ppid=30323 vsize=3817224 CPUtime=4842.23 cores=3
/proc/30327/stat : 30327 (march_hi) R 30323 30323 29580 0 -1 4202496 873897 0 0 0 483974 249 0 0 25 0 1 0 606878656 3908837376 873753 33554432000 4194304 4331988 140735997843264 18446744073709551615 4229611 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30327/statm: 954306 873753 173 34 0 952748 0
[pid=30328] ppid=30323 vsize=374628 CPUtime=19341 cores=4-7
/proc/30328/stat : 30328 (plingeling) S 30323 30323 29580 0 -1 4202496 1930696 1249 0 0 1933839 261 0 0 19 0 5 0 606878656 383619072 65751 33554432000 4194304 4356188 140735746899152 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30328/statm: 93657 65751 163 40 0 92201 0
[pid=30328/tid=30335] ppid=30323 vsize=374628 CPUtime=4842.35 cores=4-7
/proc/30328/task/30335/stat : 30335 (plingeling) R 30323 30323 29580 0 -1 4202560 490400 1249 0 0 484174 61 0 0 25 0 5 0 606878657 383619072 65751 33554432000 4194304 4356188 140735746899152 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30328/tid=30336] ppid=30323 vsize=374628 CPUtime=4814.38 cores=4-7
/proc/30328/task/30336/stat : 30336 (plingeling) R 30323 30323 29580 0 -1 4202560 490259 1249 0 0 481378 60 0 0 25 0 5 0 606878657 383619072 65751 33554432000 4194304 4356188 140735746899152 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30328/tid=30337] ppid=30323 vsize=374628 CPUtime=4842.35 cores=4-7
/proc/30328/task/30337/stat : 30337 (plingeling) R 30323 30323 29580 0 -1 4202560 469554 1249 0 0 484165 70 0 0 25 0 5 0 606878657 383619072 65751 33554432000 4194304 4356188 140735746899152 18446744073709551615 4234276 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30328/tid=30338] ppid=30323 vsize=374628 CPUtime=4841.88 cores=4-7
/proc/30328/task/30338/stat : 30338 (plingeling) R 30323 30323 29580 0 -1 4202560 480131 1249 0 0 484120 68 0 0 25 0 5 0 606878657 383619072 65751 33554432000 4194304 4356188 140735746899152 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38710.3
Current children cumulated vsize (KiB) 8592716

[startup+4902.3 s]
/proc/loadavg: 8.00 8.04 8.01 9/180 30485
/proc/meminfo: memFree=26693912/32951124 swapFree=67103364/67111528
[pid=30323] ppid=30321 vsize=18324 CPUtime=0 cores=0-7
/proc/30323/stat : 30323 (ppfolio) S 30321 30323 29580 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606878656 18763776 390 33554432000 4194304 4287625 140736971649584 18446744073709551615 224284945935 0 0 4096 65536 9004217520940384255 0 0 17 4 0 0 0
/proc/30323/statm: 4581 390 341 23 0 91 0
[pid=30324] ppid=30323 vsize=3933648 CPUtime=4902.35 cores=0
/proc/30324/stat : 30324 (cryptominisat) R 30323 30323 29580 0 -1 4202496 376797 0 0 0 490101 134 0 0 25 0 1 0 606878656 4028055552 51120 33554432000 4194304 4587354 140734393077040 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30324/statm: 983412 51120 337 96 0 979974 0
[pid=30325] ppid=30323 vsize=18320 CPUtime=4902.36 cores=1
/proc/30325/stat : 30325 (clasp) R 30323 30323 29580 0 -1 4202496 2020 0 0 0 490236 0 0 0 25 0 1 0 606878656 18759680 1911 33554432000 4194304 4785740 140735379475344 18446744073709551615 4549610 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30325/statm: 4580 1911 344 145 0 1625 0
[pid=30326] ppid=30323 vsize=455704 CPUtime=4902.35 cores=2
/proc/30326/stat : 30326 (TNM) R 30323 30323 29580 0 -1 4202496 281 0 0 0 490234 1 0 0 25 0 1 0 606878656 466640896 178 33554432000 134512640 134534564 4290644576 18446744073709551615 134530484 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30326/statm: 113926 178 103 6 0 112592 0
[pid=30327] ppid=30323 vsize=3817224 CPUtime=4902.23 cores=3
/proc/30327/stat : 30327 (march_hi) R 30323 30323 29580 0 -1 4202496 884800 0 0 0 489970 253 0 0 25 0 1 0 606878656 3908837376 884656 33554432000 4194304 4331988 140735997843264 18446744073709551615 4240214 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30327/statm: 954306 884656 173 34 0 952748 0
[pid=30328] ppid=30323 vsize=376932 CPUtime=19580.7 cores=4-7
/proc/30328/stat : 30328 (plingeling) S 30323 30323 29580 0 -1 4202496 1945480 1249 0 0 1957804 263 0 0 19 0 5 0 606878656 385978368 66327 33554432000 4194304 4356188 140735746899152 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30328/statm: 94233 66327 163 40 0 92777 0
[pid=30328/tid=30335] ppid=30323 vsize=376932 CPUtime=4902.35 cores=4-7
/proc/30328/task/30335/stat : 30335 (plingeling) R 30323 30323 29580 0 -1 4202560 493792 1249 0 0 490173 62 0 0 25 0 5 0 606878657 385978368 66327 33554432000 4194304 4356188 140735746899152 18446744073709551615 4331023 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30328/tid=30336] ppid=30323 vsize=376932 CPUtime=4874.06 cores=4-7
/proc/30328/task/30336/stat : 30336 (plingeling) R 30323 30323 29580 0 -1 4202560 493139 1249 0 0 487346 60 0 0 25 0 5 0 606878657 385978368 66327 33554432000 4194304 4356188 140735746899152 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30328/tid=30337] ppid=30323 vsize=376932 CPUtime=4902.35 cores=4-7
/proc/30328/task/30337/stat : 30337 (plingeling) R 30323 30323 29580 0 -1 4202560 475698 1249 0 0 490164 71 0 0 25 0 5 0 606878657 385978368 66327 33554432000 4194304 4356188 140735746899152 18446744073709551615 4281741 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30328/tid=30338] ppid=30323 vsize=376932 CPUtime=4901.88 cores=4-7
/proc/30328/task/30338/stat : 30338 (plingeling) R 30323 30323 29580 0 -1 4202560 482499 1249 0 0 490120 68 0 0 25 0 5 0 606878657 385978368 66327 33554432000 4194304 4356188 140735746899152 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39190
Current children cumulated vsize (KiB) 8620152

[startup+4962.3 s]
/proc/loadavg: 8.00 8.03 8.01 9/180 30487
/proc/meminfo: memFree=26703908/32951124 swapFree=67103364/67111528
[pid=30323] ppid=30321 vsize=18324 CPUtime=0 cores=0-7
/proc/30323/stat : 30323 (ppfolio) S 30321 30323 29580 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606878656 18763776 390 33554432000 4194304 4287625 140736971649584 18446744073709551615 224284945935 0 0 4096 65536 9004217520940384255 0 0 17 4 0 0 0
/proc/30323/statm: 4581 390 341 23 0 91 0
[pid=30324] ppid=30323 vsize=3908652 CPUtime=4962.35 cores=0
/proc/30324/stat : 30324 (cryptominisat) R 30323 30323 29580 0 -1 4202496 381554 0 0 0 496099 136 0 0 25 0 1 0 606878656 4002459648 46453 33554432000 4194304 4587354 140734393077040 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30324/statm: 977163 46453 337 96 0 973725 0
[pid=30325] ppid=30323 vsize=18320 CPUtime=4962.36 cores=1
/proc/30325/stat : 30325 (clasp) R 30323 30323 29580 0 -1 4202496 2028 0 0 0 496236 0 0 0 25 0 1 0 606878656 18759680 1919 33554432000 4194304 4785740 140735379475344 18446744073709551615 4562687 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30325/statm: 4580 1919 344 145 0 1625 0
[pid=30326] ppid=30323 vsize=455704 CPUtime=4962.35 cores=2
/proc/30326/stat : 30326 (TNM) R 30323 30323 29580 0 -1 4202496 281 0 0 0 496234 1 0 0 25 0 1 0 606878656 466640896 178 33554432000 134512640 134534564 4290644576 18446744073709551615 6849950 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30326/statm: 113926 178 103 6 0 112592 0
[pid=30327] ppid=30323 vsize=3817224 CPUtime=4962.23 cores=3
/proc/30327/stat : 30327 (march_hi) R 30323 30323 29580 0 -1 4202496 895576 0 0 0 495966 257 0 0 25 0 1 0 606878656 3908837376 895432 33554432000 4194304 4331988 140735997843264 18446744073709551615 4229357 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30327/statm: 954306 895432 173 34 0 952748 0
[pid=30328] ppid=30323 vsize=341092 CPUtime=19820.3 cores=4-7
/proc/30328/stat : 30328 (plingeling) S 30323 30323 29580 0 -1 4202496 1962504 1249 0 0 1981768 267 0 0 19 0 5 0 606878656 349278208 57367 33554432000 4194304 4356188 140735746899152 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30328/statm: 85273 57367 163 40 0 83817 0
[pid=30328/tid=30335] ppid=30323 vsize=341092 CPUtime=4962.35 cores=4-7
/proc/30328/task/30335/stat : 30335 (plingeling) R 30323 30323 29580 0 -1 4202560 504960 1249 0 0 496171 64 0 0 25 0 5 0 606878657 349278208 57367 33554432000 4194304 4356188 140735746899152 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30328/tid=30336] ppid=30323 vsize=341092 CPUtime=4933.73 cores=4-7
/proc/30328/task/30336/stat : 30336 (plingeling) R 30323 30323 29580 0 -1 4202560 495763 1249 0 0 493312 61 0 0 25 0 5 0 606878657 349278208 57367 33554432000 4194304 4356188 140735746899152 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30328/tid=30337] ppid=30323 vsize=341092 CPUtime=4962.35 cores=4-7
/proc/30328/task/30337/stat : 30337 (plingeling) R 30323 30323 29580 0 -1 4202560 477554 1249 0 0 496163 72 0 0 25 0 5 0 606878657 349278208 57367 33554432000 4194304 4356188 140735746899152 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30328/tid=30338] ppid=30323 vsize=341092 CPUtime=4961.87 cores=4-7
/proc/30328/task/30338/stat : 30338 (plingeling) R 30323 30323 29580 0 -1 4202560 483875 1249 0 0 496119 68 0 0 25 0 5 0 606878657 349278208 57367 33554432000 4194304 4356188 140735746899152 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39669.6
Current children cumulated vsize (KiB) 8559316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.7 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 30487
/proc/meminfo: memFree=26625640/32951124 swapFree=67103364/67111528
[pid=30323] ppid=30321 vsize=18324 CPUtime=0 cores=0-7
/proc/30323/stat : 30323 (ppfolio) S 30321 30323 29580 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606878656 18763776 390 33554432000 4194304 4287625 140736971649584 18446744073709551615 224284945935 0 0 4096 65536 9004217520940384255 0 0 17 4 0 0 0
/proc/30323/statm: 4581 390 341 23 0 91 0
[pid=30324] ppid=30323 vsize=3908652 CPUtime=5003.75 cores=0
/proc/30324/stat : 30324 (cryptominisat) R 30323 30323 29580 0 -1 4202496 384522 0 0 0 500238 137 0 0 25 0 1 0 606878656 4002459648 49347 33554432000 4194304 4587354 140734393077040 18446744073709551615 4232137 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30324/statm: 977163 49347 337 96 0 973725 0
[pid=30325] ppid=30323 vsize=18320 CPUtime=5003.77 cores=1
/proc/30325/stat : 30325 (clasp) R 30323 30323 29580 0 -1 4202496 2032 0 0 0 500377 0 0 0 25 0 1 0 606878656 18759680 1923 33554432000 4194304 4785740 140735379475344 18446744073709551615 4553423 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30325/statm: 4580 1923 344 145 0 1625 0
[pid=30326] ppid=30323 vsize=455704 CPUtime=5003.76 cores=2
/proc/30326/stat : 30326 (TNM) R 30323 30323 29580 0 -1 4202496 281 0 0 0 500375 1 0 0 25 0 1 0 606878656 466640896 178 33554432000 134512640 134534564 4290644576 18446744073709551615 134530468 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30326/statm: 113926 178 103 6 0 112592 0
[pid=30327] ppid=30323 vsize=3817224 CPUtime=5003.63 cores=3
/proc/30327/stat : 30327 (march_hi) R 30323 30323 29580 0 -1 4202496 903046 0 0 0 500105 258 0 0 25 0 1 0 606878656 3908837376 902902 33554432000 4194304 4331988 140735997843264 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30327/statm: 954306 902902 173 34 0 952748 0
[pid=30328] ppid=30323 vsize=378596 CPUtime=19985.7 cores=4-7
/proc/30328/stat : 30328 (plingeling) S 30323 30323 29580 0 -1 4202496 1978088 1249 0 0 1998305 269 0 0 19 0 5 0 606878656 387682304 66743 33554432000 4194304 4356188 140735746899152 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30328/statm: 94649 66743 163 40 0 93193 0
[pid=30328/tid=30335] ppid=30323 vsize=378596 CPUtime=5003.76 cores=4-7
/proc/30328/task/30335/stat : 30335 (plingeling) R 30323 30323 29580 0 -1 4202560 507648 1249 0 0 500312 64 0 0 25 0 5 0 606878657 387682304 66743 33554432000 4194304 4356188 140735746899152 18446744073709551615 4331035 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30328/tid=30336] ppid=30323 vsize=378596 CPUtime=4974.9 cores=4-7
/proc/30328/task/30336/stat : 30336 (plingeling) R 30323 30323 29580 0 -1 4202560 500659 1249 0 0 497429 61 0 0 25 0 5 0 606878657 387682304 66743 33554432000 4194304 4356188 140735746899152 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30328/tid=30337] ppid=30323 vsize=378596 CPUtime=5003.76 cores=4-7
/proc/30328/task/30337/stat : 30337 (plingeling) R 30323 30323 29580 0 -1 4202560 479922 1249 0 0 500304 72 0 0 25 0 5 0 606878657 387682304 66743 33554432000 4194304 4356188 140735746899152 18446744073709551615 4281608 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30328/tid=30338] ppid=30323 vsize=378596 CPUtime=5003.28 cores=4-7
/proc/30328/task/30338/stat : 30338 (plingeling) R 30323 30323 29580 0 -1 4202560 489507 1249 0 0 500259 69 0 0 25 0 5 0 606878657 387682304 66743 33554432000 4194304 4356188 140735746899152 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 8596820

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

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

[startup+5003.7 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 30487
/proc/meminfo: memFree=26625640/32951124 swapFree=67103364/67111528
[pid=30323] ppid=30321 vsize=18324 CPUtime=0 cores=0-7
/proc/30323/stat : 30323 (ppfolio) S 30321 30323 29580 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606878656 18763776 390 33554432000 4194304 4287625 140736971649584 18446744073709551615 224284945935 0 0 4096 65536 9004217520940384255 0 0 17 4 0 0 0
/proc/30323/statm: 4581 390 341 23 0 91 0
[pid=30324] ppid=30323 vsize=3908652 CPUtime=5003.75 cores=0
/proc/30324/stat : 30324 (cryptominisat) R 30323 30323 29580 0 -1 4202496 384522 0 0 0 500238 137 0 0 25 0 1 0 606878656 4002459648 49347 33554432000 4194304 4587354 140734393077040 18446744073709551615 4232137 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30324/statm: 977163 49347 337 96 0 973725 0
[pid=30325] ppid=30323 vsize=18320 CPUtime=5003.77 cores=1
/proc/30325/stat : 30325 (clasp) R 30323 30323 29580 0 -1 4202496 2032 0 0 0 500377 0 0 0 25 0 1 0 606878656 18759680 1923 33554432000 4194304 4785740 140735379475344 18446744073709551615 4553423 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30325/statm: 4580 1923 344 145 0 1625 0
[pid=30326] ppid=30323 vsize=455704 CPUtime=5003.76 cores=2
/proc/30326/stat : 30326 (TNM) R 30323 30323 29580 0 -1 4202496 281 0 0 0 500375 1 0 0 25 0 1 0 606878656 466640896 178 33554432000 134512640 134534564 4290644576 18446744073709551615 134530468 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30326/statm: 113926 178 103 6 0 112592 0
[pid=30327] ppid=30323 vsize=3817224 CPUtime=5003.63 cores=3
/proc/30327/stat : 30327 (march_hi) R 30323 30323 29580 0 -1 4202496 903046 0 0 0 500105 258 0 0 25 0 1 0 606878656 3908837376 902902 33554432000 4194304 4331988 140735997843264 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30327/statm: 954306 902902 173 34 0 952748 0
[pid=30328] ppid=30323 vsize=378596 CPUtime=19985.7 cores=4-7
/proc/30328/stat : 30328 (plingeling) S 30323 30323 29580 0 -1 4202496 1978088 1249 0 0 1998305 269 0 0 19 0 5 0 606878656 387682304 66743 33554432000 4194304 4356188 140735746899152 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30328/statm: 94649 66743 163 40 0 93193 0
[pid=30328/tid=30335] ppid=30323 vsize=378596 CPUtime=5003.76 cores=4-7
/proc/30328/task/30335/stat : 30335 (plingeling) R 30323 30323 29580 0 -1 4202560 507648 1249 0 0 500312 64 0 0 25 0 5 0 606878657 387682304 66743 33554432000 4194304 4356188 140735746899152 18446744073709551615 4331035 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30328/tid=30336] ppid=30323 vsize=378596 CPUtime=4974.9 cores=4-7
/proc/30328/task/30336/stat : 30336 (plingeling) R 30323 30323 29580 0 -1 4202560 500659 1249 0 0 497429 61 0 0 25 0 5 0 606878657 387682304 66743 33554432000 4194304 4356188 140735746899152 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30328/tid=30337] ppid=30323 vsize=378596 CPUtime=5003.76 cores=4-7
/proc/30328/task/30337/stat : 30337 (plingeling) R 30323 30323 29580 0 -1 4202560 479922 1249 0 0 500304 72 0 0 25 0 5 0 606878657 387682304 66743 33554432000 4194304 4356188 140735746899152 18446744073709551615 4281608 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30328/tid=30338] ppid=30323 vsize=378596 CPUtime=5003.28 cores=4-7
/proc/30328/task/30338/stat : 30338 (plingeling) R 30323 30323 29580 0 -1 4202560 489507 1249 0 0 500259 69 0 0 25 0 5 0 606878657 387682304 66743 33554432000 4194304 4356188 140735746899152 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 8596820

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5003.72
CPU time (s): 40000.6
CPU user time (s): 39994
CPU system time (s): 6.65
CPU usage (%): 799.419
Max. virtual memory (cumulated for all children) (KiB): 12336152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10007.5
system time used= 0.032994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2851
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= 731
involuntary context switches= 22149

runsolver used 8.20875 second user time and 19.0691 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-30 14:28:00
IDJOB=3275311
IDBENCH=83156
IDSOLVER=1638
FILE ID=node118/3275311-1304166480
RUNJOBID= node118-1304160367-29594
PBS_JOBID= 13170921
Free space on /tmp= 71936 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n190-s29985700-unsat.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275311-1304166480/watcher-3275311-1304166480 -o /tmp/evaluation-result-3275311-1304166480/solver-3275311-1304166480 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275311-1304166480.cnf

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

MD5SUM BENCH= f2cf61fc47972fb7e89be65d1a83332e
RANDOM SEED=1350006270

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30713844 kB
Buffers:        433340 kB
Cached:        1388440 kB
SwapCached:       2676 kB
Active:         167892 kB
Inactive:      1713112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30713844 kB
SwapTotal:    67111528 kB
SwapFree:     67103364 kB
Dirty:           10020 kB
Writeback:           0 kB
AnonPages:       58576 kB
Mapped:          14608 kB
Slab:           289936 kB
PageTables:       4416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187632 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= 71924 MiB
End job on node118 at 2011-04-30 15:51:26