Trace number 3483826

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.05 1201.33

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k45.cnf
MD5SUM8a76c8add64173ae39149aae572a02d9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark185.162
Satisfiable
(Un)Satisfiability was proved
Number of variables37432
Number of clauses147345
Sum of the clauses size401667
Maximum clause length37
Minimum clause length1
Number of clauses of size 1603
Number of clauses of size 269621
Number of clauses of size 371450
Number of clauses of size 4266
Number of clauses of size 5505
Number of clauses of size over 54900

Solver Data

0.51/2.13	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.51/2.13	c INFO: solving HOME/instance-3483826-1307747011.cnf
0.51/2.13	c INFO: computing task features
1.00/2.61	c INFO: computed variable-clause graph statistics
1.00/2.63	c INFO: computed clause balance statistics
3.40/5.05	c INFO: computed variable balance statistics
5.20/6.81	c INFO: computed small-clause counts
5.20/6.82	c INFO: computed Horn-clause counts
7.00/8.67	c INFO: computed variable graph statistics
7.00/8.67	c INFO: collected features for HOME/instance-3483826-1307747011.cnf in 6.53 s
7.00/8.68	c INFO: running lingeling-276@0 for 582 with 1193 remaining (b = 0.56)
593.91/595.34	c INFO: running cryptominisat-2.9.0@0 for 607 with 607 remaining (b = 0.50)

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

running on 2 cores: 0,2

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: 0.00 0.14 2.25 4/189 21008
/proc/meminfo: memFree=31379016/32950928 swapFree=67111528/67111528
[pid=21008] ppid=21006 vsize=15184 CPUtime=0 cores=0,2
/proc/21008/stat : 21008 (python) S 21006 21008 20932 0 -1 4202496 726 0 0 0 0 0 0 0 21 0 1 0 5446142 15548416 615 33554432000 4194304 5683644 140734477059728 18446744073709551615 232124078080 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/21008/statm: 3796 615 321 364 0 283 0

[startup+0.0820621 s]
/proc/loadavg: 0.00 0.14 2.25 4/189 21008
/proc/meminfo: memFree=31379016/32950928 swapFree=67111528/67111528
[pid=21008] ppid=21006 vsize=29788 CPUtime=0.03 cores=0,2
/proc/21008/stat : 21008 (python) S 21006 21008 20932 0 -1 4202496 1416 0 0 0 2 1 0 0 17 0 1 0 5446142 30502912 1258 33554432000 4194304 5683644 140734477059728 18446744073709551615 232124078080 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/21008/statm: 7447 1258 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+1.46682 s]
/proc/loadavg: 0.00 0.14 2.25 4/189 21008
/proc/meminfo: memFree=31379016/32950928 swapFree=67111528/67111528
[pid=21008] ppid=21006 vsize=135748 CPUtime=0.25 cores=0,2
/proc/21008/stat : 21008 (python) S 21006 21008 20932 0 -1 4202496 5973 934 1 0 15 10 0 0 15 0 1 0 5446142 139005952 4149 33554432000 4194304 5683644 140734477059728 18446744073709551615 232124076037 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 1
/proc/21008/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 135748

[startup+1.50081 s]
/proc/loadavg: 0.00 0.14 2.25 4/189 21008
/proc/meminfo: memFree=31379016/32950928 swapFree=67111528/67111528
[pid=21008] ppid=21006 vsize=135748 CPUtime=0.26 cores=0,2
/proc/21008/stat : 21008 (python) S 21006 21008 20932 0 -1 4202496 5975 934 1 0 16 10 0 0 16 0 1 0 5446142 139005952 4149 33554432000 4194304 5683644 140734477059728 18446744073709551615 232124076037 0 2147483391 16781312 2 18446744071699945619 0 0 17 2 0 0 1
/proc/21008/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 135748

[startup+1.6008 s]
/proc/loadavg: 0.00 0.14 2.25 4/189 21008
/proc/meminfo: memFree=31379016/32950928 swapFree=67111528/67111528
[pid=21008] ppid=21006 vsize=135748 CPUtime=0.29 cores=0,2
/proc/21008/stat : 21008 (python) R 21006 21008 20932 0 -1 4202496 5985 934 1 0 17 12 0 0 16 0 1 0 5446142 139005952 4153 33554432000 4194304 5683644 140734477059728 18446744073709551615 232124078080 0 0 16781312 2 0 0 0 17 2 0 0 1
/proc/21008/statm: 33937 4153 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 135748

[startup+1.70078 s]
/proc/loadavg: 0.00 0.14 2.25 4/189 21008
/proc/meminfo: memFree=31379016/32950928 swapFree=67111528/67111528
[pid=21008] ppid=21006 vsize=151212 CPUtime=0.33 cores=0,2
/proc/21008/stat : 21008 (python) S 21006 21008 20932 0 -1 4202496 6326 934 1 0 18 15 0 0 16 0 1 0 5446142 154841088 4441 33554432000 4194304 5683644 140734477059728 18446744073709551615 232119156359 0 2147483391 16781312 2 18446744071699945619 0 0 17 2 0 0 1
/proc/21008/statm: 37803 4441 1220 364 0 3214 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 151212

[startup+3.10052 s]
/proc/loadavg: 0.00 0.14 2.25 5/190 21025
/proc/meminfo: memFree=31231836/32950928 swapFree=67111528/67111528
[pid=21008] ppid=21006 vsize=310912 CPUtime=1.5 cores=0,2
/proc/21008/stat : 21008 (python) R 21006 21008 20932 0 -1 4202496 21477 934 1 0 126 24 0 0 16 0 1 0 5446142 318373888 15113 33554432000 4194304 5683644 140734477059728 18446744073709551615 46965900752883 0 0 16781312 2 0 0 0 17 0 0 0 1
/proc/21008/statm: 77728 15113 1826 364 0 13652 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 310912
heavy processes:

[startup+6.30102 s]
/proc/loadavg: 0.40 0.22 2.27 5/190 21025
/proc/meminfo: memFree=30989304/32950928 swapFree=67111528/67111528
[pid=21008] ppid=21006 vsize=310912 CPUtime=4.7 cores=0,2
/proc/21008/stat : 21008 (python) R 21006 21008 20932 0 -1 4202496 21478 934 1 0 446 24 0 0 22 0 1 0 5446142 318373888 15114 33554432000 4194304 5683644 140734477059728 18446744073709551615 46965900554418 0 0 16781312 2 0 0 0 17 0 0 0 1
/proc/21008/statm: 77728 15114 1827 364 0 13652 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 310912
heavy processes:

[startup+12.7008 s]
/proc/loadavg: 0.69 0.28 2.27 5/196 21031
/proc/meminfo: memFree=30961820/32950928 swapFree=67111528/67111528
[pid=21008] ppid=21006 vsize=318636 CPUtime=7.07 cores=0,2
/proc/21008/stat : 21008 (python) S 21006 21008 20932 0 -1 4202496 21770 934 1 0 683 24 0 0 19 0 2 0 5446142 326283264 14522 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1
/proc/21008/statm: 79659 14522 1867 364 0 15577 0
[pid=21029] ppid=21008 vsize=308392 CPUtime=0 cores=0,2
/proc/21029/stat : 21029 (python) S 21008 21008 20932 0 -1 4202560 886 0 0 0 0 0 0 0 18 0 1 0 5447010 315793408 13027 33554432000 4194304 5683644 140734477059728 18446744073709551615 232124100111 0 0 16781312 514 4366452873408544767 0 0 17 0 0 0 0
/proc/21029/statm: 77098 13027 376 364 0 13016 0
[pid=21031] ppid=21029 vsize=16752 CPUtime=4 cores=0,2
/proc/21031/stat : 21031 (lingeling) R 21029 21031 21031 0 -1 4202496 6280 0 0 0 400 0 0 0 25 0 1 0 5447010 17154048 3103 33554432000 4194304 4352236 140736483361536 18446744073709551615 4280925 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/21031/statm: 4188 3103 129 39 0 3268 0
[pid=21008/tid=21030] ppid=21006 vsize=318636 CPUtime=0 cores=0,2
/proc/21008/task/21030/stat : 21030 (python) S 21006 21008 20932 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 2 0 5447010 326283264 14522 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135903665 0 0 16781312 2 18446604453985334208 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.07
Current children cumulated vsize (KiB) 643780

[startup+25.5066 s]
/proc/loadavg: 1.42 0.46 2.30 5/196 21031
/proc/meminfo: memFree=30963312/32950928 swapFree=67111528/67111528
[pid=21008] ppid=21006 vsize=318636 CPUtime=7.07 cores=0,2
/proc/21008/stat : 21008 (python) S 21006 21008 20932 0 -1 4202496 21770 934 1 0 683 24 0 0 19 0 2 0 5446142 326283264 14522 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1
/proc/21008/statm: 79659 14522 1867 364 0 15577 0
[pid=21029] ppid=21008 vsize=308392 CPUtime=0.02 cores=0,2
/proc/21029/stat : 21029 (python) S 21008 21008 20932 0 -1 4202560 893 0 0 0 1 1 0 0 18 0 1 0 5447010 315793408 13027 33554432000 4194304 5683644 140734477059728 18446744073709551615 232124100111 0 0 16781312 514 1641280589199802628 0 0 17 0 0 0 0
/proc/21029/statm: 77098 13027 376 364 0 13016 0
[pid=21031] ppid=21029 vsize=20444 CPUtime=16.78 cores=0,2
/proc/21031/stat : 21031 (lingeling) R 21029 21031 21031 0 -1 4202496 7632 0 0 0 1678 0 0 0 25 0 1 0 5447010 20934656 4026 33554432000 4194304 4352236 140736483361536 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21031/statm: 5111 4026 129 39 0 4191 0
[pid=21008/tid=21030] ppid=21006 vsize=318636 CPUtime=0 cores=0,2
/proc/21008/task/21030/stat : 21030 (python) S 21006 21008 20932 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 2 0 5447010 326283264 14522 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135903665 0 0 16781312 2 18446604453985334208 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.87
Current children cumulated vsize (KiB) 647472

[startup+51.101 s]
/proc/loadavg: 2.30 0.74 2.34 5/199 21034
/proc/meminfo: memFree=30937796/32950928 swapFree=67111528/67111528
[pid=21008] ppid=21006 vsize=318636 CPUtime=7.07 cores=0,2
/proc/21008/stat : 21008 (python) S 21006 21008 20932 0 -1 4202496 21770 934 1 0 683 24 0 0 19 0 2 0 5446142 326283264 14522 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1
/proc/21008/statm: 79659 14522 1867 364 0 15577 0
[pid=21029] ppid=21008 vsize=308392 CPUtime=0.04 cores=0,2
/proc/21029/stat : 21029 (python) S 21008 21008 20932 0 -1 4202560 905 0 0 0 2 2 0 0 18 0 1 0 5447010 315793408 13027 33554432000 4194304 5683644 140734477059728 18446744073709551615 232124100111 0 0 16781312 514 1641280589199802628 0 0 17 0 0 0 0
/proc/21029/statm: 77098 13027 376 364 0 13016 0
[pid=21031] ppid=21029 vsize=20440 CPUtime=42.36 cores=0,2
/proc/21031/stat : 21031 (lingeling) R 21029 21031 21031 0 -1 4202496 8206 0 0 0 4235 1 0 0 25 0 1 0 5447010 20930560 4283 33554432000 4194304 4352236 140736483361536 18446744073709551615 4328090 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21031/statm: 5110 4283 129 39 0 4190 0
[pid=21008/tid=21030] ppid=21006 vsize=318636 CPUtime=0 cores=0,2
/proc/21008/task/21030/stat : 21030 (python) S 21006 21008 20932 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 2 0 5447010 326283264 14522 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135903665 0 0 16781312 2 18446604453985334208 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.47
Current children cumulated vsize (KiB) 647468

[startup+102.301 s]
/proc/loadavg: 3.21 1.23 2.42 5/202 21085
/proc/meminfo: memFree=30549844/32950928 swapFree=67111528/67111528
[pid=21008] ppid=21006 vsize=318636 CPUtime=7.07 cores=0,2
/proc/21008/stat : 21008 (python) S 21006 21008 20932 0 -1 4202496 21770 934 1 0 683 24 0 0 19 0 2 0 5446142 326283264 14522 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1
/proc/21008/statm: 79659 14522 1867 364 0 15577 0
[pid=21029] ppid=21008 vsize=308392 CPUtime=0.1 cores=0,2
/proc/21029/stat : 21029 (python) S 21008 21008 20932 0 -1 4202560 926 0 0 0 5 5 0 0 18 0 1 0 5447010 315793408 13027 33554432000 4194304 5683644 140734477059728 18446744073709551615 232124100111 0 0 16781312 514 1641280589199802628 0 0 17 0 0 0 0
/proc/21029/statm: 77098 13027 376 364 0 13016 0
[pid=21031] ppid=21029 vsize=25924 CPUtime=93.52 cores=0,2
/proc/21031/stat : 21031 (lingeling) R 21029 21031 21031 0 -1 4202496 9577 0 0 0 9351 1 0 0 25 0 1 0 5447010 26546176 5651 33554432000 4194304 4352236 140736483361536 18446744073709551615 4328363 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21031/statm: 6481 5651 129 39 0 5561 0
[pid=21008/tid=21030] ppid=21006 vsize=318636 CPUtime=0 cores=0,2
/proc/21008/task/21030/stat : 21030 (python) S 21006 21008 20932 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 2 0 5447010 326283264 14522 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135903665 0 0 16781312 2 18446604453985334208 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.69
Current children cumulated vsize (KiB) 652952

[startup+162.3 s]
/proc/loadavg: 3.71 1.73 2.52 5/202 21133
/proc/meminfo: memFree=30594664/32950928 swapFree=67111528/67111528
[pid=21008] ppid=21006 vsize=318636 CPUtime=7.07 cores=0,2
/proc/21008/stat : 21008 (python) S 21006 21008 20932 0 -1 4202496 21770 934 1 0 683 24 0 0 19 0 2 0 5446142 326283264 14522 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1
/proc/21008/statm: 79659 14522 1867 364 0 15577 0
[pid=21029] ppid=21008 vsize=308392 CPUtime=0.18 cores=0,2
/proc/21029/stat : 21029 (python) S 21008 21008 20932 0 -1 4202560 944 0 0 0 9 9 0 0 18 0 1 0 5447010 315793408 13027 33554432000 4194304 5683644 140734477059728 18446744073709551615 232124100111 0 0 16781312 514 1641280589199802628 0 0 17 0 0 0 0
/proc/21029/statm: 77098 13027 376 364 0 13016 0
[pid=21031] ppid=21029 vsize=26704 CPUtime=153.46 cores=0,2
/proc/21031/stat : 21031 (lingeling) R 21029 21031 21031 0 -1 4202496 10089 0 0 0 15345 1 0 0 25 0 1 0 5447010 27344896 5846 33554432000 4194304 4352236 140736483361536 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21031/statm: 6676 5846 129 39 0 5756 0
[pid=21008/tid=21030] ppid=21006 vsize=318636 CPUtime=0 cores=0,2
/proc/21008/task/21030/stat : 21030 (python) S 21006 21008 20932 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 2 0 5447010 326283264 14522 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135903665 0 0 16781312 2 18446604453985334208 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 653732

[startup+222.301 s]
/proc/loadavg: 3.89 2.14 2.61 5/202 21135
/proc/meminfo: memFree=30575040/32950928 swapFree=67111528/67111528
[pid=21008] ppid=21006 vsize=318636 CPUtime=7.07 cores=0,2
/proc/21008/stat : 21008 (python) S 21006 21008 20932 0 -1 4202496 21770 934 1 0 683 24 0 0 19 0 2 0 5446142 326283264 14522 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1
/proc/21008/statm: 79659 14522 1867 364 0 15577 0
[pid=21029] ppid=21008 vsize=308392 CPUtime=0.25 cores=0,2
/proc/21029/stat : 21029 (python) S 21008 21008 20932 0 -1 4202560 963 0 0 0 13 12 0 0 18 0 1 0 5447010 315793408 13027 33554432000 4194304 5683644 140734477059728 18446744073709551615 232124100111 0 0 16781312 514 1641280589199802628 0 0 17 0 0 0 0
/proc/21029/statm: 77098 13027 376 364 0 13016 0
[pid=21031] ppid=21029 vsize=27900 CPUtime=213.42 cores=0,2
/proc/21031/stat : 21031 (lingeling) R 21029 21031 21031 0 -1 4202496 10392 0 0 0 21341 1 0 0 25 0 1 0 5447010 28569600 6145 33554432000 4194304 4352236 140736483361536 18446744073709551615 4231324 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21031/statm: 6975 6145 129 39 0 6055 0
[pid=21008/tid=21030] ppid=21006 vsize=318636 CPUtime=0 cores=0,2
/proc/21008/task/21030/stat : 21030 (python) S 21006 21008 20932 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 2 0 5447010 326283264 14522 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135903665 0 0 16781312 2 18446604453985334208 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 220.74
Current children cumulated vsize (KiB) 654928

[startup+282.3 s]
/proc/loadavg: 3.99 2.49 2.70 5/202 21135
/proc/meminfo: memFree=30587256/32950928 swapFree=67111528/67111528
[pid=21008] ppid=21006 vsize=318636 CPUtime=7.07 cores=0,2
/proc/21008/stat : 21008 (python) S 21006 21008 20932 0 -1 4202496 21770 934 1 0 683 24 0 0 19 0 2 0 5446142 326283264 14522 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1

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

[pid=21151] ppid=21008 vsize=318648 CPUtime=0.5 cores=0,2
/proc/21151/stat : 21151 (python) S 21008 21008 20932 0 -1 4202560 1006 0 0 0 27 23 0 0 15 0 1 0 5505676 326295552 13026 33554432000 4194304 5683644 140734477059728 18446744073709551615 232124100166 0 0 16781312 514 1641280589199802628 0 0 17 0 0 0 0
/proc/21151/statm: 79662 13026 371 364 0 15577 0
[pid=21153] ppid=21151 vsize=532432 CPUtime=346.51 cores=0,2
/proc/21153/stat : 21153 (cryptominisat-2) R 21151 21153 21153 0 -1 4202496 247407 0 0 0 34609 42 0 0 25 0 1 0 5505676 545210368 99407 33554432000 4194304 4677096 140736342105696 18446744073709551615 4454468 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21153/statm: 133108 99407 393 118 0 128067 0
[pid=21008/tid=21030] ppid=21006 vsize=328892 CPUtime=0 cores=0,2
/proc/21008/task/21030/stat : 21030 (python) S 21006 21008 20932 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 3 0 5447010 336785408 14529 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135903665 0 0 16781312 2 18446604453985334208 0 0 -1 2 0 0 0
[pid=21008/tid=21152] ppid=21006 vsize=328892 CPUtime=0 cores=0,2
/proc/21008/task/21152/stat : 21152 (python) S 21006 21008 20932 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 5505676 336785408 14529 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135903665 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 940.96
Current children cumulated vsize (KiB) 1532440

[startup+1002.31 s]
/proc/loadavg: 4.08 3.91 3.40 5/214 21167
/proc/meminfo: memFree=29712996/32950928 swapFree=67111528/67111528
[pid=21008] ppid=21006 vsize=328892 CPUtime=7.09 cores=0,2
/proc/21008/stat : 21008 (python) S 21006 21008 20932 0 -1 4202496 22587 934 1 0 684 25 0 0 20 0 3 0 5446142 336785408 14529 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1
/proc/21008/statm: 82223 14529 1870 364 0 18138 0
[pid=21029] ppid=21008 vsize=318636 CPUtime=0.74 cores=0,2
/proc/21029/stat : 21029 (python) S 21008 21008 20932 0 -1 4202560 1202 0 0 0 39 35 0 0 19 0 2 0 5447010 326283264 13070 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21029/statm: 79659 13070 414 364 0 15577 0
[pid=21031] ppid=21029 vsize=33832 CPUtime=586.12 cores=0,2
/proc/21031/stat : 21031 (lingeling) T 21029 21031 21031 0 -1 4202496 12483 0 0 0 58610 2 0 0 25 0 1 0 5447010 34643968 7628 33554432000 4194304 4352236 140736483361536 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/21031/statm: 8458 7628 129 39 0 7538 0
[pid=21029/tid=21150] ppid=21008 vsize=318636 CPUtime=0 cores=0,2
/proc/21029/task/21150/stat : 21150 (python) S 21008 21008 20932 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 5505675 326283264 13070 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135903665 0 0 16781312 514 18446604453929337280 0 0 -1 2 0 0 0
[pid=21151] ppid=21008 vsize=318648 CPUtime=0.59 cores=0,2
/proc/21151/stat : 21151 (python) S 21008 21008 20932 0 -1 4202560 1006 0 0 0 32 27 0 0 15 0 1 0 5505676 326295552 13026 33554432000 4194304 5683644 140734477059728 18446744073709551615 232124100166 0 0 16781312 514 1641280589199802628 0 0 17 0 0 0 0
/proc/21151/statm: 79662 13026 371 364 0 15577 0
[pid=21153] ppid=21151 vsize=563528 CPUtime=406.46 cores=0,2
/proc/21153/stat : 21153 (cryptominisat-2) R 21151 21153 21153 0 -1 4202496 268784 0 0 0 40600 46 0 0 25 0 1 0 5505676 577052672 104782 33554432000 4194304 4677096 140736342105696 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21153/statm: 140882 104782 393 118 0 135841 0
[pid=21008/tid=21030] ppid=21006 vsize=328892 CPUtime=0 cores=0,2
/proc/21008/task/21030/stat : 21030 (python) S 21006 21008 20932 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 3 0 5447010 336785408 14529 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135903665 0 0 16781312 2 18446604453985334208 0 0 -1 2 0 0 0
[pid=21008/tid=21152] ppid=21006 vsize=328892 CPUtime=0 cores=0,2
/proc/21008/task/21152/stat : 21152 (python) S 21006 21008 20932 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 5505676 336785408 14529 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135903665 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1001
Current children cumulated vsize (KiB) 1563536

[startup+1062.3 s]
/proc/loadavg: 4.03 3.92 3.44 5/214 21169
/proc/meminfo: memFree=29676356/32950928 swapFree=67111528/67111528
[pid=21008] ppid=21006 vsize=328892 CPUtime=7.09 cores=0,2
/proc/21008/stat : 21008 (python) S 21006 21008 20932 0 -1 4202496 22587 934 1 0 684 25 0 0 20 0 3 0 5446142 336785408 14529 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1
/proc/21008/statm: 82223 14529 1870 364 0 18138 0
[pid=21029] ppid=21008 vsize=318636 CPUtime=0.74 cores=0,2
/proc/21029/stat : 21029 (python) S 21008 21008 20932 0 -1 4202560 1202 0 0 0 39 35 0 0 19 0 2 0 5447010 326283264 13070 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21029/statm: 79659 13070 414 364 0 15577 0
[pid=21031] ppid=21029 vsize=33832 CPUtime=586.12 cores=0,2
/proc/21031/stat : 21031 (lingeling) T 21029 21031 21031 0 -1 4202496 12483 0 0 0 58610 2 0 0 25 0 1 0 5447010 34643968 7628 33554432000 4194304 4352236 140736483361536 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/21031/statm: 8458 7628 129 39 0 7538 0
[pid=21029/tid=21150] ppid=21008 vsize=318636 CPUtime=0 cores=0,2
/proc/21029/task/21150/stat : 21150 (python) S 21008 21008 20932 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 5505675 326283264 13070 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135903665 0 0 16781312 514 18446604453929337280 0 0 -1 2 0 0 0
[pid=21151] ppid=21008 vsize=318648 CPUtime=0.66 cores=0,2
/proc/21151/stat : 21151 (python) S 21008 21008 20932 0 -1 4202560 1006 0 0 0 36 30 0 0 15 0 1 0 5505676 326295552 13026 33554432000 4194304 5683644 140734477059728 18446744073709551615 232124100166 0 0 16781312 514 1641280589199802628 0 0 17 0 0 0 0
/proc/21151/statm: 79662 13026 371 364 0 15577 0
[pid=21153] ppid=21151 vsize=580208 CPUtime=466.39 cores=0,2
/proc/21153/stat : 21153 (cryptominisat-2) R 21151 21153 21153 0 -1 4202496 323297 0 0 0 46584 55 0 0 25 0 1 0 5505676 594132992 104731 33554432000 4194304 4677096 140736342105696 18446744073709551615 4320076 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21153/statm: 145052 104731 393 118 0 140011 0
[pid=21008/tid=21030] ppid=21006 vsize=328892 CPUtime=0 cores=0,2
/proc/21008/task/21030/stat : 21030 (python) S 21006 21008 20932 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 3 0 5447010 336785408 14529 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135903665 0 0 16781312 2 18446604453985334208 0 0 -1 2 0 0 0
[pid=21008/tid=21152] ppid=21006 vsize=328892 CPUtime=0 cores=0,2
/proc/21008/task/21152/stat : 21152 (python) S 21006 21008 20932 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 5505676 336785408 14529 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135903665 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1061
Current children cumulated vsize (KiB) 1580216

[startup+1122.3 s]
/proc/loadavg: 4.07 3.95 3.48 6/214 21171
/proc/meminfo: memFree=29644808/32950928 swapFree=67111528/67111528
[pid=21008] ppid=21006 vsize=328892 CPUtime=7.09 cores=0,2
/proc/21008/stat : 21008 (python) S 21006 21008 20932 0 -1 4202496 22587 934 1 0 684 25 0 0 20 0 3 0 5446142 336785408 14529 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1
/proc/21008/statm: 82223 14529 1870 364 0 18138 0
[pid=21029] ppid=21008 vsize=318636 CPUtime=0.74 cores=0,2
/proc/21029/stat : 21029 (python) S 21008 21008 20932 0 -1 4202560 1202 0 0 0 39 35 0 0 19 0 2 0 5447010 326283264 13070 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21029/statm: 79659 13070 414 364 0 15577 0
[pid=21031] ppid=21029 vsize=33832 CPUtime=586.12 cores=0,2
/proc/21031/stat : 21031 (lingeling) T 21029 21031 21031 0 -1 4202496 12483 0 0 0 58610 2 0 0 25 0 1 0 5447010 34643968 7628 33554432000 4194304 4352236 140736483361536 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/21031/statm: 8458 7628 129 39 0 7538 0
[pid=21029/tid=21150] ppid=21008 vsize=318636 CPUtime=0 cores=0,2
/proc/21029/task/21150/stat : 21150 (python) S 21008 21008 20932 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 5505675 326283264 13070 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135903665 0 0 16781312 514 18446604453929337280 0 0 -1 2 0 0 0
[pid=21151] ppid=21008 vsize=318648 CPUtime=0.75 cores=0,2
/proc/21151/stat : 21151 (python) S 21008 21008 20932 0 -1 4202560 1006 0 0 0 41 34 0 0 15 0 1 0 5505676 326295552 13026 33554432000 4194304 5683644 140734477059728 18446744073709551615 232124100166 0 0 16781312 514 1641280589199802628 0 0 17 0 0 0 0
/proc/21151/statm: 79662 13026 371 364 0 15577 0
[pid=21153] ppid=21151 vsize=590260 CPUtime=526.33 cores=0,2
/proc/21153/stat : 21153 (cryptominisat-2) R 21151 21153 21153 0 -1 4202496 360804 0 0 0 52570 63 0 0 25 0 1 0 5505676 604426240 109752 33554432000 4194304 4677096 140736342105696 18446744073709551615 232123776664 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21153/statm: 147565 109753 393 118 0 142524 0
[pid=21008/tid=21030] ppid=21006 vsize=328892 CPUtime=0 cores=0,2
/proc/21008/task/21030/stat : 21030 (python) S 21006 21008 20932 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 3 0 5447010 336785408 14529 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135903665 0 0 16781312 2 18446604453985334208 0 0 -1 2 0 0 0
[pid=21008/tid=21152] ppid=21006 vsize=328892 CPUtime=0 cores=0,2
/proc/21008/task/21152/stat : 21152 (python) S 21006 21008 20932 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 5505676 336785408 14529 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135903665 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1121.03
Current children cumulated vsize (KiB) 1590268

[startup+1182.3 s]
/proc/loadavg: 4.02 3.95 3.51 5/214 21171
/proc/meminfo: memFree=29595904/32950928 swapFree=67111528/67111528
[pid=21008] ppid=21006 vsize=328892 CPUtime=7.09 cores=0,2
/proc/21008/stat : 21008 (python) S 21006 21008 20932 0 -1 4202496 22587 934 1 0 684 25 0 0 20 0 3 0 5446142 336785408 14529 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1
/proc/21008/statm: 82223 14529 1870 364 0 18138 0
[pid=21029] ppid=21008 vsize=318636 CPUtime=0.74 cores=0,2
/proc/21029/stat : 21029 (python) S 21008 21008 20932 0 -1 4202560 1202 0 0 0 39 35 0 0 19 0 2 0 5447010 326283264 13070 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21029/statm: 79659 13070 414 364 0 15577 0
[pid=21031] ppid=21029 vsize=33832 CPUtime=586.12 cores=0,2
/proc/21031/stat : 21031 (lingeling) T 21029 21031 21031 0 -1 4202496 12483 0 0 0 58610 2 0 0 25 0 1 0 5447010 34643968 7628 33554432000 4194304 4352236 140736483361536 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/21031/statm: 8458 7628 129 39 0 7538 0
[pid=21029/tid=21150] ppid=21008 vsize=318636 CPUtime=0 cores=0,2
/proc/21029/task/21150/stat : 21150 (python) S 21008 21008 20932 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 5505675 326283264 13070 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135903665 0 0 16781312 514 18446604453929337280 0 0 -1 2 0 0 0
[pid=21151] ppid=21008 vsize=318648 CPUtime=0.83 cores=0,2
/proc/21151/stat : 21151 (python) S 21008 21008 20932 0 -1 4202560 1006 0 0 0 45 38 0 0 15 0 1 0 5505676 326295552 13026 33554432000 4194304 5683644 140734477059728 18446744073709551615 232124100166 0 0 16781312 514 1641280589199802628 0 0 17 0 0 0 0
/proc/21151/statm: 79662 13026 371 364 0 15577 0
[pid=21153] ppid=21151 vsize=510144 CPUtime=586.25 cores=0,2
/proc/21153/stat : 21153 (cryptominisat-2) R 21151 21153 21153 0 -1 4202496 376265 0 0 0 58559 66 0 0 25 0 1 0 5505676 522387456 116187 33554432000 4194304 4677096 140736342105696 18446744073709551615 4320152 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21153/statm: 127536 116187 393 118 0 122495 0
[pid=21008/tid=21030] ppid=21006 vsize=328892 CPUtime=0 cores=0,2
/proc/21008/task/21030/stat : 21030 (python) S 21006 21008 20932 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 3 0 5447010 336785408 14529 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135903665 0 0 16781312 2 18446604453985334208 0 0 -1 2 0 0 0
[pid=21008/tid=21152] ppid=21006 vsize=328892 CPUtime=0 cores=0,2
/proc/21008/task/21152/stat : 21152 (python) S 21006 21008 20932 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 5505676 336785408 14529 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135903665 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1181.03
Current children cumulated vsize (KiB) 1510152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.3 s]
/proc/loadavg: 4.02 3.95 3.52 3/200 21175
/proc/meminfo: memFree=30719536/32950928 swapFree=67111528/67111528
[pid=21008] ppid=21006 vsize=328892 CPUtime=7.09 cores=0,2
/proc/21008/stat : 21008 (python) S 21006 21008 20932 0 -1 4202496 22587 934 1 0 684 25 0 0 20 0 3 0 5446142 336785408 14529 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1
/proc/21008/statm: 82223 14529 1870 364 0 18138 0
[pid=21029] ppid=21008 vsize=318636 CPUtime=0.74 cores=0,2
/proc/21029/stat : 21029 (python) S 21008 21008 20932 0 -1 4202560 1202 0 0 0 39 35 0 0 19 0 2 0 5447010 326283264 13070 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21029/statm: 79659 13070 414 364 0 15577 0
[pid=21031] ppid=21029 vsize=33832 CPUtime=586.12 cores=0,2
/proc/21031/stat : 21031 (lingeling) T 21029 21031 21031 0 -1 4202496 12483 0 0 0 58610 2 0 0 25 0 1 0 5447010 34643968 7628 33554432000 4194304 4352236 140736483361536 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/21031/statm: 8458 7628 129 39 0 7538 0
[pid=21029/tid=21150] ppid=21008 vsize=318636 CPUtime=0 cores=0,2
/proc/21029/task/21150/stat : 21150 (python) S 21008 21008 20932 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 5505675 326283264 13070 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135903665 0 0 16781312 514 18446604453929337280 0 0 -1 2 0 0 0
[pid=21151] ppid=21008 vsize=318648 CPUtime=0.86 cores=0,2
/proc/21151/stat : 21151 (python) S 21008 21008 20932 0 -1 4202560 1006 0 0 0 46 40 0 0 15 0 1 0 5505676 326295552 13026 33554432000 4194304 5683644 140734477059728 18446744073709551615 232124100166 0 0 16781312 514 1641280589199802628 0 0 17 0 0 0 0
/proc/21151/statm: 79662 13026 371 364 0 15577 0
[pid=21153] ppid=21151 vsize=616416 CPUtime=605.24 cores=0,2
/proc/21153/stat : 21153 (cryptominisat-2) R 21151 21153 21153 0 -1 4202496 385577 0 0 0 60456 68 0 0 25 0 1 0 5505676 631209984 117194 33554432000 4194304 4677096 140736342105696 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21153/statm: 154104 117194 393 118 0 149063 0
[pid=21008/tid=21030] ppid=21006 vsize=328892 CPUtime=0 cores=0,2
/proc/21008/task/21030/stat : 21030 (python) S 21006 21008 20932 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 3 0 5447010 336785408 14529 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135903665 0 0 16781312 2 18446604453985334208 0 0 -1 2 0 0 0
[pid=21008/tid=21152] ppid=21006 vsize=328892 CPUtime=0 cores=0,2
/proc/21008/task/21152/stat : 21152 (python) S 21006 21008 20932 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 5505676 336785408 14529 33554432000 4194304 5683644 140734477059728 18446744073709551615 232135903665 0 0 16781312 2 18446604453985334208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 1616424

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 21008 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=842959
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=256960
# CPU time returned by wait4() is 7.09992
# while last known CPU time is 1200.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.33
CPU time (s): 1200.05
CPU user time (s): 1198.35
CPU system time (s): 1.7
CPU usage (%): 99.8934
Max. virtual memory (cumulated for all children) (KiB): 1619240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.84296
system time used= 0.25696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23521
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= 12529
involuntary context switches= 64

runsolver used 2.07568 second user time and 4.53531 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-11 01:03:31
IDJOB=3483826
IDBENCH=20523
IDSOLVER=1976
FILE ID=node124/3483826-1307747011
RUNJOBID= node124-1307747010-20950
PBS_JOBID= 13550833
Free space on /tmp= 74152 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k45.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-3483826-1307747011/watcher-3483826-1307747011 -o /tmp/evaluation-result-3483826-1307747011/solver-3483826-1307747011 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483826-1307747011.cnf -seed 1543104379 -budget 1200

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

MD5SUM BENCH= 8a76c8add64173ae39149aae572a02d9
RANDOM SEED=1543104379

node124.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.855
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.71
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.855
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.855
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.855
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.77
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.855
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.82
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.855
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.855
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.855
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:     32950928 kB
MemFree:      31382660 kB
Buffers:         88440 kB
Cached:        1253712 kB
SwapCached:          0 kB
Active:         503016 kB
Inactive:       906088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31382660 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          161084 kB
Writeback:           0 kB
AnonPages:       66452 kB
Mapped:          16908 kB
Slab:            96460 kB
PageTables:       4492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   239636 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= 74088 MiB
End job on node124 at 2011-06-11 01:23:37