Trace number 3484668

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) 773.98 1300.02

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_29.renamed-as.sat05-1916.cnf
MD5SUMf874c09c5787bb3c6a16f7a5f9ea0ad4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark26.544
Satisfiable
(Un)Satisfiability was proved
Number of variables841
Number of clauses120147
Sum of the clauses size314766
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 247183
Number of clauses of size 372906
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 558

Solver Data

0.34/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.67	c INFO: solving HOME/instance-3484668-1307753084.cnf
0.34/0.67	c INFO: computing task features
0.71/1.02	c INFO: computed variable-clause graph statistics
0.71/1.04	c INFO: computed clause balance statistics
2.31/2.69	c INFO: computed variable balance statistics
2.81/4.18	c INFO: computed small-clause counts
2.81/4.18	c INFO: computed Horn-clause counts
2.81/4.21	c INFO: computed variable graph statistics
2.81/4.21	c INFO: collected features for HOME/instance-3484668-1307753084.cnf in 3.52 s
2.81/4.22	c INFO: running lingeling-276@0 for 582 with 1196 remaining (b = 0.51)
590.61/590.85	c INFO: running lingeling-276@0 for 610 with 610 remaining (b = 0.43)
773.90/774.08	Process SolverProcess-2:
773.90/774.08	Traceback (most recent call last):
773.90/774.08	  File "/home/evaluation/evaluation/tools64/lib/python2.7/multiprocessing/process.py", line 232, in _bootstrap
773.90/774.08	    self.run()
773.90/774.08	  File "HOME/borg/build/lib/borg/solvers.py", line 86, in run
773.90/774.08	    self.handle_subsolver()
773.90/774.08	  File "HOME/borg/build/lib/borg/solvers.py", line 159, in handle_subsolver
773.90/774.08	    if answer[-1] == 0:
773.90/774.08	IndexError: list index out of range

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 2.92 3.14 3.34 2/182 30184
/proc/meminfo: memFree=27951948/32951132 swapFree=67061148/67111528
[pid=30184] ppid=30182 vsize=15184 CPUtime=0 cores=1,3
/proc/30184/stat : 30184 (python) S 30182 30184 27894 0 -1 4202496 729 0 0 0 0 0 0 0 17 0 1 0 886908040 15548416 617 33554432000 4194304 5683644 140736575019168 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 1 0 0 0
/proc/30184/statm: 3796 617 322 364 0 283 0

[startup+0.011339 s]
/proc/loadavg: 2.92 3.14 3.34 2/182 30184
/proc/meminfo: memFree=27951948/32951132 swapFree=67061148/67111528
[pid=30184] ppid=30182 vsize=15780 CPUtime=0 cores=1,3
/proc/30184/stat : 30184 (python) R 30182 30184 27894 0 -1 4202496 870 0 0 0 0 0 0 0 17 0 1 0 886908040 16158720 750 33554432000 4194304 5683644 140736575019168 18446744073709551615 4663568 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30184/statm: 3945 751 343 364 0 432 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15780

[startup+0.100395 s]
/proc/loadavg: 2.92 3.14 3.34 2/182 30184
/proc/meminfo: memFree=27951948/32951132 swapFree=67061148/67111528
[pid=30184] ppid=30182 vsize=85624 CPUtime=0.06 cores=1,3
/proc/30184/stat : 30184 (python) R 30182 30184 27894 0 -1 4202496 2630 0 0 0 4 2 0 0 17 0 1 0 886908040 87678976 2348 33554432000 4194304 5683644 140736575019168 18446744073709551615 210646805236 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30184/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85624

[startup+0.300341 s]
/proc/loadavg: 2.92 3.14 3.34 2/182 30184
/proc/meminfo: memFree=27951948/32951132 swapFree=67061148/67111528
[pid=30184] ppid=30182 vsize=135752 CPUtime=0.18 cores=1,3
/proc/30184/stat : 30184 (python) R 30182 30184 27894 0 -1 4202496 5973 933 1 0 13 5 0 0 17 0 1 0 886908040 139010048 4148 33554432000 4194304 5683644 140736575019168 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30184/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700269 s]
/proc/loadavg: 2.92 3.14 3.34 2/182 30184
/proc/meminfo: memFree=27951948/32951132 swapFree=67061148/67111528
[pid=30184] ppid=30182 vsize=281024 CPUtime=0.41 cores=1,3
/proc/30184/stat : 30184 (python) R 30182 30184 27894 0 -1 4202496 9907 933 1 0 29 12 0 0 15 0 1 0 886908040 287768576 7575 33554432000 4194304 5683644 140736575019168 18446744073709551615 4602366 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30184/statm: 70256 7575 1761 364 0 6180 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 281024

[startup+1.50011 s]
/proc/loadavg: 2.92 3.14 3.34 5/185 30227
/proc/meminfo: memFree=27913072/32951132 swapFree=67061148/67111528
[pid=30184] ppid=30182 vsize=301456 CPUtime=1.21 cores=1,3
/proc/30184/stat : 30184 (python) R 30182 30184 27894 0 -1 4202496 17901 933 1 0 108 13 0 0 16 0 1 0 886908040 308690944 12748 33554432000 4194304 5683644 140736575019168 18446744073709551615 47855086775563 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30184/statm: 75364 12748 1826 364 0 11288 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 301456

[startup+3.10092 s]
/proc/loadavg: 2.92 3.14 3.34 4/185 30233
/proc/meminfo: memFree=27871408/32951132 swapFree=67061148/67111528
[pid=30184] ppid=30182 vsize=301456 CPUtime=2.81 cores=1,3
/proc/30184/stat : 30184 (python) R 30182 30184 27894 0 -1 4202496 17902 933 1 0 268 13 0 0 18 0 1 0 886908040 308690944 12749 33554432000 4194304 5683644 140736575019168 18446744073709551615 210646802562 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30184/statm: 75364 12749 1827 364 0 11288 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 301456

[startup+19.492 s]
/proc/loadavg: 4.14 3.40 3.42 3/186 30240
/proc/meminfo: memFree=27853328/32951132 swapFree=67061148/67111528
[pid=30184] ppid=30182 vsize=309712 CPUtime=3.94 cores=1,3
/proc/30184/stat : 30184 (python) S 30182 30184 27894 0 -1 4202496 18196 933 1 0 380 14 0 0 22 0 2 0 886908040 317145088 12290 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30184/statm: 77428 12290 1867 364 0 13346 0
[pid=30237] ppid=30184 vsize=299468 CPUtime=0.01 cores=1,3
/proc/30237/stat : 30237 (python) S 30184 30184 27894 0 -1 4202560 892 0 0 0 0 1 0 0 18 0 1 0 886908462 306655232 10794 33554432000 4194304 5683644 140736575019168 18446744073709551615 210647166479 0 0 16781312 514 2190860481227358472 0 0 17 1 0 0 0
/proc/30237/statm: 74867 10794 375 364 0 10785 0
[pid=30239] ppid=30237 vsize=14128 CPUtime=15.26 cores=1,3
/proc/30239/stat : 30239 (lingeling) R 30237 30239 30239 0 -1 4202496 3888 0 0 0 1526 0 0 0 25 0 1 0 886908463 14467072 2695 33554432000 4194304 4352236 140737118249744 18446744073709551615 4207655 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/30239/statm: 3532 2695 129 39 0 2612 0
[pid=30184/tid=30238] ppid=30182 vsize=309712 CPUtime=0 cores=1,3
/proc/30184/task/30238/stat : 30238 (python) S 30182 30184 27894 0 -1 4202560 32 933 0 0 0 0 0 0 22 0 2 0 886908462 317145088 12290 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 2 18446604456129442944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.21
Current children cumulated vsize (KiB) 623308

[startup+19.507 s]
/proc/loadavg: 4.14 3.40 3.42 3/186 30240
/proc/meminfo: memFree=27853328/32951132 swapFree=67061148/67111528
[pid=30184] ppid=30182 vsize=309712 CPUtime=3.94 cores=1,3
/proc/30184/stat : 30184 (python) S 30182 30184 27894 0 -1 4202496 18196 933 1 0 380 14 0 0 22 0 2 0 886908040 317145088 12290 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30184/statm: 77428 12290 1867 364 0 13346 0
[pid=30237] ppid=30184 vsize=299468 CPUtime=0.01 cores=1,3
/proc/30237/stat : 30237 (python) S 30184 30184 27894 0 -1 4202560 892 0 0 0 0 1 0 0 18 0 1 0 886908462 306655232 10794 33554432000 4194304 5683644 140736575019168 18446744073709551615 210647166479 0 0 16781312 514 2190860481227358472 0 0 17 1 0 0 0
/proc/30237/statm: 74867 10794 375 364 0 10785 0
[pid=30239] ppid=30237 vsize=14128 CPUtime=15.27 cores=1,3
/proc/30239/stat : 30239 (lingeling) R 30237 30239 30239 0 -1 4202496 3888 0 0 0 1527 0 0 0 25 0 1 0 886908463 14467072 2695 33554432000 4194304 4352236 140737118249744 18446744073709551615 4267888 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/30239/statm: 3532 2695 129 39 0 2612 0
[pid=30184/tid=30238] ppid=30182 vsize=309712 CPUtime=0 cores=1,3
/proc/30184/task/30238/stat : 30238 (python) S 30182 30184 27894 0 -1 4202560 32 933 0 0 0 0 0 0 22 0 2 0 886908462 317145088 12290 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 2 18446604456129442944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.22
Current children cumulated vsize (KiB) 623308

[startup+25.5011 s]
/proc/loadavg: 4.21 3.43 3.43 3/186 30244
/proc/meminfo: memFree=27876264/32951132 swapFree=67061148/67111528
[pid=30184] ppid=30182 vsize=309712 CPUtime=3.94 cores=1,3
/proc/30184/stat : 30184 (python) S 30182 30184 27894 0 -1 4202496 18196 933 1 0 380 14 0 0 22 0 2 0 886908040 317145088 12290 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30184/statm: 77428 12290 1867 364 0 13346 0
[pid=30237] ppid=30184 vsize=299468 CPUtime=0.02 cores=1,3
/proc/30237/stat : 30237 (python) S 30184 30184 27894 0 -1 4202560 895 0 0 0 1 1 0 0 18 0 1 0 886908462 306655232 10794 33554432000 4194304 5683644 140736575019168 18446744073709551615 210647166479 0 0 16781312 514 2190860481227358472 0 0 17 1 0 0 0
/proc/30237/statm: 74867 10794 375 364 0 10785 0
[pid=30239] ppid=30237 vsize=14600 CPUtime=21.25 cores=1,3
/proc/30239/stat : 30239 (lingeling) R 30237 30239 30239 0 -1 4202496 4006 0 0 0 2125 0 0 0 25 0 1 0 886908463 14950400 2813 33554432000 4194304 4352236 140737118249744 18446744073709551615 4236183 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30239/statm: 3650 2813 129 39 0 2730 0
[pid=30184/tid=30238] ppid=30182 vsize=309712 CPUtime=0 cores=1,3
/proc/30184/task/30238/stat : 30238 (python) S 30182 30184 27894 0 -1 4202560 32 933 0 0 0 0 0 0 22 0 2 0 886908462 317145088 12290 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 2 18446604456129442944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 623780

[startup+51.1007 s]
/proc/loadavg: 4.07 3.46 3.44 4/191 30285
/proc/meminfo: memFree=27805900/32951132 swapFree=67061148/67111528
[pid=30184] ppid=30182 vsize=309712 CPUtime=3.94 cores=1,3
/proc/30184/stat : 30184 (python) S 30182 30184 27894 0 -1 4202496 18196 933 1 0 380 14 0 0 22 0 2 0 886908040 317145088 12290 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30184/statm: 77428 12290 1867 364 0 13346 0
[pid=30237] ppid=30184 vsize=299468 CPUtime=0.05 cores=1,3
/proc/30237/stat : 30237 (python) S 30184 30184 27894 0 -1 4202560 909 0 0 0 2 3 0 0 18 0 1 0 886908462 306655232 10794 33554432000 4194304 5683644 140736575019168 18446744073709551615 210647166479 0 0 16781312 514 2190860481227358472 0 0 17 1 0 0 0
/proc/30237/statm: 74867 10794 375 364 0 10785 0
[pid=30239] ppid=30237 vsize=19108 CPUtime=46.83 cores=1,3
/proc/30239/stat : 30239 (lingeling) R 30237 30239 30239 0 -1 4202496 5133 0 0 0 4683 0 0 0 25 0 1 0 886908463 19566592 3940 33554432000 4194304 4352236 140737118249744 18446744073709551615 4328441 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/30239/statm: 4777 3940 129 39 0 3857 0
[pid=30184/tid=30238] ppid=30182 vsize=309712 CPUtime=0 cores=1,3
/proc/30184/task/30238/stat : 30238 (python) S 30182 30184 27894 0 -1 4202560 32 933 0 0 0 0 0 0 22 0 2 0 886908462 317145088 12290 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 2 18446604456129442944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 628288

[startup+102.301 s]
/proc/loadavg: 3.46 3.38 3.41 4/192 30288
/proc/meminfo: memFree=27794040/32951132 swapFree=67061148/67111528
[pid=30184] ppid=30182 vsize=309712 CPUtime=3.94 cores=1,3
/proc/30184/stat : 30184 (python) S 30182 30184 27894 0 -1 4202496 18196 933 1 0 380 14 0 0 22 0 2 0 886908040 317145088 12290 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30184/statm: 77428 12290 1867 364 0 13346 0
[pid=30237] ppid=30184 vsize=299468 CPUtime=0.1 cores=1,3
/proc/30237/stat : 30237 (python) S 30184 30184 27894 0 -1 4202560 930 0 0 0 5 5 0 0 18 0 1 0 886908462 306655232 10795 33554432000 4194304 5683644 140736575019168 18446744073709551615 210647166479 0 0 16781312 514 2190860481227358472 0 0 17 1 0 0 0
/proc/30237/statm: 74867 10795 376 364 0 10785 0
[pid=30239] ppid=30237 vsize=21256 CPUtime=97.99 cores=1,3
/proc/30239/stat : 30239 (lingeling) R 30237 30239 30239 0 -1 4202496 5670 0 0 0 9799 0 0 0 25 0 1 0 886908463 21766144 4477 33554432000 4194304 4352236 140737118249744 18446744073709551615 4328411 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30239/statm: 5314 4477 129 39 0 4394 0
[pid=30184/tid=30238] ppid=30182 vsize=309712 CPUtime=0 cores=1,3
/proc/30184/task/30238/stat : 30238 (python) S 30182 30184 27894 0 -1 4202560 32 933 0 0 0 0 0 0 22 0 2 0 886908462 317145088 12290 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 2 18446604456129442944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 630436

[startup+162.301 s]
/proc/loadavg: 3.17 3.31 3.38 4/192 30290
/proc/meminfo: memFree=27790184/32951132 swapFree=67061148/67111528
[pid=30184] ppid=30182 vsize=309712 CPUtime=3.94 cores=1,3
/proc/30184/stat : 30184 (python) S 30182 30184 27894 0 -1 4202496 18196 933 1 0 380 14 0 0 22 0 2 0 886908040 317145088 12290 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30184/statm: 77428 12290 1867 364 0 13346 0
[pid=30237] ppid=30184 vsize=299468 CPUtime=0.18 cores=1,3
/proc/30237/stat : 30237 (python) S 30184 30184 27894 0 -1 4202560 949 0 0 0 9 9 0 0 18 0 1 0 886908462 306655232 10795 33554432000 4194304 5683644 140736575019168 18446744073709551615 210647166479 0 0 16781312 514 2190860481227358472 0 0 17 1 0 0 0
/proc/30237/statm: 74867 10795 376 364 0 10785 0
[pid=30239] ppid=30237 vsize=23432 CPUtime=157.91 cores=1,3
/proc/30239/stat : 30239 (lingeling) R 30237 30239 30239 0 -1 4202496 6214 0 0 0 15791 0 0 0 25 0 1 0 886908463 23994368 5021 33554432000 4194304 4352236 140737118249744 18446744073709551615 4281188 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30239/statm: 5858 5021 129 39 0 4938 0
[pid=30184/tid=30238] ppid=30182 vsize=309712 CPUtime=0 cores=1,3
/proc/30184/task/30238/stat : 30238 (python) S 30182 30184 27894 0 -1 4202560 32 933 0 0 0 0 0 0 22 0 2 0 886908462 317145088 12290 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 2 18446604456129442944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 632612

[startup+222.301 s]
/proc/loadavg: 3.06 3.25 3.36 4/192 30290
/proc/meminfo: memFree=27780624/32951132 swapFree=67061148/67111528
[pid=30184] ppid=30182 vsize=309712 CPUtime=3.94 cores=1,3
/proc/30184/stat : 30184 (python) S 30182 30184 27894 0 -1 4202496 18196 933 1 0 380 14 0 0 22 0 2 0 886908040 317145088 12290 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30184/statm: 77428 12290 1867 364 0 13346 0
[pid=30237] ppid=30184 vsize=299468 CPUtime=0.25 cores=1,3
/proc/30237/stat : 30237 (python) S 30184 30184 27894 0 -1 4202560 967 0 0 0 12 13 0 0 18 0 1 0 886908462 306655232 10795 33554432000 4194304 5683644 140736575019168 18446744073709551615 210647166479 0 0 16781312 514 2190860481227358472 0 0 17 1 0 0 0
/proc/30237/statm: 74867 10795 376 364 0 10785 0
[pid=30239] ppid=30237 vsize=26992 CPUtime=217.84 cores=1,3
/proc/30239/stat : 30239 (lingeling) R 30237 30239 30239 0 -1 4202496 7104 0 0 0 21784 0 0 0 25 0 1 0 886908463 27639808 5911 33554432000 4194304 4352236 140737118249744 18446744073709551615 4277670 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30239/statm: 6748 5911 129 39 0 5828 0
[pid=30184/tid=30238] ppid=30182 vsize=309712 CPUtime=0 cores=1,3
/proc/30184/task/30238/stat : 30238 (python) S 30182 30184 27894 0 -1 4202560 32 933 0 0 0 0 0 0 22 0 2 0 886908462 317145088 12290 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 2 18446604456129442944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 636172

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

/proc/meminfo: memFree=28929776/32951132 swapFree=67061148/67111528
[pid=30184] ppid=30182 vsize=319968 CPUtime=3.94 cores=1,3
/proc/30184/stat : 30184 (python) S 30182 30184 27894 0 -1 4202496 18994 933 1 0 380 14 0 0 20 0 3 0 886908040 327647232 12297 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30184/statm: 79992 12297 1870 364 0 15907 0
[pid=30237] ppid=30184 vsize=309712 CPUtime=0.71 cores=1,3
/proc/30237/stat : 30237 (python) S 30184 30184 27894 0 -1 4202560 1204 0 0 0 37 34 0 0 19 0 2 0 886908462 317145088 10838 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30237/statm: 77428 10838 414 364 0 13346 0
[pid=30239] ppid=30237 vsize=42656 CPUtime=586 cores=1,3
/proc/30239/stat : 30239 (lingeling) T 30237 30239 30239 0 -1 4202496 25356 0 0 0 58598 2 0 0 25 0 1 0 886908463 43679744 9827 33554432000 4194304 4352236 140737118249744 18446744073709551615 4207882 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30239/statm: 10664 9827 129 39 0 9744 0
[pid=30237/tid=30308] ppid=30184 vsize=309712 CPUtime=0 cores=1,3
/proc/30237/task/30308/stat : 30308 (python) S 30184 30184 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886967125 317145088 10838 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 514 18446604471139074368 0 0 -1 3 0 0 0
[pid=30309] ppid=30184 vsize=0 CPUtime=183.33 cores=1,3
/proc/30309/stat : 30309 (python) Z 30184 30184 27894 0 -1 4202588 1134 7090 0 0 14 10 18308 1 17 0 1 0 886967125 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30309/statm: 0 0 0 0 0 0 0
[pid=30184/tid=30238] ppid=30182 vsize=319968 CPUtime=0 cores=1,3
/proc/30184/task/30238/stat : 30238 (python) S 30182 30184 27894 0 -1 4202560 32 933 0 0 0 0 0 0 22 0 3 0 886908462 327647232 12297 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 2 18446604456129442944 0 0 -1 1 0 0 0
[pid=30184/tid=30310] ppid=30182 vsize=319968 CPUtime=0 cores=1,3
/proc/30184/task/30310/stat : 30310 (python) S 30182 30184 27894 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 886967126 327647232 12297 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 2 18446604456129442944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 773.98
Current children cumulated vsize (KiB) 672336
heavy processes:

[startup+1062.31 s]
/proc/loadavg: 0.02 1.01 2.22 1/184 30360
/proc/meminfo: memFree=28929768/32951132 swapFree=67061148/67111528
[pid=30184] ppid=30182 vsize=319968 CPUtime=3.94 cores=1,3
/proc/30184/stat : 30184 (python) S 30182 30184 27894 0 -1 4202496 18994 933 1 0 380 14 0 0 20 0 3 0 886908040 327647232 12297 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30184/statm: 79992 12297 1870 364 0 15907 0
[pid=30237] ppid=30184 vsize=309712 CPUtime=0.71 cores=1,3
/proc/30237/stat : 30237 (python) S 30184 30184 27894 0 -1 4202560 1204 0 0 0 37 34 0 0 19 0 2 0 886908462 317145088 10838 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30237/statm: 77428 10838 414 364 0 13346 0
[pid=30239] ppid=30237 vsize=42656 CPUtime=586 cores=1,3
/proc/30239/stat : 30239 (lingeling) T 30237 30239 30239 0 -1 4202496 25356 0 0 0 58598 2 0 0 25 0 1 0 886908463 43679744 9827 33554432000 4194304 4352236 140737118249744 18446744073709551615 4207882 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30239/statm: 10664 9827 129 39 0 9744 0
[pid=30237/tid=30308] ppid=30184 vsize=309712 CPUtime=0 cores=1,3
/proc/30237/task/30308/stat : 30308 (python) S 30184 30184 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886967125 317145088 10838 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 514 18446604471139074368 0 0 -1 3 0 0 0
[pid=30309] ppid=30184 vsize=0 CPUtime=183.33 cores=1,3
/proc/30309/stat : 30309 (python) Z 30184 30184 27894 0 -1 4202588 1134 7090 0 0 14 10 18308 1 17 0 1 0 886967125 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30309/statm: 0 0 0 0 0 0 0
[pid=30184/tid=30238] ppid=30182 vsize=319968 CPUtime=0 cores=1,3
/proc/30184/task/30238/stat : 30238 (python) S 30182 30184 27894 0 -1 4202560 32 933 0 0 0 0 0 0 22 0 3 0 886908462 327647232 12297 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 2 18446604456129442944 0 0 -1 1 0 0 0
[pid=30184/tid=30310] ppid=30182 vsize=319968 CPUtime=0 cores=1,3
/proc/30184/task/30310/stat : 30310 (python) S 30182 30184 27894 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 886967126 327647232 12297 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 2 18446604456129442944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 773.98
Current children cumulated vsize (KiB) 672336
heavy processes:

[startup+1122.3 s]
/proc/loadavg: 0.00 0.82 2.08 1/184 30360
/proc/meminfo: memFree=28929760/32951132 swapFree=67061148/67111528
[pid=30184] ppid=30182 vsize=319968 CPUtime=3.94 cores=1,3
/proc/30184/stat : 30184 (python) S 30182 30184 27894 0 -1 4202496 18994 933 1 0 380 14 0 0 20 0 3 0 886908040 327647232 12297 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30184/statm: 79992 12297 1870 364 0 15907 0
[pid=30237] ppid=30184 vsize=309712 CPUtime=0.71 cores=1,3
/proc/30237/stat : 30237 (python) S 30184 30184 27894 0 -1 4202560 1204 0 0 0 37 34 0 0 19 0 2 0 886908462 317145088 10838 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30237/statm: 77428 10838 414 364 0 13346 0
[pid=30239] ppid=30237 vsize=42656 CPUtime=586 cores=1,3
/proc/30239/stat : 30239 (lingeling) T 30237 30239 30239 0 -1 4202496 25356 0 0 0 58598 2 0 0 25 0 1 0 886908463 43679744 9827 33554432000 4194304 4352236 140737118249744 18446744073709551615 4207882 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30239/statm: 10664 9827 129 39 0 9744 0
[pid=30237/tid=30308] ppid=30184 vsize=309712 CPUtime=0 cores=1,3
/proc/30237/task/30308/stat : 30308 (python) S 30184 30184 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886967125 317145088 10838 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 514 18446604471139074368 0 0 -1 3 0 0 0
[pid=30309] ppid=30184 vsize=0 CPUtime=183.33 cores=1,3
/proc/30309/stat : 30309 (python) Z 30184 30184 27894 0 -1 4202588 1134 7090 0 0 14 10 18308 1 17 0 1 0 886967125 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30309/statm: 0 0 0 0 0 0 0
[pid=30184/tid=30238] ppid=30182 vsize=319968 CPUtime=0 cores=1,3
/proc/30184/task/30238/stat : 30238 (python) S 30182 30184 27894 0 -1 4202560 32 933 0 0 0 0 0 0 22 0 3 0 886908462 327647232 12297 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 2 18446604456129442944 0 0 -1 1 0 0 0
[pid=30184/tid=30310] ppid=30182 vsize=319968 CPUtime=0 cores=1,3
/proc/30184/task/30310/stat : 30310 (python) S 30182 30184 27894 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 886967126 327647232 12297 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 2 18446604456129442944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 773.98
Current children cumulated vsize (KiB) 672336
heavy processes:

[startup+1182.3 s]
/proc/loadavg: 0.00 0.67 1.94 1/184 30362
/proc/meminfo: memFree=28930124/32951132 swapFree=67061148/67111528
[pid=30184] ppid=30182 vsize=319968 CPUtime=3.94 cores=1,3
/proc/30184/stat : 30184 (python) S 30182 30184 27894 0 -1 4202496 18994 933 1 0 380 14 0 0 20 0 3 0 886908040 327647232 12297 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30184/statm: 79992 12297 1870 364 0 15907 0
[pid=30237] ppid=30184 vsize=309712 CPUtime=0.71 cores=1,3
/proc/30237/stat : 30237 (python) S 30184 30184 27894 0 -1 4202560 1204 0 0 0 37 34 0 0 19 0 2 0 886908462 317145088 10838 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30237/statm: 77428 10838 414 364 0 13346 0
[pid=30239] ppid=30237 vsize=42656 CPUtime=586 cores=1,3
/proc/30239/stat : 30239 (lingeling) T 30237 30239 30239 0 -1 4202496 25356 0 0 0 58598 2 0 0 25 0 1 0 886908463 43679744 9827 33554432000 4194304 4352236 140737118249744 18446744073709551615 4207882 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30239/statm: 10664 9827 129 39 0 9744 0
[pid=30237/tid=30308] ppid=30184 vsize=309712 CPUtime=0 cores=1,3
/proc/30237/task/30308/stat : 30308 (python) S 30184 30184 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886967125 317145088 10838 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 514 18446604471139074368 0 0 -1 3 0 0 0
[pid=30309] ppid=30184 vsize=0 CPUtime=183.33 cores=1,3
/proc/30309/stat : 30309 (python) Z 30184 30184 27894 0 -1 4202588 1134 7090 0 0 14 10 18308 1 17 0 1 0 886967125 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30309/statm: 0 0 0 0 0 0 0
[pid=30184/tid=30238] ppid=30182 vsize=319968 CPUtime=0 cores=1,3
/proc/30184/task/30238/stat : 30238 (python) S 30182 30184 27894 0 -1 4202560 32 933 0 0 0 0 0 0 22 0 3 0 886908462 327647232 12297 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 2 18446604456129442944 0 0 -1 1 0 0 0
[pid=30184/tid=30310] ppid=30182 vsize=319968 CPUtime=0 cores=1,3
/proc/30184/task/30310/stat : 30310 (python) S 30182 30184 27894 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 886967126 327647232 12297 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 2 18446604456129442944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 773.98
Current children cumulated vsize (KiB) 672336
heavy processes:

[startup+1242.3 s]
/proc/loadavg: 0.16 0.59 1.84 1/184 30364
/proc/meminfo: memFree=28930120/32951132 swapFree=67061148/67111528
[pid=30184] ppid=30182 vsize=319968 CPUtime=3.94 cores=1,3
/proc/30184/stat : 30184 (python) S 30182 30184 27894 0 -1 4202496 18994 933 1 0 380 14 0 0 20 0 3 0 886908040 327647232 12297 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30184/statm: 79992 12297 1870 364 0 15907 0
[pid=30237] ppid=30184 vsize=309712 CPUtime=0.71 cores=1,3
/proc/30237/stat : 30237 (python) S 30184 30184 27894 0 -1 4202560 1204 0 0 0 37 34 0 0 19 0 2 0 886908462 317145088 10838 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30237/statm: 77428 10838 414 364 0 13346 0
[pid=30239] ppid=30237 vsize=42656 CPUtime=586 cores=1,3
/proc/30239/stat : 30239 (lingeling) T 30237 30239 30239 0 -1 4202496 25356 0 0 0 58598 2 0 0 25 0 1 0 886908463 43679744 9827 33554432000 4194304 4352236 140737118249744 18446744073709551615 4207882 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30239/statm: 10664 9827 129 39 0 9744 0
[pid=30237/tid=30308] ppid=30184 vsize=309712 CPUtime=0 cores=1,3
/proc/30237/task/30308/stat : 30308 (python) S 30184 30184 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886967125 317145088 10838 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 514 18446604471139074368 0 0 -1 3 0 0 0
[pid=30309] ppid=30184 vsize=0 CPUtime=183.33 cores=1,3
/proc/30309/stat : 30309 (python) Z 30184 30184 27894 0 -1 4202588 1134 7090 0 0 14 10 18308 1 17 0 1 0 886967125 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30309/statm: 0 0 0 0 0 0 0
[pid=30184/tid=30238] ppid=30182 vsize=319968 CPUtime=0 cores=1,3
/proc/30184/task/30238/stat : 30238 (python) S 30182 30184 27894 0 -1 4202560 32 933 0 0 0 0 0 0 22 0 3 0 886908462 327647232 12297 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 2 18446604456129442944 0 0 -1 1 0 0 0
[pid=30184/tid=30310] ppid=30182 vsize=319968 CPUtime=0 cores=1,3
/proc/30184/task/30310/stat : 30310 (python) S 30182 30184 27894 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 886967126 327647232 12297 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 2 18446604456129442944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 773.98
Current children cumulated vsize (KiB) 672336
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 0.06 0.48 1.72 1/184 30369
/proc/meminfo: memFree=28931472/32951132 swapFree=67061148/67111528
[pid=30184] ppid=30182 vsize=319968 CPUtime=3.94 cores=1,3
/proc/30184/stat : 30184 (python) S 30182 30184 27894 0 -1 4202496 18994 933 1 0 380 14 0 0 20 0 3 0 886908040 327647232 12297 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30184/statm: 79992 12297 1870 364 0 15907 0
[pid=30237] ppid=30184 vsize=309712 CPUtime=0.71 cores=1,3
/proc/30237/stat : 30237 (python) S 30184 30184 27894 0 -1 4202560 1204 0 0 0 37 34 0 0 19 0 2 0 886908462 317145088 10838 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30237/statm: 77428 10838 414 364 0 13346 0
[pid=30239] ppid=30237 vsize=42656 CPUtime=586 cores=1,3
/proc/30239/stat : 30239 (lingeling) T 30237 30239 30239 0 -1 4202496 25356 0 0 0 58598 2 0 0 25 0 1 0 886908463 43679744 9827 33554432000 4194304 4352236 140737118249744 18446744073709551615 4207882 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30239/statm: 10664 9827 129 39 0 9744 0
[pid=30237/tid=30308] ppid=30184 vsize=309712 CPUtime=0 cores=1,3
/proc/30237/task/30308/stat : 30308 (python) S 30184 30184 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886967125 317145088 10838 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 514 18446604471139074368 0 0 -1 3 0 0 0
[pid=30309] ppid=30184 vsize=0 CPUtime=183.33 cores=1,3
/proc/30309/stat : 30309 (python) Z 30184 30184 27894 0 -1 4202588 1134 7090 0 0 14 10 18308 1 17 0 1 0 886967125 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30309/statm: 0 0 0 0 0 0 0
[pid=30184/tid=30238] ppid=30182 vsize=319968 CPUtime=0 cores=1,3
/proc/30184/task/30238/stat : 30238 (python) S 30182 30184 27894 0 -1 4202560 32 933 0 0 0 0 0 0 22 0 3 0 886908462 327647232 12297 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 2 18446604456129442944 0 0 -1 1 0 0 0
[pid=30184/tid=30310] ppid=30182 vsize=319968 CPUtime=0 cores=1,3
/proc/30184/task/30310/stat : 30310 (python) S 30182 30184 27894 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 886967126 327647232 12297 33554432000 4194304 5683644 140736575019168 18446744073709551615 210658970033 0 0 16781312 2 18446604456129442944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 773.98
Current children cumulated vsize (KiB) 672336
heavy processes:

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 30184 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=808421
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=146977
# CPU time returned by wait4() is 3.9554
# while last known CPU time is 773.98
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.02
CPU time (s): 773.98
CPU user time (s): 773.37
CPU system time (s): 0.61
CPU usage (%): 59.5361
Max. virtual memory (cumulated for all children) (KiB): 1008912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.80842
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= 19927
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= 2881
involuntary context switches= 16

runsolver used 1.83272 second user time and 4.73928 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-11 02:44:44
IDJOB=3484668
IDBENCH=85973
IDSOLVER=1976
FILE ID=node129/3484668-1307753084
RUNJOBID= node129-1307750680-29641
PBS_JOBID= 13550828
Free space on /tmp= 73884 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_29.renamed-as.sat05-1916.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-3484668-1307753084/watcher-3484668-1307753084 -o /tmp/evaluation-result-3484668-1307753084/solver-3484668-1307753084 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484668-1307753084.cnf -seed 263250425 -budget 1200

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

MD5SUM BENCH= f874c09c5787bb3c6a16f7a5f9ea0ad4
RANDOM SEED=263250425

node129.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.831
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.66
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.831
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.831
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.831
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.831
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.831
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.83
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.831
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.831
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:     32951132 kB
MemFree:      27952136 kB
Buffers:        420908 kB
Cached:        3364516 kB
SwapCached:      13132 kB
Active:        2206024 kB
Inactive:      2525584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      27952136 kB
SwapTotal:    67111528 kB
SwapFree:     67061148 kB
Dirty:           33424 kB
Writeback:           0 kB
AnonPages:      942864 kB
Mapped:          14852 kB
Slab:           197404 kB
PageTables:       8952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1895016 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74036 MiB
End job on node129 at 2011-06-11 03:06:26