Trace number 3483960

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.09 1199.93

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-countbits128-tseitin.cnf
MD5SUM47da9e46b00ffd3e0b0f453a6c3c9f38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2179.95
Satisfiable
(Un)Satisfiability was proved
Number of variables95810
Number of clauses287045
Sum of the clauses size669769
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2191362
Number of clauses of size 395681
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.45	c INFO: solving HOME/instance-3483960-1307749698.cnf
0.32/0.45	c INFO: computing task features
1.11/1.26	c INFO: computed variable-clause graph statistics
1.11/1.29	c INFO: computed clause balance statistics
5.41/5.55	c INFO: computed variable balance statistics
8.61/8.73	c INFO: computed small-clause counts
8.61/8.77	c INFO: computed Horn-clause counts
19.42/19.50	c INFO: computed variable graph statistics
19.42/19.50	c INFO: collected features for HOME/instance-3483960-1307749698.cnf in 19.02 s
19.42/19.50	c INFO: running lingeling-276@0 for 582 with 1180 remaining (b = 0.63)
606.05/606.12	c INFO: running cryptominisat-2.9.0@0 for 595 with 595 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-3483960-1307749698/watcher-3483960-1307749698 -o /tmp/evaluation-result-3483960-1307749698/solver-3483960-1307749698 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483960-1307749698.cnf -seed 709612831 -budget 1200 

running on 2 cores: 5,7

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: 3.91 3.97 3.86 4/192 21951
/proc/meminfo: memFree=29228844/32950928 swapFree=67111528/67111528
[pid=21951] ppid=21949 vsize=15380 CPUtime=0 cores=5,7
/proc/21951/stat : 21951 (python) R 21949 21951 20932 0 -1 4202496 811 0 0 0 0 0 0 0 25 0 1 0 5714643 15749120 695 33554432000 4194304 5683644 140736875627184 18446744073709551615 4433760 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21951/statm: 3845 696 334 364 0 332 0

[startup+0.094255 s]
/proc/loadavg: 3.91 3.97 3.86 4/192 21951
/proc/meminfo: memFree=29228844/32950928 swapFree=67111528/67111528
[pid=21951] ppid=21949 vsize=104224 CPUtime=0.07 cores=5,7
/proc/21951/stat : 21951 (python) R 21949 21951 20932 0 -1 4202496 3043 0 0 0 5 2 0 0 17 0 1 0 5714643 106725376 2729 33554432000 4194304 5683644 140736875627184 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21951/statm: 26055 2730 847 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.100252 s]
/proc/loadavg: 3.91 3.97 3.86 4/192 21951
/proc/meminfo: memFree=29228844/32950928 swapFree=67111528/67111528
[pid=21951] ppid=21949 vsize=104616 CPUtime=0.07 cores=5,7
/proc/21951/stat : 21951 (python) R 21949 21951 20932 0 -1 4202496 3147 0 0 0 5 2 0 0 17 0 1 0 5714643 107126784 2822 33554432000 4194304 5683644 140736875627184 18446744073709551615 4651753 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21951/statm: 26154 2822 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.305265 s]
/proc/loadavg: 3.91 3.97 3.86 4/192 21951
/proc/meminfo: memFree=29228844/32950928 swapFree=67111528/67111528
[pid=21951] ppid=21949 vsize=198916 CPUtime=0.24 cores=5,7
/proc/21951/stat : 21951 (python) R 21949 21951 20932 0 -1 4202496 7029 935 1 0 18 6 0 0 17 0 1 0 5714643 203689984 5053 33554432000 4194304 5683644 140736875627184 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21951/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 198916

[startup+0.700148 s]
/proc/loadavg: 3.91 3.97 3.86 4/192 21951
/proc/meminfo: memFree=29228844/32950928 swapFree=67111528/67111528
[pid=21951] ppid=21949 vsize=300072 CPUtime=0.61 cores=5,7
/proc/21951/stat : 21951 (python) R 21949 21951 20932 0 -1 4202496 14606 935 1 0 52 9 0 0 17 0 1 0 5714643 307273728 12276 33554432000 4194304 5683644 140736875627184 18446744073709551615 232123740869 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21951/statm: 75018 12276 1761 364 0 10942 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 300072

[startup+1.501 s]
/proc/loadavg: 3.91 3.97 3.86 5/193 21956
/proc/meminfo: memFree=29167612/32950928 swapFree=67111528/67111528
[pid=21951] ppid=21949 vsize=332112 CPUtime=1.41 cores=5,7
/proc/21951/stat : 21951 (python) R 21949 21951 20932 0 -1 4202496 31937 935 1 0 130 11 0 0 18 0 1 0 5714643 340082688 20413 33554432000 4194304 5683644 140736875627184 18446744073709551615 232123739473 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21951/statm: 83028 20413 1826 364 0 18952 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 332112

[startup+3.10072 s]
/proc/loadavg: 3.91 3.97 3.86 5/193 21956
/proc/meminfo: memFree=29153600/32950928 swapFree=67111528/67111528
[pid=21951] ppid=21949 vsize=332112 CPUtime=3.01 cores=5,7
/proc/21951/stat : 21951 (python) R 21949 21951 20932 0 -1 4202496 31937 935 1 0 290 11 0 0 21 0 1 0 5714643 340082688 20413 33554432000 4194304 5683644 140736875627184 18446744073709551615 4416916 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21951/statm: 83028 20413 1826 364 0 18952 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 332112

[startup+6.30016 s]
/proc/loadavg: 3.92 3.97 3.86 5/193 21956
/proc/meminfo: memFree=29152608/32950928 swapFree=67111528/67111528
[pid=21951] ppid=21949 vsize=332112 CPUtime=6.21 cores=5,7
/proc/21951/stat : 21951 (python) R 21949 21951 20932 0 -1 4202496 31938 935 1 0 610 11 0 0 25 0 1 0 5714643 340082688 20414 33554432000 4194304 5683644 140736875627184 18446744073709551615 4500509 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21951/statm: 83028 20414 1827 364 0 18952 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 332112

[startup+12.701 s]
/proc/loadavg: 3.93 3.97 3.86 5/196 21960
/proc/meminfo: memFree=29069356/32950928 swapFree=67111528/67111528
[pid=21951] ppid=21949 vsize=334356 CPUtime=12.62 cores=5,7
/proc/21951/stat : 21951 (python) R 21949 21951 20932 0 -1 4202496 32505 935 1 0 1250 12 0 0 25 0 1 0 5714643 342380544 20981 33554432000 4194304 5683644 140736875627184 18446744073709551615 47745276156044 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21951/statm: 83589 20981 1833 364 0 19513 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 334356

[startup+25.5008 s]
/proc/loadavg: 3.94 3.97 3.87 5/199 21963
/proc/meminfo: memFree=29057444/32950928 swapFree=67111528/67111528
[pid=21951] ppid=21949 vsize=340224 CPUtime=19.42 cores=5,7
/proc/21951/stat : 21951 (python) S 21949 21951 20932 0 -1 4202496 32789 935 1 0 1930 12 0 0 25 0 2 0 5714643 348389376 19919 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21951/statm: 85056 19919 1867 364 0 20974 0
[pid=21961] ppid=21951 vsize=329980 CPUtime=0 cores=5,7
/proc/21961/stat : 21961 (python) S 21951 21951 20932 0 -1 4202560 877 0 0 0 0 0 0 0 18 0 1 0 5716594 337899520 18424 33554432000 4194304 5683644 140736875627184 18446744073709551615 232124100111 0 0 16781312 514 4599520476316795143 0 0 17 5 0 0 0
/proc/21961/statm: 82495 18424 376 364 0 18413 0
[pid=21963] ppid=21961 vsize=37004 CPUtime=5.98 cores=5,7
/proc/21963/stat : 21963 (lingeling) R 21961 21963 21963 0 -1 4202496 13878 0 0 0 596 2 0 0 25 0 1 0 5716594 37892096 7908 33554432000 4194304 4352236 140735894194608 18446744073709551615 4228410 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21963/statm: 9251 7908 127 39 0 8331 0
[pid=21951/tid=21962] ppid=21949 vsize=340224 CPUtime=0 cores=5,7
/proc/21951/task/21962/stat : 21962 (python) S 21949 21951 20932 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 2 0 5716594 348389376 19919 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135903665 0 0 16781312 2 18446604469890689984 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 707208

[startup+51.1002 s]
/proc/loadavg: 3.96 3.97 3.87 5/199 21963
/proc/meminfo: memFree=29070492/32950928 swapFree=67111528/67111528
[pid=21951] ppid=21949 vsize=340224 CPUtime=19.42 cores=5,7
/proc/21951/stat : 21951 (python) S 21949 21951 20932 0 -1 4202496 32789 935 1 0 1930 12 0 0 25 0 2 0 5714643 348389376 19919 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21951/statm: 85056 19919 1867 364 0 20974 0
[pid=21961] ppid=21951 vsize=329980 CPUtime=0.02 cores=5,7
/proc/21961/stat : 21961 (python) S 21951 21951 20932 0 -1 4202560 888 0 0 0 1 1 0 0 18 0 1 0 5716594 337899520 18424 33554432000 4194304 5683644 140736875627184 18446744073709551615 232124100111 0 0 16781312 514 10173666742602006791 0 0 17 5 0 0 0
/proc/21961/statm: 82495 18424 376 364 0 18413 0
[pid=21963] ppid=21961 vsize=30592 CPUtime=31.55 cores=5,7
/proc/21963/stat : 21963 (lingeling) R 21961 21963 21963 0 -1 4202496 14903 0 0 0 3153 2 0 0 25 0 1 0 5716594 31326208 6818 33554432000 4194304 4352236 140735894194608 18446744073709551615 4281160 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21963/statm: 7648 6818 129 39 0 6728 0
[pid=21951/tid=21962] ppid=21949 vsize=340224 CPUtime=0 cores=5,7
/proc/21951/task/21962/stat : 21962 (python) S 21949 21951 20932 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 2 0 5716594 348389376 19919 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135903665 0 0 16781312 2 18446604469890689984 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 700796

[startup+102.307 s]
/proc/loadavg: 3.58 3.88 3.84 4/196 21969
/proc/meminfo: memFree=30434628/32950928 swapFree=67111528/67111528
[pid=21951] ppid=21949 vsize=340224 CPUtime=19.42 cores=5,7
/proc/21951/stat : 21951 (python) S 21949 21951 20932 0 -1 4202496 32789 935 1 0 1930 12 0 0 25 0 2 0 5714643 348389376 19919 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21951/statm: 85056 19919 1867 364 0 20974 0
[pid=21961] ppid=21951 vsize=329980 CPUtime=0.09 cores=5,7
/proc/21961/stat : 21961 (python) S 21951 21951 20932 0 -1 4202560 911 0 0 0 4 5 0 0 18 0 1 0 5716594 337899520 18424 33554432000 4194304 5683644 140736875627184 18446744073709551615 232124100111 0 0 16781312 514 10173666742602006791 0 0 17 5 0 0 0
/proc/21961/statm: 82495 18424 376 364 0 18413 0
[pid=21963] ppid=21961 vsize=31096 CPUtime=82.7 cores=5,7
/proc/21963/stat : 21963 (lingeling) R 21961 21963 21963 0 -1 4202496 15031 0 0 0 8268 2 0 0 25 0 1 0 5716594 31842304 6944 33554432000 4194304 4352236 140735894194608 18446744073709551615 4281284 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21963/statm: 7774 6944 129 39 0 6854 0
[pid=21951/tid=21962] ppid=21949 vsize=340224 CPUtime=0 cores=5,7
/proc/21951/task/21962/stat : 21962 (python) S 21949 21951 20932 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 2 0 5716594 348389376 19919 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135903665 0 0 16781312 2 18446604469890689984 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 701300

[startup+162.301 s]
/proc/loadavg: 3.42 3.76 3.80 4/193 22060
/proc/meminfo: memFree=29629956/32950928 swapFree=67111528/67111528
[pid=21951] ppid=21949 vsize=340224 CPUtime=19.42 cores=5,7
/proc/21951/stat : 21951 (python) S 21949 21951 20932 0 -1 4202496 32789 935 1 0 1930 12 0 0 25 0 2 0 5714643 348389376 19919 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21951/statm: 85056 19919 1867 364 0 20974 0
[pid=21961] ppid=21951 vsize=329980 CPUtime=0.17 cores=5,7
/proc/21961/stat : 21961 (python) S 21951 21951 20932 0 -1 4202560 931 0 0 0 8 9 0 0 18 0 1 0 5716594 337899520 18424 33554432000 4194304 5683644 140736875627184 18446744073709551615 232124100111 0 0 16781312 514 10173666742602006791 0 0 17 5 0 0 0
/proc/21961/statm: 82495 18424 376 364 0 18413 0
[pid=21963] ppid=21961 vsize=37748 CPUtime=142.63 cores=5,7
/proc/21963/stat : 21963 (lingeling) R 21961 21963 21963 0 -1 4202496 16695 0 0 0 14261 2 0 0 25 0 1 0 5716594 38653952 8607 33554432000 4194304 4352236 140735894194608 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21963/statm: 9437 8607 129 39 0 8517 0
[pid=21951/tid=21962] ppid=21949 vsize=340224 CPUtime=0 cores=5,7
/proc/21951/task/21962/stat : 21962 (python) S 21949 21951 20932 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 2 0 5716594 348389376 19919 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135903665 0 0 16781312 2 18446604469890689984 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 707952

[startup+222.301 s]
/proc/loadavg: 3.15 3.62 3.75 4/193 22060
/proc/meminfo: memFree=29528052/32950928 swapFree=67111528/67111528
[pid=21951] ppid=21949 vsize=340224 CPUtime=19.42 cores=5,7
/proc/21951/stat : 21951 (python) S 21949 21951 20932 0 -1 4202496 32789 935 1 0 1930 12 0 0 25 0 2 0 5714643 348389376 19919 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21951/statm: 85056 19919 1867 364 0 20974 0
[pid=21961] ppid=21951 vsize=329980 CPUtime=0.23 cores=5,7
/proc/21961/stat : 21961 (python) S 21951 21951 20932 0 -1 4202560 951 0 0 0 11 12 0 0 18 0 1 0 5716594 337899520 18424 33554432000 4194304 5683644 140736875627184 18446744073709551615 232124100111 0 0 16781312 514 10173666742602006791 0 0 17 5 0 0 0
/proc/21961/statm: 82495 18424 376 364 0 18413 0
[pid=21963] ppid=21961 vsize=37748 CPUtime=202.56 cores=5,7
/proc/21963/stat : 21963 (lingeling) R 21961 21963 21963 0 -1 4202496 16695 0 0 0 20254 2 0 0 25 0 1 0 5716594 38653952 8607 33554432000 4194304 4352236 140735894194608 18446744073709551615 4281245 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21963/statm: 9437 8607 129 39 0 8517 0
[pid=21951/tid=21962] ppid=21949 vsize=340224 CPUtime=0 cores=5,7
/proc/21951/task/21962/stat : 21962 (python) S 21949 21951 20932 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 2 0 5716594 348389376 19919 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135903665 0 0 16781312 2 18446604469890689984 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 707952

[startup+282.3 s]
/proc/loadavg: 3.05 3.50 3.70 4/197 22066
/proc/meminfo: memFree=29448892/32950928 swapFree=67111528/67111528
[pid=21951] ppid=21949 vsize=340224 CPUtime=19.42 cores=5,7
/proc/21951/stat : 21951 (python) S 21949 21951 20932 0 -1 4202496 32789 935 1 0 1930 12 0 0 25 0 2 0 5714643 348389376 19919 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21951/statm: 85056 19919 1867 364 0 20974 0
[pid=21961] ppid=21951 vsize=329980 CPUtime=0.3 cores=5,7
/proc/21961/stat : 21961 (python) S 21951 21951 20932 0 -1 4202560 962 0 0 0 15 15 0 0 18 0 1 0 5716594 337899520 18424 33554432000 4194304 5683644 140736875627184 18446744073709551615 232124100111 0 0 16781312 514 10173666742602006791 0 0 17 5 0 0 0
/proc/21961/statm: 82495 18424 376 364 0 18413 0
[pid=21963] ppid=21961 vsize=42868 CPUtime=262.5 cores=5,7
/proc/21963/stat : 21963 (lingeling) R 21961 21963 21963 0 -1 4202496 17975 0 0 0 26248 2 0 0 25 0 1 0 5716594 43896832 9887 33554432000 4194304 4352236 140735894194608 18446744073709551615 4280974 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21963/statm: 10717 9887 129 39 0 9797 0
[pid=21951/tid=21962] ppid=21949 vsize=340224 CPUtime=0 cores=5,7
/proc/21951/task/21962/stat : 21962 (python) S 21949 21951 20932 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 2 0 5716594 348389376 19919 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135903665 0 0 16781312 2 18446604469890689984 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 282.22

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

[pid=22087] ppid=21951 vsize=340236 CPUtime=0.59 cores=5,7
/proc/22087/stat : 22087 (python) S 21951 21951 20932 0 -1 4202560 990 0 0 0 30 29 0 0 15 0 1 0 5775256 348401664 18422 33554432000 4194304 5683644 140736875627184 18446744073709551615 232124100166 0 0 16781312 514 10173666742602006791 0 0 17 5 0 0 0
/proc/22087/statm: 85059 18422 370 364 0 20974 0
[pid=22089] ppid=22087 vsize=1263212 CPUtime=395.72 cores=5,7
/proc/22089/stat : 22089 (cryptominisat-2) R 22087 22089 22089 0 -1 4202496 333260 0 0 0 39507 65 0 0 25 0 1 0 5775256 1293529088 254184 33554432000 4194304 4677096 140734333469392 18446744073709551615 232123776505 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22089/statm: 315803 254184 391 118 0 310762 0
[pid=21951/tid=21962] ppid=21949 vsize=350480 CPUtime=0 cores=5,7
/proc/21951/task/21962/stat : 21962 (python) S 21949 21951 20932 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 3 0 5716594 358891520 19926 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135903665 0 0 16781312 2 18446604469890689984 0 0 -1 7 0 0 0
[pid=21951/tid=22088] ppid=21949 vsize=350480 CPUtime=0 cores=5,7
/proc/21951/task/22088/stat : 22088 (python) S 21949 21951 20932 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 5775256 358891520 19926 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135903665 0 0 16781312 2 18446604469890689984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1002.4
Current children cumulated vsize (KiB) 2351356

[startup+1062.3 s]
/proc/loadavg: 2.01 2.41 3.01 3/199 22136
/proc/meminfo: memFree=29042612/32950928 swapFree=67111528/67111528
[pid=21951] ppid=21949 vsize=350480 CPUtime=19.43 cores=5,7
/proc/21951/stat : 21951 (python) S 21949 21951 20932 0 -1 4202496 33571 935 1 0 1931 12 0 0 20 0 3 0 5714643 358891520 19926 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21951/statm: 87620 19926 1870 364 0 23535 0
[pid=21961] ppid=21951 vsize=340224 CPUtime=0.71 cores=5,7
/proc/21961/stat : 21961 (python) S 21951 21951 20932 0 -1 4202560 1191 0 0 0 37 34 0 0 19 0 2 0 5716594 348389376 18467 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21961/statm: 85056 18467 414 364 0 20974 0
[pid=21963] ppid=21961 vsize=57204 CPUtime=585.95 cores=5,7
/proc/21963/stat : 21963 (lingeling) T 21961 21963 21963 0 -1 4202496 23607 0 0 0 58592 3 0 0 25 0 1 0 5716594 58576896 13471 33554432000 4194304 4352236 140735894194608 18446744073709551615 4222630 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/21963/statm: 14301 13471 129 39 0 13381 0
[pid=21961/tid=22086] ppid=21951 vsize=340224 CPUtime=0 cores=5,7
/proc/21961/task/22086/stat : 22086 (python) S 21951 21951 20932 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 5775256 348389376 18467 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135903665 0 0 16781312 514 18446604471163471744 0 0 -1 5 0 0 0
[pid=22087] ppid=21951 vsize=340236 CPUtime=0.67 cores=5,7
/proc/22087/stat : 22087 (python) S 21951 21951 20932 0 -1 4202560 990 0 0 0 34 33 0 0 15 0 1 0 5775256 348401664 18422 33554432000 4194304 5683644 140736875627184 18446744073709551615 232124100166 0 0 16781312 514 4588855763283181831 0 0 17 5 0 0 0
/proc/22087/statm: 85059 18422 370 364 0 20974 0
[pid=22089] ppid=22087 vsize=1263916 CPUtime=455.67 cores=5,7
/proc/22089/stat : 22089 (cryptominisat-2) R 22087 22089 22089 0 -1 4202496 349208 0 0 0 45495 72 0 0 25 0 1 0 5775256 1294249984 254609 33554432000 4194304 4677096 140734333469392 18446744073709551615 4320002 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22089/statm: 315979 254609 391 118 0 310938 0
[pid=21951/tid=21962] ppid=21949 vsize=350480 CPUtime=0 cores=5,7
/proc/21951/task/21962/stat : 21962 (python) S 21949 21951 20932 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 3 0 5716594 358891520 19926 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135903665 0 0 16781312 2 18446604469890689984 0 0 -1 7 0 0 0
[pid=21951/tid=22088] ppid=21949 vsize=350480 CPUtime=0 cores=5,7
/proc/21951/task/22088/stat : 22088 (python) S 21949 21951 20932 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 5775256 358891520 19926 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135903665 0 0 16781312 2 18446604469890689984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1062.43
Current children cumulated vsize (KiB) 2352060

[startup+1122.3 s]
/proc/loadavg: 2.00 2.33 2.95 3/199 22136
/proc/meminfo: memFree=29015668/32950928 swapFree=67111528/67111528
[pid=21951] ppid=21949 vsize=350480 CPUtime=19.43 cores=5,7
/proc/21951/stat : 21951 (python) S 21949 21951 20932 0 -1 4202496 33571 935 1 0 1931 12 0 0 20 0 3 0 5714643 358891520 19926 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21951/statm: 87620 19926 1870 364 0 23535 0
[pid=21961] ppid=21951 vsize=340224 CPUtime=0.71 cores=5,7
/proc/21961/stat : 21961 (python) S 21951 21951 20932 0 -1 4202560 1191 0 0 0 37 34 0 0 19 0 2 0 5716594 348389376 18467 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21961/statm: 85056 18467 414 364 0 20974 0
[pid=21963] ppid=21961 vsize=57204 CPUtime=585.95 cores=5,7
/proc/21963/stat : 21963 (lingeling) T 21961 21963 21963 0 -1 4202496 23607 0 0 0 58592 3 0 0 25 0 1 0 5716594 58576896 13471 33554432000 4194304 4352236 140735894194608 18446744073709551615 4222630 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/21963/statm: 14301 13471 129 39 0 13381 0
[pid=21961/tid=22086] ppid=21951 vsize=340224 CPUtime=0 cores=5,7
/proc/21961/task/22086/stat : 22086 (python) S 21951 21951 20932 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 5775256 348389376 18467 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135903665 0 0 16781312 514 18446604471163471744 0 0 -1 5 0 0 0
[pid=22087] ppid=21951 vsize=340236 CPUtime=0.76 cores=5,7
/proc/22087/stat : 22087 (python) S 21951 21951 20932 0 -1 4202560 990 0 0 0 39 37 0 0 15 0 1 0 5775256 348401664 18422 33554432000 4194304 5683644 140736875627184 18446744073709551615 232124100166 0 0 16781312 514 4588855763283181831 0 0 17 5 0 0 0
/proc/22087/statm: 85059 18422 370 364 0 20974 0
[pid=22089] ppid=22087 vsize=1292936 CPUtime=515.6 cores=5,7
/proc/22089/stat : 22089 (cryptominisat-2) R 22087 22089 22089 0 -1 4202496 369883 0 0 0 51483 77 0 0 25 0 1 0 5775256 1323966464 261043 33554432000 4194304 4677096 140734333469392 18446744073709551615 4319536 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22089/statm: 323234 261043 391 118 0 318193 0
[pid=21951/tid=21962] ppid=21949 vsize=350480 CPUtime=0 cores=5,7
/proc/21951/task/21962/stat : 21962 (python) S 21949 21951 20932 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 3 0 5716594 358891520 19926 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135903665 0 0 16781312 2 18446604469890689984 0 0 -1 7 0 0 0
[pid=21951/tid=22088] ppid=21949 vsize=350480 CPUtime=0 cores=5,7
/proc/21951/task/22088/stat : 22088 (python) S 21949 21951 20932 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 5775256 358891520 19926 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135903665 0 0 16781312 2 18446604469890689984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1122.45
Current children cumulated vsize (KiB) 2381080

[startup+1182.3 s]
/proc/loadavg: 1.92 2.25 2.88 2/185 22139
/proc/meminfo: memFree=29879640/32950928 swapFree=67111528/67111528
[pid=21951] ppid=21949 vsize=350480 CPUtime=19.43 cores=5,7
/proc/21951/stat : 21951 (python) S 21949 21951 20932 0 -1 4202496 33571 935 1 0 1931 12 0 0 20 0 3 0 5714643 358891520 19926 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21951/statm: 87620 19926 1870 364 0 23535 0
[pid=21961] ppid=21951 vsize=340224 CPUtime=0.71 cores=5,7
/proc/21961/stat : 21961 (python) S 21951 21951 20932 0 -1 4202560 1191 0 0 0 37 34 0 0 19 0 2 0 5716594 348389376 18467 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21961/statm: 85056 18467 414 364 0 20974 0
[pid=21963] ppid=21961 vsize=57204 CPUtime=585.95 cores=5,7
/proc/21963/stat : 21963 (lingeling) T 21961 21963 21963 0 -1 4202496 23607 0 0 0 58592 3 0 0 25 0 1 0 5716594 58576896 13471 33554432000 4194304 4352236 140735894194608 18446744073709551615 4222630 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/21963/statm: 14301 13471 129 39 0 13381 0
[pid=21961/tid=22086] ppid=21951 vsize=340224 CPUtime=0 cores=5,7
/proc/21961/task/22086/stat : 22086 (python) S 21951 21951 20932 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 5775256 348389376 18467 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135903665 0 0 16781312 514 18446604471163471744 0 0 -1 5 0 0 0
[pid=22087] ppid=21951 vsize=340236 CPUtime=0.85 cores=5,7
/proc/22087/stat : 22087 (python) S 21951 21951 20932 0 -1 4202560 990 0 0 0 43 42 0 0 15 0 1 0 5775256 348401664 18422 33554432000 4194304 5683644 140736875627184 18446744073709551615 232124100166 0 0 16781312 514 4588855763283181831 0 0 17 5 0 0 0
/proc/22087/statm: 85059 18422 370 364 0 20974 0
[pid=22089] ppid=22087 vsize=1293528 CPUtime=575.54 cores=5,7
/proc/22089/stat : 22089 (cryptominisat-2) R 22087 22089 22089 0 -1 4202496 385045 0 0 0 57470 84 0 0 25 0 1 0 5775256 1324572672 262879 33554432000 4194304 4677096 140734333469392 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22089/statm: 323382 262879 391 118 0 318341 0
[pid=21951/tid=21962] ppid=21949 vsize=350480 CPUtime=0 cores=5,7
/proc/21951/task/21962/stat : 21962 (python) S 21949 21951 20932 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 3 0 5716594 358891520 19926 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135903665 0 0 16781312 2 18446604469890689984 0 0 -1 7 0 0 0
[pid=21951/tid=22088] ppid=21949 vsize=350480 CPUtime=0 cores=5,7
/proc/21951/task/22088/stat : 22088 (python) S 21949 21951 20932 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 5775256 358891520 19926 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135903665 0 0 16781312 2 18446604469890689984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.48
Current children cumulated vsize (KiB) 2381672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.9 s]
/proc/loadavg: 1.66 2.17 2.84 2/185 22140
/proc/meminfo: memFree=29875896/32950928 swapFree=67111528/67111528
[pid=21951] ppid=21949 vsize=350480 CPUtime=19.43 cores=5,7
/proc/21951/stat : 21951 (python) S 21949 21951 20932 0 -1 4202496 33571 935 1 0 1931 12 0 0 20 0 3 0 5714643 358891520 19926 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21951/statm: 87620 19926 1870 364 0 23535 0
[pid=21961] ppid=21951 vsize=340224 CPUtime=0.71 cores=5,7
/proc/21961/stat : 21961 (python) S 21951 21951 20932 0 -1 4202560 1191 0 0 0 37 34 0 0 19 0 2 0 5716594 348389376 18467 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21961/statm: 85056 18467 414 364 0 20974 0
[pid=21963] ppid=21961 vsize=57204 CPUtime=585.95 cores=5,7
/proc/21963/stat : 21963 (lingeling) T 21961 21963 21963 0 -1 4202496 23607 0 0 0 58592 3 0 0 25 0 1 0 5716594 58576896 13471 33554432000 4194304 4352236 140735894194608 18446744073709551615 4222630 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/21963/statm: 14301 13471 129 39 0 13381 0
[pid=21961/tid=22086] ppid=21951 vsize=340224 CPUtime=0 cores=5,7
/proc/21961/task/22086/stat : 22086 (python) S 21951 21951 20932 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 5775256 348389376 18467 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135903665 0 0 16781312 514 18446604471163471744 0 0 -1 5 0 0 0
[pid=22087] ppid=21951 vsize=340236 CPUtime=0.87 cores=5,7
/proc/22087/stat : 22087 (python) S 21951 21951 20932 0 -1 4202560 990 0 0 0 44 43 0 0 15 0 1 0 5775256 348401664 18422 33554432000 4194304 5683644 140736875627184 18446744073709551615 232124100166 0 0 16781312 514 4588855763283181831 0 0 17 5 0 0 0
/proc/22087/statm: 85059 18422 370 364 0 20974 0
[pid=22089] ppid=22087 vsize=1362220 CPUtime=593.13 cores=5,7
/proc/22089/stat : 22089 (cryptominisat-2) R 22087 22089 22089 0 -1 4202496 390341 0 0 0 59228 85 0 0 25 0 1 0 5775256 1394913280 263661 33554432000 4194304 4677096 140734333469392 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22089/statm: 340555 263661 391 118 0 335514 0
[pid=21951/tid=21962] ppid=21949 vsize=350480 CPUtime=0 cores=5,7
/proc/21951/task/21962/stat : 21962 (python) S 21949 21951 20932 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 3 0 5716594 358891520 19926 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135903665 0 0 16781312 2 18446604469890689984 0 0 -1 7 0 0 0
[pid=21951/tid=22088] ppid=21949 vsize=350480 CPUtime=0 cores=5,7
/proc/21951/task/22088/stat : 22088 (python) S 21949 21951 20932 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 5775256 358891520 19926 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135903665 0 0 16781312 2 18446604469890689984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 2450364

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

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

[startup+1199.9 s]
/proc/loadavg: 1.66 2.17 2.84 2/185 22140
/proc/meminfo: memFree=29875896/32950928 swapFree=67111528/67111528
[pid=21951] ppid=21949 vsize=350480 CPUtime=19.43 cores=5,7
/proc/21951/stat : 21951 (python) S 21949 21951 20932 0 -1 4202496 33571 935 1 0 1931 12 0 0 20 0 3 0 5714643 358891520 19926 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21951/statm: 87620 19926 1870 364 0 23535 0
[pid=21961] ppid=21951 vsize=340224 CPUtime=0.71 cores=5,7
/proc/21961/stat : 21961 (python) S 21951 21951 20932 0 -1 4202560 1191 0 0 0 37 34 0 0 19 0 2 0 5716594 348389376 18467 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21961/statm: 85056 18467 414 364 0 20974 0
[pid=21963] ppid=21961 vsize=57204 CPUtime=585.95 cores=5,7
/proc/21963/stat : 21963 (lingeling) T 21961 21963 21963 0 -1 4202496 23607 0 0 0 58592 3 0 0 25 0 1 0 5716594 58576896 13471 33554432000 4194304 4352236 140735894194608 18446744073709551615 4222630 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/21963/statm: 14301 13471 129 39 0 13381 0
[pid=21961/tid=22086] ppid=21951 vsize=340224 CPUtime=0 cores=5,7
/proc/21961/task/22086/stat : 22086 (python) S 21951 21951 20932 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 5775256 348389376 18467 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135903665 0 0 16781312 514 18446604471163471744 0 0 -1 5 0 0 0
[pid=22087] ppid=21951 vsize=340236 CPUtime=0.87 cores=5,7
/proc/22087/stat : 22087 (python) S 21951 21951 20932 0 -1 4202560 990 0 0 0 44 43 0 0 15 0 1 0 5775256 348401664 18422 33554432000 4194304 5683644 140736875627184 18446744073709551615 232124100166 0 0 16781312 514 4588855763283181831 0 0 17 5 0 0 0
/proc/22087/statm: 85059 18422 370 364 0 20974 0
[pid=22089] ppid=22087 vsize=1362220 CPUtime=593.13 cores=5,7
/proc/22089/stat : 22089 (cryptominisat-2) R 22087 22089 22089 0 -1 4202496 390341 0 0 0 59228 85 0 0 25 0 1 0 5775256 1394913280 263661 33554432000 4194304 4677096 140734333469392 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22089/statm: 340555 263661 391 118 0 335514 0
[pid=21951/tid=21962] ppid=21949 vsize=350480 CPUtime=0 cores=5,7
/proc/21951/task/21962/stat : 21962 (python) S 21949 21951 20932 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 3 0 5716594 358891520 19926 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135903665 0 0 16781312 2 18446604469890689984 0 0 -1 7 0 0 0
[pid=21951/tid=22088] ppid=21949 vsize=350480 CPUtime=0 cores=5,7
/proc/21951/task/22088/stat : 22088 (python) S 21949 21951 20932 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 5775256 358891520 19926 33554432000 4194304 5683644 140736875627184 18446744073709551615 232135903665 0 0 16781312 2 18446604469890689984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 2450364

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21951 and gives
#  childrusage.ru_utime.tv_sec=19
#  childrusage.ru_utime.tv_usec=313063
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=132979
# CPU time returned by wait4() is 19.446
# while last known CPU time is 1200.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.93
CPU time (s): 1200.09
CPU user time (s): 1198.32
CPU system time (s): 1.77
CPU usage (%): 100.014
Max. virtual memory (cumulated for all children) (KiB): 2465372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.3131
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= 34506
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= 985
involuntary context switches= 39

runsolver used 1.88471 second user time and 4.63429 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-11 01:48:18
IDJOB=3483960
IDBENCH=82462
IDSOLVER=1976
FILE ID=node124/3483960-1307749698
RUNJOBID= node124-1307747010-20953
PBS_JOBID= 13550833
Free space on /tmp= 73792 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-countbits128-tseitin.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-3483960-1307749698/watcher-3483960-1307749698 -o /tmp/evaluation-result-3483960-1307749698/solver-3483960-1307749698 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483960-1307749698.cnf -seed 709612831 -budget 1200

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

MD5SUM BENCH= 47da9e46b00ffd3e0b0f453a6c3c9f38
RANDOM SEED=709612831

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:      29229528 kB
Buffers:         98120 kB
Cached:        1571596 kB
SwapCached:          0 kB
Active:        2563408 kB
Inactive:       984660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29229528 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          115756 kB
Writeback:           0 kB
AnonPages:     1878372 kB
Mapped:          22940 kB
Slab:           102784 kB
PageTables:      12468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3176188 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= 73804 MiB
End job on node124 at 2011-06-11 02:08:20