Trace number 3322235

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-randomSAT 8.66168 2.20471

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S271997978-024.SATISFIABLE.cnf
MD5SUMf2a33b1c7727ae45658e5fd83ad755d2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.221965
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 58010

Solver Data

0.32/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.48	c INFO: solving HOME/instance-3322235-1304376470.cnf
0.32/0.48	c INFO: computing task features
0.41/0.53	c INFO: computed variable-clause graph statistics
0.41/0.53	c INFO: computed clause balance statistics
0.71/0.82	c INFO: computed variable balance statistics
0.81/0.93	c INFO: computed small-clause counts
0.81/0.93	c INFO: computed Horn-clause counts
0.81/0.94	c INFO: computed variable graph statistics
0.81/0.94	c INFO: collected features for HOME/instance-3322235-1304376470.cnf in 0.46 s
0.81/0.98	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.47)
0.93/1.02	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.11)
0.93/1.06	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.06)
0.93/1.10	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.05)
1.13/1.14	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.04)
1.13/1.18	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.03)
1.31/1.21	c INFO: running FH@0 for 97 with 39999 remaining (b = 0.03)
1.31/1.25	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.02)
8.07/2.18	s SATISFIABLE
8.07/2.18	v -1 2 -3 -4 -5 -6 7 -8 9 -10 -11 12 13 14 -15 16 17 18 -19 20 21 22 23 -24 25 26 -27 28 -29 -30 31 32 33 34 -35 36 37 -38 39 40 41 -42 -43 -44 -45 46 -47 48 -49 50 51 -52 53 54 -55 -56 57 -58 -59 60 61 62 -63 -64 -65 66 -67 -68 -69 70 71 -72 -73 74 75 76 77 78 79 80 81 82 -83 84 -85 -86 -87 -88 -89 -90 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3322235-1304376470/watcher-3322235-1304376470 -o /tmp/evaluation-result-3322235-1304376470/solver-3322235-1304376470 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322235-1304376470.cnf -seed 697661225 -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: 1.39 1.08 1.03 2/259 18856
/proc/meminfo: memFree=22457172/32951132 swapFree=67111356/67111528
[pid=18856] ppid=18854 vsize=15772 CPUtime=0 cores=0-7
/proc/18856/stat : 18856 (python) S 18854 18856 17621 0 -1 4202496 895 0 0 0 0 0 0 0 20 0 1 0 549246634 16150528 776 33554432000 4194304 5683644 140737360931456 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/18856/statm: 3943 776 343 364 0 430 0

[startup+0.0998389 s]
/proc/loadavg: 1.39 1.08 1.03 2/259 18856
/proc/meminfo: memFree=22457172/32951132 swapFree=67111356/67111528
[pid=18856] ppid=18854 vsize=104216 CPUtime=0.07 cores=0-7
/proc/18856/stat : 18856 (python) R 18854 18856 17621 0 -1 4202496 3032 0 0 0 5 2 0 0 20 0 1 0 549246634 106717184 2722 33554432000 4194304 5683644 140737360931456 18446744073709551615 274659845888 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/18856/statm: 26054 2724 846 364 0 1802 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104216

[startup+0.100832 s]
/proc/loadavg: 1.39 1.08 1.03 2/259 18856
/proc/meminfo: memFree=22457172/32951132 swapFree=67111356/67111528
[pid=18856] ppid=18854 vsize=104216 CPUtime=0.07 cores=0-7
/proc/18856/stat : 18856 (python) S 18854 18856 17621 0 -1 4202496 3040 0 0 0 5 2 0 0 20 0 1 0 549246634 106717184 2727 33554432000 4194304 5683644 140737360931456 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/18856/statm: 26055 2728 847 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104216

[startup+0.300795 s]
/proc/loadavg: 1.39 1.08 1.03 2/259 18856
/proc/meminfo: memFree=22457172/32951132 swapFree=67111356/67111528
[pid=18856] ppid=18854 vsize=163648 CPUtime=0.24 cores=0-7
/proc/18856/stat : 18856 (python) R 18854 18856 17621 0 -1 4202496 6662 931 1 0 17 7 0 0 17 0 1 0 549246634 167575552 4754 33554432000 4194304 5683644 140737360931456 18446744073709551615 4509088 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/18856/statm: 40912 4755 1311 364 0 3453 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 163648

[startup+0.700727 s]
/proc/loadavg: 1.39 1.08 1.03 2/259 18856
/proc/meminfo: memFree=22457172/32951132 swapFree=67111356/67111528
[pid=18856] ppid=18854 vsize=280232 CPUtime=0.61 cores=0-7
/proc/18856/stat : 18856 (python) R 18854 18856 17621 0 -1 4202496 9995 931 1 0 52 9 0 0 17 0 1 0 549246634 286957568 7443 33554432000 4194304 5683644 140737360931456 18446744073709551615 274664463346 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/18856/statm: 70058 7443 1826 364 0 5982 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 280232

[startup+1.50055 s]
/proc/loadavg: 1.44 1.10 1.03 4/263 18864
/proc/meminfo: memFree=22430976/32951132 swapFree=67111356/67111528
[pid=18856] ppid=18854 vsize=361768 CPUtime=1.15 cores=0-7
/proc/18856/stat : 18856 (python) S 18854 18856 17621 0 -1 4202496 16846 931 1 0 104 11 0 0 21 0 9 0 549246634 370450432 7409 33554432000 4194304 5683644 140737360931456 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18856/statm: 90442 7409 1891 364 0 26339 0
[pid=18862] ppid=18856 vsize=279412 CPUtime=0 cores=0-7
/proc/18862/stat : 18862 (python) S 18856 18856 17621 0 -1 4202560 740 0 0 0 0 0 0 0 19 0 1 0 549246733 286117888 5792 33554432000 4194304 5683644 140737360931456 18446744073709551615 274664828431 0 0 16781312 514 9017016798360371199 0 0 17 6 0 0 0
/proc/18862/statm: 69853 5792 354 364 0 5771 0
[pid=18864] ppid=18862 vsize=1018088 CPUtime=0.51 cores=0-7
/proc/18864/stat : 18864 (gnovelty+2) R 18862 18864 18864 0 -1 4202496 572 0 0 0 51 0 0 0 22 0 1 0 549246733 1042522112 305 33554432000 134512640 135663704 4288937328 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18864/statm: 254522 305 113 282 0 254238 0
[pid=18856/tid=18863] ppid=18854 vsize=361768 CPUtime=0 cores=0-7
/proc/18856/task/18863/stat : 18863 (python) S 18854 18856 17621 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 549246733 370450432 7409 33554432000 4194304 5683644 140737360931456 18446744073709551615 274676631985 0 0 16781312 2 18446604446043990976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 1659268

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

[startup+1.90048 s]
/proc/loadavg: 1.44 1.10 1.03 4/263 18864
/proc/meminfo: memFree=22430976/32951132 swapFree=67111356/67111528
[pid=18856] ppid=18854 vsize=361768 CPUtime=1.15 cores=0-7
/proc/18856/stat : 18856 (python) S 18854 18856 17621 0 -1 4202496 16846 931 1 0 104 11 0 0 21 0 9 0 549246634 370450432 7409 33554432000 4194304 5683644 140737360931456 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18856/statm: 90442 7409 1891 364 0 26339 0
[pid=18862] ppid=18856 vsize=279412 CPUtime=0 cores=0-7
/proc/18862/stat : 18862 (python) S 18856 18856 17621 0 -1 4202560 740 0 0 0 0 0 0 0 19 0 1 0 549246733 286117888 5792 33554432000 4194304 5683644 140737360931456 18446744073709551615 274664828431 0 0 16781312 514 9017016798360371199 0 0 17 6 0 0 0
/proc/18862/statm: 69853 5792 354 364 0 5771 0
[pid=18864] ppid=18862 vsize=1018088 CPUtime=0.91 cores=0-7
/proc/18864/stat : 18864 (gnovelty+2) R 18862 18864 18864 0 -1 4202496 572 0 0 0 91 0 0 0 23 0 1 0 549246733 1042522112 305 33554432000 134512640 135663704 4288937328 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18864/statm: 254522 305 113 282 0 254238 0
[pid=18856/tid=18863] ppid=18854 vsize=361768 CPUtime=0 cores=0-7
/proc/18856/task/18863/stat : 18863 (python) S 18854 18856 17621 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 549246733 370450432 7409 33554432000 4194304 5683644 140737360931456 18446744073709551615 274676631985 0 0 16781312 2 18446604446043990976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1659268

[startup+2.10045 s]
/proc/loadavg: 1.44 1.10 1.03 10/284 18885
/proc/meminfo: memFree=22389988/32951132 swapFree=67111356/67111528
[pid=18856] ppid=18854 vsize=361768 CPUtime=1.15 cores=0-7
/proc/18856/stat : 18856 (python) S 18854 18856 17621 0 -1 4202496 16846 931 1 0 104 11 0 0 21 0 9 0 549246634 370450432 7409 33554432000 4194304 5683644 140737360931456 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18856/statm: 90442 7409 1891 364 0 26339 0
[pid=18862] ppid=18856 vsize=279412 CPUtime=0 cores=0-7
/proc/18862/stat : 18862 (python) S 18856 18856 17621 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 549246733 286117888 5792 33554432000 4194304 5683644 140737360931456 18446744073709551615 274664828431 0 0 16781312 514 9017016798360338689 0 0 17 6 0 0 0
/proc/18862/statm: 69853 5792 354 364 0 5771 0
[pid=18864] ppid=18862 vsize=1018088 CPUtime=1.12 cores=0-7
/proc/18864/stat : 18864 (gnovelty+2) R 18862 18864 18864 0 -1 4202496 572 0 0 0 112 0 0 0 25 0 1 0 549246733 1042522112 305 33554432000 134512640 135663704 4288937328 18446744073709551615 134524919 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18864/statm: 254522 305 113 282 0 254238 0
[pid=18865] ppid=18856 vsize=289988 CPUtime=0 cores=0-7
/proc/18865/stat : 18865 (python) S 18856 18856 17621 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 549246737 296947712 5838 33554432000 4194304 5683644 140737360931456 18446744073709551615 274664828486 0 0 16781312 514 7219767461103501571 0 0 17 4 0 0 0
/proc/18865/statm: 72497 5838 348 364 0 8412 0
[pid=18867] ppid=18865 vsize=1018088 CPUtime=1.07 cores=0-7
/proc/18867/stat : 18867 (gnovelty+2) R 18865 18867 18867 0 -1 4202496 567 0 0 0 107 0 0 0 25 0 1 0 549246737 1042522112 306 33554432000 134512640 135663704 4290136720 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18867/statm: 254522 306 113 282 0 254238 0
[pid=18868] ppid=18856 vsize=300244 CPUtime=0 cores=0-7
/proc/18868/stat : 18868 (python) S 18856 18856 17621 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 549246741 307449856 5842 33554432000 4194304 5683644 140737360931456 18446744073709551615 274664828486 0 0 16781312 514 7219775157684928511 0 0 17 0 0 0 0
/proc/18868/statm: 75061 5842 348 364 0 10973 0
[pid=18870] ppid=18868 vsize=417048 CPUtime=1.04 cores=0-7
/proc/18870/stat : 18870 (adaptg2wsat2009) R 18868 18870 18870 0 -1 4202496 687 0 0 0 104 0 0 0 24 0 1 0 549246741 427057152 418 33554432000 134512640 135107411 4294262560 18446744073709551615 134523217 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18870/statm: 104262 418 49 146 0 103138 0
[pid=18871] ppid=18856 vsize=310500 CPUtime=0 cores=0-7
/proc/18871/stat : 18871 (python) S 18856 18856 17621 0 -1 4202560 748 0 0 0 0 0 0 0 18 0 1 0 549246744 317952000 5846 33554432000 4194304 5683644 140737360931456 18446744073709551615 274664828486 0 0 16781312 514 3486542854757548031 0 0 17 2 0 0 0
/proc/18871/statm: 77625 5846 348 364 0 13534 0
[pid=18873] ppid=18871 vsize=417048 CPUtime=0.99 cores=0-7
/proc/18873/stat : 18873 (adaptg2wsat2009) R 18871 18873 18873 0 -1 4202496 682 0 0 0 99 0 0 0 25 0 1 0 549246745 427057152 419 33554432000 134512640 135107411 4287106976 18446744073709551615 134523452 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18873/statm: 104262 419 49 146 0 103138 0
[pid=18874] ppid=18856 vsize=320756 CPUtime=0 cores=0-7
/proc/18874/stat : 18874 (python) S 18856 18856 17621 0 -1 4202560 737 0 0 0 0 0 0 0 23 0 1 0 549246749 328454144 5846 33554432000 4194304 5683644 140737360931456 18446744073709551615 274664828486 0 0 16781312 514 17366245480173928447 0 0 17 0 0 0 0
/proc/18874/statm: 80189 5846 344 364 0 16095 0
[pid=18876] ppid=18874 vsize=417048 CPUtime=0.51 cores=0-7
/proc/18876/stat : 18876 (adaptg2wsat2009) R 18874 18876 18876 0 -1 4202496 685 0 0 0 51 0 0 0 25 0 1 0 549246749 427057152 418 33554432000 134512640 135107411 4293512448 18446744073709551615 134523512 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18876/statm: 104262 418 49 146 0 103138 0
[pid=18877] ppid=18856 vsize=331012 CPUtime=0 cores=0-7
/proc/18877/stat : 18877 (python) S 18856 18856 17621 0 -1 4202560 772 0 0 0 0 0 0 0 25 0 1 0 549246753 338956288 5854 33554432000 4194304 5683644 140737360931456 18446744073709551615 274664828486 0 0 16781312 514 1078405406864179199 0 0 17 2 0 0 0
/proc/18877/statm: 82753 5854 348 364 0 18656 0
[pid=18879] ppid=18877 vsize=1018088 CPUtime=0.92 cores=0-7
/proc/18879/stat : 18879 (gnovelty+2) R 18877 18879 18879 0 -1 4202496 572 0 0 0 92 0 0 0 25 0 1 0 549246753 1042522112 306 33554432000 134512640 135663704 4294887984 18446744073709551615 134525007 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18879/statm: 254522 306 113 282 0 254238 0
[pid=18880] ppid=18856 vsize=341268 CPUtime=0 cores=0-7
/proc/18880/stat : 18880 (python) S 18856 18856 17621 0 -1 4202560 743 0 0 0 0 0 0 0 19 0 1 0 549246756 349458432 5854 33554432000 4194304 5683644 140737360931456 18446744073709551615 274664828486 0 0 16781312 514 7723462808758648831 0 0 17 0 0 0 0
/proc/18880/statm: 85317 5854 344 364 0 21217 0
[pid=18882] ppid=18880 vsize=245712 CPUtime=0.43 cores=0-7
/proc/18882/stat : 18882 (FH) R 18880 18882 18882 0 -1 4202496 617 0 0 0 43 0 0 0 21 0 1 0 549246759 251609088 353 33554432000 134512640 134936988 4292710688 18446744073709551615 134523490 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18882/statm: 61428 353 37 104 0 60932 0
[pid=18883] ppid=18856 vsize=351524 CPUtime=0 cores=0-7
/proc/18883/stat : 18883 (python) S 18856 18856 17621 0 -1 4202560 789 0 0 0 0 0 0 0 21 0 1 0 549246760 359960576 5864 33554432000 4194304 5683644 140737360931456 18446744073709551615 274664828486 0 0 16781312 514 6991016540845899775 0 0 17 0 0 0 0
/proc/18883/statm: 87881 5864 350 364 0 23778 0
[pid=18885] ppid=18883 vsize=417048 CPUtime=0.84 cores=0-7
/proc/18885/stat : 18885 (adaptg2wsat2009) R 18883 18885 18885 0 -1 4202496 688 0 0 0 84 0 0 0 25 0 1 0 549246761 427057152 418 33554432000 134512640 135107411 4287351920 18446744073709551615 134523328 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18885/statm: 104262 418 49 146 0 103138 0
[pid=18856/tid=18863] ppid=18854 vsize=361768 CPUtime=0 cores=0-7
/proc/18856/task/18863/stat : 18863 (python) S 18854 18856 17621 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 549246733 370450432 7409 33554432000 4194304 5683644 140737360931456 18446744073709551615 274676631985 0 0 16781312 2 18446604446043990976 0 0 -1 0 0 0 0
[pid=18856/tid=18866] ppid=18854 vsize=361768 CPUtime=0 cores=0-7
/proc/18856/task/18866/stat : 18866 (python) S 18854 18856 17621 0 -1 4202560 22 931 0 0 0 0 0 0 22 0 9 0 549246737 370450432 7409 33554432000 4194304 5683644 140737360931456 18446744073709551615 274676631985 0 0 16781312 2 18446604446043990976 0 0 -1 4 0 0 0
[pid=18856/tid=18869] ppid=18854 vsize=361768 CPUtime=0 cores=0-7
/proc/18856/task/18869/stat : 18869 (python) S 18854 18856 17621 0 -1 4202560 20 931 0 0 0 0 0 0 20 0 9 0 549246741 370450432 7409 33554432000 4194304 5683644 140737360931456 18446744073709551615 274676631985 0 0 16781312 2 18446604446043990976 0 0 -1 0 0 0 0
[pid=18856/tid=18872] ppid=18854 vsize=361768 CPUtime=0 cores=0-7
/proc/18856/task/18872/stat : 18872 (python) S 18854 18856 17621 0 -1 4202560 21 931 0 0 0 0 0 0 22 0 9 0 549246745 370450432 7409 33554432000 4194304 5683644 140737360931456 18446744073709551615 274676631985 0 0 16781312 2 18446604446043990976 0 0 -1 0 0 0 0
[pid=18856/tid=18875] ppid=18854 vsize=361768 CPUtime=0 cores=0-7
/proc/18856/task/18875/stat : 18875 (python) S 18854 18856 17621 0 -1 4202560 26 931 0 0 0 0 0 0 24 0 9 0 549246749 370450432 7409 33554432000 4194304 5683644 140737360931456 18446744073709551615 274676631985 0 0 16781312 2 18446604446043990976 0 0 -1 2 0 0 0
[pid=18856/tid=18878] ppid=18854 vsize=361768 CPUtime=0 cores=0-7
/proc/18856/task/18878/stat : 18878 (python) S 18854 18856 17621 0 -1 4202560 28 931 0 0 0 0 0 0 25 0 9 0 549246753 370450432 7409 33554432000 4194304 5683644 140737360931456 18446744073709551615 274676631985 0 0 16781312 2 18446604446043990976 0 0 -1 2 0 0 0
[pid=18856/tid=18881] ppid=18854 vsize=361768 CPUtime=0 cores=0-7
/proc/18856/task/18881/stat : 18881 (python) S 18854 18856 17621 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 549246757 370450432 7409 33554432000 4194304 5683644 140737360931456 18446744073709551615 274676631985 0 0 16781312 2 18446604446043990976 0 0 -1 0 0 0 0
[pid=18856/tid=18884] ppid=18854 vsize=361768 CPUtime=0 cores=0-7
/proc/18856/task/18884/stat : 18884 (python) S 18854 18856 17621 0 -1 4202560 78 931 0 0 0 0 0 0 23 0 9 0 549246761 370450432 7409 33554432000 4194304 5683644 140737360931456 18446744073709551615 274676631985 0 0 16781312 2 18446604446043990976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.07
Current children cumulated vsize (KiB) 7854640

Child status: 0
Real time (s): 2.20471
CPU time (s): 8.66168
CPU user time (s): 8.50471
CPU system time (s): 0.156976
CPU usage (%): 392.872
Max. virtual memory (cumulated for all children) (KiB): 7854640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.50471
system time used= 0.156976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34267
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= 1321
involuntary context switches= 123

runsolver used 0.005999 second user time and 0.024996 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-03 00:47:50
IDJOB=3322235
IDBENCH=83013
IDSOLVER=1712
FILE ID=node131/3322235-1304376470
RUNJOBID= node131-1304366465-17635
PBS_JOBID= 13181740
Free space on /tmp= 72848 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S271997978-024.SATISFIABLE.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-3322235-1304376470/watcher-3322235-1304376470 -o /tmp/evaluation-result-3322235-1304376470/solver-3322235-1304376470 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322235-1304376470.cnf -seed 697661225 -budget 40000 -cores 8

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

MD5SUM BENCH= f2a33b1c7727ae45658e5fd83ad755d2
RANDOM SEED=697661225

node131.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.830
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.830
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.830
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.83
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.830
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.830
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.830
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.830
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.75
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      22457204 kB
Buffers:        319968 kB
Cached:        2106144 kB
SwapCached:        168 kB
Active:        8162040 kB
Inactive:      1976688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      22457204 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           32372 kB
Writeback:           0 kB
AnonPages:     7712112 kB
Mapped:          26708 kB
Slab:           264516 kB
PageTables:      25228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 20758604 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72816 MiB
End job on node131 at 2011-05-03 00:47:52