Trace number 3385576

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)UNSAT 2.87256 1.22249

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v250-c1065-S534787376-095.UNKNOWN.cnf
MD5SUM30a6e61471a22008cda0ff7e2d23efa4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.253961
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses1065
Sum of the clauses size3195
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31065
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.37/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.63	c INFO: solving HOME/instance-3385576-1305568903.cnf
0.37/0.63	c INFO: computing task features
0.37/0.63	c INFO: computed variable-clause graph statistics
0.37/0.63	c INFO: computed clause balance statistics
0.37/0.65	c INFO: computed variable balance statistics
0.37/0.66	c INFO: computed small-clause counts
0.37/0.66	c INFO: computed Horn-clause counts
0.37/0.67	c INFO: computed variable graph statistics
0.37/0.67	c INFO: collected features for HOME/instance-3385576-1305568903.cnf in 0.04 s
0.45/0.70	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.55)
0.45/0.73	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.32)
0.45/0.76	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.22)
0.45/0.79	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.15)
0.55/0.82	c INFO: running hybridGM3@0 for 97 with 4999 remaining (b = 0.07)
0.55/0.86	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.27)
0.55/0.89	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.23)
0.64/0.93	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.20)
2.81/1.20	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3385576-1305568903/watcher-3385576-1305568903 -o /tmp/evaluation-result-3385576-1305568903/solver-3385576-1305568903 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385576-1305568903.cnf -seed 379856477 -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.29 11.15 10.34 4/501 24672
/proc/meminfo: memFree=23979240/32951124 swapFree=53501260/67111528
[pid=24672] ppid=24670 vsize=16244 CPUtime=0 cores=0-7
/proc/24672/stat : 24672 (python) R 24670 24672 23657 0 -1 4202496 1041 0 0 0 0 0 0 0 25 0 1 0 668492940 16633856 913 33554432000 4194304 5683644 140734820607872 18446744073709551615 4868254 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24672/statm: 4061 913 380 364 0 548 0

[startup+0.071455 s]
/proc/loadavg: 11.29 11.15 10.34 4/501 24672
/proc/meminfo: memFree=23979240/32951124 swapFree=53501260/67111528
[pid=24672] ppid=24670 vsize=38908 CPUtime=0.03 cores=0-7
/proc/24672/stat : 24672 (python) R 24670 24672 23657 0 -1 4202496 1664 0 0 0 3 0 0 0 25 0 1 0 668492940 39841792 1491 33554432000 4194304 5683644 140734820607872 18446744073709551615 216634513408 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24672/statm: 9727 1491 455 364 0 1027 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 38908

[startup+0.100452 s]
/proc/loadavg: 11.29 11.15 10.34 4/501 24672
/proc/meminfo: memFree=23979240/32951124 swapFree=53501260/67111528
[pid=24672] ppid=24670 vsize=93964 CPUtime=0.05 cores=0-7
/proc/24672/stat : 24672 (python) S 24670 24672 23657 0 -1 4202496 2694 0 0 0 4 1 0 0 25 0 1 0 668492940 96219136 2407 33554432000 4194304 5683644 140734820607872 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/24672/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93964

[startup+0.300415 s]
/proc/loadavg: 11.29 11.15 10.34 4/501 24672
/proc/meminfo: memFree=23979240/32951124 swapFree=53501260/67111528
[pid=24672] ppid=24670 vsize=135752 CPUtime=0.18 cores=0-7
/proc/24672/stat : 24672 (python) S 24670 24672 23657 0 -1 4202496 5965 936 1 0 13 5 0 0 18 0 1 0 668492940 139010048 4151 33554432000 4194304 5683644 140734820607872 18446744073709551615 216634511365 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/24672/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700342 s]
/proc/loadavg: 11.29 11.15 10.34 4/501 24672
/proc/meminfo: memFree=23979240/32951124 swapFree=53501260/67111528
[pid=24672] ppid=24670 vsize=278428 CPUtime=0.45 cores=0-7
/proc/24672/stat : 24672 (python) R 24670 24672 23657 0 -1 4202496 9552 936 1 0 35 10 0 0 17 0 1 0 668492940 285110272 7053 33554432000 4194304 5683644 140734820607872 18446744073709551615 216637954011 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24672/statm: 69607 7053 1868 364 0 5528 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 278428

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

[startup+1.11924 s]
/proc/loadavg: 10.62 11.01 10.31 16/526 24701
/proc/meminfo: memFree=23904632/32951124 swapFree=53501260/67111528
[pid=24672] ppid=24670 vsize=361248 CPUtime=0.67 cores=0-7
/proc/24672/stat : 24672 (python) S 24670 24672 23657 0 -1 4202496 15748 936 1 0 55 12 0 0 25 0 9 0 668492940 369917952 7276 33554432000 4194304 5683644 140734820607872 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/24672/statm: 90312 7276 1889 364 0 26209 0
[pid=24678] ppid=24672 vsize=278440 CPUtime=0 cores=0-7
/proc/24678/stat : 24678 (python) S 24672 24672 23657 0 -1 4202560 710 0 0 0 0 0 0 0 18 0 1 0 668493010 285122560 5532 33554432000 4194304 5683644 140734820607872 18446744073709551615 216634535439 0 0 16781312 514 16883013968057073663 0 0 17 2 0 0 0
/proc/24678/statm: 69610 5532 347 364 0 5528 0
[pid=24680] ppid=24678 vsize=454884 CPUtime=0.39 cores=0-7
/proc/24680/stat : 24680 (TNM) R 24678 24680 24680 0 -1 4202496 400 0 0 0 39 0 0 0 20 0 1 0 668493011 465801216 136 33554432000 134512640 135008748 4289705312 18446744073709551615 134528657 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/24680/statm: 113721 136 46 122 0 112621 0
[pid=24681] ppid=24672 vsize=289264 CPUtime=0.12 cores=0-7
/proc/24681/stat : 24681 (python) R 24672 24672 23657 0 -1 4202560 765 0 0 0 10 2 0 0 18 0 1 0 668493014 296206336 5673 33554432000 4194304 5683644 140734820607872 18446744073709551615 216646345535 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/24681/statm: 72316 5673 348 364 0 8231 0
[pid=24683] ppid=24681 vsize=0 CPUtime=0.25 cores=0-7
/proc/24683/stat : 24683 (march_hi) R 24681 24683 24683 0 -1 4202500 485 0 0 0 25 0 0 0 22 0 1 0 668493014 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/24683/statm: 0 0 0 0 0 0 0
[pid=24684] ppid=24672 vsize=299148 CPUtime=0 cores=0-7
/proc/24684/stat : 24684 (python) S 24672 24672 23657 0 -1 4202560 747 0 0 0 0 0 0 0 16 0 1 0 668493017 306327552 5582 33554432000 4194304 5683644 140734820607872 18446744073709551615 216634535494 0 0 16781312 514 15947567342209171715 0 0 17 4 0 0 0
/proc/24684/statm: 74787 5582 348 364 0 10699 0
[pid=24686] ppid=24684 vsize=1580 CPUtime=0.22 cores=0-7
/proc/24686/stat : 24686 (march_hi) R 24684 24686 24686 0 -1 4202496 487 0 0 0 22 0 0 0 21 0 1 0 668493017 1617920 219 33554432000 4194304 4955518 140735219857072 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/24686/statm: 395 219 104 186 0 208 0
[pid=24687] ppid=24672 vsize=309944 CPUtime=0 cores=0-7
/proc/24687/stat : 24687 (python) S 24672 24672 23657 0 -1 4202560 772 0 0 0 0 0 0 0 20 0 1 0 668493020 317382656 5706 33554432000 4194304 5683644 140734820607872 18446744073709551615 216634535494 0 0 16781312 514 5607375749649498371 0 0 17 1 0 0 0
/proc/24687/statm: 77486 5706 348 364 0 13395 0
[pid=24689] ppid=24687 vsize=1580 CPUtime=0.22 cores=0-7
/proc/24689/stat : 24689 (march_hi) R 24687 24689 24689 0 -1 4202496 482 0 0 0 22 0 0 0 25 0 1 0 668493020 1617920 218 33554432000 4194304 4955518 140735984156896 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24689/statm: 395 218 104 186 0 208 0
[pid=24690] ppid=24672 vsize=320200 CPUtime=0 cores=0-7
/proc/24690/stat : 24690 (python) S 24672 24672 23657 0 -1 4202560 758 0 0 0 0 0 0 0 23 0 1 0 668493023 327884800 5710 33554432000 4194304 5683644 140734820607872 18446744073709551615 216634535494 0 0 16781312 514 802286151292420095 0 0 17 4 0 0 0
/proc/24690/statm: 80050 5710 348 364 0 15956 0
[pid=24692] ppid=24690 vsize=268536 CPUtime=0.11 cores=0-7
/proc/24692/stat : 24692 (hybridGM3) R 24690 24692 24692 0 -1 4202496 4874 0 0 0 11 0 0 0 25 0 1 0 668493024 274980864 4612 33554432000 134512640 135204385 4291443904 18446744073709551615 134659343 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/24692/statm: 67134 4612 85 169 0 66964 0
[pid=24693] ppid=24672 vsize=330456 CPUtime=0 cores=0-7
/proc/24693/stat : 24693 (python) S 24672 24672 23657 0 -1 4202560 766 0 0 0 0 0 0 0 24 0 1 0 668493026 338386944 5714 33554432000 4194304 5683644 140734820607872 18446744073709551615 216634535494 0 0 16781312 514 12029607190210773250 0 0 17 0 0 0 0
/proc/24693/statm: 82614 5714 348 364 0 18517 0
[pid=24697] ppid=24693 vsize=1448 CPUtime=0.08 cores=0-7
/proc/24697/stat : 24697 (march_hi) R 24693 24697 24697 0 -1 4202496 486 0 0 0 8 0 0 0 25 0 1 0 668493030 1482752 217 33554432000 4194304 4955518 140733964244880 18446744073709551615 4209692 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24697/statm: 362 217 104 186 0 175 0
[pid=24695] ppid=24672 vsize=340208 CPUtime=0 cores=0-7
/proc/24695/stat : 24695 (python) R 24672 24672 23657 0 -1 4202560 772 0 0 0 0 0 0 0 25 0 1 0 668493030 348372992 5606 33554432000 4194304 5683644 140734820607872 18446744073709551615 216634535494 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/24695/statm: 85052 5606 348 364 0 20952 0
[pid=24698] ppid=24695 vsize=1580 CPUtime=0.18 cores=0-7
/proc/24698/stat : 24698 (march_hi) R 24695 24698 24698 0 -1 4202496 483 0 0 0 18 0 0 0 25 0 1 0 668493032 1617920 218 33554432000 4194304 4955518 140733818265344 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/24698/statm: 395 218 104 186 0 208 0
[pid=24699] ppid=24672 vsize=351004 CPUtime=0 cores=0-7
/proc/24699/stat : 24699 (python) R 24672 24672 23657 0 -1 4202560 808 0 0 0 0 0 0 0 25 0 1 0 668493033 359428096 5737 33554432000 4194304 5683644 140734820607872 18446744073709551615 216634535494 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/24699/statm: 87751 5737 354 364 0 23648 0
[pid=24701] ppid=24699 vsize=1448 CPUtime=0.05 cores=0-7
/proc/24701/stat : 24701 (march_hi) R 24699 24701 24701 0 -1 4202496 487 0 0 0 5 0 0 0 25 0 1 0 668493034 1482752 216 33554432000 4194304 4955518 140736611752640 18446744073709551615 4238717 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24701/statm: 362 216 104 186 0 175 0
[pid=24672/tid=24679] ppid=24670 vsize=361248 CPUtime=0 cores=0-7
/proc/24672/task/24679/stat : 24679 (python) S 24670 24672 23657 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 9 0 668493011 369917952 7276 33554432000 4194304 5683644 140734820607872 18446744073709551615 216646338993 0 0 16781312 2 18446604448924488832 0 0 -1 0 0 0 0
[pid=24672/tid=24682] ppid=24670 vsize=361248 CPUtime=0 cores=0-7
/proc/24672/task/24682/stat : 24682 (python) S 24670 24672 23657 0 -1 4202560 24 936 0 0 0 0 0 0 21 0 9 0 668493014 369917952 7276 33554432000 4194304 5683644 140734820607872 18446744073709551615 216646338993 0 0 16781312 2 18446604448924488832 0 0 -1 2 0 0 0
[pid=24672/tid=24685] ppid=24670 vsize=361248 CPUtime=0 cores=0-7
/proc/24672/task/24685/stat : 24685 (python) S 24670 24672 23657 0 -1 4202560 19 936 0 0 0 0 0 0 20 0 9 0 668493017 369917952 7276 33554432000 4194304 5683644 140734820607872 18446744073709551615 216646338993 0 0 16781312 2 18446604448924488832 0 0 -1 4 0 0 0
[pid=24672/tid=24688] ppid=24670 vsize=361248 CPUtime=0 cores=0-7
/proc/24672/task/24688/stat : 24688 (python) S 24670 24672 23657 0 -1 4202560 23 936 0 0 0 0 0 0 22 0 9 0 668493020 369917952 7276 33554432000 4194304 5683644 140734820607872 18446744073709551615 216646338993 0 0 16781312 2 18446604448924488832 0 0 -1 0 0 0 0
[pid=24672/tid=24691] ppid=24670 vsize=361248 CPUtime=0 cores=0-7
/proc/24672/task/24691/stat : 24691 (python) S 24670 24672 23657 0 -1 4202560 26 936 0 0 0 0 0 0 24 0 9 0 668493023 369917952 7276 33554432000 4194304 5683644 140734820607872 18446744073709551615 216646338993 0 0 16781312 2 18446604448924488832 0 0 -1 4 0 0 0
[pid=24672/tid=24694] ppid=24670 vsize=361248 CPUtime=0 cores=0-7
/proc/24672/task/24694/stat : 24694 (python) S 24670 24672 23657 0 -1 4202560 38 936 0 0 0 0 0 0 25 0 9 0 668493027 369917952 7276 33554432000 4194304 5683644 140734820607872 18446744073709551615 216646338993 0 0 16781312 2 18446604448924488832 0 0 -1 0 0 0 0
[pid=24672/tid=24696] ppid=24670 vsize=361248 CPUtime=0 cores=0-7
/proc/24672/task/24696/stat : 24696 (python) S 24670 24672 23657 0 -1 4202560 19 936 0 0 0 0 0 0 25 0 9 0 668493030 369917952 7276 33554432000 4194304 5683644 140734820607872 18446744073709551615 216646338993 0 0 16781312 2 18446604448924488832 0 0 -1 0 0 0 0
[pid=24672/tid=24700] ppid=24670 vsize=361248 CPUtime=0 cores=0-7
/proc/24672/task/24700/stat : 24700 (python) S 24670 24672 23657 0 -1 4202560 28 936 0 0 0 0 0 0 25 0 9 0 668493034 369917952 7276 33554432000 4194304 5683644 140734820607872 18446744073709551615 216646338993 0 0 16781312 2 18446604448924488832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 3610968

[startup+1.20126 s]
/proc/loadavg: 10.62 11.01 10.31 16/526 24701
/proc/meminfo: memFree=23904632/32951124 swapFree=53501260/67111528
[pid=24672] ppid=24670 vsize=361216 CPUtime=2.56 cores=0-7
/proc/24672/stat : 24672 (python) S 24670 24672 23657 0 -1 4202496 15906 14656 1 0 55 12 184 5 24 0 8 0 668492940 369885184 7273 33554432000 4194304 5683644 140734820607872 18446744073709551615 216646338993 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24672/statm: 90304 7273 1886 364 0 26209 0
[pid=24684] ppid=24672 vsize=0 CPUtime=0.25 cores=0-7
/proc/24684/stat : 24684 (python) Z 24672 24672 23657 0 -1 4202588 1034 491 0 0 0 0 25 0 16 0 1 0 668493017 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24684/statm: 0 0 0 0 0 0 0
[pid=24672/tid=24679] ppid=24670 vsize=361212 CPUtime=1.89 cores=0-7
/proc/24672/task/24679/stat : 24679 (python) S 24670 24672 23657 0 -1 4202560 27 14656 0 0 0 0 184 5 19 0 7 0 668493011 369881088 7272 33554432000 4194304 5683644 140734820607872 18446744073709551615 216646338993 0 0 16781312 2 18446604448924488832 0 0 -1 0 0 0 0
[pid=24672/tid=24682] ppid=24670 vsize=361208 CPUtime=1.89 cores=0-7
/proc/24672/task/24682/stat : 24682 (python) R 24670 24672 23657 0 -1 4202560 28 14656 0 0 0 0 184 5 17 0 7 0 668493014 369876992 7272 33554432000 4194304 5683644 140734820607872 18446744073709551615 4619677 0 0 16781312 2 0 0 0 -1 2 0 0 0
[pid=24672/tid=24685] ppid=24670 vsize=361204 CPUtime=1.89 cores=0-7
/proc/24672/task/24685/stat : 24685 (python) S 24670 24672 23657 0 -1 4202560 19 14656 0 0 0 0 184 5 20 0 7 0 668493017 369872896 7271 33554432000 4194304 5683644 140734820607872 18446744073709551615 216646338993 0 0 16781312 2 18446604448924488832 0 0 -1 4 0 0 0
[pid=24672/tid=24691] ppid=24670 vsize=361200 CPUtime=1.89 cores=0-7
/proc/24672/task/24691/stat : 24691 (python) S 24670 24672 23657 0 -1 4202560 26 14656 0 0 0 0 184 5 24 0 6 0 668493023 369868800 7270 33554432000 4194304 5683644 140734820607872 18446744073709551615 216646338993 0 0 16781312 2 18446604448924488832 0 0 -1 4 0 0 0
[pid=24672/tid=24694] ppid=24670 vsize=361200 CPUtime=1.89 cores=0-7
/proc/24672/task/24694/stat : 24694 (python) S 24670 24672 23657 0 -1 4202560 38 14656 0 0 0 0 184 5 25 0 6 0 668493027 369868800 7270 33554432000 4194304 5683644 140734820607872 18446744073709551615 216646338993 0 0 16781312 2 18446604448924488832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 361216

Child status: 0
Real time (s): 1.22249
CPU time (s): 2.87256
CPU user time (s): 2.67359
CPU system time (s): 0.198969
CPU usage (%): 234.976
Max. virtual memory (cumulated for all children) (KiB): 3611880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.67359
system time used= 0.198969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36313
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= 3707
involuntary context switches= 463

runsolver used 0.014997 second user time and 0.022996 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-16 20:01:43
IDJOB=3385576
IDBENCH=82841
IDSOLVER=1870
FILE ID=node103/3385576-1305568903
RUNJOBID= node103-1305564967-23671
PBS_JOBID= 13350147
Free space on /tmp= 73068 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v250-c1065-S534787376-095.UNKNOWN.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-3385576-1305568903/watcher-3385576-1305568903 -o /tmp/evaluation-result-3385576-1305568903/solver-3385576-1305568903 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385576-1305568903.cnf -seed 379856477 -budget 40000 -cores 8

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

MD5SUM BENCH= 30a6e61471a22008cda0ff7e2d23efa4
RANDOM SEED=379856477

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.75
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.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.83
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.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23979520 kB
Buffers:        345996 kB
Cached:        4548652 kB
SwapCached:     340168 kB
Active:        3132868 kB
Inactive:      5525432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23979520 kB
SwapTotal:    67111528 kB
SwapFree:     53501260 kB
Dirty:           31828 kB
Writeback:           0 kB
AnonPages:     3435124 kB
Mapped:          23936 kB
Slab:           166504 kB
PageTables:      73780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162682588 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= 73040 MiB
End job on node103 at 2011-05-16 20:01:45