Trace number 3385761

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-par-random (fixed)? (exit code) 110.371 37.8584

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S1610857498-043.SATISFIABLE.cnf
MD5SUM0d600e03980bc39de7eca1909ca62db5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.006998
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.64	c INFO: solving HOME/instance-3385761-1305573323.cnf
0.35/0.64	c INFO: computing task features
0.35/0.65	c INFO: computed variable-clause graph statistics
0.35/0.65	c INFO: computed clause balance statistics
0.35/0.69	c INFO: computed variable balance statistics
0.45/0.72	c INFO: computed small-clause counts
0.45/0.72	c INFO: computed Horn-clause counts
0.45/0.72	c INFO: computed variable graph statistics
0.45/0.72	c INFO: collected features for HOME/instance-3385761-1305573323.cnf in 0.08 s
0.45/0.75	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.57)
0.45/0.78	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.32)
0.54/0.81	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.29)
0.54/0.84	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.08)
0.54/0.88	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.08)
0.68/0.91	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.25)
0.68/0.95	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.22)
0.68/0.98	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.20)
1.32/1.10	Traceback (most recent call last):
1.32/1.10	  File "HOME/solve", line 33, in <module>
1.32/1.10	    plac.call(main)
1.32/1.10	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
1.89/1.20	    cmd, result = parser_from(obj).consume(arglist)
1.89/1.20	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
2.19/1.30	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
2.19/1.30	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
2.19/1.30	    (_, answer, _) = solver(input_path, budget / cores, cores)
2.19/1.30	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
2.19/1.30	    process.die()
2.19/1.30	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
2.19/1.30	    os.kill(self._process.pid, signal.SIGUSR1)
2.19/1.30	OSError: [Errno 3] No such process

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-3385761-1305573323/watcher-3385761-1305573323 -o /tmp/evaluation-result-3385761-1305573323/solver-3385761-1305573323 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385761-1305573323.cnf -seed 936910992 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 11.12 11.65 11.60 5/381 26271
/proc/meminfo: memFree=14511528/32951124 swapFree=52307772/67111528
[pid=26271] ppid=26269 vsize=15904 CPUtime=0 cores=0-7
/proc/26271/stat : 26271 (python) S 26269 26271 25102 0 -1 4202496 943 0 0 0 0 0 0 0 25 0 1 0 668935087 16285696 820 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/26271/statm: 3976 820 357 364 0 463 0

[startup+0.077779 s]
/proc/loadavg: 11.12 11.65 11.60 5/381 26271
/proc/meminfo: memFree=14511528/32951124 swapFree=52307772/67111528
[pid=26271] ppid=26269 vsize=50008 CPUtime=0.05 cores=0-7
/proc/26271/stat : 26271 (python) S 26269 26271 25102 0 -1 4202496 1947 0 0 0 4 1 0 0 25 0 1 0 668935087 51208192 1712 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370953061 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/26271/statm: 12502 1712 476 364 0 1202 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50008

[startup+0.100774 s]
/proc/loadavg: 11.12 11.65 11.60 5/381 26271
/proc/meminfo: memFree=14511528/32951124 swapFree=52307772/67111528
[pid=26271] ppid=26269 vsize=93956 CPUtime=0.06 cores=0-7
/proc/26271/stat : 26271 (python) S 26269 26271 25102 0 -1 4202496 2691 0 0 0 4 2 0 0 17 0 1 0 668935087 96210944 2406 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/26271/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93956

[startup+0.30078 s]
/proc/loadavg: 11.12 11.65 11.60 5/381 26271
/proc/meminfo: memFree=14511528/32951124 swapFree=52307772/67111528
[pid=26271] ppid=26269 vsize=135748 CPUtime=0.18 cores=0-7
/proc/26271/stat : 26271 (python) S 26269 26271 25102 0 -1 4202496 5963 933 1 0 13 5 0 0 18 0 1 0 668935087 139005952 4151 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370953221 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/26271/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700679 s]
/proc/loadavg: 11.12 11.65 11.60 5/381 26271
/proc/meminfo: memFree=14511528/32951124 swapFree=52307772/67111528
[pid=26271] ppid=26269 vsize=278444 CPUtime=0.45 cores=0-7
/proc/26271/stat : 26271 (python) R 26269 26271 25102 0 -1 4202496 9336 933 1 0 35 10 0 0 17 0 1 0 668935087 285126656 7006 33554432000 4194304 5683644 140733388045664 18446744073709551615 4603005 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26271/statm: 69611 7006 1827 364 0 5535 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 278444

[startup+1.50049 s]
/proc/loadavg: 11.12 11.65 11.60 11/398 26302
/proc/meminfo: memFree=14473936/32951124 swapFree=52307772/67111528
[pid=26271] ppid=26269 vsize=375452 CPUtime=1.14 cores=0-7
/proc/26271/stat : 26271 (python) S 26269 26271 25102 0 -1 4202496 15448 7489 1 0 60 12 40 2 23 0 1 0 668935087 384462848 7396 33554432000 4194304 5683644 140733388045664 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 0
/proc/26271/statm: 93863 7396 1891 364 0 29760 0
[pid=26287] ppid=26271 vsize=375404 CPUtime=0 cores=0-7
/proc/26287/stat : 26287 (python) S 26271 26271 25102 0 -1 4202560 723 0 0 0 0 0 0 0 15 0 1 0 668935172 384413696 5835 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 14608604072136114435 0 0 17 2 0 0 0
/proc/26287/statm: 93851 5835 348 364 0 29760 0
[pid=26289] ppid=26287 vsize=2484 CPUtime=0.64 cores=0-7
/proc/26289/stat : 26289 (march_hi) R 26287 26289 26289 0 -1 4202496 684 0 0 0 64 0 0 0 22 0 1 0 668935173 2543616 432 33554432000 4194304 4955518 140734641640576 18446744073709551615 4227576 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26289/statm: 621 432 104 186 0 434 0
[pid=26292] ppid=26271 vsize=395916 CPUtime=0 cores=0-7
/proc/26292/stat : 26292 (python) S 26271 26271 25102 0 -1 4202560 736 0 0 0 0 0 0 0 16 0 1 0 668935178 405417984 5844 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 2589068412730704131 0 0 17 6 0 0 0
/proc/26292/statm: 98979 5844 348 364 0 34882 0
[pid=26296] ppid=26292 vsize=2348 CPUtime=0.51 cores=0-7
/proc/26296/stat : 26296 (march_hi) R 26292 26296 26296 0 -1 4202496 666 0 0 0 51 0 0 0 25 0 1 0 668935181 2404352 405 33554432000 4194304 4955518 140736631579360 18446744073709551615 4282647 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26296/statm: 587 405 104 186 0 400 0
[pid=26299] ppid=26271 vsize=416428 CPUtime=0 cores=0-7
/proc/26299/stat : 26299 (python) S 26271 26271 25102 0 -1 4202560 782 0 0 0 0 0 0 0 22 0 1 0 668935185 426422272 5875 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 18132908275065127170 0 0 17 6 0 0 0
/proc/26299/statm: 104107 5875 354 364 0 40004 0
[pid=26302] ppid=26299 vsize=2348 CPUtime=0.5 cores=0-7
/proc/26302/stat : 26302 (march_hi) R 26299 26302 26302 0 -1 4202496 668 0 0 0 50 0 0 0 25 0 1 0 668935186 2404352 404 33554432000 4194304 4955518 140735469689088 18446744073709551615 4346470 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26302/statm: 587 404 104 186 0 400 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 1570380

[startup+3.10121 s]
/proc/loadavg: 11.12 11.65 11.60 9/389 26302
/proc/meminfo: memFree=14471652/32951124 swapFree=52307772/67111528
[pid=26271] ppid=26269 vsize=375452 CPUtime=1.14 cores=0-7
/proc/26271/stat : 26271 (python) S 26269 26271 25102 0 -1 4202496 15448 7489 1 0 60 12 40 2 23 0 1 0 668935087 384462848 7396 33554432000 4194304 5683644 140733388045664 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 0
/proc/26271/statm: 93863 7396 1891 364 0 29760 0
[pid=26287] ppid=26271 vsize=375404 CPUtime=0 cores=0-7
/proc/26287/stat : 26287 (python) S 26271 26271 25102 0 -1 4202560 724 0 0 0 0 0 0 0 15 0 1 0 668935172 384413696 5835 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 14608604072136114435 0 0 17 2 0 0 0
/proc/26287/statm: 93851 5835 348 364 0 29760 0
[pid=26289] ppid=26287 vsize=2804 CPUtime=2.24 cores=0-7
/proc/26289/stat : 26289 (march_hi) R 26287 26289 26289 0 -1 4202496 744 0 0 0 224 0 0 0 25 0 1 0 668935173 2871296 492 33554432000 4194304 4955518 140734641640576 18446744073709551615 4311882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26289/statm: 701 492 104 186 0 514 0
[pid=26292] ppid=26271 vsize=395916 CPUtime=0 cores=0-7
/proc/26292/stat : 26292 (python) S 26271 26271 25102 0 -1 4202560 736 0 0 0 0 0 0 0 15 0 1 0 668935178 405417984 5844 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 2589068412730704131 0 0 17 6 0 0 0
/proc/26292/statm: 98979 5844 348 364 0 34882 0
[pid=26296] ppid=26292 vsize=2804 CPUtime=2.1 cores=0-7
/proc/26296/stat : 26296 (march_hi) R 26292 26296 26296 0 -1 4202496 747 0 0 0 210 0 0 0 25 0 1 0 668935181 2871296 486 33554432000 4194304 4955518 140736631579360 18446744073709551615 4285046 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26296/statm: 701 486 104 186 0 514 0
[pid=26299] ppid=26271 vsize=416428 CPUtime=0 cores=0-7
/proc/26299/stat : 26299 (python) S 26271 26271 25102 0 -1 4202560 784 0 0 0 0 0 0 0 15 0 1 0 668935185 426422272 5875 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 18132908275065127170 0 0 17 6 0 0 0
/proc/26299/statm: 104107 5875 354 364 0 40004 0
[pid=26302] ppid=26299 vsize=2804 CPUtime=2.1 cores=0-7
/proc/26302/stat : 26302 (march_hi) R 26299 26302 26302 0 -1 4202496 751 0 0 0 210 0 0 0 25 0 1 0 668935186 2871296 487 33554432000 4194304 4955518 140735469689088 18446744073709551615 4209628 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26302/statm: 701 487 104 186 0 514 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 1571612

[startup+6.30064 s]
/proc/loadavg: 10.87 11.59 11.58 9/389 26302
/proc/meminfo: memFree=14470296/32951124 swapFree=52307772/67111528
[pid=26271] ppid=26269 vsize=375452 CPUtime=1.14 cores=0-7
/proc/26271/stat : 26271 (python) S 26269 26271 25102 0 -1 4202496 15448 7489 1 0 60 12 40 2 23 0 1 0 668935087 384462848 7396 33554432000 4194304 5683644 140733388045664 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 0
/proc/26271/statm: 93863 7396 1891 364 0 29760 0
[pid=26287] ppid=26271 vsize=375404 CPUtime=0.02 cores=0-7
/proc/26287/stat : 26287 (python) S 26271 26271 25102 0 -1 4202560 804 0 0 0 1 1 0 0 15 0 1 0 668935172 384413696 5858 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 14608604072136114435 0 0 17 2 0 0 0
/proc/26287/statm: 93851 5858 371 364 0 29760 0
[pid=26289] ppid=26287 vsize=3596 CPUtime=5.44 cores=0-7
/proc/26289/stat : 26289 (march_hi) R 26287 26289 26289 0 -1 4202496 894 0 0 0 544 0 0 0 25 0 1 0 668935173 3682304 642 33554432000 4194304 4955518 140734641640576 18446744073709551615 4346518 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26289/statm: 899 642 104 186 0 712 0
[pid=26292] ppid=26271 vsize=395916 CPUtime=0.01 cores=0-7
/proc/26292/stat : 26292 (python) S 26271 26271 25102 0 -1 4202560 817 0 0 0 1 0 0 0 15 0 1 0 668935178 405417984 5867 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 2589068412730704131 0 0 17 6 0 0 0
/proc/26292/statm: 98979 5867 371 364 0 34882 0
[pid=26296] ppid=26292 vsize=3596 CPUtime=5.26 cores=0-7
/proc/26296/stat : 26296 (march_hi) R 26292 26296 26296 0 -1 4202496 893 0 0 0 526 0 0 0 25 0 1 0 668935181 3682304 632 33554432000 4194304 4955518 140736631579360 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26296/statm: 899 632 104 186 0 712 0
[pid=26299] ppid=26271 vsize=416428 CPUtime=0.02 cores=0-7
/proc/26299/stat : 26299 (python) S 26271 26271 25102 0 -1 4202560 866 0 0 0 1 1 0 0 15 0 1 0 668935185 426422272 5898 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 18132908275065127170 0 0 17 6 0 0 0
/proc/26299/statm: 104107 5898 377 364 0 40004 0
[pid=26302] ppid=26299 vsize=3596 CPUtime=5.26 cores=0-7
/proc/26302/stat : 26302 (march_hi) R 26299 26302 26302 0 -1 4202496 897 0 0 0 526 0 0 0 25 0 1 0 668935186 3682304 633 33554432000 4194304 4955518 140735469689088 18446744073709551615 4261446 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26302/statm: 899 633 104 186 0 712 0
Current children cumulated CPU time (s) 17.15
Current children cumulated vsize (KiB) 1573988

[startup+12.7005 s]
/proc/loadavg: 10.64 11.53 11.56 9/389 26302
/proc/meminfo: memFree=14466244/32951124 swapFree=52307772/67111528
[pid=26271] ppid=26269 vsize=375452 CPUtime=1.14 cores=0-7
/proc/26271/stat : 26271 (python) S 26269 26271 25102 0 -1 4202496 15448 7489 1 0 60 12 40 2 23 0 1 0 668935087 384462848 7396 33554432000 4194304 5683644 140733388045664 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 0
/proc/26271/statm: 93863 7396 1891 364 0 29760 0
[pid=26287] ppid=26271 vsize=375404 CPUtime=0.03 cores=0-7
/proc/26287/stat : 26287 (python) S 26271 26271 25102 0 -1 4202560 804 0 0 0 2 1 0 0 15 0 1 0 668935172 384413696 5858 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 14608604072136114435 0 0 17 2 0 0 0
/proc/26287/statm: 93851 5858 371 364 0 29760 0
[pid=26289] ppid=26287 vsize=5488 CPUtime=11.84 cores=0-7
/proc/26289/stat : 26289 (march_hi) R 26287 26289 26289 0 -1 4202496 1209 0 0 0 1184 0 0 0 25 0 1 0 668935173 5619712 957 33554432000 4194304 4955518 140734641640576 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26289/statm: 1372 957 104 186 0 1185 0
[pid=26292] ppid=26271 vsize=395916 CPUtime=0.03 cores=0-7
/proc/26292/stat : 26292 (python) S 26271 26271 25102 0 -1 4202560 820 0 0 0 2 1 0 0 15 0 1 0 668935178 405417984 5867 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 2589068412730704131 0 0 17 6 0 0 0
/proc/26292/statm: 98979 5867 371 364 0 34882 0
[pid=26296] ppid=26292 vsize=5488 CPUtime=11.58 cores=0-7
/proc/26296/stat : 26296 (march_hi) R 26292 26296 26296 0 -1 4202496 1203 0 0 0 1158 0 0 0 25 0 1 0 668935181 5619712 942 33554432000 4194304 4955518 140736631579360 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26296/statm: 1372 942 104 186 0 1185 0
[pid=26299] ppid=26271 vsize=416428 CPUtime=0.02 cores=0-7
/proc/26299/stat : 26299 (python) S 26271 26271 25102 0 -1 4202560 866 0 0 0 1 1 0 0 15 0 1 0 668935185 426422272 5898 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 18132908275065127170 0 0 17 6 0 0 0
/proc/26299/statm: 104107 5898 377 364 0 40004 0
[pid=26302] ppid=26299 vsize=5488 CPUtime=11.62 cores=0-7
/proc/26302/stat : 26302 (march_hi) R 26299 26302 26302 0 -1 4202496 1209 0 0 0 1162 0 0 0 25 0 1 0 668935186 5619712 945 33554432000 4194304 4955518 140735469689088 18446744073709551615 4224654 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26302/statm: 1372 945 104 186 0 1185 0
Current children cumulated CPU time (s) 36.26
Current children cumulated vsize (KiB) 1579664

[startup+25.5012 s]
/proc/loadavg: 10.13 11.37 11.51 9/389 26303
/proc/meminfo: memFree=14461420/32951124 swapFree=52307772/67111528
[pid=26271] ppid=26269 vsize=375452 CPUtime=1.14 cores=0-7
/proc/26271/stat : 26271 (python) S 26269 26271 25102 0 -1 4202496 15448 7489 1 0 60 12 40 2 23 0 1 0 668935087 384462848 7396 33554432000 4194304 5683644 140733388045664 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 0
/proc/26271/statm: 93863 7396 1891 364 0 29760 0
[pid=26287] ppid=26271 vsize=375404 CPUtime=0.06 cores=0-7
/proc/26287/stat : 26287 (python) S 26271 26271 25102 0 -1 4202560 805 0 0 0 4 2 0 0 15 0 1 0 668935172 384413696 5858 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 14608604072136114435 0 0 17 2 0 0 0
/proc/26287/statm: 93851 5858 371 364 0 29760 0
[pid=26289] ppid=26287 vsize=7124 CPUtime=24.63 cores=0-7
/proc/26289/stat : 26289 (march_hi) R 26287 26289 26289 0 -1 4202496 1700 0 0 0 2463 0 0 0 25 0 1 0 668935173 7294976 1448 33554432000 4194304 4955518 140734641640576 18446744073709551615 4209695 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26289/statm: 1781 1448 104 186 0 1594 0
[pid=26292] ppid=26271 vsize=395916 CPUtime=0.07 cores=0-7
/proc/26292/stat : 26292 (python) S 26271 26271 25102 0 -1 4202560 822 0 0 0 4 3 0 0 15 0 1 0 668935178 405417984 5867 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 2589068412730704131 0 0 17 6 0 0 0
/proc/26292/statm: 98979 5867 371 364 0 34882 0
[pid=26296] ppid=26292 vsize=7124 CPUtime=24.22 cores=0-7
/proc/26296/stat : 26296 (march_hi) R 26292 26296 26296 0 -1 4202496 1685 0 0 0 2422 0 0 0 25 0 1 0 668935181 7294976 1424 33554432000 4194304 4955518 140736631579360 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26296/statm: 1781 1424 104 186 0 1594 0
[pid=26299] ppid=26271 vsize=416428 CPUtime=0.06 cores=0-7
/proc/26299/stat : 26299 (python) S 26271 26271 25102 0 -1 4202560 866 0 0 0 3 3 0 0 15 0 1 0 668935185 426422272 5898 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 18132908275065127170 0 0 17 6 0 0 0
/proc/26299/statm: 104107 5898 377 364 0 40004 0
[pid=26302] ppid=26299 vsize=7124 CPUtime=24.35 cores=0-7
/proc/26302/stat : 26302 (march_hi) R 26299 26302 26302 0 -1 4202496 1698 0 0 0 2435 0 0 0 25 0 1 0 668935186 7294976 1434 33554432000 4194304 4955518 140735469689088 18446744073709551615 4225240 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26302/statm: 1781 1434 104 186 0 1594 0
Current children cumulated CPU time (s) 74.53
Current children cumulated vsize (KiB) 1584572

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

[startup+31.9141 s]
/proc/loadavg: 9.96 11.32 11.49 9/389 26303
/proc/meminfo: memFree=14457452/32951124 swapFree=52307772/67111528
[pid=26271] ppid=26269 vsize=375452 CPUtime=1.14 cores=0-7
/proc/26271/stat : 26271 (python) S 26269 26271 25102 0 -1 4202496 15448 7489 1 0 60 12 40 2 23 0 1 0 668935087 384462848 7396 33554432000 4194304 5683644 140733388045664 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 0
/proc/26271/statm: 93863 7396 1891 364 0 29760 0
[pid=26287] ppid=26271 vsize=375404 CPUtime=0.08 cores=0-7
/proc/26287/stat : 26287 (python) S 26271 26271 25102 0 -1 4202560 806 0 0 0 5 3 0 0 15 0 1 0 668935172 384413696 5858 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 14608604072136114435 0 0 17 2 0 0 0
/proc/26287/statm: 93851 5858 371 364 0 29760 0
[pid=26289] ppid=26287 vsize=8848 CPUtime=31.04 cores=0-7
/proc/26289/stat : 26289 (march_hi) R 26287 26289 26289 0 -1 4202496 1946 0 0 0 3104 0 0 0 25 0 1 0 668935173 9060352 1694 33554432000 4194304 4955518 140734641640576 18446744073709551615 4227538 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26289/statm: 2212 1694 104 186 0 2025 0
[pid=26292] ppid=26271 vsize=395916 CPUtime=0.09 cores=0-7
/proc/26292/stat : 26292 (python) S 26271 26271 25102 0 -1 4202560 822 0 0 0 5 4 0 0 15 0 1 0 668935178 405417984 5867 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 2589068412730704131 0 0 17 6 0 0 0
/proc/26292/statm: 98979 5867 371 364 0 34882 0
[pid=26296] ppid=26292 vsize=8848 CPUtime=30.56 cores=0-7
/proc/26296/stat : 26296 (march_hi) R 26292 26296 26296 0 -1 4202496 1928 0 0 0 3056 0 0 0 25 0 1 0 668935181 9060352 1667 33554432000 4194304 4955518 140736631579360 18446744073709551615 4235324 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26296/statm: 2212 1667 104 186 0 2025 0
[pid=26299] ppid=26271 vsize=416428 CPUtime=0.08 cores=0-7
/proc/26299/stat : 26299 (python) S 26271 26271 25102 0 -1 4202560 866 0 0 0 4 4 0 0 15 0 1 0 668935185 426422272 5898 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 18132908275065127170 0 0 17 6 0 0 0
/proc/26299/statm: 104107 5898 377 364 0 40004 0
[pid=26302] ppid=26299 vsize=8848 CPUtime=30.72 cores=0-7
/proc/26302/stat : 26302 (march_hi) R 26299 26302 26302 0 -1 4202496 1943 0 0 0 3072 0 0 0 25 0 1 0 668935186 9060352 1679 33554432000 4194304 4955518 140735469689088 18446744073709551615 4239032 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26302/statm: 2212 1679 104 186 0 2025 0
Current children cumulated CPU time (s) 93.71
Current children cumulated vsize (KiB) 1589744

[startup+35.1005 s]
/proc/loadavg: 9.80 11.26 11.47 9/389 26303
/proc/meminfo: memFree=14455948/32951124 swapFree=52307772/67111528
[pid=26271] ppid=26269 vsize=375452 CPUtime=1.14 cores=0-7
/proc/26271/stat : 26271 (python) S 26269 26271 25102 0 -1 4202496 15448 7489 1 0 60 12 40 2 23 0 1 0 668935087 384462848 7396 33554432000 4194304 5683644 140733388045664 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 0
/proc/26271/statm: 93863 7396 1891 364 0 29760 0
[pid=26287] ppid=26271 vsize=375404 CPUtime=0.1 cores=0-7
/proc/26287/stat : 26287 (python) S 26271 26271 25102 0 -1 4202560 807 0 0 0 6 4 0 0 15 0 1 0 668935172 384413696 5858 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 14608604072136114435 0 0 17 2 0 0 0
/proc/26287/statm: 93851 5858 371 364 0 29760 0
[pid=26289] ppid=26287 vsize=9812 CPUtime=34.24 cores=0-7
/proc/26289/stat : 26289 (march_hi) R 26287 26289 26289 0 -1 4202496 2066 0 0 0 3424 0 0 0 25 0 1 0 668935173 10047488 1814 33554432000 4194304 4955518 140734641640576 18446744073709551615 4244720 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26289/statm: 2453 1814 104 186 0 2266 0
[pid=26292] ppid=26271 vsize=395916 CPUtime=0.11 cores=0-7
/proc/26292/stat : 26292 (python) S 26271 26271 25102 0 -1 4202560 822 0 0 0 6 5 0 0 15 0 1 0 668935178 405417984 5867 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 2589068412730704131 0 0 17 6 0 0 0
/proc/26292/statm: 98979 5867 371 364 0 34882 0
[pid=26296] ppid=26292 vsize=9812 CPUtime=33.72 cores=0-7
/proc/26296/stat : 26296 (march_hi) R 26292 26296 26296 0 -1 4202496 2045 0 0 0 3372 0 0 0 25 0 1 0 668935181 10047488 1784 33554432000 4194304 4955518 140736631579360 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26296/statm: 2453 1784 104 186 0 2266 0
[pid=26299] ppid=26271 vsize=416428 CPUtime=0.1 cores=0-7
/proc/26299/stat : 26299 (python) S 26271 26271 25102 0 -1 4202560 866 0 0 0 5 5 0 0 15 0 1 0 668935185 426422272 5898 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 18132908275065127170 0 0 17 6 0 0 0
/proc/26299/statm: 104107 5898 377 364 0 40004 0
[pid=26302] ppid=26299 vsize=9812 CPUtime=33.89 cores=0-7
/proc/26302/stat : 26302 (march_hi) R 26299 26302 26302 0 -1 4202496 2062 0 0 0 3389 0 0 0 25 0 1 0 668935186 10047488 1798 33554432000 4194304 4955518 140735469689088 18446744073709551615 4224693 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26302/statm: 2453 1798 104 186 0 2266 0
Current children cumulated CPU time (s) 103.3
Current children cumulated vsize (KiB) 1592636

[startup+36.7012 s]
/proc/loadavg: 9.80 11.26 11.47 9/389 26303
/proc/meminfo: memFree=14455204/32951124 swapFree=52307772/67111528
[pid=26271] ppid=26269 vsize=375452 CPUtime=1.14 cores=0-7
/proc/26271/stat : 26271 (python) S 26269 26271 25102 0 -1 4202496 15448 7489 1 0 60 12 40 2 23 0 1 0 668935087 384462848 7396 33554432000 4194304 5683644 140733388045664 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 0
/proc/26271/statm: 93863 7396 1891 364 0 29760 0
[pid=26287] ppid=26271 vsize=375404 CPUtime=0.1 cores=0-7
/proc/26287/stat : 26287 (python) S 26271 26271 25102 0 -1 4202560 807 0 0 0 6 4 0 0 15 0 1 0 668935172 384413696 5858 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 14608604072136114435 0 0 17 2 0 0 0
/proc/26287/statm: 93851 5858 371 364 0 29760 0
[pid=26289] ppid=26287 vsize=9812 CPUtime=35.83 cores=0-7
/proc/26289/stat : 26289 (march_hi) R 26287 26289 26289 0 -1 4202496 2124 0 0 0 3583 0 0 0 25 0 1 0 668935173 10047488 1872 33554432000 4194304 4955518 140734641640576 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26289/statm: 2453 1872 104 186 0 2266 0
[pid=26292] ppid=26271 vsize=395916 CPUtime=0.11 cores=0-7
/proc/26292/stat : 26292 (python) S 26271 26271 25102 0 -1 4202560 822 0 0 0 6 5 0 0 15 0 1 0 668935178 405417984 5867 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 2589068412730704131 0 0 17 6 0 0 0
/proc/26292/statm: 98979 5867 371 364 0 34882 0
[pid=26296] ppid=26292 vsize=9812 CPUtime=35.29 cores=0-7
/proc/26296/stat : 26296 (march_hi) R 26292 26296 26296 0 -1 4202496 2102 0 0 0 3529 0 0 0 25 0 1 0 668935181 10047488 1841 33554432000 4194304 4955518 140736631579360 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26296/statm: 2453 1841 104 186 0 2266 0
[pid=26299] ppid=26271 vsize=416428 CPUtime=0.1 cores=0-7
/proc/26299/stat : 26299 (python) S 26271 26271 25102 0 -1 4202560 866 0 0 0 5 5 0 0 15 0 1 0 668935185 426422272 5898 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 18132908275065127170 0 0 17 6 0 0 0
/proc/26299/statm: 104107 5898 377 364 0 40004 0
[pid=26302] ppid=26299 vsize=9812 CPUtime=35.48 cores=0-7
/proc/26302/stat : 26302 (march_hi) R 26299 26302 26302 0 -1 4202496 2119 0 0 0 3548 0 0 0 25 0 1 0 668935186 10047488 1855 33554432000 4194304 4955518 140735469689088 18446744073709551615 4238422 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26302/statm: 2453 1855 104 186 0 2266 0
Current children cumulated CPU time (s) 108.05
Current children cumulated vsize (KiB) 1592636

[startup+37.5011 s]
/proc/loadavg: 9.80 11.26 11.47 7/387 26304
/proc/meminfo: memFree=14470720/32951124 swapFree=52307772/67111528
[pid=26271] ppid=26269 vsize=375452 CPUtime=1.14 cores=0-7
/proc/26271/stat : 26271 (python) S 26269 26271 25102 0 -1 4202496 15448 7489 1 0 60 12 40 2 15 0 1 0 668935087 384462848 7396 33554432000 4194304 5683644 140733388045664 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 0
/proc/26271/statm: 93863 7396 1891 364 0 29760 0
[pid=26287] ppid=26271 vsize=0 CPUtime=36.24 cores=0-7
/proc/26287/stat : 26287 (python) Z 26271 26271 25102 0 -1 4202588 1080 2152 0 0 6 4 3614 0 15 0 1 0 668935172 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26287/statm: 0 0 0 0 0 0 0
[pid=26292] ppid=26271 vsize=395916 CPUtime=0.11 cores=0-7
/proc/26292/stat : 26292 (python) S 26271 26271 25102 0 -1 4202560 822 0 0 0 6 5 0 0 15 0 1 0 668935178 405417984 5867 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 2589068412730704131 0 0 17 6 0 0 0
/proc/26292/statm: 98979 5867 371 364 0 34882 0
[pid=26296] ppid=26292 vsize=9812 CPUtime=36.09 cores=0-7
/proc/26296/stat : 26296 (march_hi) R 26292 26296 26296 0 -1 4202496 2133 0 0 0 3609 0 0 0 25 0 1 0 668935181 10047488 1872 33554432000 4194304 4955518 140736631579360 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26296/statm: 2453 1872 104 186 0 2266 0
[pid=26299] ppid=26271 vsize=0 CPUtime=36.35 cores=0-7
/proc/26299/stat : 26299 (python) Z 26271 26271 25102 0 -1 4202588 1156 2164 0 0 6 5 3624 0 16 0 1 0 668935185 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26299/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 109.93
Current children cumulated vsize (KiB) 781180

[startup+37.7011 s]
/proc/loadavg: 9.80 11.26 11.47 7/387 26304
/proc/meminfo: memFree=14470720/32951124 swapFree=52307772/67111528
[pid=26271] ppid=26269 vsize=375452 CPUtime=1.14 cores=0-7
/proc/26271/stat : 26271 (python) S 26269 26271 25102 0 -1 4202496 15448 7489 1 0 60 12 40 2 15 0 1 0 668935087 384462848 7396 33554432000 4194304 5683644 140733388045664 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 0
/proc/26271/statm: 93863 7396 1891 364 0 29760 0
[pid=26287] ppid=26271 vsize=0 CPUtime=36.24 cores=0-7
/proc/26287/stat : 26287 (python) Z 26271 26271 25102 0 -1 4202588 1080 2152 0 0 6 4 3614 0 15 0 1 0 668935172 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26287/statm: 0 0 0 0 0 0 0
[pid=26292] ppid=26271 vsize=395916 CPUtime=0.11 cores=0-7
/proc/26292/stat : 26292 (python) S 26271 26271 25102 0 -1 4202560 822 0 0 0 6 5 0 0 15 0 1 0 668935178 405417984 5867 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 2589068412730704131 0 0 17 6 0 0 0
/proc/26292/statm: 98979 5867 371 364 0 34882 0
[pid=26296] ppid=26292 vsize=9812 CPUtime=36.29 cores=0-7
/proc/26296/stat : 26296 (march_hi) R 26292 26296 26296 0 -1 4202496 2141 0 0 0 3629 0 0 0 25 0 1 0 668935181 10047488 1880 33554432000 4194304 4955518 140736631579360 18446744073709551615 4224628 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26296/statm: 2453 1880 104 186 0 2266 0
[pid=26299] ppid=26271 vsize=0 CPUtime=36.35 cores=0-7
/proc/26299/stat : 26299 (python) Z 26271 26271 25102 0 -1 4202588 1156 2164 0 0 6 5 3624 0 16 0 1 0 668935185 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26299/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 110.13
Current children cumulated vsize (KiB) 781180

[startup+37.8011 s]
/proc/loadavg: 9.80 11.26 11.47 7/387 26304
/proc/meminfo: memFree=14470720/32951124 swapFree=52307772/67111528
[pid=26271] ppid=26269 vsize=375452 CPUtime=1.14 cores=0-7
/proc/26271/stat : 26271 (python) S 26269 26271 25102 0 -1 4202496 15448 7489 1 0 60 12 40 2 15 0 1 0 668935087 384462848 7396 33554432000 4194304 5683644 140733388045664 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 0
/proc/26271/statm: 93863 7396 1891 364 0 29760 0
[pid=26287] ppid=26271 vsize=0 CPUtime=36.24 cores=0-7
/proc/26287/stat : 26287 (python) Z 26271 26271 25102 0 -1 4202588 1080 2152 0 0 6 4 3614 0 15 0 1 0 668935172 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26287/statm: 0 0 0 0 0 0 0
[pid=26292] ppid=26271 vsize=395916 CPUtime=0.11 cores=0-7
/proc/26292/stat : 26292 (python) S 26271 26271 25102 0 -1 4202560 822 0 0 0 6 5 0 0 15 0 1 0 668935178 405417984 5867 33554432000 4194304 5683644 140733388045664 18446744073709551615 218370977350 0 0 16781312 514 2589068412730704131 0 0 17 6 0 0 0
/proc/26292/statm: 98979 5867 371 364 0 34882 0
[pid=26296] ppid=26292 vsize=9812 CPUtime=36.39 cores=0-7
/proc/26296/stat : 26296 (march_hi) R 26292 26296 26296 0 -1 4202496 2145 0 0 0 3639 0 0 0 25 0 1 0 668935181 10047488 1884 33554432000 4194304 4955518 140736631579360 18446744073709551615 4244920 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26296/statm: 2453 1884 104 186 0 2266 0
[pid=26299] ppid=26271 vsize=0 CPUtime=36.35 cores=0-7
/proc/26299/stat : 26299 (python) Z 26271 26271 25102 0 -1 4202588 1156 2164 0 0 6 5 3624 0 16 0 1 0 668935185 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26299/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 110.23
Current children cumulated vsize (KiB) 781180

Child status: 1
Real time (s): 37.8584
CPU time (s): 110.371
CPU user time (s): 110.041
CPU system time (s): 0.329949
CPU usage (%): 291.537
Max. virtual memory (cumulated for all children) (KiB): 1621464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 110.041
system time used= 0.329949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36977
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= 3560
involuntary context switches= 1038

runsolver used 0.141978 second user time and 0.315951 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-16 21:15:23
IDJOB=3385761
IDBENCH=83026
IDSOLVER=1870
FILE ID=node101/3385761-1305573323
RUNJOBID= node101-1305564967-25116
PBS_JOBID= 13350149
Free space on /tmp= 73716 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S1610857498-043.SATISFIABLE.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385761-1305573323/watcher-3385761-1305573323 -o /tmp/evaluation-result-3385761-1305573323/solver-3385761-1305573323 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385761-1305573323.cnf -seed 936910992 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 0d600e03980bc39de7eca1909ca62db5
RANDOM SEED=936910992

node101.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.841
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.68
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.841
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.841
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.77
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.841
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.83
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.841
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.841
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.841
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.841
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:     32951124 kB
MemFree:      14511684 kB
Buffers:        355032 kB
Cached:        6560008 kB
SwapCached:      14844 kB
Active:       12716716 kB
Inactive:      5412704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14511684 kB
SwapTotal:    67111528 kB
SwapFree:     52307772 kB
Dirty:           31940 kB
Writeback:           0 kB
AnonPages:    11211380 kB
Mapped:          20372 kB
Slab:           163628 kB
PageTables:      74420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79870716 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= 73684 MiB
End job on node101 at 2011-05-16 21:16:01