Trace number 3483852

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.03 1199.83

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner128.cnf
MD5SUM4b75ef7fb46928f50793af1d74c176e2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4342.44
Satisfiable
(Un)Satisfiability was proved
Number of variables98048
Number of clauses293759
Sum of the clauses size685435
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2195838
Number of clauses of size 397919
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.47	c INFO: solving HOME/instance-3483852-1307747355.cnf
0.31/0.47	c INFO: computing task features
1.20/1.34	c INFO: computed variable-clause graph statistics
1.20/1.37	c INFO: computed clause balance statistics
5.60/5.75	c INFO: computed variable balance statistics
8.90/9.02	c INFO: computed small-clause counts
8.90/9.06	c INFO: computed Horn-clause counts
20.20/20.31	c INFO: computed variable graph statistics
20.20/20.31	c INFO: collected features for HOME/instance-3483852-1307747355.cnf in 19.81 s
20.20/20.32	c INFO: running lingeling-276@0 for 582 with 1180 remaining (b = 0.63)
607.01/606.99	c INFO: running cryptominisat-2.9.0@0 for 594 with 594 remaining (b = 0.58)

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-3483852-1307747355/watcher-3483852-1307747355 -o /tmp/evaluation-result-3483852-1307747355/solver-3483852-1307747355 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483852-1307747355.cnf -seed 267159310 -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.00 2.83 1.29 4/199 29696
/proc/meminfo: memFree=29581032/32951124 swapFree=67072804/67111528
[pid=29696] ppid=29694 vsize=15184 CPUtime=0 cores=1,3
/proc/29696/stat : 29696 (python) R 29694 29696 29444 0 -1 4202496 723 0 0 0 0 0 0 0 20 0 1 0 886333390 15548416 612 33554432000 4194304 5683644 140736053125008 18446744073709551615 4981020 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29696/statm: 3796 614 321 364 0 283 0

[startup+0.0721291 s]
/proc/loadavg: 4.00 2.83 1.29 4/199 29696
/proc/meminfo: memFree=29581032/32951124 swapFree=67072804/67111528
[pid=29696] ppid=29694 vsize=54532 CPUtime=0.05 cores=1,3
/proc/29696/stat : 29696 (python) S 29694 29696 29444 0 -1 4202496 2057 0 0 0 4 1 0 0 17 0 1 0 886333390 55840768 1813 33554432000 4194304 5683644 140736053125008 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 3 0 0 0
/proc/29696/statm: 13633 1813 492 364 0 1283 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54532

[startup+0.100998 s]
/proc/loadavg: 4.00 2.83 1.29 4/199 29696
/proc/meminfo: memFree=29581032/32951124 swapFree=67072804/67111528
[pid=29696] ppid=29694 vsize=104216 CPUtime=0.06 cores=1,3
/proc/29696/stat : 29696 (python) S 29694 29696 29444 0 -1 4202496 3048 0 0 0 5 1 0 0 17 0 1 0 886333390 106717184 2731 33554432000 4194304 5683644 140736053125008 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 3 0 0 0
/proc/29696/statm: 26054 2731 847 364 0 1802 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104216

[startup+0.300997 s]
/proc/loadavg: 4.00 2.83 1.29 4/199 29696
/proc/meminfo: memFree=29581032/32951124 swapFree=67072804/67111528
[pid=29696] ppid=29694 vsize=170752 CPUtime=0.23 cores=1,3
/proc/29696/stat : 29696 (python) R 29694 29696 29444 0 -1 4202496 6740 934 1 0 17 6 0 0 17 0 1 0 886333390 174850048 4805 33554432000 4194304 5683644 140736053125008 18446744073709551615 255377297253 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29696/statm: 42688 4805 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170752

[startup+0.70092 s]
/proc/loadavg: 4.00 2.83 1.29 4/199 29696
/proc/meminfo: memFree=29581032/32951124 swapFree=67072804/67111528
[pid=29696] ppid=29694 vsize=297888 CPUtime=0.61 cores=1,3
/proc/29696/stat : 29696 (python) R 29694 29696 29444 0 -1 4202496 14037 934 1 0 52 9 0 0 17 0 1 0 886333390 305037312 11705 33554432000 4194304 5683644 140736053125008 18446744073709551615 47030412174377 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29696/statm: 74472 11706 1761 364 0 10396 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 297888

[startup+1.50077 s]
/proc/loadavg: 4.00 2.85 1.30 5/200 29701
/proc/meminfo: memFree=29519792/32951124 swapFree=67072804/67111528
[pid=29696] ppid=29694 vsize=337960 CPUtime=1.4 cores=1,3
/proc/29696/stat : 29696 (python) R 29694 29696 29444 0 -1 4202496 30778 934 1 0 129 11 0 0 18 0 1 0 886333390 346071040 21875 33554432000 4194304 5683644 140736053125008 18446744073709551615 47030244191951 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29696/statm: 84490 21875 1826 364 0 20414 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 337960

[startup+3.10047 s]
/proc/loadavg: 4.00 2.85 1.30 5/200 29701
/proc/meminfo: memFree=29497472/32951124 swapFree=67072804/67111528
[pid=29696] ppid=29694 vsize=337960 CPUtime=3 cores=1,3
/proc/29696/stat : 29696 (python) R 29694 29696 29444 0 -1 4202496 30778 934 1 0 289 11 0 0 21 0 1 0 886333390 346071040 21875 33554432000 4194304 5683644 140736053125008 18446744073709551615 47030241567742 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29696/statm: 84490 21875 1826 364 0 20414 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 337960

[startup+6.30088 s]
/proc/loadavg: 4.00 2.87 1.32 5/200 29701
/proc/meminfo: memFree=29493876/32951124 swapFree=67072804/67111528
[pid=29696] ppid=29694 vsize=337960 CPUtime=6.2 cores=1,3
/proc/29696/stat : 29696 (python) R 29694 29696 29444 0 -1 4202496 30779 934 1 0 609 11 0 0 25 0 1 0 886333390 346071040 21876 33554432000 4194304 5683644 140736053125008 18446744073709551615 47030274095201 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29696/statm: 84490 21876 1827 364 0 20414 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 337960

[startup+12.7007 s]
/proc/loadavg: 4.00 2.89 1.33 5/200 29702
/proc/meminfo: memFree=29482648/32951124 swapFree=67072804/67111528
[pid=29696] ppid=29694 vsize=337960 CPUtime=12.6 cores=1,3
/proc/29696/stat : 29696 (python) R 29694 29696 29444 0 -1 4202496 30785 934 1 0 1249 11 0 0 25 0 1 0 886333390 346071040 21882 33554432000 4194304 5683644 140736053125008 18446744073709551615 47030241323148 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29696/statm: 84490 21882 1833 364 0 20414 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 337960

[startup+25.5003 s]
/proc/loadavg: 4.08 2.96 1.38 5/203 29705
/proc/meminfo: memFree=29425928/32951124 swapFree=67072804/67111528
[pid=29696] ppid=29694 vsize=343728 CPUtime=20.23 cores=1,3
/proc/29696/stat : 29696 (python) S 29694 29696 29444 0 -1 4202496 31071 934 1 0 2011 12 0 0 25 0 2 0 886333390 351977472 20795 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29696/statm: 85932 20795 1867 364 0 21850 0
[pid=29703] ppid=29696 vsize=333484 CPUtime=0 cores=1,3
/proc/29703/stat : 29703 (python) S 29696 29696 29444 0 -1 4202560 885 0 0 0 0 0 0 0 18 0 1 0 886335422 341487616 19300 33554432000 4194304 5683644 140736053125008 18446744073709551615 255377321487 0 0 16781312 514 4522502710448062728 0 0 17 1 0 0 0
/proc/29703/statm: 83371 19300 376 364 0 19289 0
[pid=29705] ppid=29703 vsize=35196 CPUtime=5.15 cores=1,3
/proc/29705/stat : 29705 (lingeling) R 29703 29705 29705 0 -1 4202496 15655 0 0 0 514 1 0 0 25 0 1 0 886335423 36040704 7967 33554432000 4194304 4352236 140737338270720 18446744073709551615 4209013 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29705/statm: 8799 7967 127 39 0 7879 0
[pid=29696/tid=29704] ppid=29694 vsize=343728 CPUtime=0 cores=1,3
/proc/29696/task/29704/stat : 29704 (python) S 29694 29696 29444 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886335423 351977472 20795 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389125041 0 0 16781312 2 18446604460697576384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 712408

[startup+51.1006 s]
/proc/loadavg: 4.05 3.04 1.45 5/203 29706
/proc/meminfo: memFree=29426004/32951124 swapFree=67072804/67111528
[pid=29696] ppid=29694 vsize=343728 CPUtime=20.23 cores=1,3
/proc/29696/stat : 29696 (python) S 29694 29696 29444 0 -1 4202496 31071 934 1 0 2011 12 0 0 25 0 2 0 886333390 351977472 20795 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29696/statm: 85932 20795 1867 364 0 21850 0
[pid=29703] ppid=29696 vsize=333484 CPUtime=0.03 cores=1,3
/proc/29703/stat : 29703 (python) S 29696 29696 29444 0 -1 4202560 898 0 0 0 2 1 0 0 18 0 1 0 886335422 341487616 19300 33554432000 4194304 5683644 140736053125008 18446744073709551615 255377321487 0 0 16781312 514 1281960189242605832 0 0 17 1 0 0 0
/proc/29703/statm: 83371 19300 376 364 0 19289 0
[pid=29705] ppid=29703 vsize=30824 CPUtime=30.73 cores=1,3
/proc/29705/stat : 29705 (lingeling) R 29703 29705 29705 0 -1 4202496 16681 0 0 0 3072 1 0 0 25 0 1 0 886335423 31563776 6876 33554432000 4194304 4352236 140737338270720 18446744073709551615 4281245 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29705/statm: 7706 6876 129 39 0 6786 0
[pid=29696/tid=29704] ppid=29694 vsize=343728 CPUtime=0 cores=1,3
/proc/29696/task/29704/stat : 29704 (python) S 29694 29696 29444 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886335423 351977472 20795 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389125041 0 0 16781312 2 18446604460697576384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 708036

[startup+102.307 s]
/proc/loadavg: 4.02 3.18 1.58 5/203 29753
/proc/meminfo: memFree=30672572/32951124 swapFree=67072804/67111528
[pid=29696] ppid=29694 vsize=343728 CPUtime=20.23 cores=1,3
/proc/29696/stat : 29696 (python) S 29694 29696 29444 0 -1 4202496 31071 934 1 0 2011 12 0 0 25 0 2 0 886333390 351977472 20795 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29696/statm: 85932 20795 1867 364 0 21850 0
[pid=29703] ppid=29696 vsize=333484 CPUtime=0.09 cores=1,3
/proc/29703/stat : 29703 (python) S 29696 29696 29444 0 -1 4202560 921 0 0 0 5 4 0 0 18 0 1 0 886335422 341487616 19300 33554432000 4194304 5683644 140736053125008 18446744073709551615 255377321487 0 0 16781312 514 1281960189242605832 0 0 17 1 0 0 0
/proc/29703/statm: 83371 19300 376 364 0 19289 0
[pid=29705] ppid=29703 vsize=30808 CPUtime=81.9 cores=1,3
/proc/29705/stat : 29705 (lingeling) R 29703 29705 29705 0 -1 4202496 18729 0 0 0 8188 2 0 0 25 0 1 0 886335423 31547392 6872 33554432000 4194304 4352236 140737338270720 18446744073709551615 4234032 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29705/statm: 7702 6872 129 39 0 6782 0
[pid=29696/tid=29704] ppid=29694 vsize=343728 CPUtime=0 cores=1,3
/proc/29696/task/29704/stat : 29704 (python) S 29694 29696 29444 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886335423 351977472 20795 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389125041 0 0 16781312 2 18446604460697576384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 708020

[startup+162.301 s]
/proc/loadavg: 4.07 3.35 1.73 5/203 29755
/proc/meminfo: memFree=30672640/32951124 swapFree=67072804/67111528
[pid=29696] ppid=29694 vsize=343728 CPUtime=20.23 cores=1,3
/proc/29696/stat : 29696 (python) S 29694 29696 29444 0 -1 4202496 31071 934 1 0 2011 12 0 0 25 0 2 0 886333390 351977472 20795 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29696/statm: 85932 20795 1867 364 0 21850 0
[pid=29703] ppid=29696 vsize=333484 CPUtime=0.17 cores=1,3
/proc/29703/stat : 29703 (python) S 29696 29696 29444 0 -1 4202560 944 0 0 0 10 7 0 0 18 0 1 0 886335422 341487616 19300 33554432000 4194304 5683644 140736053125008 18446744073709551615 255377321487 0 0 16781312 514 1281960189242605832 0 0 17 1 0 0 0
/proc/29703/statm: 83371 19300 376 364 0 19289 0
[pid=29705] ppid=29703 vsize=30804 CPUtime=141.83 cores=1,3
/proc/29705/stat : 29705 (lingeling) R 29703 29705 29705 0 -1 4202496 18729 0 0 0 14181 2 0 0 25 0 1 0 886335423 31543296 6871 33554432000 4194304 4352236 140737338270720 18446744073709551615 4328400 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29705/statm: 7701 6871 129 39 0 6781 0
[pid=29696/tid=29704] ppid=29694 vsize=343728 CPUtime=0 cores=1,3
/proc/29696/task/29704/stat : 29704 (python) S 29694 29696 29444 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886335423 351977472 20795 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389125041 0 0 16781312 2 18446604460697576384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 708016

[startup+222.301 s]
/proc/loadavg: 4.07 3.48 1.88 5/203 29756
/proc/meminfo: memFree=30664148/32951124 swapFree=67072804/67111528
[pid=29696] ppid=29694 vsize=343728 CPUtime=20.23 cores=1,3
/proc/29696/stat : 29696 (python) S 29694 29696 29444 0 -1 4202496 31071 934 1 0 2011 12 0 0 25 0 2 0 886333390 351977472 20795 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29696/statm: 85932 20795 1867 364 0 21850 0
[pid=29703] ppid=29696 vsize=333484 CPUtime=0.26 cores=1,3
/proc/29703/stat : 29703 (python) S 29696 29696 29444 0 -1 4202560 962 0 0 0 15 11 0 0 18 0 1 0 886335422 341487616 19300 33554432000 4194304 5683644 140736053125008 18446744073709551615 255377321487 0 0 16781312 514 1281960189242605832 0 0 17 1 0 0 0
/proc/29703/statm: 83371 19300 376 364 0 19289 0
[pid=29705] ppid=29703 vsize=36440 CPUtime=201.78 cores=1,3
/proc/29705/stat : 29705 (lingeling) R 29703 29705 29705 0 -1 4202496 20138 0 0 0 20176 2 0 0 25 0 1 0 886335423 37314560 8280 33554432000 4194304 4352236 140737338270720 18446744073709551615 4280999 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29705/statm: 9110 8280 129 39 0 8190 0
[pid=29696/tid=29704] ppid=29694 vsize=343728 CPUtime=0 cores=1,3
/proc/29696/task/29704/stat : 29704 (python) S 29694 29696 29444 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886335423 351977472 20795 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389125041 0 0 16781312 2 18446604460697576384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 713652

[startup+282.301 s]
/proc/loadavg: 4.06 3.58 2.01 5/203 29804
/proc/meminfo: memFree=31391440/32951124 swapFree=67072804/67111528
[pid=29696] ppid=29694 vsize=343728 CPUtime=20.23 cores=1,3
/proc/29696/stat : 29696 (python) S 29694 29696 29444 0 -1 4202496 31071 934 1 0 2011 12 0 0 25 0 2 0 886333390 351977472 20795 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29696/statm: 85932 20795 1867 364 0 21850 0
[pid=29703] ppid=29696 vsize=333484 CPUtime=0.34 cores=1,3
/proc/29703/stat : 29703 (python) S 29696 29696 29444 0 -1 4202560 969 0 0 0 18 16 0 0 18 0 1 0 886335422 341487616 19300 33554432000 4194304 5683644 140736053125008 18446744073709551615 255377321487 0 0 16781312 514 1281960189242605832 0 0 17 1 0 0 0
/proc/29703/statm: 83371 19300 376 364 0 19289 0
[pid=29705] ppid=29703 vsize=36440 CPUtime=261.72 cores=1,3
/proc/29705/stat : 29705 (lingeling) R 29703 29705 29705 0 -1 4202496 20138 0 0 0 26170 2 0 0 25 0 1 0 886335423 37314560 8280 33554432000 4194304 4352236 140737338270720 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29705/statm: 9110 8280 129 39 0 8190 0
[pid=29696/tid=29704] ppid=29694 vsize=343728 CPUtime=0 cores=1,3
/proc/29696/task/29704/stat : 29704 (python) S 29694 29696 29444 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886335423 351977472 20795 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389125041 0 0 16781312 2 18446604460697576384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 282.29

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

[pid=29818] ppid=29696 vsize=343740 CPUtime=0.49 cores=1,3
/proc/29818/stat : 29818 (python) S 29696 29696 29444 0 -1 4202560 995 0 0 0 25 24 0 0 15 0 1 0 886394090 351989760 19298 33554432000 4194304 5683644 140736053125008 18446744073709551615 255377321542 0 0 16781312 514 1281960189242605832 0 0 17 1 0 0 0
/proc/29818/statm: 85935 19298 370 364 0 21850 0
[pid=29820] ppid=29818 vsize=1195532 CPUtime=334.86 cores=1,3
/proc/29820/stat : 29820 (cryptominisat-2) R 29818 29820 29820 0 -1 4202496 301384 0 0 0 33441 45 0 0 25 0 1 0 886394091 1224224768 236545 33554432000 4194304 4677096 140733755588576 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29820/statm: 298883 236545 391 118 0 293842 0
[pid=29696/tid=29704] ppid=29694 vsize=353984 CPUtime=0 cores=1,3
/proc/29696/task/29704/stat : 29704 (python) S 29694 29696 29444 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 3 0 886335423 362479616 20802 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389125041 0 0 16781312 2 18446604460697576384 0 0 -1 1 0 0 0
[pid=29696/tid=29819] ppid=29694 vsize=353984 CPUtime=0 cores=1,3
/proc/29696/task/29819/stat : 29819 (python) S 29694 29696 29444 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 886394091 362479616 20802 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389125041 0 0 16781312 2 18446604460697576384 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 942.45
Current children cumulated vsize (KiB) 2293904

[startup+1002.3 s]
/proc/loadavg: 4.03 4.04 3.12 5/219 29839
/proc/meminfo: memFree=29101848/32951124 swapFree=67072804/67111528
[pid=29696] ppid=29694 vsize=353984 CPUtime=20.23 cores=1,3
/proc/29696/stat : 29696 (python) S 29694 29696 29444 0 -1 4202496 31861 934 1 0 2011 12 0 0 20 0 3 0 886333390 362479616 20802 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29696/statm: 88496 20802 1870 364 0 24411 0
[pid=29703] ppid=29696 vsize=343728 CPUtime=0.77 cores=1,3
/proc/29703/stat : 29703 (python) S 29696 29696 29444 0 -1 4202560 1199 0 0 0 38 39 0 0 19 0 2 0 886335422 351977472 19343 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29703/statm: 85932 19343 414 364 0 21850 0
[pid=29705] ppid=29703 vsize=56920 CPUtime=586.1 cores=1,3
/proc/29705/stat : 29705 (lingeling) T 29703 29705 29705 0 -1 4202496 25258 0 0 0 58607 3 0 0 25 0 1 0 886335423 58286080 13400 33554432000 4194304 4352236 140737338270720 18446744073709551615 4281023 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/29705/statm: 14230 13400 129 39 0 13310 0
[pid=29703/tid=29817] ppid=29696 vsize=343728 CPUtime=0 cores=1,3
/proc/29703/task/29817/stat : 29817 (python) S 29696 29696 29444 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886394090 351977472 19343 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389125041 0 0 16781312 514 18446604471145539648 0 0 -1 3 0 0 0
[pid=29818] ppid=29696 vsize=343740 CPUtime=0.59 cores=1,3
/proc/29818/stat : 29818 (python) S 29696 29696 29444 0 -1 4202560 995 0 0 0 31 28 0 0 16 0 1 0 886394090 351989760 19298 33554432000 4194304 5683644 140736053125008 18446744073709551615 255377321542 0 0 16781312 514 1281960189242605832 0 0 17 1 0 0 0
/proc/29818/statm: 85935 19298 370 364 0 21850 0
[pid=29820] ppid=29818 vsize=1207756 CPUtime=394.78 cores=1,3
/proc/29820/stat : 29820 (cryptominisat-2) R 29818 29820 29820 0 -1 4202496 321417 0 0 0 39427 51 0 0 25 0 1 0 886394091 1236742144 238996 33554432000 4194304 4677096 140733755588576 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/29820/statm: 301939 238996 391 118 0 296898 0
[pid=29696/tid=29704] ppid=29694 vsize=353984 CPUtime=0 cores=1,3
/proc/29696/task/29704/stat : 29704 (python) S 29694 29696 29444 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 3 0 886335423 362479616 20802 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389125041 0 0 16781312 2 18446604460697576384 0 0 -1 1 0 0 0
[pid=29696/tid=29819] ppid=29694 vsize=353984 CPUtime=0 cores=1,3
/proc/29696/task/29819/stat : 29819 (python) S 29694 29696 29444 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 886394091 362479616 20802 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389125041 0 0 16781312 2 18446604460697576384 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1002.47
Current children cumulated vsize (KiB) 2306128

[startup+1062.3 s]
/proc/loadavg: 4.01 4.03 3.18 5/219 29841
/proc/meminfo: memFree=29068712/32951124 swapFree=67072804/67111528
[pid=29696] ppid=29694 vsize=353984 CPUtime=20.23 cores=1,3
/proc/29696/stat : 29696 (python) S 29694 29696 29444 0 -1 4202496 31861 934 1 0 2011 12 0 0 20 0 3 0 886333390 362479616 20802 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29696/statm: 88496 20802 1870 364 0 24411 0
[pid=29703] ppid=29696 vsize=343728 CPUtime=0.77 cores=1,3
/proc/29703/stat : 29703 (python) S 29696 29696 29444 0 -1 4202560 1199 0 0 0 38 39 0 0 19 0 2 0 886335422 351977472 19343 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29703/statm: 85932 19343 414 364 0 21850 0
[pid=29705] ppid=29703 vsize=56920 CPUtime=586.1 cores=1,3
/proc/29705/stat : 29705 (lingeling) T 29703 29705 29705 0 -1 4202496 25258 0 0 0 58607 3 0 0 25 0 1 0 886335423 58286080 13400 33554432000 4194304 4352236 140737338270720 18446744073709551615 4281023 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/29705/statm: 14230 13400 129 39 0 13310 0
[pid=29703/tid=29817] ppid=29696 vsize=343728 CPUtime=0 cores=1,3
/proc/29703/task/29817/stat : 29817 (python) S 29696 29696 29444 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886394090 351977472 19343 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389125041 0 0 16781312 514 18446604471145539648 0 0 -1 3 0 0 0
[pid=29818] ppid=29696 vsize=343740 CPUtime=0.68 cores=1,3
/proc/29818/stat : 29818 (python) S 29696 29696 29444 0 -1 4202560 1005 0 0 0 35 33 0 0 15 0 1 0 886394090 351989760 19299 33554432000 4194304 5683644 140736053125008 18446744073709551615 255377321542 0 0 16781312 514 1281960189242605832 0 0 17 1 0 0 0
/proc/29818/statm: 85935 19299 371 364 0 21850 0
[pid=29820] ppid=29818 vsize=1208492 CPUtime=454.69 cores=1,3
/proc/29820/stat : 29820 (cryptominisat-2) R 29818 29820 29820 0 -1 4202496 337508 0 0 0 45414 55 0 0 25 0 1 0 886394091 1237495808 239124 33554432000 4194304 4677096 140733755588576 18446744073709551615 4319280 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/29820/statm: 302123 239124 391 118 0 297082 0
[pid=29696/tid=29704] ppid=29694 vsize=353984 CPUtime=0 cores=1,3
/proc/29696/task/29704/stat : 29704 (python) S 29694 29696 29444 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 3 0 886335423 362479616 20802 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389125041 0 0 16781312 2 18446604460697576384 0 0 -1 1 0 0 0
[pid=29696/tid=29819] ppid=29694 vsize=353984 CPUtime=0 cores=1,3
/proc/29696/task/29819/stat : 29819 (python) S 29694 29696 29444 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 886394091 362479616 20802 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389125041 0 0 16781312 2 18446604460697576384 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1062.47
Current children cumulated vsize (KiB) 2306864

[startup+1122.3 s]
/proc/loadavg: 4.13 4.06 3.24 5/219 29842
/proc/meminfo: memFree=28981252/32951124 swapFree=67072804/67111528
[pid=29696] ppid=29694 vsize=353984 CPUtime=20.23 cores=1,3
/proc/29696/stat : 29696 (python) S 29694 29696 29444 0 -1 4202496 31861 934 1 0 2011 12 0 0 20 0 3 0 886333390 362479616 20802 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29696/statm: 88496 20802 1870 364 0 24411 0
[pid=29703] ppid=29696 vsize=343728 CPUtime=0.77 cores=1,3
/proc/29703/stat : 29703 (python) S 29696 29696 29444 0 -1 4202560 1199 0 0 0 38 39 0 0 19 0 2 0 886335422 351977472 19343 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29703/statm: 85932 19343 414 364 0 21850 0
[pid=29705] ppid=29703 vsize=56920 CPUtime=586.1 cores=1,3
/proc/29705/stat : 29705 (lingeling) T 29703 29705 29705 0 -1 4202496 25258 0 0 0 58607 3 0 0 25 0 1 0 886335423 58286080 13400 33554432000 4194304 4352236 140737338270720 18446744073709551615 4281023 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/29705/statm: 14230 13400 129 39 0 13310 0
[pid=29703/tid=29817] ppid=29696 vsize=343728 CPUtime=0 cores=1,3
/proc/29703/task/29817/stat : 29817 (python) S 29696 29696 29444 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886394090 351977472 19343 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389125041 0 0 16781312 514 18446604471145539648 0 0 -1 3 0 0 0
[pid=29818] ppid=29696 vsize=343740 CPUtime=0.78 cores=1,3
/proc/29818/stat : 29818 (python) S 29696 29696 29444 0 -1 4202560 1005 0 0 0 41 37 0 0 15 0 1 0 886394090 351989760 19299 33554432000 4194304 5683644 140736053125008 18446744073709551615 255377321542 0 0 16781312 514 1281960189242605832 0 0 17 1 0 0 0
/proc/29818/statm: 85935 19299 371 364 0 21850 0
[pid=29820] ppid=29818 vsize=1212704 CPUtime=514.61 cores=1,3
/proc/29820/stat : 29820 (cryptominisat-2) R 29818 29820 29820 0 -1 4202496 351883 0 0 0 51403 58 0 0 25 0 1 0 886394091 1241808896 241407 33554432000 4194304 4677096 140733755588576 18446744073709551615 4337298 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29820/statm: 303176 241407 391 118 0 298135 0
[pid=29696/tid=29704] ppid=29694 vsize=353984 CPUtime=0 cores=1,3
/proc/29696/task/29704/stat : 29704 (python) S 29694 29696 29444 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 3 0 886335423 362479616 20802 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389125041 0 0 16781312 2 18446604460697576384 0 0 -1 1 0 0 0
[pid=29696/tid=29819] ppid=29694 vsize=353984 CPUtime=0 cores=1,3
/proc/29696/task/29819/stat : 29819 (python) S 29694 29696 29444 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 886394091 362479616 20802 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389125041 0 0 16781312 2 18446604460697576384 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1122.49
Current children cumulated vsize (KiB) 2311076

[startup+1182.3 s]
/proc/loadavg: 4.05 4.05 3.29 5/212 29887
/proc/meminfo: memFree=28955396/32951124 swapFree=67072804/67111528
[pid=29696] ppid=29694 vsize=353984 CPUtime=20.23 cores=1,3
/proc/29696/stat : 29696 (python) S 29694 29696 29444 0 -1 4202496 31861 934 1 0 2011 12 0 0 20 0 3 0 886333390 362479616 20802 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29696/statm: 88496 20802 1870 364 0 24411 0
[pid=29703] ppid=29696 vsize=343728 CPUtime=0.77 cores=1,3
/proc/29703/stat : 29703 (python) S 29696 29696 29444 0 -1 4202560 1199 0 0 0 38 39 0 0 19 0 2 0 886335422 351977472 19343 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29703/statm: 85932 19343 414 364 0 21850 0
[pid=29705] ppid=29703 vsize=56920 CPUtime=586.1 cores=1,3
/proc/29705/stat : 29705 (lingeling) T 29703 29705 29705 0 -1 4202496 25258 0 0 0 58607 3 0 0 25 0 1 0 886335423 58286080 13400 33554432000 4194304 4352236 140737338270720 18446744073709551615 4281023 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/29705/statm: 14230 13400 129 39 0 13310 0
[pid=29703/tid=29817] ppid=29696 vsize=343728 CPUtime=0 cores=1,3
/proc/29703/task/29817/stat : 29817 (python) S 29696 29696 29444 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886394090 351977472 19343 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389125041 0 0 16781312 514 18446604471145539648 0 0 -1 3 0 0 0
[pid=29818] ppid=29696 vsize=343740 CPUtime=0.87 cores=1,3
/proc/29818/stat : 29818 (python) S 29696 29696 29444 0 -1 4202560 1019 0 0 0 46 41 0 0 15 0 1 0 886394090 351989760 19308 33554432000 4194304 5683644 140736053125008 18446744073709551615 255377321542 0 0 16781312 514 1281960189242605832 0 0 17 1 0 0 0
/proc/29818/statm: 85935 19308 380 364 0 21850 0
[pid=29820] ppid=29818 vsize=1213484 CPUtime=574.53 cores=1,3
/proc/29820/stat : 29820 (cryptominisat-2) R 29818 29820 29820 0 -1 4202496 369214 0 0 0 57391 62 0 0 25 0 1 0 886394091 1242607616 240701 33554432000 4194304 4677096 140733755588576 18446744073709551615 4336322 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29820/statm: 303371 240701 391 118 0 298330 0
[pid=29696/tid=29704] ppid=29694 vsize=353984 CPUtime=0 cores=1,3
/proc/29696/task/29704/stat : 29704 (python) S 29694 29696 29444 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 3 0 886335423 362479616 20802 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389125041 0 0 16781312 2 18446604460697576384 0 0 -1 1 0 0 0
[pid=29696/tid=29819] ppid=29694 vsize=353984 CPUtime=0 cores=1,3
/proc/29696/task/29819/stat : 29819 (python) S 29694 29696 29444 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 886394091 362479616 20802 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389125041 0 0 16781312 2 18446604460697576384 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1182.5
Current children cumulated vsize (KiB) 2311856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.8 s]
/proc/loadavg: 4.04 4.05 3.30 5/212 29887
/proc/meminfo: memFree=28914252/32951124 swapFree=67072804/67111528
[pid=29696] ppid=29694 vsize=353984 CPUtime=20.23 cores=1,3
/proc/29696/stat : 29696 (python) S 29694 29696 29444 0 -1 4202496 31861 934 1 0 2011 12 0 0 20 0 3 0 886333390 362479616 20802 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29696/statm: 88496 20802 1870 364 0 24411 0
[pid=29703] ppid=29696 vsize=343728 CPUtime=0.77 cores=1,3
/proc/29703/stat : 29703 (python) S 29696 29696 29444 0 -1 4202560 1199 0 0 0 38 39 0 0 19 0 2 0 886335422 351977472 19343 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29703/statm: 85932 19343 414 364 0 21850 0
[pid=29705] ppid=29703 vsize=56920 CPUtime=586.1 cores=1,3
/proc/29705/stat : 29705 (lingeling) T 29703 29705 29705 0 -1 4202496 25258 0 0 0 58607 3 0 0 25 0 1 0 886335423 58286080 13400 33554432000 4194304 4352236 140737338270720 18446744073709551615 4281023 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/29705/statm: 14230 13400 129 39 0 13310 0
[pid=29703/tid=29817] ppid=29696 vsize=343728 CPUtime=0 cores=1,3
/proc/29703/task/29817/stat : 29817 (python) S 29696 29696 29444 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886394090 351977472 19343 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389125041 0 0 16781312 514 18446604471145539648 0 0 -1 3 0 0 0
[pid=29818] ppid=29696 vsize=343740 CPUtime=0.89 cores=1,3
/proc/29818/stat : 29818 (python) S 29696 29696 29444 0 -1 4202560 1019 0 0 0 47 42 0 0 15 0 1 0 886394090 351989760 19308 33554432000 4194304 5683644 140736053125008 18446744073709551615 255377321542 0 0 16781312 514 4582878818074591496 0 0 17 1 0 0 0
/proc/29818/statm: 85935 19308 380 364 0 21850 0
[pid=29820] ppid=29818 vsize=1244964 CPUtime=592.04 cores=1,3
/proc/29820/stat : 29820 (cryptominisat-2) R 29818 29820 29820 0 -1 4202496 377682 0 0 0 59140 64 0 0 25 0 1 0 886394091 1274843136 249106 33554432000 4194304 4677096 140733755588576 18446744073709551615 4502912 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29820/statm: 311241 249106 392 118 0 306200 0
[pid=29696/tid=29704] ppid=29694 vsize=353984 CPUtime=0 cores=1,3
/proc/29696/task/29704/stat : 29704 (python) S 29694 29696 29444 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 3 0 886335423 362479616 20802 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389125041 0 0 16781312 2 18446604460697576384 0 0 -1 1 0 0 0
[pid=29696/tid=29819] ppid=29694 vsize=353984 CPUtime=0 cores=1,3
/proc/29696/task/29819/stat : 29819 (python) S 29694 29696 29444 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 886394091 362479616 20802 33554432000 4194304 5683644 140736053125008 18446744073709551615 255389125041 0 0 16781312 2 18446604460697576384 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 2343336

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 29696 and gives
#  childrusage.ru_utime.tv_sec=20
#  childrusage.ru_utime.tv_usec=115941
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=132979
# CPU time returned by wait4() is 20.2489
# while last known CPU time is 1200.03
#
# 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.03
CPU user time (s): 1198.43
CPU system time (s): 1.6
CPU usage (%): 100.017
Max. virtual memory (cumulated for all children) (KiB): 2397784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.1159
system time used= 0.132979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32795
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= 991
involuntary context switches= 55

runsolver used 2.12268 second user time and 4.85826 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-11 01:09:15
IDJOB=3483852
IDBENCH=70799
IDSOLVER=1976
FILE ID=node135/3483852-1307747355
RUNJOBID= node135-1307746989-29464
PBS_JOBID= 13550823
Free space on /tmp= 73952 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner128.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-3483852-1307747355/watcher-3483852-1307747355 -o /tmp/evaluation-result-3483852-1307747355/solver-3483852-1307747355 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483852-1307747355.cnf -seed 267159310 -budget 1200

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

MD5SUM BENCH= 4b75ef7fb46928f50793af1d74c176e2
RANDOM SEED=267159310

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29581584 kB
Buffers:        209420 kB
Cached:         829804 kB
SwapCached:       6548 kB
Active:        2667604 kB
Inactive:       509584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29581584 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:           45140 kB
Writeback:           0 kB
AnonPages:     2137024 kB
Mapped:          17620 kB
Slab:           118740 kB
PageTables:      13520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3058380 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= 73860 MiB
End job on node135 at 2011-06-11 01:29:17