Trace number 3321942

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-randomUNSAT 7.11092 1.80322

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S768688898-014.UNKNOWN.cnf
MD5SUM7436a7d8585345665f45b181a7e46358
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.806876
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.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.63	c INFO: solving HOME/instance-3321942-1304369847.cnf
0.32/0.63	c INFO: computing task features
0.32/0.63	c INFO: computed variable-clause graph statistics
0.32/0.64	c INFO: computed clause balance statistics
0.32/0.66	c INFO: computed variable balance statistics
0.32/0.67	c INFO: computed small-clause counts
0.32/0.67	c INFO: computed Horn-clause counts
0.32/0.68	c INFO: computed variable graph statistics
0.32/0.68	c INFO: collected features for HOME/instance-3321942-1304369847.cnf in 0.05 s
0.40/0.71	c INFO: running TNM@0 for 97 with 39999 remaining (b = 0.55)
0.40/0.75	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.47)
0.40/0.79	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.39)
0.51/0.83	c INFO: running march_hi@0 for 194 with 39999 remaining (b = 0.24)
0.51/0.87	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.10)
0.60/0.91	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.60/0.95	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.25)
0.60/0.99	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.23)
6.92/1.72	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3321942-1304369847/watcher-3321942-1304369847 -o /tmp/evaluation-result-3321942-1304369847/solver-3321942-1304369847 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321942-1304369847.cnf -seed 1041422223 -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.06 9.51 8.90 2/288 26794
/proc/meminfo: memFree=28462960/32951124 swapFree=67091720/67111528
[pid=26794] ppid=26792 vsize=15772 CPUtime=0 cores=0-7
/proc/26794/stat : 26794 (python) R 26792 26794 26224 0 -1 4202496 859 0 0 0 0 0 0 0 20 0 1 0 529400170 16150528 740 33554432000 4194304 5683644 140734097939936 18446744073709551615 228095450768 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26794/statm: 3943 740 335 364 0 430 0

[startup+0.047353 s]
/proc/loadavg: 9.06 9.51 8.90 2/288 26794
/proc/meminfo: memFree=28462960/32951124 swapFree=67091720/67111528
[pid=26794] ppid=26792 vsize=18880 CPUtime=0.02 cores=0-7
/proc/26794/stat : 26794 (python) R 26792 26794 26224 0 -1 4202496 1288 0 0 0 2 0 0 0 20 0 1 0 529400170 19333120 1140 33554432000 4194304 5683644 140734097939936 18446744073709551615 4877027 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26794/statm: 4720 1140 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.100307 s]
/proc/loadavg: 9.06 9.51 8.90 2/288 26794
/proc/meminfo: memFree=28462960/32951124 swapFree=67091720/67111528
[pid=26794] ppid=26792 vsize=93956 CPUtime=0.05 cores=0-7
/proc/26794/stat : 26794 (python) S 26792 26794 26224 0 -1 4202496 2693 0 0 0 4 1 0 0 17 0 1 0 529400170 96210944 2406 33554432000 4194304 5683644 140734097939936 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/26794/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93956

[startup+0.300297 s]
/proc/loadavg: 9.06 9.51 8.90 2/288 26794
/proc/meminfo: memFree=28462960/32951124 swapFree=67091720/67111528
[pid=26794] ppid=26792 vsize=135748 CPUtime=0.17 cores=0-7
/proc/26794/stat : 26794 (python) R 26792 26794 26224 0 -1 4202496 5966 938 1 0 14 3 0 0 18 0 1 0 529400170 139005952 4150 33554432000 4194304 5683644 140734097939936 18446744073709551615 228095256347 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26794/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700199 s]
/proc/loadavg: 9.06 9.51 8.90 2/288 26794
/proc/meminfo: memFree=28462960/32951124 swapFree=67091720/67111528
[pid=26794] ppid=26792 vsize=278412 CPUtime=0.4 cores=0-7
/proc/26794/stat : 26794 (python) R 26792 26794 26224 0 -1 4202496 9544 938 1 0 34 6 0 0 17 0 1 0 529400170 285093888 7044 33554432000 4194304 5683644 140734097939936 18446744073709551615 228098932957 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26794/statm: 69603 7044 1868 364 0 5524 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 278412

[startup+1.50101 s]
/proc/loadavg: 9.06 9.51 8.90 11/313 26823
/proc/meminfo: memFree=28407556/32951124 swapFree=67091720/67111528
[pid=26794] ppid=26792 vsize=426380 CPUtime=0.7 cores=0-7
/proc/26794/stat : 26794 (python) S 26792 26794 26224 0 -1 4202496 15385 938 1 0 62 8 0 0 25 0 9 0 529400170 436613120 7323 33554432000 4194304 5683644 140734097939936 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26794/statm: 106595 7323 1889 364 0 42492 0
[pid=26800] ppid=26794 vsize=278576 CPUtime=0 cores=0-7
/proc/26800/stat : 26800 (python) S 26794 26794 26224 0 -1 4202560 709 0 0 0 0 0 0 0 18 0 1 0 529400242 285261824 5555 33554432000 4194304 5683644 140734097939936 18446744073709551615 228095471119 0 0 16781312 514 4542567973021286399 0 0 17 1 0 0 0
/proc/26800/statm: 69644 5555 347 364 0 5562 0
[pid=26802] ppid=26800 vsize=454884 CPUtime=0.68 cores=0-7
/proc/26802/stat : 26802 (TNM) R 26800 26802 26802 0 -1 4202496 410 0 0 0 68 0 0 0 21 0 1 0 529400242 465801216 144 33554432000 134512640 135008748 4290966880 18446744073709551615 134529430 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26802/statm: 113721 144 46 122 0 112621 0
[pid=26803] ppid=26794 vsize=354788 CPUtime=0 cores=0-7
/proc/26803/stat : 26803 (python) S 26794 26794 26224 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 529400246 363302912 5673 33554432000 4194304 5683644 140734097939936 18446744073709551615 228095471174 0 0 16781312 514 16504298457863782659 0 0 17 2 0 0 0
/proc/26803/statm: 88697 5673 348 364 0 24612 0
[pid=26805] ppid=26803 vsize=1756 CPUtime=0.73 cores=0-7
/proc/26805/stat : 26805 (march_hi) R 26803 26805 26805 0 -1 4202496 515 0 0 0 73 0 0 0 23 0 1 0 529400246 1798144 253 33554432000 4194304 4955518 140736538308432 18446744073709551615 4209624 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26805/statm: 439 253 104 186 0 252 0
[pid=26806] ppid=26794 vsize=364856 CPUtime=0 cores=0-7
/proc/26806/stat : 26806 (python) S 26794 26794 26224 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 529400250 373612544 5613 33554432000 4194304 5683644 140734097939936 18446744073709551615 228095471174 0 0 16781312 514 5602225847638393091 0 0 17 5 0 0 0
/proc/26806/statm: 91214 5613 348 364 0 27126 0
[pid=26808] ppid=26806 vsize=1624 CPUtime=0.69 cores=0-7
/proc/26808/stat : 26808 (march_hi) R 26806 26808 26808 0 -1 4202496 514 0 0 0 69 0 0 0 25 0 1 0 529400250 1662976 250 33554432000 4194304 4955518 140737402388000 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26808/statm: 406 250 104 186 0 219 0
[pid=26809] ppid=26794 vsize=375112 CPUtime=0 cores=0-7
/proc/26809/stat : 26809 (python) S 26794 26794 26224 0 -1 4202560 722 0 0 0 0 0 0 0 15 0 1 0 529400253 384114688 5788 33554432000 4194304 5683644 140734097939936 18446744073709551615 228095471174 0 0 16781312 514 2884766671858270467 0 0 17 7 0 0 0
/proc/26809/statm: 93778 5788 348 364 0 29687 0
[pid=26811] ppid=26809 vsize=1624 CPUtime=0.64 cores=0-7
/proc/26811/stat : 26811 (march_hi) R 26809 26811 26811 0 -1 4202496 503 0 0 0 64 0 0 0 22 0 1 0 529400254 1662976 250 33554432000 4194304 4955518 140734458448176 18446744073709551615 4209730 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26811/statm: 406 250 104 186 0 219 0
[pid=26812] ppid=26794 vsize=385368 CPUtime=0 cores=0-7
/proc/26812/stat : 26812 (python) S 26794 26794 26224 0 -1 4202560 732 0 0 0 0 0 0 0 15 0 1 0 529400257 394616832 5749 33554432000 4194304 5683644 140734097939936 18446744073709551615 228095471174 0 0 16781312 514 1416694348405244163 0 0 17 1 0 0 0
/proc/26812/statm: 96342 5749 348 364 0 32248 0
[pid=26814] ppid=26812 vsize=1624 CPUtime=0.62 cores=0-7
/proc/26814/stat : 26814 (march_hi) R 26812 26814 26814 0 -1 4202496 507 0 0 0 62 0 0 0 25 0 1 0 529400258 1662976 249 33554432000 4194304 4955518 140734458957840 18446744073709551615 4315018 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26814/statm: 406 249 104 186 0 219 0
[pid=26815] ppid=26794 vsize=395624 CPUtime=0 cores=0-7
/proc/26815/stat : 26815 (python) S 26794 26794 26224 0 -1 4202560 728 0 0 0 0 0 0 0 22 0 1 0 529400261 405118976 5734 33554432000 4194304 5683644 140734097939936 18446744073709551615 228095471174 0 0 16781312 514 4305855214189019135 0 0 17 0 0 0 0
/proc/26815/statm: 98906 5734 348 364 0 34809 0
[pid=26817] ppid=26815 vsize=1017800 CPUtime=0.55 cores=0-7
/proc/26817/stat : 26817 (gnovelty+2) R 26815 26817 26817 0 -1 4202496 414 0 0 0 55 0 0 0 25 0 1 0 529400262 1042227200 158 33554432000 134512640 135663704 4291218320 18446744073709551615 134525229 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26817/statm: 254450 158 113 282 0 254166 0
[pid=26818] ppid=26794 vsize=405880 CPUtime=0 cores=0-7
/proc/26818/stat : 26818 (python) S 26794 26794 26224 0 -1 4202560 741 0 0 0 0 0 0 0 19 0 1 0 529400265 415621120 5867 33554432000 4194304 5683644 140734097939936 18446744073709551615 228095471174 0 0 16781312 514 16450866590800380162 0 0 17 4 0 0 0
/proc/26818/statm: 101470 5867 348 364 0 37370 0
[pid=26820] ppid=26818 vsize=1624 CPUtime=0.23 cores=0-7
/proc/26820/stat : 26820 (march_hi) R 26818 26820 26820 0 -1 4202496 503 0 0 0 23 0 0 0 25 0 1 0 529400268 1662976 243 33554432000 4194304 4955518 140736259679040 18446744073709551615 4314089 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26820/statm: 406 243 104 186 0 219 0
[pid=26821] ppid=26794 vsize=416136 CPUtime=0 cores=0-7
/proc/26821/stat : 26821 (python) R 26794 26794 26224 0 -1 4202560 777 0 0 0 0 0 0 0 24 0 1 0 529400269 426123264 5784 33554432000 4194304 5683644 140734097939936 18446744073709551615 228095471174 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/26821/statm: 104034 5784 354 364 0 39931 0
[pid=26823] ppid=26821 vsize=1624 CPUtime=0.49 cores=0-7
/proc/26823/stat : 26823 (march_hi) R 26821 26823 26823 0 -1 4202496 513 0 0 0 49 0 0 0 25 0 1 0 529400270 1662976 249 33554432000 4194304 4955518 140733963341584 18446744073709551615 4238717 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26823/statm: 406 249 104 186 0 219 0
[pid=26794/tid=26801] ppid=26792 vsize=426380 CPUtime=0 cores=0-7
/proc/26794/task/26801/stat : 26801 (python) S 26792 26794 26224 0 -1 4202560 24 938 0 0 0 0 0 0 18 0 9 0 529400242 436613120 7323 33554432000 4194304 5683644 140734097939936 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 3 0 0 0
[pid=26794/tid=26804] ppid=26792 vsize=426380 CPUtime=0 cores=0-7
/proc/26794/task/26804/stat : 26804 (python) S 26792 26794 26224 0 -1 4202560 23 938 0 0 0 0 0 0 19 0 9 0 529400246 436613120 7323 33554432000 4194304 5683644 140734097939936 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 2 0 0 0
[pid=26794/tid=26807] ppid=26792 vsize=426380 CPUtime=0 cores=0-7
/proc/26794/task/26807/stat : 26807 (python) S 26792 26794 26224 0 -1 4202560 21 938 0 0 0 0 0 0 20 0 9 0 529400250 436613120 7323 33554432000 4194304 5683644 140734097939936 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 5 0 0 0
[pid=26794/tid=26810] ppid=26792 vsize=426380 CPUtime=0 cores=0-7
/proc/26794/task/26810/stat : 26810 (python) S 26792 26794 26224 0 -1 4202560 78 938 0 0 0 0 0 0 19 0 9 0 529400254 436613120 7323 33554432000 4194304 5683644 140734097939936 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 0 0 0 0
[pid=26794/tid=26813] ppid=26792 vsize=426380 CPUtime=0 cores=0-7
/proc/26794/task/26813/stat : 26813 (python) S 26792 26794 26224 0 -1 4202560 33 938 0 0 0 0 0 0 21 0 9 0 529400258 436613120 7323 33554432000 4194304 5683644 140734097939936 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 0 0 0 0
[pid=26794/tid=26816] ppid=26792 vsize=426380 CPUtime=0 cores=0-7
/proc/26794/task/26816/stat : 26816 (python) S 26792 26794 26224 0 -1 4202560 31 938 0 0 0 0 0 0 23 0 9 0 529400262 436613120 7323 33554432000 4194304 5683644 140734097939936 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 0 0 0 0
[pid=26794/tid=26819] ppid=26792 vsize=426380 CPUtime=0 cores=0-7
/proc/26794/task/26819/stat : 26819 (python) S 26792 26794 26224 0 -1 4202560 32 938 0 0 0 0 0 0 25 0 9 0 529400266 436613120 7323 33554432000 4194304 5683644 140734097939936 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
[pid=26794/tid=26822] ppid=26792 vsize=426380 CPUtime=0 cores=0-7
/proc/26794/task/26822/stat : 26822 (python) S 26792 26794 26224 0 -1 4202560 33 938 0 0 0 0 0 0 25 0 9 0 529400270 436613120 7323 33554432000 4194304 5683644 140734097939936 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.33
Current children cumulated vsize (KiB) 4885280

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

[startup+1.71787 s]
/proc/loadavg: 9.06 9.51 8.90 11/313 26823
/proc/meminfo: memFree=28407556/32951124 swapFree=67091720/67111528
[pid=26794] ppid=26792 vsize=426380 CPUtime=0.7 cores=0-7
/proc/26794/stat : 26794 (python) S 26792 26794 26224 0 -1 4202496 15385 938 1 0 62 8 0 0 25 0 9 0 529400170 436613120 7323 33554432000 4194304 5683644 140734097939936 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26794/statm: 106595 7323 1889 364 0 42492 0
[pid=26800] ppid=26794 vsize=278576 CPUtime=0 cores=0-7
/proc/26800/stat : 26800 (python) S 26794 26794 26224 0 -1 4202560 709 0 0 0 0 0 0 0 18 0 1 0 529400242 285261824 5555 33554432000 4194304 5683644 140734097939936 18446744073709551615 228095471119 0 0 16781312 514 4542567973021286399 0 0 17 1 0 0 0
/proc/26800/statm: 69644 5555 347 364 0 5562 0
[pid=26802] ppid=26800 vsize=454884 CPUtime=0.89 cores=0-7
/proc/26802/stat : 26802 (TNM) R 26800 26802 26802 0 -1 4202496 410 0 0 0 89 0 0 0 21 0 1 0 529400242 465801216 144 33554432000 134512640 135008748 4290966880 18446744073709551615 134527546 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26802/statm: 113721 144 46 122 0 112621 0
[pid=26803] ppid=26794 vsize=354788 CPUtime=0.13 cores=0-7
/proc/26803/stat : 26803 (python) R 26794 26794 26224 0 -1 4202560 757 0 0 0 11 2 0 0 16 0 1 0 529400246 363302912 5673 33554432000 4194304 5683644 140734097939936 18446744073709551615 228095471174 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/26803/statm: 88697 5673 348 364 0 24612 0
[pid=26805] ppid=26803 vsize=0 CPUtime=0.81 cores=0-7
/proc/26805/stat : 26805 (march_hi) R 26803 26805 26805 0 -1 4202500 516 0 0 0 81 0 0 0 23 0 1 0 529400246 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26805/statm: 0 0 0 0 0 0 0
[pid=26806] ppid=26794 vsize=364856 CPUtime=0.09 cores=0-7
/proc/26806/stat : 26806 (python) R 26794 26794 26224 0 -1 4202560 768 0 0 0 8 1 0 0 15 0 1 0 529400250 373612544 5613 33554432000 4194304 5683644 140734097939936 18446744073709551615 228107281215 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/26806/statm: 91214 5613 348 364 0 27126 0
[pid=26808] ppid=26806 vsize=0 CPUtime=0.81 cores=0-7
/proc/26808/stat : 26808 (march_hi) R 26806 26808 26808 0 -1 4202500 518 0 0 0 81 0 0 0 25 0 1 0 529400250 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/26808/statm: 0 0 0 0 0 0 0
[pid=26809] ppid=26794 vsize=375112 CPUtime=0.85 cores=0-7
/proc/26809/stat : 26809 (python) R 26794 26794 26224 0 -1 4202560 991 507 0 0 3 0 82 0 17 0 2 0 529400253 384114688 5818 33554432000 4194304 5683644 140734097939936 18446744073709551615 228107274673 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26809/statm: 93778 5818 378 364 0 29687 0
[pid=26812] ppid=26794 vsize=385368 CPUtime=0.02 cores=0-7
/proc/26812/stat : 26812 (python) R 26794 26794 26224 0 -1 4202560 739 0 0 0 2 0 0 0 15 0 1 0 529400257 394616832 5749 33554432000 4194304 5683644 140734097939936 18446744073709551615 228095471174 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/26812/statm: 96342 5749 348 364 0 32248 0
[pid=26814] ppid=26812 vsize=0 CPUtime=0.81 cores=0-7
/proc/26814/stat : 26814 (march_hi) R 26812 26814 26814 0 -1 4202500 511 0 0 0 81 0 0 0 25 0 1 0 529400258 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/26814/statm: 0 0 0 0 0 0 0
[pid=26815] ppid=26794 vsize=395624 CPUtime=0 cores=0-7
/proc/26815/stat : 26815 (python) S 26794 26794 26224 0 -1 4202560 728 0 0 0 0 0 0 0 22 0 1 0 529400261 405118976 5734 33554432000 4194304 5683644 140734097939936 18446744073709551615 228095471174 0 0 16781312 514 4305855214189019135 0 0 17 0 0 0 0
/proc/26815/statm: 98906 5734 348 364 0 34809 0
[pid=26817] ppid=26815 vsize=1017800 CPUtime=0.76 cores=0-7
/proc/26817/stat : 26817 (gnovelty+2) R 26815 26817 26817 0 -1 4202496 414 0 0 0 76 0 0 0 25 0 1 0 529400262 1042227200 158 33554432000 134512640 135663704 4291218320 18446744073709551615 134545699 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26817/statm: 254450 158 113 282 0 254166 0
[pid=26818] ppid=26794 vsize=405880 CPUtime=0 cores=0-7
/proc/26818/stat : 26818 (python) S 26794 26794 26224 0 -1 4202560 741 0 0 0 0 0 0 0 17 0 1 0 529400265 415621120 5867 33554432000 4194304 5683644 140734097939936 18446744073709551615 228095471174 0 0 16781312 514 16450866590800380162 0 0 17 4 0 0 0
/proc/26818/statm: 101470 5867 348 364 0 37370 0
[pid=26820] ppid=26818 vsize=1624 CPUtime=0.34 cores=0-7
/proc/26820/stat : 26820 (march_hi) R 26818 26820 26820 0 -1 4202496 506 0 0 0 34 0 0 0 25 0 1 0 529400268 1662976 246 33554432000 4194304 4955518 140736259679040 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26820/statm: 406 246 104 186 0 219 0
[pid=26821] ppid=26794 vsize=416136 CPUtime=0 cores=0-7
/proc/26821/stat : 26821 (python) R 26794 26794 26224 0 -1 4202560 778 0 0 0 0 0 0 0 23 0 1 0 529400269 426123264 5784 33554432000 4194304 5683644 140734097939936 18446744073709551615 228095471174 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/26821/statm: 104034 5784 354 364 0 39931 0
[pid=26823] ppid=26821 vsize=1624 CPUtime=0.71 cores=0-7
/proc/26823/stat : 26823 (march_hi) R 26821 26823 26823 0 -1 4202496 514 0 0 0 71 0 0 0 25 0 1 0 529400270 1662976 250 33554432000 4194304 4955518 140733963341584 18446744073709551615 4210552 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26823/statm: 406 250 104 186 0 219 0
[pid=26794/tid=26801] ppid=26792 vsize=426380 CPUtime=0 cores=0-7
/proc/26794/task/26801/stat : 26801 (python) S 26792 26794 26224 0 -1 4202560 24 938 0 0 0 0 0 0 18 0 9 0 529400242 436613120 7323 33554432000 4194304 5683644 140734097939936 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 3 0 0 0
[pid=26794/tid=26804] ppid=26792 vsize=426380 CPUtime=0 cores=0-7
/proc/26794/task/26804/stat : 26804 (python) S 26792 26794 26224 0 -1 4202560 23 938 0 0 0 0 0 0 19 0 9 0 529400246 436613120 7323 33554432000 4194304 5683644 140734097939936 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 2 0 0 0
[pid=26794/tid=26807] ppid=26792 vsize=426380 CPUtime=0 cores=0-7
/proc/26794/task/26807/stat : 26807 (python) S 26792 26794 26224 0 -1 4202560 21 938 0 0 0 0 0 0 20 0 9 0 529400250 436613120 7323 33554432000 4194304 5683644 140734097939936 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 5 0 0 0
[pid=26794/tid=26810] ppid=26792 vsize=426380 CPUtime=0 cores=0-7
/proc/26794/task/26810/stat : 26810 (python) S 26792 26794 26224 0 -1 4202560 78 938 0 0 0 0 0 0 19 0 9 0 529400254 436613120 7323 33554432000 4194304 5683644 140734097939936 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 0 0 0 0
[pid=26794/tid=26813] ppid=26792 vsize=426380 CPUtime=0 cores=0-7
/proc/26794/task/26813/stat : 26813 (python) S 26792 26794 26224 0 -1 4202560 33 938 0 0 0 0 0 0 21 0 9 0 529400258 436613120 7323 33554432000 4194304 5683644 140734097939936 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 0 0 0 0
[pid=26794/tid=26816] ppid=26792 vsize=426380 CPUtime=0 cores=0-7
/proc/26794/task/26816/stat : 26816 (python) S 26792 26794 26224 0 -1 4202560 31 938 0 0 0 0 0 0 23 0 9 0 529400262 436613120 7323 33554432000 4194304 5683644 140734097939936 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 0 0 0 0
[pid=26794/tid=26819] ppid=26792 vsize=426380 CPUtime=0 cores=0-7
/proc/26794/task/26819/stat : 26819 (python) S 26792 26794 26224 0 -1 4202560 32 938 0 0 0 0 0 0 25 0 9 0 529400266 436613120 7323 33554432000 4194304 5683644 140734097939936 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
[pid=26794/tid=26822] ppid=26792 vsize=426380 CPUtime=0 cores=0-7
/proc/26794/task/26822/stat : 26822 (python) S 26792 26794 26224 0 -1 4202560 33 938 0 0 0 0 0 0 25 0 9 0 529400270 436613120 7323 33554432000 4194304 5683644 140734097939936 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 4878652

[startup+1.80099 s]
/proc/loadavg: 9.06 9.51 8.90 11/313 26823
/proc/meminfo: memFree=28407556/32951124 swapFree=67091720/67111528
[pid=26794] ppid=26792 vsize=0 CPUtime=7.09 cores=0-7
/proc/26794/stat : 26794 (python) D 26792 26794 26224 0 -1 4202500 19746 12207 1 0 64 8 628 9 18 0 1 0 529400170 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26794/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1.80322
CPU time (s): 7.11092
CPU user time (s): 6.92795
CPU system time (s): 0.182972
CPU usage (%): 394.345
Max. virtual memory (cumulated for all children) (KiB): 5291460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.92795
system time used= 0.182972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31953
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= 4172
involuntary context switches= 1039

runsolver used 0.006998 second user time and 0.015997 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-02 22:57:27
IDJOB=3321942
IDBENCH=82720
IDSOLVER=1712
FILE ID=node142/3321942-1304369847
RUNJOBID= node142-1304366464-26238
PBS_JOBID= 13181731
Free space on /tmp= 73288 MiB

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

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

MD5SUM BENCH= 7436a7d8585345665f45b181a7e46358
RANDOM SEED=1041422223

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      28462744 kB
Buffers:        346820 kB
Cached:        1481604 kB
SwapCached:       3748 kB
Active:        1412228 kB
Inactive:      2680748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28462744 kB
SwapTotal:    67111528 kB
SwapFree:     67091720 kB
Dirty:           31940 kB
Writeback:           0 kB
AnonPages:     2261408 kB
Mapped:          23220 kB
Slab:           307284 kB
PageTables:      21000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 54976272 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= 73256 MiB
End job on node142 at 2011-05-02 22:57:29