Trace number 3483851

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.1 1200.14

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxxororand/maxxororand064.cnf
MD5SUM49dbd2fb16b3d5ce554d30c48729a56d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables92464
Number of clauses276623
Sum of the clauses size645451
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2184414
Number of clauses of size 392207
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.66	c INFO: solving HOME/instance-3483851-1307747318.cnf
0.36/0.66	c INFO: computing task features
1.13/1.46	c INFO: computed variable-clause graph statistics
1.23/1.50	c INFO: computed clause balance statistics
5.44/5.74	c INFO: computed variable balance statistics
8.54/8.86	c INFO: computed small-clause counts
8.63/8.90	c INFO: computed Horn-clause counts
18.64/18.93	c INFO: computed variable graph statistics
18.64/18.93	c INFO: collected features for HOME/instance-3483851-1307747318.cnf in 18.25 s
18.64/18.94	c INFO: running lingeling-276@0 for 582 with 1181 remaining (b = 0.63)
605.48/605.62	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-3483851-1307747318/watcher-3483851-1307747318 -o /tmp/evaluation-result-3483851-1307747318/solver-3483851-1307747318 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483851-1307747318.cnf -seed 267159310 -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: 4.00 2.68 1.19 4/199 29649
/proc/meminfo: memFree=28259308/32951124 swapFree=67072804/67111528
[pid=29649] ppid=29647 vsize=15184 CPUtime=0 cores=5,7
/proc/29649/stat : 29649 (python) S 29647 29649 29444 0 -1 4202496 729 0 0 0 0 0 0 0 21 0 1 0 886329724 15548416 617 33554432000 4194304 5683644 140737343371296 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 5 0 0 0
/proc/29649/statm: 3796 617 322 364 0 283 0

[startup+0.00916096 s]
/proc/loadavg: 4.00 2.68 1.19 4/199 29649
/proc/meminfo: memFree=28259308/32951124 swapFree=67072804/67111528
[pid=29649] ppid=29647 vsize=15384 CPUtime=0 cores=5,7
/proc/29649/stat : 29649 (python) R 29647 29649 29444 0 -1 4202496 811 0 0 0 0 0 0 0 21 0 1 0 886329724 15753216 695 33554432000 4194304 5683644 140737343371296 18446744073709551615 4433760 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29649/statm: 3846 695 334 364 0 333 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15384

[startup+0.101124 s]
/proc/loadavg: 4.00 2.68 1.19 4/199 29649
/proc/meminfo: memFree=28259308/32951124 swapFree=67072804/67111528
[pid=29649] ppid=29647 vsize=87708 CPUtime=0.05 cores=5,7
/proc/29649/stat : 29649 (python) R 29647 29649 29444 0 -1 4202496 2639 0 0 0 4 1 0 0 18 0 1 0 886329724 89812992 2354 33554432000 4194304 5683644 140737343371296 18446744073709551615 255377299456 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29649/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87708

[startup+0.301123 s]
/proc/loadavg: 4.00 2.68 1.19 4/199 29649
/proc/meminfo: memFree=28259308/32951124 swapFree=67072804/67111528
[pid=29649] ppid=29647 vsize=135752 CPUtime=0.18 cores=5,7
/proc/29649/stat : 29649 (python) S 29647 29649 29444 0 -1 4202496 5972 931 1 0 14 4 0 0 17 0 1 0 886329724 139010048 4148 33554432000 4194304 5683644 140737343371296 18446744073709551615 255377297413 0 2147483391 16781312 2 18446744071699453118 0 0 17 5 0 0 0
/proc/29649/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.701012 s]
/proc/loadavg: 4.00 2.68 1.19 4/199 29649
/proc/meminfo: memFree=28259308/32951124 swapFree=67072804/67111528
[pid=29649] ppid=29647 vsize=284924 CPUtime=0.43 cores=5,7
/proc/29649/stat : 29649 (python) R 29647 29649 29444 0 -1 4202496 10901 931 1 0 33 10 0 0 15 0 1 0 886329724 291762176 8571 33554432000 4194304 5683644 140737343371296 18446744073709551615 4603448 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29649/statm: 71231 8571 1761 364 0 7155 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 284924

[startup+1.50088 s]
/proc/loadavg: 4.00 2.68 1.19 5/200 29654
/proc/meminfo: memFree=28209848/32951124 swapFree=67072804/67111528
[pid=29649] ppid=29647 vsize=329728 CPUtime=1.23 cores=5,7
/proc/29649/stat : 29649 (python) R 29647 29649 29444 0 -1 4202496 30986 931 1 0 110 13 0 0 16 0 1 0 886329724 337641472 19810 33554432000 4194304 5683644 140737343371296 18446744073709551615 47355282689691 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29649/statm: 82432 19810 1820 364 0 18356 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 329728

[startup+3.10058 s]
/proc/loadavg: 4.00 2.71 1.20 5/200 29654
/proc/meminfo: memFree=28216544/32951124 swapFree=67072804/67111528
[pid=29649] ppid=29647 vsize=329728 CPUtime=2.83 cores=5,7
/proc/29649/stat : 29649 (python) R 29647 29649 29444 0 -1 4202496 30992 931 1 0 270 13 0 0 18 0 1 0 886329724 337641472 19816 33554432000 4194304 5683644 140737343371296 18446744073709551615 4626689 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29649/statm: 82432 19816 1826 364 0 18356 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 329728

[startup+6.30098 s]
/proc/loadavg: 4.00 2.71 1.20 5/200 29654
/proc/meminfo: memFree=28211828/32951124 swapFree=67072804/67111528
[pid=29649] ppid=29647 vsize=329728 CPUtime=6.04 cores=5,7
/proc/29649/stat : 29649 (python) R 29647 29649 29444 0 -1 4202496 30993 931 1 0 591 13 0 0 25 0 1 0 886329724 337641472 19817 33554432000 4194304 5683644 140737343371296 18446744073709551615 255376961192 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29649/statm: 82432 19817 1827 364 0 18356 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 329728

[startup+12.7008 s]
/proc/loadavg: 4.00 2.75 1.23 5/200 29655
/proc/meminfo: memFree=28187568/32951124 swapFree=67072804/67111528
[pid=29649] ppid=29647 vsize=331892 CPUtime=12.44 cores=5,7
/proc/29649/stat : 29649 (python) R 29647 29649 29444 0 -1 4202496 31540 931 1 0 1231 13 0 0 25 0 1 0 886329724 339857408 20364 33554432000 4194304 5683644 140737343371296 18446744073709551615 47355277539468 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29649/statm: 82973 20364 1833 364 0 18897 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 331892

[startup+25.5004 s]
/proc/loadavg: 4.00 2.79 1.26 5/203 29658
/proc/meminfo: memFree=28131788/32951124 swapFree=67072804/67111528
[pid=29649] ppid=29647 vsize=337920 CPUtime=18.68 cores=5,7
/proc/29649/stat : 29649 (python) S 29647 29649 29444 0 -1 4202496 31836 931 1 0 1855 13 0 0 25 0 2 0 886329724 346030080 19350 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29649/statm: 84480 19350 1875 364 0 20398 0
[pid=29656] ppid=29649 vsize=327676 CPUtime=0 cores=5,7
/proc/29656/stat : 29656 (python) S 29649 29649 29444 0 -1 4202560 892 0 0 0 0 0 0 0 18 0 1 0 886331619 335540224 17847 33554432000 4194304 5683644 140737343371296 18446744073709551615 255377321487 0 0 16781312 514 9501987737872335112 0 0 17 5 0 0 0
/proc/29656/statm: 81919 17847 376 364 0 17837 0
[pid=29658] ppid=29656 vsize=56060 CPUtime=6.53 cores=5,7
/proc/29658/stat : 29658 (lingeling) R 29656 29658 29658 0 -1 4202496 18919 0 0 0 651 2 0 0 25 0 1 0 886331619 57405440 13183 33554432000 4194304 4352236 140735627092592 18446744073709551615 4227529 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29658/statm: 14015 13183 127 39 0 13095 0
[pid=29649/tid=29657] ppid=29647 vsize=337920 CPUtime=0 cores=5,7
/proc/29649/task/29657/stat : 29657 (python) S 29647 29649 29444 0 -1 4202560 33 931 0 0 0 0 0 0 25 0 2 0 886331619 346030080 19350 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389125041 0 0 16781312 2 18446604471125183488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 721656

[startup+51.1007 s]
/proc/loadavg: 4.00 2.89 1.33 5/200 29702
/proc/meminfo: memFree=29486988/32951124 swapFree=67072804/67111528
[pid=29649] ppid=29647 vsize=337920 CPUtime=18.68 cores=5,7
/proc/29649/stat : 29649 (python) S 29647 29649 29444 0 -1 4202496 31836 931 1 0 1855 13 0 0 25 0 2 0 886329724 346030080 19350 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29649/statm: 84480 19350 1875 364 0 20398 0
[pid=29656] ppid=29649 vsize=327676 CPUtime=0.03 cores=5,7
/proc/29656/stat : 29656 (python) S 29649 29649 29444 0 -1 4202560 907 0 0 0 2 1 0 0 18 0 1 0 886331619 335540224 17847 33554432000 4194304 5683644 140737343371296 18446744073709551615 255377321487 0 0 16781312 514 13796073771007705352 0 0 17 5 0 0 0
/proc/29656/statm: 81919 17847 376 364 0 17837 0
[pid=29658] ppid=29656 vsize=39616 CPUtime=32.11 cores=5,7
/proc/29658/stat : 29658 (lingeling) R 29656 29658 29658 0 -1 4202496 23208 0 0 0 3208 3 0 0 25 0 1 0 886331619 40566784 9074 33554432000 4194304 4352236 140735627092592 18446744073709551615 4236203 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29658/statm: 9904 9074 129 39 0 8984 0
[pid=29649/tid=29657] ppid=29647 vsize=337920 CPUtime=0 cores=5,7
/proc/29649/task/29657/stat : 29657 (python) S 29647 29649 29444 0 -1 4202560 33 931 0 0 0 0 0 0 25 0 2 0 886331619 346030080 19350 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389125041 0 0 16781312 2 18446604471125183488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 705212

[startup+102.307 s]
/proc/loadavg: 4.04 3.08 1.49 5/203 29752
/proc/meminfo: memFree=30674860/32951124 swapFree=67072804/67111528
[pid=29649] ppid=29647 vsize=337920 CPUtime=18.68 cores=5,7
/proc/29649/stat : 29649 (python) S 29647 29649 29444 0 -1 4202496 31836 931 1 0 1855 13 0 0 25 0 2 0 886329724 346030080 19350 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29649/statm: 84480 19350 1875 364 0 20398 0
[pid=29656] ppid=29649 vsize=327676 CPUtime=0.1 cores=5,7
/proc/29656/stat : 29656 (python) S 29649 29649 29444 0 -1 4202560 929 0 0 0 5 5 0 0 18 0 1 0 886331619 335540224 17847 33554432000 4194304 5683644 140737343371296 18446744073709551615 255377321487 0 0 16781312 514 13796073771007705352 0 0 17 5 0 0 0
/proc/29656/statm: 81919 17847 376 364 0 17837 0
[pid=29658] ppid=29656 vsize=40164 CPUtime=83.28 cores=5,7
/proc/29658/stat : 29658 (lingeling) R 29656 29658 29658 0 -1 4202496 23826 0 0 0 8325 3 0 0 25 0 1 0 886331619 41127936 9211 33554432000 4194304 4352236 140735627092592 18446744073709551615 4207645 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29658/statm: 10041 9211 129 39 0 9121 0
[pid=29649/tid=29657] ppid=29647 vsize=337920 CPUtime=0 cores=5,7
/proc/29649/task/29657/stat : 29657 (python) S 29647 29649 29444 0 -1 4202560 33 931 0 0 0 0 0 0 25 0 2 0 886331619 346030080 19350 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389125041 0 0 16781312 2 18446604471125183488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 705760

[startup+162.301 s]
/proc/loadavg: 4.01 3.24 1.63 5/203 29754
/proc/meminfo: memFree=30664388/32951124 swapFree=67072804/67111528
[pid=29649] ppid=29647 vsize=337920 CPUtime=18.68 cores=5,7
/proc/29649/stat : 29649 (python) S 29647 29649 29444 0 -1 4202496 31836 931 1 0 1855 13 0 0 25 0 2 0 886329724 346030080 19350 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29649/statm: 84480 19350 1875 364 0 20398 0
[pid=29656] ppid=29649 vsize=327676 CPUtime=0.18 cores=5,7
/proc/29656/stat : 29656 (python) S 29649 29649 29444 0 -1 4202560 951 0 0 0 10 8 0 0 18 0 1 0 886331619 335540224 17847 33554432000 4194304 5683644 140737343371296 18446744073709551615 255377321487 0 0 16781312 514 13796073771007705352 0 0 17 5 0 0 0
/proc/29656/statm: 81919 17847 376 364 0 17837 0
[pid=29658] ppid=29656 vsize=42704 CPUtime=143.18 cores=5,7
/proc/29658/stat : 29658 (lingeling) R 29656 29658 29658 0 -1 4202496 24941 0 0 0 14315 3 0 0 25 0 1 0 886331619 43728896 9846 33554432000 4194304 4352236 140735627092592 18446744073709551615 4328042 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29658/statm: 10676 9846 129 39 0 9756 0
[pid=29649/tid=29657] ppid=29647 vsize=337920 CPUtime=0 cores=5,7
/proc/29649/task/29657/stat : 29657 (python) S 29647 29649 29444 0 -1 4202560 33 931 0 0 0 0 0 0 25 0 2 0 886331619 346030080 19350 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389125041 0 0 16781312 2 18446604471125183488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 708300

[startup+222.301 s]
/proc/loadavg: 4.12 3.41 1.80 5/203 29755
/proc/meminfo: memFree=30670640/32951124 swapFree=67072804/67111528
[pid=29649] ppid=29647 vsize=337920 CPUtime=18.68 cores=5,7
/proc/29649/stat : 29649 (python) S 29647 29649 29444 0 -1 4202496 31836 931 1 0 1855 13 0 0 25 0 2 0 886329724 346030080 19350 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29649/statm: 84480 19350 1875 364 0 20398 0
[pid=29656] ppid=29649 vsize=327676 CPUtime=0.26 cores=5,7
/proc/29656/stat : 29656 (python) S 29649 29649 29444 0 -1 4202560 969 0 0 0 14 12 0 0 18 0 1 0 886331619 335540224 17847 33554432000 4194304 5683644 140737343371296 18446744073709551615 255377321487 0 0 16781312 514 13796073771007705352 0 0 17 5 0 0 0
/proc/29656/statm: 81919 17847 376 364 0 17837 0
[pid=29658] ppid=29656 vsize=32584 CPUtime=203.12 cores=5,7
/proc/29658/stat : 29658 (lingeling) R 29656 29658 29658 0 -1 4202496 26989 0 0 0 20309 3 0 0 25 0 1 0 886331619 33366016 7316 33554432000 4194304 4352236 140735627092592 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29658/statm: 8146 7316 129 39 0 7226 0
[pid=29649/tid=29657] ppid=29647 vsize=337920 CPUtime=0 cores=5,7
/proc/29649/task/29657/stat : 29657 (python) S 29647 29649 29444 0 -1 4202560 33 931 0 0 0 0 0 0 25 0 2 0 886331619 346030080 19350 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389125041 0 0 16781312 2 18446604471125183488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 698180

[startup+282.301 s]
/proc/loadavg: 4.11 3.52 1.93 5/203 29757
/proc/meminfo: memFree=30652220/32951124 swapFree=67072804/67111528
[pid=29649] ppid=29647 vsize=337920 CPUtime=18.68 cores=5,7
/proc/29649/stat : 29649 (python) S 29647 29649 29444 0 -1 4202496 31836 931 1 0 1855 13 0 0 25 0 2 0 886329724 346030080 19350 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29649/statm: 84480 19350 1875 364 0 20398 0
[pid=29656] ppid=29649 vsize=327676 CPUtime=0.34 cores=5,7
/proc/29656/stat : 29656 (python) S 29649 29649 29444 0 -1 4202560 981 0 0 0 18 16 0 0 18 0 1 0 886331619 335540224 17847 33554432000 4194304 5683644 140737343371296 18446744073709551615 255377321487 0 0 16781312 514 13796073771007705352 0 0 17 5 0 0 0
/proc/29656/statm: 81919 17847 376 364 0 17837 0
[pid=29658] ppid=29656 vsize=34620 CPUtime=263.07 cores=5,7
/proc/29658/stat : 29658 (lingeling) R 29656 29658 29658 0 -1 4202496 29549 0 0 0 26303 4 0 0 25 0 1 0 886331619 35450880 7825 33554432000 4194304 4352236 140735627092592 18446744073709551615 4234462 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29658/statm: 8655 7825 129 39 0 7735 0
[pid=29649/tid=29657] ppid=29647 vsize=337920 CPUtime=0 cores=5,7
/proc/29649/task/29657/stat : 29657 (python) S 29647 29649 29444 0 -1 4202560 33 931 0 0 0 0 0 0 25 0 2 0 886331619 346030080 19350 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389125041 0 0 16781312 2 18446604471125183488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 282.09

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

[pid=29813] ppid=29649 vsize=337932 CPUtime=0.59 cores=5,7
/proc/29813/stat : 29813 (python) S 29649 29649 29444 0 -1 4202560 1007 0 0 0 33 26 0 0 15 0 1 0 886390286 346042368 17845 33554432000 4194304 5683644 140737343371296 18446744073709551615 255377321542 0 0 16781312 514 8282893775215231240 0 0 17 5 0 0 0
/proc/29813/statm: 84483 17845 370 364 0 20398 0
[pid=29815] ppid=29813 vsize=958712 CPUtime=396.18 cores=5,7
/proc/29815/stat : 29815 (cryptominisat-2) R 29813 29815 29815 0 -1 4202496 328638 0 0 0 39556 62 0 0 25 0 1 0 886390287 981721088 186876 33554432000 4194304 4677096 140735672161824 18446744073709551615 4336210 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29815/statm: 239678 186876 392 118 0 234637 0
[pid=29649/tid=29657] ppid=29647 vsize=348176 CPUtime=0 cores=5,7
/proc/29649/task/29657/stat : 29657 (python) S 29647 29649 29444 0 -1 4202560 33 931 0 0 0 0 0 0 25 0 3 0 886331619 356532224 19357 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389125041 0 0 16781312 2 18446604471125183488 0 0 -1 5 0 0 0
[pid=29649/tid=29814] ppid=29647 vsize=348176 CPUtime=0 cores=5,7
/proc/29649/task/29814/stat : 29814 (python) S 29647 29649 29444 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 886390287 356532224 19357 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389125041 0 0 16781312 2 18446604471125183488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 2025024

[startup+1062.3 s]
/proc/loadavg: 4.02 4.03 3.14 5/219 29840
/proc/meminfo: memFree=29085716/32951124 swapFree=67072804/67111528
[pid=29649] ppid=29647 vsize=348176 CPUtime=18.68 cores=5,7
/proc/29649/stat : 29649 (python) S 29647 29649 29444 0 -1 4202496 32614 931 1 0 1855 13 0 0 19 0 3 0 886329724 356532224 19357 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29649/statm: 87044 19357 1878 364 0 22959 0
[pid=29656] ppid=29649 vsize=337920 CPUtime=0.76 cores=5,7
/proc/29656/stat : 29656 (python) S 29649 29649 29444 0 -1 4202560 1206 0 0 0 40 36 0 0 19 0 2 0 886331619 346030080 17890 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29656/statm: 84480 17890 414 364 0 20398 0
[pid=29658] ppid=29656 vsize=42284 CPUtime=586.07 cores=5,7
/proc/29658/stat : 29658 (lingeling) T 29656 29658 29658 0 -1 4202496 38808 0 0 0 58602 5 0 0 25 0 1 0 886331619 43298816 9741 33554432000 4194304 4352236 140735627092592 18446744073709551615 4278496 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/29658/statm: 10571 9741 129 39 0 9651 0
[pid=29656/tid=29812] ppid=29649 vsize=337920 CPUtime=0 cores=5,7
/proc/29656/task/29812/stat : 29812 (python) S 29649 29649 29444 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886390286 346030080 17890 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389125041 0 0 16781312 514 18446604463714981760 0 0 -1 7 0 0 0
[pid=29813] ppid=29649 vsize=337932 CPUtime=0.67 cores=5,7
/proc/29813/stat : 29813 (python) S 29649 29649 29444 0 -1 4202560 1007 0 0 0 38 29 0 0 15 0 1 0 886390286 346042368 17845 33554432000 4194304 5683644 140737343371296 18446744073709551615 255377321542 0 0 16781312 514 13796073771007705352 0 0 17 5 0 0 0
/proc/29813/statm: 84483 17845 370 364 0 20398 0
[pid=29815] ppid=29813 vsize=891400 CPUtime=456.1 cores=5,7
/proc/29815/stat : 29815 (cryptominisat-2) R 29813 29815 29815 0 -1 4202496 353089 0 0 0 45542 68 0 0 25 0 1 0 886390287 912793600 184854 33554432000 4194304 4677096 140735672161824 18446744073709551615 255376998033 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29815/statm: 222850 184854 392 118 0 217809 0
[pid=29649/tid=29657] ppid=29647 vsize=348176 CPUtime=0 cores=5,7
/proc/29649/task/29657/stat : 29657 (python) S 29647 29649 29444 0 -1 4202560 33 931 0 0 0 0 0 0 25 0 3 0 886331619 356532224 19357 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389125041 0 0 16781312 2 18446604471125183488 0 0 -1 5 0 0 0
[pid=29649/tid=29814] ppid=29647 vsize=348176 CPUtime=0 cores=5,7
/proc/29649/task/29814/stat : 29814 (python) S 29647 29649 29444 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 886390287 356532224 19357 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389125041 0 0 16781312 2 18446604471125183488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 1957712

[startup+1122.3 s]
/proc/loadavg: 4.14 4.06 3.21 5/219 29841
/proc/meminfo: memFree=29007196/32951124 swapFree=67072804/67111528
[pid=29649] ppid=29647 vsize=348176 CPUtime=18.68 cores=5,7
/proc/29649/stat : 29649 (python) S 29647 29649 29444 0 -1 4202496 32614 931 1 0 1855 13 0 0 19 0 3 0 886329724 356532224 19357 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29649/statm: 87044 19357 1878 364 0 22959 0
[pid=29656] ppid=29649 vsize=337920 CPUtime=0.76 cores=5,7
/proc/29656/stat : 29656 (python) S 29649 29649 29444 0 -1 4202560 1206 0 0 0 40 36 0 0 19 0 2 0 886331619 346030080 17890 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29656/statm: 84480 17890 414 364 0 20398 0
[pid=29658] ppid=29656 vsize=42284 CPUtime=586.07 cores=5,7
/proc/29658/stat : 29658 (lingeling) T 29656 29658 29658 0 -1 4202496 38808 0 0 0 58602 5 0 0 25 0 1 0 886331619 43298816 9741 33554432000 4194304 4352236 140735627092592 18446744073709551615 4278496 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/29658/statm: 10571 9741 129 39 0 9651 0
[pid=29656/tid=29812] ppid=29649 vsize=337920 CPUtime=0 cores=5,7
/proc/29656/task/29812/stat : 29812 (python) S 29649 29649 29444 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886390286 346030080 17890 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389125041 0 0 16781312 514 18446604463714981760 0 0 -1 7 0 0 0
[pid=29813] ppid=29649 vsize=337932 CPUtime=0.76 cores=5,7
/proc/29813/stat : 29813 (python) S 29649 29649 29444 0 -1 4202560 1007 0 0 0 43 33 0 0 15 0 1 0 886390286 346042368 17845 33554432000 4194304 5683644 140737343371296 18446744073709551615 255377321542 0 0 16781312 514 13796073771007705352 0 0 17 5 0 0 0
/proc/29813/statm: 84483 17845 370 364 0 20398 0
[pid=29815] ppid=29813 vsize=986272 CPUtime=516.01 cores=5,7
/proc/29815/stat : 29815 (cryptominisat-2) R 29813 29815 29815 0 -1 4202496 383094 0 0 0 51526 75 0 0 25 0 1 0 886390287 1009942528 200775 33554432000 4194304 4677096 140735672161824 18446744073709551615 4340511 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29815/statm: 246568 200775 392 118 0 241527 0
[pid=29649/tid=29657] ppid=29647 vsize=348176 CPUtime=0 cores=5,7
/proc/29649/task/29657/stat : 29657 (python) S 29647 29649 29444 0 -1 4202560 33 931 0 0 0 0 0 0 25 0 3 0 886331619 356532224 19357 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389125041 0 0 16781312 2 18446604471125183488 0 0 -1 5 0 0 0
[pid=29649/tid=29814] ppid=29647 vsize=348176 CPUtime=0 cores=5,7
/proc/29649/task/29814/stat : 29814 (python) S 29647 29649 29444 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 886390287 356532224 19357 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389125041 0 0 16781312 2 18446604471125183488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 2052584

[startup+1182.3 s]
/proc/loadavg: 4.09 4.06 3.26 5/219 29843
/proc/meminfo: memFree=28980376/32951124 swapFree=67072804/67111528
[pid=29649] ppid=29647 vsize=348176 CPUtime=18.68 cores=5,7
/proc/29649/stat : 29649 (python) S 29647 29649 29444 0 -1 4202496 32614 931 1 0 1855 13 0 0 19 0 3 0 886329724 356532224 19357 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29649/statm: 87044 19357 1878 364 0 22959 0
[pid=29656] ppid=29649 vsize=337920 CPUtime=0.76 cores=5,7
/proc/29656/stat : 29656 (python) S 29649 29649 29444 0 -1 4202560 1206 0 0 0 40 36 0 0 19 0 2 0 886331619 346030080 17890 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29656/statm: 84480 17890 414 364 0 20398 0
[pid=29658] ppid=29656 vsize=42284 CPUtime=586.07 cores=5,7
/proc/29658/stat : 29658 (lingeling) T 29656 29658 29658 0 -1 4202496 38808 0 0 0 58602 5 0 0 25 0 1 0 886331619 43298816 9741 33554432000 4194304 4352236 140735627092592 18446744073709551615 4278496 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/29658/statm: 10571 9741 129 39 0 9651 0
[pid=29656/tid=29812] ppid=29649 vsize=337920 CPUtime=0 cores=5,7
/proc/29656/task/29812/stat : 29812 (python) S 29649 29649 29444 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886390286 346030080 17890 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389125041 0 0 16781312 514 18446604463714981760 0 0 -1 7 0 0 0
[pid=29813] ppid=29649 vsize=337932 CPUtime=0.85 cores=5,7
/proc/29813/stat : 29813 (python) S 29649 29649 29444 0 -1 4202560 1008 0 0 0 48 37 0 0 15 0 1 0 886390286 346042368 17845 33554432000 4194304 5683644 140737343371296 18446744073709551615 255377321542 0 0 16781312 514 13796073771007705352 0 0 17 5 0 0 0
/proc/29813/statm: 84483 17845 370 364 0 20398 0
[pid=29815] ppid=29813 vsize=1008632 CPUtime=575.92 cores=5,7
/proc/29815/stat : 29815 (cryptominisat-2) R 29813 29815 29815 0 -1 4202496 408477 0 0 0 57511 81 0 0 25 0 1 0 886390287 1032839168 199933 33554432000 4194304 4677096 140735672161824 18446744073709551615 4320263 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29815/statm: 252158 199933 392 118 0 247117 0
[pid=29649/tid=29657] ppid=29647 vsize=348176 CPUtime=0 cores=5,7
/proc/29649/task/29657/stat : 29657 (python) S 29647 29649 29444 0 -1 4202560 33 931 0 0 0 0 0 0 25 0 3 0 886331619 356532224 19357 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389125041 0 0 16781312 2 18446604471125183488 0 0 -1 5 0 0 0
[pid=29649/tid=29814] ppid=29647 vsize=348176 CPUtime=0 cores=5,7
/proc/29649/task/29814/stat : 29814 (python) S 29647 29649 29444 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 886390287 356532224 19357 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389125041 0 0 16781312 2 18446604471125183488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 2074944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.11 s]
/proc/loadavg: 4.06 4.05 3.27 5/219 29843
/proc/meminfo: memFree=28973040/32951124 swapFree=67072804/67111528
[pid=29649] ppid=29647 vsize=348176 CPUtime=18.68 cores=5,7
/proc/29649/stat : 29649 (python) S 29647 29649 29444 0 -1 4202496 32614 931 1 0 1855 13 0 0 19 0 3 0 886329724 356532224 19357 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29649/statm: 87044 19357 1878 364 0 22959 0
[pid=29656] ppid=29649 vsize=337920 CPUtime=0.76 cores=5,7
/proc/29656/stat : 29656 (python) S 29649 29649 29444 0 -1 4202560 1206 0 0 0 40 36 0 0 19 0 2 0 886331619 346030080 17890 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29656/statm: 84480 17890 414 364 0 20398 0
[pid=29658] ppid=29656 vsize=42284 CPUtime=586.07 cores=5,7
/proc/29658/stat : 29658 (lingeling) T 29656 29658 29658 0 -1 4202496 38808 0 0 0 58602 5 0 0 25 0 1 0 886331619 43298816 9741 33554432000 4194304 4352236 140735627092592 18446744073709551615 4278496 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/29658/statm: 10571 9741 129 39 0 9651 0
[pid=29656/tid=29812] ppid=29649 vsize=337920 CPUtime=0 cores=5,7
/proc/29656/task/29812/stat : 29812 (python) S 29649 29649 29444 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886390286 346030080 17890 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389125041 0 0 16781312 514 18446604463714981760 0 0 -1 7 0 0 0
[pid=29813] ppid=29649 vsize=337932 CPUtime=0.87 cores=5,7
/proc/29813/stat : 29813 (python) S 29649 29649 29444 0 -1 4202560 1008 0 0 0 49 38 0 0 15 0 1 0 886390286 346042368 17845 33554432000 4194304 5683644 140737343371296 18446744073709551615 255377321542 0 0 16781312 514 13796073771007705352 0 0 17 5 0 0 0
/proc/29813/statm: 84483 17845 370 364 0 20398 0
[pid=29815] ppid=29813 vsize=953152 CPUtime=593.72 cores=5,7
/proc/29815/stat : 29815 (cryptominisat-2) R 29813 29815 29815 0 -1 4202496 416657 0 0 0 59290 82 0 0 25 0 1 0 886390287 976027648 199316 33554432000 4194304 4677096 140735672161824 18446744073709551615 4320155 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29815/statm: 238288 199316 392 118 0 233247 0
[pid=29649/tid=29657] ppid=29647 vsize=348176 CPUtime=0 cores=5,7
/proc/29649/task/29657/stat : 29657 (python) S 29647 29649 29444 0 -1 4202560 33 931 0 0 0 0 0 0 25 0 3 0 886331619 356532224 19357 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389125041 0 0 16781312 2 18446604471125183488 0 0 -1 5 0 0 0
[pid=29649/tid=29814] ppid=29647 vsize=348176 CPUtime=0 cores=5,7
/proc/29649/task/29814/stat : 29814 (python) S 29647 29649 29444 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 886390287 356532224 19357 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389125041 0 0 16781312 2 18446604471125183488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 2019464

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

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

[startup+1200.11 s]
/proc/loadavg: 4.06 4.05 3.27 5/219 29843
/proc/meminfo: memFree=28973040/32951124 swapFree=67072804/67111528
[pid=29649] ppid=29647 vsize=348176 CPUtime=18.68 cores=5,7
/proc/29649/stat : 29649 (python) S 29647 29649 29444 0 -1 4202496 32614 931 1 0 1855 13 0 0 19 0 3 0 886329724 356532224 19357 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29649/statm: 87044 19357 1878 364 0 22959 0
[pid=29656] ppid=29649 vsize=337920 CPUtime=0.76 cores=5,7
/proc/29656/stat : 29656 (python) S 29649 29649 29444 0 -1 4202560 1206 0 0 0 40 36 0 0 19 0 2 0 886331619 346030080 17890 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29656/statm: 84480 17890 414 364 0 20398 0
[pid=29658] ppid=29656 vsize=42284 CPUtime=586.07 cores=5,7
/proc/29658/stat : 29658 (lingeling) T 29656 29658 29658 0 -1 4202496 38808 0 0 0 58602 5 0 0 25 0 1 0 886331619 43298816 9741 33554432000 4194304 4352236 140735627092592 18446744073709551615 4278496 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/29658/statm: 10571 9741 129 39 0 9651 0
[pid=29656/tid=29812] ppid=29649 vsize=337920 CPUtime=0 cores=5,7
/proc/29656/task/29812/stat : 29812 (python) S 29649 29649 29444 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886390286 346030080 17890 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389125041 0 0 16781312 514 18446604463714981760 0 0 -1 7 0 0 0
[pid=29813] ppid=29649 vsize=337932 CPUtime=0.87 cores=5,7
/proc/29813/stat : 29813 (python) S 29649 29649 29444 0 -1 4202560 1008 0 0 0 49 38 0 0 15 0 1 0 886390286 346042368 17845 33554432000 4194304 5683644 140737343371296 18446744073709551615 255377321542 0 0 16781312 514 13796073771007705352 0 0 17 5 0 0 0
/proc/29813/statm: 84483 17845 370 364 0 20398 0
[pid=29815] ppid=29813 vsize=953152 CPUtime=593.72 cores=5,7
/proc/29815/stat : 29815 (cryptominisat-2) R 29813 29815 29815 0 -1 4202496 416657 0 0 0 59290 82 0 0 25 0 1 0 886390287 976027648 199316 33554432000 4194304 4677096 140735672161824 18446744073709551615 4320155 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29815/statm: 238288 199316 392 118 0 233247 0
[pid=29649/tid=29657] ppid=29647 vsize=348176 CPUtime=0 cores=5,7
/proc/29649/task/29657/stat : 29657 (python) S 29647 29649 29444 0 -1 4202560 33 931 0 0 0 0 0 0 25 0 3 0 886331619 356532224 19357 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389125041 0 0 16781312 2 18446604471125183488 0 0 -1 5 0 0 0
[pid=29649/tid=29814] ppid=29647 vsize=348176 CPUtime=0 cores=5,7
/proc/29649/task/29814/stat : 29814 (python) S 29647 29649 29444 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 886390287 356532224 19357 33554432000 4194304 5683644 140737343371296 18446744073709551615 255389125041 0 0 16781312 2 18446604471125183488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 2019464

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29649 and gives
#  childrusage.ru_utime.tv_sec=18
#  childrusage.ru_utime.tv_usec=558178
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=146977
# CPU time returned by wait4() is 18.7052
# while last known CPU time is 1200.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.14
CPU time (s): 1200.1
CPU user time (s): 1198.36
CPU system time (s): 1.74
CPU usage (%): 99.997
Max. virtual memory (cumulated for all children) (KiB): 2074944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.5582
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33545
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= 2841
involuntary context switches= 36

runsolver used 2.15767 second user time and 4.80927 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-11 01:08:38
IDJOB=3483851
IDBENCH=70797
IDSOLVER=1976
FILE ID=node135/3483851-1307747318
RUNJOBID= node135-1307746989-29465
PBS_JOBID= 13550823
Free space on /tmp= 73936 MiB

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

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

MD5SUM BENCH= 49dbd2fb16b3d5ce554d30c48729a56d
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:      28259984 kB
Buffers:        209000 kB
Cached:         845088 kB
SwapCached:       6548 kB
Active:        3987420 kB
Inactive:       507884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28259984 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:           36472 kB
Writeback:           0 kB
AnonPages:     3440128 kB
Mapped:          17856 kB
Slab:           119116 kB
PageTables:      16884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4859876 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= 73952 MiB
End job on node135 at 2011-06-11 01:28:41