Trace number 3288478

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 1484.71 371.707

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_f_unknown.cnf
MD5SUMf03ed12a281977a642336980ec847847
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.343
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses763101
Sum of the clauses size2854525
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252598
Number of clauses of size 392683
Number of clauses of size 4617820
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) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7
1484.33/371.66	s UNSATISFIABLE
1484.33/371.70	solver [1] cryptominisat 2.7.1 answered
1484.33/371.70	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-3288478-1304035572/watcher-3288478-1304035572 -o /tmp/evaluation-result-3288478-1304035572/solver-3288478-1304035572 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3288478-1304035572.cnf 

running on 4 cores: 1,3,5,7

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.24 10.09 9.93 7/182 4893
/proc/meminfo: memFree=18267068/32951124 swapFree=67111524/67111528
[pid=4893] ppid=4891 vsize=18240 CPUtime=0 cores=1,3,5,7
/proc/4893/stat : 4893 (ppfolio) R 4891 4893 3973 0 -1 4194304 272 0 0 0 0 0 0 0 22 0 1 0 495973391 18677760 221 33554432000 4194304 4287625 140735030222032 18446744073709551615 255101806481 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4893/statm: 4560 221 188 23 0 57 0

[startup+0.075973 s]
/proc/loadavg: 10.24 10.09 9.93 7/182 4893
/proc/meminfo: memFree=18267068/32951124 swapFree=67111524/67111528
[pid=4893] ppid=4891 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4893/stat : 4893 (ppfolio) R 4891 4893 3973 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 495973391 18763776 389 33554432000 4194304 4287625 140735030222032 18446744073709551615 255106788879 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/4893/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.10097 s]
/proc/loadavg: 10.24 10.09 9.93 7/182 4893
/proc/meminfo: memFree=18267068/32951124 swapFree=67111524/67111528
[pid=4893] ppid=4891 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4893/stat : 4893 (ppfolio) R 4891 4893 3973 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 495973391 18763776 389 33554432000 4194304 4287625 140735030222032 18446744073709551615 255106788879 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/4893/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300937 s]
/proc/loadavg: 10.24 10.09 9.93 7/182 4893
/proc/meminfo: memFree=18267068/32951124 swapFree=67111524/67111528
[pid=4893] ppid=4891 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4893/stat : 4893 (ppfolio) R 4891 4893 3973 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 495973391 18763776 389 33554432000 4194304 4287625 140735030222032 18446744073709551615 255106788879 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/4893/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700866 s]
/proc/loadavg: 10.24 10.09 9.93 7/182 4893
/proc/meminfo: memFree=18267068/32951124 swapFree=67111524/67111528
[pid=4893] ppid=4891 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4893/stat : 4893 (ppfolio) R 4891 4893 3973 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 495973391 18763776 389 33554432000 4194304 4287625 140735030222032 18446744073709551615 255106788879 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/4893/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50073 s]
/proc/loadavg: 10.30 10.10 9.93 11/188 4899
/proc/meminfo: memFree=18035328/32951124 swapFree=67111524/67111528
[pid=4893] ppid=4891 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4893/stat : 4893 (ppfolio) S 4891 4893 3973 0 -1 4202496 518 0 0 0 0 0 0 0 18 0 1 0 495973391 18763776 389 33554432000 4194304 4287625 140735030222032 18446744073709551615 255106788879 0 0 4096 65536 4414046746045317119 0 0 17 1 0 0 0
/proc/4893/statm: 4581 389 341 23 0 91 0
[pid=4895] ppid=4893 vsize=177848 CPUtime=1.48 cores=1
/proc/4895/stat : 4895 (cryptominisat) R 4893 4893 3973 0 -1 4202496 34631 0 0 0 144 4 0 0 20 0 1 0 495973392 182116352 33752 33554432000 4194304 4587354 140733928970432 18446744073709551615 4366439 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4895/statm: 44462 33752 312 96 0 41024 0
[pid=4896] ppid=4893 vsize=86040 CPUtime=1.49 cores=5
/proc/4896/stat : 4896 (clasp) R 4893 4893 3973 0 -1 4202496 22446 0 0 0 146 3 0 0 25 0 1 0 495973392 88104960 17901 33554432000 4194304 4785740 140736473943296 18446744073709551615 4495623 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4896/statm: 21510 17901 314 145 0 18555 0
[pid=4897] ppid=4893 vsize=469552 CPUtime=0.77 cores=7
/proc/4897/stat : 4897 (TNM) R 4893 4893 3973 0 -1 4202496 6970 0 0 0 75 2 0 0 25 0 1 0 495973392 480821248 6867 33554432000 134512640 134534564 4292705488 18446744073709551615 8035236 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4897/statm: 117388 6867 91 6 0 116054 0
[pid=4898] ppid=4893 vsize=55016 CPUtime=1.48 cores=3
/proc/4898/stat : 4898 (lingeling) R 4893 4893 3973 0 -1 4202496 16757 0 0 0 145 3 0 0 25 0 1 0 495973392 56336384 12907 33554432000 4194304 4352236 140734011973280 18446744073709551615 4312749 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4898/statm: 13754 12907 118 39 0 12834 0
[pid=4899] ppid=4893 vsize=84176 CPUtime=0.7 cores=7
/proc/4899/stat : 4899 (march_hi) R 4893 4893 3973 0 -1 4194304 14944 0 0 0 67 3 0 0 25 0 1 0 495973392 86196224 10847 33554432000 4194304 4331988 140736907312784 18446744073709551615 4257024 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4899/statm: 21044 10847 125 34 0 19486 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 890956

[startup+3.10045 s]
/proc/loadavg: 10.30 10.10 9.93 11/188 4899
/proc/meminfo: memFree=17850692/32951124 swapFree=67111524/67111528
[pid=4893] ppid=4891 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4893/stat : 4893 (ppfolio) S 4891 4893 3973 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 495973391 18763776 389 33554432000 4194304 4287625 140735030222032 18446744073709551615 255106788879 0 0 4096 65536 4414046746045317119 0 0 17 1 0 0 0
/proc/4893/statm: 4581 389 341 23 0 91 0
[pid=4895] ppid=4893 vsize=224292 CPUtime=3.08 cores=1
/proc/4895/stat : 4895 (cryptominisat) R 4893 4893 3973 0 -1 4202496 47304 0 0 0 302 6 0 0 25 0 1 0 495973392 229675008 38244 33554432000 4194304 4587354 140733928970432 18446744073709551615 4414370 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4895/statm: 56073 38244 325 96 0 52635 0
[pid=4896] ppid=4893 vsize=101936 CPUtime=3.09 cores=5
/proc/4896/stat : 4896 (clasp) R 4893 4893 3973 0 -1 4202496 28237 0 0 0 305 4 0 0 25 0 1 0 495973392 104382464 22201 33554432000 4194304 4785740 140736473943296 18446744073709551615 4287225 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4896/statm: 25484 22201 340 145 0 22529 0
[pid=4897] ppid=4893 vsize=509416 CPUtime=1.56 cores=7
/proc/4897/stat : 4897 (TNM) R 4893 4893 3973 0 -1 4202496 17758 0 0 0 153 3 0 0 25 0 1 0 495973392 521641984 17655 33554432000 134512640 134534564 4292705488 18446744073709551615 134524666 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4897/statm: 127354 17655 91 6 0 126020 0
[pid=4898] ppid=4893 vsize=67084 CPUtime=3.08 cores=3
/proc/4898/stat : 4898 (lingeling) R 4893 4893 3973 0 -1 4202496 19787 0 0 0 305 3 0 0 25 0 1 0 495973392 68694016 15937 33554432000 4194304 4352236 140734011973280 18446744073709551615 4208196 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4898/statm: 16771 15937 125 39 0 15851 0
[pid=4899] ppid=4893 vsize=102324 CPUtime=1.5 cores=7
/proc/4899/stat : 4899 (march_hi) R 4893 4893 3973 0 -1 4202496 43298 0 0 0 143 7 0 0 25 0 1 0 495973392 104779776 16682 33554432000 4194304 4331988 140736907312784 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4899/statm: 25581 16682 148 34 0 24023 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 1023376

[startup+6.30088 s]
/proc/loadavg: 10.30 10.10 9.93 11/188 4899
/proc/meminfo: memFree=17820064/32951124 swapFree=67111524/67111528
[pid=4893] ppid=4891 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4893/stat : 4893 (ppfolio) S 4891 4893 3973 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 495973391 18763776 389 33554432000 4194304 4287625 140735030222032 18446744073709551615 255106788879 0 0 4096 65536 4414046746045317119 0 0 17 1 0 0 0
/proc/4893/statm: 4581 389 341 23 0 91 0
[pid=4895] ppid=4893 vsize=194492 CPUtime=6.29 cores=1
/proc/4895/stat : 4895 (cryptominisat) R 4893 4893 3973 0 -1 4202496 50820 0 0 0 622 7 0 0 25 0 1 0 495973392 199159808 36817 33554432000 4194304 4587354 140733928970432 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4895/statm: 48623 36817 330 96 0 45185 0
[pid=4896] ppid=4893 vsize=101936 CPUtime=6.29 cores=5
/proc/4896/stat : 4896 (clasp) R 4893 4893 3973 0 -1 4202496 28237 0 0 0 625 4 0 0 25 0 1 0 495973392 104382464 22201 33554432000 4194304 4785740 140736473943296 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4896/statm: 25484 22201 340 145 0 22529 0
[pid=4897] ppid=4893 vsize=509416 CPUtime=3.14 cores=7
/proc/4897/stat : 4897 (TNM) R 4893 4893 3973 0 -1 4202496 17758 0 0 0 311 3 0 0 25 0 1 0 495973392 521641984 17655 33554432000 134512640 134534564 4292705488 18446744073709551615 134524698 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4897/statm: 127354 17655 91 6 0 126020 0
[pid=4898] ppid=4893 vsize=67076 CPUtime=6.28 cores=3
/proc/4898/stat : 4898 (lingeling) R 4893 4893 3973 0 -1 4202496 19789 0 0 0 625 3 0 0 25 0 1 0 495973392 68685824 15937 33554432000 4194304 4352236 140734011973280 18446744073709551615 4328447 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4898/statm: 16769 15937 127 39 0 15849 0
[pid=4899] ppid=4893 vsize=125096 CPUtime=3.1 cores=7
/proc/4899/stat : 4899 (march_hi) R 4893 4893 3973 0 -1 4202496 83046 0 0 0 298 12 0 0 25 0 1 0 495973392 128098304 21910 33554432000 4194304 4331988 140736907312784 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4899/statm: 31274 21910 151 34 0 29716 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 1016340

[startup+12.7008 s]
/proc/loadavg: 10.25 10.10 9.93 11/188 4900
/proc/meminfo: memFree=17736760/32951124 swapFree=67111524/67111528
[pid=4893] ppid=4891 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4893/stat : 4893 (ppfolio) S 4891 4893 3973 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 495973391 18763776 389 33554432000 4194304 4287625 140735030222032 18446744073709551615 255106788879 0 0 4096 65536 4414046746045317119 0 0 17 1 0 0 0
/proc/4893/statm: 4581 389 341 23 0 91 0
[pid=4895] ppid=4893 vsize=209724 CPUtime=12.69 cores=1
/proc/4895/stat : 4895 (cryptominisat) R 4893 4893 3973 0 -1 4202496 53635 0 0 0 1261 8 0 0 25 0 1 0 495973392 214757376 39584 33554432000 4194304 4587354 140733928970432 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4895/statm: 52431 39584 335 96 0 48993 0
[pid=4896] ppid=4893 vsize=101936 CPUtime=12.69 cores=5
/proc/4896/stat : 4896 (clasp) R 4893 4893 3973 0 -1 4202496 28237 0 0 0 1265 4 0 0 25 0 1 0 495973392 104382464 22201 33554432000 4194304 4785740 140736473943296 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4896/statm: 25484 22201 340 145 0 22529 0
[pid=4897] ppid=4893 vsize=509416 CPUtime=6.34 cores=7
/proc/4897/stat : 4897 (TNM) R 4893 4893 3973 0 -1 4202496 17758 0 0 0 631 3 0 0 25 0 1 0 495973392 521641984 17655 33554432000 134512640 134534564 4292705488 18446744073709551615 134524752 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4897/statm: 127354 17655 91 6 0 126020 0
[pid=4898] ppid=4893 vsize=67076 CPUtime=12.68 cores=3
/proc/4898/stat : 4898 (lingeling) R 4893 4893 3973 0 -1 4202496 19801 0 0 0 1265 3 0 0 25 0 1 0 495973392 68685824 15949 33554432000 4194304 4352236 140734011973280 18446744073709551615 4328047 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4898/statm: 16769 15949 127 39 0 15849 0
[pid=4899] ppid=4893 vsize=194032 CPUtime=6.27 cores=7
/proc/4899/stat : 4899 (march_hi) R 4893 4893 3973 0 -1 4202496 100195 0 0 0 612 15 0 0 25 0 1 0 495973392 198688768 39059 33554432000 4194304 4331988 140736907312784 18446744073709551615 4271154 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4899/statm: 48508 39059 151 34 0 46950 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 1100508

[startup+25.5005 s]
/proc/loadavg: 10.21 10.09 9.93 11/188 4900
/proc/meminfo: memFree=17507864/32951124 swapFree=67111524/67111528
[pid=4893] ppid=4891 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4893/stat : 4893 (ppfolio) S 4891 4893 3973 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 495973391 18763776 389 33554432000 4194304 4287625 140735030222032 18446744073709551615 255106788879 0 0 4096 65536 4414046746045317119 0 0 17 1 0 0 0
/proc/4893/statm: 4581 389 341 23 0 91 0
[pid=4895] ppid=4893 vsize=630360 CPUtime=25.48 cores=1
/proc/4895/stat : 4895 (cryptominisat) R 4893 4893 3973 0 -1 4202496 56217 0 0 0 2540 8 0 0 25 0 1 0 495973392 645488640 42035 33554432000 4194304 4587354 140733928970432 18446744073709551615 4237684 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4895/statm: 157590 42035 335 96 0 154152 0
[pid=4896] ppid=4893 vsize=101936 CPUtime=25.49 cores=5
/proc/4896/stat : 4896 (clasp) R 4893 4893 3973 0 -1 4202496 28237 0 0 0 2545 4 0 0 25 0 1 0 495973392 104382464 22201 33554432000 4194304 4785740 140736473943296 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4896/statm: 25484 22201 340 145 0 22529 0
[pid=4897] ppid=4893 vsize=522484 CPUtime=12.73 cores=7
/proc/4897/stat : 4897 (TNM) R 4893 4893 3973 0 -1 4202496 25123 0 0 0 1269 4 0 0 25 0 1 0 495973392 535023616 25020 33554432000 134512640 134534564 4292705488 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4897/statm: 130621 25020 95 6 0 129287 0
[pid=4898] ppid=4893 vsize=59880 CPUtime=25.48 cores=3
/proc/4898/stat : 4898 (lingeling) R 4893 4893 3973 0 -1 4202496 21141 0 0 0 2545 3 0 0 25 0 1 0 495973392 61317120 14138 33554432000 4194304 4352236 140734011973280 18446744073709551615 4267912 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4898/statm: 14970 14138 127 39 0 14050 0
[pid=4899] ppid=4893 vsize=302644 CPUtime=12.6 cores=7
/proc/4899/stat : 4899 (march_hi) R 4893 4893 3973 0 -1 4202496 167090 0 0 0 1233 27 0 0 25 0 1 0 495973392 309907456 66794 33554432000 4194304 4331988 140736907312784 18446744073709551615 255106436126 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4899/statm: 75661 66794 151 34 0 74103 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 1635628

[startup+51.101 s]
/proc/loadavg: 10.35 10.13 9.95 11/188 4901
/proc/meminfo: memFree=17299724/32951124 swapFree=67111524/67111528
[pid=4893] ppid=4891 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4893/stat : 4893 (ppfolio) S 4891 4893 3973 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 495973391 18763776 389 33554432000 4194304 4287625 140735030222032 18446744073709551615 255106788879 0 0 4096 65536 4414046746045317119 0 0 17 1 0 0 0
/proc/4893/statm: 4581 389 341 23 0 91 0
[pid=4895] ppid=4893 vsize=227224 CPUtime=51.08 cores=1
/proc/4895/stat : 4895 (cryptominisat) R 4893 4893 3973 0 -1 4202496 59386 0 0 0 5099 9 0 0 25 0 1 0 495973392 232677376 42648 33554432000 4194304 4587354 140733928970432 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4895/statm: 56806 42648 335 96 0 53368 0
[pid=4896] ppid=4893 vsize=106784 CPUtime=51.08 cores=5
/proc/4896/stat : 4896 (clasp) R 4893 4893 3973 0 -1 4202496 29680 0 0 0 5104 4 0 0 25 0 1 0 495973392 109346816 23644 33554432000 4194304 4785740 140736473943296 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4896/statm: 26696 23644 340 145 0 23741 0
[pid=4897] ppid=4893 vsize=522484 CPUtime=25.43 cores=7
/proc/4897/stat : 4897 (TNM) R 4893 4893 3973 0 -1 4202496 25123 0 0 0 2539 4 0 0 25 0 1 0 495973392 535023616 25020 33554432000 134512640 134534564 4292705488 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4897/statm: 130621 25020 95 6 0 129287 0
[pid=4898] ppid=4893 vsize=58864 CPUtime=51.08 cores=3

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

/proc/4895/statm: 161881 42852 335 96 0 158443 0
[pid=4896] ppid=4893 vsize=166036 CPUtime=342.29 cores=5
/proc/4896/stat : 4896 (clasp) R 4893 4893 3973 0 -1 4202496 44120 0 0 0 34219 10 0 0 25 0 1 0 495973392 170020864 38084 33554432000 4194304 4785740 140736473943296 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4896/statm: 41509 38084 340 145 0 38554 0
[pid=4897] ppid=4893 vsize=522484 CPUtime=170.24 cores=7
/proc/4897/stat : 4897 (TNM) R 4893 4893 3973 0 -1 4202496 25123 0 0 0 17020 4 0 0 25 0 1 0 495973392 535023616 25020 33554432000 134512640 134534564 4292705488 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4897/statm: 130621 25020 95 6 0 129287 0
[pid=4898] ppid=4893 vsize=62856 CPUtime=342.29 cores=3
/proc/4898/stat : 4898 (lingeling) R 4893 4893 3973 0 -1 4202496 24836 0 0 0 34225 4 0 0 25 0 1 0 495973392 64364544 14882 33554432000 4194304 4352236 140734011973280 18446744073709551615 4234404 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4898/statm: 15714 14882 127 39 0 14794 0
[pid=4899] ppid=4893 vsize=774592 CPUtime=170.18 cores=7
/proc/4899/stat : 4899 (march_hi) R 4893 4893 3973 0 -1 4202496 378724 0 0 0 16961 57 0 0 25 0 1 0 495973392 793182208 138376 33554432000 4194304 4331988 140736907312784 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4899/statm: 193648 138376 174 34 0 192090 0
Current children cumulated CPU time (s) 1367.28
Current children cumulated vsize (KiB) 2191816

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

[startup+358.301 s]
/proc/loadavg: 10.12 10.13 10.00 11/188 4909
/proc/meminfo: memFree=17089540/32951124 swapFree=67111524/67111528
[pid=4893] ppid=4891 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4893/stat : 4893 (ppfolio) S 4891 4893 3973 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 495973391 18763776 389 33554432000 4194304 4287625 140735030222032 18446744073709551615 255106788879 0 0 4096 65536 4414046746045317119 0 0 17 1 0 0 0
/proc/4893/statm: 4581 389 341 23 0 91 0
[pid=4895] ppid=4893 vsize=635872 CPUtime=358.29 cores=1
/proc/4895/stat : 4895 (cryptominisat) R 4893 4893 3973 0 -1 4202496 101711 0 0 0 35805 24 0 0 25 0 1 0 495973392 651132928 42751 33554432000 4194304 4587354 140733928970432 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4895/statm: 158968 42751 335 96 0 155530 0
[pid=4896] ppid=4893 vsize=166876 CPUtime=358.29 cores=5
/proc/4896/stat : 4896 (clasp) R 4893 4893 3973 0 -1 4202496 44298 0 0 0 35819 10 0 0 25 0 1 0 495973392 170881024 38262 33554432000 4194304 4785740 140736473943296 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4896/statm: 41719 38262 340 145 0 38764 0
[pid=4897] ppid=4893 vsize=522484 CPUtime=178.21 cores=7
/proc/4897/stat : 4897 (TNM) R 4893 4893 3973 0 -1 4202496 25123 0 0 0 17817 4 0 0 25 0 1 0 495973392 535023616 25020 33554432000 134512640 134534564 4292705488 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4897/statm: 130621 25020 95 6 0 129287 0
[pid=4898] ppid=4893 vsize=63816 CPUtime=358.29 cores=3
/proc/4898/stat : 4898 (lingeling) R 4893 4893 3973 0 -1 4202496 25091 0 0 0 35825 4 0 0 25 0 1 0 495973392 65347584 15122 33554432000 4194304 4352236 140734011973280 18446744073709551615 4328119 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4898/statm: 15954 15122 127 39 0 15034 0
[pid=4899] ppid=4893 vsize=774592 CPUtime=178.12 cores=7
/proc/4899/stat : 4899 (march_hi) R 4893 4893 3973 0 -1 4202496 378750 0 0 0 17755 57 0 0 25 0 1 0 495973392 793182208 138402 33554432000 4194304 4331988 140736907312784 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4899/statm: 193648 138402 174 34 0 192090 0
Current children cumulated CPU time (s) 1431.2
Current children cumulated vsize (KiB) 2181964

[startup+364.701 s]
/proc/loadavg: 10.19 10.15 10.00 11/188 4909
/proc/meminfo: memFree=17084824/32951124 swapFree=67111524/67111528
[pid=4893] ppid=4891 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4893/stat : 4893 (ppfolio) S 4891 4893 3973 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 495973391 18763776 389 33554432000 4194304 4287625 140735030222032 18446744073709551615 255106788879 0 0 4096 65536 4414046746045317119 0 0 17 1 0 0 0
/proc/4893/statm: 4581 389 341 23 0 91 0
[pid=4895] ppid=4893 vsize=635872 CPUtime=364.69 cores=1
/proc/4895/stat : 4895 (cryptominisat) R 4893 4893 3973 0 -1 4202496 102118 0 0 0 36445 24 0 0 25 0 1 0 495973392 651132928 43142 33554432000 4194304 4587354 140733928970432 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4895/statm: 158968 43142 335 96 0 155530 0
[pid=4896] ppid=4893 vsize=167548 CPUtime=364.69 cores=5
/proc/4896/stat : 4896 (clasp) R 4893 4893 3973 0 -1 4202496 44451 0 0 0 36459 10 0 0 25 0 1 0 495973392 171569152 38415 33554432000 4194304 4785740 140736473943296 18446744073709551615 4553051 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4896/statm: 41887 38415 340 145 0 38932 0
[pid=4897] ppid=4893 vsize=522484 CPUtime=181.41 cores=7
/proc/4897/stat : 4897 (TNM) R 4893 4893 3973 0 -1 4202496 25123 0 0 0 18137 4 0 0 25 0 1 0 495973392 535023616 25020 33554432000 134512640 134534564 4292705488 18446744073709551615 134530641 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4897/statm: 130621 25020 95 6 0 129287 0
[pid=4898] ppid=4893 vsize=63816 CPUtime=364.69 cores=3
/proc/4898/stat : 4898 (lingeling) R 4893 4893 3973 0 -1 4202496 25091 0 0 0 36465 4 0 0 25 0 1 0 495973392 65347584 15122 33554432000 4194304 4352236 140734011973280 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4898/statm: 15954 15122 127 39 0 15034 0
[pid=4899] ppid=4893 vsize=774592 CPUtime=181.29 cores=7
/proc/4899/stat : 4899 (march_hi) R 4893 4893 3973 0 -1 4202496 378769 0 0 0 18072 57 0 0 25 0 1 0 495973392 793182208 138421 33554432000 4194304 4331988 140736907312784 18446744073709551615 4299221 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4899/statm: 193648 138421 174 34 0 192090 0
Current children cumulated CPU time (s) 1456.77
Current children cumulated vsize (KiB) 2182636

[startup+367.901 s]
/proc/loadavg: 10.18 10.14 10.00 11/188 4909
/proc/meminfo: memFree=17093256/32951124 swapFree=67111524/67111528
[pid=4893] ppid=4891 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4893/stat : 4893 (ppfolio) S 4891 4893 3973 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 495973391 18763776 389 33554432000 4194304 4287625 140735030222032 18446744073709551615 255106788879 0 0 4096 65536 4414046746045317119 0 0 17 1 0 0 0
/proc/4893/statm: 4581 389 341 23 0 91 0
[pid=4895] ppid=4893 vsize=632060 CPUtime=367.89 cores=1
/proc/4895/stat : 4895 (cryptominisat) R 4893 4893 3973 0 -1 4202496 102258 0 0 0 36765 24 0 0 25 0 1 0 495973392 647229440 40350 33554432000 4194304 4587354 140733928970432 18446744073709551615 4238323 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4895/statm: 158015 40350 335 96 0 154577 0
[pid=4896] ppid=4893 vsize=167548 CPUtime=367.89 cores=5
/proc/4896/stat : 4896 (clasp) R 4893 4893 3973 0 -1 4202496 44475 0 0 0 36779 10 0 0 25 0 1 0 495973392 171569152 38439 33554432000 4194304 4785740 140736473943296 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4896/statm: 41887 38439 340 145 0 38932 0
[pid=4897] ppid=4893 vsize=522484 CPUtime=183 cores=7
/proc/4897/stat : 4897 (TNM) R 4893 4893 3973 0 -1 4202496 25123 0 0 0 18296 4 0 0 25 0 1 0 495973392 535023616 25020 33554432000 134512640 134534564 4292705488 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4897/statm: 130621 25020 95 6 0 129287 0
[pid=4898] ppid=4893 vsize=63816 CPUtime=367.9 cores=3
/proc/4898/stat : 4898 (lingeling) R 4893 4893 3973 0 -1 4202496 25091 0 0 0 36786 4 0 0 25 0 1 0 495973392 65347584 15122 33554432000 4194304 4352236 140734011973280 18446744073709551615 4328063 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4898/statm: 15954 15122 127 39 0 15034 0
[pid=4899] ppid=4893 vsize=774592 CPUtime=182.88 cores=7
/proc/4899/stat : 4899 (march_hi) R 4893 4893 3973 0 -1 4202496 378773 0 0 0 18231 57 0 0 25 0 1 0 495973392 793182208 138425 33554432000 4194304 4331988 140736907312784 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4899/statm: 193648 138425 174 34 0 192090 0
Current children cumulated CPU time (s) 1469.56
Current children cumulated vsize (KiB) 2178824

[startup+369.501 s]
/proc/loadavg: 10.18 10.14 10.00 11/188 4909
/proc/meminfo: memFree=17091768/32951124 swapFree=67111524/67111528
[pid=4893] ppid=4891 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4893/stat : 4893 (ppfolio) S 4891 4893 3973 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 495973391 18763776 389 33554432000 4194304 4287625 140735030222032 18446744073709551615 255106788879 0 0 4096 65536 4414046746045317119 0 0 17 1 0 0 0
/proc/4893/statm: 4581 389 341 23 0 91 0
[pid=4895] ppid=4893 vsize=632060 CPUtime=369.49 cores=1
/proc/4895/stat : 4895 (cryptominisat) R 4893 4893 3973 0 -1 4202496 102258 0 0 0 36925 24 0 0 25 0 1 0 495973392 647229440 40350 33554432000 4194304 4587354 140733928970432 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4895/statm: 158015 40350 335 96 0 154577 0
[pid=4896] ppid=4893 vsize=167680 CPUtime=369.5 cores=5
/proc/4896/stat : 4896 (clasp) R 4893 4893 3973 0 -1 4202496 44512 0 0 0 36940 10 0 0 25 0 1 0 495973392 171704320 38476 33554432000 4194304 4785740 140736473943296 18446744073709551615 4287076 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4896/statm: 41920 38476 340 145 0 38965 0
[pid=4897] ppid=4893 vsize=522484 CPUtime=183.8 cores=7
/proc/4897/stat : 4897 (TNM) R 4893 4893 3973 0 -1 4202496 25123 0 0 0 18376 4 0 0 25 0 1 0 495973392 535023616 25020 33554432000 134512640 134534564 4292705488 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4897/statm: 130621 25020 95 6 0 129287 0
[pid=4898] ppid=4893 vsize=63816 CPUtime=369.5 cores=3
/proc/4898/stat : 4898 (lingeling) R 4893 4893 3973 0 -1 4202496 25091 0 0 0 36946 4 0 0 25 0 1 0 495973392 65347584 15122 33554432000 4194304 4352236 140734011973280 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4898/statm: 15954 15122 127 39 0 15034 0
[pid=4899] ppid=4893 vsize=774592 CPUtime=183.68 cores=7
/proc/4899/stat : 4899 (march_hi) R 4893 4893 3973 0 -1 4202496 378780 0 0 0 18311 57 0 0 25 0 1 0 495973392 793182208 138432 33554432000 4194304 4331988 140736907312784 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4899/statm: 193648 138432 174 34 0 192090 0
Current children cumulated CPU time (s) 1475.97
Current children cumulated vsize (KiB) 2178956

[startup+371.101 s]
/proc/loadavg: 10.18 10.14 10.00 11/188 4909
/proc/meminfo: memFree=17090776/32951124 swapFree=67111524/67111528
[pid=4893] ppid=4891 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4893/stat : 4893 (ppfolio) S 4891 4893 3973 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 495973391 18763776 389 33554432000 4194304 4287625 140735030222032 18446744073709551615 255106788879 0 0 4096 65536 4414046746045317119 0 0 17 1 0 0 0
/proc/4893/statm: 4581 389 341 23 0 91 0
[pid=4895] ppid=4893 vsize=632060 CPUtime=371.09 cores=1
/proc/4895/stat : 4895 (cryptominisat) R 4893 4893 3973 0 -1 4202496 102258 0 0 0 37085 24 0 0 25 0 1 0 495973392 647229440 40350 33554432000 4194304 4587354 140733928970432 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4895/statm: 158015 40350 335 96 0 154577 0
[pid=4896] ppid=4893 vsize=167960 CPUtime=371.09 cores=5
/proc/4896/stat : 4896 (clasp) R 4893 4893 3973 0 -1 4202496 44581 0 0 0 37099 10 0 0 25 0 1 0 495973392 171991040 38545 33554432000 4194304 4785740 140736473943296 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4896/statm: 41990 38545 340 145 0 39035 0
[pid=4897] ppid=4893 vsize=522484 CPUtime=184.58 cores=7
/proc/4897/stat : 4897 (TNM) R 4893 4893 3973 0 -1 4202496 25123 0 0 0 18454 4 0 0 25 0 1 0 495973392 535023616 25020 33554432000 134512640 134534564 4292705488 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4897/statm: 130621 25020 95 6 0 129287 0
[pid=4898] ppid=4893 vsize=63816 CPUtime=371.09 cores=3
/proc/4898/stat : 4898 (lingeling) R 4893 4893 3973 0 -1 4202496 25091 0 0 0 37105 4 0 0 25 0 1 0 495973392 65347584 15122 33554432000 4194304 4352236 140734011973280 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4898/statm: 15954 15122 127 39 0 15034 0
[pid=4899] ppid=4893 vsize=774592 CPUtime=184.48 cores=7
/proc/4899/stat : 4899 (march_hi) R 4893 4893 3973 0 -1 4202496 378797 0 0 0 18391 57 0 0 25 0 1 0 495973392 793182208 138449 33554432000 4194304 4331988 140736907312784 18446744073709551615 4287504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4899/statm: 193648 138449 174 34 0 192090 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 2179236

[startup+371.501 s]
/proc/loadavg: 10.18 10.14 10.00 11/188 4909
/proc/meminfo: memFree=17090776/32951124 swapFree=67111524/67111528
[pid=4893] ppid=4891 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4893/stat : 4893 (ppfolio) S 4891 4893 3973 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 495973391 18763776 389 33554432000 4194304 4287625 140735030222032 18446744073709551615 255106788879 0 0 4096 65536 4414046746045317119 0 0 17 1 0 0 0
/proc/4893/statm: 4581 389 341 23 0 91 0
[pid=4895] ppid=4893 vsize=632060 CPUtime=371.49 cores=1
/proc/4895/stat : 4895 (cryptominisat) R 4893 4893 3973 0 -1 4202496 102258 0 0 0 37125 24 0 0 25 0 1 0 495973392 647229440 40350 33554432000 4194304 4587354 140733928970432 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4895/statm: 158015 40350 335 96 0 154577 0
[pid=4896] ppid=4893 vsize=168092 CPUtime=371.49 cores=5
/proc/4896/stat : 4896 (clasp) R 4893 4893 3973 0 -1 4202496 44596 0 0 0 37139 10 0 0 25 0 1 0 495973392 172126208 38560 33554432000 4194304 4785740 140736473943296 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4896/statm: 42023 38560 340 145 0 39068 0
[pid=4897] ppid=4893 vsize=522484 CPUtime=184.78 cores=7
/proc/4897/stat : 4897 (TNM) R 4893 4893 3973 0 -1 4202496 25123 0 0 0 18474 4 0 0 25 0 1 0 495973392 535023616 25020 33554432000 134512640 134534564 4292705488 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4897/statm: 130621 25020 95 6 0 129287 0
[pid=4898] ppid=4893 vsize=63816 CPUtime=371.49 cores=3
/proc/4898/stat : 4898 (lingeling) R 4893 4893 3973 0 -1 4202496 25091 0 0 0 37145 4 0 0 25 0 1 0 495973392 65347584 15122 33554432000 4194304 4352236 140734011973280 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4898/statm: 15954 15122 127 39 0 15034 0
[pid=4899] ppid=4893 vsize=774592 CPUtime=184.68 cores=7
/proc/4899/stat : 4899 (march_hi) R 4893 4893 3973 0 -1 4202496 378797 0 0 0 18411 57 0 0 25 0 1 0 495973392 793182208 138449 33554432000 4194304 4331988 140736907312784 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4899/statm: 193648 138449 174 34 0 192090 0
Current children cumulated CPU time (s) 1483.93
Current children cumulated vsize (KiB) 2179368

[startup+371.701 s]
/proc/loadavg: 10.16 10.14 10.00 8/183 4909
/proc/meminfo: memFree=18117380/32951124 swapFree=67111524/67111528
[pid=4893] ppid=4891 vsize=0 CPUtime=1484.69 cores=1,3,5,7
/proc/4893/stat : 4893 (ppfolio) Z 4891 4893 3973 0 -1 4202524 537 575886 0 0 0 0 148362 107 15 0 1 0 495973391 0 0 33554432000 0 0 0 0 0 0 0 4096 65536 18446744073709551615 0 0 17 1 0 0 0
/proc/4893/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1484.69
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 371.707
CPU time (s): 1484.71
CPU user time (s): 1483.63
CPU system time (s): 1.08183
CPU usage (%): 399.431
Max. virtual memory (cumulated for all children) (KiB): 2602456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1483.63
system time used= 1.08183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 576423
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= 278
involuntary context switches= 13162

runsolver used 0.58591 second user time and 1.44878 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-29 02:06:13
IDJOB=3288478
IDBENCH=82497
IDSOLVER=1612
FILE ID=node144/3288478-1304035572
RUNJOBID= node144-1304032526-4356
PBS_JOBID= 13170308
Free space on /tmp= 72360 MiB

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

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

MD5SUM BENCH= f03ed12a281977a642336980ec847847
RANDOM SEED=430593149

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18267224 kB
Buffers:       2203828 kB
Cached:       10584088 kB
SwapCached:          4 kB
Active:        5914392 kB
Inactive:      8202376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18267224 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           28792 kB
Writeback:           0 kB
AnonPages:     1328200 kB
Mapped:          16708 kB
Slab:           499604 kB
PageTables:       7368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2926488 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= 72352 MiB
End job on node144 at 2011-04-29 02:12:24