Trace number 3249807

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 1150.83 288.101

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/crn_20_360_u.cnf
MD5SUM4b70d66c676eba3660e2a5eff473f8e7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark178.103
Satisfiable
(Un)Satisfiability was proved
Number of variables7920
Number of clauses14950
Sum of the clauses size44260
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2590
Number of clauses of size 314360
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 4 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] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
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) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 6
1150.38/288.09	s UNSATISFIABLE
1150.38/288.10	solver [1] cryptominisat 2.7.1 answered
1150.38/288.10	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-3249807-1304084771/watcher-3249807-1304084771 -o /tmp/evaluation-result-3249807-1304084771/solver-3249807-1304084771 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3249807-1304084771.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 9.53 10.03 9.97 6/182 16521
/proc/meminfo: memFree=25714468/32950928 swapFree=67111364/67111528
[pid=16521] ppid=16519 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16521/stat : 16521 (ppfolio) R 16519 16521 15268 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 520076817 18763776 390 33554432000 4194304 4287625 140736235316016 18446744073709551615 208080252431 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/16521/statm: 4581 390 341 23 0 91 0

[startup+0.46754 s]
/proc/loadavg: 9.53 10.03 9.97 6/182 16521
/proc/meminfo: memFree=25714468/32950928 swapFree=67111364/67111528
[pid=16521] ppid=16519 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16521/stat : 16521 (ppfolio) S 16519 16521 15268 0 -1 4202496 524 0 0 0 0 0 0 0 23 0 1 0 520076817 18763776 390 33554432000 4194304 4287625 140736235316016 18446744073709551615 208080252431 0 0 4096 65536 3243972585167257599 0 0 17 4 0 0 0
/proc/16521/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.500535 s]
/proc/loadavg: 9.53 10.03 9.97 6/182 16521
/proc/meminfo: memFree=25714468/32950928 swapFree=67111364/67111528
[pid=16521] ppid=16519 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16521/stat : 16521 (ppfolio) S 16519 16521 15268 0 -1 4202496 524 0 0 0 0 0 0 0 23 0 1 0 520076817 18763776 390 33554432000 4194304 4287625 140736235316016 18446744073709551615 208080252431 0 0 4096 65536 3243972585167257599 0 0 17 4 0 0 0
/proc/16521/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.600516 s]
/proc/loadavg: 9.53 10.03 9.97 6/182 16521
/proc/meminfo: memFree=25714468/32950928 swapFree=67111364/67111528
[pid=16521] ppid=16519 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16521/stat : 16521 (ppfolio) S 16519 16521 15268 0 -1 4202496 524 0 0 0 0 0 0 0 22 0 1 0 520076817 18763776 390 33554432000 4194304 4287625 140736235316016 18446744073709551615 208080252431 0 0 4096 65536 3243972585167257599 0 0 17 4 0 0 0
/proc/16521/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700497 s]
/proc/loadavg: 9.53 10.03 9.97 6/182 16521
/proc/meminfo: memFree=25714468/32950928 swapFree=67111364/67111528
[pid=16521] ppid=16519 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16521/stat : 16521 (ppfolio) S 16519 16521 15268 0 -1 4202496 524 0 0 0 0 0 0 0 21 0 1 0 520076817 18763776 390 33554432000 4194304 4287625 140736235316016 18446744073709551615 208080252431 0 0 4096 65536 3243972585167257599 0 0 17 4 0 0 0
/proc/16521/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50734 s]
/proc/loadavg: 9.53 10.03 9.97 11/188 16527
/proc/meminfo: memFree=25670648/32950928 swapFree=67111364/67111528
[pid=16521] ppid=16519 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16521/stat : 16521 (ppfolio) S 16519 16521 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520076817 18763776 390 33554432000 4194304 4287625 140736235316016 18446744073709551615 208080252431 0 0 4096 65536 3243972585167257599 0 0 17 4 0 0 0
/proc/16521/statm: 4581 390 341 23 0 91 0
[pid=16522] ppid=16521 vsize=438700 CPUtime=1.49 cores=0
/proc/16522/stat : 16522 (cryptominisat) R 16521 16521 15268 0 -1 4202496 5721 0 0 0 149 0 0 0 25 0 1 0 520076817 449228800 3428 33554432000 4194304 4587354 140734949680960 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16522/statm: 109675 3428 337 96 0 106237 0
[pid=16523] ppid=16521 vsize=21432 CPUtime=1.5 cores=4
/proc/16523/stat : 16523 (clasp) R 16521 16521 15268 0 -1 4202496 2976 0 0 0 150 0 0 0 25 0 1 0 520076817 21946368 2680 33554432000 4194304 4785740 140735384772400 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16523/statm: 5358 2680 341 145 0 2403 0
[pid=16524] ppid=16521 vsize=453316 CPUtime=0.78 cores=6
/proc/16524/stat : 16524 (TNM) R 16521 16521 15268 0 -1 4202496 950 0 0 0 78 0 0 0 25 0 1 0 520076817 464195584 847 33554432000 134512640 134534564 4291438608 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16524/statm: 113329 847 95 6 0 111995 0
[pid=16525] ppid=16521 vsize=8860 CPUtime=1.5 cores=2
/proc/16525/stat : 16525 (lingeling) R 16521 16521 15268 0 -1 4202496 2016 0 0 0 150 0 0 0 25 0 1 0 520076817 9072640 1384 33554432000 4194304 4352236 140736863481120 18446744073709551615 4328032 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/16525/statm: 2215 1384 127 39 0 1295 0
[pid=16526] ppid=16521 vsize=20940 CPUtime=0.7 cores=6
/proc/16526/stat : 16526 (march_hi) R 16521 16521 15268 0 -1 4202496 8319 0 0 0 69 1 0 0 25 0 1 0 520076817 21442560 3625 33554432000 4194304 4331988 140736363235008 18446744073709551615 4299854 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16526/statm: 5235 3625 172 34 0 3677 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 961572

[startup+3.10104 s]
/proc/loadavg: 9.53 10.03 9.97 11/188 16527
/proc/meminfo: memFree=25664076/32950928 swapFree=67111364/67111528
[pid=16521] ppid=16519 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16521/stat : 16521 (ppfolio) S 16519 16521 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520076817 18763776 390 33554432000 4194304 4287625 140736235316016 18446744073709551615 208080252431 0 0 4096 65536 3243972585167257599 0 0 17 4 0 0 0
/proc/16521/statm: 4581 390 341 23 0 91 0
[pid=16522] ppid=16521 vsize=443896 CPUtime=3.09 cores=0
/proc/16522/stat : 16522 (cryptominisat) R 16521 16521 15268 0 -1 4202496 9971 0 0 0 308 1 0 0 25 0 1 0 520076817 454549504 5296 33554432000 4194304 4587354 140734949680960 18446744073709551615 4238538 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16522/statm: 110974 5296 337 96 0 107536 0
[pid=16523] ppid=16521 vsize=24444 CPUtime=3.09 cores=4
/proc/16523/stat : 16523 (clasp) R 16521 16521 15268 0 -1 4202496 3722 0 0 0 309 0 0 0 25 0 1 0 520076817 25030656 3426 33554432000 4194304 4785740 140735384772400 18446744073709551615 4287024 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16523/statm: 6111 3426 341 145 0 3156 0
[pid=16524] ppid=16521 vsize=453316 CPUtime=1.56 cores=6
/proc/16524/stat : 16524 (TNM) R 16521 16521 15268 0 -1 4202496 950 0 0 0 156 0 0 0 25 0 1 0 520076817 464195584 847 33554432000 134512640 134534564 4291438608 18446744073709551615 8030486 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16524/statm: 113329 847 95 6 0 111995 0
[pid=16525] ppid=16521 vsize=9480 CPUtime=3.09 cores=2
/proc/16525/stat : 16525 (lingeling) R 16521 16521 15268 0 -1 4202496 2621 0 0 0 309 0 0 0 25 0 1 0 520076817 9707520 1539 33554432000 4194304 4352236 140736863481120 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/16525/statm: 2370 1539 127 39 0 1450 0
[pid=16526] ppid=16521 vsize=21204 CPUtime=1.5 cores=6
/proc/16526/stat : 16526 (march_hi) R 16521 16521 15268 0 -1 4202496 8344 0 0 0 149 1 0 0 25 0 1 0 520076817 21712896 3650 33554432000 4194304 4331988 140736363235008 18446744073709551615 4265493 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16526/statm: 5301 3650 172 34 0 3743 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 970664

[startup+6.30043 s]
/proc/loadavg: 9.72 10.06 9.98 11/188 16527
/proc/meminfo: memFree=25655188/32950928 swapFree=67111364/67111528
[pid=16521] ppid=16519 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16521/stat : 16521 (ppfolio) S 16519 16521 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520076817 18763776 390 33554432000 4194304 4287625 140736235316016 18446744073709551615 208080252431 0 0 4096 65536 3243972585167257599 0 0 17 4 0 0 0
/proc/16521/statm: 4581 390 341 23 0 91 0
[pid=16522] ppid=16521 vsize=447900 CPUtime=6.29 cores=0
/proc/16522/stat : 16522 (cryptominisat) R 16521 16521 15268 0 -1 4202496 16057 0 0 0 627 2 0 0 25 0 1 0 520076817 458649600 6318 33554432000 4194304 4587354 140734949680960 18446744073709551615 4238576 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16522/statm: 111975 6318 337 96 0 108537 0
[pid=16523] ppid=16521 vsize=28104 CPUtime=6.29 cores=4
/proc/16523/stat : 16523 (clasp) R 16521 16521 15268 0 -1 4202496 4602 0 0 0 629 0 0 0 25 0 1 0 520076817 28778496 4306 33554432000 4194304 4785740 140735384772400 18446744073709551615 4553388 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16523/statm: 7026 4306 341 145 0 4071 0
[pid=16524] ppid=16521 vsize=453316 CPUtime=3.15 cores=6
/proc/16524/stat : 16524 (TNM) R 16521 16521 15268 0 -1 4202496 950 0 0 0 315 0 0 0 25 0 1 0 520076817 464195584 847 33554432000 134512640 134534564 4291438608 18446744073709551615 8031232 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16524/statm: 113329 847 95 6 0 111995 0
[pid=16525] ppid=16521 vsize=11912 CPUtime=6.28 cores=2
/proc/16525/stat : 16525 (lingeling) R 16521 16521 15268 0 -1 4202496 5852 0 0 0 628 0 0 0 25 0 1 0 520076817 12197888 2147 33554432000 4194304 4352236 140736863481120 18446744073709551615 4328308 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/16525/statm: 2978 2147 127 39 0 2058 0
[pid=16526] ppid=16521 vsize=21660 CPUtime=3.1 cores=6
/proc/16526/stat : 16526 (march_hi) R 16521 16521 15268 0 -1 4202496 8463 0 0 0 309 1 0 0 25 0 1 0 520076817 22179840 3769 33554432000 4194304 4331988 140736363235008 18446744073709551615 4299840 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16526/statm: 5415 3769 172 34 0 3857 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 981216

[startup+12.7012 s]
/proc/loadavg: 9.75 10.06 9.98 11/188 16527
/proc/meminfo: memFree=25597936/32950928 swapFree=67111364/67111528
[pid=16521] ppid=16519 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16521/stat : 16521 (ppfolio) S 16519 16521 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520076817 18763776 390 33554432000 4194304 4287625 140736235316016 18446744073709551615 208080252431 0 0 4096 65536 3243972585167257599 0 0 17 4 0 0 0
/proc/16521/statm: 4581 390 341 23 0 91 0
[pid=16522] ppid=16521 vsize=459040 CPUtime=12.69 cores=0
/proc/16522/stat : 16522 (cryptominisat) R 16521 16521 15268 0 -1 4202496 25725 0 0 0 1266 3 0 0 25 0 1 0 520076817 470056960 8018 33554432000 4194304 4587354 140734949680960 18446744073709551615 4237677 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16522/statm: 114760 8018 337 96 0 111322 0
[pid=16523] ppid=16521 vsize=32984 CPUtime=12.69 cores=4
/proc/16523/stat : 16523 (clasp) R 16521 16521 15268 0 -1 4202496 5708 0 0 0 1269 0 0 0 25 0 1 0 520076817 33775616 5412 33554432000 4194304 4785740 140735384772400 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16523/statm: 8246 5412 341 145 0 5291 0
[pid=16524] ppid=16521 vsize=453316 CPUtime=6.34 cores=6
/proc/16524/stat : 16524 (TNM) R 16521 16521 15268 0 -1 4202496 950 0 0 0 634 0 0 0 25 0 1 0 520076817 464195584 847 33554432000 134512640 134534564 4291438608 18446744073709551615 134529072 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16524/statm: 113329 847 95 6 0 111995 0
[pid=16525] ppid=16521 vsize=15508 CPUtime=12.68 cores=2
/proc/16525/stat : 16525 (lingeling) R 16521 16521 15268 0 -1 4202496 9790 0 0 0 1268 0 0 0 25 0 1 0 520076817 15880192 3046 33554432000 4194304 4352236 140736863481120 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/16525/statm: 3877 3046 127 39 0 2957 0
[pid=16526] ppid=16521 vsize=21888 CPUtime=6.27 cores=6
/proc/16526/stat : 16526 (march_hi) R 16521 16521 15268 0 -1 4202496 8552 0 0 0 626 1 0 0 25 0 1 0 520076817 22413312 3858 33554432000 4194304 4331988 140736363235008 18446744073709551615 4299840 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16526/statm: 5472 3858 173 34 0 3914 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 1001060

[startup+25.5008 s]
/proc/loadavg: 9.86 10.07 9.99 11/188 16527
/proc/meminfo: memFree=25532216/32950928 swapFree=67111364/67111528
[pid=16521] ppid=16519 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16521/stat : 16521 (ppfolio) S 16519 16521 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520076817 18763776 390 33554432000 4194304 4287625 140736235316016 18446744073709551615 208080252431 0 0 4096 65536 3243972585167257599 0 0 17 4 0 0 0
/proc/16521/statm: 4581 390 341 23 0 91 0
[pid=16522] ppid=16521 vsize=58320 CPUtime=25.49 cores=0
/proc/16522/stat : 16522 (cryptominisat) R 16521 16521 15268 0 -1 4202496 40338 0 0 0 2544 5 0 0 25 0 1 0 520076817 59719680 11020 33554432000 4194304 4587354 140734949680960 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16522/statm: 14580 11020 337 96 0 11142 0
[pid=16523] ppid=16521 vsize=41748 CPUtime=25.48 cores=4
/proc/16523/stat : 16523 (clasp) R 16521 16521 15268 0 -1 4202496 7811 0 0 0 2548 0 0 0 25 0 1 0 520076817 42749952 7515 33554432000 4194304 4785740 140735384772400 18446744073709551615 4416768 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16523/statm: 10437 7515 341 145 0 7482 0
[pid=16524] ppid=16521 vsize=453316 CPUtime=12.74 cores=6
/proc/16524/stat : 16524 (TNM) R 16521 16521 15268 0 -1 4202496 950 0 0 0 1274 0 0 0 25 0 1 0 520076817 464195584 847 33554432000 134512640 134534564 4291438608 18446744073709551615 134526064 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16524/statm: 113329 847 95 6 0 111995 0
[pid=16525] ppid=16521 vsize=20384 CPUtime=25.48 cores=2
/proc/16525/stat : 16525 (lingeling) R 16521 16521 15268 0 -1 4202496 18592 0 0 0 2547 1 0 0 25 0 1 0 520076817 20873216 4297 33554432000 4194304 4352236 140736863481120 18446744073709551615 4207831 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/16525/statm: 5096 4297 127 39 0 4176 0
[pid=16526] ppid=16521 vsize=23636 CPUtime=12.61 cores=6
/proc/16526/stat : 16526 (march_hi) R 16521 16521 15268 0 -1 4202496 8852 0 0 0 1260 1 0 0 25 0 1 0 520076817 24203264 4158 33554432000 4194304 4331988 140736363235008 18446744073709551615 4297405 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16526/statm: 5909 4158 173 34 0 4351 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 615728

[startup+51.1009 s]
/proc/loadavg: 9.99 10.08 9.99 11/188 16528
/proc/meminfo: memFree=25470000/32950928 swapFree=67111364/67111528
[pid=16521] ppid=16519 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16521/stat : 16521 (ppfolio) S 16519 16521 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520076817 18763776 390 33554432000 4194304 4287625 140736235316016 18446744073709551615 208080252431 0 0 4096 65536 3243972585167257599 0 0 17 4 0 0 0
/proc/16521/statm: 4581 390 341 23 0 91 0
[pid=16522] ppid=16521 vsize=514964 CPUtime=51.09 cores=0
/proc/16522/stat : 16522 (cryptominisat) R 16521 16521 15268 0 -1 4202496 62657 0 0 0 5100 9 0 0 25 0 1 0 520076817 527323136 19769 33554432000 4194304 4587354 140734949680960 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16522/statm: 128741 19769 337 96 0 125303 0
[pid=16523] ppid=16521 vsize=49928 CPUtime=51.09 cores=4
/proc/16523/stat : 16523 (clasp) R 16521 16521 15268 0 -1 4202496 9746 0 0 0 5108 1 0 0 25 0 1 0 520076817 51126272 9450 33554432000 4194304 4785740 140735384772400 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16523/statm: 12482 9450 341 145 0 9527 0
[pid=16524] ppid=16521 vsize=453316 CPUtime=25.44 cores=6
/proc/16524/stat : 16524 (TNM) R 16521 16521 15268 0 -1 4202496 950 0 0 0 2544 0 0 0 25 0 1 0 520076817 464195584 847 33554432000 134512640 134534564 4291438608 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16524/statm: 113329 847 95 6 0 111995 0
[pid=16525] ppid=16521 vsize=23720 CPUtime=51.08 cores=2

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


[startup+222.301 s]
/proc/loadavg: 10.17 10.12 10.02 11/188 16533
/proc/meminfo: memFree=25232468/32950928 swapFree=67111364/67111528
[pid=16521] ppid=16519 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16521/stat : 16521 (ppfolio) S 16519 16521 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520076817 18763776 390 33554432000 4194304 4287625 140736235316016 18446744073709551615 208080252431 0 0 4096 65536 3243972585167257599 0 0 17 4 0 0 0
/proc/16521/statm: 4581 390 341 23 0 91 0
[pid=16522] ppid=16521 vsize=7685444 CPUtime=222.3 cores=0
/proc/16522/stat : 16522 (cryptominisat) R 16521 16521 15268 0 -1 4202496 144446 0 0 0 22203 27 0 0 25 0 1 0 520076817 7869894656 37692 33554432000 4194304 4587354 140734949680960 18446744073709551615 4357656 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16522/statm: 1921361 37692 337 96 0 1917923 0
[pid=16523] ppid=16521 vsize=90356 CPUtime=222.29 cores=4
/proc/16523/stat : 16523 (clasp) R 16521 16521 15268 0 -1 4202496 19321 0 0 0 22227 2 0 0 25 0 1 0 520076817 92524544 19025 33554432000 4194304 4785740 140735384772400 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16523/statm: 22589 19025 341 145 0 19634 0
[pid=16524] ppid=16521 vsize=453316 CPUtime=110.6 cores=6
/proc/16524/stat : 16524 (TNM) R 16521 16521 15268 0 -1 4202496 950 0 0 0 11060 0 0 0 25 0 1 0 520076817 464195584 847 33554432000 134512640 134534564 4291438608 18446744073709551615 134530484 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16524/statm: 113329 847 95 6 0 111995 0
[pid=16525] ppid=16521 vsize=37552 CPUtime=222.27 cores=2
/proc/16525/stat : 16525 (lingeling) R 16521 16521 15268 0 -1 4202496 115620 0 0 0 22214 13 0 0 25 0 1 0 520076817 38453248 8589 33554432000 4194304 4352236 140736863481120 18446744073709551615 4278838 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/16525/statm: 9388 8589 127 39 0 8468 0
[pid=16526] ppid=16521 vsize=48180 CPUtime=110.48 cores=6
/proc/16526/stat : 16526 (march_hi) R 16521 16521 15268 0 -1 4202496 13572 0 0 0 11046 2 0 0 25 0 1 0 520076817 49336320 8878 33554432000 4194304 4331988 140736363235008 18446744073709551615 4299840 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16526/statm: 12045 8878 173 34 0 10487 0
Current children cumulated CPU time (s) 887.94
Current children cumulated vsize (KiB) 8333172

[startup+282.301 s]
/proc/loadavg: 10.28 10.15 10.03 11/188 16534
/proc/meminfo: memFree=25085368/32950928 swapFree=67111364/67111528
[pid=16521] ppid=16519 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16521/stat : 16521 (ppfolio) S 16519 16521 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520076817 18763776 390 33554432000 4194304 4287625 140736235316016 18446744073709551615 208080252431 0 0 4096 65536 3243972585167257599 0 0 17 4 0 0 0
/proc/16521/statm: 4581 390 341 23 0 91 0
[pid=16522] ppid=16521 vsize=7684976 CPUtime=282.3 cores=0
/proc/16522/stat : 16522 (cryptominisat) R 16521 16521 15268 0 -1 4202496 153663 0 0 0 28201 29 0 0 25 0 1 0 520076817 7869415424 38061 33554432000 4194304 4587354 140734949680960 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16522/statm: 1921244 38061 337 96 0 1917806 0
[pid=16523] ppid=16521 vsize=104304 CPUtime=282.3 cores=4
/proc/16523/stat : 16523 (clasp) R 16521 16521 15268 0 -1 4202496 22531 0 0 0 28227 3 0 0 25 0 1 0 520076817 106807296 22235 33554432000 4194304 4785740 140735384772400 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16523/statm: 26076 22235 341 145 0 23121 0
[pid=16524] ppid=16521 vsize=453316 CPUtime=140.42 cores=6
/proc/16524/stat : 16524 (TNM) R 16521 16521 15268 0 -1 4202496 950 0 0 0 14042 0 0 0 25 0 1 0 520076817 464195584 847 33554432000 134512640 134534564 4291438608 18446744073709551615 8031232 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16524/statm: 113329 847 95 6 0 111995 0
[pid=16525] ppid=16521 vsize=38960 CPUtime=282.26 cores=2
/proc/16525/stat : 16525 (lingeling) R 16521 16521 15268 0 -1 4202496 139204 0 0 0 28210 16 0 0 25 0 1 0 520076817 39895040 8909 33554432000 4194304 4352236 140736863481120 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/16525/statm: 9740 8909 127 39 0 8820 0
[pid=16526] ppid=16521 vsize=48180 CPUtime=140.33 cores=6
/proc/16526/stat : 16526 (march_hi) R 16521 16521 15268 0 -1 4202496 14938 0 0 0 14030 3 0 0 25 0 1 0 520076817 49336320 10244 33554432000 4194304 4331988 140736363235008 18446744073709551615 4226471 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16526/statm: 12045 10244 173 34 0 10487 0
Current children cumulated CPU time (s) 1127.61
Current children cumulated vsize (KiB) 8348060

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

[startup+285.1 s]
/proc/loadavg: 10.28 10.15 10.03 11/188 16534
/proc/meminfo: memFree=25082392/32950928 swapFree=67111364/67111528
[pid=16521] ppid=16519 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16521/stat : 16521 (ppfolio) S 16519 16521 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520076817 18763776 390 33554432000 4194304 4287625 140736235316016 18446744073709551615 208080252431 0 0 4096 65536 3243972585167257599 0 0 17 4 0 0 0
/proc/16521/statm: 4581 390 341 23 0 91 0
[pid=16522] ppid=16521 vsize=7684976 CPUtime=285.1 cores=0
/proc/16522/stat : 16522 (cryptominisat) R 16521 16521 15268 0 -1 4202496 153694 0 0 0 28481 29 0 0 25 0 1 0 520076817 7869415424 38091 33554432000 4194304 4587354 140734949680960 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16522/statm: 1921244 38091 337 96 0 1917806 0
[pid=16523] ppid=16521 vsize=104620 CPUtime=285.1 cores=4
/proc/16523/stat : 16523 (clasp) R 16521 16521 15268 0 -1 4202496 22568 0 0 0 28507 3 0 0 25 0 1 0 520076817 107130880 22272 33554432000 4194304 4785740 140735384772400 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16523/statm: 26155 22272 341 145 0 23200 0
[pid=16524] ppid=16521 vsize=453316 CPUtime=141.82 cores=6
/proc/16524/stat : 16524 (TNM) R 16521 16521 15268 0 -1 4202496 950 0 0 0 14182 0 0 0 25 0 1 0 520076817 464195584 847 33554432000 134512640 134534564 4291438608 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16524/statm: 113329 847 95 6 0 111995 0
[pid=16525] ppid=16521 vsize=43568 CPUtime=285.07 cores=2
/proc/16525/stat : 16525 (lingeling) R 16521 16521 15268 0 -1 4202496 140356 0 0 0 28490 17 0 0 25 0 1 0 520076817 44613632 10061 33554432000 4194304 4352236 140736863481120 18446744073709551615 4276696 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/16525/statm: 10892 10061 127 39 0 9972 0
[pid=16526] ppid=16521 vsize=48180 CPUtime=141.72 cores=6
/proc/16526/stat : 16526 (march_hi) R 16521 16521 15268 0 -1 4202496 15006 0 0 0 14169 3 0 0 25 0 1 0 520076817 49336320 10312 33554432000 4194304 4331988 140736363235008 18446744073709551615 4240254 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16526/statm: 12045 10312 173 34 0 10487 0
Current children cumulated CPU time (s) 1138.81
Current children cumulated vsize (KiB) 8352984

[startup+286.701 s]
/proc/loadavg: 10.26 10.15 10.03 11/188 16534
/proc/meminfo: memFree=25028328/32950928 swapFree=67111364/67111528
[pid=16521] ppid=16519 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16521/stat : 16521 (ppfolio) S 16519 16521 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520076817 18763776 390 33554432000 4194304 4287625 140736235316016 18446744073709551615 208080252431 0 0 4096 65536 3243972585167257599 0 0 17 4 0 0 0
/proc/16521/statm: 4581 390 341 23 0 91 0
[pid=16522] ppid=16521 vsize=608584 CPUtime=286.7 cores=0
/proc/16522/stat : 16522 (cryptominisat) R 16521 16521 15268 0 -1 4202496 158051 0 0 0 28641 29 0 0 25 0 1 0 520076817 623190016 42373 33554432000 4194304 4587354 140734949680960 18446744073709551615 4238271 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16522/statm: 152146 42373 337 96 0 148708 0
[pid=16523] ppid=16521 vsize=104620 CPUtime=286.7 cores=4
/proc/16523/stat : 16523 (clasp) R 16521 16521 15268 0 -1 4202496 22568 0 0 0 28667 3 0 0 25 0 1 0 520076817 107130880 22272 33554432000 4194304 4785740 140735384772400 18446744073709551615 4549596 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16523/statm: 26155 22272 341 145 0 23200 0
[pid=16524] ppid=16521 vsize=453316 CPUtime=142.62 cores=6
/proc/16524/stat : 16524 (TNM) R 16521 16521 15268 0 -1 4202496 950 0 0 0 14262 0 0 0 25 0 1 0 520076817 464195584 847 33554432000 134512640 134534564 4291438608 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16524/statm: 113329 847 95 6 0 111995 0
[pid=16525] ppid=16521 vsize=45616 CPUtime=286.67 cores=2
/proc/16525/stat : 16525 (lingeling) R 16521 16521 15268 0 -1 4202496 140868 0 0 0 28650 17 0 0 25 0 1 0 520076817 46710784 10573 33554432000 4194304 4352236 140736863481120 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/16525/statm: 11404 10573 127 39 0 10484 0
[pid=16526] ppid=16521 vsize=48180 CPUtime=142.51 cores=6
/proc/16526/stat : 16526 (march_hi) R 16521 16521 15268 0 -1 4202496 15045 0 0 0 14248 3 0 0 25 0 1 0 520076817 49336320 10351 33554432000 4194304 4331988 140736363235008 18446744073709551615 4229021 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16526/statm: 12045 10351 173 34 0 10487 0
Current children cumulated CPU time (s) 1145.2
Current children cumulated vsize (KiB) 1278640

[startup+287.507 s]
/proc/loadavg: 10.26 10.15 10.03 11/188 16534
/proc/meminfo: memFree=25027460/32950928 swapFree=67111364/67111528
[pid=16521] ppid=16519 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16521/stat : 16521 (ppfolio) S 16519 16521 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520076817 18763776 390 33554432000 4194304 4287625 140736235316016 18446744073709551615 208080252431 0 0 4096 65536 3243972585167257599 0 0 17 4 0 0 0
/proc/16521/statm: 4581 390 341 23 0 91 0
[pid=16522] ppid=16521 vsize=608584 CPUtime=287.5 cores=0
/proc/16522/stat : 16522 (cryptominisat) R 16521 16521 15268 0 -1 4202496 158202 0 0 0 28721 29 0 0 25 0 1 0 520076817 623190016 42518 33554432000 4194304 4587354 140734949680960 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16522/statm: 152146 42518 337 96 0 148708 0
[pid=16523] ppid=16521 vsize=104620 CPUtime=287.51 cores=4
/proc/16523/stat : 16523 (clasp) R 16521 16521 15268 0 -1 4202496 22568 0 0 0 28748 3 0 0 25 0 1 0 520076817 107130880 22272 33554432000 4194304 4785740 140735384772400 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16523/statm: 26155 22272 341 145 0 23200 0
[pid=16524] ppid=16521 vsize=453316 CPUtime=143.02 cores=6
/proc/16524/stat : 16524 (TNM) R 16521 16521 15268 0 -1 4202496 950 0 0 0 14302 0 0 0 25 0 1 0 520076817 464195584 847 33554432000 134512640 134534564 4291438608 18446744073709551615 134526166 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16524/statm: 113329 847 95 6 0 111995 0
[pid=16525] ppid=16521 vsize=38192 CPUtime=287.47 cores=2
/proc/16525/stat : 16525 (lingeling) R 16521 16521 15268 0 -1 4202496 140868 0 0 0 28730 17 0 0 25 0 1 0 520076817 39108608 8717 33554432000 4194304 4352236 140736863481120 18446744073709551615 4207831 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/16525/statm: 9548 8717 127 39 0 8628 0
[pid=16526] ppid=16521 vsize=61276 CPUtime=142.91 cores=6
/proc/16526/stat : 16526 (march_hi) R 16521 16521 15268 0 -1 4202496 15063 0 0 0 14288 3 0 0 25 0 1 0 520076817 62746624 10369 33554432000 4194304 4331988 140736363235008 18446744073709551615 4211586 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16526/statm: 15319 10369 173 34 0 13761 0
Current children cumulated CPU time (s) 1148.41
Current children cumulated vsize (KiB) 1284312

[startup+287.901 s]
/proc/loadavg: 10.26 10.15 10.03 11/188 16534
/proc/meminfo: memFree=25027460/32950928 swapFree=67111364/67111528
[pid=16521] ppid=16519 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16521/stat : 16521 (ppfolio) S 16519 16521 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520076817 18763776 390 33554432000 4194304 4287625 140736235316016 18446744073709551615 208080252431 0 0 4096 65536 3243972585167257599 0 0 17 4 0 0 0
/proc/16521/statm: 4581 390 341 23 0 91 0
[pid=16522] ppid=16521 vsize=608584 CPUtime=287.89 cores=0
/proc/16522/stat : 16522 (cryptominisat) R 16521 16521 15268 0 -1 4202496 158271 0 0 0 28760 29 0 0 25 0 1 0 520076817 623190016 42583 33554432000 4194304 4587354 140734949680960 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16522/statm: 152146 42583 337 96 0 148708 0
[pid=16523] ppid=16521 vsize=104620 CPUtime=287.9 cores=4
/proc/16523/stat : 16523 (clasp) R 16521 16521 15268 0 -1 4202496 22568 0 0 0 28787 3 0 0 25 0 1 0 520076817 107130880 22272 33554432000 4194304 4785740 140735384772400 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16523/statm: 26155 22272 341 145 0 23200 0
[pid=16524] ppid=16521 vsize=453316 CPUtime=143.22 cores=6
/proc/16524/stat : 16524 (TNM) R 16521 16521 15268 0 -1 4202496 950 0 0 0 14322 0 0 0 25 0 1 0 520076817 464195584 847 33554432000 134512640 134534564 4291438608 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16524/statm: 113329 847 95 6 0 111995 0
[pid=16525] ppid=16521 vsize=38192 CPUtime=287.87 cores=2
/proc/16525/stat : 16525 (lingeling) R 16521 16521 15268 0 -1 4202496 140868 0 0 0 28770 17 0 0 25 0 1 0 520076817 39108608 8717 33554432000 4194304 4352236 140736863481120 18446744073709551615 4335330 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/16525/statm: 9548 8717 127 39 0 8628 0
[pid=16526] ppid=16521 vsize=61276 CPUtime=143.1 cores=6
/proc/16526/stat : 16526 (march_hi) R 16521 16521 15268 0 -1 4202496 15072 0 0 0 14307 3 0 0 25 0 1 0 520076817 62746624 10378 33554432000 4194304 4331988 140736363235008 18446744073709551615 4265504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16526/statm: 15319 10378 173 34 0 13761 0
Current children cumulated CPU time (s) 1149.98
Current children cumulated vsize (KiB) 1284312

[startup+288.001 s]
/proc/loadavg: 10.26 10.15 10.03 11/188 16534
/proc/meminfo: memFree=25027460/32950928 swapFree=67111364/67111528
[pid=16521] ppid=16519 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/16521/stat : 16521 (ppfolio) S 16519 16521 15268 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520076817 18763776 390 33554432000 4194304 4287625 140736235316016 18446744073709551615 208080252431 0 0 4096 65536 3243972585167257599 0 0 17 4 0 0 0
/proc/16521/statm: 4581 390 341 23 0 91 0
[pid=16522] ppid=16521 vsize=608584 CPUtime=287.99 cores=0
/proc/16522/stat : 16522 (cryptominisat) R 16521 16521 15268 0 -1 4202496 158289 0 0 0 28770 29 0 0 25 0 1 0 520076817 623190016 42600 33554432000 4194304 4587354 140734949680960 18446744073709551615 4238459 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16522/statm: 152146 42600 337 96 0 148708 0
[pid=16523] ppid=16521 vsize=104620 CPUtime=288 cores=4
/proc/16523/stat : 16523 (clasp) R 16521 16521 15268 0 -1 4202496 22568 0 0 0 28797 3 0 0 25 0 1 0 520076817 107130880 22272 33554432000 4194304 4785740 140735384772400 18446744073709551615 208079929998 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/16523/statm: 26155 22272 341 145 0 23200 0
[pid=16524] ppid=16521 vsize=453316 CPUtime=143.24 cores=6
/proc/16524/stat : 16524 (TNM) R 16521 16521 15268 0 -1 4202496 950 0 0 0 14324 0 0 0 25 0 1 0 520076817 464195584 847 33554432000 134512640 134534564 4291438608 18446744073709551615 134529974 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16524/statm: 113329 847 95 6 0 111995 0
[pid=16525] ppid=16521 vsize=38192 CPUtime=287.97 cores=2
/proc/16525/stat : 16525 (lingeling) R 16521 16521 15268 0 -1 4202496 140868 0 0 0 28780 17 0 0 25 0 1 0 520076817 39108608 8717 33554432000 4194304 4352236 140736863481120 18446744073709551615 4329202 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/16525/statm: 9548 8717 127 39 0 8628 0
[pid=16526] ppid=16521 vsize=61276 CPUtime=143.18 cores=6
/proc/16526/stat : 16526 (march_hi) R 16521 16521 15268 0 -1 4202496 15076 0 0 0 14315 3 0 0 25 0 1 0 520076817 62746624 10382 33554432000 4194304 4331988 140736363235008 18446744073709551615 4299854 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16526/statm: 15319 10382 173 34 0 13761 0
Current children cumulated CPU time (s) 1150.38
Current children cumulated vsize (KiB) 1284312

Child status: 0
Real time (s): 288.101
CPU time (s): 1150.83
CPU user time (s): 1150.26
CPU system time (s): 0.569913
CPU usage (%): 399.453
Max. virtual memory (cumulated for all children) (KiB): 15752640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1150.26
system time used= 0.569913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 338324
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= 314
involuntary context switches= 8153

runsolver used 0.469928 second user time and 1.10283 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 15:46:11
IDJOB=3249807
IDBENCH=83189
IDSOLVER=1612
FILE ID=node127/3249807-1304084771
RUNJOBID= node127-1304077884-15286
PBS_JOBID= 13170516
Free space on /tmp= 71796 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_20_360_u.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249807-1304084771/watcher-3249807-1304084771 -o /tmp/evaluation-result-3249807-1304084771/solver-3249807-1304084771 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3249807-1304084771.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 4b70d66c676eba3660e2a5eff473f8e7
RANDOM SEED=1795507364

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25714624 kB
Buffers:       1396312 kB
Cached:        4740388 kB
SwapCached:          0 kB
Active:        2366416 kB
Inactive:      4392856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25714624 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           25600 kB
Writeback:           0 kB
AnonPages:      622760 kB
Mapped:          16832 kB
Slab:           410676 kB
PageTables:       6096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1379984 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= 71784 MiB
End job on node127 at 2011-04-29 15:51:00