Trace number 3377962

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)? (TO) 1300.84 1300.03

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.35/0.61	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.61	c INFO: solving HOME/instance-3377962-1305452927.cnf
0.35/0.61	c INFO: computing task features
0.77/1.09	c INFO: computed variable-clause graph statistics
0.86/1.11	c INFO: computed clause balance statistics
3.34/3.68	c INFO: computed variable balance statistics
5.23/5.60	c INFO: computed small-clause counts
5.32/5.61	c INFO: computed Horn-clause counts
7.01/7.37	c INFO: computed variable graph statistics
7.01/7.37	c INFO: collected features for HOME/instance-3377962-1305452927.cnf in 6.70 s
7.01/7.38	c INFO: running lingeling-276@0 for 388 with 2393 remaining (b = 0.52)
401.74/401.28	c INFO: running cryptominisat-2.9.0@0 for 1999 with 1999 remaining (b = 0.67)

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.0 (svn: 961)

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

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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: 3.98 4.00 3.91 4/332 19647
/proc/meminfo: memFree=23133288/32951124 swapFree=57331800/67111528
[pid=19647] ppid=19645 vsize=15780 CPUtime=0 cores=1,3
/proc/19647/stat : 19647 (python) S 19645 19647 18433 0 -1 4202496 895 0 0 0 0 0 0 0 20 0 1 0 656895082 16158720 777 33554432000 4194304 5683644 140736451397920 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/19647/statm: 3945 777 343 364 0 432 0

[startup+0.0358219 s]
/proc/loadavg: 3.98 4.00 3.91 4/332 19647
/proc/meminfo: memFree=23133288/32951124 swapFree=57331800/67111528
[pid=19647] ppid=19645 vsize=18888 CPUtime=0.01 cores=1,3
/proc/19647/stat : 19647 (python) R 19645 19647 18433 0 -1 4202496 1269 0 0 0 1 0 0 0 20 0 1 0 656895082 19341312 1122 33554432000 4194304 5683644 140736451397920 18446744073709551615 5293252 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19647/statm: 4722 1122 421 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18888

[startup+0.100814 s]
/proc/loadavg: 3.98 4.00 3.91 4/332 19647
/proc/meminfo: memFree=23133288/32951124 swapFree=57331800/67111528
[pid=19647] ppid=19645 vsize=94184 CPUtime=0.05 cores=1,3
/proc/19647/stat : 19647 (python) R 19645 19647 18433 0 -1 4202496 2766 0 0 0 4 1 0 0 17 0 1 0 656895082 96444416 2475 33554432000 4194304 5683644 140736451397920 18446744073709551615 212436015104 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19647/statm: 23546 2475 764 364 0 1678 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 94184

[startup+0.300799 s]
/proc/loadavg: 3.98 4.00 3.91 4/332 19647
/proc/meminfo: memFree=23133288/32951124 swapFree=57331800/67111528
[pid=19647] ppid=19645 vsize=135752 CPUtime=0.17 cores=1,3
/proc/19647/stat : 19647 (python) R 19645 19647 18433 0 -1 4202496 5971 933 1 0 13 4 0 0 17 0 1 0 656895082 139010048 4148 33554432000 4194304 5683644 140736451397920 18446744073709551615 212436013061 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/19647/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.700709 s]
/proc/loadavg: 3.98 4.00 3.91 4/332 19647
/proc/meminfo: memFree=23133288/32951124 swapFree=57331800/67111528
[pid=19647] ppid=19645 vsize=285788 CPUtime=0.45 cores=1,3
/proc/19647/stat : 19647 (python) R 19645 19647 18433 0 -1 4202496 11192 933 1 0 36 9 0 0 16 0 1 0 656895082 292646912 8757 33554432000 4194304 5683644 140736451397920 18446744073709551615 4602354 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19647/statm: 71447 8757 1761 364 0 7371 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 285788

[startup+1.50055 s]
/proc/loadavg: 3.98 4.00 3.91 5/333 19652
/proc/meminfo: memFree=23084056/32951124 swapFree=57331800/67111528
[pid=19647] ppid=19645 vsize=310916 CPUtime=1.25 cores=1,3
/proc/19647/stat : 19647 (python) R 19645 19647 18433 0 -1 4202496 21475 933 1 0 115 10 0 0 17 0 1 0 656895082 318377984 15113 33554432000 4194304 5683644 140736451397920 18446744073709551615 212435675837 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19647/statm: 77729 15113 1826 364 0 13653 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 310916

[startup+3.10021 s]
/proc/loadavg: 3.98 4.00 3.91 5/333 19652
/proc/meminfo: memFree=23078476/32951124 swapFree=57331800/67111528
[pid=19647] ppid=19645 vsize=310916 CPUtime=2.85 cores=1,3
/proc/19647/stat : 19647 (python) R 19645 19647 18433 0 -1 4202496 21475 933 1 0 275 10 0 0 19 0 1 0 656895082 318377984 15113 33554432000 4194304 5683644 140736451397920 18446744073709551615 212435676585 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19647/statm: 77729 15113 1826 364 0 13653 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 310916

[startup+6.3006 s]
/proc/loadavg: 4.14 4.03 3.92 5/333 19652
/proc/meminfo: memFree=23078684/32951124 swapFree=57331800/67111528
[pid=19647] ppid=19645 vsize=310916 CPUtime=6.02 cores=1,3
/proc/19647/stat : 19647 (python) R 19645 19647 18433 0 -1 4202496 21482 933 1 0 592 10 0 0 25 0 1 0 656895082 318377984 15120 33554432000 4194304 5683644 140736451397920 18446744073709551615 47895291803788 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19647/statm: 77729 15120 1833 364 0 13653 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 310916

[startup+12.7004 s]
/proc/loadavg: 4.13 4.03 3.92 5/336 19655
/proc/meminfo: memFree=23060704/32951124 swapFree=57331800/67111528
[pid=19647] ppid=19645 vsize=318640 CPUtime=7.09 cores=1,3
/proc/19647/stat : 19647 (python) S 19645 19647 18433 0 -1 4202496 21774 933 1 0 699 10 0 0 25 0 2 0 656895082 326287360 14530 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19647/statm: 79660 14530 1875 364 0 15578 0
[pid=19653] ppid=19647 vsize=308396 CPUtime=0 cores=1,3
/proc/19653/stat : 19653 (python) S 19647 19647 18433 0 -1 4202560 887 0 0 0 0 0 0 0 18 0 1 0 656895821 315797504 13026 33554432000 4194304 5683644 140736451397920 18446744073709551615 212436037135 0 0 16781312 514 18378077102948712711 0 0 17 3 0 0 0
/proc/19653/statm: 77099 13026 375 364 0 13017 0
[pid=19655] ppid=19653 vsize=20848 CPUtime=5.3 cores=1,3
/proc/19655/stat : 19655 (lingeling) R 19653 19655 19655 0 -1 4202496 6280 0 0 0 529 1 0 0 25 0 1 0 656895821 21348352 4127 33554432000 4194304 4352236 140734736094400 18446744073709551615 4328351 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19655/statm: 5212 4127 129 39 0 4292 0
[pid=19647/tid=19654] ppid=19645 vsize=318640 CPUtime=0 cores=1,3
/proc/19647/task/19654/stat : 19654 (python) S 19645 19647 18433 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 656895821 326287360 14530 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447840689 0 0 16781312 2 18446604464860807360 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 647884

[startup+25.501 s]
/proc/loadavg: 4.10 4.03 3.92 5/336 19656
/proc/meminfo: memFree=23060076/32951124 swapFree=57331800/67111528
[pid=19647] ppid=19645 vsize=318640 CPUtime=7.09 cores=1,3
/proc/19647/stat : 19647 (python) S 19645 19647 18433 0 -1 4202496 21774 933 1 0 699 10 0 0 25 0 2 0 656895082 326287360 14530 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19647/statm: 79660 14530 1875 364 0 15578 0
[pid=19653] ppid=19647 vsize=308396 CPUtime=0.03 cores=1,3
/proc/19653/stat : 19653 (python) S 19647 19647 18433 0 -1 4202560 894 0 0 0 2 1 0 0 18 0 1 0 656895821 315797504 13027 33554432000 4194304 5683644 140736451397920 18446744073709551615 212436037135 0 0 16781312 514 8849925111503880455 0 0 17 3 0 0 0
/proc/19653/statm: 77099 13027 376 364 0 13017 0
[pid=19655] ppid=19653 vsize=20472 CPUtime=18.1 cores=1,3
/proc/19655/stat : 19655 (lingeling) R 19653 19655 19655 0 -1 4202496 6633 0 0 0 1809 1 0 0 25 0 1 0 656895821 20963328 4059 33554432000 4194304 4352236 140734736094400 18446744073709551615 4328042 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19655/statm: 5118 4059 129 39 0 4198 0
[pid=19647/tid=19654] ppid=19645 vsize=318640 CPUtime=0 cores=1,3
/proc/19647/task/19654/stat : 19654 (python) S 19645 19647 18433 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 656895821 326287360 14530 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447840689 0 0 16781312 2 18446604464860807360 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 647508

[startup+51.1012 s]
/proc/loadavg: 4.07 4.03 3.92 5/339 19729
/proc/meminfo: memFree=23319192/32951124 swapFree=57331800/67111528
[pid=19647] ppid=19645 vsize=318640 CPUtime=7.09 cores=1,3
/proc/19647/stat : 19647 (python) S 19645 19647 18433 0 -1 4202496 21774 933 1 0 699 10 0 0 25 0 2 0 656895082 326287360 14530 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19647/statm: 79660 14530 1875 364 0 15578 0
[pid=19653] ppid=19647 vsize=308396 CPUtime=0.09 cores=1,3
/proc/19653/stat : 19653 (python) S 19647 19647 18433 0 -1 4202560 906 0 0 0 5 4 0 0 18 0 1 0 656895821 315797504 13027 33554432000 4194304 5683644 140736451397920 18446744073709551615 212436037135 0 0 16781312 514 8849925111503880455 0 0 17 3 0 0 0
/proc/19653/statm: 77099 13027 376 364 0 13017 0
[pid=19655] ppid=19653 vsize=21160 CPUtime=43.65 cores=1,3
/proc/19655/stat : 19655 (lingeling) R 19653 19655 19655 0 -1 4202496 7358 0 0 0 4364 1 0 0 25 0 1 0 656895821 21667840 4460 33554432000 4194304 4352236 140734736094400 18446744073709551615 4276751 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19655/statm: 5290 4460 129 39 0 4370 0
[pid=19647/tid=19654] ppid=19645 vsize=318640 CPUtime=0 cores=1,3
/proc/19647/task/19654/stat : 19654 (python) S 19645 19647 18433 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 656895821 326287360 14530 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447840689 0 0 16781312 2 18446604464860807360 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 648196

[startup+102.312 s]
/proc/loadavg: 4.18 4.07 3.93 5/342 19734
/proc/meminfo: memFree=23279448/32951124 swapFree=57331800/67111528
[pid=19647] ppid=19645 vsize=318640 CPUtime=7.09 cores=1,3
/proc/19647/stat : 19647 (python) S 19645 19647 18433 0 -1 4202496 21774 933 1 0 699 10 0 0 25 0 2 0 656895082 326287360 14530 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19647/statm: 79660 14530 1875 364 0 15578 0
[pid=19653] ppid=19647 vsize=308396 CPUtime=0.22 cores=1,3
/proc/19653/stat : 19653 (python) S 19647 19647 18433 0 -1 4202560 928 0 0 0 12 10 0 0 18 0 1 0 656895821 315797504 13027 33554432000 4194304 5683644 140736451397920 18446744073709551615 212436037135 0 0 16781312 514 8849925111503880455 0 0 17 3 0 0 0
/proc/19653/statm: 77099 13027 376 364 0 13017 0
[pid=19655] ppid=19653 vsize=24724 CPUtime=94.85 cores=1,3
/proc/19655/stat : 19655 (lingeling) R 19653 19655 19655 0 -1 4202496 8572 0 0 0 9484 1 0 0 25 0 1 0 656895821 25317376 5351 33554432000 4194304 4352236 140734736094400 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19655/statm: 6181 5351 129 39 0 5261 0
[pid=19647/tid=19654] ppid=19645 vsize=318640 CPUtime=0 cores=1,3
/proc/19647/task/19654/stat : 19654 (python) S 19645 19647 18433 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 656895821 326287360 14530 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447840689 0 0 16781312 2 18446604464860807360 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 651760

[startup+162.301 s]
/proc/loadavg: 4.14 4.08 3.95 5/342 19735
/proc/meminfo: memFree=23278352/32951124 swapFree=57331800/67111528
[pid=19647] ppid=19645 vsize=318640 CPUtime=7.09 cores=1,3
/proc/19647/stat : 19647 (python) S 19645 19647 18433 0 -1 4202496 21774 933 1 0 699 10 0 0 25 0 2 0 656895082 326287360 14530 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19647/statm: 79660 14530 1875 364 0 15578 0
[pid=19653] ppid=19647 vsize=308396 CPUtime=0.36 cores=1,3
/proc/19653/stat : 19653 (python) S 19647 19647 18433 0 -1 4202560 947 0 0 0 19 17 0 0 18 0 1 0 656895821 315797504 13027 33554432000 4194304 5683644 140736451397920 18446744073709551615 212436037135 0 0 16781312 514 8849925111503880455 0 0 17 3 0 0 0
/proc/19653/statm: 77099 13027 376 364 0 13017 0
[pid=19655] ppid=19653 vsize=26760 CPUtime=154.84 cores=1,3
/proc/19655/stat : 19655 (lingeling) R 19653 19655 19655 0 -1 4202496 8829 0 0 0 15483 1 0 0 25 0 1 0 656895821 27402240 5605 33554432000 4194304 4352236 140734736094400 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19655/statm: 6690 5605 129 39 0 5770 0
[pid=19647/tid=19654] ppid=19645 vsize=318640 CPUtime=0 cores=1,3
/proc/19647/task/19654/stat : 19654 (python) S 19645 19647 18433 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 656895821 326287360 14530 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447840689 0 0 16781312 2 18446604464860807360 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 653796

[startup+222.301 s]
/proc/loadavg: 4.05 4.06 3.95 5/342 19737
/proc/meminfo: memFree=23265520/32951124 swapFree=57331800/67111528
[pid=19647] ppid=19645 vsize=318640 CPUtime=7.09 cores=1,3
/proc/19647/stat : 19647 (python) S 19645 19647 18433 0 -1 4202496 21774 933 1 0 699 10 0 0 25 0 2 0 656895082 326287360 14530 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19647/statm: 79660 14530 1875 364 0 15578 0
[pid=19653] ppid=19647 vsize=308396 CPUtime=0.5 cores=1,3
/proc/19653/stat : 19653 (python) S 19647 19647 18433 0 -1 4202560 966 0 0 0 26 24 0 0 18 0 1 0 656895821 315797504 13027 33554432000 4194304 5683644 140736451397920 18446744073709551615 212436037135 0 0 16781312 514 8849925111503880455 0 0 17 3 0 0 0
/proc/19653/statm: 77099 13027 376 364 0 13017 0
[pid=19655] ppid=19653 vsize=27980 CPUtime=214.84 cores=1,3
/proc/19655/stat : 19655 (lingeling) R 19653 19655 19655 0 -1 4202496 9393 0 0 0 21483 1 0 0 25 0 1 0 656895821 28651520 6165 33554432000 4194304 4352236 140734736094400 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19655/statm: 6995 6165 129 39 0 6075 0
[pid=19647/tid=19654] ppid=19645 vsize=318640 CPUtime=0 cores=1,3
/proc/19647/task/19654/stat : 19654 (python) S 19645 19647 18433 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 656895821 326287360 14530 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447840689 0 0 16781312 2 18446604464860807360 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 222.43
Current children cumulated vsize (KiB) 655016

[startup+282.3 s]
/proc/loadavg: 4.06 4.06 3.95 5/342 19738
/proc/meminfo: memFree=23255300/32951124 swapFree=57331800/67111528
[pid=19647] ppid=19645 vsize=318640 CPUtime=7.09 cores=1,3
/proc/19647/stat : 19647 (python) S 19645 19647 18433 0 -1 4202496 21774 933 1 0 699 10 0 0 25 0 2 0 656895082 326287360 14530 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19647/statm: 79660 14530 1875 364 0 15578 0
[pid=19653] ppid=19647 vsize=308396 CPUtime=0.63 cores=1,3

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

[pid=19744] ppid=19647 vsize=318652 CPUtime=1.52 cores=1,3
/proc/19744/stat : 19744 (python) S 19647 19647 18433 0 -1 4202560 1020 0 0 0 82 70 0 0 15 0 1 0 656935211 326299648 13026 33554432000 4194304 5683644 140736451397920 18446744073709551615 212436037190 0 0 16781312 514 8849925111503880452 0 0 17 1 0 0 0
/proc/19744/statm: 79663 13026 371 364 0 15578 0
[pid=19746] ppid=19744 vsize=597616 CPUtime=599.66 cores=1,3
/proc/19746/stat : 19746 (cryptominisat-2) R 19744 19746 19746 0 -1 4202496 360806 0 1 0 59902 64 0 0 25 0 1 0 656935211 611958784 115361 33554432000 4194304 4677096 140733391900144 18446744073709551615 4454468 0 0 16781312 2 0 0 0 17 1 0 0 4
/proc/19746/statm: 149404 115361 393 118 0 144363 0
[pid=19647/tid=19654] ppid=19645 vsize=328896 CPUtime=0 cores=1,3
/proc/19647/task/19654/stat : 19654 (python) S 19645 19647 18433 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 656895821 336789504 14537 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447840689 0 0 16781312 2 18446604464860807360 0 0 -1 3 0 0 0
[pid=19647/tid=19745] ppid=19645 vsize=328896 CPUtime=0 cores=1,3
/proc/19647/task/19745/stat : 19745 (python) S 19645 19647 18433 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 656935211 336789504 14537 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447840689 0 0 16781312 2 18446604464860807360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1003.03
Current children cumulated vsize (KiB) 1598176

[startup+1062.3 s]
/proc/loadavg: 4.02 4.03 3.99 5/366 19795
/proc/meminfo: memFree=22015588/32951124 swapFree=57331800/67111528
[pid=19647] ppid=19645 vsize=328896 CPUtime=7.11 cores=1,3
/proc/19647/stat : 19647 (python) S 19645 19647 18433 0 -1 4202496 22600 933 1 0 700 11 0 0 19 0 3 0 656895082 336789504 14537 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19647/statm: 82224 14537 1878 364 0 18139 0
[pid=19653] ppid=19647 vsize=318640 CPUtime=0.92 cores=1,3
/proc/19653/stat : 19653 (python) S 19647 19647 18433 0 -1 4202560 1202 0 0 0 49 43 0 0 19 0 2 0 656895821 326287360 13071 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19653/statm: 79660 13071 415 364 0 15578 0
[pid=19655] ppid=19653 vsize=34372 CPUtime=393.82 cores=1,3
/proc/19655/stat : 19655 (lingeling) T 19653 19655 19655 0 -1 4202496 12638 0 0 0 39381 1 0 0 25 0 1 0 656895821 35196928 7763 33554432000 4194304 4352236 140734736094400 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/19655/statm: 8593 7763 129 39 0 7673 0
[pid=19653/tid=19743] ppid=19647 vsize=318640 CPUtime=0 cores=1,3
/proc/19653/task/19743/stat : 19743 (python) S 19647 19647 18433 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 656935210 326287360 13071 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447840689 0 0 16781312 514 18446604470076574656 0 0 -1 1 0 0 0
[pid=19744] ppid=19647 vsize=318652 CPUtime=1.67 cores=1,3
/proc/19744/stat : 19744 (python) S 19647 19647 18433 0 -1 4202560 1020 0 0 0 91 76 0 0 15 0 1 0 656935211 326299648 13026 33554432000 4194304 5683644 140736451397920 18446744073709551615 212436037190 0 0 16781312 514 8849925111503880452 0 0 17 1 0 0 0
/proc/19744/statm: 79663 13026 371 364 0 15578 0
[pid=19746] ppid=19744 vsize=597616 CPUtime=659.52 cores=1,3
/proc/19746/stat : 19746 (cryptominisat-2) R 19744 19746 19746 0 -1 4202496 360806 0 1 0 65888 64 0 0 25 0 1 0 656935211 611958784 115361 33554432000 4194304 4677096 140733391900144 18446744073709551615 4454468 0 0 16781312 2 0 0 0 17 1 0 0 4
/proc/19746/statm: 149404 115361 393 118 0 144363 0
[pid=19647/tid=19654] ppid=19645 vsize=328896 CPUtime=0 cores=1,3
/proc/19647/task/19654/stat : 19654 (python) S 19645 19647 18433 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 656895821 336789504 14537 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447840689 0 0 16781312 2 18446604464860807360 0 0 -1 3 0 0 0
[pid=19647/tid=19745] ppid=19645 vsize=328896 CPUtime=0 cores=1,3
/proc/19647/task/19745/stat : 19745 (python) S 19645 19647 18433 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 656935211 336789504 14537 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447840689 0 0 16781312 2 18446604464860807360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1063.04
Current children cumulated vsize (KiB) 1598176

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.99 5/366 19797
/proc/meminfo: memFree=21897972/32951124 swapFree=57331800/67111528
[pid=19647] ppid=19645 vsize=328896 CPUtime=7.11 cores=1,3
/proc/19647/stat : 19647 (python) S 19645 19647 18433 0 -1 4202496 22600 933 1 0 700 11 0 0 19 0 3 0 656895082 336789504 14537 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19647/statm: 82224 14537 1878 364 0 18139 0
[pid=19653] ppid=19647 vsize=318640 CPUtime=0.92 cores=1,3
/proc/19653/stat : 19653 (python) S 19647 19647 18433 0 -1 4202560 1202 0 0 0 49 43 0 0 19 0 2 0 656895821 326287360 13071 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19653/statm: 79660 13071 415 364 0 15578 0
[pid=19655] ppid=19653 vsize=34372 CPUtime=393.82 cores=1,3
/proc/19655/stat : 19655 (lingeling) T 19653 19655 19655 0 -1 4202496 12638 0 0 0 39381 1 0 0 25 0 1 0 656895821 35196928 7763 33554432000 4194304 4352236 140734736094400 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/19655/statm: 8593 7763 129 39 0 7673 0
[pid=19653/tid=19743] ppid=19647 vsize=318640 CPUtime=0 cores=1,3
/proc/19653/task/19743/stat : 19743 (python) S 19647 19647 18433 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 656935210 326287360 13071 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447840689 0 0 16781312 514 18446604470076574656 0 0 -1 1 0 0 0
[pid=19744] ppid=19647 vsize=318652 CPUtime=1.82 cores=1,3
/proc/19744/stat : 19744 (python) S 19647 19647 18433 0 -1 4202560 1020 0 0 0 98 84 0 0 15 0 1 0 656935211 326299648 13026 33554432000 4194304 5683644 140736451397920 18446744073709551615 212436037190 0 0 16781312 514 8849925111503880452 0 0 17 1 0 0 0
/proc/19744/statm: 79663 13026 371 364 0 15578 0
[pid=19746] ppid=19744 vsize=529640 CPUtime=719.42 cores=1,3
/proc/19746/stat : 19746 (cryptominisat-2) R 19744 19746 19746 0 -1 4202496 373383 0 1 0 71876 66 0 0 25 0 1 0 656935211 542351360 122617 33554432000 4194304 4677096 140733391900144 18446744073709551615 4334846 0 0 16781312 2 0 0 0 17 1 0 0 4
/proc/19746/statm: 132410 122617 393 118 0 127369 0
[pid=19647/tid=19654] ppid=19645 vsize=328896 CPUtime=0 cores=1,3
/proc/19647/task/19654/stat : 19654 (python) S 19645 19647 18433 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 656895821 336789504 14537 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447840689 0 0 16781312 2 18446604464860807360 0 0 -1 3 0 0 0
[pid=19647/tid=19745] ppid=19645 vsize=328896 CPUtime=0 cores=1,3
/proc/19647/task/19745/stat : 19745 (python) S 19645 19647 18433 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 656935211 336789504 14537 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447840689 0 0 16781312 2 18446604464860807360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1123.09
Current children cumulated vsize (KiB) 1530200

[startup+1182.3 s]
/proc/loadavg: 4.14 4.06 4.00 5/366 19798
/proc/meminfo: memFree=21865172/32951124 swapFree=57331800/67111528
[pid=19647] ppid=19645 vsize=328896 CPUtime=7.11 cores=1,3
/proc/19647/stat : 19647 (python) S 19645 19647 18433 0 -1 4202496 22600 933 1 0 700 11 0 0 19 0 3 0 656895082 336789504 14537 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19647/statm: 82224 14537 1878 364 0 18139 0
[pid=19653] ppid=19647 vsize=318640 CPUtime=0.92 cores=1,3
/proc/19653/stat : 19653 (python) S 19647 19647 18433 0 -1 4202560 1202 0 0 0 49 43 0 0 19 0 2 0 656895821 326287360 13071 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19653/statm: 79660 13071 415 364 0 15578 0
[pid=19655] ppid=19653 vsize=34372 CPUtime=393.82 cores=1,3
/proc/19655/stat : 19655 (lingeling) T 19653 19655 19655 0 -1 4202496 12638 0 0 0 39381 1 0 0 25 0 1 0 656895821 35196928 7763 33554432000 4194304 4352236 140734736094400 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/19655/statm: 8593 7763 129 39 0 7673 0
[pid=19653/tid=19743] ppid=19647 vsize=318640 CPUtime=0 cores=1,3
/proc/19653/task/19743/stat : 19743 (python) S 19647 19647 18433 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 656935210 326287360 13071 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447840689 0 0 16781312 514 18446604470076574656 0 0 -1 1 0 0 0
[pid=19744] ppid=19647 vsize=318652 CPUtime=1.97 cores=1,3
/proc/19744/stat : 19744 (python) S 19647 19647 18433 0 -1 4202560 1020 0 0 0 105 92 0 0 15 0 1 0 656935211 326299648 13026 33554432000 4194304 5683644 140736451397920 18446744073709551615 212436037190 0 0 16781312 514 8849925111503880452 0 0 17 1 0 0 0
/proc/19744/statm: 79663 13026 371 364 0 15578 0
[pid=19746] ppid=19744 vsize=529640 CPUtime=779.3 cores=1,3
/proc/19746/stat : 19746 (cryptominisat-2) R 19744 19746 19746 0 -1 4202496 374353 0 1 0 77863 67 0 0 25 0 1 0 656935211 542351360 122618 33554432000 4194304 4677096 140733391900144 18446744073709551615 4454468 0 0 16781312 2 0 0 0 17 1 0 0 4
/proc/19746/statm: 132410 122618 393 118 0 127369 0
[pid=19647/tid=19654] ppid=19645 vsize=328896 CPUtime=0 cores=1,3
/proc/19647/task/19654/stat : 19654 (python) S 19645 19647 18433 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 656895821 336789504 14537 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447840689 0 0 16781312 2 18446604464860807360 0 0 -1 3 0 0 0
[pid=19647/tid=19745] ppid=19645 vsize=328896 CPUtime=0 cores=1,3
/proc/19647/task/19745/stat : 19745 (python) S 19645 19647 18433 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 656935211 336789504 14537 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447840689 0 0 16781312 2 18446604464860807360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1183.12
Current children cumulated vsize (KiB) 1530200

[startup+1242.3 s]
/proc/loadavg: 4.05 4.05 4.00 5/366 19800
/proc/meminfo: memFree=21751636/32951124 swapFree=57331800/67111528
[pid=19647] ppid=19645 vsize=328896 CPUtime=7.11 cores=1,3
/proc/19647/stat : 19647 (python) S 19645 19647 18433 0 -1 4202496 22600 933 1 0 700 11 0 0 19 0 3 0 656895082 336789504 14537 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19647/statm: 82224 14537 1878 364 0 18139 0
[pid=19653] ppid=19647 vsize=318640 CPUtime=0.92 cores=1,3
/proc/19653/stat : 19653 (python) S 19647 19647 18433 0 -1 4202560 1202 0 0 0 49 43 0 0 19 0 2 0 656895821 326287360 13071 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19653/statm: 79660 13071 415 364 0 15578 0
[pid=19655] ppid=19653 vsize=34372 CPUtime=393.82 cores=1,3
/proc/19655/stat : 19655 (lingeling) T 19653 19655 19655 0 -1 4202496 12638 0 0 0 39381 1 0 0 25 0 1 0 656895821 35196928 7763 33554432000 4194304 4352236 140734736094400 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/19655/statm: 8593 7763 129 39 0 7673 0
[pid=19653/tid=19743] ppid=19647 vsize=318640 CPUtime=0 cores=1,3
/proc/19653/task/19743/stat : 19743 (python) S 19647 19647 18433 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 656935210 326287360 13071 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447840689 0 0 16781312 514 18446604470076574656 0 0 -1 1 0 0 0
[pid=19744] ppid=19647 vsize=318652 CPUtime=2.12 cores=1,3
/proc/19744/stat : 19744 (python) S 19647 19647 18433 0 -1 4202560 1020 0 0 0 113 99 0 0 15 0 1 0 656935211 326299648 13026 33554432000 4194304 5683644 140736451397920 18446744073709551615 212436037190 0 0 16781312 514 16569415934507188484 0 0 17 1 0 0 0
/proc/19744/statm: 79663 13026 371 364 0 15578 0
[pid=19746] ppid=19744 vsize=542532 CPUtime=839.15 cores=1,3
/proc/19746/stat : 19746 (cryptominisat-2) R 19744 19746 19746 0 -1 4202496 383726 0 1 0 83845 70 0 0 25 0 1 0 656935211 555552768 125841 33554432000 4194304 4677096 140733391900144 18446744073709551615 4320146 0 0 16781312 2 0 0 0 17 1 0 0 4
/proc/19746/statm: 135633 125841 393 118 0 130592 0
[pid=19647/tid=19654] ppid=19645 vsize=328896 CPUtime=0 cores=1,3
/proc/19647/task/19654/stat : 19654 (python) S 19645 19647 18433 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 656895821 336789504 14537 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447840689 0 0 16781312 2 18446604464860807360 0 0 -1 3 0 0 0
[pid=19647/tid=19745] ppid=19645 vsize=328896 CPUtime=0 cores=1,3
/proc/19647/task/19745/stat : 19745 (python) S 19645 19647 18433 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 656935211 336789504 14537 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447840689 0 0 16781312 2 18446604464860807360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1243.12
Current children cumulated vsize (KiB) 1543092



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.04 4.00 5/357 19834
/proc/meminfo: memFree=20065108/32951124 swapFree=57331800/67111528
[pid=19647] ppid=19645 vsize=328896 CPUtime=7.11 cores=1,3
/proc/19647/stat : 19647 (python) S 19645 19647 18433 0 -1 4202496 22600 933 1 0 700 11 0 0 19 0 3 0 656895082 336789504 14537 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19647/statm: 82224 14537 1878 364 0 18139 0
[pid=19653] ppid=19647 vsize=318640 CPUtime=0.92 cores=1,3
/proc/19653/stat : 19653 (python) S 19647 19647 18433 0 -1 4202560 1202 0 0 0 49 43 0 0 19 0 2 0 656895821 326287360 13071 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19653/statm: 79660 13071 415 364 0 15578 0
[pid=19655] ppid=19653 vsize=34372 CPUtime=393.82 cores=1,3
/proc/19655/stat : 19655 (lingeling) T 19653 19655 19655 0 -1 4202496 12638 0 0 0 39381 1 0 0 25 0 1 0 656895821 35196928 7763 33554432000 4194304 4352236 140734736094400 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/19655/statm: 8593 7763 129 39 0 7673 0
[pid=19653/tid=19743] ppid=19647 vsize=318640 CPUtime=0 cores=1,3
/proc/19653/task/19743/stat : 19743 (python) S 19647 19647 18433 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 656935210 326287360 13071 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447840689 0 0 16781312 514 18446604470076574656 0 0 -1 1 0 0 0
[pid=19744] ppid=19647 vsize=318652 CPUtime=2.27 cores=1,3
/proc/19744/stat : 19744 (python) S 19647 19647 18433 0 -1 4202560 1020 0 0 0 120 107 0 0 15 0 1 0 656935211 326299648 13026 33554432000 4194304 5683644 140736451397920 18446744073709551615 212436037190 0 0 16781312 514 8849925111503880452 0 0 17 1 0 0 0
/proc/19744/statm: 79663 13026 371 364 0 15578 0
[pid=19746] ppid=19744 vsize=542532 CPUtime=896.72 cores=1,3
/proc/19746/stat : 19746 (cryptominisat-2) R 19744 19746 19746 0 -1 4202496 383945 0 1 0 89601 71 0 0 25 0 1 0 656935211 555552768 126060 33554432000 4194304 4677096 140733391900144 18446744073709551615 4454506 0 0 16781312 2 0 0 0 17 1 0 0 4
/proc/19746/statm: 135633 126060 393 118 0 130592 0
[pid=19647/tid=19654] ppid=19645 vsize=328896 CPUtime=0 cores=1,3
/proc/19647/task/19654/stat : 19654 (python) S 19645 19647 18433 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 656895821 336789504 14537 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447840689 0 0 16781312 2 18446604464860807360 0 0 -1 3 0 0 0
[pid=19647/tid=19745] ppid=19645 vsize=328896 CPUtime=0 cores=1,3
/proc/19647/task/19745/stat : 19745 (python) S 19645 19647 18433 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 656935211 336789504 14537 33554432000 4194304 5683644 140736451397920 18446744073709551615 212447840689 0 0 16781312 2 18446604464860807360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1300.84
Current children cumulated vsize (KiB) 1543092

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

Real time (s): 1300.03
CPU time (s): 1300.84
CPU user time (s): 1298.51
CPU system time (s): 2.33
CPU usage (%): 100.062
Max. virtual memory (cumulated for all children) (KiB): 1659276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.00293
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23533
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= 2615
involuntary context switches= 81

runsolver used 3.9704 second user time and 9.76652 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 11:48:47
IDJOB=3377962
IDBENCH=20523
IDSOLVER=1858
FILE ID=node102/3377962-1305452927
RUNJOBID= node102-1305452895-19556
PBS_JOBID= 13324852
Free space on /tmp= 73536 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
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-3377962-1305452927/watcher-3377962-1305452927 -o /tmp/evaluation-result-3377962-1305452927/solver-3377962-1305452927 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377962-1305452927.cnf -seed 2007765356 -budget 2400

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

MD5SUM BENCH= 8a76c8add64173ae39149aae572a02d9
RANDOM SEED=2007765356

node102.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.828
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.65
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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
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.828
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.828
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.828
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.828
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.828
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.828
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:      23133568 kB
Buffers:         15668 kB
Cached:         450188 kB
SwapCached:      89820 kB
Active:         676692 kB
Inactive:      8959100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23133568 kB
SwapTotal:    67111528 kB
SwapFree:     57331800 kB
Dirty:          158628 kB
Writeback:           0 kB
AnonPages:     9090836 kB
Mapped:          18564 kB
Slab:            60984 kB
PageTables:      56172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59549324 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= 73304 MiB
End job on node102 at 2011-05-15 12:10:29