Trace number 3293814

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 30.8113 7.72203

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-6-U-7061.cnf
MD5SUMb15321a24257fa4bdfd9c20c782f4c0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.97739
Satisfiable
(Un)Satisfiability was proved
Number of variables370048
Number of clauses1118066
Sum of the clauses size2910246
Maximum clause length493
Minimum clause length1
Number of clauses of size 194
Number of clauses of size 2742801
Number of clauses of size 3369913
Number of clauses of size 41454
Number of clauses of size 5618
Number of clauses of size over 53186

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
30.72/7.71	s UNSATISFIABLE
30.72/7.72	solver [2] clasp 1.3.6 answered
30.72/7.72	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-3293814-1304098137/watcher-3293814-1304098137 -o /tmp/evaluation-result-3293814-1304098137/solver-3293814-1304098137 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3293814-1304098137.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: 4.83 7.05 8.77 2/171 25010
/proc/meminfo: memFree=19411164/32951124 swapFree=67111524/67111528
[pid=25010] ppid=25008 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25010/stat : 25010 (ppfolio) R 25008 25010 23533 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 521411738 18763776 389 33554432000 4194304 4287625 140737104964688 18446744073709551615 228122734095 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/25010/statm: 4581 389 341 23 0 91 0

[startup+0.0850279 s]
/proc/loadavg: 4.83 7.05 8.77 2/171 25010
/proc/meminfo: memFree=19411164/32951124 swapFree=67111524/67111528
[pid=25010] ppid=25008 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25010/stat : 25010 (ppfolio) R 25008 25010 23533 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 521411738 18763776 389 33554432000 4194304 4287625 140737104964688 18446744073709551615 228122734095 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/25010/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101026 s]
/proc/loadavg: 4.83 7.05 8.77 2/171 25010
/proc/meminfo: memFree=19411164/32951124 swapFree=67111524/67111528
[pid=25010] ppid=25008 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25010/stat : 25010 (ppfolio) R 25008 25010 23533 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 521411738 18763776 389 33554432000 4194304 4287625 140737104964688 18446744073709551615 228122734095 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/25010/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300989 s]
/proc/loadavg: 4.83 7.05 8.77 2/171 25010
/proc/meminfo: memFree=19411164/32951124 swapFree=67111524/67111528
[pid=25010] ppid=25008 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25010/stat : 25010 (ppfolio) S 25008 25010 23533 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 521411738 18763776 389 33554432000 4194304 4287625 140737104964688 18446744073709551615 228122734095 0 0 4096 65536 4604957423877226495 0 0 17 1 0 0 0
/proc/25010/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700919 s]
/proc/loadavg: 4.83 7.05 8.77 2/171 25010
/proc/meminfo: memFree=19411164/32951124 swapFree=67111524/67111528
[pid=25010] ppid=25008 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25010/stat : 25010 (ppfolio) S 25008 25010 23533 0 -1 4202496 519 0 0 0 0 0 0 0 19 0 1 0 521411738 18763776 389 33554432000 4194304 4287625 140737104964688 18446744073709551615 228122734095 0 0 4096 65536 4604957423877226495 0 0 17 1 0 0 0
/proc/25010/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50078 s]
/proc/loadavg: 4.83 7.05 8.77 6/177 25016
/proc/meminfo: memFree=18989020/32951124 swapFree=67111524/67111528
[pid=25010] ppid=25008 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25010/stat : 25010 (ppfolio) S 25008 25010 23533 0 -1 4202496 519 0 0 0 0 0 0 0 19 0 1 0 521411738 18763776 389 33554432000 4194304 4287625 140737104964688 18446744073709551615 228122734095 0 0 4096 65536 4604957423877226495 0 0 17 1 0 0 0
/proc/25010/statm: 4581 389 341 23 0 91 0
[pid=25011] ppid=25010 vsize=195744 CPUtime=1.48 cores=1
/proc/25011/stat : 25011 (cryptominisat) R 25010 25010 23533 0 -1 4202496 32523 0 0 0 144 4 0 0 23 0 1 0 521411739 200441856 31598 33554432000 4194304 4587354 140734301586544 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25011/statm: 48936 31598 306 96 0 45498 0
[pid=25012] ppid=25010 vsize=195332 CPUtime=1.49 cores=5
/proc/25012/stat : 25012 (clasp) R 25010 25010 23533 0 -1 4202496 53501 0 0 0 141 8 0 0 25 0 1 0 521411739 200019968 43557 33554432000 4194304 4785740 140736805480688 18446744073709551615 228122374853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25012/statm: 48833 43557 319 145 0 45878 0
[pid=25013] ppid=25010 vsize=467840 CPUtime=0.76 cores=7
/proc/25013/stat : 25013 (TNM) R 25010 25010 23533 0 -1 4202496 6619 0 0 0 75 1 0 0 25 0 1 0 521411739 479068160 6517 33554432000 134512640 134534564 4291359840 18446744073709551615 4147241 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25013/statm: 116960 6517 90 6 0 115626 0
[pid=25014] ppid=25010 vsize=61124 CPUtime=1.48 cores=3
/proc/25014/stat : 25014 (lingeling) R 25010 25010 23533 0 -1 4202496 22170 0 0 0 145 3 0 0 25 0 1 0 521411739 62590976 14416 33554432000 4194304 4352236 140736800981168 18446744073709551615 4257155 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25014/statm: 15281 14416 112 39 0 14361 0
[pid=25015] ppid=25010 vsize=93192 CPUtime=0.7 cores=7
/proc/25015/stat : 25015 (march_hi) R 25010 25010 23533 0 -1 4194304 21566 0 0 0 65 5 0 0 25 0 1 0 521411739 95428608 21461 33554432000 4194304 4331988 140734139249808 18446744073709551615 228122247951 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25015/statm: 23298 21461 113 34 0 21740 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 1031556

[startup+3.10049 s]
/proc/loadavg: 4.83 7.05 8.77 6/177 25016
/proc/meminfo: memFree=18779708/32951124 swapFree=67111524/67111528
[pid=25010] ppid=25008 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25010/stat : 25010 (ppfolio) S 25008 25010 23533 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 521411738 18763776 389 33554432000 4194304 4287625 140737104964688 18446744073709551615 228122734095 0 0 4096 65536 4604957423877226495 0 0 17 1 0 0 0
/proc/25010/statm: 4581 389 341 23 0 91 0
[pid=25011] ppid=25010 vsize=265840 CPUtime=3.09 cores=1
/proc/25011/stat : 25011 (cryptominisat) R 25010 25010 23533 0 -1 4202496 49798 0 0 0 302 7 0 0 25 0 1 0 521411739 272220160 48873 33554432000 4194304 4587354 140734301586544 18446744073709551615 4421100 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25011/statm: 66460 48873 312 96 0 63022 0
[pid=25012] ppid=25010 vsize=225792 CPUtime=3.09 cores=5
/proc/25012/stat : 25012 (clasp) R 25010 25010 23533 0 -1 4202496 60920 0 0 0 300 9 0 0 25 0 1 0 521411739 231211008 50976 33554432000 4194304 4785740 140736805480688 18446744073709551615 4482824 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25012/statm: 56448 50976 319 145 0 53493 0
[pid=25013] ppid=25010 vsize=523408 CPUtime=1.56 cores=7
/proc/25013/stat : 25013 (TNM) R 25010 25010 23533 0 -1 4202496 24308 0 0 0 152 4 0 0 25 0 1 0 521411739 535969792 24205 33554432000 134512640 134534564 4291359840 18446744073709551615 134524550 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25013/statm: 130852 24205 91 6 0 129518 0
[pid=25014] ppid=25010 vsize=89256 CPUtime=3.09 cores=3
/proc/25014/stat : 25014 (lingeling) R 25010 25010 23533 0 -1 4202496 34067 0 0 0 304 5 0 0 25 0 1 0 521411739 91398144 21467 33554432000 4194304 4352236 140736800981168 18446744073709551615 4319056 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25014/statm: 22314 21467 119 39 0 21394 0
[pid=25015] ppid=25010 vsize=230292 CPUtime=1.5 cores=7
/proc/25015/stat : 25015 (march_hi) R 25010 25010 23533 0 -1 4194304 57067 0 0 0 141 9 0 0 25 0 1 0 521411739 235819008 44903 33554432000 4194304 4331988 140734139249808 18446744073709551615 228122373586 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25015/statm: 57573 44903 136 34 0 56015 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 1352912

[startup+6.30091 s]
/proc/loadavg: 4.84 7.02 8.75 6/177 25016
/proc/meminfo: memFree=18658576/32951124 swapFree=67111524/67111528
[pid=25010] ppid=25008 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25010/stat : 25010 (ppfolio) S 25008 25010 23533 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 521411738 18763776 389 33554432000 4194304 4287625 140737104964688 18446744073709551615 228122734095 0 0 4096 65536 4604957423877226495 0 0 17 1 0 0 0
/proc/25010/statm: 4581 389 341 23 0 91 0
[pid=25011] ppid=25010 vsize=265840 CPUtime=6.29 cores=1
/proc/25011/stat : 25011 (cryptominisat) R 25010 25010 23533 0 -1 4202496 49798 0 0 0 622 7 0 0 25 0 1 0 521411739 272220160 48873 33554432000 4194304 4587354 140734301586544 18446744073709551615 4421100 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25011/statm: 66460 48873 312 96 0 63022 0
[pid=25012] ppid=25010 vsize=205352 CPUtime=6.28 cores=5
/proc/25012/stat : 25012 (clasp) R 25010 25010 23533 0 -1 4202496 62567 0 0 0 619 9 0 0 25 0 1 0 521411739 210280448 46848 33554432000 4194304 4785740 140736805480688 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25012/statm: 51338 46848 340 145 0 48383 0
[pid=25013] ppid=25010 vsize=523408 CPUtime=3.15 cores=7
/proc/25013/stat : 25013 (TNM) R 25010 25010 23533 0 -1 4202496 24308 0 0 0 311 4 0 0 25 0 1 0 521411739 535969792 24205 33554432000 134512640 134534564 4291359840 18446744073709551615 134524582 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25013/statm: 130852 24205 91 6 0 129518 0
[pid=25014] ppid=25010 vsize=90368 CPUtime=6.29 cores=3
/proc/25014/stat : 25014 (lingeling) R 25010 25010 23533 0 -1 4202496 34357 0 0 0 624 5 0 0 25 0 1 0 521411739 92536832 21757 33554432000 4194304 4352236 140736800981168 18446744073709551615 4228410 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25014/statm: 22592 21757 125 39 0 21672 0
[pid=25015] ppid=25010 vsize=178008 CPUtime=3.1 cores=7
/proc/25015/stat : 25015 (march_hi) R 25010 25010 23533 0 -1 4194304 108346 0 0 0 294 16 0 0 25 0 1 0 521411739 182280192 31670 33554432000 4194304 4331988 140734139249808 18446744073709551615 228122369046 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25015/statm: 44502 31670 129 34 0 42944 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1281300

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

[startup+7.10077 s]
/proc/loadavg: 4.84 7.02 8.75 6/177 25016
/proc/meminfo: memFree=18701108/32951124 swapFree=67111524/67111528
[pid=25010] ppid=25008 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25010/stat : 25010 (ppfolio) S 25008 25010 23533 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 521411738 18763776 389 33554432000 4194304 4287625 140737104964688 18446744073709551615 228122734095 0 0 4096 65536 4604957423877226495 0 0 17 1 0 0 0
/proc/25010/statm: 4581 389 341 23 0 91 0
[pid=25011] ppid=25010 vsize=265840 CPUtime=7.09 cores=1
/proc/25011/stat : 25011 (cryptominisat) R 25010 25010 23533 0 -1 4202496 49798 0 0 0 702 7 0 0 25 0 1 0 521411739 272220160 48873 33554432000 4194304 4587354 140734301586544 18446744073709551615 4421069 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25011/statm: 66460 48873 312 96 0 63022 0
[pid=25012] ppid=25010 vsize=205352 CPUtime=7.08 cores=5
/proc/25012/stat : 25012 (clasp) R 25010 25010 23533 0 -1 4202496 62567 0 0 0 699 9 0 0 25 0 1 0 521411739 210280448 46848 33554432000 4194304 4785740 140736805480688 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25012/statm: 51338 46848 340 145 0 48383 0
[pid=25013] ppid=25010 vsize=523408 CPUtime=3.54 cores=7
/proc/25013/stat : 25013 (TNM) R 25010 25010 23533 0 -1 4202496 24308 0 0 0 350 4 0 0 25 0 1 0 521411739 535969792 24205 33554432000 134512640 134534564 4291359840 18446744073709551615 134524536 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25013/statm: 130852 24205 91 6 0 129518 0
[pid=25014] ppid=25010 vsize=90368 CPUtime=7.09 cores=3
/proc/25014/stat : 25014 (lingeling) R 25010 25010 23533 0 -1 4202496 34357 0 0 0 704 5 0 0 25 0 1 0 521411739 92536832 21757 33554432000 4194304 4352236 140736800981168 18446744073709551615 4298953 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25014/statm: 22592 21757 125 39 0 21672 0
[pid=25015] ppid=25010 vsize=234764 CPUtime=3.49 cores=7
/proc/25015/stat : 25015 (march_hi) R 25010 25010 23533 0 -1 4194304 135290 0 0 0 330 19 0 0 25 0 1 0 521411739 240398336 46395 33554432000 4194304 4331988 140734139249808 18446744073709551615 4252200 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25015/statm: 58691 46395 129 34 0 57133 0
Current children cumulated CPU time (s) 28.29
Current children cumulated vsize (KiB) 1338056

[startup+7.5007 s]
/proc/loadavg: 4.84 7.02 8.75 6/177 25016
/proc/meminfo: memFree=18701108/32951124 swapFree=67111524/67111528
[pid=25010] ppid=25008 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25010/stat : 25010 (ppfolio) S 25008 25010 23533 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 521411738 18763776 389 33554432000 4194304 4287625 140737104964688 18446744073709551615 228122734095 0 0 4096 65536 4604957423877226495 0 0 17 1 0 0 0
/proc/25010/statm: 4581 389 341 23 0 91 0
[pid=25011] ppid=25010 vsize=265840 CPUtime=7.49 cores=1
/proc/25011/stat : 25011 (cryptominisat) R 25010 25010 23533 0 -1 4202496 49798 0 0 0 742 7 0 0 25 0 1 0 521411739 272220160 48873 33554432000 4194304 4587354 140734301586544 18446744073709551615 4367369 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25011/statm: 66460 48873 312 96 0 63022 0
[pid=25012] ppid=25010 vsize=160528 CPUtime=7.49 cores=5
/proc/25012/stat : 25012 (clasp) R 25010 25010 23533 0 -1 4202496 62581 0 0 0 739 10 0 0 25 0 1 0 521411739 164380672 35928 33554432000 4194304 4785740 140736805480688 18446744073709551615 228122362831 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25012/statm: 40132 35928 354 145 0 37177 0
[pid=25013] ppid=25010 vsize=523408 CPUtime=3.74 cores=7
/proc/25013/stat : 25013 (TNM) R 25010 25010 23533 0 -1 4202496 24308 0 0 0 370 4 0 0 25 0 1 0 521411739 535969792 24205 33554432000 134512640 134534564 4291359840 18446744073709551615 134524577 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25013/statm: 130852 24205 91 6 0 129518 0
[pid=25014] ppid=25010 vsize=90368 CPUtime=7.49 cores=3
/proc/25014/stat : 25014 (lingeling) R 25010 25010 23533 0 -1 4202496 34357 0 0 0 744 5 0 0 25 0 1 0 521411739 92536832 21757 33554432000 4194304 4352236 140736800981168 18446744073709551615 4291007 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25014/statm: 22592 21757 125 39 0 21672 0
[pid=25015] ppid=25010 vsize=204940 CPUtime=3.7 cores=7
/proc/25015/stat : 25015 (march_hi) R 25010 25010 23533 0 -1 4194304 140059 0 0 0 350 20 0 0 25 0 1 0 521411739 209858560 38945 33554432000 4194304 4331988 140734139249808 18446744073709551615 4251649 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25015/statm: 51235 38945 129 34 0 49677 0
Current children cumulated CPU time (s) 29.91
Current children cumulated vsize (KiB) 1263408

[startup+7.70666 s]
/proc/loadavg: 4.84 7.02 8.75 6/177 25016
/proc/meminfo: memFree=18730744/32951124 swapFree=67111524/67111528
[pid=25010] ppid=25008 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25010/stat : 25010 (ppfolio) S 25008 25010 23533 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 521411738 18763776 389 33554432000 4194304 4287625 140737104964688 18446744073709551615 228122734095 0 0 4096 65536 4604957423877226495 0 0 17 1 0 0 0
/proc/25010/statm: 4581 389 341 23 0 91 0
[pid=25011] ppid=25010 vsize=265840 CPUtime=7.7 cores=1
/proc/25011/stat : 25011 (cryptominisat) R 25010 25010 23533 0 -1 4202496 49798 0 0 0 763 7 0 0 25 0 1 0 521411739 272220160 48873 33554432000 4194304 4587354 140734301586544 18446744073709551615 4421203 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25011/statm: 66460 48873 312 96 0 63022 0
[pid=25012] ppid=25010 vsize=96220 CPUtime=7.69 cores=5
/proc/25012/stat : 25012 (clasp) R 25010 25010 23533 0 -1 4202496 62582 0 0 0 759 10 0 0 25 0 1 0 521411739 98529280 16812 33554432000 4194304 4785740 140736805480688 18446744073709551615 228122739818 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25012/statm: 24055 16812 355 145 0 21100 0
[pid=25013] ppid=25010 vsize=523408 CPUtime=3.84 cores=7
/proc/25013/stat : 25013 (TNM) R 25010 25010 23533 0 -1 4202496 24308 0 0 0 380 4 0 0 25 0 1 0 521411739 535969792 24205 33554432000 134512640 134534564 4291359840 18446744073709551615 134524664 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25013/statm: 130852 24205 91 6 0 129518 0
[pid=25014] ppid=25010 vsize=92596 CPUtime=7.69 cores=3
/proc/25014/stat : 25014 (lingeling) R 25010 25010 23533 0 -1 4202496 34914 0 0 0 764 5 0 0 25 0 1 0 521411739 94818304 22314 33554432000 4194304 4352236 140736800981168 18446744073709551615 4291888 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25014/statm: 23149 22314 125 39 0 22229 0
[pid=25015] ppid=25010 vsize=181780 CPUtime=3.8 cores=7
/proc/25015/stat : 25015 (march_hi) R 25010 25010 23533 0 -1 4194304 140062 0 0 0 360 20 0 0 25 0 1 0 521411739 186142720 31652 33554432000 4194304 4331988 140734139249808 18446744073709551615 228122109353 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25015/statm: 45445 31652 129 34 0 43887 0
Current children cumulated CPU time (s) 30.72
Current children cumulated vsize (KiB) 1178168

Child status: 0
Real time (s): 7.72203
CPU time (s): 30.8113
CPU user time (s): 30.2994
CPU system time (s): 0.511922
CPU usage (%): 399.005
Max. virtual memory (cumulated for all children) (KiB): 1359848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.2994
system time used= 0.511922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 312204
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= 63
involuntary context switches= 234

runsolver used 0.006998 second user time and 0.040993 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-29 19:28:58
IDJOB=3293814
IDBENCH=88178
IDSOLVER=1612
FILE ID=node138/3293814-1304098137
RUNJOBID= node138-1304093161-24370
PBS_JOBID= 13170556
Free space on /tmp= 71796 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-6-U-7061.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293814-1304098137/watcher-3293814-1304098137 -o /tmp/evaluation-result-3293814-1304098137/solver-3293814-1304098137 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3293814-1304098137.cnf

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

MD5SUM BENCH= b15321a24257fa4bdfd9c20c782f4c0e
RANDOM SEED=1392248350

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19411576 kB
Buffers:       2036044 kB
Cached:       10874632 kB
SwapCached:          4 kB
Active:        2886372 kB
Inactive:     10088140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19411576 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           32624 kB
Writeback:           0 kB
AnonPages:       63000 kB
Mapped:          14712 kB
Slab:           501304 kB
PageTables:       4432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187516 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 node138 at 2011-04-29 19:29:05