Trace number 3483848

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.07 1199.43

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl064.cnf
MD5SUM4f9c883534eb89cad9b9cad9e6eccbd0
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 variables75103
Number of clauses225116
Sum of the clauses size525268
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2150076
Number of clauses of size 375038
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.63	c INFO: solving HOME/instance-3483848-1307747147.cnf
0.36/0.63	c INFO: computing task features
0.95/1.28	c INFO: computed variable-clause graph statistics
1.04/1.31	c INFO: computed clause balance statistics
4.55/4.81	c INFO: computed variable balance statistics
7.15/7.42	c INFO: computed small-clause counts
7.15/7.45	c INFO: computed Horn-clause counts
13.85/14.12	c INFO: computed variable graph statistics
13.85/14.12	c INFO: collected features for HOME/instance-3483848-1307747147.cnf in 13.46 s
13.85/14.13	c INFO: running lingeling-276@0 for 582 with 1186 remaining (b = 0.62)
599.31/598.83	c INFO: running cryptominisat-2.9.0@0 for 601 with 601 remaining (b = 0.56)

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

running on 2 cores: 4,6

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.59 1.47 0.61 4/198 23068
/proc/meminfo: memFree=31059928/32950904 swapFree=67055440/67111528
[pid=23068] ppid=23066 vsize=15384 CPUtime=0 cores=4,6
/proc/23068/stat : 23068 (python) R 23066 23068 22919 0 -1 4202496 791 0 0 0 0 0 0 0 22 0 1 0 886314549 15753216 678 33554432000 4194304 5683644 140737362069920 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23068/statm: 3846 678 322 364 0 333 0

[startup+0.101236 s]
/proc/loadavg: 3.59 1.47 0.61 4/198 23068
/proc/meminfo: memFree=31059928/32950904 swapFree=67055440/67111528
[pid=23068] ppid=23066 vsize=93960 CPUtime=0.06 cores=4,6
/proc/23068/stat : 23068 (python) S 23066 23068 22919 0 -1 4202496 2696 0 0 0 4 2 0 0 22 0 1 0 886314549 96215040 2407 33554432000 4194304 5683644 140737362069920 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/23068/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.200208 s]
/proc/loadavg: 3.59 1.47 0.61 4/198 23068
/proc/meminfo: memFree=31059928/32950904 swapFree=67055440/67111528
[pid=23068] ppid=23066 vsize=126300 CPUtime=0.11 cores=4,6
/proc/23068/stat : 23068 (python) S 23066 23068 22919 0 -1 4202496 4573 466 1 0 8 3 0 0 22 0 1 0 886314549 129331200 3895 33554432000 4194304 5683644 140737362069920 18446744073709551615 237278879488 0 0 16781312 2 18446744071562362840 0 0 17 6 0 0 0
/proc/23068/statm: 31575 3895 1001 364 0 2870 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 126300

[startup+0.300202 s]
/proc/loadavg: 3.59 1.47 0.61 4/198 23068
/proc/meminfo: memFree=31059928/32950904 swapFree=67055440/67111528
[pid=23068] ppid=23066 vsize=135748 CPUtime=0.18 cores=4,6
/proc/23068/stat : 23068 (python) S 23066 23068 22919 0 -1 4202496 5974 932 1 0 14 4 0 0 22 0 1 0 886314549 139005952 4148 33554432000 4194304 5683644 140737362069920 18446744073709551615 237278875653 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/23068/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700084 s]
/proc/loadavg: 3.59 1.47 0.61 4/198 23068
/proc/meminfo: memFree=31059928/32950904 swapFree=67055440/67111528
[pid=23068] ppid=23066 vsize=285980 CPUtime=0.44 cores=4,6
/proc/23068/stat : 23068 (python) R 23066 23068 22919 0 -1 4202496 11154 932 1 0 35 9 0 0 22 0 1 0 886314549 292843520 8821 33554432000 4194304 5683644 140737362069920 18446744073709551615 4602358 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/23068/statm: 71495 8821 1761 364 0 7419 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 285980

[startup+1.50099 s]
/proc/loadavg: 3.59 1.47 0.61 5/199 23073
/proc/meminfo: memFree=30934952/32950904 swapFree=67055440/67111528
[pid=23068] ppid=23066 vsize=320408 CPUtime=1.24 cores=4,6
/proc/23068/stat : 23068 (python) R 23066 23068 22919 0 -1 4202496 27015 932 1 0 113 11 0 0 25 0 1 0 886314549 328097792 17487 33554432000 4194304 5683644 140737362069920 18446744073709551615 4529319 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23068/statm: 80102 17487 1826 364 0 16026 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 320408

[startup+3.10071 s]
/proc/loadavg: 3.59 1.47 0.61 5/199 23073
/proc/meminfo: memFree=30959620/32950904 swapFree=67055440/67111528
[pid=23068] ppid=23066 vsize=320408 CPUtime=2.84 cores=4,6
/proc/23068/stat : 23068 (python) R 23066 23068 22919 0 -1 4202496 27015 932 1 0 273 11 0 0 25 0 1 0 886314549 328097792 17487 33554432000 4194304 5683644 140737362069920 18446744073709551615 47140593199945 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23068/statm: 80102 17487 1826 364 0 16026 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 320408

[startup+6.30013 s]
/proc/loadavg: 3.63 1.51 0.62 5/199 23074
/proc/meminfo: memFree=30921296/32950904 swapFree=67055440/67111528
[pid=23068] ppid=23066 vsize=320408 CPUtime=6.05 cores=4,6
/proc/23068/stat : 23068 (python) R 23066 23068 22919 0 -1 4202496 27016 932 1 0 593 12 0 0 25 0 1 0 886314549 328097792 17488 33554432000 4194304 5683644 140737362069920 18446744073709551615 47140593275872 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23068/statm: 80102 17488 1827 364 0 16026 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 320408

[startup+12.7009 s]
/proc/loadavg: 3.66 1.55 0.64 5/199 23074
/proc/meminfo: memFree=30904296/32950904 swapFree=67055440/67111528
[pid=23068] ppid=23066 vsize=322164 CPUtime=12.45 cores=4,6
/proc/23068/stat : 23068 (python) R 23066 23068 22919 0 -1 4202496 27461 932 1 0 1233 12 0 0 25 0 1 0 886314549 329895936 17933 33554432000 4194304 5683644 140737362069920 18446744073709551615 47140592904332 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23068/statm: 80541 17933 1833 364 0 16465 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 322164

[startup+25.5007 s]
/proc/loadavg: 3.73 1.67 0.69 5/202 23077
/proc/meminfo: memFree=30882692/32950904 swapFree=67055440/67111528
[pid=23068] ppid=23066 vsize=328984 CPUtime=13.88 cores=4,6
/proc/23068/stat : 23068 (python) S 23066 23068 22919 0 -1 4202496 27742 932 1 0 1376 12 0 0 25 0 2 0 886314549 336879616 17109 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23068/statm: 82246 17109 1867 364 0 18164 0
[pid=23075] ppid=23068 vsize=318740 CPUtime=0.01 cores=4,6
/proc/23075/stat : 23075 (python) S 23068 23068 22919 0 -1 4202560 887 0 0 0 1 0 0 0 18 0 1 0 886315962 326389760 15614 33554432000 4194304 5683644 140737362069920 18446744073709551615 237278899727 0 0 16781312 514 14069790593672773889 0 0 17 6 0 0 0
/proc/23075/statm: 79685 15614 376 364 0 15603 0
[pid=23077] ppid=23075 vsize=27596 CPUtime=11.35 cores=4,6
/proc/23077/stat : 23077 (lingeling) R 23075 23077 23077 0 -1 4202496 10892 0 0 0 1134 1 0 0 25 0 1 0 886315962 28258304 6069 33554432000 4194304 4352236 140735056971136 18446744073709551615 4328122 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23077/statm: 6899 6069 129 39 0 5979 0
[pid=23068/tid=23076] ppid=23066 vsize=328984 CPUtime=0 cores=4,6
/proc/23068/task/23076/stat : 23076 (python) S 23066 23068 22919 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 886315962 336879616 17109 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 675320

[startup+51.1011 s]
/proc/loadavg: 3.82 1.86 0.78 5/202 23078
/proc/meminfo: memFree=30873968/32950904 swapFree=67055440/67111528
[pid=23068] ppid=23066 vsize=328984 CPUtime=13.88 cores=4,6
/proc/23068/stat : 23068 (python) S 23066 23068 22919 0 -1 4202496 27742 932 1 0 1376 12 0 0 25 0 2 0 886314549 336879616 17109 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23068/statm: 82246 17109 1867 364 0 18164 0
[pid=23075] ppid=23068 vsize=318740 CPUtime=0.04 cores=4,6
/proc/23075/stat : 23075 (python) S 23068 23068 22919 0 -1 4202560 898 0 0 0 2 2 0 0 18 0 1 0 886315962 326389760 15614 33554432000 4194304 5683644 140737362069920 18446744073709551615 237278899727 0 0 16781312 514 14069790593672773889 0 0 17 6 0 0 0
/proc/23075/statm: 79685 15614 376 364 0 15603 0
[pid=23077] ppid=23075 vsize=27592 CPUtime=36.95 cores=4,6
/proc/23077/stat : 23077 (lingeling) R 23075 23077 23077 0 -1 4202496 10892 0 0 0 3694 1 0 0 25 0 1 0 886315962 28254208 6068 33554432000 4194304 4352236 140735056971136 18446744073709551615 4247600 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23077/statm: 6898 6068 129 39 0 5978 0
[pid=23068/tid=23076] ppid=23066 vsize=328984 CPUtime=0 cores=4,6
/proc/23068/task/23076/stat : 23076 (python) S 23066 23068 22919 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 886315962 336879616 17109 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 675316

[startup+102.301 s]
/proc/loadavg: 3.92 2.19 0.95 5/202 23079
/proc/meminfo: memFree=30882288/32950904 swapFree=67055440/67111528
[pid=23068] ppid=23066 vsize=328984 CPUtime=13.88 cores=4,6
/proc/23068/stat : 23068 (python) S 23066 23068 22919 0 -1 4202496 27742 932 1 0 1376 12 0 0 25 0 2 0 886314549 336879616 17109 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23068/statm: 82246 17109 1867 364 0 18164 0
[pid=23075] ppid=23068 vsize=318740 CPUtime=0.11 cores=4,6
/proc/23075/stat : 23075 (python) S 23068 23068 22919 0 -1 4202560 919 0 0 0 6 5 0 0 18 0 1 0 886315962 326389760 15614 33554432000 4194304 5683644 140737362069920 18446744073709551615 237278899727 0 0 16781312 514 14069790593672773889 0 0 17 6 0 0 0
/proc/23075/statm: 79685 15614 376 364 0 15603 0
[pid=23077] ppid=23075 vsize=30436 CPUtime=88.16 cores=4,6
/proc/23077/stat : 23077 (lingeling) R 23075 23077 23077 0 -1 4202496 11603 0 0 0 8815 1 0 0 25 0 1 0 886315962 31166464 6779 33554432000 4194304 4352236 140735056971136 18446744073709551615 4278608 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23077/statm: 7609 6779 129 39 0 6689 0
[pid=23068/tid=23076] ppid=23066 vsize=328984 CPUtime=0 cores=4,6
/proc/23068/task/23076/stat : 23076 (python) S 23066 23068 22919 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 886315962 336879616 17109 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 678160

[startup+162.3 s]
/proc/loadavg: 4.01 2.53 1.14 5/202 23081
/proc/meminfo: memFree=30803724/32950904 swapFree=67055440/67111528
[pid=23068] ppid=23066 vsize=328984 CPUtime=13.88 cores=4,6
/proc/23068/stat : 23068 (python) S 23066 23068 22919 0 -1 4202496 27742 932 1 0 1376 12 0 0 25 0 2 0 886314549 336879616 17109 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23068/statm: 82246 17109 1867 364 0 18164 0
[pid=23075] ppid=23068 vsize=318740 CPUtime=0.2 cores=4,6
/proc/23075/stat : 23075 (python) S 23068 23068 22919 0 -1 4202560 938 0 0 0 11 9 0 0 18 0 1 0 886315962 326389760 15614 33554432000 4194304 5683644 140737362069920 18446744073709551615 237278899727 0 0 16781312 514 14069790593672773889 0 0 17 6 0 0 0
/proc/23075/statm: 79685 15614 376 364 0 15603 0
[pid=23077] ppid=23075 vsize=35044 CPUtime=148.15 cores=4,6
/proc/23077/stat : 23077 (lingeling) R 23075 23077 23077 0 -1 4202496 12755 0 0 0 14814 1 0 0 25 0 1 0 886315962 35885056 7931 33554432000 4194304 4352236 140735056971136 18446744073709551615 4241269 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23077/statm: 8761 7931 129 39 0 7841 0
[pid=23068/tid=23076] ppid=23066 vsize=328984 CPUtime=0 cores=4,6
/proc/23068/task/23076/stat : 23076 (python) S 23066 23068 22919 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 886315962 336879616 17109 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 682768

[startup+222.307 s]
/proc/loadavg: 4.00 2.79 1.32 5/202 23082
/proc/meminfo: memFree=30849860/32950904 swapFree=67055440/67111528
[pid=23068] ppid=23066 vsize=328984 CPUtime=13.88 cores=4,6
/proc/23068/stat : 23068 (python) S 23066 23068 22919 0 -1 4202496 27742 932 1 0 1376 12 0 0 25 0 2 0 886314549 336879616 17109 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23068/statm: 82246 17109 1867 364 0 18164 0
[pid=23075] ppid=23068 vsize=318740 CPUtime=0.27 cores=4,6
/proc/23075/stat : 23075 (python) S 23068 23068 22919 0 -1 4202560 958 0 0 0 15 12 0 0 18 0 1 0 886315962 326389760 15614 33554432000 4194304 5683644 140737362069920 18446744073709551615 237278899727 0 0 16781312 514 14069790593672773889 0 0 17 6 0 0 0
/proc/23075/statm: 79685 15614 376 364 0 15603 0
[pid=23077] ppid=23075 vsize=35812 CPUtime=208.16 cores=4,6
/proc/23077/stat : 23077 (lingeling) R 23075 23077 23077 0 -1 4202496 17043 0 0 0 20814 2 0 0 25 0 1 0 886315962 36671488 8123 33554432000 4194304 4352236 140735056971136 18446744073709551615 4327936 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23077/statm: 8953 8123 129 39 0 8033 0
[pid=23068/tid=23076] ppid=23066 vsize=328984 CPUtime=0 cores=4,6
/proc/23068/task/23076/stat : 23076 (python) S 23066 23068 22919 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 886315962 336879616 17109 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 683536

[startup+282.301 s]
/proc/loadavg: 4.00 3.01 1.48 5/202 23084
/proc/meminfo: memFree=30862232/32950904 swapFree=67055440/67111528
[pid=23068] ppid=23066 vsize=328984 CPUtime=13.88 cores=4,6
/proc/23068/stat : 23068 (python) S 23066 23068 22919 0 -1 4202496 27742 932 1 0 1376 12 0 0 25 0 2 0 886314549 336879616 17109 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23068/statm: 82246 17109 1867 364 0 18164 0
[pid=23075] ppid=23068 vsize=318740 CPUtime=0.35 cores=4,6
/proc/23075/stat : 23075 (python) S 23068 23068 22919 0 -1 4202560 970 0 0 0 19 16 0 0 18 0 1 0 886315962 326389760 15614 33554432000 4194304 5683644 140737362069920 18446744073709551615 237278899727 0 0 16781312 514 14069790593672773889 0 0 17 6 0 0 0
/proc/23075/statm: 79685 15614 376 364 0 15603 0
[pid=23077] ppid=23075 vsize=36836 CPUtime=268.16 cores=4,6
/proc/23077/stat : 23077 (lingeling) R 23075 23077 23077 0 -1 4202496 19347 0 0 0 26814 2 0 0 25 0 1 0 886315962 37720064 8379 33554432000 4194304 4352236 140735056971136 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23077/statm: 9209 8379 129 39 0 8289 0
[pid=23068/tid=23076] ppid=23066 vsize=328984 CPUtime=0 cores=4,6
/proc/23068/task/23076/stat : 23076 (python) S 23066 23068 22919 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 886315962 336879616 17109 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 282.39

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

[pid=23110] ppid=23068 vsize=328996 CPUtime=0.6 cores=4,6
/proc/23110/stat : 23110 (python) S 23068 23068 22919 0 -1 4202560 1011 0 0 0 33 27 0 0 15 0 1 0 886374432 336891904 15613 33554432000 4194304 5683644 140737362069920 18446744073709551615 237278899782 0 0 16781312 514 4477466439296450817 0 0 17 4 0 0 0
/proc/23110/statm: 82249 15613 371 364 0 18164 0
[pid=23112] ppid=23110 vsize=870300 CPUtime=402.96 cores=4,6
/proc/23112/stat : 23112 (cryptominisat-2) R 23110 23112 23112 0 -1 4202496 259373 0 0 0 40257 39 0 0 25 0 1 0 886374433 891187200 172318 33554432000 4194304 4677096 140734006456240 18446744073709551615 4319571 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23112/statm: 217575 172318 394 118 0 212534 0
[pid=23068/tid=23076] ppid=23066 vsize=339240 CPUtime=0 cores=4,6
/proc/23068/task/23076/stat : 23076 (python) S 23066 23068 22919 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 3 0 886315962 347381760 17124 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=23068/tid=23111] ppid=23066 vsize=339240 CPUtime=0 cores=4,6
/proc/23068/task/23111/stat : 23111 (python) S 23066 23068 22919 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 886374433 347381760 17124 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1002.92
Current children cumulated vsize (KiB) 1918700

[startup+1062.3 s]
/proc/loadavg: 4.04 3.95 2.91 5/222 23125
/proc/meminfo: memFree=26505492/32950904 swapFree=67055440/67111528
[pid=23068] ppid=23066 vsize=339240 CPUtime=13.88 cores=4,6
/proc/23068/stat : 23068 (python) S 23066 23068 22919 0 -1 4202496 28533 932 1 0 1376 12 0 0 20 0 3 0 886314549 347381760 17124 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23068/statm: 84810 17124 1878 364 0 20725 0
[pid=23075] ppid=23068 vsize=328984 CPUtime=0.78 cores=4,6
/proc/23075/stat : 23075 (python) S 23068 23068 22919 0 -1 4202560 1194 0 0 0 43 35 0 0 19 0 2 0 886315962 336879616 15657 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23075/statm: 82246 15657 414 364 0 18164 0
[pid=23077] ppid=23075 vsize=51180 CPUtime=584.7 cores=4,6
/proc/23077/stat : 23077 (lingeling) T 23075 23077 23077 0 -1 4202496 28757 0 0 0 58467 3 0 0 25 0 1 0 886315962 52408320 11965 33554432000 4194304 4352236 140735056971136 18446744073709551615 4234497 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/23077/statm: 12795 11965 129 39 0 11875 0
[pid=23075/tid=23109] ppid=23068 vsize=328984 CPUtime=0 cores=4,6
/proc/23075/task/23109/stat : 23109 (python) S 23068 23068 22919 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886374432 336879616 15657 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290703281 0 0 16781312 514 18446604453944140032 0 0 -1 6 0 0 0
[pid=23110] ppid=23068 vsize=328996 CPUtime=0.69 cores=4,6
/proc/23110/stat : 23110 (python) S 23068 23068 22919 0 -1 4202560 1011 0 0 0 38 31 0 0 15 0 1 0 886374432 336891904 15613 33554432000 4194304 5683644 140737362069920 18446744073709551615 237278899782 0 0 16781312 514 14069790593672773889 0 0 17 4 0 0 0
/proc/23110/statm: 82249 15613 371 364 0 18164 0
[pid=23112] ppid=23110 vsize=871400 CPUtime=462.89 cores=4,6
/proc/23112/stat : 23112 (cryptominisat-2) R 23110 23112 23112 0 -1 4202496 272035 0 0 0 46248 41 0 0 25 0 1 0 886374433 892313600 171954 33554432000 4194304 4677096 140734006456240 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23112/statm: 217850 171954 394 118 0 212809 0
[pid=23068/tid=23076] ppid=23066 vsize=339240 CPUtime=0 cores=4,6
/proc/23068/task/23076/stat : 23076 (python) S 23066 23068 22919 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 3 0 886315962 347381760 17124 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=23068/tid=23111] ppid=23066 vsize=339240 CPUtime=0 cores=4,6
/proc/23068/task/23111/stat : 23111 (python) S 23066 23068 22919 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 886374433 347381760 17124 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1062.94
Current children cumulated vsize (KiB) 1919800

[startup+1122.3 s]
/proc/loadavg: 3.98 3.94 2.97 5/200 23259
/proc/meminfo: memFree=30332420/32950904 swapFree=67055440/67111528
[pid=23068] ppid=23066 vsize=339240 CPUtime=13.88 cores=4,6
/proc/23068/stat : 23068 (python) S 23066 23068 22919 0 -1 4202496 28533 932 1 0 1376 12 0 0 20 0 3 0 886314549 347381760 17124 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23068/statm: 84810 17124 1878 364 0 20725 0
[pid=23075] ppid=23068 vsize=328984 CPUtime=0.78 cores=4,6
/proc/23075/stat : 23075 (python) S 23068 23068 22919 0 -1 4202560 1194 0 0 0 43 35 0 0 19 0 2 0 886315962 336879616 15657 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23075/statm: 82246 15657 414 364 0 18164 0
[pid=23077] ppid=23075 vsize=51180 CPUtime=584.7 cores=4,6
/proc/23077/stat : 23077 (lingeling) T 23075 23077 23077 0 -1 4202496 28757 0 0 0 58467 3 0 0 25 0 1 0 886315962 52408320 11965 33554432000 4194304 4352236 140735056971136 18446744073709551615 4234497 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/23077/statm: 12795 11965 129 39 0 11875 0
[pid=23075/tid=23109] ppid=23068 vsize=328984 CPUtime=0 cores=4,6
/proc/23075/task/23109/stat : 23109 (python) S 23068 23068 22919 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886374432 336879616 15657 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290703281 0 0 16781312 514 18446604453944140032 0 0 -1 6 0 0 0
[pid=23110] ppid=23068 vsize=328996 CPUtime=0.77 cores=4,6
/proc/23110/stat : 23110 (python) S 23068 23068 22919 0 -1 4202560 1011 0 0 0 42 35 0 0 15 0 1 0 886374432 336891904 15613 33554432000 4194304 5683644 140737362069920 18446744073709551615 237278899782 0 0 16781312 514 4477466439296450817 0 0 17 4 0 0 0
/proc/23110/statm: 82249 15613 371 364 0 18164 0
[pid=23112] ppid=23110 vsize=872104 CPUtime=522.81 cores=4,6
/proc/23112/stat : 23112 (cryptominisat-2) R 23110 23112 23112 0 -1 4202496 282570 0 0 0 52234 47 0 0 25 0 1 0 886374433 893034496 173473 33554432000 4194304 4677096 140734006456240 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23112/statm: 218026 173473 394 118 0 212985 0
[pid=23068/tid=23076] ppid=23066 vsize=339240 CPUtime=0 cores=4,6
/proc/23068/task/23076/stat : 23076 (python) S 23066 23068 22919 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 3 0 886315962 347381760 17124 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=23068/tid=23111] ppid=23066 vsize=339240 CPUtime=0 cores=4,6
/proc/23068/task/23111/stat : 23111 (python) S 23066 23068 22919 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 886374433 347381760 17124 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1122.94
Current children cumulated vsize (KiB) 1920504

[startup+1182.3 s]
/proc/loadavg: 3.99 3.95 3.03 5/203 23264
/proc/meminfo: memFree=29571956/32950904 swapFree=67055440/67111528
[pid=23068] ppid=23066 vsize=339240 CPUtime=13.88 cores=4,6
/proc/23068/stat : 23068 (python) S 23066 23068 22919 0 -1 4202496 28533 932 1 0 1376 12 0 0 20 0 3 0 886314549 347381760 17124 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23068/statm: 84810 17124 1878 364 0 20725 0
[pid=23075] ppid=23068 vsize=328984 CPUtime=0.78 cores=4,6
/proc/23075/stat : 23075 (python) S 23068 23068 22919 0 -1 4202560 1194 0 0 0 43 35 0 0 19 0 2 0 886315962 336879616 15657 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23075/statm: 82246 15657 414 364 0 18164 0
[pid=23077] ppid=23075 vsize=51180 CPUtime=584.7 cores=4,6
/proc/23077/stat : 23077 (lingeling) T 23075 23077 23077 0 -1 4202496 28757 0 0 0 58467 3 0 0 25 0 1 0 886315962 52408320 11965 33554432000 4194304 4352236 140735056971136 18446744073709551615 4234497 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/23077/statm: 12795 11965 129 39 0 11875 0
[pid=23075/tid=23109] ppid=23068 vsize=328984 CPUtime=0 cores=4,6
/proc/23075/task/23109/stat : 23109 (python) S 23068 23068 22919 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886374432 336879616 15657 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290703281 0 0 16781312 514 18446604453944140032 0 0 -1 6 0 0 0
[pid=23110] ppid=23068 vsize=328996 CPUtime=0.85 cores=4,6
/proc/23110/stat : 23110 (python) S 23068 23068 22919 0 -1 4202560 1020 0 0 0 46 39 0 0 15 0 1 0 886374432 336891904 15613 33554432000 4194304 5683644 140737362069920 18446744073709551615 237278899782 0 0 16781312 514 4477466439296450817 0 0 17 4 0 0 0
/proc/23110/statm: 82249 15613 371 364 0 18164 0
[pid=23112] ppid=23110 vsize=909436 CPUtime=582.73 cores=4,6
/proc/23112/stat : 23112 (cryptominisat-2) R 23110 23112 23112 0 -1 4202496 302375 0 0 0 58223 50 0 0 25 0 1 0 886374433 931262464 181924 33554432000 4194304 4677096 140734006456240 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23112/statm: 227359 181924 392 118 0 222318 0
[pid=23068/tid=23076] ppid=23066 vsize=339240 CPUtime=0 cores=4,6
/proc/23068/task/23076/stat : 23076 (python) S 23066 23068 22919 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 3 0 886315962 347381760 17124 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=23068/tid=23111] ppid=23066 vsize=339240 CPUtime=0 cores=4,6
/proc/23068/task/23111/stat : 23111 (python) S 23066 23068 22919 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 886374433 347381760 17124 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1182.94
Current children cumulated vsize (KiB) 1957836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.4 s]
/proc/loadavg: 3.99 3.95 3.04 5/203 23310
/proc/meminfo: memFree=30002480/32950904 swapFree=67055440/67111528
[pid=23068] ppid=23066 vsize=339240 CPUtime=13.88 cores=4,6
/proc/23068/stat : 23068 (python) S 23066 23068 22919 0 -1 4202496 28533 932 1 0 1376 12 0 0 20 0 3 0 886314549 347381760 17124 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23068/statm: 84810 17124 1878 364 0 20725 0
[pid=23075] ppid=23068 vsize=328984 CPUtime=0.78 cores=4,6
/proc/23075/stat : 23075 (python) S 23068 23068 22919 0 -1 4202560 1194 0 0 0 43 35 0 0 19 0 2 0 886315962 336879616 15657 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23075/statm: 82246 15657 414 364 0 18164 0
[pid=23077] ppid=23075 vsize=51180 CPUtime=584.7 cores=4,6
/proc/23077/stat : 23077 (lingeling) T 23075 23077 23077 0 -1 4202496 28757 0 0 0 58467 3 0 0 25 0 1 0 886315962 52408320 11965 33554432000 4194304 4352236 140735056971136 18446744073709551615 4234497 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/23077/statm: 12795 11965 129 39 0 11875 0
[pid=23075/tid=23109] ppid=23068 vsize=328984 CPUtime=0 cores=4,6
/proc/23075/task/23109/stat : 23109 (python) S 23068 23068 22919 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886374432 336879616 15657 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290703281 0 0 16781312 514 18446604453944140032 0 0 -1 6 0 0 0
[pid=23110] ppid=23068 vsize=328996 CPUtime=0.88 cores=4,6
/proc/23110/stat : 23110 (python) S 23068 23068 22919 0 -1 4202560 1020 0 0 0 48 40 0 0 15 0 1 0 886374432 336891904 15613 33554432000 4194304 5683644 140737362069920 18446744073709551615 237278899782 0 0 16781312 514 14069790593672773889 0 0 17 4 0 0 0
/proc/23110/statm: 82249 15613 371 364 0 18164 0
[pid=23112] ppid=23110 vsize=909740 CPUtime=599.83 cores=4,6
/proc/23112/stat : 23112 (cryptominisat-2) R 23110 23112 23112 0 -1 4202496 306684 0 0 0 59928 55 0 0 25 0 1 0 886374433 931573760 181197 33554432000 4194304 4677096 140734006456240 18446744073709551615 4318923 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23112/statm: 227435 181197 392 118 0 222394 0
[pid=23068/tid=23076] ppid=23066 vsize=339240 CPUtime=0 cores=4,6
/proc/23068/task/23076/stat : 23076 (python) S 23066 23068 22919 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 3 0 886315962 347381760 17124 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=23068/tid=23111] ppid=23066 vsize=339240 CPUtime=0 cores=4,6
/proc/23068/task/23111/stat : 23111 (python) S 23066 23068 22919 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 886374433 347381760 17124 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1958140

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

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

[startup+1199.4 s]
/proc/loadavg: 3.99 3.95 3.04 5/203 23310
/proc/meminfo: memFree=30002480/32950904 swapFree=67055440/67111528
[pid=23068] ppid=23066 vsize=339240 CPUtime=13.88 cores=4,6
/proc/23068/stat : 23068 (python) S 23066 23068 22919 0 -1 4202496 28533 932 1 0 1376 12 0 0 20 0 3 0 886314549 347381760 17124 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23068/statm: 84810 17124 1878 364 0 20725 0
[pid=23075] ppid=23068 vsize=328984 CPUtime=0.78 cores=4,6
/proc/23075/stat : 23075 (python) S 23068 23068 22919 0 -1 4202560 1194 0 0 0 43 35 0 0 19 0 2 0 886315962 336879616 15657 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23075/statm: 82246 15657 414 364 0 18164 0
[pid=23077] ppid=23075 vsize=51180 CPUtime=584.7 cores=4,6
/proc/23077/stat : 23077 (lingeling) T 23075 23077 23077 0 -1 4202496 28757 0 0 0 58467 3 0 0 25 0 1 0 886315962 52408320 11965 33554432000 4194304 4352236 140735056971136 18446744073709551615 4234497 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/23077/statm: 12795 11965 129 39 0 11875 0
[pid=23075/tid=23109] ppid=23068 vsize=328984 CPUtime=0 cores=4,6
/proc/23075/task/23109/stat : 23109 (python) S 23068 23068 22919 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886374432 336879616 15657 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290703281 0 0 16781312 514 18446604453944140032 0 0 -1 6 0 0 0
[pid=23110] ppid=23068 vsize=328996 CPUtime=0.88 cores=4,6
/proc/23110/stat : 23110 (python) S 23068 23068 22919 0 -1 4202560 1020 0 0 0 48 40 0 0 15 0 1 0 886374432 336891904 15613 33554432000 4194304 5683644 140737362069920 18446744073709551615 237278899782 0 0 16781312 514 14069790593672773889 0 0 17 4 0 0 0
/proc/23110/statm: 82249 15613 371 364 0 18164 0
[pid=23112] ppid=23110 vsize=909740 CPUtime=599.83 cores=4,6
/proc/23112/stat : 23112 (cryptominisat-2) R 23110 23112 23112 0 -1 4202496 306684 0 0 0 59928 55 0 0 25 0 1 0 886374433 931573760 181197 33554432000 4194304 4677096 140734006456240 18446744073709551615 4318923 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23112/statm: 227435 181197 392 118 0 222394 0
[pid=23068/tid=23076] ppid=23066 vsize=339240 CPUtime=0 cores=4,6
/proc/23068/task/23076/stat : 23076 (python) S 23066 23068 22919 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 3 0 886315962 347381760 17124 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=23068/tid=23111] ppid=23066 vsize=339240 CPUtime=0 cores=4,6
/proc/23068/task/23111/stat : 23111 (python) S 23066 23068 22919 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 886374433 347381760 17124 33554432000 4194304 5683644 140737362069920 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1958140

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23068 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=768906
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=131979
# CPU time returned by wait4() is 13.9009
# while last known CPU time is 1200.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.43
CPU time (s): 1200.07
CPU user time (s): 1198.62
CPU system time (s): 1.45
CPU usage (%): 100.054
Max. virtual memory (cumulated for all children) (KiB): 2040288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.7689
system time used= 0.131979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29465
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= 2828
involuntary context switches= 52

runsolver used 2.02669 second user time and 4.75328 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-11 01:05:48
IDJOB=3483848
IDBENCH=70781
IDSOLVER=1976
FILE ID=node121/3483848-1307747147
RUNJOBID= node121-1307747010-22938
PBS_JOBID= 13550836
Free space on /tmp= 73992 MiB

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

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

MD5SUM BENCH= 4f9c883534eb89cad9b9cad9e6eccbd0
RANDOM SEED=1394102490

node121.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.817
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.63
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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
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.817
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.84
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.817
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.817
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.817
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.74
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.817
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.75
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.817
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:     32950904 kB
MemFree:      31060480 kB
Buffers:        260476 kB
Cached:         809376 kB
SwapCached:       9940 kB
Active:        1210620 kB
Inactive:       472864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      31060480 kB
SwapTotal:    67111528 kB
SwapFree:     67055440 kB
Dirty:           80624 kB
Writeback:           0 kB
AnonPages:      610732 kB
Mapped:          19388 kB
Slab:           136144 kB
PageTables:      10580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  1351296 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= 73996 MiB
End job on node121 at 2011-06-11 01:25:49