Trace number 3378497

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 31.8412 13.0721

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S428924146-076.UNKNOWN.cnf
MD5SUM8742ded32e7243c8b59546e2dc82a4b4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.40687
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.35/0.62	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.63	c INFO: solving HOME/instance-3378497-1305465940.cnf
0.35/0.63	c INFO: computing task features
0.35/0.63	c INFO: computed variable-clause graph statistics
0.35/0.64	c INFO: computed clause balance statistics
0.35/0.67	c INFO: computed variable balance statistics
0.35/0.70	c INFO: computed small-clause counts
0.44/0.70	c INFO: computed Horn-clause counts
0.44/0.70	c INFO: computed variable graph statistics
0.44/0.70	c INFO: collected features for HOME/instance-3378497-1305465940.cnf in 0.07 s
0.44/0.71	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.61)
0.44/0.72	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.39)
0.44/0.73	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.34)
0.44/0.74	c INFO: running march_hi@0 for 194 with 1199 remaining (b = 0.19)
31.60/13.05	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-3378497-1305465940/watcher-3378497-1305465940 -o /tmp/evaluation-result-3378497-1305465940/solver-3378497-1305465940 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378497-1305465940.cnf -seed 1880760259 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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: 11.23 11.21 10.78 8/486 18346
/proc/meminfo: memFree=24418124/32951124 swapFree=53501244/67111528
[pid=18346] ppid=18344 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/18346/stat : 18346 (python) R 18344 18346 16982 0 -1 4202496 1038 0 0 0 0 0 0 0 25 0 1 0 658196636 16629760 910 33554432000 4194304 5683644 140736507933120 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18346/statm: 4060 910 380 364 0 547 0

[startup+0.0312039 s]
/proc/loadavg: 11.23 11.21 10.78 8/486 18346
/proc/meminfo: memFree=24418124/32951124 swapFree=53501244/67111528
[pid=18346] ppid=18344 vsize=16536 CPUtime=0.01 cores=0,2,4,6
/proc/18346/stat : 18346 (python) S 18344 18346 16982 0 -1 4202496 1185 0 0 0 1 0 0 0 25 0 1 0 658196636 16932864 1046 33554432000 4194304 5683644 140736507933120 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/18346/statm: 4134 1046 417 364 0 621 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16536

[startup+0.100193 s]
/proc/loadavg: 11.23 11.21 10.78 8/486 18346
/proc/meminfo: memFree=24418124/32951124 swapFree=53501244/67111528
[pid=18346] ppid=18344 vsize=93960 CPUtime=0.06 cores=0,2,4,6
/proc/18346/stat : 18346 (python) R 18344 18346 16982 0 -1 4202496 2692 0 0 0 4 2 0 0 25 0 1 0 658196636 96215040 2407 33554432000 4194304 5683644 140736507933120 18446744073709551615 216634513408 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/18346/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.30015 s]
/proc/loadavg: 11.23 11.21 10.78 8/486 18346
/proc/meminfo: memFree=24418124/32951124 swapFree=53501244/67111528
[pid=18346] ppid=18344 vsize=135748 CPUtime=0.19 cores=0,2,4,6
/proc/18346/stat : 18346 (python) S 18344 18346 16982 0 -1 4202496 5963 933 1 0 14 5 0 0 25 0 1 0 658196636 139005952 4151 33554432000 4194304 5683644 140736507933120 18446744073709551615 216634511365 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/18346/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.701076 s]
/proc/loadavg: 11.23 11.21 10.78 8/486 18346
/proc/meminfo: memFree=24418124/32951124 swapFree=53501244/67111528
[pid=18346] ppid=18344 vsize=278296 CPUtime=0.44 cores=0,2,4,6
/proc/18346/stat : 18346 (python) R 18344 18346 16982 0 -1 4202496 9308 933 1 0 34 10 0 0 25 0 1 0 658196636 284975104 6979 33554432000 4194304 5683644 140736507933120 18446744073709551615 4607593 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/18346/statm: 69574 6979 1829 364 0 5498 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 278296

[startup+1.50093 s]
/proc/loadavg: 11.23 11.21 10.78 13/499 18363
/proc/meminfo: memFree=24380448/32951124 swapFree=53501244/67111528
[pid=18346] ppid=18344 vsize=385528 CPUtime=0.47 cores=0,2,4,6
/proc/18346/stat : 18346 (python) S 18344 18346 16982 0 -1 4202496 12025 933 1 0 37 10 0 0 20 0 5 0 658196636 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18346/statm: 96382 7328 1881 364 0 32291 0
[pid=18352] ppid=18346 vsize=278472 CPUtime=0 cores=0,2,4,6
/proc/18352/stat : 18352 (python) S 18346 18346 16982 0 -1 4202560 734 0 0 0 0 0 0 0 25 0 1 0 658196708 285155328 5525 33554432000 4194304 5683644 140736507933120 18446744073709551615 216634535439 0 0 16781312 514 3046504007670431743 0 0 17 6 0 0 0
/proc/18352/statm: 69618 5525 354 364 0 5536 0
[pid=18358] ppid=18352 vsize=1017800 CPUtime=0.42 cores=0,2,4,6
/proc/18358/stat : 18358 (gnovelty+2) R 18352 18358 18358 0 -1 4202496 427 0 0 0 42 0 0 0 25 0 1 0 658196710 1042227200 162 33554432000 134512640 135663704 4291073680 18446744073709551615 134545670 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18358/statm: 254450 162 113 282 0 254166 0
[pid=18354] ppid=18346 vsize=289236 CPUtime=0 cores=0,2,4,6
/proc/18354/stat : 18354 (python) R 18346 18346 16982 0 -1 4202560 746 0 0 0 0 0 0 0 20 0 1 0 658196708 296177664 5667 33554432000 4194304 5683644 140736507933120 18446744073709551615 5308097 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/18354/statm: 72309 5667 348 364 0 8224 0
[pid=18356] ppid=18354 vsize=1420 CPUtime=0.75 cores=0,2,4,6
/proc/18356/stat : 18356 (march_hi) R 18354 18356 18356 0 -1 4202496 471 0 0 0 75 0 0 0 25 0 1 0 658196709 1454080 208 33554432000 4194304 4955518 140736021799104 18446744073709551615 4311718 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18356/statm: 355 208 106 186 0 168 0
[pid=18357] ppid=18346 vsize=365028 CPUtime=0 cores=0,2,4,6
/proc/18357/stat : 18357 (python) S 18346 18346 16982 0 -1 4202560 711 0 0 0 0 0 0 0 15 0 1 0 658196710 373788672 5844 33554432000 4194304 5683644 140736507933120 18446744073709551615 216634535494 0 0 16781312 514 17052347829705474308 0 0 17 6 0 0 0
/proc/18357/statm: 91257 5844 348 364 0 27169 0
[pid=18362] ppid=18357 vsize=1420 CPUtime=0.42 cores=0,2,4,6
/proc/18362/stat : 18362 (march_hi) R 18357 18362 18362 0 -1 4202496 460 0 0 0 42 0 0 0 21 0 1 0 658196711 1454080 209 33554432000 4194304 4955518 140735112715968 18446744073709551615 4244539 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18362/statm: 355 209 106 186 0 168 0
[pid=18360] ppid=18346 vsize=375284 CPUtime=0 cores=0,2,4,6
/proc/18360/stat : 18360 (python) S 18346 18346 16982 0 -1 4202560 720 0 0 0 0 0 0 0 15 0 1 0 658196711 384290816 5789 33554432000 4194304 5683644 140736507933120 18446744073709551615 216634535494 0 0 16781312 514 5606933531226767618 0 0 17 6 0 0 0
/proc/18360/statm: 93821 5789 348 364 0 29730 0
[pid=18363] ppid=18360 vsize=1420 CPUtime=0.31 cores=0,2,4,6
/proc/18363/stat : 18363 (march_hi) R 18360 18363 18363 0 -1 4202496 462 0 0 0 31 0 0 0 22 0 1 0 658196711 1454080 208 33554432000 4194304 4955518 140734468483904 18446744073709551615 4235624 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18363/statm: 355 208 106 186 0 168 0
[pid=18346/tid=18353] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18353/stat : 18353 (python) S 18344 18346 16982 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 5 0 658196708 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 4 0 0 0
[pid=18346/tid=18355] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18355/stat : 18355 (python) S 18344 18346 16982 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 5 0 658196709 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 4 0 0 0
[pid=18346/tid=18359] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18359/stat : 18359 (python) S 18344 18346 16982 0 -1 4202560 58 933 0 0 0 0 0 0 20 0 5 0 658196710 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 4 0 0 0
[pid=18346/tid=18361] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18361/stat : 18361 (python) S 18344 18346 16982 0 -1 4202560 18 933 0 0 0 0 0 0 21 0 5 0 658196711 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 2715608

[startup+3.10065 s]
/proc/loadavg: 11.37 11.24 10.79 12/499 18363
/proc/meminfo: memFree=24378956/32951124 swapFree=53501244/67111528
[pid=18346] ppid=18344 vsize=385528 CPUtime=0.47 cores=0,2,4,6
/proc/18346/stat : 18346 (python) S 18344 18346 16982 0 -1 4202496 12025 933 1 0 37 10 0 0 20 0 5 0 658196636 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18346/statm: 96382 7328 1881 364 0 32291 0
[pid=18352] ppid=18346 vsize=278472 CPUtime=0 cores=0,2,4,6
/proc/18352/stat : 18352 (python) S 18346 18346 16982 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 658196708 285155328 5525 33554432000 4194304 5683644 140736507933120 18446744073709551615 216634535439 0 0 16781312 514 3046504007670399234 0 0 17 6 0 0 0
/proc/18352/statm: 69618 5525 354 364 0 5536 0
[pid=18358] ppid=18352 vsize=1017800 CPUtime=1.21 cores=0,2,4,6
/proc/18358/stat : 18358 (gnovelty+2) R 18352 18358 18358 0 -1 4202496 427 0 0 0 121 0 0 0 25 0 1 0 658196710 1042227200 162 33554432000 134512640 135663704 4291073680 18446744073709551615 134524704 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18358/statm: 254450 162 113 282 0 254166 0
[pid=18354] ppid=18346 vsize=289236 CPUtime=0 cores=0,2,4,6
/proc/18354/stat : 18354 (python) S 18346 18346 16982 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 658196708 296177664 5667 33554432000 4194304 5683644 140736507933120 18446744073709551615 216634535494 0 0 16781312 514 16017184020433436931 0 0 17 4 0 0 0
/proc/18354/statm: 72309 5667 348 364 0 8224 0
[pid=18356] ppid=18354 vsize=1420 CPUtime=2.35 cores=0,2,4,6
/proc/18356/stat : 18356 (march_hi) R 18354 18356 18356 0 -1 4202496 471 0 0 0 235 0 0 0 25 0 1 0 658196709 1454080 208 33554432000 4194304 4955518 140736021799104 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18356/statm: 355 208 106 186 0 168 0
[pid=18357] ppid=18346 vsize=365028 CPUtime=0 cores=0,2,4,6
/proc/18357/stat : 18357 (python) S 18346 18346 16982 0 -1 4202560 714 0 0 0 0 0 0 0 15 0 1 0 658196710 373788672 5844 33554432000 4194304 5683644 140736507933120 18446744073709551615 216634535494 0 0 16781312 514 17052347829705474308 0 0 17 6 0 0 0
/proc/18357/statm: 91257 5844 348 364 0 27169 0
[pid=18362] ppid=18357 vsize=1420 CPUtime=1.22 cores=0,2,4,6
/proc/18362/stat : 18362 (march_hi) R 18357 18362 18362 0 -1 4202496 460 0 0 0 122 0 0 0 25 0 1 0 658196711 1454080 209 33554432000 4194304 4955518 140735112715968 18446744073709551615 4225386 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18362/statm: 355 209 106 186 0 168 0
[pid=18360] ppid=18346 vsize=375284 CPUtime=0 cores=0,2,4,6
/proc/18360/stat : 18360 (python) S 18346 18346 16982 0 -1 4202560 722 0 0 0 0 0 0 0 15 0 1 0 658196711 384290816 5789 33554432000 4194304 5683644 140736507933120 18446744073709551615 216634535494 0 0 16781312 514 5606933535521734914 0 0 17 6 0 0 0
/proc/18360/statm: 93821 5789 348 364 0 29730 0
[pid=18363] ppid=18360 vsize=1420 CPUtime=1.1 cores=0,2,4,6
/proc/18363/stat : 18363 (march_hi) R 18360 18363 18363 0 -1 4202496 462 0 0 0 110 0 0 0 25 0 1 0 658196711 1454080 208 33554432000 4194304 4955518 140734468483904 18446744073709551615 4297685 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18363/statm: 355 208 106 186 0 168 0
[pid=18346/tid=18353] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18353/stat : 18353 (python) S 18344 18346 16982 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 5 0 658196708 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 4 0 0 0
[pid=18346/tid=18355] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18355/stat : 18355 (python) S 18344 18346 16982 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 5 0 658196709 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 4 0 0 0
[pid=18346/tid=18359] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18359/stat : 18359 (python) S 18344 18346 16982 0 -1 4202560 58 933 0 0 0 0 0 0 20 0 5 0 658196710 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 4 0 0 0
[pid=18346/tid=18361] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18361/stat : 18361 (python) S 18344 18346 16982 0 -1 4202560 18 933 0 0 0 0 0 0 21 0 5 0 658196711 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 2715608

[startup+6.30109 s]
/proc/loadavg: 11.37 11.24 10.79 12/499 18363
/proc/meminfo: memFree=24376364/32951124 swapFree=53501244/67111528
[pid=18346] ppid=18344 vsize=385528 CPUtime=0.47 cores=0,2,4,6
/proc/18346/stat : 18346 (python) S 18344 18346 16982 0 -1 4202496 12025 933 1 0 37 10 0 0 20 0 5 0 658196636 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18346/statm: 96382 7328 1881 364 0 32291 0
[pid=18352] ppid=18346 vsize=278472 CPUtime=0.01 cores=0,2,4,6
/proc/18352/stat : 18352 (python) S 18346 18346 16982 0 -1 4202560 896 0 0 0 0 1 0 0 18 0 1 0 658196708 285155328 5548 33554432000 4194304 5683644 140736507933120 18446744073709551615 216634535439 0 0 16781312 514 3046504007670399234 0 0 17 6 0 0 0
/proc/18352/statm: 69618 5548 377 364 0 5536 0
[pid=18358] ppid=18352 vsize=1017800 CPUtime=2.75 cores=0,2,4,6
/proc/18358/stat : 18358 (gnovelty+2) R 18352 18358 18358 0 -1 4202496 427 0 0 0 275 0 0 0 25 0 1 0 658196710 1042227200 162 33554432000 134512640 135663704 4291073680 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18358/statm: 254450 162 113 282 0 254166 0
[pid=18354] ppid=18346 vsize=289236 CPUtime=0.02 cores=0,2,4,6
/proc/18354/stat : 18354 (python) S 18346 18346 16982 0 -1 4202560 927 0 0 0 1 1 0 0 15 0 1 0 658196708 296177664 5690 33554432000 4194304 5683644 140736507933120 18446744073709551615 216634535494 0 0 16781312 514 16017184020433436931 0 0 17 4 0 0 0
/proc/18354/statm: 72309 5690 371 364 0 8224 0
[pid=18356] ppid=18354 vsize=1420 CPUtime=4.8 cores=0,2,4,6
/proc/18356/stat : 18356 (march_hi) R 18354 18356 18356 0 -1 4202496 476 0 0 0 480 0 0 0 25 0 1 0 658196709 1454080 213 33554432000 4194304 4955518 140736021799104 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18356/statm: 355 213 106 186 0 168 0
[pid=18357] ppid=18346 vsize=365028 CPUtime=0.01 cores=0,2,4,6
/proc/18357/stat : 18357 (python) S 18346 18346 16982 0 -1 4202560 789 0 0 0 1 0 0 0 15 0 1 0 658196710 373788672 5867 33554432000 4194304 5683644 140736507933120 18446744073709551615 216634535494 0 0 16781312 514 17052347829705474308 0 0 17 2 0 0 0
/proc/18357/statm: 91257 5867 371 364 0 27169 0
[pid=18362] ppid=18357 vsize=1420 CPUtime=2.8 cores=0,2,4,6
/proc/18362/stat : 18362 (march_hi) R 18357 18362 18362 0 -1 4202496 461 0 0 0 280 0 0 0 25 0 1 0 658196711 1454080 210 33554432000 4194304 4955518 140735112715968 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18362/statm: 355 210 106 186 0 168 0
[pid=18360] ppid=18346 vsize=375284 CPUtime=0.02 cores=0,2,4,6
/proc/18360/stat : 18360 (python) S 18346 18346 16982 0 -1 4202560 804 0 0 0 1 1 0 0 15 0 1 0 658196711 384290816 5812 33554432000 4194304 5683644 140736507933120 18446744073709551615 216634535494 0 0 16781312 514 16017175224340414722 0 0 17 6 0 0 0
/proc/18360/statm: 93821 5812 371 364 0 29730 0
[pid=18363] ppid=18360 vsize=1420 CPUtime=3.39 cores=0,2,4,6
/proc/18363/stat : 18363 (march_hi) R 18360 18363 18363 0 -1 4202496 463 0 0 0 339 0 0 0 25 0 1 0 658196711 1454080 209 33554432000 4194304 4955518 140734468483904 18446744073709551615 4224482 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18363/statm: 355 209 106 186 0 168 0
[pid=18346/tid=18353] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18353/stat : 18353 (python) S 18344 18346 16982 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 5 0 658196708 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 4 0 0 0
[pid=18346/tid=18355] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18355/stat : 18355 (python) S 18344 18346 16982 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 5 0 658196709 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 4 0 0 0
[pid=18346/tid=18359] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18359/stat : 18359 (python) S 18344 18346 16982 0 -1 4202560 58 933 0 0 0 0 0 0 20 0 5 0 658196710 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 4 0 0 0
[pid=18346/tid=18361] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18361/stat : 18361 (python) S 18344 18346 16982 0 -1 4202560 18 933 0 0 0 0 0 0 21 0 5 0 658196711 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 14.27
Current children cumulated vsize (KiB) 2715608

[startup+12.701 s]
/proc/loadavg: 11.70 11.31 10.82 15/499 18364
/proc/meminfo: memFree=24372476/32951124 swapFree=53501244/67111528
[pid=18346] ppid=18344 vsize=385528 CPUtime=0.47 cores=0,2,4,6
/proc/18346/stat : 18346 (python) S 18344 18346 16982 0 -1 4202496 12025 933 1 0 37 10 0 0 20 0 5 0 658196636 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18346/statm: 96382 7328 1881 364 0 32291 0
[pid=18352] ppid=18346 vsize=278472 CPUtime=0.03 cores=0,2,4,6
/proc/18352/stat : 18352 (python) S 18346 18346 16982 0 -1 4202560 899 0 0 0 1 2 0 0 18 0 1 0 658196708 285155328 5548 33554432000 4194304 5683644 140736507933120 18446744073709551615 216634535439 0 0 16781312 514 15179751979959156994 0 0 17 0 0 0 0
/proc/18352/statm: 69618 5548 377 364 0 5536 0
[pid=18358] ppid=18352 vsize=1017800 CPUtime=5.92 cores=0,2,4,6
/proc/18358/stat : 18358 (gnovelty+2) R 18352 18358 18358 0 -1 4202496 427 0 0 0 592 0 0 0 25 0 1 0 658196710 1042227200 162 33554432000 134512640 135663704 4291073680 18446744073709551615 134525151 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18358/statm: 254450 162 113 282 0 254166 0
[pid=18354] ppid=18346 vsize=289236 CPUtime=1.11 cores=0,2,4,6
/proc/18354/stat : 18354 (python) S 18346 18346 16982 0 -1 4202560 942 0 0 0 97 14 0 0 17 0 1 0 658196708 296177664 5690 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646345535 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/18354/statm: 72309 5690 371 364 0 8224 0
[pid=18356] ppid=18354 vsize=0 CPUtime=7.44 cores=0,2,4,6
/proc/18356/stat : 18356 (march_hi) R 18354 18356 18356 0 -1 4202500 510 0 0 0 744 0 0 0 25 0 1 0 658196709 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18356/statm: 0 0 0 0 0 0 0
[pid=18357] ppid=18346 vsize=365028 CPUtime=0.04 cores=0,2,4,6
/proc/18357/stat : 18357 (python) S 18346 18346 16982 0 -1 4202560 797 0 0 0 3 1 0 0 15 0 1 0 658196710 373788672 5867 33554432000 4194304 5683644 140736507933120 18446744073709551615 216634535494 0 0 16781312 514 17052347829705474308 0 0 17 2 0 0 0
/proc/18357/statm: 91257 5867 371 364 0 27169 0
[pid=18362] ppid=18357 vsize=1420 CPUtime=5.97 cores=0,2,4,6
/proc/18362/stat : 18362 (march_hi) R 18357 18362 18362 0 -1 4202496 470 0 0 0 597 0 0 0 25 0 1 0 658196711 1454080 219 33554432000 4194304 4955518 140735112715968 18446744073709551615 4238038 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18362/statm: 355 219 106 186 0 168 0
[pid=18360] ppid=18346 vsize=375284 CPUtime=2.24 cores=0,2,4,6
/proc/18360/stat : 18360 (python) R 18346 18346 16982 0 -1 4202560 815 0 0 0 195 29 0 0 18 0 1 0 658196711 384290816 5812 33554432000 4194304 5683644 140736507933120 18446744073709551615 4620116 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/18360/statm: 93821 5812 371 364 0 29730 0
[pid=18363] ppid=18360 vsize=0 CPUtime=7.46 cores=0,2,4,6
/proc/18363/stat : 18363 (march_hi) R 18360 18363 18363 0 -1 4202500 501 0 0 0 746 0 0 0 25 0 1 0 658196711 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18363/statm: 0 0 0 0 0 0 0
[pid=18346/tid=18353] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18353/stat : 18353 (python) S 18344 18346 16982 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 5 0 658196708 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 4 0 0 0
[pid=18346/tid=18355] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18355/stat : 18355 (python) S 18344 18346 16982 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 5 0 658196709 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 4 0 0 0
[pid=18346/tid=18359] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18359/stat : 18359 (python) S 18344 18346 16982 0 -1 4202560 58 933 0 0 0 0 0 0 20 0 5 0 658196710 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 4 0 0 0
[pid=18346/tid=18361] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18361/stat : 18361 (python) S 18344 18346 16982 0 -1 4202560 18 933 0 0 0 0 0 0 21 0 5 0 658196711 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 30.68
Current children cumulated vsize (KiB) 2712768

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

[startup+12.8009 s]
/proc/loadavg: 11.70 11.31 10.82 15/499 18364
/proc/meminfo: memFree=24372476/32951124 swapFree=53501244/67111528
[pid=18346] ppid=18344 vsize=385528 CPUtime=0.47 cores=0,2,4,6
/proc/18346/stat : 18346 (python) S 18344 18346 16982 0 -1 4202496 12025 933 1 0 37 10 0 0 20 0 5 0 658196636 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18346/statm: 96382 7328 1881 364 0 32291 0
[pid=18352] ppid=18346 vsize=278472 CPUtime=0.03 cores=0,2,4,6
/proc/18352/stat : 18352 (python) S 18346 18346 16982 0 -1 4202560 899 0 0 0 1 2 0 0 18 0 1 0 658196708 285155328 5548 33554432000 4194304 5683644 140736507933120 18446744073709551615 216634535439 0 0 16781312 514 15179751979959156994 0 0 17 0 0 0 0
/proc/18352/statm: 69618 5548 377 364 0 5536 0
[pid=18358] ppid=18352 vsize=1017800 CPUtime=5.99 cores=0,2,4,6
/proc/18358/stat : 18358 (gnovelty+2) R 18352 18358 18358 0 -1 4202496 427 0 0 0 599 0 0 0 25 0 1 0 658196710 1042227200 162 33554432000 134512640 135663704 4291073680 18446744073709551615 134524681 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18358/statm: 254450 162 113 282 0 254166 0
[pid=18354] ppid=18346 vsize=289236 CPUtime=1.2 cores=0,2,4,6
/proc/18354/stat : 18354 (python) R 18346 18346 16982 0 -1 4202560 942 0 0 0 105 15 0 0 17 0 1 0 658196708 296177664 5690 33554432000 4194304 5683644 140736507933120 18446744073709551615 216634535494 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/18354/statm: 72309 5690 371 364 0 8224 0
[pid=18356] ppid=18354 vsize=0 CPUtime=7.44 cores=0,2,4,6
/proc/18356/stat : 18356 (march_hi) R 18354 18356 18356 0 -1 4202500 510 0 0 0 744 0 0 0 25 0 1 0 658196709 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18356/statm: 0 0 0 0 0 0 0
[pid=18357] ppid=18346 vsize=365028 CPUtime=0.04 cores=0,2,4,6
/proc/18357/stat : 18357 (python) S 18346 18346 16982 0 -1 4202560 797 0 0 0 3 1 0 0 15 0 1 0 658196710 373788672 5867 33554432000 4194304 5683644 140736507933120 18446744073709551615 216634535494 0 0 16781312 514 17052347829705474308 0 0 17 2 0 0 0
/proc/18357/statm: 91257 5867 371 364 0 27169 0
[pid=18362] ppid=18357 vsize=1420 CPUtime=6.01 cores=0,2,4,6
/proc/18362/stat : 18362 (march_hi) R 18357 18362 18362 0 -1 4202496 470 0 0 0 601 0 0 0 25 0 1 0 658196711 1454080 219 33554432000 4194304 4955518 140735112715968 18446744073709551615 4208626 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18362/statm: 355 219 106 186 0 168 0
[pid=18360] ppid=18346 vsize=375284 CPUtime=2.35 cores=0,2,4,6
/proc/18360/stat : 18360 (python) R 18346 18346 16982 0 -1 4202560 815 0 0 0 204 31 0 0 18 0 1 0 658196711 384290816 5812 33554432000 4194304 5683644 140736507933120 18446744073709551615 4868537 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/18360/statm: 93821 5812 371 364 0 29730 0
[pid=18363] ppid=18360 vsize=0 CPUtime=7.46 cores=0,2,4,6
/proc/18363/stat : 18363 (march_hi) R 18360 18363 18363 0 -1 4202500 501 0 0 0 746 0 0 0 25 0 1 0 658196711 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18363/statm: 0 0 0 0 0 0 0
[pid=18346/tid=18353] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18353/stat : 18353 (python) S 18344 18346 16982 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 5 0 658196708 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 4 0 0 0
[pid=18346/tid=18355] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18355/stat : 18355 (python) S 18344 18346 16982 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 5 0 658196709 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 4 0 0 0
[pid=18346/tid=18359] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18359/stat : 18359 (python) S 18344 18346 16982 0 -1 4202560 58 933 0 0 0 0 0 0 20 0 5 0 658196710 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 4 0 0 0
[pid=18346/tid=18361] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18361/stat : 18361 (python) S 18344 18346 16982 0 -1 4202560 18 933 0 0 0 0 0 0 21 0 5 0 658196711 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 30.99
Current children cumulated vsize (KiB) 2712768

[startup+13.0009 s]
/proc/loadavg: 11.70 11.31 10.82 15/499 18364
/proc/meminfo: memFree=24372476/32951124 swapFree=53501244/67111528
[pid=18346] ppid=18344 vsize=385528 CPUtime=0.47 cores=0,2,4,6
/proc/18346/stat : 18346 (python) S 18344 18346 16982 0 -1 4202496 12025 933 1 0 37 10 0 0 20 0 5 0 658196636 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18346/statm: 96382 7328 1881 364 0 32291 0
[pid=18352] ppid=18346 vsize=278472 CPUtime=0.03 cores=0,2,4,6
/proc/18352/stat : 18352 (python) S 18346 18346 16982 0 -1 4202560 899 0 0 0 1 2 0 0 18 0 1 0 658196708 285155328 5548 33554432000 4194304 5683644 140736507933120 18446744073709551615 216634535439 0 0 16781312 514 15179751979959156994 0 0 17 0 0 0 0
/proc/18352/statm: 69618 5548 377 364 0 5536 0
[pid=18358] ppid=18352 vsize=1017800 CPUtime=6.09 cores=0,2,4,6
/proc/18358/stat : 18358 (gnovelty+2) R 18352 18358 18358 0 -1 4202496 427 0 0 0 609 0 0 0 25 0 1 0 658196710 1042227200 162 33554432000 134512640 135663704 4291073680 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18358/statm: 254450 162 113 282 0 254166 0
[pid=18354] ppid=18346 vsize=289236 CPUtime=1.41 cores=0,2,4,6
/proc/18354/stat : 18354 (python) R 18346 18346 16982 0 -1 4202560 942 0 0 0 123 18 0 0 17 0 1 0 658196708 296177664 5690 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646345535 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/18354/statm: 72309 5690 371 364 0 8224 0
[pid=18356] ppid=18354 vsize=0 CPUtime=7.44 cores=0,2,4,6
/proc/18356/stat : 18356 (march_hi) R 18354 18356 18356 0 -1 4202500 510 0 0 0 744 0 0 0 25 0 1 0 658196709 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18356/statm: 0 0 0 0 0 0 0
[pid=18357] ppid=18346 vsize=365028 CPUtime=0.04 cores=0,2,4,6
/proc/18357/stat : 18357 (python) S 18346 18346 16982 0 -1 4202560 797 0 0 0 3 1 0 0 15 0 1 0 658196710 373788672 5867 33554432000 4194304 5683644 140736507933120 18446744073709551615 216634535494 0 0 16781312 514 17052347829705474308 0 0 17 2 0 0 0
/proc/18357/statm: 91257 5867 371 364 0 27169 0
[pid=18362] ppid=18357 vsize=1420 CPUtime=6.11 cores=0,2,4,6
/proc/18362/stat : 18362 (march_hi) R 18357 18362 18362 0 -1 4202496 470 0 0 0 611 0 0 0 25 0 1 0 658196711 1454080 219 33554432000 4194304 4955518 140735112715968 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18362/statm: 355 219 106 186 0 168 0
[pid=18360] ppid=18346 vsize=375284 CPUtime=2.55 cores=0,2,4,6
/proc/18360/stat : 18360 (python) R 18346 18346 16982 0 -1 4202560 815 0 0 0 222 33 0 0 18 0 1 0 658196711 384290816 5812 33554432000 4194304 5683644 140736507933120 18446744073709551615 4458800 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/18360/statm: 93821 5812 371 364 0 29730 0
[pid=18363] ppid=18360 vsize=0 CPUtime=7.46 cores=0,2,4,6
/proc/18363/stat : 18363 (march_hi) R 18360 18363 18363 0 -1 4202500 501 0 0 0 746 0 0 0 25 0 1 0 658196711 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18363/statm: 0 0 0 0 0 0 0
[pid=18346/tid=18353] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18353/stat : 18353 (python) S 18344 18346 16982 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 5 0 658196708 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 4 0 0 0
[pid=18346/tid=18355] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18355/stat : 18355 (python) S 18344 18346 16982 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 5 0 658196709 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 4 0 0 0
[pid=18346/tid=18359] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18359/stat : 18359 (python) S 18344 18346 16982 0 -1 4202560 58 933 0 0 0 0 0 0 20 0 5 0 658196710 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 4 0 0 0
[pid=18346/tid=18361] ppid=18344 vsize=385528 CPUtime=0 cores=0,2,4,6
/proc/18346/task/18361/stat : 18361 (python) S 18344 18346 16982 0 -1 4202560 18 933 0 0 0 0 0 0 21 0 5 0 658196711 394780672 7328 33554432000 4194304 5683644 140736507933120 18446744073709551615 216646338993 0 0 16781312 2 18446604441221666880 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 31.6
Current children cumulated vsize (KiB) 2712768

Child status: 0
Real time (s): 13.0721
CPU time (s): 31.8412
CPU user time (s): 31.1393
CPU system time (s): 0.701893
CPU usage (%): 243.582
Max. virtual memory (cumulated for all children) (KiB): 2715744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.1393
system time used= 0.701893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23146
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= 4210
involuntary context switches= 1691

runsolver used 0.065989 second user time and 0.136979 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-15 15:25:40
IDJOB=3378497
IDBENCH=82906
IDSOLVER=1859
FILE ID=node103/3378497-1305465940
RUNJOBID= node103-1305462668-17000
PBS_JOBID= 13324971
Free space on /tmp= 72932 MiB

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

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

MD5SUM BENCH= 8742ded32e7243c8b59546e2dc82a4b4
RANDOM SEED=1880760259

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:      24418404 kB
Buffers:        332472 kB
Cached:        4203580 kB
SwapCached:     340184 kB
Active:        3011708 kB
Inactive:      5214808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24418404 kB
SwapTotal:    67111528 kB
SwapFree:     53501244 kB
Dirty:           31860 kB
Writeback:           0 kB
AnonPages:     3361336 kB
Mapped:          27976 kB
Slab:           164244 kB
PageTables:      73236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141623340 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= 72900 MiB
End job on node103 at 2011-05-15 15:25:53