Trace number 3378353

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 33.7959 8.94077

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1227489160-001.UNKNOWN.cnf
MD5SUM9f541a728bb78454d33f408db36e3bd8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.08007
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.33/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.47	c INFO: solving HOME/instance-3378353-1305464982.cnf
0.33/0.47	c INFO: computing task features
0.33/0.48	c INFO: computed variable-clause graph statistics
0.33/0.48	c INFO: computed clause balance statistics
0.41/0.52	c INFO: computed variable balance statistics
0.41/0.55	c INFO: computed small-clause counts
0.41/0.55	c INFO: computed Horn-clause counts
0.41/0.55	c INFO: computed variable graph statistics
0.41/0.55	c INFO: collected features for HOME/instance-3378353-1305464982.cnf in 0.07 s
0.41/0.56	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.61)
0.41/0.57	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.38)
0.41/0.58	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.33)
0.41/0.59	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.29)
33.61/8.92	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-3378353-1305464982/watcher-3378353-1305464982 -o /tmp/evaluation-result-3378353-1305464982/solver-3378353-1305464982 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378353-1305464982.cnf -seed 781305549 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.57 8.08 7.44 5/367 18981
/proc/meminfo: memFree=19801432/32951124 swapFree=66457188/67111528
[pid=18981] ppid=18979 vsize=16244 CPUtime=0 cores=1,3,5,7
/proc/18981/stat : 18981 (python) R 18979 18981 18093 0 -1 4202496 1002 0 0 0 0 0 0 0 25 0 1 0 658096367 16633856 876 33554432000 4194304 5683644 140734583726816 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18981/statm: 4061 879 372 364 0 548 0

[startup+0.0979951 s]
/proc/loadavg: 7.57 8.08 7.44 5/367 18981
/proc/meminfo: memFree=19801432/32951124 swapFree=66457188/67111528
[pid=18981] ppid=18979 vsize=102012 CPUtime=0.07 cores=1,3,5,7
/proc/18981/stat : 18981 (python) R 18979 18981 18093 0 -1 4202496 3001 0 0 0 5 2 0 0 17 0 1 0 658096367 104460288 2695 33554432000 4194304 5683644 140734583726816 18446744073709551615 4516308 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18981/statm: 25503 2695 841 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 102012

[startup+0.101032 s]
/proc/loadavg: 7.57 8.08 7.44 5/367 18981
/proc/meminfo: memFree=19801432/32951124 swapFree=66457188/67111528
[pid=18981] ppid=18979 vsize=104220 CPUtime=0.07 cores=1,3,5,7
/proc/18981/stat : 18981 (python) S 18979 18981 18093 0 -1 4202496 3045 0 0 0 5 2 0 0 17 0 1 0 658096367 106721280 2732 33554432000 4194304 5683644 140734583726816 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 1 0 0 0
/proc/18981/statm: 26055 2732 847 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104220

[startup+0.300962 s]
/proc/loadavg: 7.57 8.08 7.44 5/367 18981
/proc/meminfo: memFree=19801432/32951124 swapFree=66457188/67111528
[pid=18981] ppid=18979 vsize=166544 CPUtime=0.24 cores=1,3,5,7
/proc/18981/stat : 18981 (python) S 18979 18981 18093 0 -1 4202496 6699 935 1 0 16 8 0 0 17 0 1 0 658096367 170541056 4780 33554432000 4194304 5683644 140734583726816 18446744073709551615 232330968711 0 2147483391 16781312 2 18446744071699453118 0 0 17 1 0 0 0
/proc/18981/statm: 41636 4780 1322 364 0 3453 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 166544

[startup+0.700887 s]
/proc/loadavg: 7.57 8.08 7.44 5/367 18981
/proc/meminfo: memFree=19801432/32951124 swapFree=66457188/67111528
[pid=18981] ppid=18979 vsize=320160 CPUtime=0.49 cores=1,3,5,7
/proc/18981/stat : 18981 (python) S 18979 18981 18093 0 -1 4202496 12172 935 1 0 38 11 0 0 21 0 5 0 658096367 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18981/statm: 80040 7229 1873 364 0 15949 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 320160

[startup+1.50074 s]
/proc/loadavg: 7.53 8.07 7.44 9/380 18999
/proc/meminfo: memFree=19763880/32951124 swapFree=66457188/67111528
[pid=18981] ppid=18979 vsize=320160 CPUtime=0.49 cores=1,3,5,7
/proc/18981/stat : 18981 (python) S 18979 18981 18093 0 -1 4202496 12172 935 1 0 38 11 0 0 21 0 5 0 658096367 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18981/statm: 80040 7229 1873 364 0 15949 0
[pid=18987] ppid=18981 vsize=278472 CPUtime=0 cores=1,3,5,7
/proc/18987/stat : 18987 (python) S 18981 18981 18093 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 658096423 285155328 5525 33554432000 4194304 5683644 140734583726816 18446744073709551615 232335912463 0 0 16781312 514 16828247018999644159 0 0 17 7 0 0 0
/proc/18987/statm: 69618 5525 354 364 0 5536 0
[pid=18989] ppid=18987 vsize=1017800 CPUtime=0.93 cores=1,3,5,7
/proc/18989/stat : 18989 (gnovelty+2) R 18987 18989 18989 0 -1 4202496 427 0 0 0 93 0 0 0 21 0 1 0 658096424 1042227200 162 33554432000 134512640 135663704 4292980624 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18989/statm: 254450 162 113 282 0 254166 0
[pid=18990] ppid=18981 vsize=289236 CPUtime=0 cores=1,3,5,7
/proc/18990/stat : 18990 (python) S 18981 18981 18093 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 658096425 296177664 5666 33554432000 4194304 5683644 140734583726816 18446744073709551615 232335912518 0 0 16781312 514 17691106910838685956 0 0 17 7 0 0 0
/proc/18990/statm: 72309 5666 348 364 0 8224 0
[pid=18992] ppid=18990 vsize=1420 CPUtime=0.92 cores=1,3,5,7
/proc/18992/stat : 18992 (march_hi) R 18990 18992 18992 0 -1 4202496 472 0 0 0 92 0 0 0 25 0 1 0 658096425 1454080 208 33554432000 4194304 4955518 140735315398960 18446744073709551615 4263553 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18992/statm: 355 208 106 186 0 168 0
[pid=18993] ppid=18981 vsize=299120 CPUtime=0 cores=1,3,5,7
/proc/18993/stat : 18993 (python) S 18981 18981 18093 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 658096425 306298880 5561 33554432000 4194304 5683644 140734583726816 18446744073709551615 232335912518 0 0 16781312 514 10549374268154544390 0 0 17 7 0 0 0
/proc/18993/statm: 74780 5561 348 364 0 10692 0
[pid=18996] ppid=18993 vsize=1420 CPUtime=0.91 cores=1,3,5,7
/proc/18996/stat : 18996 (march_hi) R 18993 18996 18996 0 -1 4202496 470 0 0 0 91 0 0 0 23 0 1 0 658096426 1454080 208 33554432000 4194304 4955518 140734382125696 18446744073709551615 4224646 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18996/statm: 355 208 106 186 0 168 0
[pid=18997] ppid=18981 vsize=309916 CPUtime=0 cores=1,3,5,7
/proc/18997/stat : 18997 (python) S 18981 18981 18093 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 658096426 317353984 5700 33554432000 4194304 5683644 140734583726816 18446744073709551615 232335912518 0 0 16781312 514 5606929416648098053 0 0 17 7 0 0 0
/proc/18997/statm: 77479 5700 348 364 0 13388 0
[pid=18999] ppid=18997 vsize=1420 CPUtime=0.88 cores=1,3,5,7
/proc/18999/stat : 18999 (march_hi) R 18997 18999 18999 0 -1 4202496 468 0 0 0 88 0 0 0 25 0 1 0 658096427 1454080 209 33554432000 4194304 4955518 140736808671312 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18999/statm: 355 209 106 186 0 168 0
[pid=18981/tid=18988] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18988/stat : 18988 (python) S 18979 18981 18093 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 5 0 658096424 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18981/tid=18991] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18991/stat : 18991 (python) S 18979 18981 18093 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 5 0 658096425 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 1 0 0 0
[pid=18981/tid=18994] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18994/stat : 18994 (python) S 18979 18981 18093 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 658096426 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18981/tid=18998] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18998/stat : 18998 (python) S 18979 18981 18093 0 -1 4202560 22 935 0 0 0 0 0 0 22 0 5 0 658096427 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 2518964

[startup+3.10046 s]
/proc/loadavg: 7.53 8.07 7.44 10/380 18999
/proc/meminfo: memFree=19763284/32951124 swapFree=66457188/67111528
[pid=18981] ppid=18979 vsize=320160 CPUtime=0.49 cores=1,3,5,7
/proc/18981/stat : 18981 (python) S 18979 18981 18093 0 -1 4202496 12172 935 1 0 38 11 0 0 21 0 5 0 658096367 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18981/statm: 80040 7229 1873 364 0 15949 0
[pid=18987] ppid=18981 vsize=278472 CPUtime=0 cores=1,3,5,7
/proc/18987/stat : 18987 (python) S 18981 18981 18093 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 658096423 285155328 5525 33554432000 4194304 5683644 140734583726816 18446744073709551615 232335912463 0 0 16781312 514 16828247018999611656 0 0 17 7 0 0 0
/proc/18987/statm: 69618 5525 354 364 0 5536 0
[pid=18989] ppid=18987 vsize=1017800 CPUtime=2.53 cores=1,3,5,7
/proc/18989/stat : 18989 (gnovelty+2) R 18987 18989 18989 0 -1 4202496 427 0 0 0 253 0 0 0 25 0 1 0 658096424 1042227200 162 33554432000 134512640 135663704 4292980624 18446744073709551615 134525247 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18989/statm: 254450 162 113 282 0 254166 0
[pid=18990] ppid=18981 vsize=289236 CPUtime=0 cores=1,3,5,7
/proc/18990/stat : 18990 (python) S 18981 18981 18093 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 658096425 296177664 5666 33554432000 4194304 5683644 140734583726816 18446744073709551615 232335912518 0 0 16781312 514 17691106910838685956 0 0 17 7 0 0 0
/proc/18990/statm: 72309 5666 348 364 0 8224 0
[pid=18992] ppid=18990 vsize=1420 CPUtime=2.52 cores=1,3,5,7
/proc/18992/stat : 18992 (march_hi) R 18990 18992 18992 0 -1 4202496 472 0 0 0 252 0 0 0 25 0 1 0 658096425 1454080 208 33554432000 4194304 4955518 140735315398960 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18992/statm: 355 208 106 186 0 168 0
[pid=18993] ppid=18981 vsize=299120 CPUtime=0 cores=1,3,5,7
/proc/18993/stat : 18993 (python) S 18981 18981 18093 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 658096425 306298880 5561 33554432000 4194304 5683644 140734583726816 18446744073709551615 232335912518 0 0 16781312 514 10549374268154544390 0 0 17 1 0 0 0
/proc/18993/statm: 74780 5561 348 364 0 10692 0
[pid=18996] ppid=18993 vsize=1420 CPUtime=2.51 cores=1,3,5,7
/proc/18996/stat : 18996 (march_hi) R 18993 18996 18996 0 -1 4202496 470 0 0 0 251 0 0 0 25 0 1 0 658096426 1454080 208 33554432000 4194304 4955518 140734382125696 18446744073709551615 4208620 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18996/statm: 355 208 106 186 0 168 0
[pid=18997] ppid=18981 vsize=309916 CPUtime=0 cores=1,3,5,7
/proc/18997/stat : 18997 (python) S 18981 18981 18093 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 658096426 317353984 5700 33554432000 4194304 5683644 140734583726816 18446744073709551615 232335912518 0 0 16781312 514 17691111308885197061 0 0 17 7 0 0 0
/proc/18997/statm: 77479 5700 348 364 0 13388 0
[pid=18999] ppid=18997 vsize=1420 CPUtime=2.47 cores=1,3,5,7
/proc/18999/stat : 18999 (march_hi) R 18997 18999 18999 0 -1 4202496 468 0 0 0 247 0 0 0 25 0 1 0 658096427 1454080 209 33554432000 4194304 4955518 140736808671312 18446744073709551615 4208626 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18999/statm: 355 209 106 186 0 168 0
[pid=18981/tid=18988] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18988/stat : 18988 (python) S 18979 18981 18093 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 5 0 658096424 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18981/tid=18991] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18991/stat : 18991 (python) S 18979 18981 18093 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 5 0 658096425 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 1 0 0 0
[pid=18981/tid=18994] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18994/stat : 18994 (python) S 18979 18981 18093 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 658096426 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18981/tid=18998] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18998/stat : 18998 (python) S 18979 18981 18093 0 -1 4202560 22 935 0 0 0 0 0 0 22 0 5 0 658096427 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.52
Current children cumulated vsize (KiB) 2518964

[startup+6.30089 s]
/proc/loadavg: 7.56 8.07 7.44 10/380 18999
/proc/meminfo: memFree=19762328/32951124 swapFree=66457188/67111528
[pid=18981] ppid=18979 vsize=320160 CPUtime=0.49 cores=1,3,5,7
/proc/18981/stat : 18981 (python) S 18979 18981 18093 0 -1 4202496 12172 935 1 0 38 11 0 0 21 0 5 0 658096367 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18981/statm: 80040 7229 1873 364 0 15949 0
[pid=18987] ppid=18981 vsize=278472 CPUtime=0 cores=1,3,5,7
/proc/18987/stat : 18987 (python) S 18981 18981 18093 0 -1 4202560 893 0 0 0 0 0 0 0 18 0 1 0 658096423 285155328 5548 33554432000 4194304 5683644 140734583726816 18446744073709551615 232335912463 0 0 16781312 514 16828247018999611656 0 0 17 7 0 0 0
/proc/18987/statm: 69618 5548 377 364 0 5536 0
[pid=18989] ppid=18987 vsize=1017800 CPUtime=5.73 cores=1,3,5,7
/proc/18989/stat : 18989 (gnovelty+2) R 18987 18989 18989 0 -1 4202496 427 0 0 0 573 0 0 0 25 0 1 0 658096424 1042227200 162 33554432000 134512640 135663704 4292980624 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18989/statm: 254450 162 113 282 0 254166 0
[pid=18990] ppid=18981 vsize=289236 CPUtime=0.02 cores=1,3,5,7
/proc/18990/stat : 18990 (python) S 18981 18981 18093 0 -1 4202560 920 0 0 0 1 1 0 0 15 0 1 0 658096425 296177664 5688 33554432000 4194304 5683644 140734583726816 18446744073709551615 232335912518 0 0 16781312 514 17691106910838685956 0 0 17 3 0 0 0
/proc/18990/statm: 72309 5688 370 364 0 8224 0
[pid=18992] ppid=18990 vsize=1420 CPUtime=5.7 cores=1,3,5,7
/proc/18992/stat : 18992 (march_hi) R 18990 18992 18992 0 -1 4202496 472 0 0 0 570 0 0 0 25 0 1 0 658096425 1454080 208 33554432000 4194304 4955518 140735315398960 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18992/statm: 355 208 106 186 0 168 0
[pid=18993] ppid=18981 vsize=299120 CPUtime=0.02 cores=1,3,5,7
/proc/18993/stat : 18993 (python) S 18981 18981 18093 0 -1 4202560 913 0 0 0 1 1 0 0 15 0 1 0 658096425 306298880 5583 33554432000 4194304 5683644 140734583726816 18446744073709551615 232335912518 0 0 16781312 514 10549374268154544390 0 0 17 1 0 0 0
/proc/18993/statm: 74780 5583 370 364 0 10692 0
[pid=18996] ppid=18993 vsize=1420 CPUtime=5.69 cores=1,3,5,7
/proc/18996/stat : 18996 (march_hi) R 18993 18996 18996 0 -1 4202496 470 0 0 0 569 0 0 0 25 0 1 0 658096426 1454080 208 33554432000 4194304 4955518 140734382125696 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18996/statm: 355 208 106 186 0 168 0
[pid=18997] ppid=18981 vsize=309916 CPUtime=0.01 cores=1,3,5,7
/proc/18997/stat : 18997 (python) S 18981 18981 18093 0 -1 4202560 913 0 0 0 1 0 0 0 15 0 1 0 658096426 317353984 5723 33554432000 4194304 5683644 140734583726816 18446744073709551615 232335912518 0 0 16781312 514 17691111308885197061 0 0 17 7 0 0 0
/proc/18997/statm: 77479 5723 371 364 0 13388 0
[pid=18999] ppid=18997 vsize=1420 CPUtime=5.59 cores=1,3,5,7
/proc/18999/stat : 18999 (march_hi) R 18997 18999 18999 0 -1 4202496 468 0 0 0 559 0 0 0 25 0 1 0 658096427 1454080 209 33554432000 4194304 4955518 140736808671312 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18999/statm: 355 209 106 186 0 168 0
[pid=18981/tid=18988] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18988/stat : 18988 (python) S 18979 18981 18093 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 5 0 658096424 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18981/tid=18991] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18991/stat : 18991 (python) S 18979 18981 18093 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 5 0 658096425 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 1 0 0 0
[pid=18981/tid=18994] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18994/stat : 18994 (python) S 18979 18981 18093 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 658096426 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18981/tid=18998] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18998/stat : 18998 (python) S 18979 18981 18093 0 -1 4202560 22 935 0 0 0 0 0 0 22 0 5 0 658096427 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.25
Current children cumulated vsize (KiB) 2518964

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

[startup+7.90061 s]
/proc/loadavg: 7.56 8.07 7.44 13/380 18999
/proc/meminfo: memFree=19762332/32951124 swapFree=66457188/67111528
[pid=18981] ppid=18979 vsize=320160 CPUtime=0.49 cores=1,3,5,7
/proc/18981/stat : 18981 (python) S 18979 18981 18093 0 -1 4202496 12172 935 1 0 38 11 0 0 21 0 5 0 658096367 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18981/statm: 80040 7229 1873 364 0 15949 0
[pid=18987] ppid=18981 vsize=278472 CPUtime=0 cores=1,3,5,7
/proc/18987/stat : 18987 (python) S 18981 18981 18093 0 -1 4202560 893 0 0 0 0 0 0 0 18 0 1 0 658096423 285155328 5548 33554432000 4194304 5683644 140734583726816 18446744073709551615 232335912463 0 0 16781312 514 16828247018999611656 0 0 17 5 0 0 0
/proc/18987/statm: 69618 5548 377 364 0 5536 0
[pid=18989] ppid=18987 vsize=1017800 CPUtime=7.33 cores=1,3,5,7
/proc/18989/stat : 18989 (gnovelty+2) R 18987 18989 18989 0 -1 4202496 427 0 0 0 733 0 0 0 25 0 1 0 658096424 1042227200 162 33554432000 134512640 135663704 4292980624 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18989/statm: 254450 162 113 282 0 254166 0
[pid=18990] ppid=18981 vsize=289236 CPUtime=1.21 cores=1,3,5,7
/proc/18990/stat : 18990 (python) R 18981 18981 18093 0 -1 4202560 925 0 0 0 86 35 0 0 17 0 1 0 658096425 296177664 5688 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347722559 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/18990/statm: 72309 5688 370 364 0 8224 0
[pid=18992] ppid=18990 vsize=0 CPUtime=6.1 cores=1,3,5,7
/proc/18992/stat : 18992 (march_hi) R 18990 18992 18992 0 -1 4202500 474 0 0 0 610 0 0 0 25 0 1 0 658096425 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18992/statm: 0 0 0 0 0 0 0
[pid=18993] ppid=18981 vsize=299120 CPUtime=1.2 cores=1,3,5,7
/proc/18993/stat : 18993 (python) R 18981 18981 18093 0 -1 4202560 913 0 0 0 83 37 0 0 17 0 1 0 658096425 306298880 5583 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347722559 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/18993/statm: 74780 5583 370 364 0 10692 0
[pid=18996] ppid=18993 vsize=0 CPUtime=6.11 cores=1,3,5,7
/proc/18996/stat : 18996 (march_hi) R 18993 18996 18996 0 -1 4202500 472 0 0 0 611 0 0 0 25 0 1 0 658096426 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/18996/statm: 0 0 0 0 0 0 0
[pid=18997] ppid=18981 vsize=309916 CPUtime=1.04 cores=1,3,5,7
/proc/18997/stat : 18997 (python) R 18981 18981 18093 0 -1 4202560 918 0 0 0 73 31 0 0 17 0 1 0 658096426 317353984 5723 33554432000 4194304 5683644 140734583726816 18446744073709551615 4527938 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/18997/statm: 77479 5723 371 364 0 13388 0
[pid=18999] ppid=18997 vsize=0 CPUtime=6.14 cores=1,3,5,7
/proc/18999/stat : 18999 (march_hi) R 18997 18999 18999 0 -1 4202500 470 0 0 0 614 0 0 0 25 0 1 0 658096427 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18999/statm: 0 0 0 0 0 0 0
[pid=18981/tid=18988] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18988/stat : 18988 (python) S 18979 18981 18093 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 5 0 658096424 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18981/tid=18991] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18991/stat : 18991 (python) S 18979 18981 18093 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 5 0 658096425 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 1 0 0 0
[pid=18981/tid=18994] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18994/stat : 18994 (python) S 18979 18981 18093 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 658096426 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18981/tid=18998] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18998/stat : 18998 (python) S 18979 18981 18093 0 -1 4202560 22 935 0 0 0 0 0 0 22 0 5 0 658096427 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 29.62
Current children cumulated vsize (KiB) 2514704

[startup+8.70046 s]
/proc/loadavg: 7.56 8.07 7.44 14/380 18999
/proc/meminfo: memFree=19762620/32951124 swapFree=66457188/67111528
[pid=18981] ppid=18979 vsize=320160 CPUtime=0.49 cores=1,3,5,7
/proc/18981/stat : 18981 (python) S 18979 18981 18093 0 -1 4202496 12172 935 1 0 38 11 0 0 21 0 5 0 658096367 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18981/statm: 80040 7229 1873 364 0 15949 0
[pid=18987] ppid=18981 vsize=278472 CPUtime=0 cores=1,3,5,7
/proc/18987/stat : 18987 (python) S 18981 18981 18093 0 -1 4202560 893 0 0 0 0 0 0 0 18 0 1 0 658096423 285155328 5548 33554432000 4194304 5683644 140734583726816 18446744073709551615 232335912463 0 0 16781312 514 16828247018999611656 0 0 17 5 0 0 0
/proc/18987/statm: 69618 5548 377 364 0 5536 0
[pid=18989] ppid=18987 vsize=1017800 CPUtime=8.14 cores=1,3,5,7
/proc/18989/stat : 18989 (gnovelty+2) R 18987 18989 18989 0 -1 4202496 427 0 0 0 814 0 0 0 25 0 1 0 658096424 1042227200 162 33554432000 134512640 135663704 4292980624 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18989/statm: 254450 162 113 282 0 254166 0
[pid=18990] ppid=18981 vsize=289236 CPUtime=2.02 cores=1,3,5,7
/proc/18990/stat : 18990 (python) R 18981 18981 18093 0 -1 4202560 925 0 0 0 140 62 0 0 18 0 1 0 658096425 296177664 5688 33554432000 4194304 5683644 140734583726816 18446744073709551615 232335912518 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/18990/statm: 72309 5688 370 364 0 8224 0
[pid=18992] ppid=18990 vsize=0 CPUtime=6.1 cores=1,3,5,7
/proc/18992/stat : 18992 (march_hi) R 18990 18992 18992 0 -1 4202500 474 0 0 0 610 0 0 0 25 0 1 0 658096425 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18992/statm: 0 0 0 0 0 0 0
[pid=18993] ppid=18981 vsize=299120 CPUtime=2 cores=1,3,5,7
/proc/18993/stat : 18993 (python) R 18981 18981 18093 0 -1 4202560 913 0 0 0 138 62 0 0 18 0 1 0 658096425 306298880 5583 33554432000 4194304 5683644 140734583726816 18446744073709551615 232335912518 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/18993/statm: 74780 5583 370 364 0 10692 0
[pid=18996] ppid=18993 vsize=0 CPUtime=6.11 cores=1,3,5,7
/proc/18996/stat : 18996 (march_hi) R 18993 18996 18996 0 -1 4202500 472 0 0 0 611 0 0 0 25 0 1 0 658096426 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/18996/statm: 0 0 0 0 0 0 0
[pid=18997] ppid=18981 vsize=309916 CPUtime=1.84 cores=1,3,5,7
/proc/18997/stat : 18997 (python) R 18981 18981 18093 0 -1 4202560 918 0 0 0 127 57 0 0 18 0 1 0 658096426 317353984 5723 33554432000 4194304 5683644 140734583726816 18446744073709551615 4475922 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/18997/statm: 77479 5723 371 364 0 13388 0
[pid=18999] ppid=18997 vsize=0 CPUtime=6.14 cores=1,3,5,7
/proc/18999/stat : 18999 (march_hi) R 18997 18999 18999 0 -1 4202500 470 0 0 0 614 0 0 0 25 0 1 0 658096427 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18999/statm: 0 0 0 0 0 0 0
[pid=18981/tid=18988] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18988/stat : 18988 (python) S 18979 18981 18093 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 5 0 658096424 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18981/tid=18991] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18991/stat : 18991 (python) S 18979 18981 18093 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 5 0 658096425 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 1 0 0 0
[pid=18981/tid=18994] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18994/stat : 18994 (python) S 18979 18981 18093 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 658096426 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18981/tid=18998] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18998/stat : 18998 (python) S 18979 18981 18093 0 -1 4202560 22 935 0 0 0 0 0 0 22 0 5 0 658096427 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 32.84
Current children cumulated vsize (KiB) 2514704

[startup+8.90043 s]
/proc/loadavg: 7.56 8.07 7.44 14/380 18999
/proc/meminfo: memFree=19762620/32951124 swapFree=66457188/67111528
[pid=18981] ppid=18979 vsize=320160 CPUtime=0.49 cores=1,3,5,7
/proc/18981/stat : 18981 (python) S 18979 18981 18093 0 -1 4202496 12172 935 1 0 38 11 0 0 21 0 5 0 658096367 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18981/statm: 80040 7229 1873 364 0 15949 0
[pid=18987] ppid=18981 vsize=278472 CPUtime=0 cores=1,3,5,7
/proc/18987/stat : 18987 (python) S 18981 18981 18093 0 -1 4202560 893 0 0 0 0 0 0 0 18 0 1 0 658096423 285155328 5548 33554432000 4194304 5683644 140734583726816 18446744073709551615 232335912463 0 0 16781312 514 16828247018999611656 0 0 17 5 0 0 0
/proc/18987/statm: 69618 5548 377 364 0 5536 0
[pid=18989] ppid=18987 vsize=1017800 CPUtime=8.33 cores=1,3,5,7
/proc/18989/stat : 18989 (gnovelty+2) R 18987 18989 18989 0 -1 4202496 427 0 0 0 833 0 0 0 25 0 1 0 658096424 1042227200 162 33554432000 134512640 135663704 4292980624 18446744073709551615 134524433 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18989/statm: 254450 162 113 282 0 254166 0
[pid=18990] ppid=18981 vsize=289236 CPUtime=2.21 cores=1,3,5,7
/proc/18990/stat : 18990 (python) R 18981 18981 18093 0 -1 4202560 925 0 0 0 153 68 0 0 18 0 1 0 658096425 296177664 5688 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347722559 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/18990/statm: 72309 5688 370 364 0 8224 0
[pid=18992] ppid=18990 vsize=0 CPUtime=6.1 cores=1,3,5,7
/proc/18992/stat : 18992 (march_hi) R 18990 18992 18992 0 -1 4202500 474 0 0 0 610 0 0 0 25 0 1 0 658096425 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18992/statm: 0 0 0 0 0 0 0
[pid=18993] ppid=18981 vsize=299120 CPUtime=2.2 cores=1,3,5,7
/proc/18993/stat : 18993 (python) R 18981 18981 18093 0 -1 4202560 913 0 0 0 152 68 0 0 18 0 1 0 658096425 306298880 5583 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347722559 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/18993/statm: 74780 5583 370 364 0 10692 0
[pid=18996] ppid=18993 vsize=0 CPUtime=6.11 cores=1,3,5,7
/proc/18996/stat : 18996 (march_hi) R 18993 18996 18996 0 -1 4202500 472 0 0 0 611 0 0 0 25 0 1 0 658096426 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/18996/statm: 0 0 0 0 0 0 0
[pid=18997] ppid=18981 vsize=309916 CPUtime=2.03 cores=1,3,5,7
/proc/18997/stat : 18997 (python) R 18981 18981 18093 0 -1 4202560 918 0 0 0 140 63 0 0 18 0 1 0 658096426 317353984 5723 33554432000 4194304 5683644 140734583726816 18446744073709551615 47175891944990 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/18997/statm: 77479 5723 371 364 0 13388 0
[pid=18999] ppid=18997 vsize=0 CPUtime=6.14 cores=1,3,5,7
/proc/18999/stat : 18999 (march_hi) R 18997 18999 18999 0 -1 4202500 470 0 0 0 614 0 0 0 25 0 1 0 658096427 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18999/statm: 0 0 0 0 0 0 0
[pid=18981/tid=18988] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18988/stat : 18988 (python) S 18979 18981 18093 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 5 0 658096424 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18981/tid=18991] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18991/stat : 18991 (python) S 18979 18981 18093 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 5 0 658096425 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 1 0 0 0
[pid=18981/tid=18994] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18994/stat : 18994 (python) S 18979 18981 18093 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 658096426 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
[pid=18981/tid=18998] ppid=18979 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/18981/task/18998/stat : 18998 (python) S 18979 18981 18093 0 -1 4202560 22 935 0 0 0 0 0 0 22 0 5 0 658096427 327843840 7229 33554432000 4194304 5683644 140734583726816 18446744073709551615 232347716017 0 0 16781312 2 18446604463894801152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 33.61
Current children cumulated vsize (KiB) 2514704

Child status: 0
Real time (s): 8.94077
CPU time (s): 33.7959
CPU user time (s): 31.6352
CPU system time (s): 2.16067
CPU usage (%): 377.997
Max. virtual memory (cumulated for all children) (KiB): 2518968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.6352
system time used= 2.16067
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23344
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= 2307
involuntary context switches= 1647

runsolver used 0.029995 second user time and 0.081987 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 15:09:42
IDJOB=3378353
IDBENCH=82762
IDSOLVER=1859
FILE ID=node132/3378353-1305464982
RUNJOBID= node132-1305463312-18112
PBS_JOBID= 13324991
Free space on /tmp= 73308 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1227489160-001.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-3378353-1305464982/watcher-3378353-1305464982 -o /tmp/evaluation-result-3378353-1305464982/solver-3378353-1305464982 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378353-1305464982.cnf -seed 781305549 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9f541a728bb78454d33f408db36e3bd8
RANDOM SEED=781305549

node132.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.833
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.833
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.74
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.833
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.76
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.833
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.75
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.833
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.77
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.833
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.67
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.833
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.82
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.833
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:      19801712 kB
Buffers:        304800 kB
Cached:        6001404 kB
SwapCached:       6904 kB
Active:        6384196 kB
Inactive:      6431592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19801712 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:           32704 kB
Writeback:           0 kB
AnonPages:     6507688 kB
Mapped:          28984 kB
Slab:           228388 kB
PageTables:      39612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 62020536 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= 73276 MiB
End job on node132 at 2011-05-15 15:09:51