Trace number 3484530

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-seq-random (fixed, 1200 s timeout)UNSAT 100.759 100.808

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v50-c1065-S1449708927-022.UNKNOWN.cnf
MD5SUM269439ad82cf78c62b6c5a7e4f9ecd9c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.12598
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses1065
Sum of the clauses size5325
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51065
Number of clauses of size over 50

Solver Data

0.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.45	c INFO: solving HOME/instance-3484530-1307749930.cnf
0.32/0.45	c INFO: computing task features
0.32/0.46	c INFO: computed variable-clause graph statistics
0.32/0.46	c INFO: computed clause balance statistics
0.32/0.49	c INFO: computed variable balance statistics
0.41/0.51	c INFO: computed small-clause counts
0.41/0.51	c INFO: computed Horn-clause counts
0.41/0.51	c INFO: computed variable graph statistics
0.41/0.51	c INFO: collected features for HOME/instance-3484530-1307749930.cnf in 0.05 s
0.41/0.52	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
100.51/100.65	c INFO: running march_hi@0 for 388 with 1099 remaining (b = 0.44)
100.57/100.78	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.1 (svn: 988)

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-3484530-1307749930/watcher-3484530-1307749930 -o /tmp/evaluation-result-3484530-1307749930/solver-3484530-1307749930 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484530-1307749930.cnf -seed 1824490198 -budget 1200 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.97 4.02 3.82 4/214 17269
/proc/meminfo: memFree=31539512/32950928 swapFree=67050648/67111528
[pid=17269] ppid=17267 vsize=15380 CPUtime=0 cores=0,2
/proc/17269/stat : 17269 (python) S 17267 17269 15638 0 -1 4202496 821 0 0 0 0 0 0 0 25 0 1 0 886591765 15749120 704 33554432000 4194304 5683644 140737155362288 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 0 0 0 0
/proc/17269/statm: 3845 704 334 364 0 332 0

[startup+0.100945 s]
/proc/loadavg: 3.97 4.02 3.82 4/214 17269
/proc/meminfo: memFree=31539512/32950928 swapFree=67050648/67111528
[pid=17269] ppid=17267 vsize=104620 CPUtime=0.07 cores=0,2
/proc/17269/stat : 17269 (python) R 17267 17269 15638 0 -1 4202496 3166 0 0 0 6 1 0 0 25 0 1 0 886591765 107130880 2837 33554432000 4194304 5683644 140737155362288 18446744073709551615 251814238208 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/17269/statm: 26155 2837 847 364 0 1903 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104620

[startup+0.200929 s]
/proc/loadavg: 3.97 4.02 3.82 4/214 17269
/proc/meminfo: memFree=31539512/32950928 swapFree=67050648/67111528
[pid=17269] ppid=17267 vsize=131288 CPUtime=0.16 cores=0,2
/proc/17269/stat : 17269 (python) R 17267 17269 15638 0 -1 4202496 5734 932 1 0 13 3 0 0 25 0 1 0 886591765 134438912 4101 33554432000 4194304 5683644 140737155362288 18446744073709551615 4502680 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17269/statm: 32822 4101 1015 364 0 3083 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 131288

[startup+0.300959 s]
/proc/loadavg: 3.97 4.02 3.82 4/214 17269
/proc/meminfo: memFree=31539512/32950928 swapFree=67050648/67111528
[pid=17269] ppid=17267 vsize=198916 CPUtime=0.24 cores=0,2
/proc/17269/stat : 17269 (python) R 17267 17269 15638 0 -1 4202496 7028 932 1 0 18 6 0 0 25 0 1 0 886591765 203689984 5052 33554432000 4194304 5683644 140737155362288 18446744073709551615 4299146 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17269/statm: 49729 5052 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 198916

[startup+0.700842 s]
/proc/loadavg: 3.97 4.02 3.82 4/214 17269
/proc/meminfo: memFree=31539512/32950928 swapFree=67050648/67111528
[pid=17269] ppid=17267 vsize=288684 CPUtime=0.43 cores=0,2
/proc/17269/stat : 17269 (python) S 17267 17269 15638 0 -1 4202496 9756 932 1 0 35 8 0 0 25 0 2 0 886591765 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17269/statm: 72171 7034 1867 364 0 8089 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 288684

[startup+1.50077 s]
/proc/loadavg: 3.97 4.02 3.82 5/218 17277
/proc/meminfo: memFree=31515460/32950928 swapFree=67050648/67111528
[pid=17269] ppid=17267 vsize=288684 CPUtime=0.43 cores=0,2
/proc/17269/stat : 17269 (python) S 17267 17269 15638 0 -1 4202496 9756 932 1 0 35 8 0 0 25 0 2 0 886591765 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17269/statm: 72171 7034 1867 364 0 8089 0
[pid=17275] ppid=17269 vsize=278440 CPUtime=0 cores=0,2
/proc/17275/stat : 17275 (python) S 17269 17269 15638 0 -1 4202560 738 0 0 0 0 0 0 0 25 0 1 0 886591818 285122560 5517 33554432000 4194304 5683644 140737155362288 18446744073709551615 251814260239 0 0 16781312 514 4247197643236704255 0 0 17 0 0 0 0
/proc/17275/statm: 69610 5517 354 364 0 5528 0
[pid=17277] ppid=17275 vsize=1017800 CPUtime=0.97 cores=0,2
/proc/17277/stat : 17277 (gnovelty+2) R 17275 17277 17277 0 -1 4202496 418 0 0 0 97 0 0 0 25 0 1 0 886591818 1042227200 153 33554432000 134512640 135663704 4289758848 18446744073709551615 135008540 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17277/statm: 254450 153 113 282 0 254166 0
[pid=17269/tid=17276] ppid=17267 vsize=288684 CPUtime=0 cores=0,2
/proc/17269/task/17276/stat : 17276 (python) S 17267 17269 15638 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886591818 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826063793 0 0 16781312 2 18446604452232014528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 1584924

[startup+3.1005 s]
/proc/loadavg: 3.97 4.02 3.82 5/218 17277
/proc/meminfo: memFree=31515460/32950928 swapFree=67050648/67111528
[pid=17269] ppid=17267 vsize=288684 CPUtime=0.43 cores=0,2
/proc/17269/stat : 17269 (python) S 17267 17269 15638 0 -1 4202496 9756 932 1 0 35 8 0 0 25 0 2 0 886591765 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17269/statm: 72171 7034 1867 364 0 8089 0
[pid=17275] ppid=17269 vsize=278440 CPUtime=0 cores=0,2
/proc/17275/stat : 17275 (python) S 17269 17269 15638 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 886591818 285122560 5517 33554432000 4194304 5683644 140737155362288 18446744073709551615 251814260239 0 0 16781312 514 4247197643236671745 0 0 17 0 0 0 0
/proc/17275/statm: 69610 5517 354 364 0 5528 0
[pid=17277] ppid=17275 vsize=1017800 CPUtime=2.57 cores=0,2
/proc/17277/stat : 17277 (gnovelty+2) R 17275 17277 17277 0 -1 4202496 418 0 0 0 257 0 0 0 25 0 1 0 886591818 1042227200 153 33554432000 134512640 135663704 4289758848 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17277/statm: 254450 153 113 282 0 254166 0
[pid=17269/tid=17276] ppid=17267 vsize=288684 CPUtime=0 cores=0,2
/proc/17269/task/17276/stat : 17276 (python) S 17267 17269 15638 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886591818 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826063793 0 0 16781312 2 18446604452232014528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 1584924

[startup+6.3009 s]
/proc/loadavg: 3.97 4.02 3.82 5/218 17277
/proc/meminfo: memFree=31515224/32950928 swapFree=67050648/67111528
[pid=17269] ppid=17267 vsize=288684 CPUtime=0.43 cores=0,2
/proc/17269/stat : 17269 (python) S 17267 17269 15638 0 -1 4202496 9756 932 1 0 35 8 0 0 25 0 2 0 886591765 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17269/statm: 72171 7034 1867 364 0 8089 0
[pid=17275] ppid=17269 vsize=278440 CPUtime=0 cores=0,2
/proc/17275/stat : 17275 (python) S 17269 17269 15638 0 -1 4202560 880 0 0 0 0 0 0 0 18 0 1 0 886591818 285122560 5540 33554432000 4194304 5683644 140737155362288 18446744073709551615 251814260239 0 0 16781312 514 4247197643236671745 0 0 17 0 0 0 0
/proc/17275/statm: 69610 5540 377 364 0 5528 0
[pid=17277] ppid=17275 vsize=1017800 CPUtime=5.76 cores=0,2
/proc/17277/stat : 17277 (gnovelty+2) R 17275 17277 17277 0 -1 4202496 418 0 0 0 576 0 0 0 25 0 1 0 886591818 1042227200 153 33554432000 134512640 135663704 4289758848 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17277/statm: 254450 153 113 282 0 254166 0
[pid=17269/tid=17276] ppid=17267 vsize=288684 CPUtime=0 cores=0,2
/proc/17269/task/17276/stat : 17276 (python) S 17267 17269 15638 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886591818 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826063793 0 0 16781312 2 18446604452232014528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 1584924

[startup+12.7009 s]
/proc/loadavg: 3.97 4.02 3.82 5/218 17277
/proc/meminfo: memFree=31514856/32950928 swapFree=67050648/67111528
[pid=17269] ppid=17267 vsize=288684 CPUtime=0.43 cores=0,2
/proc/17269/stat : 17269 (python) S 17267 17269 15638 0 -1 4202496 9756 932 1 0 35 8 0 0 25 0 2 0 886591765 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17269/statm: 72171 7034 1867 364 0 8089 0
[pid=17275] ppid=17269 vsize=278440 CPUtime=0.01 cores=0,2
/proc/17275/stat : 17275 (python) S 17269 17269 15638 0 -1 4202560 883 0 0 0 1 0 0 0 18 0 1 0 886591818 285122560 5540 33554432000 4194304 5683644 140737155362288 18446744073709551615 251814260239 0 0 16781312 514 7813622208185467137 0 0 17 0 0 0 0
/proc/17275/statm: 69610 5540 377 364 0 5528 0
[pid=17277] ppid=17275 vsize=1017800 CPUtime=12.15 cores=0,2
/proc/17277/stat : 17277 (gnovelty+2) R 17275 17277 17277 0 -1 4202496 418 0 0 0 1215 0 0 0 25 0 1 0 886591818 1042227200 153 33554432000 134512640 135663704 4289758848 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17277/statm: 254450 153 113 282 0 254166 0
[pid=17269/tid=17276] ppid=17267 vsize=288684 CPUtime=0 cores=0,2
/proc/17269/task/17276/stat : 17276 (python) S 17267 17269 15638 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886591818 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826063793 0 0 16781312 2 18446604452232014528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 1584924

[startup+25.5007 s]
/proc/loadavg: 3.98 4.02 3.82 5/218 17278
/proc/meminfo: memFree=31515096/32950928 swapFree=67050648/67111528
[pid=17269] ppid=17267 vsize=288684 CPUtime=0.43 cores=0,2
/proc/17269/stat : 17269 (python) S 17267 17269 15638 0 -1 4202496 9756 932 1 0 35 8 0 0 25 0 2 0 886591765 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17269/statm: 72171 7034 1867 364 0 8089 0
[pid=17275] ppid=17269 vsize=278440 CPUtime=0.03 cores=0,2
/proc/17275/stat : 17275 (python) S 17269 17269 15638 0 -1 4202560 886 0 0 0 2 1 0 0 18 0 1 0 886591818 285122560 5540 33554432000 4194304 5683644 140737155362288 18446744073709551615 251814260239 0 0 16781312 514 7813622208185467137 0 0 17 0 0 0 0
/proc/17275/statm: 69610 5540 377 364 0 5528 0
[pid=17277] ppid=17275 vsize=1017800 CPUtime=24.93 cores=0,2
/proc/17277/stat : 17277 (gnovelty+2) R 17275 17277 17277 0 -1 4202496 418 0 0 0 2493 0 0 0 25 0 1 0 886591818 1042227200 153 33554432000 134512640 135663704 4289758848 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17277/statm: 254450 153 113 282 0 254166 0
[pid=17269/tid=17276] ppid=17267 vsize=288684 CPUtime=0 cores=0,2
/proc/17269/task/17276/stat : 17276 (python) S 17267 17269 15638 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886591818 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826063793 0 0 16781312 2 18446604452232014528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 1584924

[startup+51.1004 s]
/proc/loadavg: 3.99 4.02 3.83 5/218 17278
/proc/meminfo: memFree=31512780/32950928 swapFree=67050648/67111528
[pid=17269] ppid=17267 vsize=288684 CPUtime=0.43 cores=0,2
/proc/17269/stat : 17269 (python) S 17267 17269 15638 0 -1 4202496 9756 932 1 0 35 8 0 0 25 0 2 0 886591765 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17269/statm: 72171 7034 1867 364 0 8089 0
[pid=17275] ppid=17269 vsize=278440 CPUtime=0.06 cores=0,2
/proc/17275/stat : 17275 (python) S 17269 17269 15638 0 -1 4202560 898 0 0 0 4 2 0 0 18 0 1 0 886591818 285122560 5540 33554432000 4194304 5683644 140737155362288 18446744073709551615 251814260239 0 0 16781312 514 7813622208185467137 0 0 17 0 0 0 0
/proc/17275/statm: 69610 5540 377 364 0 5528 0
[pid=17277] ppid=17275 vsize=1017800 CPUtime=50.5 cores=0,2
/proc/17277/stat : 17277 (gnovelty+2) R 17275 17277 17277 0 -1 4202496 418 0 0 0 5050 0 0 0 25 0 1 0 886591818 1042227200 153 33554432000 134512640 135663704 4289758848 18446744073709551615 134545699 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17277/statm: 254450 153 113 282 0 254166 0
[pid=17269/tid=17276] ppid=17267 vsize=288684 CPUtime=0 cores=0,2
/proc/17269/task/17276/stat : 17276 (python) S 17267 17269 15638 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886591818 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826063793 0 0 16781312 2 18446604452232014528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 1584924

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

[startup+51.2004 s]
/proc/loadavg: 3.99 4.02 3.83 5/218 17278
/proc/meminfo: memFree=31512780/32950928 swapFree=67050648/67111528
[pid=17269] ppid=17267 vsize=288684 CPUtime=0.43 cores=0,2
/proc/17269/stat : 17269 (python) S 17267 17269 15638 0 -1 4202496 9756 932 1 0 35 8 0 0 25 0 2 0 886591765 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17269/statm: 72171 7034 1867 364 0 8089 0
[pid=17275] ppid=17269 vsize=278440 CPUtime=0.06 cores=0,2
/proc/17275/stat : 17275 (python) S 17269 17269 15638 0 -1 4202560 898 0 0 0 4 2 0 0 18 0 1 0 886591818 285122560 5540 33554432000 4194304 5683644 140737155362288 18446744073709551615 251814260239 0 0 16781312 514 7813622208185467137 0 0 17 0 0 0 0
/proc/17275/statm: 69610 5540 377 364 0 5528 0
[pid=17277] ppid=17275 vsize=1017800 CPUtime=50.6 cores=0,2
/proc/17277/stat : 17277 (gnovelty+2) R 17275 17277 17277 0 -1 4202496 418 0 0 0 5060 0 0 0 25 0 1 0 886591818 1042227200 153 33554432000 134512640 135663704 4289758848 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17277/statm: 254450 153 113 282 0 254166 0
[pid=17269/tid=17276] ppid=17267 vsize=288684 CPUtime=0 cores=0,2
/proc/17269/task/17276/stat : 17276 (python) S 17267 17269 15638 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886591818 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826063793 0 0 16781312 2 18446604452232014528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1584924

[startup+76.801 s]
/proc/loadavg: 3.90 4.00 3.82 4/201 17304
/proc/meminfo: memFree=31590920/32950928 swapFree=67050648/67111528
[pid=17269] ppid=17267 vsize=288684 CPUtime=0.43 cores=0,2
/proc/17269/stat : 17269 (python) S 17267 17269 15638 0 -1 4202496 9756 932 1 0 35 8 0 0 25 0 2 0 886591765 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17269/statm: 72171 7034 1867 364 0 8089 0
[pid=17275] ppid=17269 vsize=278440 CPUtime=0.1 cores=0,2
/proc/17275/stat : 17275 (python) S 17269 17269 15638 0 -1 4202560 911 0 0 0 6 4 0 0 18 0 1 0 886591818 285122560 5540 33554432000 4194304 5683644 140737155362288 18446744073709551615 251814260239 0 0 16781312 514 7813622208185467137 0 0 17 0 0 0 0
/proc/17275/statm: 69610 5540 377 364 0 5528 0
[pid=17277] ppid=17275 vsize=1017800 CPUtime=76.18 cores=0,2
/proc/17277/stat : 17277 (gnovelty+2) R 17275 17277 17277 0 -1 4202496 418 0 0 0 7618 0 0 0 25 0 1 0 886591818 1042227200 153 33554432000 134512640 135663704 4289758848 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17277/statm: 254450 153 113 282 0 254166 0
[pid=17269/tid=17276] ppid=17267 vsize=288684 CPUtime=0 cores=0,2
/proc/17269/task/17276/stat : 17276 (python) S 17267 17269 15638 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886591818 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826063793 0 0 16781312 2 18446604452232014528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 76.71
Current children cumulated vsize (KiB) 1584924

[startup+89.6009 s]
/proc/loadavg: 3.76 3.96 3.81 4/205 17308
/proc/meminfo: memFree=31584808/32950928 swapFree=67050648/67111528
[pid=17269] ppid=17267 vsize=288684 CPUtime=0.43 cores=0,2
/proc/17269/stat : 17269 (python) S 17267 17269 15638 0 -1 4202496 9756 932 1 0 35 8 0 0 25 0 2 0 886591765 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17269/statm: 72171 7034 1867 364 0 8089 0
[pid=17275] ppid=17269 vsize=278440 CPUtime=0.11 cores=0,2
/proc/17275/stat : 17275 (python) S 17269 17269 15638 0 -1 4202560 915 0 0 0 6 5 0 0 18 0 1 0 886591818 285122560 5540 33554432000 4194304 5683644 140737155362288 18446744073709551615 251814260239 0 0 16781312 514 7813622208185467137 0 0 17 0 0 0 0
/proc/17275/statm: 69610 5540 377 364 0 5528 0
[pid=17277] ppid=17275 vsize=1017800 CPUtime=88.96 cores=0,2
/proc/17277/stat : 17277 (gnovelty+2) R 17275 17277 17277 0 -1 4202496 418 0 0 0 8896 0 0 0 25 0 1 0 886591818 1042227200 153 33554432000 134512640 135663704 4289758848 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17277/statm: 254450 153 113 282 0 254166 0
[pid=17269/tid=17276] ppid=17267 vsize=288684 CPUtime=0 cores=0,2
/proc/17269/task/17276/stat : 17276 (python) S 17267 17269 15638 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886591818 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826063793 0 0 16781312 2 18446604452232014528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 89.5
Current children cumulated vsize (KiB) 1584924

[startup+96.0008 s]
/proc/loadavg: 3.64 3.93 3.80 4/209 17312
/proc/meminfo: memFree=31580316/32950928 swapFree=67050648/67111528
[pid=17269] ppid=17267 vsize=288684 CPUtime=0.43 cores=0,2
/proc/17269/stat : 17269 (python) S 17267 17269 15638 0 -1 4202496 9756 932 1 0 35 8 0 0 25 0 2 0 886591765 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17269/statm: 72171 7034 1867 364 0 8089 0
[pid=17275] ppid=17269 vsize=278440 CPUtime=0.12 cores=0,2
/proc/17275/stat : 17275 (python) S 17269 17269 15638 0 -1 4202560 917 0 0 0 7 5 0 0 18 0 1 0 886591818 285122560 5540 33554432000 4194304 5683644 140737155362288 18446744073709551615 251814260239 0 0 16781312 514 7813622208185467137 0 0 17 0 0 0 0
/proc/17275/statm: 69610 5540 377 364 0 5528 0
[pid=17277] ppid=17275 vsize=1017800 CPUtime=95.36 cores=0,2
/proc/17277/stat : 17277 (gnovelty+2) R 17275 17277 17277 0 -1 4202496 418 0 0 0 9536 0 0 0 25 0 1 0 886591818 1042227200 153 33554432000 134512640 135663704 4289758848 18446744073709551615 134545534 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17277/statm: 254450 153 113 282 0 254166 0
[pid=17269/tid=17276] ppid=17267 vsize=288684 CPUtime=0 cores=0,2
/proc/17269/task/17276/stat : 17276 (python) S 17267 17269 15638 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886591818 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826063793 0 0 16781312 2 18446604452232014528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 95.91
Current children cumulated vsize (KiB) 1584924

[startup+99.2003 s]
/proc/loadavg: 3.64 3.93 3.80 4/209 17312
/proc/meminfo: memFree=31579324/32950928 swapFree=67050648/67111528
[pid=17269] ppid=17267 vsize=288684 CPUtime=0.43 cores=0,2
/proc/17269/stat : 17269 (python) S 17267 17269 15638 0 -1 4202496 9756 932 1 0 35 8 0 0 25 0 2 0 886591765 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17269/statm: 72171 7034 1867 364 0 8089 0
[pid=17275] ppid=17269 vsize=278440 CPUtime=0.12 cores=0,2
/proc/17275/stat : 17275 (python) S 17269 17269 15638 0 -1 4202560 917 0 0 0 7 5 0 0 18 0 1 0 886591818 285122560 5540 33554432000 4194304 5683644 140737155362288 18446744073709551615 251814260239 0 0 16781312 514 7813622208185467137 0 0 17 0 0 0 0
/proc/17275/statm: 69610 5540 377 364 0 5528 0
[pid=17277] ppid=17275 vsize=1017800 CPUtime=98.56 cores=0,2
/proc/17277/stat : 17277 (gnovelty+2) R 17275 17277 17277 0 -1 4202496 418 0 0 0 9856 0 0 0 25 0 1 0 886591818 1042227200 153 33554432000 134512640 135663704 4289758848 18446744073709551615 134524656 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17277/statm: 254450 153 113 282 0 254166 0
[pid=17269/tid=17276] ppid=17267 vsize=288684 CPUtime=0 cores=0,2
/proc/17269/task/17276/stat : 17276 (python) S 17267 17269 15638 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886591818 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826063793 0 0 16781312 2 18446604452232014528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 99.11
Current children cumulated vsize (KiB) 1584924

[startup+100.001 s]
/proc/loadavg: 3.64 3.93 3.80 4/209 17312
/proc/meminfo: memFree=31579324/32950928 swapFree=67050648/67111528
[pid=17269] ppid=17267 vsize=288684 CPUtime=0.43 cores=0,2
/proc/17269/stat : 17269 (python) S 17267 17269 15638 0 -1 4202496 9756 932 1 0 35 8 0 0 25 0 2 0 886591765 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17269/statm: 72171 7034 1867 364 0 8089 0
[pid=17275] ppid=17269 vsize=278440 CPUtime=0.12 cores=0,2
/proc/17275/stat : 17275 (python) S 17269 17269 15638 0 -1 4202560 917 0 0 0 7 5 0 0 18 0 1 0 886591818 285122560 5540 33554432000 4194304 5683644 140737155362288 18446744073709551615 251814260239 0 0 16781312 514 7813622208185467137 0 0 17 0 0 0 0
/proc/17275/statm: 69610 5540 377 364 0 5528 0
[pid=17277] ppid=17275 vsize=1017800 CPUtime=99.36 cores=0,2
/proc/17277/stat : 17277 (gnovelty+2) R 17275 17277 17277 0 -1 4202496 418 0 0 0 9936 0 0 0 25 0 1 0 886591818 1042227200 153 33554432000 134512640 135663704 4289758848 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17277/statm: 254450 153 113 282 0 254166 0
[pid=17269/tid=17276] ppid=17267 vsize=288684 CPUtime=0 cores=0,2
/proc/17269/task/17276/stat : 17276 (python) S 17267 17269 15638 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886591818 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826063793 0 0 16781312 2 18446604452232014528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 99.91
Current children cumulated vsize (KiB) 1584924

[startup+100.401 s]
/proc/loadavg: 3.64 3.93 3.80 4/209 17313
/proc/meminfo: memFree=31579076/32950928 swapFree=67050648/67111528
[pid=17269] ppid=17267 vsize=288684 CPUtime=0.43 cores=0,2
/proc/17269/stat : 17269 (python) S 17267 17269 15638 0 -1 4202496 9756 932 1 0 35 8 0 0 25 0 2 0 886591765 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17269/statm: 72171 7034 1867 364 0 8089 0
[pid=17275] ppid=17269 vsize=278440 CPUtime=0.12 cores=0,2
/proc/17275/stat : 17275 (python) S 17269 17269 15638 0 -1 4202560 917 0 0 0 7 5 0 0 18 0 1 0 886591818 285122560 5540 33554432000 4194304 5683644 140737155362288 18446744073709551615 251814260239 0 0 16781312 514 7813622208185467137 0 0 17 0 0 0 0
/proc/17275/statm: 69610 5540 377 364 0 5528 0
[pid=17277] ppid=17275 vsize=1017800 CPUtime=99.76 cores=0,2
/proc/17277/stat : 17277 (gnovelty+2) R 17275 17277 17277 0 -1 4202496 418 0 0 0 9976 0 0 0 25 0 1 0 886591818 1042227200 153 33554432000 134512640 135663704 4289758848 18446744073709551615 134545707 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17277/statm: 254450 153 113 282 0 254166 0
[pid=17269/tid=17276] ppid=17267 vsize=288684 CPUtime=0 cores=0,2
/proc/17269/task/17276/stat : 17276 (python) S 17267 17269 15638 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886591818 295612416 7034 33554432000 4194304 5683644 140737155362288 18446744073709551615 251826063793 0 0 16781312 2 18446604452232014528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.31
Current children cumulated vsize (KiB) 1584924

[startup+100.801 s]
/proc/loadavg: 3.64 3.93 3.80 4/209 17313
/proc/meminfo: memFree=31579076/32950928 swapFree=67050648/67111528
[pid=17269] ppid=17267 vsize=299448 CPUtime=100.73 cores=0,2
/proc/17269/stat : 17269 (python) R 17267 17269 15638 0 -1 4202496 14354 3994 1 0 37 9 10021 6 18 0 2 0 886591765 306634752 7190 33554432000 4194304 5683644 140737155362288 18446744073709551615 5258984 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17269/statm: 74862 7190 1867 364 0 10785 0
Current children cumulated CPU time (s) 100.73
Current children cumulated vsize (KiB) 299448

Child status: 0
Real time (s): 100.808
CPU time (s): 100.759
CPU user time (s): 100.594
CPU system time (s): 0.164974
CPU usage (%): 99.9513
Max. virtual memory (cumulated for all children) (KiB): 1605964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 100.594
system time used= 0.164974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18940
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= 1192
involuntary context switches= 376

runsolver used 0.187971 second user time and 0.352946 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-11 01:52:11
IDJOB=3484530
IDBENCH=83041
IDSOLVER=1975
FILE ID=node126/3484530-1307749930
RUNJOBID= node126-1307747008-15656
PBS_JOBID= 13550831
Free space on /tmp= 74076 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v50-c1065-S1449708927-022.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484530-1307749930/watcher-3484530-1307749930 -o /tmp/evaluation-result-3484530-1307749930/solver-3484530-1307749930 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484530-1307749930.cnf -seed 1824490198 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 269439ad82cf78c62b6c5a7e4f9ecd9c
RANDOM SEED=1824490198

node126.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.783
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.56
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.783
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.783
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.74
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.783
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.74
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.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31539940 kB
Buffers:        249684 kB
Cached:         830716 kB
SwapCached:      14888 kB
Active:         644732 kB
Inactive:       557188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31539940 kB
SwapTotal:    67111528 kB
SwapFree:     67050648 kB
Dirty:           33644 kB
Writeback:           0 kB
AnonPages:      118904 kB
Mapped:          17148 kB
Slab:           136480 kB
PageTables:      11084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  6766156 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= 74072 MiB
End job on node126 at 2011-06-11 01:53:52