Trace number 3377844

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-industrial (fixed)? (TO) 1301.8 1300.03

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_35.renamed-as.sat05-1921.cnf
MD5SUM5fda0e0fb8a21967728dfe29bf2d4ea5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark473.18
Satisfiable
(Un)Satisfiability was proved
Number of variables1225
Number of clauses211785
Sum of the clauses size554190
Maximum clause length35
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 283405
Number of clauses of size 3128310
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data

0.36/0.60	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.60	c INFO: solving HOME/instance-3377844-1305457520.cnf
0.36/0.60	c INFO: computing task features
0.95/1.22	c INFO: computed variable-clause graph statistics
0.95/1.25	c INFO: computed clause balance statistics
3.96/4.22	c INFO: computed variable balance statistics
6.76/7.04	c INFO: computed small-clause counts
6.76/7.05	c INFO: computed Horn-clause counts
6.76/7.09	c INFO: computed variable graph statistics
6.76/7.09	c INFO: collected features for HOME/instance-3377844-1305457520.cnf in 6.47 s
6.86/7.10	c INFO: running lingeling-276@0 for 582 with 2393 remaining (b = 0.45)
595.15/594.28	c INFO: running lingeling-276@587 for 291 with 1806 remaining (b = 0.14)
882.33/880.83	c INFO: running lingeling-276@0 for 485 with 1519 remaining (b = 0.36)
1301.80/1300.02	c INFO: running cryptominisat-2.9.0@0 for 485 with 1101 remaining (b = 0.32)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377844-1305457520/watcher-3377844-1305457520 -o /tmp/evaluation-result-3377844-1305457520/solver-3377844-1305457520 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377844-1305457520.cnf -seed 1005481229 -budget 2400 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.06 4.05 3.93 5/298 17134
/proc/meminfo: memFree=16437688/32950928 swapFree=64721848/67111528
[pid=17134] ppid=17132 vsize=15184 CPUtime=0 cores=4,6
/proc/17134/stat : 17134 (python) R 17132 17134 14954 0 -1 4202496 724 0 0 0 0 0 0 0 25 0 1 0 657351810 15548416 615 33554432000 4194304 5683644 140734562486240 18446744073709551615 248089696256 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/17134/statm: 3796 615 321 364 0 283 0

[startup+0.0676609 s]
/proc/loadavg: 4.06 4.05 3.93 5/298 17134
/proc/meminfo: memFree=16437688/32950928 swapFree=64721848/67111528
[pid=17134] ppid=17132 vsize=30116 CPUtime=0.03 cores=4,6
/proc/17134/stat : 17134 (python) S 17132 17134 14954 0 -1 4202496 1515 0 0 0 3 0 0 0 25 0 1 0 657351810 30838784 1352 33554432000 4194304 5683644 140734562486240 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/17134/statm: 7529 1352 443 364 0 899 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30116

[startup+0.100654 s]
/proc/loadavg: 4.06 4.05 3.93 5/298 17134
/proc/meminfo: memFree=16437688/32950928 swapFree=64721848/67111528
[pid=17134] ppid=17132 vsize=87708 CPUtime=0.05 cores=4,6
/proc/17134/stat : 17134 (python) R 17132 17134 14954 0 -1 4202496 2637 0 0 0 4 1 0 0 25 0 1 0 657351810 89812992 2354 33554432000 4194304 5683644 140734562486240 18446744073709551615 248089696256 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/17134/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87708

[startup+0.300614 s]
/proc/loadavg: 4.06 4.05 3.93 5/298 17134
/proc/meminfo: memFree=16437688/32950928 swapFree=64721848/67111528
[pid=17134] ppid=17132 vsize=135752 CPUtime=0.18 cores=4,6
/proc/17134/stat : 17134 (python) R 17132 17134 14954 0 -1 4202496 5971 937 1 0 13 5 0 0 25 0 1 0 657351810 139010048 4148 33554432000 4194304 5683644 140734562486240 18446744073709551615 248089694213 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/17134/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700541 s]
/proc/loadavg: 4.06 4.05 3.93 5/298 17134
/proc/meminfo: memFree=16437688/32950928 swapFree=64721848/67111528
[pid=17134] ppid=17132 vsize=285972 CPUtime=0.46 cores=4,6
/proc/17134/stat : 17134 (python) R 17132 17134 14954 0 -1 4202496 11119 937 1 0 37 9 0 0 25 0 1 0 657351810 292835328 8790 33554432000 4194304 5683644 140734562486240 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/17134/statm: 71493 8790 1761 364 0 7417 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 285972

[startup+1.5004 s]
/proc/loadavg: 4.06 4.05 3.93 5/299 17140
/proc/meminfo: memFree=16388700/32950928 swapFree=64721848/67111528
[pid=17134] ppid=17132 vsize=320596 CPUtime=1.26 cores=4,6
/proc/17134/stat : 17134 (python) R 17132 17134 14954 0 -1 4202496 24851 937 1 0 115 11 0 0 25 0 1 0 657351810 328290304 17533 33554432000 4194304 5683644 140734562486240 18446744073709551615 47745180468548 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17134/statm: 80149 17533 1826 364 0 16073 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 320596

[startup+3.10017 s]
/proc/loadavg: 4.06 4.05 3.93 5/299 17140
/proc/meminfo: memFree=16373200/32950928 swapFree=64721848/67111528
[pid=17134] ppid=17132 vsize=320596 CPUtime=2.86 cores=4,6
/proc/17134/stat : 17134 (python) R 17132 17134 14954 0 -1 4202496 24851 937 1 0 275 11 0 0 25 0 1 0 657351810 328290304 17533 33554432000 4194304 5683644 140734562486240 18446744073709551615 248089394608 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17134/statm: 80149 17533 1826 364 0 16073 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 320596

[startup+6.30055 s]
/proc/loadavg: 4.14 4.07 3.94 5/299 17140
/proc/meminfo: memFree=16372184/32950928 swapFree=64721848/67111528
[pid=17134] ppid=17132 vsize=320596 CPUtime=6.06 cores=4,6
/proc/17134/stat : 17134 (python) R 17132 17134 14954 0 -1 4202496 24852 937 1 0 595 11 0 0 25 0 1 0 657351810 328290304 17534 33554432000 4194304 5683644 140734562486240 18446744073709551615 4570176 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17134/statm: 80149 17534 1827 364 0 16073 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 320596

[startup+12.7005 s]
/proc/loadavg: 4.13 4.07 3.94 5/302 17143
/proc/meminfo: memFree=16359872/32950928 swapFree=64721848/67111528
[pid=17134] ppid=17132 vsize=327324 CPUtime=6.87 cores=4,6
/proc/17134/stat : 17134 (python) S 17132 17134 14954 0 -1 4202496 25143 937 1 0 676 11 0 0 25 0 2 0 657351810 335179776 16693 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17134/statm: 81831 16693 1867 364 0 17749 0
[pid=17141] ppid=17134 vsize=317080 CPUtime=0 cores=4,6
/proc/17141/stat : 17141 (python) S 17134 17134 14954 0 -1 4202560 885 0 0 0 0 0 0 0 18 0 1 0 657352521 324689920 15197 33554432000 4194304 5683644 140734562486240 18446744073709551615 248089718287 0 0 16781312 514 3933110876768272642 0 0 17 6 0 0 0
/proc/17141/statm: 79270 15197 375 364 0 15188 0
[pid=17143] ppid=17141 vsize=16328 CPUtime=5.58 cores=4,6
/proc/17143/stat : 17143 (lingeling) R 17141 17143 17143 0 -1 4202496 7196 0 0 0 557 1 0 0 25 0 1 0 657352521 16719872 3245 33554432000 4194304 4352236 140736978964272 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17143/statm: 4082 3245 129 39 0 3162 0
[pid=17134/tid=17142] ppid=17132 vsize=327324 CPUtime=0 cores=4,6
/proc/17134/task/17142/stat : 17142 (python) S 17132 17134 14954 0 -1 4202560 29 937 0 0 0 0 0 0 25 0 2 0 657352521 335179776 16693 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101521841 0 0 16781312 2 18446604453837947328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 660732

[startup+25.5012 s]
/proc/loadavg: 4.10 4.06 3.94 5/302 17143
/proc/meminfo: memFree=16356024/32950928 swapFree=64721848/67111528
[pid=17134] ppid=17132 vsize=327324 CPUtime=6.87 cores=4,6
/proc/17134/stat : 17134 (python) S 17132 17134 14954 0 -1 4202496 25143 937 1 0 676 11 0 0 25 0 2 0 657351810 335179776 16693 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17134/statm: 81831 16693 1867 364 0 17749 0
[pid=17141] ppid=17134 vsize=317080 CPUtime=0.03 cores=4,6
/proc/17141/stat : 17141 (python) S 17134 17134 14954 0 -1 4202560 894 0 0 0 2 1 0 0 18 0 1 0 657352521 324689920 15198 33554432000 4194304 5683644 140734562486240 18446744073709551615 248089718287 0 0 16781312 514 9750345969815224578 0 0 17 6 0 0 0
/proc/17141/statm: 79270 15198 376 364 0 15188 0
[pid=17143] ppid=17141 vsize=20832 CPUtime=18.38 cores=4,6
/proc/17143/stat : 17143 (lingeling) R 17141 17143 17143 0 -1 4202496 8322 0 0 0 1837 1 0 0 25 0 1 0 657352521 21331968 4371 33554432000 4194304 4352236 140736978964272 18446744073709551615 4328109 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17143/statm: 5208 4371 129 39 0 4288 0
[pid=17134/tid=17142] ppid=17132 vsize=327324 CPUtime=0 cores=4,6
/proc/17134/task/17142/stat : 17142 (python) S 17132 17134 14954 0 -1 4202560 29 937 0 0 0 0 0 0 25 0 2 0 657352521 335179776 16693 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101521841 0 0 16781312 2 18446604453837947328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 665236

[startup+51.1007 s]
/proc/loadavg: 4.06 4.06 3.94 5/302 17144
/proc/meminfo: memFree=16356192/32950928 swapFree=64721848/67111528
[pid=17134] ppid=17132 vsize=327324 CPUtime=6.87 cores=4,6
/proc/17134/stat : 17134 (python) S 17132 17134 14954 0 -1 4202496 25143 937 1 0 676 11 0 0 25 0 2 0 657351810 335179776 16693 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17134/statm: 81831 16693 1867 364 0 17749 0
[pid=17141] ppid=17134 vsize=317080 CPUtime=0.08 cores=4,6
/proc/17141/stat : 17141 (python) S 17134 17134 14954 0 -1 4202560 904 0 0 0 4 4 0 0 18 0 1 0 657352521 324689920 15198 33554432000 4194304 5683644 140734562486240 18446744073709551615 248089718287 0 0 16781312 514 9750345969815224578 0 0 17 6 0 0 0
/proc/17141/statm: 79270 15198 376 364 0 15188 0
[pid=17143] ppid=17141 vsize=21064 CPUtime=43.98 cores=4,6
/proc/17143/stat : 17143 (lingeling) R 17141 17143 17143 0 -1 4202496 8380 0 0 0 4397 1 0 0 25 0 1 0 657352521 21569536 4429 33554432000 4194304 4352236 140736978964272 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17143/statm: 5266 4429 129 39 0 4346 0
[pid=17134/tid=17142] ppid=17132 vsize=327324 CPUtime=0 cores=4,6
/proc/17134/task/17142/stat : 17142 (python) S 17132 17134 14954 0 -1 4202560 29 937 0 0 0 0 0 0 25 0 2 0 657352521 335179776 16693 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101521841 0 0 16781312 2 18446604453837947328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 665468

[startup+102.311 s]
/proc/loadavg: 4.06 4.06 3.94 5/302 17145
/proc/meminfo: memFree=16350164/32950928 swapFree=64721848/67111528
[pid=17134] ppid=17132 vsize=327324 CPUtime=6.87 cores=4,6
/proc/17134/stat : 17134 (python) S 17132 17134 14954 0 -1 4202496 25143 937 1 0 676 11 0 0 25 0 2 0 657351810 335179776 16693 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17134/statm: 81831 16693 1867 364 0 17749 0
[pid=17141] ppid=17134 vsize=317080 CPUtime=0.18 cores=4,6
/proc/17141/stat : 17141 (python) S 17134 17134 14954 0 -1 4202560 928 0 0 0 10 8 0 0 18 0 1 0 657352521 324689920 15198 33554432000 4194304 5683644 140734562486240 18446744073709551615 248089718287 0 0 16781312 514 9750345969815224578 0 0 17 6 0 0 0
/proc/17141/statm: 79270 15198 376 364 0 15188 0
[pid=17143] ppid=17141 vsize=23352 CPUtime=95.19 cores=4,6
/proc/17143/stat : 17143 (lingeling) R 17141 17143 17143 0 -1 4202496 8952 0 0 0 9518 1 0 0 25 0 1 0 657352521 23912448 5001 33554432000 4194304 4352236 140736978964272 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17143/statm: 5838 5001 129 39 0 4918 0
[pid=17134/tid=17142] ppid=17132 vsize=327324 CPUtime=0 cores=4,6
/proc/17134/task/17142/stat : 17142 (python) S 17132 17134 14954 0 -1 4202560 29 937 0 0 0 0 0 0 25 0 2 0 657352521 335179776 16693 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101521841 0 0 16781312 2 18446604453837947328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 667756

[startup+162.301 s]
/proc/loadavg: 4.07 4.06 3.95 6/302 17227
/proc/meminfo: memFree=18167552/32950928 swapFree=64721848/67111528
[pid=17134] ppid=17132 vsize=327324 CPUtime=6.87 cores=4,6
/proc/17134/stat : 17134 (python) S 17132 17134 14954 0 -1 4202496 25143 937 1 0 676 11 0 0 25 0 2 0 657351810 335179776 16693 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17134/statm: 81831 16693 1867 364 0 17749 0
[pid=17141] ppid=17134 vsize=317080 CPUtime=0.31 cores=4,6
/proc/17141/stat : 17141 (python) S 17134 17134 14954 0 -1 4202560 948 0 0 0 17 14 0 0 18 0 1 0 657352521 324689920 15198 33554432000 4194304 5683644 140734562486240 18446744073709551615 248089718287 0 0 16781312 514 9750345969815224578 0 0 17 6 0 0 0
/proc/17141/statm: 79270 15198 376 364 0 15188 0
[pid=17143] ppid=17141 vsize=24020 CPUtime=155.18 cores=4,6
/proc/17143/stat : 17143 (lingeling) R 17141 17143 17143 0 -1 4202496 9119 0 0 0 15516 2 0 0 25 0 1 0 657352521 24596480 5168 33554432000 4194304 4352236 140736978964272 18446744073709551615 4329024 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17143/statm: 6005 5168 129 39 0 5085 0
[pid=17134/tid=17142] ppid=17132 vsize=327324 CPUtime=0 cores=4,6
/proc/17134/task/17142/stat : 17142 (python) S 17132 17134 14954 0 -1 4202560 29 937 0 0 0 0 0 0 25 0 2 0 657352521 335179776 16693 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101521841 0 0 16781312 2 18446604453837947328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 668424

[startup+222.3 s]
/proc/loadavg: 4.09 4.08 3.96 5/308 17294
/proc/meminfo: memFree=18226176/32950928 swapFree=64721848/67111528
[pid=17134] ppid=17132 vsize=327324 CPUtime=6.87 cores=4,6
/proc/17134/stat : 17134 (python) S 17132 17134 14954 0 -1 4202496 25143 937 1 0 676 11 0 0 25 0 2 0 657351810 335179776 16693 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17134/statm: 81831 16693 1867 364 0 17749 0
[pid=17141] ppid=17134 vsize=317080 CPUtime=0.44 cores=4,6
/proc/17141/stat : 17141 (python) S 17134 17134 14954 0 -1 4202560 968 0 0 0 24 20 0 0 18 0 1 0 657352521 324689920 15198 33554432000 4194304 5683644 140734562486240 18446744073709551615 248089718287 0 0 16781312 514 9750345969815224578 0 0 17 6 0 0 0
/proc/17141/statm: 79270 15198 376 364 0 15188 0
[pid=17143] ppid=17141 vsize=33636 CPUtime=215.18 cores=4,6
/proc/17143/stat : 17143 (lingeling) R 17141 17143 17143 0 -1 4202496 11523 0 0 0 21515 3 0 0 25 0 1 0 657352521 34443264 7572 33554432000 4194304 4352236 140736978964272 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17143/statm: 8409 7572 129 39 0 7489 0
[pid=17134/tid=17142] ppid=17132 vsize=327324 CPUtime=0 cores=4,6
/proc/17134/task/17142/stat : 17142 (python) S 17132 17134 14954 0 -1 4202560 29 937 0 0 0 0 0 0 25 0 2 0 657352521 335179776 16693 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101521841 0 0 16781312 2 18446604453837947328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 222.49
Current children cumulated vsize (KiB) 678040

[startup+282.301 s]
/proc/loadavg: 4.00 4.06 3.96 4/300 17314
/proc/meminfo: memFree=18282544/32950928 swapFree=64721848/67111528
[pid=17134] ppid=17132 vsize=327324 CPUtime=6.87 cores=4,6
/proc/17134/stat : 17134 (python) S 17132 17134 14954 0 -1 4202496 25143 937 1 0 676 11 0 0 25 0 2 0 657351810 335179776 16693 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17134/statm: 81831 16693 1867 364 0 17749 0
[pid=17141] ppid=17134 vsize=317080 CPUtime=0.57 cores=4,6

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

[pid=17358] ppid=17134 vsize=327336 CPUtime=0.23 cores=4,6
/proc/17358/stat : 17358 (python) S 17134 17134 14954 0 -1 4202560 938 0 0 0 12 11 0 0 18 0 1 0 657439893 335192064 15196 33554432000 4194304 5683644 140734562486240 18446744073709551615 248089718342 0 0 16781312 514 9750345969815224580 0 0 17 4 0 0 0
/proc/17358/statm: 81834 15196 370 364 0 17749 0
[pid=17360] ppid=17358 vsize=23580 CPUtime=121.21 cores=4,6
/proc/17360/stat : 17360 (lingeling) R 17358 17360 17360 0 -1 4202496 9011 0 0 0 12121 0 0 0 25 0 1 0 657439894 24145920 5059 33554432000 4194304 4352236 140736448210992 18446744073709551615 4328419 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17360/statm: 5895 5059 129 39 0 4975 0
[pid=17134/tid=17142] ppid=17132 vsize=337580 CPUtime=0 cores=4,6
/proc/17134/task/17142/stat : 17142 (python) S 17132 17134 14954 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 3 0 657352521 345681920 16700 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101521841 0 0 16781312 2 18446604453837947328 0 0 -1 4 0 0 0
[pid=17134/tid=17359] ppid=17132 vsize=337580 CPUtime=0 cores=4,6
/proc/17134/task/17359/stat : 17359 (python) S 17132 17134 14954 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 3 0 657439894 345681920 16700 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101521841 0 0 16781312 2 18446604453837947328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1003.82
Current children cumulated vsize (KiB) 1065572

[startup+1062.3 s]
/proc/loadavg: 1.04 1.71 2.70 2/293 17365
/proc/meminfo: memFree=18353160/32950928 swapFree=64721848/67111528
[pid=17134] ppid=17132 vsize=337580 CPUtime=6.88 cores=4,6
/proc/17134/stat : 17134 (python) S 17132 17134 14954 0 -1 4202496 25978 937 1 0 677 11 0 0 20 0 3 0 657351810 345681920 16700 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17134/statm: 84395 16700 1870 364 0 20310 0
[pid=17141] ppid=17134 vsize=327324 CPUtime=1.78 cores=4,6
/proc/17141/stat : 17141 (python) S 17134 17134 14954 0 -1 4202560 1204 0 0 0 97 81 0 0 18 0 2 0 657352521 335179776 15243 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17141/statm: 81831 15243 416 364 0 17749 0
[pid=17143] ppid=17141 vsize=49752 CPUtime=873.72 cores=4,6
/proc/17143/stat : 17143 (lingeling) T 17141 17143 17143 0 -1 4202496 15552 0 0 0 87368 4 0 0 25 0 1 0 657352521 50946048 11601 33554432000 4194304 4352236 140736978964272 18446744073709551615 4328116 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/17143/statm: 12438 11601 129 39 0 11518 0
[pid=17141/tid=17323] ppid=17134 vsize=327324 CPUtime=0 cores=4,6
/proc/17141/task/17323/stat : 17323 (python) S 17134 17134 14954 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 657411237 335179776 15243 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101521841 0 0 16781312 514 18446604453828441984 0 0 -1 6 0 0 0
[pid=17358] ppid=17134 vsize=327336 CPUtime=0.35 cores=4,6
/proc/17358/stat : 17358 (python) S 17134 17134 14954 0 -1 4202560 958 0 0 0 19 16 0 0 18 0 1 0 657439893 335192064 15196 33554432000 4194304 5683644 140734562486240 18446744073709551615 248089718342 0 0 16781312 514 9750345969815224580 0 0 17 4 0 0 0
/proc/17358/statm: 81834 15196 370 364 0 17749 0
[pid=17360] ppid=17358 vsize=31772 CPUtime=181.1 cores=4,6
/proc/17360/stat : 17360 (lingeling) R 17358 17360 17360 0 -1 4202496 11059 0 0 0 18109 1 0 0 25 0 1 0 657439894 32534528 7107 33554432000 4194304 4352236 140736448210992 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17360/statm: 7943 7107 129 39 0 7023 0
[pid=17134/tid=17142] ppid=17132 vsize=337580 CPUtime=0 cores=4,6
/proc/17134/task/17142/stat : 17142 (python) S 17132 17134 14954 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 3 0 657352521 345681920 16700 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101521841 0 0 16781312 2 18446604453837947328 0 0 -1 4 0 0 0
[pid=17134/tid=17359] ppid=17132 vsize=337580 CPUtime=0 cores=4,6
/proc/17134/task/17359/stat : 17359 (python) S 17132 17134 14954 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 3 0 657439894 345681920 16700 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101521841 0 0 16781312 2 18446604453837947328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1063.83
Current children cumulated vsize (KiB) 1073764

[startup+1122.3 s]
/proc/loadavg: 1.07 1.60 2.60 2/293 17366
/proc/meminfo: memFree=18347904/32950928 swapFree=64721848/67111528
[pid=17134] ppid=17132 vsize=337580 CPUtime=6.88 cores=4,6
/proc/17134/stat : 17134 (python) S 17132 17134 14954 0 -1 4202496 25978 937 1 0 677 11 0 0 20 0 3 0 657351810 345681920 16700 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17134/statm: 84395 16700 1870 364 0 20310 0
[pid=17141] ppid=17134 vsize=327324 CPUtime=1.78 cores=4,6
/proc/17141/stat : 17141 (python) S 17134 17134 14954 0 -1 4202560 1204 0 0 0 97 81 0 0 18 0 2 0 657352521 335179776 15243 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17141/statm: 81831 15243 416 364 0 17749 0
[pid=17143] ppid=17141 vsize=49752 CPUtime=873.72 cores=4,6
/proc/17143/stat : 17143 (lingeling) T 17141 17143 17143 0 -1 4202496 15552 0 0 0 87368 4 0 0 25 0 1 0 657352521 50946048 11601 33554432000 4194304 4352236 140736978964272 18446744073709551615 4328116 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/17143/statm: 12438 11601 129 39 0 11518 0
[pid=17141/tid=17323] ppid=17134 vsize=327324 CPUtime=0 cores=4,6
/proc/17141/task/17323/stat : 17323 (python) S 17134 17134 14954 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 657411237 335179776 15243 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101521841 0 0 16781312 514 18446604453828441984 0 0 -1 6 0 0 0
[pid=17358] ppid=17134 vsize=327336 CPUtime=0.47 cores=4,6
/proc/17358/stat : 17358 (python) S 17134 17134 14954 0 -1 4202560 974 0 0 0 25 22 0 0 18 0 1 0 657439893 335192064 15196 33554432000 4194304 5683644 140734562486240 18446744073709551615 248089718342 0 0 16781312 514 9750345969815224580 0 0 17 4 0 0 0
/proc/17358/statm: 81834 15196 370 364 0 17749 0
[pid=17360] ppid=17358 vsize=36316 CPUtime=241.04 cores=4,6
/proc/17360/stat : 17360 (lingeling) R 17358 17360 17360 0 -1 4202496 12195 0 0 0 24103 1 0 0 25 0 1 0 657439894 37187584 8243 33554432000 4194304 4352236 140736448210992 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17360/statm: 9079 8243 129 39 0 8159 0
[pid=17134/tid=17142] ppid=17132 vsize=337580 CPUtime=0 cores=4,6
/proc/17134/task/17142/stat : 17142 (python) S 17132 17134 14954 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 3 0 657352521 345681920 16700 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101521841 0 0 16781312 2 18446604453837947328 0 0 -1 4 0 0 0
[pid=17134/tid=17359] ppid=17132 vsize=337580 CPUtime=0 cores=4,6
/proc/17134/task/17359/stat : 17359 (python) S 17132 17134 14954 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 3 0 657439894 345681920 16700 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101521841 0 0 16781312 2 18446604453837947328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1123.89
Current children cumulated vsize (KiB) 1078308

[startup+1182.3 s]
/proc/loadavg: 1.10 1.50 2.50 2/293 17368
/proc/meminfo: memFree=18347844/32950928 swapFree=64721848/67111528
[pid=17134] ppid=17132 vsize=337580 CPUtime=6.88 cores=4,6
/proc/17134/stat : 17134 (python) S 17132 17134 14954 0 -1 4202496 25978 937 1 0 677 11 0 0 20 0 3 0 657351810 345681920 16700 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17134/statm: 84395 16700 1870 364 0 20310 0
[pid=17141] ppid=17134 vsize=327324 CPUtime=1.78 cores=4,6
/proc/17141/stat : 17141 (python) S 17134 17134 14954 0 -1 4202560 1204 0 0 0 97 81 0 0 18 0 2 0 657352521 335179776 15243 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17141/statm: 81831 15243 416 364 0 17749 0
[pid=17143] ppid=17141 vsize=49752 CPUtime=873.72 cores=4,6
/proc/17143/stat : 17143 (lingeling) T 17141 17143 17143 0 -1 4202496 15552 0 0 0 87368 4 0 0 25 0 1 0 657352521 50946048 11601 33554432000 4194304 4352236 140736978964272 18446744073709551615 4328116 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/17143/statm: 12438 11601 129 39 0 11518 0
[pid=17141/tid=17323] ppid=17134 vsize=327324 CPUtime=0 cores=4,6
/proc/17141/task/17323/stat : 17323 (python) S 17134 17134 14954 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 657411237 335179776 15243 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101521841 0 0 16781312 514 18446604453828441984 0 0 -1 6 0 0 0
[pid=17358] ppid=17134 vsize=327336 CPUtime=0.59 cores=4,6
/proc/17358/stat : 17358 (python) S 17134 17134 14954 0 -1 4202560 976 0 0 0 32 27 0 0 18 0 1 0 657439893 335192064 15196 33554432000 4194304 5683644 140734562486240 18446744073709551615 248089718342 0 0 16781312 514 9750345969815224580 0 0 17 4 0 0 0
/proc/17358/statm: 81834 15196 370 364 0 17749 0
[pid=17360] ppid=17358 vsize=36800 CPUtime=300.98 cores=4,6
/proc/17360/stat : 17360 (lingeling) R 17358 17360 17360 0 -1 4202496 12316 0 0 0 30097 1 0 0 25 0 1 0 657439894 37683200 8364 33554432000 4194304 4352236 140736448210992 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17360/statm: 9200 8364 129 39 0 8280 0
[pid=17134/tid=17142] ppid=17132 vsize=337580 CPUtime=0 cores=4,6
/proc/17134/task/17142/stat : 17142 (python) S 17132 17134 14954 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 3 0 657352521 345681920 16700 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101521841 0 0 16781312 2 18446604453837947328 0 0 -1 4 0 0 0
[pid=17134/tid=17359] ppid=17132 vsize=337580 CPUtime=0 cores=4,6
/proc/17134/task/17359/stat : 17359 (python) S 17132 17134 14954 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 3 0 657439894 345681920 16700 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101521841 0 0 16781312 2 18446604453837947328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1183.95
Current children cumulated vsize (KiB) 1078792

[startup+1242.3 s]
/proc/loadavg: 1.03 1.41 2.41 2/286 17388
/proc/meminfo: memFree=18425872/32950928 swapFree=64721848/67111528
[pid=17134] ppid=17132 vsize=337580 CPUtime=6.88 cores=4,6
/proc/17134/stat : 17134 (python) S 17132 17134 14954 0 -1 4202496 25978 937 1 0 677 11 0 0 20 0 3 0 657351810 345681920 16700 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17134/statm: 84395 16700 1870 364 0 20310 0
[pid=17141] ppid=17134 vsize=327324 CPUtime=1.78 cores=4,6
/proc/17141/stat : 17141 (python) S 17134 17134 14954 0 -1 4202560 1204 0 0 0 97 81 0 0 18 0 2 0 657352521 335179776 15243 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17141/statm: 81831 15243 416 364 0 17749 0
[pid=17143] ppid=17141 vsize=49752 CPUtime=873.72 cores=4,6
/proc/17143/stat : 17143 (lingeling) T 17141 17143 17143 0 -1 4202496 15552 0 0 0 87368 4 0 0 25 0 1 0 657352521 50946048 11601 33554432000 4194304 4352236 140736978964272 18446744073709551615 4328116 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/17143/statm: 12438 11601 129 39 0 11518 0
[pid=17141/tid=17323] ppid=17134 vsize=327324 CPUtime=0 cores=4,6
/proc/17141/task/17323/stat : 17323 (python) S 17134 17134 14954 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 657411237 335179776 15243 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101521841 0 0 16781312 514 18446604453828441984 0 0 -1 6 0 0 0
[pid=17358] ppid=17134 vsize=327336 CPUtime=0.72 cores=4,6
/proc/17358/stat : 17358 (python) S 17134 17134 14954 0 -1 4202560 976 0 0 0 40 32 0 0 18 0 1 0 657439893 335192064 15196 33554432000 4194304 5683644 140734562486240 18446744073709551615 248089718342 0 0 16781312 514 9750345969815224580 0 0 17 4 0 0 0
/proc/17358/statm: 81834 15196 370 364 0 17749 0
[pid=17360] ppid=17358 vsize=36800 CPUtime=360.93 cores=4,6
/proc/17360/stat : 17360 (lingeling) R 17358 17360 17360 0 -1 4202496 12316 0 0 0 36092 1 0 0 25 0 1 0 657439894 37683200 8364 33554432000 4194304 4352236 140736448210992 18446744073709551615 4328085 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17360/statm: 9200 8364 129 39 0 8280 0
[pid=17134/tid=17142] ppid=17132 vsize=337580 CPUtime=0 cores=4,6
/proc/17134/task/17142/stat : 17142 (python) S 17132 17134 14954 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 3 0 657352521 345681920 16700 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101521841 0 0 16781312 2 18446604453837947328 0 0 -1 4 0 0 0
[pid=17134/tid=17359] ppid=17132 vsize=337580 CPUtime=0 cores=4,6
/proc/17134/task/17359/stat : 17359 (python) S 17132 17134 14954 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 3 0 657439894 345681920 16700 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101521841 0 0 16781312 2 18446604453837947328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1244.03
Current children cumulated vsize (KiB) 1078792



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.01 1.33 2.32 2/285 17389
/proc/meminfo: memFree=18425036/32950928 swapFree=64721848/67111528
[pid=17134] ppid=17132 vsize=337580 CPUtime=6.88 cores=4,6
/proc/17134/stat : 17134 (python) S 17132 17134 14954 0 -1 4202496 25978 937 1 0 677 11 0 0 20 0 3 0 657351810 345681920 16700 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17134/statm: 84395 16700 1870 364 0 20310 0
[pid=17141] ppid=17134 vsize=327324 CPUtime=1.78 cores=4,6
/proc/17141/stat : 17141 (python) S 17134 17134 14954 0 -1 4202560 1204 0 0 0 97 81 0 0 18 0 2 0 657352521 335179776 15243 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17141/statm: 81831 15243 416 364 0 17749 0
[pid=17143] ppid=17141 vsize=49752 CPUtime=873.72 cores=4,6
/proc/17143/stat : 17143 (lingeling) T 17141 17143 17143 0 -1 4202496 15552 0 0 0 87368 4 0 0 25 0 1 0 657352521 50946048 11601 33554432000 4194304 4352236 140736978964272 18446744073709551615 4328116 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/17143/statm: 12438 11601 129 39 0 11518 0
[pid=17141/tid=17323] ppid=17134 vsize=327324 CPUtime=0 cores=4,6
/proc/17141/task/17323/stat : 17323 (python) S 17134 17134 14954 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 657411237 335179776 15243 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101521841 0 0 16781312 514 18446604453828441984 0 0 -1 6 0 0 0
[pid=17358] ppid=17134 vsize=327336 CPUtime=0.83 cores=4,6
/proc/17358/stat : 17358 (python) S 17134 17134 14954 0 -1 4202560 976 0 0 0 46 37 0 0 18 0 1 0 657439893 335192064 15196 33554432000 4194304 5683644 140734562486240 18446744073709551615 248089718342 0 0 16781312 514 9750345969815224580 0 0 17 4 0 0 0
/proc/17358/statm: 81834 15196 370 364 0 17749 0
[pid=17360] ppid=17358 vsize=38264 CPUtime=418.59 cores=4,6
/proc/17360/stat : 17360 (lingeling) R 17358 17360 17360 0 -1 4202496 12682 0 0 0 41858 1 0 0 25 0 1 0 657439894 39182336 8730 33554432000 4194304 4352236 140736448210992 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17360/statm: 9566 8730 129 39 0 8646 0
[pid=17134/tid=17142] ppid=17132 vsize=337580 CPUtime=0 cores=4,6
/proc/17134/task/17142/stat : 17142 (python) S 17132 17134 14954 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 3 0 657352521 345681920 16700 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101521841 0 0 16781312 2 18446604453837947328 0 0 -1 4 0 0 0
[pid=17134/tid=17359] ppid=17132 vsize=337580 CPUtime=0 cores=4,6
/proc/17134/task/17359/stat : 17359 (python) S 17132 17134 14954 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 3 0 657439894 345681920 16700 33554432000 4194304 5683644 140734562486240 18446744073709551615 248101521841 0 0 16781312 2 18446604453837947328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1301.8
Current children cumulated vsize (KiB) 1080256

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17134 and gives
#  childrusage.ru_utime.tv_sec=426
#  childrusage.ru_utime.tv_usec=818113
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=333797
# CPU time returned by wait4() is 428.152
# while last known CPU time is 1301.8
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.03
CPU time (s): 1301.8
CPU user time (s): 1300.46
CPU system time (s): 1.34
CPU usage (%): 100.136
Max. virtual memory (cumulated for all children) (KiB): 1080256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 426.818
system time used= 1.3338
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42574
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= 3886
involuntary context switches= 1757

runsolver used 3.68744 second user time and 8.09977 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 13:05:20
IDJOB=3377844
IDBENCH=85987
IDSOLVER=1858
FILE ID=node123/3377844-1305457520
RUNJOBID= node123-1305456155-16827
PBS_JOBID= 13324867
Free space on /tmp= 73132 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_35.renamed-as.sat05-1921.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-3377844-1305457520/watcher-3377844-1305457520 -o /tmp/evaluation-result-3377844-1305457520/solver-3377844-1305457520 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377844-1305457520.cnf -seed 1005481229 -budget 2400

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

MD5SUM BENCH= 5fda0e0fb8a21967728dfe29bf2d4ea5
RANDOM SEED=1005481229

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16437844 kB
Buffers:        318296 kB
Cached:        4596712 kB
SwapCached:      10528 kB
Active:       13257280 kB
Inactive:      2967680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16437844 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:           36016 kB
Writeback:           0 kB
AnonPages:    11307632 kB
Mapped:          28680 kB
Slab:           181184 kB
PageTables:      43528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 47091756 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= 73388 MiB
End job on node123 at 2011-05-15 13:27:02