Trace number 3385566

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 8.24175 1.75563

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.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.47	c INFO: solving HOME/instance-3385566-1305568281.cnf
0.32/0.47	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.40/0.51	c INFO: computed small-clause counts
0.40/0.51	c INFO: computed Horn-clause counts
0.40/0.51	c INFO: computed variable graph statistics
0.40/0.51	c INFO: collected features for HOME/instance-3385566-1305568281.cnf in 0.05 s
0.40/0.54	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.55)
0.40/0.57	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.43)
0.50/0.61	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.27)
0.50/0.64	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.30)
0.50/0.67	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.09)
0.60/0.70	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.60/0.73	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.21)
0.60/0.77	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.23)
7.92/1.73	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-3385566-1305568281/watcher-3385566-1305568281 -o /tmp/evaluation-result-3385566-1305568281/solver-3385566-1305568281 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385566-1305568281.cnf -seed 1947343390 -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: 9.55 9.79 9.55 3/391 12968
/proc/meminfo: memFree=23125160/32951124 swapFree=44485784/67111528
[pid=12968] ppid=12966 vsize=16236 CPUtime=0 cores=0-7
/proc/12968/stat : 12968 (python) R 12966 12968 12176 0 -1 4202496 1037 0 0 0 0 0 0 0 25 0 1 0 668428519 16625664 909 33554432000 4194304 5683644 140733547159632 18446744073709551615 4539753 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/12968/statm: 4059 909 380 364 0 546 0

[startup+0.0272651 s]
/proc/loadavg: 9.55 9.79 9.55 3/391 12968
/proc/meminfo: memFree=23125160/32951124 swapFree=44485784/67111528
[pid=12968] ppid=12966 vsize=16808 CPUtime=0.01 cores=0-7
/proc/12968/stat : 12968 (python) S 12966 12968 12176 0 -1 4202496 1227 0 0 0 1 0 0 0 25 0 1 0 668428519 17211392 1085 33554432000 4194304 5683644 140733547159632 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/12968/statm: 4202 1085 417 364 0 689 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16808

[startup+0.100244 s]
/proc/loadavg: 9.55 9.79 9.55 3/391 12968
/proc/meminfo: memFree=23125160/32951124 swapFree=44485784/67111528
[pid=12968] ppid=12966 vsize=104216 CPUtime=0.07 cores=0-7
/proc/12968/stat : 12968 (python) R 12966 12968 12176 0 -1 4202496 3046 0 0 0 5 2 0 0 17 0 1 0 668428519 106717184 2731 33554432000 4194304 5683644 140733547159632 18446744073709551615 244446943232 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/12968/statm: 26054 2731 847 364 0 1802 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104216

[startup+0.300231 s]
/proc/loadavg: 9.55 9.79 9.55 3/391 12968
/proc/meminfo: memFree=23125160/32951124 swapFree=44485784/67111528
[pid=12968] ppid=12966 vsize=170752 CPUtime=0.23 cores=0-7
/proc/12968/stat : 12968 (python) S 12966 12968 12176 0 -1 4202496 6732 934 1 0 17 6 0 0 18 0 1 0 668428519 174850048 4805 33554432000 4194304 5683644 140733547159632 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/12968/statm: 42688 4805 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170752

[startup+0.700088 s]
/proc/loadavg: 9.55 9.79 9.55 3/391 12968
/proc/meminfo: memFree=23125160/32951124 swapFree=44485784/67111528
[pid=12968] ppid=12966 vsize=330436 CPUtime=0.6 cores=0-7
/proc/12968/stat : 12968 (python) R 12966 12968 12176 0 -1 4202496 13636 934 1 0 50 10 0 0 18 0 6 0 668428519 338366464 7247 33554432000 4194304 5683644 140733547159632 18446744073709551615 244450427209 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12968/statm: 82609 7247 1882 364 0 18515 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 330436

[startup+1.50094 s]
/proc/loadavg: 9.59 9.79 9.55 10/416 12997
/proc/meminfo: memFree=23068184/32951124 swapFree=44485784/67111528
[pid=12968] ppid=12966 vsize=361268 CPUtime=0.66 cores=0-7
/proc/12968/stat : 12968 (python) S 12966 12968 12176 0 -1 4202496 15798 934 1 0 56 10 0 0 22 0 9 0 668428519 369938432 7282 33554432000 4194304 5683644 140733547159632 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12968/statm: 90317 7282 1889 364 0 26214 0
[pid=12974] ppid=12968 vsize=278560 CPUtime=0 cores=0-7
/proc/12974/stat : 12974 (python) S 12968 12968 12176 0 -1 4202560 711 0 0 0 0 0 0 0 19 0 1 0 668428574 285245440 5548 33554432000 4194304 5683644 140733547159632 18446744073709551615 244446965263 0 0 16781312 514 4165754068188266495 0 0 17 0 0 0 0
/proc/12974/statm: 69640 5548 347 364 0 5558 0
[pid=12976] ppid=12974 vsize=454884 CPUtime=0.94 cores=0-7
/proc/12976/stat : 12976 (TNM) R 12974 12976 12976 0 -1 4202496 407 0 0 0 94 0 0 0 23 0 1 0 668428574 465801216 143 33554432000 134512640 135008748 4287236128 18446744073709551615 134535637 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12976/statm: 113721 143 46 122 0 112621 0
[pid=12977] ppid=12968 vsize=289288 CPUtime=0 cores=0-7
/proc/12977/stat : 12977 (python) S 12968 12968 12176 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 668428577 296230912 5680 33554432000 4194304 5683644 140733547159632 18446744073709551615 244446965318 0 0 16781312 514 9499331867535442178 0 0 17 0 0 0 0
/proc/12977/statm: 72322 5680 348 364 0 8237 0
[pid=12979] ppid=12977 vsize=1756 CPUtime=0.91 cores=0-7
/proc/12979/stat : 12979 (march_hi) R 12977 12979 12979 0 -1 4202496 533 0 0 0 91 0 0 0 23 0 1 0 668428577 1798144 271 33554432000 4194304 4955518 140737349516464 18446744073709551615 4210606 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12979/statm: 439 271 104 186 0 252 0
[pid=12980] ppid=12968 vsize=299072 CPUtime=0 cores=0-7
/proc/12980/stat : 12980 (python) S 12968 12968 12176 0 -1 4202560 767 0 0 0 0 0 0 0 15 0 1 0 668428580 306249728 5581 33554432000 4194304 5683644 140733547159632 18446744073709551615 244446965318 0 0 16781312 514 9499336265581953283 0 0 17 0 0 0 0
/proc/12980/statm: 74768 5581 348 364 0 10680 0
[pid=12982] ppid=12980 vsize=1756 CPUtime=0.87 cores=0-7
/proc/12982/stat : 12982 (march_hi) R 12980 12982 12982 0 -1 4202496 531 0 0 0 87 0 0 0 23 0 1 0 668428581 1798144 270 33554432000 4194304 4955518 140734142856432 18446744073709551615 4224738 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12982/statm: 439 270 104 186 0 252 0
[pid=12983] ppid=12968 vsize=309936 CPUtime=0 cores=0-7
/proc/12983/stat : 12983 (python) S 12968 12968 12176 0 -1 4202560 773 0 0 0 0 0 0 0 15 0 1 0 668428583 317374464 5705 33554432000 4194304 5683644 140733547159632 18446744073709551615 244446965318 0 0 16781312 514 4541567967195791617 0 0 17 3 0 0 0
/proc/12983/statm: 77484 5705 348 364 0 13393 0
[pid=12985] ppid=12983 vsize=1756 CPUtime=0.53 cores=0-7
/proc/12985/stat : 12985 (march_hi) R 12983 12985 12985 0 -1 4202496 520 0 0 0 53 0 0 0 24 0 1 0 668428584 1798144 259 33554432000 4194304 4955518 140736916644624 18446744073709551615 4224566 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12985/statm: 439 259 104 186 0 252 0
[pid=12986] ppid=12968 vsize=320192 CPUtime=0 cores=0-7
/proc/12986/stat : 12986 (python) S 12968 12968 12176 0 -1 4202560 771 0 0 0 0 0 0 0 15 0 1 0 668428586 327876608 5709 33554432000 4194304 5683644 140733547159632 18446744073709551615 244446965318 0 0 16781312 514 8635124524196528386 0 0 17 6 0 0 0
/proc/12986/statm: 80048 5709 348 364 0 15954 0
[pid=12988] ppid=12986 vsize=1756 CPUtime=0.81 cores=0-7
/proc/12988/stat : 12988 (march_hi) R 12986 12988 12988 0 -1 4202496 534 0 0 0 81 0 0 0 25 0 1 0 668428587 1798144 270 33554432000 4194304 4955518 140736438199232 18446744073709551615 4314992 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12988/statm: 439 270 104 186 0 252 0
[pid=12989] ppid=12968 vsize=330448 CPUtime=0 cores=0-7
/proc/12989/stat : 12989 (python) S 12968 12968 12176 0 -1 4202560 764 0 0 0 0 0 0 0 19 0 1 0 668428590 338378752 5713 33554432000 4194304 5683644 140733547159632 18446744073709551615 244446965318 0 0 16781312 514 15512046388400619519 0 0 17 6 0 0 0
/proc/12989/statm: 82612 5713 348 364 0 18515 0
[pid=12991] ppid=12989 vsize=1017800 CPUtime=0.77 cores=0-7
/proc/12991/stat : 12991 (gnovelty+2) R 12989 12991 12991 0 -1 4202496 425 0 0 0 77 0 0 0 23 0 1 0 668428590 1042227200 159 33554432000 134512640 135663704 4290766768 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12991/statm: 254450 159 113 282 0 254166 0
[pid=12992] ppid=12968 vsize=340164 CPUtime=0 cores=0-7
/proc/12992/stat : 12992 (python) S 12968 12968 12176 0 -1 4202560 795 0 0 0 0 0 0 0 15 0 1 0 668428593 348327936 5614 33554432000 4194304 5683644 140733547159632 18446744073709551615 244446965318 0 0 16781312 514 8635137718336061698 0 0 17 1 0 0 0
/proc/12992/statm: 85041 5614 348 364 0 20941 0
[pid=12994] ppid=12992 vsize=1756 CPUtime=0.73 cores=0-7
/proc/12994/stat : 12994 (march_hi) R 12992 12994 12994 0 -1 4202496 536 0 0 0 73 0 0 0 23 0 1 0 668428595 1798144 269 33554432000 4194304 4955518 140736339395552 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12994/statm: 439 269 104 186 0 252 0
[pid=12995] ppid=12968 vsize=351024 CPUtime=0 cores=0-7
/proc/12995/stat : 12995 (python) S 12968 12968 12176 0 -1 4202560 815 0 0 0 0 0 0 0 15 0 1 0 668428596 359448576 5743 33554432000 4194304 5683644 140733547159632 18446744073709551615 244446965318 0 0 16781312 514 3087081209415565572 0 0 17 2 0 0 0
/proc/12995/statm: 87756 5743 354 364 0 23653 0
[pid=12997] ppid=12995 vsize=1756 CPUtime=0.32 cores=0-7
/proc/12997/stat : 12997 (march_hi) R 12995 12997 12997 0 -1 4202496 529 0 0 0 32 0 0 0 24 0 1 0 668428597 1798144 258 33554432000 4194304 4955518 140736860602544 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12997/statm: 439 258 104 186 0 252 0
[pid=12968/tid=12975] ppid=12966 vsize=361268 CPUtime=0 cores=0-7
/proc/12968/task/12975/stat : 12975 (python) S 12966 12968 12176 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 668428574 369938432 7282 33554432000 4194304 5683644 140733547159632 18446744073709551615 244458768817 0 0 16781312 2 18446604440594557824 0 0 -1 0 0 0 0
[pid=12968/tid=12978] ppid=12966 vsize=361268 CPUtime=0 cores=0-7
/proc/12968/task/12978/stat : 12978 (python) S 12966 12968 12176 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 668428577 369938432 7282 33554432000 4194304 5683644 140733547159632 18446744073709551615 244458768817 0 0 16781312 2 18446604440594557824 0 0 -1 4 0 0 0
[pid=12968/tid=12981] ppid=12966 vsize=361268 CPUtime=0 cores=0-7
/proc/12968/task/12981/stat : 12981 (python) S 12966 12968 12176 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 668428580 369938432 7282 33554432000 4194304 5683644 140733547159632 18446744073709551615 244458768817 0 0 16781312 2 18446604440594557824 0 0 -1 0 0 0 0
[pid=12968/tid=12984] ppid=12966 vsize=361268 CPUtime=0 cores=0-7
/proc/12968/task/12984/stat : 12984 (python) S 12966 12968 12176 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 668428583 369938432 7282 33554432000 4194304 5683644 140733547159632 18446744073709551615 244458768817 0 0 16781312 2 18446604440594557824 0 0 -1 2 0 0 0
[pid=12968/tid=12987] ppid=12966 vsize=361268 CPUtime=0 cores=0-7
/proc/12968/task/12987/stat : 12987 (python) S 12966 12968 12176 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 9 0 668428587 369938432 7282 33554432000 4194304 5683644 140733547159632 18446744073709551615 244458768817 0 0 16781312 2 18446604440594557824 0 0 -1 0 0 0 0
[pid=12968/tid=12990] ppid=12966 vsize=361268 CPUtime=0 cores=0-7
/proc/12968/task/12990/stat : 12990 (python) S 12966 12968 12176 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 668428590 369938432 7282 33554432000 4194304 5683644 140733547159632 18446744073709551615 244458768817 0 0 16781312 2 18446604440594557824 0 0 -1 6 0 0 0
[pid=12968/tid=12993] ppid=12966 vsize=361268 CPUtime=0 cores=0-7
/proc/12968/task/12993/stat : 12993 (python) S 12966 12968 12176 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 668428593 369938432 7282 33554432000 4194304 5683644 140733547159632 18446744073709551615 244458768817 0 0 16781312 2 18446604440594557824 0 0 -1 2 0 0 0
[pid=12968/tid=12996] ppid=12966 vsize=361268 CPUtime=0 cores=0-7
/proc/12968/task/12996/stat : 12996 (python) S 12966 12968 12176 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 9 0 668428596 369938432 7282 33554432000 4194304 5683644 140733547159632 18446744073709551615 244458768817 0 0 16781312 2 18446604440594557824 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 4363172

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

[startup+1.7009 s]
/proc/loadavg: 9.59 9.79 9.55 10/416 12997
/proc/meminfo: memFree=23068184/32951124 swapFree=44485784/67111528
[pid=12968] ppid=12966 vsize=361268 CPUtime=0.66 cores=0-7
/proc/12968/stat : 12968 (python) S 12966 12968 12176 0 -1 4202496 15798 934 1 0 56 10 0 0 22 0 9 0 668428519 369938432 7282 33554432000 4194304 5683644 140733547159632 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12968/statm: 90317 7282 1889 364 0 26214 0
[pid=12974] ppid=12968 vsize=278560 CPUtime=0 cores=0-7
/proc/12974/stat : 12974 (python) S 12968 12968 12176 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 668428574 285245440 5555 33554432000 4194304 5683644 140733547159632 18446744073709551615 244446965263 0 0 16781312 514 4165754068188266495 0 0 17 0 0 0 0
/proc/12974/statm: 69640 5555 354 364 0 5558 0
[pid=12976] ppid=12974 vsize=454884 CPUtime=1.14 cores=0-7
/proc/12976/stat : 12976 (TNM) R 12974 12976 12976 0 -1 4202496 407 0 0 0 114 0 0 0 25 0 1 0 668428574 465801216 143 33554432000 134512640 135008748 4287236128 18446744073709551615 134529387 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12976/statm: 113721 143 46 122 0 112621 0
[pid=12977] ppid=12968 vsize=289288 CPUtime=0 cores=0-7
/proc/12977/stat : 12977 (python) S 12968 12968 12176 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 668428577 296230912 5680 33554432000 4194304 5683644 140733547159632 18446744073709551615 244446965318 0 0 16781312 514 9499331867535442178 0 0 17 0 0 0 0
/proc/12977/statm: 72322 5680 348 364 0 8237 0
[pid=12979] ppid=12977 vsize=1756 CPUtime=1.11 cores=0-7
/proc/12979/stat : 12979 (march_hi) R 12977 12979 12979 0 -1 4202496 535 0 0 0 111 0 0 0 24 0 1 0 668428577 1798144 273 33554432000 4194304 4955518 140737349516464 18446744073709551615 4227841 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12979/statm: 439 273 104 186 0 252 0
[pid=12980] ppid=12968 vsize=299072 CPUtime=0 cores=0-7
/proc/12980/stat : 12980 (python) S 12968 12968 12176 0 -1 4202560 769 0 0 0 0 0 0 0 15 0 1 0 668428580 306249728 5581 33554432000 4194304 5683644 140733547159632 18446744073709551615 244446965318 0 0 16781312 514 9499336265581953283 0 0 17 0 0 0 0
/proc/12980/statm: 74768 5581 348 364 0 10680 0
[pid=12982] ppid=12980 vsize=1756 CPUtime=1.06 cores=0-7
/proc/12982/stat : 12982 (march_hi) R 12980 12982 12982 0 -1 4202496 534 0 0 0 106 0 0 0 24 0 1 0 668428581 1798144 273 33554432000 4194304 4955518 140734142856432 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12982/statm: 439 273 104 186 0 252 0
[pid=12983] ppid=12968 vsize=309936 CPUtime=0 cores=0-7
/proc/12983/stat : 12983 (python) S 12968 12968 12176 0 -1 4202560 774 0 0 0 0 0 0 0 15 0 1 0 668428583 317374464 5705 33554432000 4194304 5683644 140733547159632 18446744073709551615 244446965318 0 0 16781312 514 4541567967195791617 0 0 17 3 0 0 0
/proc/12983/statm: 77484 5705 348 364 0 13393 0
[pid=12985] ppid=12983 vsize=1756 CPUtime=0.63 cores=0-7
/proc/12985/stat : 12985 (march_hi) R 12983 12985 12985 0 -1 4202496 528 0 0 0 63 0 0 0 25 0 1 0 668428584 1798144 267 33554432000 4194304 4955518 140736916644624 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12985/statm: 439 267 104 186 0 252 0
[pid=12986] ppid=12968 vsize=320192 CPUtime=0 cores=0-7
/proc/12986/stat : 12986 (python) S 12968 12968 12176 0 -1 4202560 775 0 0 0 0 0 0 0 15 0 1 0 668428586 327876608 5709 33554432000 4194304 5683644 140733547159632 18446744073709551615 244446965318 0 0 16781312 514 8635124524196528386 0 0 17 6 0 0 0
/proc/12986/statm: 80048 5709 348 364 0 15954 0
[pid=12988] ppid=12986 vsize=1756 CPUtime=1.01 cores=0-7
/proc/12988/stat : 12988 (march_hi) R 12986 12988 12988 0 -1 4202496 536 0 0 0 101 0 0 0 25 0 1 0 668428587 1798144 272 33554432000 4194304 4955518 140736438199232 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12988/statm: 439 272 104 186 0 252 0
[pid=12989] ppid=12968 vsize=330448 CPUtime=0 cores=0-7
/proc/12989/stat : 12989 (python) S 12968 12968 12176 0 -1 4202560 764 0 0 0 0 0 0 0 19 0 1 0 668428590 338378752 5713 33554432000 4194304 5683644 140733547159632 18446744073709551615 244446965318 0 0 16781312 514 15512046388400619519 0 0 17 6 0 0 0
/proc/12989/statm: 82612 5713 348 364 0 18515 0
[pid=12991] ppid=12989 vsize=1017800 CPUtime=0.97 cores=0-7
/proc/12991/stat : 12991 (gnovelty+2) R 12989 12991 12991 0 -1 4202496 425 0 0 0 97 0 0 0 24 0 1 0 668428590 1042227200 159 33554432000 134512640 135663704 4290766768 18446744073709551615 134545529 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12991/statm: 254450 159 113 282 0 254166 0
[pid=12992] ppid=12968 vsize=340164 CPUtime=0 cores=0-7
/proc/12992/stat : 12992 (python) S 12968 12968 12176 0 -1 4202560 798 0 0 0 0 0 0 0 15 0 1 0 668428593 348327936 5614 33554432000 4194304 5683644 140733547159632 18446744073709551615 244446965318 0 0 16781312 514 8635137718336061698 0 0 17 1 0 0 0
/proc/12992/statm: 85041 5614 348 364 0 20941 0
[pid=12994] ppid=12992 vsize=1756 CPUtime=0.92 cores=0-7
/proc/12994/stat : 12994 (march_hi) R 12992 12994 12994 0 -1 4202496 538 0 0 0 92 0 0 0 24 0 1 0 668428595 1798144 271 33554432000 4194304 4955518 140736339395552 18446744073709551615 4209708 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12994/statm: 439 271 104 186 0 252 0
[pid=12995] ppid=12968 vsize=351024 CPUtime=0 cores=0-7
/proc/12995/stat : 12995 (python) S 12968 12968 12176 0 -1 4202560 818 0 0 0 0 0 0 0 15 0 1 0 668428596 359448576 5743 33554432000 4194304 5683644 140733547159632 18446744073709551615 244446965318 0 0 16781312 514 3087081209415565572 0 0 17 2 0 0 0
/proc/12995/statm: 87756 5743 354 364 0 23653 0
[pid=12997] ppid=12995 vsize=1756 CPUtime=0.42 cores=0-7
/proc/12997/stat : 12997 (march_hi) R 12995 12997 12997 0 -1 4202496 529 0 0 0 42 0 0 0 25 0 1 0 668428597 1798144 258 33554432000 4194304 4955518 140736860602544 18446744073709551615 4238696 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12997/statm: 439 258 104 186 0 252 0
[pid=12968/tid=12975] ppid=12966 vsize=361268 CPUtime=0 cores=0-7
/proc/12968/task/12975/stat : 12975 (python) S 12966 12968 12176 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 668428574 369938432 7282 33554432000 4194304 5683644 140733547159632 18446744073709551615 244458768817 0 0 16781312 2 18446604440594557824 0 0 -1 0 0 0 0
[pid=12968/tid=12978] ppid=12966 vsize=361268 CPUtime=0 cores=0-7
/proc/12968/task/12978/stat : 12978 (python) S 12966 12968 12176 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 668428577 369938432 7282 33554432000 4194304 5683644 140733547159632 18446744073709551615 244458768817 0 0 16781312 2 18446604440594557824 0 0 -1 4 0 0 0
[pid=12968/tid=12981] ppid=12966 vsize=361268 CPUtime=0 cores=0-7
/proc/12968/task/12981/stat : 12981 (python) S 12966 12968 12176 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 668428580 369938432 7282 33554432000 4194304 5683644 140733547159632 18446744073709551615 244458768817 0 0 16781312 2 18446604440594557824 0 0 -1 0 0 0 0
[pid=12968/tid=12984] ppid=12966 vsize=361268 CPUtime=0 cores=0-7
/proc/12968/task/12984/stat : 12984 (python) S 12966 12968 12176 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 668428583 369938432 7282 33554432000 4194304 5683644 140733547159632 18446744073709551615 244458768817 0 0 16781312 2 18446604440594557824 0 0 -1 2 0 0 0
[pid=12968/tid=12987] ppid=12966 vsize=361268 CPUtime=0 cores=0-7
/proc/12968/task/12987/stat : 12987 (python) S 12966 12968 12176 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 9 0 668428587 369938432 7282 33554432000 4194304 5683644 140733547159632 18446744073709551615 244458768817 0 0 16781312 2 18446604440594557824 0 0 -1 0 0 0 0
[pid=12968/tid=12990] ppid=12966 vsize=361268 CPUtime=0 cores=0-7
/proc/12968/task/12990/stat : 12990 (python) S 12966 12968 12176 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 668428590 369938432 7282 33554432000 4194304 5683644 140733547159632 18446744073709551615 244458768817 0 0 16781312 2 18446604440594557824 0 0 -1 6 0 0 0
[pid=12968/tid=12993] ppid=12966 vsize=361268 CPUtime=0 cores=0-7
/proc/12968/task/12993/stat : 12993 (python) S 12966 12968 12176 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 668428593 369938432 7282 33554432000 4194304 5683644 140733547159632 18446744073709551615 244458768817 0 0 16781312 2 18446604440594557824 0 0 -1 2 0 0 0
[pid=12968/tid=12996] ppid=12966 vsize=361268 CPUtime=0 cores=0-7
/proc/12968/task/12996/stat : 12996 (python) S 12966 12968 12176 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 9 0 668428596 369938432 7282 33554432000 4194304 5683644 140733547159632 18446744073709551615 244458768817 0 0 16781312 2 18446604440594557824 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 4363172

Child status: 0
Real time (s): 1.75563
CPU time (s): 8.24175
CPU user time (s): 8.08177
CPU system time (s): 0.159975
CPU usage (%): 469.446
Max. virtual memory (cumulated for all children) (KiB): 4363172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.08177
system time used= 0.159975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32047
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= 2361
involuntary context switches= 1006

runsolver used 0.006998 second user time and 0.027995 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-16 19:51:21
IDJOB=3385566
IDBENCH=82831
IDSOLVER=1870
FILE ID=node105/3385566-1305568281
RUNJOBID= node105-1305564966-12190
PBS_JOBID= 13350145
Free space on /tmp= 73528 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
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-3385566-1305568281/watcher-3385566-1305568281 -o /tmp/evaluation-result-3385566-1305568281/solver-3385566-1305568281 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385566-1305568281.cnf -seed 1947343390 -budget 40000 -cores 8

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

MD5SUM BENCH= aa033649e20861950136340d4750574f
RANDOM SEED=1947343390

node105.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.825
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.65
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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
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.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      23125324 kB
Buffers:        322344 kB
Cached:        7167052 kB
SwapCached:      39636 kB
Active:        2445204 kB
Inactive:      7088416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23125324 kB
SwapTotal:    67111528 kB
SwapFree:     44485784 kB
Dirty:           32696 kB
Writeback:           0 kB
AnonPages:     2012484 kB
Mapped:          17268 kB
Slab:           145220 kB
PageTables:      75940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 103870892 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= 73500 MiB
End job on node105 at 2011-05-16 19:51:23