Trace number 3288708

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 1671.89 418.568

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_3b_unknown.cnf
MD5SUMb8621ec1841e055a001ab32c33f2b68c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.699
Satisfiable
(Un)Satisfiability was proved
Number of variables39151
Number of clauses533919
Sum of the clauses size1968248
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 251568
Number of clauses of size 364292
Number of clauses of size 4418059
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
1671.61/418.54	s UNSATISFIABLE
1671.61/418.56	solver [1] cryptominisat 2.7.1 answered
1671.61/418.56	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-3288708-1304035656/watcher-3288708-1304035656 -o /tmp/evaluation-result-3288708-1304035656/solver-3288708-1304035656 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3288708-1304035656.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: 10.18 10.21 10.01 6/182 28631
/proc/meminfo: memFree=26028484/32951124 swapFree=67088964/67111528
[pid=28631] ppid=28629 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28631/stat : 28631 (ppfolio) R 28629 28631 27869 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 515164108 18763776 389 33554432000 4194304 4287625 140734882716112 18446744073709551615 210204667407 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/28631/statm: 4581 389 341 23 0 91 0

[startup+0.221653 s]
/proc/loadavg: 10.18 10.21 10.01 6/182 28631
/proc/meminfo: memFree=26028484/32951124 swapFree=67088964/67111528
[pid=28631] ppid=28629 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28631/stat : 28631 (ppfolio) S 28629 28631 27869 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 515164108 18763776 389 33554432000 4194304 4287625 140734882716112 18446744073709551615 210204667407 0 0 4096 65536 4576608028383510527 0 0 17 4 0 0 0
/proc/28631/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300639 s]
/proc/loadavg: 10.18 10.21 10.01 6/182 28631
/proc/meminfo: memFree=26028484/32951124 swapFree=67088964/67111528
[pid=28631] ppid=28629 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28631/stat : 28631 (ppfolio) S 28629 28631 27869 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 515164108 18763776 389 33554432000 4194304 4287625 140734882716112 18446744073709551615 210204667407 0 0 4096 65536 4576608028383510527 0 0 17 4 0 0 0
/proc/28631/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400622 s]
/proc/loadavg: 10.18 10.21 10.01 6/182 28631
/proc/meminfo: memFree=26028484/32951124 swapFree=67088964/67111528
[pid=28631] ppid=28629 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28631/stat : 28631 (ppfolio) S 28629 28631 27869 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 515164108 18763776 389 33554432000 4194304 4287625 140734882716112 18446744073709551615 210204667407 0 0 4096 65536 4576608028383510527 0 0 17 4 0 0 0
/proc/28631/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700571 s]
/proc/loadavg: 10.18 10.21 10.01 6/182 28631
/proc/meminfo: memFree=26028484/32951124 swapFree=67088964/67111528
[pid=28631] ppid=28629 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28631/stat : 28631 (ppfolio) S 28629 28631 27869 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 515164108 18763776 389 33554432000 4194304 4287625 140734882716112 18446744073709551615 210204667407 0 0 4096 65536 4576608028383510527 0 0 17 4 0 0 0
/proc/28631/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50044 s]
/proc/loadavg: 10.18 10.21 10.01 11/188 28638
/proc/meminfo: memFree=25751424/32951124 swapFree=67088964/67111528
[pid=28631] ppid=28629 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28631/stat : 28631 (ppfolio) S 28629 28631 27869 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515164108 18763776 389 33554432000 4194304 4287625 140734882716112 18446744073709551615 210204667407 0 0 4096 65536 4576608028383510527 0 0 17 4 0 0 0
/proc/28631/statm: 4581 389 341 23 0 91 0
[pid=28632] ppid=28631 vsize=144796 CPUtime=1.48 cores=0
/proc/28632/stat : 28632 (cryptominisat) R 28631 28631 27869 0 -1 4202496 25001 0 0 0 146 2 0 0 25 0 1 0 515164109 148271104 24082 33554432000 4194304 4587354 140736382222592 18446744073709551615 4356847 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28632/statm: 36199 24082 315 96 0 32761 0
[pid=28633] ppid=28631 vsize=78284 CPUtime=1.48 cores=4
/proc/28633/stat : 28633 (clasp) R 28631 28631 27869 0 -1 4202496 20826 0 0 0 146 2 0 0 25 0 1 0 515164109 80162816 16506 33554432000 4194304 4785740 140736108764160 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28633/statm: 19571 16506 326 145 0 16616 0
[pid=28634] ppid=28631 vsize=491992 CPUtime=0.7 cores=6
/proc/28634/stat : 28634 (TNM) R 28631 28631 27869 0 -1 4202496 12540 0 0 0 69 1 0 0 25 0 1 0 515164109 503799808 12437 33554432000 134512640 134534564 4293474640 18446744073709551615 134524568 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28634/statm: 122998 12437 91 6 0 121664 0
[pid=28635] ppid=28631 vsize=50456 CPUtime=1.49 cores=2
/proc/28635/stat : 28635 (lingeling) R 28631 28631 27869 0 -1 4202496 13920 0 0 0 147 2 0 0 25 0 1 0 515164109 51666944 11639 33554432000 4194304 4352236 140733555716752 18446744073709551615 4319056 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28635/statm: 12614 11639 118 39 0 11694 0
[pid=28636] ppid=28631 vsize=78132 CPUtime=0.77 cores=6
/proc/28636/stat : 28636 (march_hi) R 28631 28631 27869 0 -1 4194304 21020 0 0 0 74 3 0 0 25 0 1 0 515164109 80007168 12874 33554432000 4194304 4331988 140735344155440 18446744073709551615 4252197 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28636/statm: 19533 12874 128 34 0 17975 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 861984

[startup+3.10117 s]
/proc/loadavg: 10.16 10.20 10.01 11/188 28638
/proc/meminfo: memFree=25711992/32951124 swapFree=67088964/67111528
[pid=28631] ppid=28629 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28631/stat : 28631 (ppfolio) S 28629 28631 27869 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515164108 18763776 389 33554432000 4194304 4287625 140734882716112 18446744073709551615 210204667407 0 0 4096 65536 4576608028383510527 0 0 17 4 0 0 0
/proc/28631/statm: 4581 389 341 23 0 91 0
[pid=28632] ppid=28631 vsize=180044 CPUtime=3.09 cores=0
/proc/28632/stat : 28632 (cryptominisat) R 28631 28631 27869 0 -1 4202496 36092 0 0 0 306 3 0 0 25 0 1 0 515164109 184365056 29727 33554432000 4194304 4587354 140736382222592 18446744073709551615 4238778 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28632/statm: 45011 29727 327 96 0 41573 0
[pid=28633] ppid=28631 vsize=78284 CPUtime=3.09 cores=4
/proc/28633/stat : 28633 (clasp) R 28631 28631 27869 0 -1 4202496 20840 0 0 0 306 3 0 0 25 0 1 0 515164109 80162816 16520 33554432000 4194304 4785740 140736108764160 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28633/statm: 19571 16520 340 145 0 16616 0
[pid=28634] ppid=28631 vsize=491992 CPUtime=1.5 cores=6
/proc/28634/stat : 28634 (TNM) R 28631 28631 27869 0 -1 4202496 12540 0 0 0 149 1 0 0 25 0 1 0 515164109 503799808 12437 33554432000 134512640 134534564 4293474640 18446744073709551615 134524700 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28634/statm: 122998 12437 91 6 0 121664 0
[pid=28635] ppid=28631 vsize=58620 CPUtime=3.09 cores=2
/proc/28635/stat : 28635 (lingeling) R 28631 28631 27869 0 -1 4202496 15974 0 0 0 307 2 0 0 25 0 1 0 515164109 60026880 13693 33554432000 4194304 4352236 140733555716752 18446744073709551615 4267888 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28635/statm: 14655 13693 125 39 0 13735 0
[pid=28636] ppid=28631 vsize=77972 CPUtime=1.56 cores=6
/proc/28636/stat : 28636 (march_hi) R 28631 28631 27869 0 -1 4202496 50772 0 0 0 149 7 0 0 25 0 1 0 515164109 79843328 12857 33554432000 4194304 4331988 140735344155440 18446744073709551615 4252171 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28636/statm: 19493 12857 150 34 0 17935 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 905236

[startup+6.30064 s]
/proc/loadavg: 10.16 10.20 10.01 11/188 28638
/proc/meminfo: memFree=25646740/32951124 swapFree=67088964/67111528
[pid=28631] ppid=28629 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28631/stat : 28631 (ppfolio) S 28629 28631 27869 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515164108 18763776 389 33554432000 4194304 4287625 140734882716112 18446744073709551615 210204667407 0 0 4096 65536 4576608028383510527 0 0 17 4 0 0 0
/proc/28631/statm: 4581 389 341 23 0 91 0
[pid=28632] ppid=28631 vsize=180044 CPUtime=6.28 cores=0
/proc/28632/stat : 28632 (cryptominisat) R 28631 28631 27869 0 -1 4202496 36346 0 0 0 625 3 0 0 25 0 1 0 515164109 184365056 29965 33554432000 4194304 4587354 140736382222592 18446744073709551615 4238271 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28632/statm: 45011 29965 327 96 0 41573 0
[pid=28633] ppid=28631 vsize=78284 CPUtime=6.29 cores=4
/proc/28633/stat : 28633 (clasp) R 28631 28631 27869 0 -1 4202496 20840 0 0 0 626 3 0 0 25 0 1 0 515164109 80162816 16520 33554432000 4194304 4785740 140736108764160 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28633/statm: 19571 16520 340 145 0 16616 0
[pid=28634] ppid=28631 vsize=491992 CPUtime=3.1 cores=6
/proc/28634/stat : 28634 (TNM) R 28631 28631 27869 0 -1 4202496 12540 0 0 0 309 1 0 0 25 0 1 0 515164109 503799808 12437 33554432000 134512640 134534564 4293474640 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28634/statm: 122998 12437 91 6 0 121664 0
[pid=28635] ppid=28631 vsize=58604 CPUtime=6.29 cores=2
/proc/28635/stat : 28635 (lingeling) R 28631 28631 27869 0 -1 4202496 16020 0 0 0 627 2 0 0 25 0 1 0 515164109 60010496 13735 33554432000 4194304 4352236 140733555716752 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28635/statm: 14651 13735 127 39 0 13731 0
[pid=28636] ppid=28631 vsize=117356 CPUtime=3.14 cores=6
/proc/28636/stat : 28636 (march_hi) R 28631 28631 27869 0 -1 4202496 67833 0 0 0 305 9 0 0 25 0 1 0 515164109 120172544 22060 33554432000 4194304 4331988 140735344155440 18446744073709551615 4226618 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28636/statm: 29339 22060 151 34 0 27781 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 944604

[startup+12.7006 s]
/proc/loadavg: 10.21 10.21 10.02 11/188 28638
/proc/meminfo: memFree=25449596/32951124 swapFree=67088964/67111528
[pid=28631] ppid=28629 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28631/stat : 28631 (ppfolio) S 28629 28631 27869 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515164108 18763776 389 33554432000 4194304 4287625 140734882716112 18446744073709551615 210204667407 0 0 4096 65536 4576608028383510527 0 0 17 4 0 0 0
/proc/28631/statm: 4581 389 341 23 0 91 0
[pid=28632] ppid=28631 vsize=180448 CPUtime=12.69 cores=0
/proc/28632/stat : 28632 (cryptominisat) R 28631 28631 27869 0 -1 4202496 37211 0 0 0 1265 4 0 0 25 0 1 0 515164109 184778752 30823 33554432000 4194304 4587354 140736382222592 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28632/statm: 45112 30823 334 96 0 41674 0
[pid=28633] ppid=28631 vsize=78284 CPUtime=12.69 cores=4
/proc/28633/stat : 28633 (clasp) R 28631 28631 27869 0 -1 4202496 20840 0 0 0 1266 3 0 0 25 0 1 0 515164109 80162816 16520 33554432000 4194304 4785740 140736108764160 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28633/statm: 19571 16520 340 145 0 16616 0
[pid=28634] ppid=28631 vsize=501628 CPUtime=6.3 cores=6
/proc/28634/stat : 28634 (TNM) R 28631 28631 27869 0 -1 4202496 18132 0 0 0 628 2 0 0 25 0 1 0 515164109 513667072 18029 33554432000 134512640 134534564 4293474640 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28634/statm: 125407 18029 95 6 0 124073 0
[pid=28635] ppid=28631 vsize=59384 CPUtime=12.69 cores=2
/proc/28635/stat : 28635 (lingeling) R 28631 28631 27869 0 -1 4202496 16298 0 0 0 1267 2 0 0 25 0 1 0 515164109 60809216 14013 33554432000 4194304 4352236 140733555716752 18446744073709551615 4329362 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28635/statm: 14846 14013 127 39 0 13926 0
[pid=28636] ppid=28631 vsize=203860 CPUtime=6.31 cores=6
/proc/28636/stat : 28636 (march_hi) R 28631 28631 27869 0 -1 4202496 84577 0 0 0 618 13 0 0 25 0 1 0 515164109 208752640 38804 33554432000 4194304 4331988 140735344155440 18446744073709551615 4226642 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28636/statm: 50965 38804 151 34 0 49407 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 1041928

[startup+25.5064 s]
/proc/loadavg: 10.18 10.20 10.02 11/188 28638
/proc/meminfo: memFree=25356840/32951124 swapFree=67088964/67111528
[pid=28631] ppid=28629 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28631/stat : 28631 (ppfolio) S 28629 28631 27869 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515164108 18763776 389 33554432000 4194304 4287625 140734882716112 18446744073709551615 210204667407 0 0 4096 65536 4576608028383510527 0 0 17 4 0 0 0
/proc/28631/statm: 4581 389 341 23 0 91 0
[pid=28632] ppid=28631 vsize=255676 CPUtime=25.5 cores=0
/proc/28632/stat : 28632 (cryptominisat) R 28631 28631 27869 0 -1 4202496 38913 0 0 0 2546 4 0 0 25 0 1 0 515164109 261812224 32518 33554432000 4194304 4587354 140736382222592 18446744073709551615 4238525 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28632/statm: 63919 32518 334 96 0 60481 0
[pid=28633] ppid=28631 vsize=78680 CPUtime=25.49 cores=4
/proc/28633/stat : 28633 (clasp) R 28631 28631 27869 0 -1 4202496 21081 0 0 0 2546 3 0 0 25 0 1 0 515164109 80568320 16761 33554432000 4194304 4785740 140736108764160 18446744073709551615 4550464 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28633/statm: 19670 16761 340 145 0 16715 0
[pid=28634] ppid=28631 vsize=501628 CPUtime=12.65 cores=6
/proc/28634/stat : 28634 (TNM) R 28631 28631 27869 0 -1 4202496 18132 0 0 0 1263 2 0 0 25 0 1 0 515164109 513667072 18029 33554432000 134512640 134534564 4293474640 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28634/statm: 125407 18029 95 6 0 124073 0
[pid=28635] ppid=28631 vsize=53872 CPUtime=25.49 cores=2
/proc/28635/stat : 28635 (lingeling) R 28631 28631 27869 0 -1 4202496 17107 0 0 0 2547 2 0 0 25 0 1 0 515164109 55164928 12635 33554432000 4194304 4352236 140733555716752 18446744073709551615 4267912 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28635/statm: 13468 12635 127 39 0 12548 0
[pid=28636] ppid=28631 vsize=501472 CPUtime=12.69 cores=6
/proc/28636/stat : 28636 (march_hi) R 28631 28631 27869 0 -1 4202496 227349 0 0 0 1236 33 0 0 25 0 1 0 515164109 513507328 85125 33554432000 4194304 4331988 140735344155440 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28636/statm: 125368 85125 170 34 0 123810 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 1409652

[startup+51.1011 s]
/proc/loadavg: 10.12 10.19 10.01 11/188 28639
/proc/meminfo: memFree=25287900/32951124 swapFree=67088964/67111528
[pid=28631] ppid=28629 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28631/stat : 28631 (ppfolio) S 28629 28631 27869 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515164108 18763776 389 33554432000 4194304 4287625 140734882716112 18446744073709551615 210204667407 0 0 4096 65536 4576608028383510527 0 0 17 4 0 0 0
/proc/28631/statm: 4581 389 341 23 0 91 0
[pid=28632] ppid=28631 vsize=254600 CPUtime=51.08 cores=0
/proc/28632/stat : 28632 (cryptominisat) R 28631 28631 27869 0 -1 4202496 41930 0 0 0 5103 5 0 0 25 0 1 0 515164109 260710400 33117 33554432000 4194304 4587354 140736382222592 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28632/statm: 63650 33117 334 96 0 60212 0
[pid=28633] ppid=28631 vsize=88520 CPUtime=51.08 cores=4
/proc/28633/stat : 28633 (clasp) R 28631 28631 27869 0 -1 4202496 23524 0 0 0 5104 4 0 0 25 0 1 0 515164109 90644480 19204 33554432000 4194304 4785740 140736108764160 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28633/statm: 22130 19204 340 145 0 19175 0
[pid=28634] ppid=28631 vsize=501628 CPUtime=25.4 cores=6
/proc/28634/stat : 28634 (TNM) R 28631 28631 27869 0 -1 4202496 18132 0 0 0 2538 2 0 0 25 0 1 0 515164109 513667072 18029 33554432000 134512640 134534564 4293474640 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28634/statm: 125407 18029 95 6 0 124073 0
[pid=28635] ppid=28631 vsize=54216 CPUtime=51.08 cores=2

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


[startup+402.3 s]
/proc/loadavg: 10.25 10.17 10.04 11/188 28648
/proc/meminfo: memFree=24913932/32951124 swapFree=67088964/67111528
[pid=28631] ppid=28629 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28631/stat : 28631 (ppfolio) S 28629 28631 27869 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515164108 18763776 389 33554432000 4194304 4287625 140734882716112 18446744073709551615 210204667407 0 0 4096 65536 4576608028383510527 0 0 17 4 0 0 0
/proc/28631/statm: 4581 389 341 23 0 91 0
[pid=28632] ppid=28631 vsize=265552 CPUtime=402.27 cores=0
/proc/28632/stat : 28632 (cryptominisat) R 28631 28631 27869 0 -1 4202496 94805 0 0 0 40206 21 0 0 25 0 1 0 515164109 271925248 34556 33554432000 4194304 4587354 140736382222592 18446744073709551615 4250276 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28632/statm: 66388 34556 335 96 0 62950 0
[pid=28633] ppid=28631 vsize=152244 CPUtime=402.28 cores=4
/proc/28633/stat : 28633 (clasp) R 28631 28631 27869 0 -1 4202496 38852 0 0 0 40218 10 0 0 25 0 1 0 515164109 155897856 34532 33554432000 4194304 4785740 140736108764160 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28633/statm: 38061 34532 340 145 0 35106 0
[pid=28634] ppid=28631 vsize=501628 CPUtime=200.02 cores=6
/proc/28634/stat : 28634 (TNM) R 28631 28631 27869 0 -1 4202496 18132 0 0 0 20000 2 0 0 25 0 1 0 515164109 513667072 18029 33554432000 134512640 134534564 4293474640 18446744073709551615 134530582 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28634/statm: 125407 18029 95 6 0 124073 0
[pid=28635] ppid=28631 vsize=58532 CPUtime=402.26 cores=2
/proc/28635/stat : 28635 (lingeling) R 28631 28631 27869 0 -1 4202496 20239 0 0 0 40223 3 0 0 25 0 1 0 515164109 59936768 13800 33554432000 4194304 4352236 140733555716752 18446744073709551615 4328114 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28635/statm: 14633 13800 127 39 0 13713 0
[pid=28636] ppid=28631 vsize=501472 CPUtime=200.06 cores=6
/proc/28636/stat : 28636 (march_hi) R 28631 28631 27869 0 -1 4202496 230648 0 0 0 19972 34 0 0 25 0 1 0 515164109 513507328 88424 33554432000 4194304 4331988 140735344155440 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28636/statm: 125368 88424 174 34 0 123810 0
Current children cumulated CPU time (s) 1606.89
Current children cumulated vsize (KiB) 1497752

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

[startup+409.701 s]
/proc/loadavg: 10.21 10.16 10.04 11/188 28648
/proc/meminfo: memFree=24891100/32951124 swapFree=67088964/67111528
[pid=28631] ppid=28629 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28631/stat : 28631 (ppfolio) S 28629 28631 27869 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515164108 18763776 389 33554432000 4194304 4287625 140734882716112 18446744073709551615 210204667407 0 0 4096 65536 4576608028383510527 0 0 17 4 0 0 0
/proc/28631/statm: 4581 389 341 23 0 91 0
[pid=28632] ppid=28631 vsize=246184 CPUtime=409.67 cores=0
/proc/28632/stat : 28632 (cryptominisat) R 28631 28631 27869 0 -1 4202496 95140 0 0 0 40946 21 0 0 25 0 1 0 515164109 252092416 32026 33554432000 4194304 4587354 140736382222592 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28632/statm: 61546 32026 335 96 0 58108 0
[pid=28633] ppid=28631 vsize=152244 CPUtime=409.68 cores=4
/proc/28633/stat : 28633 (clasp) R 28631 28631 27869 0 -1 4202496 38853 0 0 0 40958 10 0 0 25 0 1 0 515164109 155897856 34533 33554432000 4194304 4785740 140736108764160 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28633/statm: 38061 34533 340 145 0 35106 0
[pid=28634] ppid=28631 vsize=501628 CPUtime=203.68 cores=6
/proc/28634/stat : 28634 (TNM) R 28631 28631 27869 0 -1 4202496 18132 0 0 0 20366 2 0 0 25 0 1 0 515164109 513667072 18029 33554432000 134512640 134534564 4293474640 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28634/statm: 125407 18029 95 6 0 124073 0
[pid=28635] ppid=28631 vsize=58532 CPUtime=409.66 cores=2
/proc/28635/stat : 28635 (lingeling) R 28631 28631 27869 0 -1 4202496 20239 0 0 0 40963 3 0 0 25 0 1 0 515164109 59936768 13800 33554432000 4194304 4352236 140733555716752 18446744073709551615 4235610 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28635/statm: 14633 13800 127 39 0 13713 0
[pid=28636] ppid=28631 vsize=501472 CPUtime=203.76 cores=6
/proc/28636/stat : 28636 (march_hi) R 28631 28631 27869 0 -1 4202496 230648 0 0 0 20342 34 0 0 25 0 1 0 515164109 513507328 88424 33554432000 4194304 4331988 140735344155440 18446744073709551615 4210485 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28636/statm: 125368 88424 174 34 0 123810 0
Current children cumulated CPU time (s) 1636.45
Current children cumulated vsize (KiB) 1478384

[startup+412.901 s]
/proc/loadavg: 10.19 10.16 10.04 11/188 28648
/proc/meminfo: memFree=24972936/32951124 swapFree=67088964/67111528
[pid=28631] ppid=28629 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28631/stat : 28631 (ppfolio) S 28629 28631 27869 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515164108 18763776 389 33554432000 4194304 4287625 140734882716112 18446744073709551615 210204667407 0 0 4096 65536 4576608028383510527 0 0 17 4 0 0 0
/proc/28631/statm: 4581 389 341 23 0 91 0
[pid=28632] ppid=28631 vsize=246184 CPUtime=412.87 cores=0
/proc/28632/stat : 28632 (cryptominisat) R 28631 28631 27869 0 -1 4202496 95140 0 0 0 41266 21 0 0 25 0 1 0 515164109 252092416 32026 33554432000 4194304 4587354 140736382222592 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28632/statm: 61546 32026 335 96 0 58108 0
[pid=28633] ppid=28631 vsize=152244 CPUtime=412.88 cores=4
/proc/28633/stat : 28633 (clasp) R 28631 28631 27869 0 -1 4202496 38853 0 0 0 41278 10 0 0 25 0 1 0 515164109 155897856 34533 33554432000 4194304 4785740 140736108764160 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28633/statm: 38061 34533 340 145 0 35106 0
[pid=28634] ppid=28631 vsize=501628 CPUtime=205.27 cores=6
/proc/28634/stat : 28634 (TNM) R 28631 28631 27869 0 -1 4202496 18132 0 0 0 20525 2 0 0 25 0 1 0 515164109 513667072 18029 33554432000 134512640 134534564 4293474640 18446744073709551615 11736507 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28634/statm: 125407 18029 95 6 0 124073 0
[pid=28635] ppid=28631 vsize=58532 CPUtime=412.86 cores=2
/proc/28635/stat : 28635 (lingeling) R 28631 28631 27869 0 -1 4202496 20239 0 0 0 41283 3 0 0 25 0 1 0 515164109 59936768 13800 33554432000 4194304 4352236 140733555716752 18446744073709551615 4231340 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28635/statm: 14633 13800 127 39 0 13713 0
[pid=28636] ppid=28631 vsize=501472 CPUtime=205.36 cores=6
/proc/28636/stat : 28636 (march_hi) R 28631 28631 27869 0 -1 4202496 230648 0 0 0 20502 34 0 0 25 0 1 0 515164109 513507328 88424 33554432000 4194304 4331988 140735344155440 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28636/statm: 125368 88424 174 34 0 123810 0
Current children cumulated CPU time (s) 1649.24
Current children cumulated vsize (KiB) 1478384

[startup+416.101 s]
/proc/loadavg: 10.19 10.16 10.04 11/188 28648
/proc/meminfo: memFree=24967728/32951124 swapFree=67088964/67111528
[pid=28631] ppid=28629 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28631/stat : 28631 (ppfolio) S 28629 28631 27869 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515164108 18763776 389 33554432000 4194304 4287625 140734882716112 18446744073709551615 210204667407 0 0 4096 65536 4576608028383510527 0 0 17 4 0 0 0
/proc/28631/statm: 4581 389 341 23 0 91 0
[pid=28632] ppid=28631 vsize=246184 CPUtime=416.07 cores=0
/proc/28632/stat : 28632 (cryptominisat) R 28631 28631 27869 0 -1 4202496 95140 0 0 0 41586 21 0 0 25 0 1 0 515164109 252092416 32026 33554432000 4194304 4587354 140736382222592 18446744073709551615 4238639 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28632/statm: 61546 32026 335 96 0 58108 0
[pid=28633] ppid=28631 vsize=152244 CPUtime=416.08 cores=4
/proc/28633/stat : 28633 (clasp) R 28631 28631 27869 0 -1 4202496 38858 0 0 0 41598 10 0 0 25 0 1 0 515164109 155897856 34538 33554432000 4194304 4785740 140736108764160 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28633/statm: 38061 34538 340 145 0 35106 0
[pid=28634] ppid=28631 vsize=501628 CPUtime=206.87 cores=6
/proc/28634/stat : 28634 (TNM) R 28631 28631 27869 0 -1 4202496 18132 0 0 0 20685 2 0 0 25 0 1 0 515164109 513667072 18029 33554432000 134512640 134534564 4293474640 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28634/statm: 125407 18029 95 6 0 124073 0
[pid=28635] ppid=28631 vsize=58532 CPUtime=416.06 cores=2
/proc/28635/stat : 28635 (lingeling) R 28631 28631 27869 0 -1 4202496 20239 0 0 0 41603 3 0 0 25 0 1 0 515164109 59936768 13800 33554432000 4194304 4352236 140733555716752 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28635/statm: 14633 13800 127 39 0 13713 0
[pid=28636] ppid=28631 vsize=501472 CPUtime=206.94 cores=6
/proc/28636/stat : 28636 (march_hi) R 28631 28631 27869 0 -1 4202496 230648 0 0 0 20660 34 0 0 25 0 1 0 515164109 513507328 88424 33554432000 4194304 4331988 140735344155440 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28636/statm: 125368 88424 174 34 0 123810 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 1478384

[startup+417.701 s]
/proc/loadavg: 10.17 10.16 10.04 11/188 28648
/proc/meminfo: memFree=24965000/32951124 swapFree=67088964/67111528
[pid=28631] ppid=28629 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28631/stat : 28631 (ppfolio) S 28629 28631 27869 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515164108 18763776 389 33554432000 4194304 4287625 140734882716112 18446744073709551615 210204667407 0 0 4096 65536 4576608028383510527 0 0 17 4 0 0 0
/proc/28631/statm: 4581 389 341 23 0 91 0
[pid=28632] ppid=28631 vsize=246184 CPUtime=417.67 cores=0
/proc/28632/stat : 28632 (cryptominisat) R 28631 28631 27869 0 -1 4202496 95140 0 0 0 41746 21 0 0 25 0 1 0 515164109 252092416 32026 33554432000 4194304 4587354 140736382222592 18446744073709551615 4238224 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28632/statm: 61546 32026 335 96 0 58108 0
[pid=28633] ppid=28631 vsize=152244 CPUtime=417.68 cores=4
/proc/28633/stat : 28633 (clasp) R 28631 28631 27869 0 -1 4202496 38858 0 0 0 41758 10 0 0 25 0 1 0 515164109 155897856 34538 33554432000 4194304 4785740 140736108764160 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28633/statm: 38061 34538 340 145 0 35106 0
[pid=28634] ppid=28631 vsize=501628 CPUtime=207.67 cores=6
/proc/28634/stat : 28634 (TNM) R 28631 28631 27869 0 -1 4202496 18132 0 0 0 20765 2 0 0 25 0 1 0 515164109 513667072 18029 33554432000 134512640 134534564 4293474640 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28634/statm: 125407 18029 95 6 0 124073 0
[pid=28635] ppid=28631 vsize=58532 CPUtime=417.66 cores=2
/proc/28635/stat : 28635 (lingeling) R 28631 28631 27869 0 -1 4202496 20239 0 0 0 41763 3 0 0 25 0 1 0 515164109 59936768 13800 33554432000 4194304 4352236 140733555716752 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28635/statm: 14633 13800 127 39 0 13713 0
[pid=28636] ppid=28631 vsize=501472 CPUtime=207.74 cores=6
/proc/28636/stat : 28636 (march_hi) R 28631 28631 27869 0 -1 4202496 230649 0 0 0 20740 34 0 0 25 0 1 0 515164109 513507328 88425 33554432000 4194304 4331988 140735344155440 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28636/statm: 125368 88425 174 34 0 123810 0
Current children cumulated CPU time (s) 1668.42
Current children cumulated vsize (KiB) 1478384

[startup+418.101 s]
/proc/loadavg: 10.17 10.16 10.04 11/188 28648
/proc/meminfo: memFree=24962024/32951124 swapFree=67088964/67111528
[pid=28631] ppid=28629 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28631/stat : 28631 (ppfolio) S 28629 28631 27869 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515164108 18763776 389 33554432000 4194304 4287625 140734882716112 18446744073709551615 210204667407 0 0 4096 65536 4576608028383510527 0 0 17 4 0 0 0
/proc/28631/statm: 4581 389 341 23 0 91 0
[pid=28632] ppid=28631 vsize=246184 CPUtime=418.08 cores=0
/proc/28632/stat : 28632 (cryptominisat) R 28631 28631 27869 0 -1 4202496 95140 0 0 0 41787 21 0 0 25 0 1 0 515164109 252092416 32026 33554432000 4194304 4587354 140736382222592 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28632/statm: 61546 32026 335 96 0 58108 0
[pid=28633] ppid=28631 vsize=152244 CPUtime=418.09 cores=4
/proc/28633/stat : 28633 (clasp) R 28631 28631 27869 0 -1 4202496 38858 0 0 0 41799 10 0 0 25 0 1 0 515164109 155897856 34538 33554432000 4194304 4785740 140736108764160 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28633/statm: 38061 34538 340 145 0 35106 0
[pid=28634] ppid=28631 vsize=501628 CPUtime=207.87 cores=6
/proc/28634/stat : 28634 (TNM) R 28631 28631 27869 0 -1 4202496 18132 0 0 0 20785 2 0 0 25 0 1 0 515164109 513667072 18029 33554432000 134512640 134534564 4293474640 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28634/statm: 125407 18029 95 6 0 124073 0
[pid=28635] ppid=28631 vsize=58532 CPUtime=418.07 cores=2
/proc/28635/stat : 28635 (lingeling) R 28631 28631 27869 0 -1 4202496 20239 0 0 0 41804 3 0 0 25 0 1 0 515164109 59936768 13800 33554432000 4194304 4352236 140733555716752 18446744073709551615 4329066 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28635/statm: 14633 13800 127 39 0 13713 0
[pid=28636] ppid=28631 vsize=501472 CPUtime=207.94 cores=6
/proc/28636/stat : 28636 (march_hi) R 28631 28631 27869 0 -1 4202496 230649 0 0 0 20760 34 0 0 25 0 1 0 515164109 513507328 88425 33554432000 4194304 4331988 140735344155440 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28636/statm: 125368 88425 174 34 0 123810 0
Current children cumulated CPU time (s) 1670.05
Current children cumulated vsize (KiB) 1478384

[startup+418.501 s]
/proc/loadavg: 10.17 10.16 10.04 11/188 28648
/proc/meminfo: memFree=24962024/32951124 swapFree=67088964/67111528
[pid=28631] ppid=28629 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28631/stat : 28631 (ppfolio) S 28629 28631 27869 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515164108 18763776 389 33554432000 4194304 4287625 140734882716112 18446744073709551615 210204667407 0 0 4096 65536 4576608028383510527 0 0 17 4 0 0 0
/proc/28631/statm: 4581 389 341 23 0 91 0
[pid=28632] ppid=28631 vsize=246184 CPUtime=418.47 cores=0
/proc/28632/stat : 28632 (cryptominisat) R 28631 28631 27869 0 -1 4202496 95140 0 0 0 41826 21 0 0 25 0 1 0 515164109 252092416 32026 33554432000 4194304 4587354 140736382222592 18446744073709551615 4232133 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28632/statm: 61546 32026 335 96 0 58108 0
[pid=28633] ppid=28631 vsize=152244 CPUtime=418.48 cores=4
/proc/28633/stat : 28633 (clasp) R 28631 28631 27869 0 -1 4202496 38858 0 0 0 41838 10 0 0 25 0 1 0 515164109 155897856 34538 33554432000 4194304 4785740 140736108764160 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28633/statm: 38061 34538 340 145 0 35106 0
[pid=28634] ppid=28631 vsize=501628 CPUtime=208.07 cores=6
/proc/28634/stat : 28634 (TNM) R 28631 28631 27869 0 -1 4202496 18132 0 0 0 20805 2 0 0 25 0 1 0 515164109 513667072 18029 33554432000 134512640 134534564 4293474640 18446744073709551615 134530712 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28634/statm: 125407 18029 95 6 0 124073 0
[pid=28635] ppid=28631 vsize=58532 CPUtime=418.46 cores=2
/proc/28635/stat : 28635 (lingeling) R 28631 28631 27869 0 -1 4202496 20239 0 0 0 41843 3 0 0 25 0 1 0 515164109 59936768 13800 33554432000 4194304 4352236 140733555716752 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28635/statm: 14633 13800 127 39 0 13713 0
[pid=28636] ppid=28631 vsize=501472 CPUtime=208.13 cores=6
/proc/28636/stat : 28636 (march_hi) R 28631 28631 27869 0 -1 4202496 230649 0 0 0 20779 34 0 0 25 0 1 0 515164109 513507328 88425 33554432000 4194304 4331988 140735344155440 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28636/statm: 125368 88425 174 34 0 123810 0
Current children cumulated CPU time (s) 1671.61
Current children cumulated vsize (KiB) 1478384

Child status: 0
Real time (s): 418.568
CPU time (s): 1671.89
CPU user time (s): 1671.11
CPU system time (s): 0.778881
CPU usage (%): 399.43
Max. virtual memory (cumulated for all children) (KiB): 1562456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1671.11
system time used= 0.778881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 403572
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= 319
involuntary context switches= 12003

runsolver used 0.626904 second user time and 1.66075 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-29 02:07:36
IDJOB=3288708
IDBENCH=82502
IDSOLVER=1612
FILE ID=node130/3288708-1304035656
RUNJOBID= node130-1304032676-28256
PBS_JOBID= 13170322
Free space on /tmp= 71964 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/manthey/traffic/traffic_3b_unknown.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288708-1304035656/watcher-3288708-1304035656 -o /tmp/evaluation-result-3288708-1304035656/solver-3288708-1304035656 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3288708-1304035656.cnf

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

MD5SUM BENCH= b8621ec1841e055a001ab32c33f2b68c
RANDOM SEED=780219492

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26028764 kB
Buffers:       1126980 kB
Cached:        3968768 kB
SwapCached:      22432 kB
Active:        1633704 kB
Inactive:      4861996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26028764 kB
SwapTotal:    67111528 kB
SwapFree:     67088964 kB
Dirty:           22900 kB
Writeback:           0 kB
AnonPages:     1376972 kB
Mapped:          16700 kB
Slab:           358712 kB
PageTables:       7768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2066692 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= 71956 MiB
End job on node130 at 2011-04-29 02:14:35