Trace number 3322053

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-randomUNSAT 8.40172 1.79725

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1469984978-038.UNKNOWN.cnf
MD5SUMaa033649e20861950136340d4750574f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.12883
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3322053-1304371593.cnf
0.32/0.46	c INFO: computing task features
0.32/0.47	c INFO: computed variable-clause graph statistics
0.32/0.47	c INFO: computed clause balance statistics
0.32/0.49	c INFO: computed variable balance statistics
0.42/0.51	c INFO: computed small-clause counts
0.42/0.51	c INFO: computed Horn-clause counts
0.42/0.51	c INFO: computed variable graph statistics
0.42/0.51	c INFO: collected features for HOME/instance-3322053-1304371593.cnf in 0.05 s
0.42/0.55	c INFO: running TNM@0 for 97 with 39999 remaining (b = 0.55)
0.42/0.59	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.43)
0.51/0.63	c INFO: running march_hi@0 for 194 with 39999 remaining (b = 0.27)
0.51/0.66	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.30)
0.61/0.70	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.09)
0.61/0.74	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.61/0.78	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.25)
0.70/0.82	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.23)
7.78/1.77	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: 935)

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-3322053-1304371593/watcher-3322053-1304371593 -o /tmp/evaluation-result-3322053-1304371593/solver-3322053-1304371593 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322053-1304371593.cnf -seed 1719099220 -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: 7.95 8.78 8.98 2/207 28858
/proc/meminfo: memFree=26990428/32951124 swapFree=67111336/67111528
[pid=28858] ppid=28856 vsize=15752 CPUtime=0 cores=0-7
/proc/28858/stat : 28858 (python) S 28856 28858 28468 0 -1 4202496 840 0 0 0 0 0 0 0 25 0 1 0 548757235 16130048 723 33554432000 4194304 5683644 140733275318768 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 6 0 0 0
/proc/28858/statm: 3938 723 334 364 0 425 0

[startup+0.079969 s]
/proc/loadavg: 7.95 8.78 8.98 2/207 28858
/proc/meminfo: memFree=26990428/32951124 swapFree=67111336/67111528
[pid=28858] ppid=28856 vsize=85620 CPUtime=0.05 cores=0-7
/proc/28858/stat : 28858 (python) R 28856 28858 28468 0 -1 4202496 2629 0 0 0 4 1 0 0 25 0 1 0 548757235 87674880 2348 33554432000 4194304 5683644 140733275318768 18446744073709551615 5036002 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/28858/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85620

[startup+0.100966 s]
/proc/loadavg: 7.95 8.78 8.98 2/207 28858
/proc/meminfo: memFree=26990428/32951124 swapFree=67111336/67111528
[pid=28858] ppid=28856 vsize=104224 CPUtime=0.07 cores=0-7
/proc/28858/stat : 28858 (python) S 28856 28858 28468 0 -1 4202496 3071 0 0 0 5 2 0 0 25 0 1 0 548757235 106725376 2751 33554432000 4194304 5683644 140733275318768 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 6 0 0 0
/proc/28858/statm: 26056 2751 847 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.300929 s]
/proc/loadavg: 7.95 8.78 8.98 2/207 28858
/proc/meminfo: memFree=26990428/32951124 swapFree=67111336/67111528
[pid=28858] ppid=28856 vsize=187688 CPUtime=0.23 cores=0-7
/proc/28858/stat : 28858 (python) R 28856 28858 28468 0 -1 4202496 6824 934 1 0 17 6 0 0 18 0 1 0 548757235 192192512 4881 33554432000 4194304 5683644 140733275318768 18446744073709551615 271550224112 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/28858/statm: 46922 4882 1399 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 187688

[startup+0.700855 s]
/proc/loadavg: 7.95 8.78 8.98 2/207 28858
/proc/meminfo: memFree=26990428/32951124 swapFree=67111336/67111528
[pid=28858] ppid=28856 vsize=320112 CPUtime=0.61 cores=0-7
/proc/28858/stat : 28858 (python) R 28856 28858 28468 0 -1 4202496 12750 934 1 0 50 11 0 0 20 0 5 0 548757235 327794688 7224 33554432000 4194304 5683644 140733275318768 18446744073709551615 271553976291 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 80028 7224 1880 364 0 15937 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 320112

[startup+1.50171 s]
/proc/loadavg: 7.95 8.78 8.98 11/232 28887
/proc/meminfo: memFree=26931824/32951124 swapFree=67111336/67111528
[pid=28858] ppid=28856 vsize=361268 CPUtime=0.73 cores=0-7
/proc/28858/stat : 28858 (python) S 28856 28858 28468 0 -1 4202496 15779 934 1 0 61 12 0 0 22 0 9 0 548757235 369938432 7282 33554432000 4194304 5683644 140733275318768 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 90317 7282 1889 364 0 26214 0
[pid=28864] ppid=28858 vsize=278556 CPUtime=0 cores=0-7
/proc/28864/stat : 28864 (python) S 28858 28858 28468 0 -1 4202560 711 0 0 0 0 0 0 0 19 0 1 0 548757290 285241344 5555 33554432000 4194304 5683644 140733275318768 18446744073709551615 271550557711 0 0 16781312 514 11978397161269231615 0 0 17 6 0 0 0
/proc/28864/statm: 69639 5555 347 364 0 5557 0
[pid=28866] ppid=28864 vsize=454884 CPUtime=0.94 cores=0-7
/proc/28866/stat : 28866 (TNM) R 28864 28866 28866 0 -1 4202496 408 0 0 0 94 0 0 0 23 0 1 0 548757291 465801216 144 33554432000 134512640 135008748 4293886960 18446744073709551615 134535716 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28866/statm: 113721 144 46 122 0 112621 0
[pid=28867] ppid=28858 vsize=289252 CPUtime=0 cores=0-7
/proc/28867/stat : 28867 (python) S 28858 28858 28468 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 548757294 296194048 5671 33554432000 4194304 5683644 140733275318768 18446744073709551615 271550557766 0 0 16781312 514 3027672397143572737 0 0 17 0 0 0 0
/proc/28867/statm: 72313 5671 348 364 0 8228 0
[pid=28869] ppid=28867 vsize=1756 CPUtime=0.88 cores=0-7
/proc/28869/stat : 28869 (march_hi) R 28867 28869 28869 0 -1 4202496 533 0 0 0 88 0 0 0 25 0 1 0 548757295 1798144 271 33554432000 4194304 4955518 140734342635136 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28869/statm: 439 271 104 186 0 252 0
[pid=28870] ppid=28858 vsize=299156 CPUtime=0 cores=0-7
/proc/28870/stat : 28870 (python) S 28858 28858 28468 0 -1 4202560 767 0 0 0 0 0 0 0 16 0 1 0 548757298 306335744 5597 33554432000 4194304 5683644 140733275318768 18446744073709551615 271550557766 0 0 16781312 514 4968512730307723524 0 0 17 4 0 0 0
/proc/28870/statm: 74789 5597 348 364 0 10701 0
[pid=28872] ppid=28870 vsize=1756 CPUtime=0.85 cores=0-7
/proc/28872/stat : 28872 (march_hi) R 28870 28872 28872 0 -1 4202496 538 0 0 0 85 0 0 0 25 0 1 0 548757298 1798144 271 33554432000 4194304 4955518 140735975647216 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28872/statm: 439 271 104 186 0 252 0
[pid=28873] ppid=28858 vsize=309868 CPUtime=0 cores=0-7
/proc/28873/stat : 28873 (python) S 28858 28858 28468 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 548757302 317304832 5688 33554432000 4194304 5683644 140733275318768 18446744073709551615 271550557766 0 0 16781312 514 11262433947046347009 0 0 17 1 0 0 0
/proc/28873/statm: 77467 5688 348 364 0 13376 0
[pid=28875] ppid=28873 vsize=1756 CPUtime=0.79 cores=0-7
/proc/28875/stat : 28875 (march_hi) R 28873 28875 28875 0 -1 4202496 533 0 0 0 79 0 0 0 23 0 1 0 548757302 1798144 270 33554432000 4194304 4955518 140734709156496 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/28875/statm: 439 270 104 186 0 252 0
[pid=28876] ppid=28858 vsize=320124 CPUtime=0 cores=0-7
/proc/28876/stat : 28876 (python) S 28858 28858 28468 0 -1 4202560 780 0 0 0 0 0 0 0 15 0 1 0 548757306 327806976 5692 33554432000 4194304 5683644 140733275318768 18446744073709551615 271550557766 0 0 16781312 514 6370429638140723460 0 0 17 2 0 0 0
/proc/28876/statm: 80031 5692 348 364 0 15937 0
[pid=28878] ppid=28876 vsize=1756 CPUtime=0.46 cores=0-7
/proc/28878/stat : 28878 (march_hi) R 28876 28878 28878 0 -1 4202496 527 0 0 0 46 0 0 0 25 0 1 0 548757306 1798144 260 33554432000 4194304 4955518 140733633685424 18446744073709551615 4244887 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28878/statm: 439 260 104 186 0 252 0
[pid=28879] ppid=28858 vsize=330380 CPUtime=0 cores=0-7
/proc/28879/stat : 28879 (python) S 28858 28858 28468 0 -1 4202560 767 0 0 0 0 0 0 0 19 0 1 0 548757310 338309120 5696 33554432000 4194304 5683644 140733275318768 18446744073709551615 271550557766 0 0 16781312 514 16431989900296847359 0 0 17 6 0 0 0
/proc/28879/statm: 82595 5696 348 364 0 18498 0
[pid=28881] ppid=28879 vsize=1017800 CPUtime=0.74 cores=0-7
/proc/28881/stat : 28881 (gnovelty+2) R 28879 28881 28881 0 -1 4202496 424 0 0 0 74 0 0 0 22 0 1 0 548757310 1042227200 159 33554432000 134512640 135663704 4294366096 18446744073709551615 134545786 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28881/statm: 254450 159 113 282 0 254166 0
[pid=28882] ppid=28858 vsize=340636 CPUtime=0 cores=0-7
/proc/28882/stat : 28882 (python) S 28858 28858 28468 0 -1 4202560 789 0 0 0 0 0 0 0 18 0 1 0 548757314 348811264 5717 33554432000 4194304 5683644 140733275318768 18446744073709551615 271550557766 0 0 16781312 514 4608884467094749441 0 0 17 1 0 0 0
/proc/28882/statm: 85159 5717 348 364 0 21059 0
[pid=28884] ppid=28882 vsize=1756 CPUtime=0.68 cores=0-7
/proc/28884/stat : 28884 (march_hi) R 28882 28884 28884 0 -1 4202496 536 0 0 0 68 0 0 0 25 0 1 0 548757316 1798144 269 33554432000 4194304 4955518 140733493543024 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28884/statm: 439 269 104 186 0 252 0
[pid=28885] ppid=28858 vsize=351024 CPUtime=0 cores=0-7
/proc/28885/stat : 28885 (python) S 28858 28858 28468 0 -1 4202560 827 0 0 0 0 0 0 0 16 0 1 0 548757318 359448576 5743 33554432000 4194304 5683644 140733275318768 18446744073709551615 271550557766 0 0 16781312 514 5633031169856471297 0 0 17 3 0 0 0
/proc/28885/statm: 87756 5743 354 364 0 23653 0
[pid=28887] ppid=28885 vsize=1756 CPUtime=0.31 cores=0-7
/proc/28887/stat : 28887 (march_hi) R 28885 28887 28887 0 -1 4202496 529 0 0 0 31 0 0 0 25 0 1 0 548757318 1798144 258 33554432000 4194304 4955518 140734283897728 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28887/statm: 439 258 104 186 0 252 0
[pid=28858/tid=28865] ppid=28856 vsize=361268 CPUtime=0 cores=0-7
/proc/28858/task/28865/stat : 28865 (python) S 28856 28858 28468 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 548757291 369938432 7282 33554432000 4194304 5683644 140733275318768 18446744073709551615 271562361265 0 0 16781312 2 18446604447111699264 0 0 -1 4 0 0 0
[pid=28858/tid=28868] ppid=28856 vsize=361268 CPUtime=0 cores=0-7
/proc/28858/task/28868/stat : 28868 (python) S 28856 28858 28468 0 -1 4202560 25 934 0 0 0 0 0 0 22 0 9 0 548757294 369938432 7282 33554432000 4194304 5683644 140733275318768 18446744073709551615 271562361265 0 0 16781312 2 18446604447111699264 0 0 -1 0 0 0 0
[pid=28858/tid=28871] ppid=28856 vsize=361268 CPUtime=0 cores=0-7
/proc/28858/task/28871/stat : 28871 (python) S 28856 28858 28468 0 -1 4202560 21 934 0 0 0 0 0 0 24 0 9 0 548757298 369938432 7282 33554432000 4194304 5683644 140733275318768 18446744073709551615 271562361265 0 0 16781312 2 18446604447111699264 0 0 -1 4 0 0 0
[pid=28858/tid=28874] ppid=28856 vsize=361268 CPUtime=0 cores=0-7
/proc/28858/task/28874/stat : 28874 (python) S 28856 28858 28468 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 548757302 369938432 7282 33554432000 4194304 5683644 140733275318768 18446744073709551615 271562361265 0 0 16781312 2 18446604447111699264 0 0 -1 2 0 0 0
[pid=28858/tid=28877] ppid=28856 vsize=361268 CPUtime=0 cores=0-7
/proc/28858/task/28877/stat : 28877 (python) S 28856 28858 28468 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 9 0 548757306 369938432 7282 33554432000 4194304 5683644 140733275318768 18446744073709551615 271562361265 0 0 16781312 2 18446604447111699264 0 0 -1 2 0 0 0
[pid=28858/tid=28880] ppid=28856 vsize=361268 CPUtime=0 cores=0-7
/proc/28858/task/28880/stat : 28880 (python) S 28856 28858 28468 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 548757310 369938432 7282 33554432000 4194304 5683644 140733275318768 18446744073709551615 271562361265 0 0 16781312 2 18446604447111699264 0 0 -1 6 0 0 0
[pid=28858/tid=28883] ppid=28856 vsize=361268 CPUtime=0 cores=0-7
/proc/28858/task/28883/stat : 28883 (python) S 28856 28858 28468 0 -1 4202560 24 934 0 0 0 0 0 0 21 0 9 0 548757314 369938432 7282 33554432000 4194304 5683644 140733275318768 18446744073709551615 271562361265 0 0 16781312 2 18446604447111699264 0 0 -1 4 0 0 0
[pid=28858/tid=28886] ppid=28856 vsize=361268 CPUtime=0 cores=0-7
/proc/28858/task/28886/stat : 28886 (python) S 28856 28858 28468 0 -1 4202560 30 934 0 0 0 0 0 0 22 0 9 0 548757318 369938432 7282 33554432000 4194304 5683644 140733275318768 18446744073709551615 271562361265 0 0 16781312 2 18446604447111699264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 4363484

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

[startup+1.70167 s]
/proc/loadavg: 7.95 8.78 8.98 11/232 28887
/proc/meminfo: memFree=26931824/32951124 swapFree=67111336/67111528
[pid=28858] ppid=28856 vsize=361268 CPUtime=0.73 cores=0-7
/proc/28858/stat : 28858 (python) S 28856 28858 28468 0 -1 4202496 15779 934 1 0 61 12 0 0 22 0 9 0 548757235 369938432 7282 33554432000 4194304 5683644 140733275318768 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 90317 7282 1889 364 0 26214 0
[pid=28864] ppid=28858 vsize=278556 CPUtime=0 cores=0-7
/proc/28864/stat : 28864 (python) S 28858 28858 28468 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 548757290 285241344 5562 33554432000 4194304 5683644 140733275318768 18446744073709551615 271550557711 0 0 16781312 514 11978397161269231615 0 0 17 6 0 0 0
/proc/28864/statm: 69639 5562 354 364 0 5557 0
[pid=28866] ppid=28864 vsize=454884 CPUtime=1.14 cores=0-7
/proc/28866/stat : 28866 (TNM) R 28864 28866 28866 0 -1 4202496 408 0 0 0 114 0 0 0 25 0 1 0 548757291 465801216 144 33554432000 134512640 135008748 4293886960 18446744073709551615 134529300 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28866/statm: 113721 144 46 122 0 112621 0
[pid=28867] ppid=28858 vsize=289252 CPUtime=0 cores=0-7
/proc/28867/stat : 28867 (python) S 28858 28858 28468 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 548757294 296194048 5671 33554432000 4194304 5683644 140733275318768 18446744073709551615 271550557766 0 0 16781312 514 3027672397143572737 0 0 17 0 0 0 0
/proc/28867/statm: 72313 5671 348 364 0 8228 0
[pid=28869] ppid=28867 vsize=1756 CPUtime=1.08 cores=0-7
/proc/28869/stat : 28869 (march_hi) R 28867 28869 28869 0 -1 4202496 536 0 0 0 108 0 0 0 25 0 1 0 548757295 1798144 274 33554432000 4194304 4955518 140734342635136 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28869/statm: 439 274 104 186 0 252 0
[pid=28870] ppid=28858 vsize=299156 CPUtime=0 cores=0-7
/proc/28870/stat : 28870 (python) S 28858 28858 28468 0 -1 4202560 772 0 0 0 0 0 0 0 15 0 1 0 548757298 306335744 5597 33554432000 4194304 5683644 140733275318768 18446744073709551615 271550557766 0 0 16781312 514 4968512730307723524 0 0 17 4 0 0 0
/proc/28870/statm: 74789 5597 348 364 0 10701 0
[pid=28872] ppid=28870 vsize=1756 CPUtime=1.05 cores=0-7
/proc/28872/stat : 28872 (march_hi) R 28870 28872 28872 0 -1 4202496 541 0 0 0 105 0 0 0 25 0 1 0 548757298 1798144 274 33554432000 4194304 4955518 140735975647216 18446744073709551615 4224654 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28872/statm: 439 274 104 186 0 252 0
[pid=28873] ppid=28858 vsize=309868 CPUtime=0 cores=0-7
/proc/28873/stat : 28873 (python) S 28858 28858 28468 0 -1 4202560 767 0 0 0 0 0 0 0 15 0 1 0 548757302 317304832 5688 33554432000 4194304 5683644 140733275318768 18446744073709551615 271550557766 0 0 16781312 514 11262433947046347009 0 0 17 1 0 0 0
/proc/28873/statm: 77467 5688 348 364 0 13376 0
[pid=28875] ppid=28873 vsize=1756 CPUtime=0.99 cores=0-7
/proc/28875/stat : 28875 (march_hi) R 28873 28875 28875 0 -1 4202496 536 0 0 0 99 0 0 0 24 0 1 0 548757302 1798144 273 33554432000 4194304 4955518 140734709156496 18446744073709551615 4224541 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/28875/statm: 439 273 104 186 0 252 0
[pid=28876] ppid=28858 vsize=320124 CPUtime=0 cores=0-7
/proc/28876/stat : 28876 (python) S 28858 28858 28468 0 -1 4202560 787 0 0 0 0 0 0 0 15 0 1 0 548757306 327806976 5692 33554432000 4194304 5683644 140733275318768 18446744073709551615 271550557766 0 0 16781312 514 6370429638140723460 0 0 17 2 0 0 0
/proc/28876/statm: 80031 5692 348 364 0 15937 0
[pid=28878] ppid=28876 vsize=1756 CPUtime=0.56 cores=0-7
/proc/28878/stat : 28878 (march_hi) R 28876 28878 28878 0 -1 4202496 528 0 0 0 56 0 0 0 25 0 1 0 548757306 1798144 261 33554432000 4194304 4955518 140733633685424 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28878/statm: 439 261 104 186 0 252 0
[pid=28879] ppid=28858 vsize=330380 CPUtime=0 cores=0-7
/proc/28879/stat : 28879 (python) S 28858 28858 28468 0 -1 4202560 767 0 0 0 0 0 0 0 19 0 1 0 548757310 338309120 5696 33554432000 4194304 5683644 140733275318768 18446744073709551615 271550557766 0 0 16781312 514 16431989900296847359 0 0 17 6 0 0 0
/proc/28879/statm: 82595 5696 348 364 0 18498 0
[pid=28881] ppid=28879 vsize=1017800 CPUtime=0.94 cores=0-7
/proc/28881/stat : 28881 (gnovelty+2) R 28879 28881 28881 0 -1 4202496 424 0 0 0 94 0 0 0 23 0 1 0 548757310 1042227200 159 33554432000 134512640 135663704 4294366096 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28881/statm: 254450 159 113 282 0 254166 0
[pid=28882] ppid=28858 vsize=340636 CPUtime=0 cores=0-7
/proc/28882/stat : 28882 (python) S 28858 28858 28468 0 -1 4202560 790 0 0 0 0 0 0 0 16 0 1 0 548757314 348811264 5717 33554432000 4194304 5683644 140733275318768 18446744073709551615 271550557766 0 0 16781312 514 4608884467094749441 0 0 17 1 0 0 0
/proc/28882/statm: 85159 5717 348 364 0 21059 0
[pid=28884] ppid=28882 vsize=1756 CPUtime=0.88 cores=0-7
/proc/28884/stat : 28884 (march_hi) R 28882 28884 28884 0 -1 4202496 538 0 0 0 88 0 0 0 25 0 1 0 548757316 1798144 271 33554432000 4194304 4955518 140733493543024 18446744073709551615 4238717 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28884/statm: 439 271 104 186 0 252 0
[pid=28885] ppid=28858 vsize=351024 CPUtime=0 cores=0-7
/proc/28885/stat : 28885 (python) S 28858 28858 28468 0 -1 4202560 830 0 0 0 0 0 0 0 15 0 1 0 548757318 359448576 5743 33554432000 4194304 5683644 140733275318768 18446744073709551615 271550557766 0 0 16781312 514 5633031169856471297 0 0 17 3 0 0 0
/proc/28885/statm: 87756 5743 354 364 0 23653 0
[pid=28887] ppid=28885 vsize=1756 CPUtime=0.41 cores=0-7
/proc/28887/stat : 28887 (march_hi) R 28885 28887 28887 0 -1 4202496 529 0 0 0 41 0 0 0 25 0 1 0 548757318 1798144 258 33554432000 4194304 4955518 140734283897728 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28887/statm: 439 258 104 186 0 252 0
[pid=28858/tid=28865] ppid=28856 vsize=361268 CPUtime=0 cores=0-7
/proc/28858/task/28865/stat : 28865 (python) S 28856 28858 28468 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 548757291 369938432 7282 33554432000 4194304 5683644 140733275318768 18446744073709551615 271562361265 0 0 16781312 2 18446604447111699264 0 0 -1 4 0 0 0
[pid=28858/tid=28868] ppid=28856 vsize=361268 CPUtime=0 cores=0-7
/proc/28858/task/28868/stat : 28868 (python) S 28856 28858 28468 0 -1 4202560 25 934 0 0 0 0 0 0 22 0 9 0 548757294 369938432 7282 33554432000 4194304 5683644 140733275318768 18446744073709551615 271562361265 0 0 16781312 2 18446604447111699264 0 0 -1 0 0 0 0
[pid=28858/tid=28871] ppid=28856 vsize=361268 CPUtime=0 cores=0-7
/proc/28858/task/28871/stat : 28871 (python) S 28856 28858 28468 0 -1 4202560 21 934 0 0 0 0 0 0 24 0 9 0 548757298 369938432 7282 33554432000 4194304 5683644 140733275318768 18446744073709551615 271562361265 0 0 16781312 2 18446604447111699264 0 0 -1 4 0 0 0
[pid=28858/tid=28874] ppid=28856 vsize=361268 CPUtime=0 cores=0-7
/proc/28858/task/28874/stat : 28874 (python) S 28856 28858 28468 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 548757302 369938432 7282 33554432000 4194304 5683644 140733275318768 18446744073709551615 271562361265 0 0 16781312 2 18446604447111699264 0 0 -1 2 0 0 0
[pid=28858/tid=28877] ppid=28856 vsize=361268 CPUtime=0 cores=0-7
/proc/28858/task/28877/stat : 28877 (python) S 28856 28858 28468 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 9 0 548757306 369938432 7282 33554432000 4194304 5683644 140733275318768 18446744073709551615 271562361265 0 0 16781312 2 18446604447111699264 0 0 -1 2 0 0 0
[pid=28858/tid=28880] ppid=28856 vsize=361268 CPUtime=0 cores=0-7
/proc/28858/task/28880/stat : 28880 (python) S 28856 28858 28468 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 548757310 369938432 7282 33554432000 4194304 5683644 140733275318768 18446744073709551615 271562361265 0 0 16781312 2 18446604447111699264 0 0 -1 6 0 0 0
[pid=28858/tid=28883] ppid=28856 vsize=361268 CPUtime=0 cores=0-7
/proc/28858/task/28883/stat : 28883 (python) S 28856 28858 28468 0 -1 4202560 24 934 0 0 0 0 0 0 21 0 9 0 548757314 369938432 7282 33554432000 4194304 5683644 140733275318768 18446744073709551615 271562361265 0 0 16781312 2 18446604447111699264 0 0 -1 4 0 0 0
[pid=28858/tid=28886] ppid=28856 vsize=361268 CPUtime=0 cores=0-7
/proc/28858/task/28886/stat : 28886 (python) S 28856 28858 28468 0 -1 4202560 30 934 0 0 0 0 0 0 22 0 9 0 548757318 369938432 7282 33554432000 4194304 5683644 140733275318768 18446744073709551615 271562361265 0 0 16781312 2 18446604447111699264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 4363484

Child status: 0
Real time (s): 1.79725
CPU time (s): 8.40172
CPU user time (s): 8.23075
CPU system time (s): 0.170974
CPU usage (%): 467.476
Max. virtual memory (cumulated for all children) (KiB): 4363484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.23075
system time used= 0.170974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32001
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= 2255
involuntary context switches= 1084

runsolver used 0.001999 second user time and 0.013997 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-02 23:26:33
IDJOB=3322053
IDBENCH=82831
IDSOLVER=1712
FILE ID=node133/3322053-1304371593
RUNJOBID= node133-1304366465-28482
PBS_JOBID= 13181738
Free space on /tmp= 73648 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1469984978-038.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-3322053-1304371593/watcher-3322053-1304371593 -o /tmp/evaluation-result-3322053-1304371593/solver-3322053-1304371593 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322053-1304371593.cnf -seed 1719099220 -budget 40000 -cores 8

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

MD5SUM BENCH= aa033649e20861950136340d4750574f
RANDOM SEED=1719099220

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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:      26990584 kB
Buffers:        607140 kB
Cached:        1730940 kB
SwapCached:        124 kB
Active:        3731184 kB
Inactive:      1860724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26990584 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:           32360 kB
Writeback:           4 kB
AnonPages:     3253980 kB
Mapped:          20056 kB
Slab:           293636 kB
PageTables:      12300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3759288 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73616 MiB
End job on node133 at 2011-05-02 23:26:35