Trace number 3310214

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 parUNSAT 211.235 30.3937

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-11.cnf
MD5SUM06568f445121c7d3cc3b96042d85c719
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.7682
Satisfiable
(Un)Satisfiability was proved
Number of variables96526
Number of clauses325263
Sum of the clauses size848701
Maximum clause length1316
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2139068
Number of clauses of size 3177302
Number of clauses of size 48172
Number of clauses of size 5192
Number of clauses of size over 5528

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
210.58/30.38	s UNSATISFIABLE
210.58/30.39	solver [5] plingeling 276-6264d55-100731 answered
210.58/30.39	Done

Verifier Data

No possible verification on an UNSAT instance

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-3310214-1304004231/watcher-3310214-1304004231 -o /tmp/evaluation-result-3310214-1304004231/solver-3310214-1304004231 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310214-1304004231.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: 6.02 2.55 1.65 2/170 12743
/proc/meminfo: memFree=18506296/32951124 swapFree=67110396/67111528
[pid=12743] ppid=12741 vsize=18324 CPUtime=0 cores=0-7
/proc/12743/stat : 12743 (ppfolio) R 12741 12743 12635 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 590653765 18763776 390 33554432000 4194304 4287625 140735142678496 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/12743/statm: 4581 390 341 23 0 91 0

[startup+0.03934 s]
/proc/loadavg: 6.02 2.55 1.65 2/170 12743
/proc/meminfo: memFree=18506296/32951124 swapFree=67110396/67111528
[pid=12743] ppid=12741 vsize=18324 CPUtime=0.01 cores=0-7
/proc/12743/stat : 12743 (ppfolio) S 12741 12743 12635 0 -1 4202496 523 1195 0 0 0 0 0 1 25 0 1 0 590653765 18763776 391 33554432000 4194304 4287625 140735142678496 18446744073709551615 224284945935 0 0 4096 65536 9224195386380386304 0 0 17 6 0 0 0
/proc/12743/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+0.100328 s]
/proc/loadavg: 6.02 2.55 1.65 2/170 12743
/proc/meminfo: memFree=18506296/32951124 swapFree=67110396/67111528
[pid=12743] ppid=12741 vsize=18324 CPUtime=0.01 cores=0-7
/proc/12743/stat : 12743 (ppfolio) S 12741 12743 12635 0 -1 4202496 523 1195 0 0 0 0 0 1 25 0 1 0 590653765 18763776 391 33554432000 4194304 4287625 140735142678496 18446744073709551615 224284945935 0 0 4096 65536 9224195386380386304 0 0 17 6 0 0 0
/proc/12743/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+0.300295 s]
/proc/loadavg: 6.02 2.55 1.65 2/170 12743
/proc/meminfo: memFree=18506296/32951124 swapFree=67110396/67111528
[pid=12743] ppid=12741 vsize=18324 CPUtime=0.01 cores=0-7
/proc/12743/stat : 12743 (ppfolio) S 12741 12743 12635 0 -1 4202496 523 1195 0 0 0 0 0 1 24 0 1 0 590653765 18763776 391 33554432000 4194304 4287625 140735142678496 18446744073709551615 224284945935 0 0 4096 65536 9224195738567704576 0 0 17 6 0 0 0
/proc/12743/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+0.700199 s]
/proc/loadavg: 6.02 2.55 1.65 2/170 12743
/proc/meminfo: memFree=18506296/32951124 swapFree=67110396/67111528
[pid=12743] ppid=12741 vsize=18324 CPUtime=0.01 cores=0-7
/proc/12743/stat : 12743 (ppfolio) S 12741 12743 12635 0 -1 4202496 523 1195 0 0 0 0 0 1 24 0 1 0 590653765 18763776 391 33554432000 4194304 4287625 140735142678496 18446744073709551615 224284945935 0 0 4096 65536 9224195738567704576 0 0 17 6 0 0 0
/proc/12743/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+1.50106 s]
/proc/loadavg: 6.02 2.55 1.65 8/179 12758
/proc/meminfo: memFree=18275328/32951124 swapFree=67110396/67111528
[pid=12743] ppid=12741 vsize=18324 CPUtime=0.01 cores=0-7
/proc/12743/stat : 12743 (ppfolio) S 12741 12743 12635 0 -1 4202496 523 1195 0 0 0 0 0 1 15 0 1 0 590653765 18763776 391 33554432000 4194304 4287625 140735142678496 18446744073709551615 224284945935 0 0 4096 65536 9224195742862639363 0 0 17 6 0 0 0
/proc/12743/statm: 4581 391 342 23 0 91 0
[pid=12744] ppid=12743 vsize=83316 CPUtime=1.49 cores=0
/proc/12744/stat : 12744 (cryptominisat) R 12743 12743 12635 0 -1 4202496 16021 0 0 0 147 2 0 0 20 0 1 0 590653765 85315584 14888 33554432000 4194304 4587354 140733723172272 18446744073709551615 4384748 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12744/statm: 20829 14888 315 96 0 17391 0
[pid=12745] ppid=12743 vsize=65052 CPUtime=1.49 cores=1
/proc/12745/stat : 12745 (clasp) R 12743 12743 12635 0 -1 4202496 17558 0 0 0 147 2 0 0 20 0 1 0 590653765 66613248 13214 33554432000 4194304 4785740 140735323178368 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12745/statm: 16263 13214 340 145 0 13308 0
[pid=12747] ppid=12743 vsize=62768 CPUtime=1.49 cores=3
/proc/12747/stat : 12747 (march_hi) R 12743 12743 12635 0 -1 4202496 78113 0 0 0 136 13 0 0 20 0 1 0 590653765 64274432 11254 33554432000 4194304 4331988 140737158008256 18446744073709551615 224284586693 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12747/statm: 15692 11259 161 34 0 14134 0
[pid=12748] ppid=12743 vsize=189108 CPUtime=4.67 cores=4-7
/proc/12748/stat : 12748 (plingeling) S 12743 12743 12635 0 -1 4202496 45127 1246 0 0 462 5 0 0 25 0 5 0 590653765 193646592 20818 33554432000 4194304 4356188 140735546921792 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12748/statm: 47277 20818 161 40 0 45821 0
[pid=12748/tid=12755] ppid=12743 vsize=189108 CPUtime=1.08 cores=4-7
/proc/12748/task/12755/stat : 12755 (plingeling) R 12743 12743 12635 0 -1 4202560 9059 1246 0 0 107 1 0 0 25 0 5 0 590653807 193646592 20818 33554432000 4194304 4356188 140735546921792 18446744073709551615 4322016 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12748/tid=12756] ppid=12743 vsize=189108 CPUtime=1.05 cores=4-7
/proc/12748/task/12756/stat : 12756 (plingeling) R 12743 12743 12635 0 -1 4202560 5305 1246 0 0 104 1 0 0 25 0 5 0 590653807 193646592 20818 33554432000 4194304 4356188 140735546921792 18446744073709551615 4244400 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12748/tid=12757] ppid=12743 vsize=189108 CPUtime=1.04 cores=4-7
/proc/12748/task/12757/stat : 12757 (plingeling) R 12743 12743 12635 0 -1 4202560 4882 1246 0 0 104 0 0 0 25 0 5 0 590653807 193646592 20818 33554432000 4194304 4356188 140735546921792 18446744073709551615 4244400 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12748/tid=12758] ppid=12743 vsize=189108 CPUtime=1.07 cores=4-7
/proc/12748/task/12758/stat : 12758 (plingeling) R 12743 12743 12635 0 -1 4202560 8928 1246 0 0 106 1 0 0 25 0 5 0 590653807 193646592 20818 33554432000 4194304 4356188 140735546921792 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.15
Current children cumulated vsize (KiB) 418568

[startup+3.1008 s]
/proc/loadavg: 6.02 2.55 1.65 8/179 12758
/proc/meminfo: memFree=18229324/32951124 swapFree=67110396/67111528
[pid=12743] ppid=12741 vsize=18324 CPUtime=0.01 cores=0-7
/proc/12743/stat : 12743 (ppfolio) S 12741 12743 12635 0 -1 4202496 523 1195 0 0 0 0 0 1 15 0 1 0 590653765 18763776 391 33554432000 4194304 4287625 140735142678496 18446744073709551615 224284945935 0 0 4096 65536 9224195738567704576 0 0 17 6 0 0 0
/proc/12743/statm: 4581 391 342 23 0 91 0
[pid=12744] ppid=12743 vsize=147856 CPUtime=3.09 cores=0
/proc/12744/stat : 12744 (cryptominisat) R 12743 12743 12635 0 -1 4202496 28385 0 0 0 306 3 0 0 25 0 1 0 590653765 151404544 21827 33554432000 4194304 4587354 140733723172272 18446744073709551615 4238271 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12744/statm: 36964 21827 331 96 0 33526 0
[pid=12745] ppid=12743 vsize=65052 CPUtime=3.09 cores=1
/proc/12745/stat : 12745 (clasp) R 12743 12743 12635 0 -1 4202496 17558 0 0 0 307 2 0 0 25 0 1 0 590653765 66613248 13214 33554432000 4194304 4785740 140735323178368 18446744073709551615 4319146 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12745/statm: 16263 13214 340 145 0 13308 0
[pid=12747] ppid=12743 vsize=195492 CPUtime=3.09 cores=3
/proc/12747/stat : 12747 (march_hi) R 12743 12743 12635 0 -1 4202496 127572 0 0 0 290 19 0 0 25 0 1 0 590653765 200183808 23555 33554432000 4194304 4331988 140737158008256 18446744073709551615 224284586693 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12747/statm: 48873 23555 224 34 0 47315 0
[pid=12748] ppid=12743 vsize=212056 CPUtime=11.07 cores=4-7
/proc/12748/stat : 12748 (plingeling) S 12743 12743 12635 0 -1 4202496 51880 1246 0 0 1100 7 0 0 25 0 5 0 590653765 217145344 27568 33554432000 4194304 4356188 140735546921792 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12748/statm: 53014 27568 164 40 0 51558 0
[pid=12748/tid=12755] ppid=12743 vsize=212056 CPUtime=2.67 cores=4-7
/proc/12748/task/12755/stat : 12755 (plingeling) R 12743 12743 12635 0 -1 4202560 10771 1246 0 0 266 1 0 0 25 0 5 0 590653807 217145344 27568 33554432000 4194304 4356188 140735546921792 18446744073709551615 4303190 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12748/tid=12756] ppid=12743 vsize=212056 CPUtime=2.65 cores=4-7
/proc/12748/task/12756/stat : 12756 (plingeling) R 12743 12743 12635 0 -1 4202560 7674 1246 0 0 264 1 0 0 25 0 5 0 590653807 217145344 27568 33554432000 4194304 4356188 140735546921792 18446744073709551615 4217704 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12748/tid=12757] ppid=12743 vsize=212056 CPUtime=2.64 cores=4-7
/proc/12748/task/12757/stat : 12757 (plingeling) R 12743 12743 12635 0 -1 4202560 7448 1246 0 0 263 1 0 0 25 0 5 0 590653807 217145344 27568 33554432000 4194304 4356188 140735546921792 18446744073709551615 4231350 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12748/tid=12758] ppid=12743 vsize=212056 CPUtime=2.67 cores=4-7
/proc/12748/task/12758/stat : 12758 (plingeling) R 12743 12743 12635 0 -1 4202560 9034 1246 0 0 266 1 0 0 25 0 5 0 590653807 217145344 27568 33554432000 4194304 4356188 140735546921792 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20.35
Current children cumulated vsize (KiB) 638780

[startup+6.30126 s]
/proc/loadavg: 6.18 2.64 1.68 8/179 12758
/proc/meminfo: memFree=18130080/32951124 swapFree=67110396/67111528
[pid=12743] ppid=12741 vsize=18324 CPUtime=0.01 cores=0-7
/proc/12743/stat : 12743 (ppfolio) S 12741 12743 12635 0 -1 4202496 523 1195 0 0 0 0 0 1 15 0 1 0 590653765 18763776 391 33554432000 4194304 4287625 140735142678496 18446744073709551615 224284945935 0 0 4096 65536 9224195742862639363 0 0 17 6 0 0 0
/proc/12743/statm: 4581 391 342 23 0 91 0
[pid=12744] ppid=12743 vsize=147856 CPUtime=6.29 cores=0
/proc/12744/stat : 12744 (cryptominisat) R 12743 12743 12635 0 -1 4202496 28645 0 0 0 626 3 0 0 25 0 1 0 590653765 151404544 22069 33554432000 4194304 4587354 140733723172272 18446744073709551615 4237639 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12744/statm: 36964 22069 331 96 0 33526 0
[pid=12745] ppid=12743 vsize=65052 CPUtime=6.29 cores=1
/proc/12745/stat : 12745 (clasp) R 12743 12743 12635 0 -1 4202496 17632 0 0 0 627 2 0 0 25 0 1 0 590653765 66613248 13288 33554432000 4194304 4785740 140735323178368 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12745/statm: 16263 13288 340 145 0 13308 0
[pid=12747] ppid=12743 vsize=215532 CPUtime=6.29 cores=3
/proc/12747/stat : 12747 (march_hi) R 12743 12743 12635 0 -1 4202496 132359 0 0 0 610 19 0 0 25 0 1 0 590653765 220704768 28293 33554432000 4194304 4331988 140737158008256 18446744073709551615 4243242 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12747/statm: 53883 28293 175 34 0 52325 0
[pid=12748] ppid=12743 vsize=222816 CPUtime=23.84 cores=4-7
/proc/12748/stat : 12748 (plingeling) S 12743 12743 12635 0 -1 4202496 54571 1246 0 0 2377 7 0 0 25 0 5 0 590653765 228163584 30258 33554432000 4194304 4356188 140735546921792 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12748/statm: 55704 30258 164 40 0 54248 0
[pid=12748/tid=12755] ppid=12743 vsize=222816 CPUtime=5.87 cores=4-7
/proc/12748/task/12755/stat : 12755 (plingeling) R 12743 12743 12635 0 -1 4202560 10771 1246 0 0 586 1 0 0 25 0 5 0 590653807 228163584 30258 33554432000 4194304 4356188 140735546921792 18446744073709551615 4233438 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12748/tid=12756] ppid=12743 vsize=222816 CPUtime=5.85 cores=4-7
/proc/12748/task/12756/stat : 12756 (plingeling) R 12743 12743 12635 0 -1 4202560 9059 1246 0 0 584 1 0 0 25 0 5 0 590653807 228163584 30258 33554432000 4194304 4356188 140735546921792 18446744073709551615 4232882 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12748/tid=12757] ppid=12743 vsize=222816 CPUtime=5.82 cores=4-7
/proc/12748/task/12757/stat : 12757 (plingeling) R 12743 12743 12635 0 -1 4202560 8170 1246 0 0 581 1 0 0 25 0 5 0 590653807 228163584 30258 33554432000 4194304 4356188 140735546921792 18446744073709551615 4216213 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12748/tid=12758] ppid=12743 vsize=222816 CPUtime=5.87 cores=4-7
/proc/12748/task/12758/stat : 12758 (plingeling) R 12743 12743 12635 0 -1 4202560 9618 1246 0 0 586 1 0 0 25 0 5 0 590653807 228163584 30258 33554432000 4194304 4356188 140735546921792 18446744073709551615 4335569 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 42.72
Current children cumulated vsize (KiB) 669580

[startup+12.7012 s]
/proc/loadavg: 6.25 2.72 1.71 8/179 12758
/proc/meminfo: memFree=18145440/32951124 swapFree=67110396/67111528
[pid=12743] ppid=12741 vsize=18324 CPUtime=0.01 cores=0-7
/proc/12743/stat : 12743 (ppfolio) S 12741 12743 12635 0 -1 4202496 523 1195 0 0 0 0 0 1 15 0 1 0 590653765 18763776 391 33554432000 4194304 4287625 140735142678496 18446744073709551615 224284945935 0 0 4096 65536 9224195742862639363 0 0 17 6 0 0 0
/proc/12743/statm: 4581 391 342 23 0 91 0
[pid=12744] ppid=12743 vsize=1627776 CPUtime=12.69 cores=0
/proc/12744/stat : 12744 (cryptominisat) R 12743 12743 12635 0 -1 4202496 30715 0 0 0 1265 4 0 0 25 0 1 0 590653765 1666842624 20899 33554432000 4194304 4587354 140733723172272 18446744073709551615 4449074 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12744/statm: 406944 20899 337 96 0 403506 0
[pid=12745] ppid=12743 vsize=68844 CPUtime=12.68 cores=1
/proc/12745/stat : 12745 (clasp) R 12743 12743 12635 0 -1 4202496 18599 0 0 0 1266 2 0 0 25 0 1 0 590653765 70496256 14255 33554432000 4194304 4785740 140735323178368 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12745/statm: 17211 14255 340 145 0 14256 0
[pid=12747] ppid=12743 vsize=219844 CPUtime=12.69 cores=3
/proc/12747/stat : 12747 (march_hi) R 12743 12743 12635 0 -1 4202496 133524 0 0 0 1249 20 0 0 25 0 1 0 590653765 225120256 29458 33554432000 4194304 4331988 140737158008256 18446744073709551615 4243466 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12747/statm: 54961 29458 175 34 0 53403 0
[pid=12748] ppid=12743 vsize=199844 CPUtime=49.4 cores=4-7
/proc/12748/stat : 12748 (plingeling) S 12743 12743 12635 0 -1 4202496 56303 1246 0 0 4933 7 0 0 25 0 5 0 590653765 204640256 24547 33554432000 4194304 4356188 140735546921792 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12748/statm: 49961 24547 164 40 0 48505 0
[pid=12748/tid=12755] ppid=12743 vsize=199844 CPUtime=12.27 cores=4-7
/proc/12748/task/12755/stat : 12755 (plingeling) R 12743 12743 12635 0 -1 4202560 11452 1246 0 0 1226 1 0 0 25 0 5 0 590653807 204640256 24547 33554432000 4194304 4356188 140735546921792 18446744073709551615 4234139 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12748/tid=12756] ppid=12743 vsize=199844 CPUtime=12.25 cores=4-7
/proc/12748/task/12756/stat : 12756 (plingeling) R 12743 12743 12635 0 -1 4202560 9059 1246 0 0 1224 1 0 0 25 0 5 0 590653807 204640256 24547 33554432000 4194304 4356188 140735546921792 18446744073709551615 4236780 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12748/tid=12757] ppid=12743 vsize=199844 CPUtime=12.19 cores=4-7
/proc/12748/task/12757/stat : 12757 (plingeling) R 12743 12743 12635 0 -1 4202560 8170 1246 0 0 1218 1 0 0 25 0 5 0 590653807 204640256 24547 33554432000 4194304 4356188 140735546921792 18446744073709551615 4238855 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12748/tid=12758] ppid=12743 vsize=199844 CPUtime=12.27 cores=4-7
/proc/12748/task/12758/stat : 12758 (plingeling) R 12743 12743 12635 0 -1 4202560 10669 1246 0 0 1226 1 0 0 25 0 5 0 590653807 204640256 24547 33554432000 4194304 4356188 140735546921792 18446744073709551615 4236956 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 87.47
Current children cumulated vsize (KiB) 2134632

[startup+25.5011 s]
/proc/loadavg: 6.41 2.92 1.79 8/179 12758
/proc/meminfo: memFree=18137768/32951124 swapFree=67110396/67111528
[pid=12743] ppid=12741 vsize=18324 CPUtime=0.01 cores=0-7
/proc/12743/stat : 12743 (ppfolio) S 12741 12743 12635 0 -1 4202496 523 1195 0 0 0 0 0 1 15 0 1 0 590653765 18763776 391 33554432000 4194304 4287625 140735142678496 18446744073709551615 224284945935 0 0 4096 65536 9224195742862639363 0 0 17 6 0 0 0
/proc/12743/statm: 4581 391 342 23 0 91 0
[pid=12744] ppid=12743 vsize=1627776 CPUtime=25.49 cores=0
/proc/12744/stat : 12744 (cryptominisat) R 12743 12743 12635 0 -1 4202496 31762 0 0 0 2545 4 0 0 25 0 1 0 590653765 1666842624 21917 33554432000 4194304 4587354 140733723172272 18446744073709551615 4286080 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12744/statm: 406944 21917 337 96 0 403506 0
[pid=12745] ppid=12743 vsize=76116 CPUtime=25.49 cores=1
/proc/12745/stat : 12745 (clasp) R 12743 12743 12635 0 -1 4202496 20395 0 0 0 2545 4 0 0 25 0 1 0 590653765 77942784 16051 33554432000 4194304 4785740 140735323178368 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12745/statm: 19029 16051 340 145 0 16074 0
[pid=12747] ppid=12743 vsize=222692 CPUtime=25.48 cores=3
/proc/12747/stat : 12747 (march_hi) R 12743 12743 12635 0 -1 4202496 134255 0 0 0 2528 20 0 0 25 0 1 0 590653765 228036608 30189 33554432000 4194304 4331988 140737158008256 18446744073709551615 4263258 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12747/statm: 55673 30189 175 34 0 54115 0
[pid=12748] ppid=12743 vsize=197584 CPUtime=100.53 cores=4-7
/proc/12748/stat : 12748 (plingeling) S 12743 12743 12635 0 -1 4202496 57305 1246 0 0 10046 7 0 0 25 0 5 0 590653765 202326016 23982 33554432000 4194304 4356188 140735546921792 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12748/statm: 49396 23982 164 40 0 47940 0
[pid=12748/tid=12755] ppid=12743 vsize=197584 CPUtime=25.07 cores=4-7
/proc/12748/task/12755/stat : 12755 (plingeling) R 12743 12743 12635 0 -1 4202560 12222 1246 0 0 2506 1 0 0 25 0 5 0 590653807 202326016 23982 33554432000 4194304 4356188 140735546921792 18446744073709551615 4210856 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12748/tid=12756] ppid=12743 vsize=197584 CPUtime=25.05 cores=4-7
/proc/12748/task/12756/stat : 12756 (plingeling) R 12743 12743 12635 0 -1 4202560 9291 1246 0 0 2504 1 0 0 25 0 5 0 590653807 202326016 23982 33554432000 4194304 4356188 140735546921792 18446744073709551615 4332007 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12748/tid=12757] ppid=12743 vsize=197584 CPUtime=24.92 cores=4-7
/proc/12748/task/12757/stat : 12757 (plingeling) R 12743 12743 12635 0 -1 4202560 8170 1246 0 0 2491 1 0 0 25 0 5 0 590653807 202326016 23982 33554432000 4194304 4356188 140735546921792 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12748/tid=12758] ppid=12743 vsize=197584 CPUtime=25.07 cores=4-7
/proc/12748/task/12758/stat : 12758 (plingeling) R 12743 12743 12635 0 -1 4202560 10669 1246 0 0 2506 1 0 0 25 0 5 0 590653807 202326016 23982 33554432000 4194304 4356188 140735546921792 18446744073709551615 4234020 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 177
Current children cumulated vsize (KiB) 2142492

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

[startup+28.7005 s]
/proc/loadavg: 6.41 2.92 1.79 8/179 12758
/proc/meminfo: memFree=18133428/32951124 swapFree=67110396/67111528
[pid=12743] ppid=12741 vsize=18324 CPUtime=0.01 cores=0-7
/proc/12743/stat : 12743 (ppfolio) S 12741 12743 12635 0 -1 4202496 523 1195 0 0 0 0 0 1 15 0 1 0 590653765 18763776 391 33554432000 4194304 4287625 140735142678496 18446744073709551615 224284945935 0 0 4096 65536 9224195742862639363 0 0 17 6 0 0 0
/proc/12743/statm: 4581 391 342 23 0 91 0
[pid=12744] ppid=12743 vsize=1627776 CPUtime=28.69 cores=0
/proc/12744/stat : 12744 (cryptominisat) R 12743 12743 12635 0 -1 4202496 32049 0 0 0 2865 4 0 0 25 0 1 0 590653765 1666842624 22195 33554432000 4194304 4587354 140733723172272 18446744073709551615 4449056 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12744/statm: 406944 22195 337 96 0 403506 0
[pid=12745] ppid=12743 vsize=78804 CPUtime=28.69 cores=1
/proc/12745/stat : 12745 (clasp) R 12743 12743 12635 0 -1 4202496 21082 0 0 0 2865 4 0 0 25 0 1 0 590653765 80695296 16738 33554432000 4194304 4785740 140735323178368 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12745/statm: 19701 16738 340 145 0 16746 0
[pid=12747] ppid=12743 vsize=222828 CPUtime=28.68 cores=3
/proc/12747/stat : 12747 (march_hi) R 12743 12743 12635 0 -1 4202496 134297 0 0 0 2848 20 0 0 25 0 1 0 590653765 228175872 30231 33554432000 4194304 4331988 140737158008256 18446744073709551615 4228457 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12747/statm: 55707 30231 175 34 0 54149 0
[pid=12748] ppid=12743 vsize=198420 CPUtime=113.31 cores=4-7
/proc/12748/stat : 12748 (plingeling) S 12743 12743 12635 0 -1 4202496 57517 1246 0 0 11324 7 0 0 25 0 5 0 590653765 203182080 24191 33554432000 4194304 4356188 140735546921792 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12748/statm: 49605 24191 164 40 0 48149 0
[pid=12748/tid=12755] ppid=12743 vsize=198420 CPUtime=28.26 cores=4-7
/proc/12748/task/12755/stat : 12755 (plingeling) R 12743 12743 12635 0 -1 4202560 12434 1246 0 0 2825 1 0 0 25 0 5 0 590653807 203182080 24191 33554432000 4194304 4356188 140735546921792 18446744073709551615 4250762 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12748/tid=12756] ppid=12743 vsize=198420 CPUtime=28.25 cores=4-7
/proc/12748/task/12756/stat : 12756 (plingeling) R 12743 12743 12635 0 -1 4202560 9291 1246 0 0 2824 1 0 0 25 0 5 0 590653807 203182080 24191 33554432000 4194304 4356188 140735546921792 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12748/tid=12757] ppid=12743 vsize=198420 CPUtime=28.1 cores=4-7
/proc/12748/task/12757/stat : 12757 (plingeling) R 12743 12743 12635 0 -1 4202560 8170 1246 0 0 2809 1 0 0 25 0 5 0 590653807 203182080 24191 33554432000 4194304 4356188 140735546921792 18446744073709551615 4237401 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12748/tid=12758] ppid=12743 vsize=198420 CPUtime=28.27 cores=4-7
/proc/12748/task/12758/stat : 12758 (plingeling) R 12743 12743 12635 0 -1 4202560 10669 1246 0 0 2826 1 0 0 25 0 5 0 590653807 203182080 24191 33554432000 4194304 4356188 140735546921792 18446744073709551615 4210610 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 199.38
Current children cumulated vsize (KiB) 2146152

[startup+29.5014 s]
/proc/loadavg: 6.41 2.92 1.79 8/179 12758
/proc/meminfo: memFree=18133428/32951124 swapFree=67110396/67111528
[pid=12743] ppid=12741 vsize=18324 CPUtime=0.01 cores=0-7
/proc/12743/stat : 12743 (ppfolio) S 12741 12743 12635 0 -1 4202496 523 1195 0 0 0 0 0 1 15 0 1 0 590653765 18763776 391 33554432000 4194304 4287625 140735142678496 18446744073709551615 224284945935 0 0 4096 65536 9224195742862639363 0 0 17 6 0 0 0
/proc/12743/statm: 4581 391 342 23 0 91 0
[pid=12744] ppid=12743 vsize=1627776 CPUtime=29.49 cores=0
/proc/12744/stat : 12744 (cryptominisat) R 12743 12743 12635 0 -1 4202496 32049 0 0 0 2945 4 0 0 25 0 1 0 590653765 1666842624 22195 33554432000 4194304 4587354 140733723172272 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12744/statm: 406944 22195 337 96 0 403506 0
[pid=12745] ppid=12743 vsize=79616 CPUtime=29.49 cores=1
/proc/12745/stat : 12745 (clasp) R 12743 12743 12635 0 -1 4202496 21268 0 0 0 2945 4 0 0 25 0 1 0 590653765 81526784 16924 33554432000 4194304 4785740 140735323178368 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12745/statm: 19904 16924 340 145 0 16949 0
[pid=12747] ppid=12743 vsize=222828 CPUtime=29.48 cores=3
/proc/12747/stat : 12747 (march_hi) R 12743 12743 12635 0 -1 4202496 134300 0 0 0 2928 20 0 0 25 0 1 0 590653765 228175872 30234 33554432000 4194304 4331988 140737158008256 18446744073709551615 4263335 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12747/statm: 55707 30234 175 34 0 54149 0
[pid=12748] ppid=12743 vsize=198412 CPUtime=116.52 cores=4-7
/proc/12748/stat : 12748 (plingeling) S 12743 12743 12635 0 -1 4202496 57517 1246 0 0 11645 7 0 0 25 0 5 0 590653765 203173888 24189 33554432000 4194304 4356188 140735546921792 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12748/statm: 49603 24189 164 40 0 48147 0
[pid=12748/tid=12755] ppid=12743 vsize=198412 CPUtime=29.07 cores=4-7
/proc/12748/task/12755/stat : 12755 (plingeling) R 12743 12743 12635 0 -1 4202560 12434 1246 0 0 2906 1 0 0 25 0 5 0 590653807 203173888 24189 33554432000 4194304 4356188 140735546921792 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12748/tid=12756] ppid=12743 vsize=198412 CPUtime=29.05 cores=4-7
/proc/12748/task/12756/stat : 12756 (plingeling) R 12743 12743 12635 0 -1 4202560 9291 1246 0 0 2904 1 0 0 25 0 5 0 590653807 203173888 24189 33554432000 4194304 4356188 140735546921792 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12748/tid=12757] ppid=12743 vsize=198412 CPUtime=28.9 cores=4-7
/proc/12748/task/12757/stat : 12757 (plingeling) R 12743 12743 12635 0 -1 4202560 8170 1246 0 0 2889 1 0 0 25 0 5 0 590653807 203173888 24189 33554432000 4194304 4356188 140735546921792 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12748/tid=12758] ppid=12743 vsize=198412 CPUtime=29.07 cores=4-7
/proc/12748/task/12758/stat : 12758 (plingeling) R 12743 12743 12635 0 -1 4202560 10669 1246 0 0 2906 1 0 0 25 0 5 0 590653807 203173888 24189 33554432000 4194304 4356188 140735546921792 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.99
Current children cumulated vsize (KiB) 2146956

[startup+29.9013 s]
/proc/loadavg: 6.46 2.99 1.82 8/179 12758
/proc/meminfo: memFree=18132560/32951124 swapFree=67110396/67111528
[pid=12743] ppid=12741 vsize=18324 CPUtime=0.01 cores=0-7
/proc/12743/stat : 12743 (ppfolio) S 12741 12743 12635 0 -1 4202496 523 1195 0 0 0 0 0 1 15 0 1 0 590653765 18763776 391 33554432000 4194304 4287625 140735142678496 18446744073709551615 224284945935 0 0 4096 65536 9224195742862639363 0 0 17 6 0 0 0
/proc/12743/statm: 4581 391 342 23 0 91 0
[pid=12744] ppid=12743 vsize=1627776 CPUtime=29.89 cores=0
/proc/12744/stat : 12744 (cryptominisat) R 12743 12743 12635 0 -1 4202496 32049 0 0 0 2985 4 0 0 25 0 1 0 590653765 1666842624 22195 33554432000 4194304 4587354 140733723172272 18446744073709551615 4239948 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12744/statm: 406944 22195 337 96 0 403506 0
[pid=12745] ppid=12743 vsize=79888 CPUtime=29.89 cores=1
/proc/12745/stat : 12745 (clasp) R 12743 12743 12635 0 -1 4202496 21355 0 0 0 2985 4 0 0 25 0 1 0 590653765 81805312 17011 33554432000 4194304 4785740 140735323178368 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12745/statm: 19972 17011 340 145 0 17017 0
[pid=12747] ppid=12743 vsize=222828 CPUtime=29.88 cores=3
/proc/12747/stat : 12747 (march_hi) R 12743 12743 12635 0 -1 4202496 134302 0 0 0 2968 20 0 0 25 0 1 0 590653765 228175872 30236 33554432000 4194304 4331988 140737158008256 18446744073709551615 4228459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12747/statm: 55707 30236 175 34 0 54149 0
[pid=12748] ppid=12743 vsize=198412 CPUtime=118.11 cores=4-7
/proc/12748/stat : 12748 (plingeling) S 12743 12743 12635 0 -1 4202496 57517 1246 0 0 11804 7 0 0 25 0 5 0 590653765 203173888 24189 33554432000 4194304 4356188 140735546921792 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12748/statm: 49603 24189 164 40 0 48147 0
[pid=12748/tid=12755] ppid=12743 vsize=198412 CPUtime=29.47 cores=4-7
/proc/12748/task/12755/stat : 12755 (plingeling) R 12743 12743 12635 0 -1 4202560 12434 1246 0 0 2946 1 0 0 25 0 5 0 590653807 203173888 24189 33554432000 4194304 4356188 140735546921792 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12748/tid=12756] ppid=12743 vsize=198412 CPUtime=29.45 cores=4-7
/proc/12748/task/12756/stat : 12756 (plingeling) R 12743 12743 12635 0 -1 4202560 9291 1246 0 0 2944 1 0 0 25 0 5 0 590653807 203173888 24189 33554432000 4194304 4356188 140735546921792 18446744073709551615 4325545 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12748/tid=12757] ppid=12743 vsize=198412 CPUtime=29.29 cores=4-7
/proc/12748/task/12757/stat : 12757 (plingeling) R 12743 12743 12635 0 -1 4202560 8170 1246 0 0 2928 1 0 0 25 0 5 0 590653807 203173888 24189 33554432000 4194304 4356188 140735546921792 18446744073709551615 4211045 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12748/tid=12758] ppid=12743 vsize=198412 CPUtime=29.47 cores=4-7
/proc/12748/task/12758/stat : 12758 (plingeling) R 12743 12743 12635 0 -1 4202560 10669 1246 0 0 2946 1 0 0 25 0 5 0 590653807 203173888 24189 33554432000 4194304 4356188 140735546921792 18446744073709551615 4331401 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 207.78
Current children cumulated vsize (KiB) 2147228

[startup+30.3013 s]
/proc/loadavg: 6.46 2.99 1.82 8/179 12758
/proc/meminfo: memFree=18132560/32951124 swapFree=67110396/67111528
[pid=12743] ppid=12741 vsize=18324 CPUtime=0.01 cores=0-7
/proc/12743/stat : 12743 (ppfolio) S 12741 12743 12635 0 -1 4202496 523 1195 0 0 0 0 0 1 15 0 1 0 590653765 18763776 391 33554432000 4194304 4287625 140735142678496 18446744073709551615 224284945935 0 0 4096 65536 9224195742862639363 0 0 17 6 0 0 0
/proc/12743/statm: 4581 391 342 23 0 91 0
[pid=12744] ppid=12743 vsize=1627776 CPUtime=30.29 cores=0
/proc/12744/stat : 12744 (cryptominisat) R 12743 12743 12635 0 -1 4202496 32049 0 0 0 3025 4 0 0 25 0 1 0 590653765 1666842624 22195 33554432000 4194304 4587354 140733723172272 18446744073709551615 4230176 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12744/statm: 406944 22195 337 96 0 403506 0
[pid=12745] ppid=12743 vsize=80712 CPUtime=30.29 cores=1
/proc/12745/stat : 12745 (clasp) R 12743 12743 12635 0 -1 4202496 21487 0 0 0 3025 4 0 0 25 0 1 0 590653765 82649088 17143 33554432000 4194304 4785740 140735323178368 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12745/statm: 20178 17143 340 145 0 17223 0
[pid=12747] ppid=12743 vsize=222828 CPUtime=30.28 cores=3
/proc/12747/stat : 12747 (march_hi) R 12743 12743 12635 0 -1 4202496 134305 0 0 0 3008 20 0 0 25 0 1 0 590653765 228175872 30239 33554432000 4194304 4331988 140737158008256 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12747/statm: 55707 30239 175 34 0 54149 0
[pid=12748] ppid=12743 vsize=198292 CPUtime=119.71 cores=4-7
/proc/12748/stat : 12748 (plingeling) S 12743 12743 12635 0 -1 4202496 57517 1246 0 0 11964 7 0 0 25 0 5 0 590653765 203051008 24159 33554432000 4194304 4356188 140735546921792 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12748/statm: 49573 24159 164 40 0 48117 0
[pid=12748/tid=12755] ppid=12743 vsize=198292 CPUtime=29.87 cores=4-7
/proc/12748/task/12755/stat : 12755 (plingeling) R 12743 12743 12635 0 -1 4202560 12434 1246 0 0 2986 1 0 0 25 0 5 0 590653807 203051008 24159 33554432000 4194304 4356188 140735546921792 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12748/tid=12756] ppid=12743 vsize=198292 CPUtime=29.85 cores=4-7
/proc/12748/task/12756/stat : 12756 (plingeling) R 12743 12743 12635 0 -1 4202560 9291 1246 0 0 2984 1 0 0 25 0 5 0 590653807 203051008 24159 33554432000 4194304 4356188 140735546921792 18446744073709551615 4331106 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12748/tid=12757] ppid=12743 vsize=198292 CPUtime=29.69 cores=4-7
/proc/12748/task/12757/stat : 12757 (plingeling) R 12743 12743 12635 0 -1 4202560 8170 1246 0 0 2968 1 0 0 25 0 5 0 590653807 203051008 24159 33554432000 4194304 4356188 140735546921792 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12748/tid=12758] ppid=12743 vsize=198292 CPUtime=29.87 cores=4-7
/proc/12748/task/12758/stat : 12758 (plingeling) R 12743 12743 12635 0 -1 4202560 10669 1246 0 0 2986 1 0 0 25 0 5 0 590653807 203051008 24159 33554432000 4194304 4356188 140735546921792 18446744073709551615 4261931 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 210.58
Current children cumulated vsize (KiB) 2147932

Child status: 0
Real time (s): 30.3937
CPU time (s): 211.235
CPU user time (s): 210.82
CPU system time (s): 0.414936
CPU usage (%): 694.995
Max. virtual memory (cumulated for all children) (KiB): 2198604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 210.82
system time used= 0.414936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248344
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= 316
involuntary context switches= 1109

runsolver used 0.048992 second user time and 0.118981 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-28 17:23:51
IDJOB=3310214
IDBENCH=82357
IDSOLVER=1638
FILE ID=node118/3310214-1304004231
RUNJOBID= node118-1304004155-12649
PBS_JOBID= 13168814
Free space on /tmp= 71612 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-11.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310214-1304004231/watcher-3310214-1304004231 -o /tmp/evaluation-result-3310214-1304004231/solver-3310214-1304004231 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310214-1304004231.cnf

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

MD5SUM BENCH= 06568f445121c7d3cc3b96042d85c719
RANDOM SEED=379432593

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:      18506576 kB
Buffers:       1895108 kB
Cached:       11948480 kB
SwapCached:        600 kB
Active:        9376452 kB
Inactive:      4531452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18506576 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:           15944 kB
Writeback:           0 kB
AnonPages:       64036 kB
Mapped:          14600 kB
Slab:           471232 kB
PageTables:       4340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183756 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= 71600 MiB
End job on node118 at 2011-04-28 17:24:21