Trace number 3317309

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 10.1235 3.00971

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1869766438-024.UNKNOWN.cnf
MD5SUMdc8d0e0ace98e64abf3fce79e5dbf973
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.57061
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.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.46	c INFO: solving HOME/instance-3317309-1304268685.cnf
0.30/0.46	c INFO: computing task features
0.30/0.47	c INFO: computed variable-clause graph statistics
0.30/0.47	c INFO: computed clause balance statistics
0.30/0.49	c INFO: computed variable balance statistics
0.39/0.51	c INFO: computed small-clause counts
0.39/0.51	c INFO: computed Horn-clause counts
0.39/0.51	c INFO: computed variable graph statistics
0.39/0.51	c INFO: collected features for HOME/instance-3317309-1304268685.cnf in 0.05 s
0.39/0.54	c INFO: running TNM@0 for 97 with 4799 remaining (b = 0.55)
0.39/0.57	c INFO: running march_hi@0 for 679 with 4799 remaining (b = 0.52)
0.39/0.60	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.39)
0.49/0.63	c INFO: running march_hi@0 for 194 with 4799 remaining (b = 0.24)
9.69/2.98	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-3317309-1304268685/watcher-3317309-1304268685 -o /tmp/evaluation-result-3317309-1304268685/solver-3317309-1304268685 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317309-1304268685.cnf -seed 2026662428 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 7.69 7.97 6.24 5/236 22790
/proc/meminfo: memFree=29564144/32951124 swapFree=67105204/67111528
[pid=22790] ppid=22788 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/22790/stat : 22790 (python) R 22788 22790 22144 0 -1 4202496 862 0 0 0 0 0 0 0 25 0 1 0 519284381 16154624 744 33554432000 4194304 5683644 140737061080096 18446744073709551615 4851904 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22790/statm: 3944 747 342 364 0 431 0

[startup+0.0977909 s]
/proc/loadavg: 7.69 7.97 6.24 5/236 22790
/proc/meminfo: memFree=29564144/32951124 swapFree=67105204/67111528
[pid=22790] ppid=22788 vsize=104220 CPUtime=0.06 cores=0,2,4,6
/proc/22790/stat : 22790 (python) S 22788 22790 22144 0 -1 4202496 3044 0 0 0 5 1 0 0 25 0 1 0 519284381 106721280 2731 33554432000 4194304 5683644 140737061080096 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/22790/statm: 26056 2732 847 364 0 1804 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104220

[startup+0.100791 s]
/proc/loadavg: 7.69 7.97 6.24 5/236 22790
/proc/meminfo: memFree=29564144/32951124 swapFree=67105204/67111528
[pid=22790] ppid=22788 vsize=104232 CPUtime=0.06 cores=0,2,4,6
/proc/22790/stat : 22790 (python) R 22788 22790 22144 0 -1 4202496 3086 0 0 0 5 1 0 0 25 0 1 0 519284381 106733568 2767 33554432000 4194304 5683644 140737061080096 18446744073709551615 4516184 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22790/statm: 26058 2767 847 364 0 1806 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104232

[startup+0.300753 s]
/proc/loadavg: 7.69 7.97 6.24 5/236 22790
/proc/meminfo: memFree=29564144/32951124 swapFree=67105204/67111528
[pid=22790] ppid=22788 vsize=190256 CPUtime=0.22 cores=0,2,4,6
/proc/22790/stat : 22790 (python) R 22788 22790 22144 0 -1 4202496 6874 933 1 0 16 6 0 0 17 0 1 0 519284381 194822144 4928 33554432000 4194304 5683644 140737061080096 18446744073709551615 220815897285 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22790/statm: 47564 4929 1421 364 0 3724 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 190256

[startup+0.700635 s]
/proc/loadavg: 7.69 7.97 6.24 5/236 22790
/proc/meminfo: memFree=29564144/32951124 swapFree=67105204/67111528
[pid=22790] ppid=22788 vsize=319608 CPUtime=0.52 cores=0,2,4,6
/proc/22790/stat : 22790 (python) S 22788 22790 22144 0 -1 4202496 12327 933 1 0 43 9 0 0 20 0 5 0 519284381 327278592 7130 33554432000 4194304 5683644 140737061080096 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22790/statm: 79902 7130 1881 364 0 15811 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 319608

[startup+1.50049 s]
/proc/loadavg: 7.69 7.97 6.24 9/249 22807
/proc/meminfo: memFree=29525228/32951124 swapFree=67105204/67111528
[pid=22790] ppid=22788 vsize=319608 CPUtime=0.52 cores=0,2,4,6
/proc/22790/stat : 22790 (python) S 22788 22790 22144 0 -1 4202496 12327 933 1 0 43 9 0 0 20 0 5 0 519284381 327278592 7130 33554432000 4194304 5683644 140737061080096 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22790/statm: 79902 7130 1881 364 0 15811 0
[pid=22796] ppid=22790 vsize=278600 CPUtime=0 cores=0,2,4,6
/proc/22796/stat : 22796 (python) S 22790 22790 22144 0 -1 4202560 716 0 0 0 0 0 0 0 18 0 1 0 519284435 285286400 5554 33554432000 4194304 5683644 140737061080096 18446744073709551615 220816256527 0 0 16781312 514 15548581510524174335 0 0 17 6 0 0 0
/proc/22796/statm: 69650 5554 347 364 0 5568 0
[pid=22798] ppid=22796 vsize=454884 CPUtime=0.94 cores=0,2,4,6
/proc/22798/stat : 22798 (TNM) R 22796 22798 22798 0 -1 4202496 409 0 0 0 94 0 0 0 22 0 1 0 519284436 465801216 144 33554432000 134512640 135008748 4288180016 18446744073709551615 134535637 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22798/statm: 113721 144 46 122 0 112621 0
[pid=22799] ppid=22790 vsize=289324 CPUtime=0 cores=0,2,4,6
/proc/22799/stat : 22799 (python) S 22790 22790 22144 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 519284438 296267776 5688 33554432000 4194304 5683644 140737061080096 18446744073709551615 220816256582 0 0 16781312 514 4514603544036212994 0 0 17 4 0 0 0
/proc/22799/statm: 72331 5688 348 364 0 8246 0
[pid=22801] ppid=22799 vsize=1756 CPUtime=0.92 cores=0,2,4,6
/proc/22801/stat : 22801 (march_hi) R 22799 22801 22801 0 -1 4202496 533 0 0 0 92 0 0 0 23 0 1 0 519284439 1798144 268 33554432000 4194304 4955518 140733383591280 18446744073709551615 4238816 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22801/statm: 439 268 104 186 0 252 0
[pid=22802] ppid=22790 vsize=299580 CPUtime=0 cores=0,2,4,6
/proc/22802/stat : 22802 (python) S 22790 22790 22144 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 519284441 306769920 5692 33554432000 4194304 5683644 140737061080096 18446744073709551615 220816256582 0 0 16781312 514 12815582082210169092 0 0 17 6 0 0 0
/proc/22802/statm: 74895 5692 348 364 0 10807 0
[pid=22804] ppid=22802 vsize=1756 CPUtime=0.89 cores=0,2,4,6
/proc/22804/stat : 22804 (march_hi) R 22802 22804 22804 0 -1 4202496 531 0 0 0 89 0 0 0 23 0 1 0 519284441 1798144 268 33554432000 4194304 4955518 140737203015472 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22804/statm: 439 268 104 186 0 252 0
[pid=22805] ppid=22790 vsize=309364 CPUtime=0 cores=0,2,4,6
/proc/22805/stat : 22805 (python) S 22790 22790 22144 0 -1 4202560 775 0 0 0 0 0 0 0 15 0 1 0 519284444 316788736 5593 33554432000 4194304 5683644 140737061080096 18446744073709551615 220816256582 0 0 16781312 514 2391094747079868676 0 0 17 4 0 0 0
/proc/22805/statm: 77341 5593 348 364 0 13250 0
[pid=22807] ppid=22805 vsize=1756 CPUtime=0.85 cores=0,2,4,6
/proc/22807/stat : 22807 (march_hi) R 22805 22807 22807 0 -1 4202496 528 0 0 0 85 0 0 0 23 0 1 0 519284444 1798144 267 33554432000 4194304 4955518 140737214983072 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22807/statm: 439 267 104 186 0 252 0
[pid=22790/tid=22797] ppid=22788 vsize=319608 CPUtime=0 cores=0,2,4,6
/proc/22790/task/22797/stat : 22797 (python) S 22788 22790 22144 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 5 0 519284436 327278592 7130 33554432000 4194304 5683644 140737061080096 18446744073709551615 220828060081 0 0 16781312 2 18446604440708786880 0 0 -1 6 0 0 0
[pid=22790/tid=22800] ppid=22788 vsize=319608 CPUtime=0 cores=0,2,4,6
/proc/22790/task/22800/stat : 22800 (python) S 22788 22790 22144 0 -1 4202560 19 933 0 0 0 0 0 0 20 0 5 0 519284438 327278592 7130 33554432000 4194304 5683644 140737061080096 18446744073709551615 220828060081 0 0 16781312 2 18446604440708786880 0 0 -1 2 0 0 0
[pid=22790/tid=22803] ppid=22788 vsize=319608 CPUtime=0 cores=0,2,4,6
/proc/22790/task/22803/stat : 22803 (python) S 22788 22790 22144 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 519284441 327278592 7130 33554432000 4194304 5683644 140737061080096 18446744073709551615 220828060081 0 0 16781312 2 18446604440708786880 0 0 -1 6 0 0 0
[pid=22790/tid=22806] ppid=22788 vsize=319608 CPUtime=0 cores=0,2,4,6
/proc/22790/task/22806/stat : 22806 (python) S 22788 22790 22144 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 5 0 519284444 327278592 7130 33554432000 4194304 5683644 140737061080096 18446744073709551615 220828060081 0 0 16781312 2 18446604440708786880 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 1956628

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

[startup+2.30134 s]
/proc/loadavg: 7.69 7.97 6.24 9/249 22807
/proc/meminfo: memFree=29524664/32951124 swapFree=67105204/67111528
[pid=22790] ppid=22788 vsize=319608 CPUtime=0.52 cores=0,2,4,6
/proc/22790/stat : 22790 (python) S 22788 22790 22144 0 -1 4202496 12327 933 1 0 43 9 0 0 20 0 5 0 519284381 327278592 7130 33554432000 4194304 5683644 140737061080096 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22790/statm: 79902 7130 1881 364 0 15811 0
[pid=22796] ppid=22790 vsize=278600 CPUtime=0 cores=0,2,4,6
/proc/22796/stat : 22796 (python) S 22790 22790 22144 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 519284435 285286400 5561 33554432000 4194304 5683644 140737061080096 18446744073709551615 220816256527 0 0 16781312 514 15548581510524174335 0 0 17 6 0 0 0
/proc/22796/statm: 69650 5561 354 364 0 5568 0
[pid=22798] ppid=22796 vsize=454884 CPUtime=1.74 cores=0,2,4,6
/proc/22798/stat : 22798 (TNM) R 22796 22798 22798 0 -1 4202496 409 0 0 0 174 0 0 0 25 0 1 0 519284436 465801216 144 33554432000 134512640 135008748 4288180016 18446744073709551615 134527722 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22798/statm: 113721 144 46 122 0 112621 0
[pid=22799] ppid=22790 vsize=289324 CPUtime=0 cores=0,2,4,6
/proc/22799/stat : 22799 (python) S 22790 22790 22144 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 519284438 296267776 5688 33554432000 4194304 5683644 140737061080096 18446744073709551615 220816256582 0 0 16781312 514 4514603544036212994 0 0 17 4 0 0 0
/proc/22799/statm: 72331 5688 348 364 0 8246 0
[pid=22801] ppid=22799 vsize=1756 CPUtime=1.72 cores=0,2,4,6
/proc/22801/stat : 22801 (march_hi) R 22799 22801 22801 0 -1 4202496 548 0 0 0 172 0 0 0 25 0 1 0 519284439 1798144 283 33554432000 4194304 4955518 140733383591280 18446744073709551615 4238345 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22801/statm: 439 283 104 186 0 252 0
[pid=22802] ppid=22790 vsize=299580 CPUtime=0 cores=0,2,4,6
/proc/22802/stat : 22802 (python) S 22790 22790 22144 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 519284441 306769920 5692 33554432000 4194304 5683644 140737061080096 18446744073709551615 220816256582 0 0 16781312 514 12815582082210169092 0 0 17 0 0 0 0
/proc/22802/statm: 74895 5692 348 364 0 10807 0
[pid=22804] ppid=22802 vsize=1756 CPUtime=1.69 cores=0,2,4,6
/proc/22804/stat : 22804 (march_hi) R 22802 22804 22804 0 -1 4202496 546 0 0 0 169 0 0 0 25 0 1 0 519284441 1798144 283 33554432000 4194304 4955518 140737203015472 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22804/statm: 439 283 104 186 0 252 0
[pid=22805] ppid=22790 vsize=309364 CPUtime=0 cores=0,2,4,6
/proc/22805/stat : 22805 (python) S 22790 22790 22144 0 -1 4202560 781 0 0 0 0 0 0 0 15 0 1 0 519284444 316788736 5593 33554432000 4194304 5683644 140737061080096 18446744073709551615 220816256582 0 0 16781312 514 2391094747079868676 0 0 17 4 0 0 0
/proc/22805/statm: 77341 5593 348 364 0 13250 0
[pid=22807] ppid=22805 vsize=1756 CPUtime=1.64 cores=0,2,4,6
/proc/22807/stat : 22807 (march_hi) R 22805 22807 22807 0 -1 4202496 542 0 0 0 164 0 0 0 25 0 1 0 519284444 1798144 281 33554432000 4194304 4955518 140737214983072 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22807/statm: 439 281 104 186 0 252 0
[pid=22790/tid=22797] ppid=22788 vsize=319608 CPUtime=0 cores=0,2,4,6
/proc/22790/task/22797/stat : 22797 (python) S 22788 22790 22144 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 5 0 519284436 327278592 7130 33554432000 4194304 5683644 140737061080096 18446744073709551615 220828060081 0 0 16781312 2 18446604440708786880 0 0 -1 6 0 0 0
[pid=22790/tid=22800] ppid=22788 vsize=319608 CPUtime=0 cores=0,2,4,6
/proc/22790/task/22800/stat : 22800 (python) S 22788 22790 22144 0 -1 4202560 19 933 0 0 0 0 0 0 20 0 5 0 519284438 327278592 7130 33554432000 4194304 5683644 140737061080096 18446744073709551615 220828060081 0 0 16781312 2 18446604440708786880 0 0 -1 2 0 0 0
[pid=22790/tid=22803] ppid=22788 vsize=319608 CPUtime=0 cores=0,2,4,6
/proc/22790/task/22803/stat : 22803 (python) S 22788 22790 22144 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 519284441 327278592 7130 33554432000 4194304 5683644 140737061080096 18446744073709551615 220828060081 0 0 16781312 2 18446604440708786880 0 0 -1 6 0 0 0
[pid=22790/tid=22806] ppid=22788 vsize=319608 CPUtime=0 cores=0,2,4,6
/proc/22790/task/22806/stat : 22806 (python) S 22788 22790 22144 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 5 0 519284444 327278592 7130 33554432000 4194304 5683644 140737061080096 18446744073709551615 220828060081 0 0 16781312 2 18446604440708786880 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 1956628

[startup+2.70126 s]
/proc/loadavg: 7.69 7.97 6.24 9/249 22807
/proc/meminfo: memFree=29524664/32951124 swapFree=67105204/67111528
[pid=22790] ppid=22788 vsize=319608 CPUtime=0.52 cores=0,2,4,6
/proc/22790/stat : 22790 (python) S 22788 22790 22144 0 -1 4202496 12327 933 1 0 43 9 0 0 20 0 5 0 519284381 327278592 7130 33554432000 4194304 5683644 140737061080096 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22790/statm: 79902 7130 1881 364 0 15811 0
[pid=22796] ppid=22790 vsize=278600 CPUtime=0 cores=0,2,4,6
/proc/22796/stat : 22796 (python) S 22790 22790 22144 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 519284435 285286400 5561 33554432000 4194304 5683644 140737061080096 18446744073709551615 220816256527 0 0 16781312 514 15548581510524141827 0 0 17 6 0 0 0
/proc/22796/statm: 69650 5561 354 364 0 5568 0
[pid=22798] ppid=22796 vsize=454884 CPUtime=2.14 cores=0,2,4,6
/proc/22798/stat : 22798 (TNM) R 22796 22798 22798 0 -1 4202496 409 0 0 0 214 0 0 0 25 0 1 0 519284436 465801216 144 33554432000 134512640 135008748 4288180016 18446744073709551615 134524740 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22798/statm: 113721 144 46 122 0 112621 0
[pid=22799] ppid=22790 vsize=289324 CPUtime=0 cores=0,2,4,6
/proc/22799/stat : 22799 (python) S 22790 22790 22144 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 519284438 296267776 5688 33554432000 4194304 5683644 140737061080096 18446744073709551615 220816256582 0 0 16781312 514 4514603544036212994 0 0 17 4 0 0 0
/proc/22799/statm: 72331 5688 348 364 0 8246 0
[pid=22801] ppid=22799 vsize=1756 CPUtime=2.12 cores=0,2,4,6
/proc/22801/stat : 22801 (march_hi) R 22799 22801 22801 0 -1 4202496 550 0 0 0 212 0 0 0 25 0 1 0 519284439 1798144 285 33554432000 4194304 4955518 140733383591280 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22801/statm: 439 285 104 186 0 252 0
[pid=22802] ppid=22790 vsize=299580 CPUtime=0 cores=0,2,4,6
/proc/22802/stat : 22802 (python) S 22790 22790 22144 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 519284441 306769920 5692 33554432000 4194304 5683644 140737061080096 18446744073709551615 220816256582 0 0 16781312 514 12815582082210169092 0 0 17 0 0 0 0
/proc/22802/statm: 74895 5692 348 364 0 10807 0
[pid=22804] ppid=22802 vsize=1756 CPUtime=2.09 cores=0,2,4,6
/proc/22804/stat : 22804 (march_hi) R 22802 22804 22804 0 -1 4202496 548 0 0 0 209 0 0 0 25 0 1 0 519284441 1798144 285 33554432000 4194304 4955518 140737203015472 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22804/statm: 439 285 104 186 0 252 0
[pid=22805] ppid=22790 vsize=309364 CPUtime=0 cores=0,2,4,6
/proc/22805/stat : 22805 (python) S 22790 22790 22144 0 -1 4202560 782 0 0 0 0 0 0 0 15 0 1 0 519284444 316788736 5593 33554432000 4194304 5683644 140737061080096 18446744073709551615 220816256582 0 0 16781312 514 2391094747079868676 0 0 17 4 0 0 0
/proc/22805/statm: 77341 5593 348 364 0 13250 0
[pid=22807] ppid=22805 vsize=1756 CPUtime=2.04 cores=0,2,4,6
/proc/22807/stat : 22807 (march_hi) R 22805 22807 22807 0 -1 4202496 545 0 0 0 204 0 0 0 25 0 1 0 519284444 1798144 284 33554432000 4194304 4955518 140737214983072 18446744073709551615 4224619 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22807/statm: 439 284 104 186 0 252 0
[pid=22790/tid=22797] ppid=22788 vsize=319608 CPUtime=0 cores=0,2,4,6
/proc/22790/task/22797/stat : 22797 (python) S 22788 22790 22144 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 5 0 519284436 327278592 7130 33554432000 4194304 5683644 140737061080096 18446744073709551615 220828060081 0 0 16781312 2 18446604440708786880 0 0 -1 6 0 0 0
[pid=22790/tid=22800] ppid=22788 vsize=319608 CPUtime=0 cores=0,2,4,6
/proc/22790/task/22800/stat : 22800 (python) S 22788 22790 22144 0 -1 4202560 19 933 0 0 0 0 0 0 20 0 5 0 519284438 327278592 7130 33554432000 4194304 5683644 140737061080096 18446744073709551615 220828060081 0 0 16781312 2 18446604440708786880 0 0 -1 2 0 0 0
[pid=22790/tid=22803] ppid=22788 vsize=319608 CPUtime=0 cores=0,2,4,6
/proc/22790/task/22803/stat : 22803 (python) S 22788 22790 22144 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 519284441 327278592 7130 33554432000 4194304 5683644 140737061080096 18446744073709551615 220828060081 0 0 16781312 2 18446604440708786880 0 0 -1 6 0 0 0
[pid=22790/tid=22806] ppid=22788 vsize=319608 CPUtime=0 cores=0,2,4,6
/proc/22790/task/22806/stat : 22806 (python) S 22788 22790 22144 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 5 0 519284444 327278592 7130 33554432000 4194304 5683644 140737061080096 18446744073709551615 220828060081 0 0 16781312 2 18446604440708786880 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 8.91
Current children cumulated vsize (KiB) 1956628

[startup+2.90123 s]
/proc/loadavg: 7.69 7.97 6.24 9/249 22807
/proc/meminfo: memFree=29524664/32951124 swapFree=67105204/67111528
[pid=22790] ppid=22788 vsize=319608 CPUtime=0.52 cores=0,2,4,6
/proc/22790/stat : 22790 (python) S 22788 22790 22144 0 -1 4202496 12327 933 1 0 43 9 0 0 20 0 5 0 519284381 327278592 7130 33554432000 4194304 5683644 140737061080096 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22790/statm: 79902 7130 1881 364 0 15811 0
[pid=22796] ppid=22790 vsize=278600 CPUtime=0 cores=0,2,4,6
/proc/22796/stat : 22796 (python) S 22790 22790 22144 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 519284435 285286400 5561 33554432000 4194304 5683644 140737061080096 18446744073709551615 220816256527 0 0 16781312 514 15548581510524141827 0 0 17 6 0 0 0
/proc/22796/statm: 69650 5561 354 364 0 5568 0
[pid=22798] ppid=22796 vsize=454884 CPUtime=2.33 cores=0,2,4,6
/proc/22798/stat : 22798 (TNM) R 22796 22798 22798 0 -1 4202496 409 0 0 0 233 0 0 0 25 0 1 0 519284436 465801216 144 33554432000 134512640 135008748 4288180016 18446744073709551615 134527696 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22798/statm: 113721 144 46 122 0 112621 0
[pid=22799] ppid=22790 vsize=289324 CPUtime=0 cores=0,2,4,6
/proc/22799/stat : 22799 (python) S 22790 22790 22144 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 519284438 296267776 5688 33554432000 4194304 5683644 140737061080096 18446744073709551615 220816256582 0 0 16781312 514 4514603544036212994 0 0 17 4 0 0 0
/proc/22799/statm: 72331 5688 348 364 0 8246 0
[pid=22801] ppid=22799 vsize=1900 CPUtime=2.32 cores=0,2,4,6
/proc/22801/stat : 22801 (march_hi) R 22799 22801 22801 0 -1 4202496 554 0 0 0 232 0 0 0 25 0 1 0 519284439 1945600 289 33554432000 4194304 4955518 140733383591280 18446744073709551615 4315007 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22801/statm: 475 289 104 186 0 288 0
[pid=22802] ppid=22790 vsize=299580 CPUtime=0 cores=0,2,4,6
/proc/22802/stat : 22802 (python) S 22790 22790 22144 0 -1 4202560 766 0 0 0 0 0 0 0 15 0 1 0 519284441 306769920 5692 33554432000 4194304 5683644 140737061080096 18446744073709551615 220816256582 0 0 16781312 514 12815582082210169092 0 0 17 0 0 0 0
/proc/22802/statm: 74895 5692 348 364 0 10807 0
[pid=22804] ppid=22802 vsize=1900 CPUtime=2.28 cores=0,2,4,6
/proc/22804/stat : 22804 (march_hi) R 22802 22804 22804 0 -1 4202496 552 0 0 0 228 0 0 0 25 0 1 0 519284441 1945600 289 33554432000 4194304 4955518 140737203015472 18446744073709551615 4209667 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22804/statm: 475 289 104 186 0 288 0
[pid=22805] ppid=22790 vsize=309364 CPUtime=0 cores=0,2,4,6
/proc/22805/stat : 22805 (python) S 22790 22790 22144 0 -1 4202560 787 0 0 0 0 0 0 0 15 0 1 0 519284444 316788736 5593 33554432000 4194304 5683644 140737061080096 18446744073709551615 220816256582 0 0 16781312 514 2391094747079868676 0 0 17 4 0 0 0
/proc/22805/statm: 77341 5593 348 364 0 13250 0
[pid=22807] ppid=22805 vsize=1900 CPUtime=2.24 cores=0,2,4,6
/proc/22807/stat : 22807 (march_hi) R 22805 22807 22807 0 -1 4202496 548 0 0 0 224 0 0 0 25 0 1 0 519284444 1945600 287 33554432000 4194304 4955518 140737214983072 18446744073709551615 4314874 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22807/statm: 475 287 104 186 0 288 0
[pid=22790/tid=22797] ppid=22788 vsize=319608 CPUtime=0 cores=0,2,4,6
/proc/22790/task/22797/stat : 22797 (python) S 22788 22790 22144 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 5 0 519284436 327278592 7130 33554432000 4194304 5683644 140737061080096 18446744073709551615 220828060081 0 0 16781312 2 18446604440708786880 0 0 -1 6 0 0 0
[pid=22790/tid=22800] ppid=22788 vsize=319608 CPUtime=0 cores=0,2,4,6
/proc/22790/task/22800/stat : 22800 (python) S 22788 22790 22144 0 -1 4202560 19 933 0 0 0 0 0 0 20 0 5 0 519284438 327278592 7130 33554432000 4194304 5683644 140737061080096 18446744073709551615 220828060081 0 0 16781312 2 18446604440708786880 0 0 -1 2 0 0 0
[pid=22790/tid=22803] ppid=22788 vsize=319608 CPUtime=0 cores=0,2,4,6
/proc/22790/task/22803/stat : 22803 (python) S 22788 22790 22144 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 519284441 327278592 7130 33554432000 4194304 5683644 140737061080096 18446744073709551615 220828060081 0 0 16781312 2 18446604440708786880 0 0 -1 6 0 0 0
[pid=22790/tid=22806] ppid=22788 vsize=319608 CPUtime=0 cores=0,2,4,6
/proc/22790/task/22806/stat : 22806 (python) S 22788 22790 22144 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 5 0 519284444 327278592 7130 33554432000 4194304 5683644 140737061080096 18446744073709551615 220828060081 0 0 16781312 2 18446604440708786880 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.69
Current children cumulated vsize (KiB) 1957060

[startup+3.00126 s]
/proc/loadavg: 7.69 7.97 6.24 9/249 22807
/proc/meminfo: memFree=29524664/32951124 swapFree=67105204/67111528
[pid=22790] ppid=22788 vsize=309304 CPUtime=10.09 cores=0,2,4,6
/proc/22790/stat : 22790 (python) R 22788 22790 22144 0 -1 4202496 15784 6523 1 0 44 9 954 2 17 0 1 0 519284381 316727296 7119 33554432000 4194304 5683644 140737061080096 18446744073709551615 4501813 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22790/statm: 77326 7119 1874 364 0 13250 0
Current children cumulated CPU time (s) 10.09
Current children cumulated vsize (KiB) 309304

Child status: 0
Real time (s): 3.00971
CPU time (s): 10.1235
CPU user time (s): 9.99448
CPU system time (s): 0.12898
CPU usage (%): 336.36
Max. virtual memory (cumulated for all children) (KiB): 1957060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.99448
system time used= 0.12898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23217
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= 1962
involuntary context switches= 945

runsolver used 0.006998 second user time and 0.016997 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-01 18:51:25
IDJOB=3317309
IDBENCH=82774
IDSOLVER=1705
FILE ID=node147/3317309-1304268685
RUNJOBID= node147-1304267279-22162
PBS_JOBID= 13173932
Free space on /tmp= 73232 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1869766438-024.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-3317309-1304268685/watcher-3317309-1304268685 -o /tmp/evaluation-result-3317309-1304268685/solver-3317309-1304268685 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317309-1304268685.cnf -seed 2026662428 -budget 4800 -cores 4

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

MD5SUM BENCH= dc8d0e0ace98e64abf3fce79e5dbf973
RANDOM SEED=2026662428

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.82
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.836
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.76
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.836
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.836
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:      29564300 kB
Buffers:        350884 kB
Cached:        1931528 kB
SwapCached:       3088 kB
Active:        1078036 kB
Inactive:      1955700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29564300 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:           32288 kB
Writeback:           0 kB
AnonPages:      750312 kB
Mapped:          23204 kB
Slab:           277860 kB
PageTables:      15856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 18651436 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= 73200 MiB
End job on node147 at 2011-05-01 18:51:28