Trace number 3483902

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
borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)? (TO) 1200.06 1199.83

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4573.36
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

Solver Data

0.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.30/0.46	c INFO: solving HOME/instance-3483902-1307748452.cnf
0.30/0.46	c INFO: computing task features
3.98/4.15	c INFO: computed variable-clause graph statistics
4.08/4.27	c INFO: computed clause balance statistics
21.38/21.53	c INFO: computed variable balance statistics
34.37/34.59	c INFO: computed small-clause counts
34.77/34.93	c INFO: computed Horn-clause counts
139.16/139.36	c INFO: computed variable graph statistics
139.16/139.36	c INFO: collected features for HOME/instance-3483902-1307748452.cnf in 138.75 s
139.16/139.37	c INFO: running lingeling-276@0 for 97 with 1061 remaining (b = 0.54)
239.27/239.50	c INFO: running cryptominisat-2.9.0@0 for 961 with 961 remaining (b = 0.45)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3483902-1307748452/watcher-3483902-1307748452 -o /tmp/evaluation-result-3483902-1307748452/solver-3483902-1307748452 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483902-1307748452.cnf -seed 409621536 -budget 1200 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.15 4.02 3.15 4/196 28956
/proc/meminfo: memFree=27156364/32951124 swapFree=67063272/67111528
[pid=28956] ppid=28954 vsize=15380 CPUtime=0 cores=1,3
/proc/28956/stat : 28956 (python) S 28954 28956 28449 0 -1 4202496 796 0 0 0 0 0 0 0 20 0 1 0 886443489 15749120 681 33554432000 4194304 5683644 140736448147136 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 1 0 0 0
/proc/28956/statm: 3845 681 322 364 0 332 0

[startup+0.0109681 s]
/proc/loadavg: 4.15 4.02 3.15 4/196 28956
/proc/meminfo: memFree=27156364/32951124 swapFree=67063272/67111528
[pid=28956] ppid=28954 vsize=15772 CPUtime=0 cores=1,3
/proc/28956/stat : 28956 (python) S 28954 28956 28449 0 -1 4202496 936 0 0 0 0 0 0 0 20 0 1 0 886443489 16150528 813 33554432000 4194304 5683644 140736448147136 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 1 0 0 0
/proc/28956/statm: 3943 813 356 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+0.100991 s]
/proc/loadavg: 4.15 4.02 3.15 4/196 28956
/proc/meminfo: memFree=27156364/32951124 swapFree=67063272/67111528
[pid=28956] ppid=28954 vsize=104224 CPUtime=0.06 cores=1,3
/proc/28956/stat : 28956 (python) R 28954 28956 28449 0 -1 4202496 3067 0 0 0 4 2 0 0 17 0 1 0 886443489 106725376 2747 33554432000 4194304 5683644 140736448147136 18446744073709551615 232335890432 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/28956/statm: 26056 2747 847 364 0 1804 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104224

[startup+0.300956 s]
/proc/loadavg: 4.15 4.02 3.15 4/196 28956
/proc/meminfo: memFree=27156364/32951124 swapFree=67063272/67111528
[pid=28956] ppid=28954 vsize=187688 CPUtime=0.22 cores=1,3
/proc/28956/stat : 28956 (python) S 28954 28956 28449 0 -1 4202496 6834 931 1 0 15 7 0 0 17 0 1 0 886443489 192192512 4882 33554432000 4194304 5683644 140736448147136 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 1 0 0 0
/proc/28956/statm: 46922 4882 1399 364 0 3723 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 187688

[startup+0.700882 s]
/proc/loadavg: 4.15 4.02 3.15 4/196 28956
/proc/meminfo: memFree=27156364/32951124 swapFree=67063272/67111528
[pid=28956] ppid=28954 vsize=313904 CPUtime=0.58 cores=1,3
/proc/28956/stat : 28956 (python) R 28954 28956 28449 0 -1 4202496 18104 931 1 0 48 10 0 0 17 0 1 0 886443489 321437696 15773 33554432000 4194304 5683644 140736448147136 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28956/statm: 78476 15773 1761 364 0 14400 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 313904

[startup+1.50075 s]
/proc/loadavg: 4.15 4.02 3.15 5/197 28961
/proc/meminfo: memFree=27077456/32951124 swapFree=67063272/67111528
[pid=28956] ppid=28954 vsize=368288 CPUtime=1.38 cores=1,3
/proc/28956/stat : 28956 (python) R 28954 28956 28449 0 -1 4202496 31423 931 1 0 126 12 0 0 18 0 1 0 886443489 377126912 29092 33554432000 4194304 5683644 140736448147136 18446744073709551615 232335553221 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28956/statm: 92072 29092 1761 364 0 27996 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 368288

[startup+3.10047 s]
/proc/loadavg: 4.15 4.02 3.15 5/197 28961
/proc/meminfo: memFree=27003924/32951124 swapFree=67063272/67111528
[pid=28956] ppid=28954 vsize=470812 CPUtime=2.98 cores=1,3
/proc/28956/stat : 28956 (python) R 28954 28956 28449 0 -1 4202496 55735 931 1 0 282 16 0 0 21 0 1 0 886443489 482111488 53404 33554432000 4194304 5683644 140736448147136 18446744073709551615 47955537672901 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28956/statm: 117703 53406 1761 364 0 53627 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 470812

[startup+6.30089 s]
/proc/loadavg: 4.13 4.02 3.16 5/197 28961
/proc/meminfo: memFree=26900596/32951124 swapFree=67063272/67111528
[pid=28956] ppid=28954 vsize=505744 CPUtime=6.18 cores=1,3
/proc/28956/stat : 28956 (python) R 28954 28956 28449 0 -1 4202496 92125 931 1 0 597 21 0 0 25 0 1 0 886443489 517881856 63821 33554432000 4194304 5683644 140736448147136 18446744073709551615 47955537717730 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28956/statm: 126436 63821 1826 364 0 62360 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 505744

[startup+12.7008 s]
/proc/loadavg: 4.12 4.02 3.16 5/197 28961
/proc/meminfo: memFree=26895460/32951124 swapFree=67063272/67111528
[pid=28956] ppid=28954 vsize=505744 CPUtime=12.58 cores=1,3
/proc/28956/stat : 28956 (python) R 28954 28956 28449 0 -1 4202496 92125 931 1 0 1237 21 0 0 25 0 1 0 886443489 517881856 63821 33554432000 4194304 5683644 140736448147136 18446744073709551615 47955537571658 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28956/statm: 126436 63821 1826 364 0 62360 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 505744

[startup+25.5005 s]
/proc/loadavg: 4.10 4.01 3.18 5/197 28962
/proc/meminfo: memFree=26807184/32951124 swapFree=67063272/67111528
[pid=28956] ppid=28954 vsize=505744 CPUtime=25.38 cores=1,3
/proc/28956/stat : 28956 (python) R 28954 28956 28449 0 -1 4202496 92126 931 1 0 2517 21 0 0 25 0 1 0 886443489 517881856 63822 33554432000 4194304 5683644 140736448147136 18446744073709551615 47955570155105 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28956/statm: 126436 63822 1827 364 0 62360 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 505744

[startup+51.1009 s]
/proc/loadavg: 4.12 4.03 3.20 5/197 28962
/proc/meminfo: memFree=26800996/32951124 swapFree=67063272/67111528
[pid=28956] ppid=28954 vsize=505744 CPUtime=50.97 cores=1,3
/proc/28956/stat : 28956 (python) R 28954 28956 28449 0 -1 4202496 92132 931 1 0 5076 21 0 0 25 0 1 0 886443489 517881856 63828 33554432000 4194304 5683644 140736448147136 18446744073709551615 47955537492108 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28956/statm: 126436 63828 1833 364 0 62360 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 505744

[startup+102.307 s]
/proc/loadavg: 4.05 4.02 3.24 5/197 28964
/proc/meminfo: memFree=26713756/32951124 swapFree=67063272/67111528
[pid=28956] ppid=28954 vsize=505744 CPUtime=102.18 cores=1,3
/proc/28956/stat : 28956 (python) R 28954 28956 28449 0 -1 4202496 92132 931 1 0 10197 21 0 0 25 0 1 0 886443489 517881856 63828 33554432000 4194304 5683644 140736448147136 18446744073709551615 47955537492096 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28956/statm: 126436 63828 1833 364 0 62360 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 505744

[startup+162.301 s]
/proc/loadavg: 4.02 4.02 3.29 5/200 28968
/proc/meminfo: memFree=26516632/32951124 swapFree=67063272/67111528
[pid=28956] ppid=28954 vsize=498620 CPUtime=139.24 cores=1,3
/proc/28956/stat : 28956 (python) S 28954 28956 28449 0 -1 4202496 92416 931 1 0 13902 22 0 0 20 0 2 0 886443489 510586880 59518 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28956/statm: 124655 59518 1867 364 0 60573 0
[pid=28966] ppid=28956 vsize=488376 CPUtime=0.02 cores=1,3
/proc/28966/stat : 28966 (python) S 28956 28956 28449 0 -1 4202560 898 0 0 0 1 1 0 0 18 0 1 0 886457427 500097024 58023 33554432000 4194304 5683644 140736448147136 18446744073709551615 232335912463 0 0 16781312 514 9348769138979340552 0 0 17 1 0 0 0
/proc/28966/statm: 122094 58023 376 364 0 58012 0
[pid=28968] ppid=28966 vsize=138108 CPUtime=22.88 cores=1,3
/proc/28968/stat : 28968 (lingeling) R 28966 28968 28968 0 -1 4202496 47044 0 0 0 2283 5 0 0 25 0 1 0 886457427 141422592 31650 33554432000 4194304 4352236 140737111754480 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28968/statm: 34527 31650 129 39 0 33607 0
[pid=28956/tid=28967] ppid=28954 vsize=498620 CPUtime=0 cores=1,3
/proc/28956/task/28967/stat : 28967 (python) S 28954 28956 28449 0 -1 4202560 32 931 0 0 0 0 0 0 20 0 2 0 886457427 510586880 59518 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347716017 0 0 16781312 2 18446604471135045696 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 1125104

[startup+222.3 s]
/proc/loadavg: 4.00 4.01 3.33 5/200 29016
/proc/meminfo: memFree=26479004/32951124 swapFree=67063272/67111528
[pid=28956] ppid=28954 vsize=498620 CPUtime=139.24 cores=1,3
/proc/28956/stat : 28956 (python) S 28954 28956 28449 0 -1 4202496 92416 931 1 0 13902 22 0 0 20 0 2 0 886443489 510586880 59518 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28956/statm: 124655 59518 1867 364 0 60573 0
[pid=28966] ppid=28956 vsize=488376 CPUtime=0.11 cores=1,3
/proc/28966/stat : 28966 (python) S 28956 28956 28449 0 -1 4202560 927 0 0 0 6 5 0 0 18 0 1 0 886457427 500097024 58023 33554432000 4194304 5683644 140736448147136 18446744073709551615 232335912463 0 0 16781312 514 9348769138979340552 0 0 17 1 0 0 0
/proc/28966/statm: 122094 58023 376 364 0 58012 0
[pid=28968] ppid=28966 vsize=140916 CPUtime=82.77 cores=1,3
/proc/28968/stat : 28968 (lingeling) R 28966 28968 28968 0 -1 4202496 52226 0 0 0 8271 6 0 0 25 0 1 0 886457427 144297984 34399 33554432000 4194304 4352236 140737111754480 18446744073709551615 4236223 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/28968/statm: 35229 34399 129 39 0 34309 0
[pid=28956/tid=28967] ppid=28954 vsize=498620 CPUtime=0 cores=1,3
/proc/28956/task/28967/stat : 28967 (python) S 28954 28956 28449 0 -1 4202560 32 931 0 0 0 0 0 0 20 0 2 0 886457427 510586880 59518 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347716017 0 0 16781312 2 18446604471135045696 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 1127912

[startup+282.301 s]
/proc/loadavg: 4.00 4.01 3.37 5/204 29021
/proc/meminfo: memFree=25751788/32951124 swapFree=67063272/67111528
[pid=28956] ppid=28954 vsize=508876 CPUtime=139.25 cores=1,3
/proc/28956/stat : 28956 (python) S 28954 28956 28449 0 -1 4202496 93235 931 1 0 13903 22 0 0 20 0 3 0 886443489 521089024 59525 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28956/statm: 127219 59525 1870 364 0 63134 0
[pid=28966] ppid=28956 vsize=498620 CPUtime=0.13 cores=1,3
/proc/28966/stat : 28966 (python) S 28956 28956 28449 0 -1 4202560 1163 0 0 0 7 6 0 0 19 0 2 0 886457427 510586880 58066 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28966/statm: 124655 58066 414 364 0 60573 0
[pid=28968] ppid=28966 vsize=140864 CPUtime=99.91 cores=1,3
/proc/28968/stat : 28968 (lingeling) T 28966 28968 28968 0 -1 4202496 52226 0 0 0 9985 6 0 0 25 0 1 0 886457427 144244736 34386 33554432000 4194304 4352236 140737111754480 18446744073709551615 4319056 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/28968/statm: 35216 34386 129 39 0 34296 0
[pid=28966/tid=29017] ppid=28956 vsize=498620 CPUtime=0 cores=1,3
/proc/28966/task/29017/stat : 29017 (python) S 28956 28956 28449 0 -1 4202560 119 0 0 0 0 0 0 0 19 0 2 0 886467440 510586880 58066 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347716017 0 0 16781312 514 18446604471128781120 0 0 -1 3 0 0 0
[pid=29018] ppid=28956 vsize=498632 CPUtime=0.05 cores=1,3
/proc/29018/stat : 29018 (python) S 28956 28956 28449 0 -1 4202560 913 0 0 0 3 2 0 0 15 0 1 0 886467440 510599168 58021 33554432000 4194304 5683644 140736448147136 18446744073709551615 232335912518 0 0 16781312 514 9348769138979340549 0 0 17 1 0 0 0
/proc/29018/statm: 124658 58021 370 364 0 60573 0
[pid=29020] ppid=29018 vsize=859808 CPUtime=42.73 cores=1,3
/proc/29020/stat : 29020 (cryptominisat-2) R 29018 29020 29020 0 -1 4202496 199506 0 0 0 4251 22 0 0 25 0 1 0 886467441 880443392 176544 33554432000 4194304 4677096 140735005540928 18446744073709551615 4250205 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29020/statm: 214952 176544 393 118 0 209911 0
[pid=28956/tid=28967] ppid=28954 vsize=508876 CPUtime=0 cores=1,3
/proc/28956/task/28967/stat : 28967 (python) S 28954 28956 28449 0 -1 4202560 32 931 0 0 0 0 0 0 20 0 3 0 886457427 521089024 59525 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347716017 0 0 16781312 2 18446604471135045696 0 0 -1 3 0 0 0
[pid=28956/tid=29019] ppid=28954 vsize=508876 CPUtime=0 cores=1,3
/proc/28956/task/29019/stat : 29019 (python) S 28954 28956 28449 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 3 0 886467441 521089024 59525 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347716017 0 0 16781312 2 18446604471135045696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 2506800

[startup+342.301 s]
/proc/loadavg: 4.04 4.02 3.41 5/204 29023
/proc/meminfo: memFree=25473560/32951124 swapFree=67063272/67111528
[pid=28956] ppid=28954 vsize=508876 CPUtime=139.25 cores=1,3
/proc/28956/stat : 28956 (python) S 28954 28956 28449 0 -1 4202496 93235 931 1 0 13903 22 0 0 20 0 3 0 886443489 521089024 59525 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28956/statm: 127219 59525 1870 364 0 63134 0
[pid=28966] ppid=28956 vsize=498620 CPUtime=0.13 cores=1,3
/proc/28966/stat : 28966 (python) S 28956 28956 28449 0 -1 4202560 1163 0 0 0 7 6 0 0 19 0 2 0 886457427 510586880 58066 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28966/statm: 124655 58066 414 364 0 60573 0
[pid=28968] ppid=28966 vsize=140864 CPUtime=99.91 cores=1,3
/proc/28968/stat : 28968 (lingeling) T 28966 28968 28968 0 -1 4202496 52226 0 0 0 9985 6 0 0 25 0 1 0 886457427 144244736 34386 33554432000 4194304 4352236 140737111754480 18446744073709551615 4319056 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/28968/statm: 35216 34386 129 39 0 34296 0

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

[pid=29018] ppid=28956 vsize=498632 CPUtime=1 cores=1,3
/proc/29018/stat : 29018 (python) S 28956 28956 28449 0 -1 4202560 988 0 0 0 53 47 0 0 15 0 1 0 886467440 510599168 58021 33554432000 4194304 5683644 140736448147136 18446744073709551615 232335912518 0 0 16781312 514 9348769138979340549 0 0 17 1 0 0 0
/proc/29018/statm: 124658 58021 370 364 0 60573 0
[pid=29020] ppid=29018 vsize=1642604 CPUtime=702.12 cores=1,3
/proc/29020/stat : 29020 (cryptominisat-2) R 29018 29020 29020 0 -1 4202496 376506 0 0 0 70161 51 0 0 25 0 1 0 886467441 1682026496 345581 33554432000 4194304 4677096 140735005540928 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29020/statm: 410651 345581 393 118 0 405610 0
[pid=28956/tid=28967] ppid=28954 vsize=508876 CPUtime=0 cores=1,3
/proc/28956/task/28967/stat : 28967 (python) S 28954 28956 28449 0 -1 4202560 32 931 0 0 0 0 0 0 20 0 3 0 886457427 521089024 59525 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347716017 0 0 16781312 2 18446604471135045696 0 0 -1 3 0 0 0
[pid=28956/tid=29019] ppid=28954 vsize=508876 CPUtime=0 cores=1,3
/proc/28956/task/29019/stat : 29019 (python) S 28954 28956 28449 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 3 0 886467441 521089024 59525 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347716017 0 0 16781312 2 18446604471135045696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 942.41
Current children cumulated vsize (KiB) 3289596

[startup+1002.3 s]
/proc/loadavg: 4.03 4.02 3.71 5/208 29091
/proc/meminfo: memFree=25153640/32951124 swapFree=67063272/67111528
[pid=28956] ppid=28954 vsize=508876 CPUtime=139.25 cores=1,3
/proc/28956/stat : 28956 (python) S 28954 28956 28449 0 -1 4202496 93235 931 1 0 13903 22 0 0 20 0 3 0 886443489 521089024 59525 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28956/statm: 127219 59525 1870 364 0 63134 0
[pid=28966] ppid=28956 vsize=498620 CPUtime=0.13 cores=1,3
/proc/28966/stat : 28966 (python) S 28956 28956 28449 0 -1 4202560 1163 0 0 0 7 6 0 0 19 0 2 0 886457427 510586880 58066 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28966/statm: 124655 58066 414 364 0 60573 0
[pid=28968] ppid=28966 vsize=140864 CPUtime=99.91 cores=1,3
/proc/28968/stat : 28968 (lingeling) T 28966 28968 28968 0 -1 4202496 52226 0 0 0 9985 6 0 0 25 0 1 0 886457427 144244736 34386 33554432000 4194304 4352236 140737111754480 18446744073709551615 4319056 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/28968/statm: 35216 34386 129 39 0 34296 0
[pid=28966/tid=29017] ppid=28956 vsize=498620 CPUtime=0 cores=1,3
/proc/28966/task/29017/stat : 29017 (python) S 28956 28956 28449 0 -1 4202560 119 0 0 0 0 0 0 0 19 0 2 0 886467440 510586880 58066 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347716017 0 0 16781312 514 18446604471128781120 0 0 -1 3 0 0 0
[pid=29018] ppid=28956 vsize=498632 CPUtime=1.09 cores=1,3
/proc/29018/stat : 29018 (python) S 28956 28956 28449 0 -1 4202560 988 0 0 0 58 51 0 0 16 0 1 0 886467440 510599168 58021 33554432000 4194304 5683644 140736448147136 18446744073709551615 232335912518 0 0 16781312 514 9348769138979340549 0 0 17 1 0 0 0
/proc/29018/statm: 124658 58021 370 364 0 60573 0
[pid=29020] ppid=29018 vsize=1642604 CPUtime=762.06 cores=1,3
/proc/29020/stat : 29020 (cryptominisat-2) R 29018 29020 29020 0 -1 4202496 376515 0 0 0 76155 51 0 0 25 0 1 0 886467441 1682026496 345590 33554432000 4194304 4677096 140735005540928 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29020/statm: 410651 345590 393 118 0 405610 0
[pid=28956/tid=28967] ppid=28954 vsize=508876 CPUtime=0 cores=1,3
/proc/28956/task/28967/stat : 28967 (python) S 28954 28956 28449 0 -1 4202560 32 931 0 0 0 0 0 0 20 0 3 0 886457427 521089024 59525 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347716017 0 0 16781312 2 18446604471135045696 0 0 -1 3 0 0 0
[pid=28956/tid=29019] ppid=28954 vsize=508876 CPUtime=0 cores=1,3
/proc/28956/task/29019/stat : 29019 (python) S 28954 28956 28449 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 3 0 886467441 521089024 59525 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347716017 0 0 16781312 2 18446604471135045696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1002.44
Current children cumulated vsize (KiB) 3289596

[startup+1062.3 s]
/proc/loadavg: 4.08 4.03 3.73 5/201 29135
/proc/meminfo: memFree=26290588/32951124 swapFree=67063272/67111528
[pid=28956] ppid=28954 vsize=508876 CPUtime=139.25 cores=1,3
/proc/28956/stat : 28956 (python) S 28954 28956 28449 0 -1 4202496 93235 931 1 0 13903 22 0 0 20 0 3 0 886443489 521089024 59525 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28956/statm: 127219 59525 1870 364 0 63134 0
[pid=28966] ppid=28956 vsize=498620 CPUtime=0.13 cores=1,3
/proc/28966/stat : 28966 (python) S 28956 28956 28449 0 -1 4202560 1163 0 0 0 7 6 0 0 19 0 2 0 886457427 510586880 58066 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28966/statm: 124655 58066 414 364 0 60573 0
[pid=28968] ppid=28966 vsize=140864 CPUtime=99.91 cores=1,3
/proc/28968/stat : 28968 (lingeling) T 28966 28968 28968 0 -1 4202496 52226 0 0 0 9985 6 0 0 25 0 1 0 886457427 144244736 34386 33554432000 4194304 4352236 140737111754480 18446744073709551615 4319056 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/28968/statm: 35216 34386 129 39 0 34296 0
[pid=28966/tid=29017] ppid=28956 vsize=498620 CPUtime=0 cores=1,3
/proc/28966/task/29017/stat : 29017 (python) S 28956 28956 28449 0 -1 4202560 119 0 0 0 0 0 0 0 19 0 2 0 886467440 510586880 58066 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347716017 0 0 16781312 514 18446604471128781120 0 0 -1 3 0 0 0
[pid=29018] ppid=28956 vsize=498632 CPUtime=1.18 cores=1,3
/proc/29018/stat : 29018 (python) S 28956 28956 28449 0 -1 4202560 988 0 0 0 63 55 0 0 15 0 1 0 886467440 510599168 58021 33554432000 4194304 5683644 140736448147136 18446744073709551615 232335912518 0 0 16781312 514 9348769138979340549 0 0 17 1 0 0 0
/proc/29018/statm: 124658 58021 370 364 0 60573 0
[pid=29020] ppid=29018 vsize=1674508 CPUtime=822.02 cores=1,3
/proc/29020/stat : 29020 (cryptominisat-2) R 29018 29020 29020 0 -1 4202496 382816 0 0 0 82149 53 0 0 25 0 1 0 886467441 1714696192 351891 33554432000 4194304 4677096 140735005540928 18446744073709551615 4317737 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29020/statm: 418627 351891 393 118 0 413586 0
[pid=28956/tid=28967] ppid=28954 vsize=508876 CPUtime=0 cores=1,3
/proc/28956/task/28967/stat : 28967 (python) S 28954 28956 28449 0 -1 4202560 32 931 0 0 0 0 0 0 20 0 3 0 886457427 521089024 59525 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347716017 0 0 16781312 2 18446604471135045696 0 0 -1 3 0 0 0
[pid=28956/tid=29019] ppid=28954 vsize=508876 CPUtime=0 cores=1,3
/proc/28956/task/29019/stat : 29019 (python) S 28954 28956 28449 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 3 0 886467441 521089024 59525 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347716017 0 0 16781312 2 18446604471135045696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1062.49
Current children cumulated vsize (KiB) 3321500

[startup+1122.3 s]
/proc/loadavg: 4.17 4.06 3.75 5/204 29183
/proc/meminfo: memFree=28981676/32951124 swapFree=67063272/67111528
[pid=28956] ppid=28954 vsize=508876 CPUtime=139.25 cores=1,3
/proc/28956/stat : 28956 (python) S 28954 28956 28449 0 -1 4202496 93235 931 1 0 13903 22 0 0 20 0 3 0 886443489 521089024 59525 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28956/statm: 127219 59525 1870 364 0 63134 0
[pid=28966] ppid=28956 vsize=498620 CPUtime=0.13 cores=1,3
/proc/28966/stat : 28966 (python) S 28956 28956 28449 0 -1 4202560 1163 0 0 0 7 6 0 0 19 0 2 0 886457427 510586880 58066 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28966/statm: 124655 58066 414 364 0 60573 0
[pid=28968] ppid=28966 vsize=140864 CPUtime=99.91 cores=1,3
/proc/28968/stat : 28968 (lingeling) T 28966 28968 28968 0 -1 4202496 52226 0 0 0 9985 6 0 0 25 0 1 0 886457427 144244736 34386 33554432000 4194304 4352236 140737111754480 18446744073709551615 4319056 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/28968/statm: 35216 34386 129 39 0 34296 0
[pid=28966/tid=29017] ppid=28956 vsize=498620 CPUtime=0 cores=1,3
/proc/28966/task/29017/stat : 29017 (python) S 28956 28956 28449 0 -1 4202560 119 0 0 0 0 0 0 0 19 0 2 0 886467440 510586880 58066 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347716017 0 0 16781312 514 18446604471128781120 0 0 -1 3 0 0 0
[pid=29018] ppid=28956 vsize=498632 CPUtime=1.26 cores=1,3
/proc/29018/stat : 29018 (python) S 28956 28956 28449 0 -1 4202560 988 0 0 0 66 60 0 0 15 0 1 0 886467440 510599168 58021 33554432000 4194304 5683644 140736448147136 18446744073709551615 232335912518 0 0 16781312 514 9348769138979340549 0 0 17 1 0 0 0
/proc/29018/statm: 124658 58021 370 364 0 60573 0
[pid=29020] ppid=29018 vsize=1674508 CPUtime=881.96 cores=1,3
/proc/29020/stat : 29020 (cryptominisat-2) R 29018 29020 29020 0 -1 4202496 383742 0 0 0 88143 53 0 0 25 0 1 0 886467441 1714696192 352817 33554432000 4194304 4677096 140735005540928 18446744073709551615 4321158 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29020/statm: 418627 352817 393 118 0 413586 0
[pid=28956/tid=28967] ppid=28954 vsize=508876 CPUtime=0 cores=1,3
/proc/28956/task/28967/stat : 28967 (python) S 28954 28956 28449 0 -1 4202560 32 931 0 0 0 0 0 0 20 0 3 0 886457427 521089024 59525 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347716017 0 0 16781312 2 18446604471135045696 0 0 -1 3 0 0 0
[pid=28956/tid=29019] ppid=28954 vsize=508876 CPUtime=0 cores=1,3
/proc/28956/task/29019/stat : 29019 (python) S 28954 28956 28449 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 3 0 886467441 521089024 59525 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347716017 0 0 16781312 2 18446604471135045696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1122.51
Current children cumulated vsize (KiB) 3321500

[startup+1182.3 s]
/proc/loadavg: 4.10 4.06 3.77 5/204 29184
/proc/meminfo: memFree=28967572/32951124 swapFree=67063272/67111528
[pid=28956] ppid=28954 vsize=508876 CPUtime=139.25 cores=1,3
/proc/28956/stat : 28956 (python) S 28954 28956 28449 0 -1 4202496 93235 931 1 0 13903 22 0 0 20 0 3 0 886443489 521089024 59525 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28956/statm: 127219 59525 1870 364 0 63134 0
[pid=28966] ppid=28956 vsize=498620 CPUtime=0.13 cores=1,3
/proc/28966/stat : 28966 (python) S 28956 28956 28449 0 -1 4202560 1163 0 0 0 7 6 0 0 19 0 2 0 886457427 510586880 58066 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28966/statm: 124655 58066 414 364 0 60573 0
[pid=28968] ppid=28966 vsize=140864 CPUtime=99.91 cores=1,3
/proc/28968/stat : 28968 (lingeling) T 28966 28968 28968 0 -1 4202496 52226 0 0 0 9985 6 0 0 25 0 1 0 886457427 144244736 34386 33554432000 4194304 4352236 140737111754480 18446744073709551615 4319056 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/28968/statm: 35216 34386 129 39 0 34296 0
[pid=28966/tid=29017] ppid=28956 vsize=498620 CPUtime=0 cores=1,3
/proc/28966/task/29017/stat : 29017 (python) S 28956 28956 28449 0 -1 4202560 119 0 0 0 0 0 0 0 19 0 2 0 886467440 510586880 58066 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347716017 0 0 16781312 514 18446604471128781120 0 0 -1 3 0 0 0
[pid=29018] ppid=28956 vsize=498632 CPUtime=1.34 cores=1,3
/proc/29018/stat : 29018 (python) S 28956 28956 28449 0 -1 4202560 988 0 0 0 70 64 0 0 15 0 1 0 886467440 510599168 58021 33554432000 4194304 5683644 140736448147136 18446744073709551615 232335912518 0 0 16781312 514 9348769138979340549 0 0 17 1 0 0 0
/proc/29018/statm: 124658 58021 370 364 0 60573 0
[pid=29020] ppid=29018 vsize=1674508 CPUtime=941.89 cores=1,3
/proc/29020/stat : 29020 (cryptominisat-2) R 29018 29020 29020 0 -1 4202496 383742 0 0 0 94136 53 0 0 25 0 1 0 886467441 1714696192 352817 33554432000 4194304 4677096 140735005540928 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29020/statm: 418627 352817 393 118 0 413586 0
[pid=28956/tid=28967] ppid=28954 vsize=508876 CPUtime=0 cores=1,3
/proc/28956/task/28967/stat : 28967 (python) S 28954 28956 28449 0 -1 4202560 32 931 0 0 0 0 0 0 20 0 3 0 886457427 521089024 59525 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347716017 0 0 16781312 2 18446604471135045696 0 0 -1 3 0 0 0
[pid=28956/tid=29019] ppid=28954 vsize=508876 CPUtime=0 cores=1,3
/proc/28956/task/29019/stat : 29019 (python) S 28954 28956 28449 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 3 0 886467441 521089024 59525 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347716017 0 0 16781312 2 18446604471135045696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1182.52
Current children cumulated vsize (KiB) 3321500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.8 s]
/proc/loadavg: 4.07 4.05 3.77 5/204 29185
/proc/meminfo: memFree=28966976/32951124 swapFree=67063272/67111528
[pid=28956] ppid=28954 vsize=508876 CPUtime=139.25 cores=1,3
/proc/28956/stat : 28956 (python) S 28954 28956 28449 0 -1 4202496 93235 931 1 0 13903 22 0 0 20 0 3 0 886443489 521089024 59525 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28956/statm: 127219 59525 1870 364 0 63134 0
[pid=28966] ppid=28956 vsize=498620 CPUtime=0.13 cores=1,3
/proc/28966/stat : 28966 (python) S 28956 28956 28449 0 -1 4202560 1163 0 0 0 7 6 0 0 19 0 2 0 886457427 510586880 58066 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28966/statm: 124655 58066 414 364 0 60573 0
[pid=28968] ppid=28966 vsize=140864 CPUtime=99.91 cores=1,3
/proc/28968/stat : 28968 (lingeling) T 28966 28968 28968 0 -1 4202496 52226 0 0 0 9985 6 0 0 25 0 1 0 886457427 144244736 34386 33554432000 4194304 4352236 140737111754480 18446744073709551615 4319056 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/28968/statm: 35216 34386 129 39 0 34296 0
[pid=28966/tid=29017] ppid=28956 vsize=498620 CPUtime=0 cores=1,3
/proc/28966/task/29017/stat : 29017 (python) S 28956 28956 28449 0 -1 4202560 119 0 0 0 0 0 0 0 19 0 2 0 886467440 510586880 58066 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347716017 0 0 16781312 514 18446604471128781120 0 0 -1 3 0 0 0
[pid=29018] ppid=28956 vsize=498632 CPUtime=1.38 cores=1,3
/proc/29018/stat : 29018 (python) S 28956 28956 28449 0 -1 4202560 988 0 0 0 72 66 0 0 15 0 1 0 886467440 510599168 58021 33554432000 4194304 5683644 140736448147136 18446744073709551615 232335912518 0 0 16781312 514 9348769138979340549 0 0 17 1 0 0 0
/proc/29018/statm: 124658 58021 370 364 0 60573 0
[pid=29020] ppid=29018 vsize=1674508 CPUtime=959.39 cores=1,3
/proc/29020/stat : 29020 (cryptominisat-2) R 29018 29020 29020 0 -1 4202496 383742 0 0 0 95886 53 0 0 25 0 1 0 886467441 1714696192 352817 33554432000 4194304 4677096 140735005540928 18446744073709551615 4318776 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29020/statm: 418627 352817 393 118 0 413586 0
[pid=28956/tid=28967] ppid=28954 vsize=508876 CPUtime=0 cores=1,3
/proc/28956/task/28967/stat : 28967 (python) S 28954 28956 28449 0 -1 4202560 32 931 0 0 0 0 0 0 20 0 3 0 886457427 521089024 59525 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347716017 0 0 16781312 2 18446604471135045696 0 0 -1 3 0 0 0
[pid=28956/tid=29019] ppid=28954 vsize=508876 CPUtime=0 cores=1,3
/proc/28956/task/29019/stat : 29019 (python) S 28954 28956 28449 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 3 0 886467441 521089024 59525 33554432000 4194304 5683644 140736448147136 18446744073709551615 232347716017 0 0 16781312 2 18446604471135045696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 3321500

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28956 and gives
#  childrusage.ru_utime.tv_sec=139
#  childrusage.ru_utime.tv_usec=34863
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=241963
# CPU time returned by wait4() is 139.277
# while last known CPU time is 1200.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.83
CPU time (s): 1200.06
CPU user time (s): 1198.53
CPU system time (s): 1.53
CPU usage (%): 100.019
Max. virtual memory (cumulated for all children) (KiB): 3321500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 139.035
system time used= 0.241963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94166
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1001
involuntary context switches= 390

runsolver used 1.91071 second user time and 4.64529 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-11 01:27:33
IDJOB=3483902
IDBENCH=82354
IDSOLVER=1976
FILE ID=node132/3483902-1307748452
RUNJOBID= node132-1307747008-28469
PBS_JOBID= 13550826
Free space on /tmp= 73652 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3483902-1307748452/watcher-3483902-1307748452 -o /tmp/evaluation-result-3483902-1307748452/solver-3483902-1307748452 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483902-1307748452.cnf -seed 409621536 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=409621536

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      27156792 kB
Buffers:        227076 kB
Cached:        1341824 kB
SwapCached:       9968 kB
Active:        4976508 kB
Inactive:       595844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27156792 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:          353048 kB
Writeback:           0 kB
AnonPages:     4001696 kB
Mapped:          15892 kB
Slab:           144972 kB
PageTables:      16348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4772364 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73916 MiB
End job on node132 at 2011-06-11 01:47:35