Trace number 3317433

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 14.8747 4.39397

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1223020224-097.UNKNOWN.cnf
MD5SUM9e24719e5efd9c5e96f374a33a1fed5d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.43478
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.37/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.68	c INFO: solving HOME/instance-3317433-1304269716.cnf
0.37/0.68	c INFO: computing task features
0.37/0.68	c INFO: computed variable-clause graph statistics
0.37/0.68	c INFO: computed clause balance statistics
0.45/0.70	c INFO: computed variable balance statistics
0.45/0.72	c INFO: computed small-clause counts
0.45/0.72	c INFO: computed Horn-clause counts
0.45/0.72	c INFO: computed variable graph statistics
0.45/0.72	c INFO: collected features for HOME/instance-3317433-1304269716.cnf in 0.05 s
0.45/0.75	c INFO: running TNM@0 for 97 with 4799 remaining (b = 0.55)
0.45/0.78	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.43)
0.55/0.81	c INFO: running march_hi@0 for 194 with 4799 remaining (b = 0.26)
0.55/0.84	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.30)
14.52/4.37	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-3317433-1304269716/watcher-3317433-1304269716 -o /tmp/evaluation-result-3317433-1304269716/solver-3317433-1304269716 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317433-1304269716.cnf -seed 225418663 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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: 8.26 8.13 7.48 6/251 23056
/proc/meminfo: memFree=28907736/32951124 swapFree=67105204/67111528
[pid=23056] ppid=23054 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/23056/stat : 23056 (python) S 23054 23056 22144 0 -1 4202496 811 0 0 0 0 0 0 0 22 0 1 0 519387546 15753216 696 33554432000 4194304 5683644 140733571646496 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/23056/statm: 3846 696 334 364 0 333 0

[startup+0.0440489 s]
/proc/loadavg: 8.26 8.13 7.48 6/251 23056
/proc/meminfo: memFree=28907736/32951124 swapFree=67105204/67111528
[pid=23056] ppid=23054 vsize=18888 CPUtime=0.03 cores=1,3,5,7
/proc/23056/stat : 23056 (python) R 23054 23056 22144 0 -1 4202496 1285 0 0 0 2 1 0 0 18 0 1 0 519387546 19341312 1137 33554432000 4194304 5683644 140733571646496 18446744073709551615 4868518 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/23056/statm: 4722 1137 421 364 0 691 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18888

[startup+0.101074 s]
/proc/loadavg: 8.26 8.13 7.48 6/251 23056
/proc/meminfo: memFree=28907736/32951124 swapFree=67105204/67111528
[pid=23056] ppid=23054 vsize=89772 CPUtime=0.06 cores=1,3,5,7
/proc/23056/stat : 23056 (python) R 23054 23056 22144 0 -1 4202496 2673 0 0 0 4 2 0 0 17 0 1 0 519387546 91926528 2388 33554432000 4194304 5683644 140733571646496 18446744073709551615 220816234496 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/23056/statm: 22443 2388 750 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89772

[startup+0.300998 s]
/proc/loadavg: 8.26 8.13 7.48 6/251 23056
/proc/meminfo: memFree=28907736/32951124 swapFree=67105204/67111528
[pid=23056] ppid=23054 vsize=135752 CPUtime=0.19 cores=1,3,5,7
/proc/23056/stat : 23056 (python) R 23054 23056 22144 0 -1 4202496 5968 938 1 0 13 6 0 0 17 0 1 0 519387546 139010048 4151 33554432000 4194304 5683644 140733571646496 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/23056/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700941 s]
/proc/loadavg: 8.26 8.13 7.48 6/251 23056
/proc/meminfo: memFree=28907736/32951124 swapFree=67105204/67111528
[pid=23056] ppid=23054 vsize=278128 CPUtime=0.45 cores=1,3,5,7
/proc/23056/stat : 23056 (python) R 23054 23056 22144 0 -1 4202496 9275 938 1 0 33 12 0 0 15 0 1 0 519387546 284803072 6940 33554432000 4194304 5683644 140733571646496 18446744073709551615 47550353054350 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/23056/statm: 69532 6940 1826 364 0 5456 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 278128

[startup+1.50075 s]
/proc/loadavg: 8.26 8.13 7.48 9/264 23073
/proc/meminfo: memFree=28867952/32951124 swapFree=67105204/67111528
[pid=23056] ppid=23054 vsize=320164 CPUtime=0.59 cores=1,3,5,7
/proc/23056/stat : 23056 (python) S 23054 23056 22144 0 -1 4202496 12334 938 1 0 46 13 0 0 22 0 5 0 519387546 327847936 7237 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23056/statm: 80041 7237 1881 364 0 15950 0
[pid=23062] ppid=23056 vsize=278480 CPUtime=0 cores=1,3,5,7
/proc/23062/stat : 23062 (python) S 23056 23056 22144 0 -1 4202560 709 0 0 0 0 0 0 0 18 0 1 0 519387621 285163520 5542 33554432000 4194304 5683644 140733571646496 18446744073709551615 220816256527 0 0 16781312 514 4576208081028907007 0 0 17 3 0 0 0
/proc/23062/statm: 69620 5542 347 364 0 5538 0
[pid=23064] ppid=23062 vsize=454880 CPUtime=0.73 cores=1,3,5,7
/proc/23064/stat : 23064 (TNM) R 23062 23064 23064 0 -1 4202496 405 0 0 0 73 0 0 0 21 0 1 0 519387622 465797120 143 33554432000 134512640 135008748 4287840560 18446744073709551615 134529292 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23064/statm: 113720 143 46 122 0 112620 0
[pid=23065] ppid=23056 vsize=289272 CPUtime=0 cores=1,3,5,7
/proc/23065/stat : 23065 (python) S 23056 23056 22144 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 519387624 296214528 5675 33554432000 4194304 5683644 140733571646496 18446744073709551615 220816256582 0 0 16781312 514 18398044508987031813 0 0 17 1 0 0 0
/proc/23065/statm: 72318 5675 348 364 0 8233 0
[pid=23067] ppid=23065 vsize=1756 CPUtime=0.7 cores=1,3,5,7
/proc/23067/stat : 23067 (march_hi) R 23065 23067 23067 0 -1 4202496 529 0 0 0 70 0 0 0 22 0 1 0 519387624 1798144 266 33554432000 4194304 4955518 140737364526784 18446744073709551615 4238696 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23067/statm: 439 266 104 186 0 252 0
[pid=23068] ppid=23056 vsize=299056 CPUtime=0 cores=1,3,5,7
/proc/23068/stat : 23068 (python) S 23056 23056 22144 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 519387627 306233344 5576 33554432000 4194304 5683644 140733571646496 18446744073709551615 220816256582 0 0 16781312 514 5626086654415438087 0 0 17 1 0 0 0
/proc/23068/statm: 74764 5576 348 364 0 10676 0
[pid=23070] ppid=23068 vsize=1756 CPUtime=0.68 cores=1,3,5,7
/proc/23070/stat : 23070 (march_hi) R 23068 23070 23070 0 -1 4202496 530 0 0 0 68 0 0 0 22 0 1 0 519387627 1798144 266 33554432000 4194304 4955518 140734705206976 18446744073709551615 4238928 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/23070/statm: 439 266 104 186 0 252 0
[pid=23071] ppid=23056 vsize=309920 CPUtime=0 cores=1,3,5,7
/proc/23071/stat : 23071 (python) S 23056 23056 22144 0 -1 4202560 772 0 0 0 0 0 0 0 15 0 1 0 519387630 317358080 5700 33554432000 4194304 5683644 140733571646496 18446744073709551615 220816256582 0 0 16781312 514 4611277004396790022 0 0 17 7 0 0 0
/proc/23071/statm: 77480 5700 348 364 0 13389 0
[pid=23073] ppid=23071 vsize=1756 CPUtime=0.64 cores=1,3,5,7
/proc/23073/stat : 23073 (march_hi) R 23071 23073 23073 0 -1 4202496 527 0 0 0 64 0 0 0 25 0 1 0 519387630 1798144 265 33554432000 4194304 4955518 140736656917056 18446744073709551615 4263648 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/23073/statm: 439 265 104 186 0 252 0
[pid=23056/tid=23063] ppid=23054 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23063/stat : 23063 (python) S 23054 23056 22144 0 -1 4202560 25 938 0 0 0 0 0 0 18 0 5 0 519387621 327847936 7237 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828060081 0 0 16781312 2 18446604459331054656 0 0 -1 3 0 0 0
[pid=23056/tid=23066] ppid=23054 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23066/stat : 23066 (python) S 23054 23056 22144 0 -1 4202560 21 938 0 0 0 0 0 0 20 0 5 0 519387624 327847936 7237 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828060081 0 0 16781312 2 18446604459331054656 0 0 -1 7 0 0 0
[pid=23056/tid=23069] ppid=23054 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23069/stat : 23069 (python) S 23054 23056 22144 0 -1 4202560 23 938 0 0 0 0 0 0 20 0 5 0 519387627 327847936 7237 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828060081 0 0 16781312 2 18446604459331054656 0 0 -1 1 0 0 0
[pid=23056/tid=23072] ppid=23054 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23072/stat : 23072 (python) S 23054 23056 22144 0 -1 4202560 31 938 0 0 0 0 0 0 22 0 5 0 519387630 327847936 7237 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828060081 0 0 16781312 2 18446604459331054656 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 1957040

[startup+3.10045 s]
/proc/loadavg: 8.24 8.13 7.48 9/264 23073
/proc/meminfo: memFree=28867084/32951124 swapFree=67105204/67111528
[pid=23056] ppid=23054 vsize=320164 CPUtime=0.59 cores=1,3,5,7
/proc/23056/stat : 23056 (python) S 23054 23056 22144 0 -1 4202496 12334 938 1 0 46 13 0 0 22 0 5 0 519387546 327847936 7237 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23056/statm: 80041 7237 1881 364 0 15950 0
[pid=23062] ppid=23056 vsize=278480 CPUtime=0 cores=1,3,5,7
/proc/23062/stat : 23062 (python) S 23056 23056 22144 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 519387621 285163520 5549 33554432000 4194304 5683644 140733571646496 18446744073709551615 220816256527 0 0 16781312 514 4576208081028874504 0 0 17 5 0 0 0
/proc/23062/statm: 69620 5549 354 364 0 5538 0
[pid=23064] ppid=23062 vsize=454880 CPUtime=2.33 cores=1,3,5,7
/proc/23064/stat : 23064 (TNM) R 23062 23064 23064 0 -1 4202496 405 0 0 0 233 0 0 0 25 0 1 0 519387622 465797120 143 33554432000 134512640 135008748 4287840560 18446744073709551615 134527691 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23064/statm: 113720 143 46 122 0 112620 0
[pid=23065] ppid=23056 vsize=289272 CPUtime=0.84 cores=1,3,5,7
/proc/23065/stat : 23065 (python) R 23056 23056 22144 0 -1 4202560 760 0 0 0 74 10 0 0 16 0 1 0 519387624 296214528 5675 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828066623 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/23065/statm: 72318 5675 348 364 0 8233 0
[pid=23067] ppid=23065 vsize=0 CPUtime=1.45 cores=1,3,5,7
/proc/23067/stat : 23067 (march_hi) R 23065 23067 23067 0 -1 4202500 539 0 0 0 145 0 0 0 25 0 1 0 519387624 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23067/statm: 0 0 0 0 0 0 0
[pid=23068] ppid=23056 vsize=299056 CPUtime=0.82 cores=1,3,5,7
/proc/23068/stat : 23068 (python) R 23056 23056 22144 0 -1 4202560 772 0 0 0 72 10 0 0 16 0 1 0 519387627 306233344 5576 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828066623 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/23068/statm: 74764 5576 348 364 0 10676 0
[pid=23070] ppid=23068 vsize=0 CPUtime=1.45 cores=1,3,5,7
/proc/23070/stat : 23070 (march_hi) R 23068 23070 23070 0 -1 4202500 540 0 0 0 145 0 0 0 25 0 1 0 519387627 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23070/statm: 0 0 0 0 0 0 0
[pid=23071] ppid=23056 vsize=309920 CPUtime=0.77 cores=1,3,5,7
/proc/23071/stat : 23071 (python) R 23056 23056 22144 0 -1 4202560 783 0 0 0 67 10 0 0 16 0 1 0 519387630 317358080 5700 33554432000 4194304 5683644 140733571646496 18446744073709551615 4868646 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/23071/statm: 77480 5700 348 364 0 13389 0
[pid=23073] ppid=23071 vsize=0 CPUtime=1.45 cores=1,3,5,7
/proc/23073/stat : 23073 (march_hi) R 23071 23073 23073 0 -1 4202500 538 0 0 0 145 0 0 0 25 0 1 0 519387630 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/23073/statm: 0 0 0 0 0 0 0
[pid=23056/tid=23063] ppid=23054 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23063/stat : 23063 (python) S 23054 23056 22144 0 -1 4202560 25 938 0 0 0 0 0 0 18 0 5 0 519387621 327847936 7237 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828060081 0 0 16781312 2 18446604459331054656 0 0 -1 3 0 0 0
[pid=23056/tid=23066] ppid=23054 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23066/stat : 23066 (python) S 23054 23056 22144 0 -1 4202560 21 938 0 0 0 0 0 0 20 0 5 0 519387624 327847936 7237 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828060081 0 0 16781312 2 18446604459331054656 0 0 -1 7 0 0 0
[pid=23056/tid=23069] ppid=23054 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23069/stat : 23069 (python) S 23054 23056 22144 0 -1 4202560 23 938 0 0 0 0 0 0 20 0 5 0 519387627 327847936 7237 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828060081 0 0 16781312 2 18446604459331054656 0 0 -1 1 0 0 0
[pid=23056/tid=23072] ppid=23054 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23072/stat : 23072 (python) S 23054 23056 22144 0 -1 4202560 31 938 0 0 0 0 0 0 22 0 5 0 519387630 327847936 7237 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828060081 0 0 16781312 2 18446604459331054656 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.7
Current children cumulated vsize (KiB) 1951772

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

[startup+3.9013 s]
/proc/loadavg: 8.24 8.13 7.48 12/264 23073
/proc/meminfo: memFree=28866092/32951124 swapFree=67105204/67111528
[pid=23056] ppid=23054 vsize=320164 CPUtime=0.59 cores=1,3,5,7
/proc/23056/stat : 23056 (python) S 23054 23056 22144 0 -1 4202496 12334 938 1 0 46 13 0 0 22 0 5 0 519387546 327847936 7237 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23056/statm: 80041 7237 1881 364 0 15950 0
[pid=23062] ppid=23056 vsize=278480 CPUtime=0 cores=1,3,5,7
/proc/23062/stat : 23062 (python) S 23056 23056 22144 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 519387621 285163520 5549 33554432000 4194304 5683644 140733571646496 18446744073709551615 220816256527 0 0 16781312 514 4576208081028874504 0 0 17 5 0 0 0
/proc/23062/statm: 69620 5549 354 364 0 5538 0
[pid=23064] ppid=23062 vsize=454880 CPUtime=3.14 cores=1,3,5,7
/proc/23064/stat : 23064 (TNM) R 23062 23064 23064 0 -1 4202496 405 0 0 0 314 0 0 0 25 0 1 0 519387622 465797120 143 33554432000 134512640 135008748 4287840560 18446744073709551615 134529678 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23064/statm: 113720 143 46 122 0 112620 0
[pid=23065] ppid=23056 vsize=289272 CPUtime=1.64 cores=1,3,5,7
/proc/23065/stat : 23065 (python) S 23056 23056 22144 0 -1 4202560 760 0 0 0 143 21 0 0 17 0 1 0 519387624 296214528 5675 33554432000 4194304 5683644 140733571646496 18446744073709551615 220816256582 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/23065/statm: 72318 5675 348 364 0 8233 0
[pid=23067] ppid=23065 vsize=0 CPUtime=1.45 cores=1,3,5,7
/proc/23067/stat : 23067 (march_hi) R 23065 23067 23067 0 -1 4202500 539 0 0 0 145 0 0 0 25 0 1 0 519387624 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23067/statm: 0 0 0 0 0 0 0
[pid=23068] ppid=23056 vsize=299056 CPUtime=1.62 cores=1,3,5,7
/proc/23068/stat : 23068 (python) R 23056 23056 22144 0 -1 4202560 772 0 0 0 140 22 0 0 17 0 1 0 519387627 306233344 5576 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828066623 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/23068/statm: 74764 5576 348 364 0 10676 0
[pid=23070] ppid=23068 vsize=0 CPUtime=1.45 cores=1,3,5,7
/proc/23070/stat : 23070 (march_hi) R 23068 23070 23070 0 -1 4202500 540 0 0 0 145 0 0 0 25 0 1 0 519387627 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23070/statm: 0 0 0 0 0 0 0
[pid=23071] ppid=23056 vsize=309920 CPUtime=1.56 cores=1,3,5,7
/proc/23071/stat : 23071 (python) R 23056 23056 22144 0 -1 4202560 783 0 0 0 137 19 0 0 17 0 1 0 519387630 317358080 5700 33554432000 4194304 5683644 140733571646496 18446744073709551615 4962066 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/23071/statm: 77480 5700 348 364 0 13389 0
[pid=23073] ppid=23071 vsize=0 CPUtime=1.45 cores=1,3,5,7
/proc/23073/stat : 23073 (march_hi) R 23071 23073 23073 0 -1 4202500 538 0 0 0 145 0 0 0 25 0 1 0 519387630 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/23073/statm: 0 0 0 0 0 0 0
[pid=23056/tid=23063] ppid=23054 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23063/stat : 23063 (python) S 23054 23056 22144 0 -1 4202560 25 938 0 0 0 0 0 0 18 0 5 0 519387621 327847936 7237 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828060081 0 0 16781312 2 18446604459331054656 0 0 -1 3 0 0 0
[pid=23056/tid=23066] ppid=23054 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23066/stat : 23066 (python) S 23054 23056 22144 0 -1 4202560 21 938 0 0 0 0 0 0 20 0 5 0 519387624 327847936 7237 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828060081 0 0 16781312 2 18446604459331054656 0 0 -1 7 0 0 0
[pid=23056/tid=23069] ppid=23054 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23069/stat : 23069 (python) S 23054 23056 22144 0 -1 4202560 23 938 0 0 0 0 0 0 20 0 5 0 519387627 327847936 7237 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828060081 0 0 16781312 2 18446604459331054656 0 0 -1 1 0 0 0
[pid=23056/tid=23072] ppid=23054 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23072/stat : 23072 (python) S 23054 23056 22144 0 -1 4202560 31 938 0 0 0 0 0 0 22 0 5 0 519387630 327847936 7237 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828060081 0 0 16781312 2 18446604459331054656 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.9
Current children cumulated vsize (KiB) 1951772

[startup+4.30123 s]
/proc/loadavg: 8.24 8.13 7.48 13/264 23073
/proc/meminfo: memFree=28865844/32951124 swapFree=67105204/67111528
[pid=23056] ppid=23054 vsize=320164 CPUtime=0.59 cores=1,3,5,7
/proc/23056/stat : 23056 (python) S 23054 23056 22144 0 -1 4202496 12334 938 1 0 46 13 0 0 22 0 5 0 519387546 327847936 7237 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23056/statm: 80041 7237 1881 364 0 15950 0
[pid=23062] ppid=23056 vsize=278480 CPUtime=0 cores=1,3,5,7
/proc/23062/stat : 23062 (python) S 23056 23056 22144 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 519387621 285163520 5549 33554432000 4194304 5683644 140733571646496 18446744073709551615 220816256527 0 0 16781312 514 4576208081028874504 0 0 17 5 0 0 0
/proc/23062/statm: 69620 5549 354 364 0 5538 0
[pid=23064] ppid=23062 vsize=454880 CPUtime=3.54 cores=1,3,5,7
/proc/23064/stat : 23064 (TNM) R 23062 23064 23064 0 -1 4202496 405 0 0 0 354 0 0 0 25 0 1 0 519387622 465797120 143 33554432000 134512640 135008748 4287840560 18446744073709551615 134527691 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23064/statm: 113720 143 46 122 0 112620 0
[pid=23065] ppid=23056 vsize=289272 CPUtime=2.05 cores=1,3,5,7
/proc/23065/stat : 23065 (python) R 23056 23056 22144 0 -1 4202560 760 0 0 0 178 27 0 0 18 0 1 0 519387624 296214528 5675 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828066623 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/23065/statm: 72318 5675 348 364 0 8233 0
[pid=23067] ppid=23065 vsize=0 CPUtime=1.45 cores=1,3,5,7
/proc/23067/stat : 23067 (march_hi) R 23065 23067 23067 0 -1 4202500 539 0 0 0 145 0 0 0 25 0 1 0 519387624 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23067/statm: 0 0 0 0 0 0 0
[pid=23068] ppid=23056 vsize=299056 CPUtime=2.03 cores=1,3,5,7
/proc/23068/stat : 23068 (python) R 23056 23056 22144 0 -1 4202560 772 0 0 0 176 27 0 0 18 0 1 0 519387627 306233344 5576 33554432000 4194304 5683644 140733571646496 18446744073709551615 220816256582 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/23068/statm: 74764 5576 348 364 0 10676 0
[pid=23070] ppid=23068 vsize=0 CPUtime=1.45 cores=1,3,5,7
/proc/23070/stat : 23070 (march_hi) R 23068 23070 23070 0 -1 4202500 540 0 0 0 145 0 0 0 25 0 1 0 519387627 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23070/statm: 0 0 0 0 0 0 0
[pid=23071] ppid=23056 vsize=309920 CPUtime=1.96 cores=1,3,5,7
/proc/23071/stat : 23071 (python) R 23056 23056 22144 0 -1 4202560 783 0 0 0 172 24 0 0 18 0 1 0 519387630 317358080 5700 33554432000 4194304 5683644 140733571646496 18446744073709551615 4620234 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/23071/statm: 77480 5700 348 364 0 13389 0
[pid=23073] ppid=23071 vsize=0 CPUtime=1.45 cores=1,3,5,7
/proc/23073/stat : 23073 (march_hi) R 23071 23073 23073 0 -1 4202500 538 0 0 0 145 0 0 0 25 0 1 0 519387630 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/23073/statm: 0 0 0 0 0 0 0
[pid=23056/tid=23063] ppid=23054 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23063/stat : 23063 (python) S 23054 23056 22144 0 -1 4202560 25 938 0 0 0 0 0 0 18 0 5 0 519387621 327847936 7237 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828060081 0 0 16781312 2 18446604459331054656 0 0 -1 3 0 0 0
[pid=23056/tid=23066] ppid=23054 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23066/stat : 23066 (python) S 23054 23056 22144 0 -1 4202560 21 938 0 0 0 0 0 0 20 0 5 0 519387624 327847936 7237 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828060081 0 0 16781312 2 18446604459331054656 0 0 -1 7 0 0 0
[pid=23056/tid=23069] ppid=23054 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23069/stat : 23069 (python) S 23054 23056 22144 0 -1 4202560 23 938 0 0 0 0 0 0 20 0 5 0 519387627 327847936 7237 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828060081 0 0 16781312 2 18446604459331054656 0 0 -1 1 0 0 0
[pid=23056/tid=23072] ppid=23054 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23072/stat : 23072 (python) S 23054 23056 22144 0 -1 4202560 31 938 0 0 0 0 0 0 22 0 5 0 519387630 327847936 7237 33554432000 4194304 5683644 140733571646496 18446744073709551615 220828060081 0 0 16781312 2 18446604459331054656 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 14.52
Current children cumulated vsize (KiB) 1951772

Child status: 0
Real time (s): 4.39397
CPU time (s): 14.8747
CPU user time (s): 13.9099
CPU system time (s): 0.964853
CPU usage (%): 338.527
Max. virtual memory (cumulated for all children) (KiB): 1957040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.9099
system time used= 0.964853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23149
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= 3776
involuntary context switches= 958

runsolver used 0.010998 second user time and 0.029995 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-01 19:08:36
IDJOB=3317433
IDBENCH=82898
IDSOLVER=1705
FILE ID=node147/3317433-1304269716
RUNJOBID= node147-1304267279-22163
PBS_JOBID= 13173932
Free space on /tmp= 73224 MiB

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

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

MD5SUM BENCH= 9e24719e5efd9c5e96f374a33a1fed5d
RANDOM SEED=225418663

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:      28908016 kB
Buffers:        352436 kB
Cached:        1939508 kB
SwapCached:       3088 kB
Active:        1731388 kB
Inactive:      1955764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28908016 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:           31944 kB
Writeback:           0 kB
AnonPages:     1393636 kB
Mapped:          24020 kB
Slab:           277756 kB
PageTables:      18292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 23445240 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= 73192 MiB
End job on node147 at 2011-05-01 19:08:41