Trace number 3317492

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 25.0102 8.95389

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1404138730-025.UNKNOWN.cnf
MD5SUM2e059a7f69d15193cd88ec6d57d9e297
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.9311
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.64	c INFO: solving HOME/instance-3317492-1304269869.cnf
0.32/0.64	c INFO: computing task features
0.32/0.65	c INFO: computed variable-clause graph statistics
0.32/0.65	c INFO: computed clause balance statistics
0.32/0.67	c INFO: computed variable balance statistics
0.32/0.69	c INFO: computed small-clause counts
0.32/0.69	c INFO: computed Horn-clause counts
0.32/0.69	c INFO: computed variable graph statistics
0.32/0.69	c INFO: collected features for HOME/instance-3317492-1304269869.cnf in 0.05 s
0.40/0.72	c INFO: running TNM@0 for 97 with 4799 remaining (b = 0.56)
0.40/0.75	c INFO: running march_hi@0 for 194 with 4799 remaining (b = 0.28)
0.40/0.78	c INFO: running march_hi@0 for 194 with 4799 remaining (b = 0.19)
0.50/0.82	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.27)
24.82/8.93	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-3317492-1304269869/watcher-3317492-1304269869 -o /tmp/evaluation-result-3317492-1304269869/solver-3317492-1304269869 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317492-1304269869.cnf -seed 1754488358 -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: 9.23 9.04 8.08 6/253 22975
/proc/meminfo: memFree=28984544/32951124 swapFree=67111524/67111528
[pid=22975] ppid=22973 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/22975/stat : 22975 (python) S 22973 22975 22195 0 -1 4202496 795 0 0 0 0 0 0 0 25 0 1 0 271178153 15753216 682 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660660224 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/22975/statm: 3846 682 322 364 0 333 0

[startup+0.0190731 s]
/proc/loadavg: 9.23 9.04 8.08 6/253 22975
/proc/meminfo: memFree=28984544/32951124 swapFree=67111524/67111528
[pid=22975] ppid=22973 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/22975/stat : 22975 (python) R 22973 22975 22195 0 -1 4202496 1038 0 0 0 0 0 0 0 25 0 1 0 271178153 16629760 910 33554432000 4194304 5683644 140734535077440 18446744073709551615 5161872 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22975/statm: 4060 910 380 364 0 547 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16240

[startup+0.101078 s]
/proc/loadavg: 9.23 9.04 8.08 6/253 22975
/proc/meminfo: memFree=28984544/32951124 swapFree=67111524/67111528
[pid=22975] ppid=22973 vsize=89768 CPUtime=0.06 cores=0,2,4,6
/proc/22975/stat : 22975 (python) R 22973 22975 22195 0 -1 4202496 2672 0 0 0 5 1 0 0 17 0 1 0 271178153 91922432 2388 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660660224 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22975/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.301044 s]
/proc/loadavg: 9.23 9.04 8.08 6/253 22975
/proc/meminfo: memFree=28984544/32951124 swapFree=67111524/67111528
[pid=22975] ppid=22973 vsize=135752 CPUtime=0.16 cores=0,2,4,6
/proc/22975/stat : 22975 (python) S 22973 22975 22195 0 -1 4202496 5971 931 1 0 13 3 0 0 17 0 1 0 271178153 139010048 4152 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660658181 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/22975/statm: 33938 4152 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135752

[startup+0.700964 s]
/proc/loadavg: 9.23 9.04 8.08 6/253 22975
/proc/meminfo: memFree=28984544/32951124 swapFree=67111524/67111528
[pid=22975] ppid=22973 vsize=278264 CPUtime=0.4 cores=0,2,4,6
/proc/22975/stat : 22975 (python) R 22973 22975 22195 0 -1 4202496 9314 931 1 0 33 7 0 0 16 0 1 0 271178153 284942336 6966 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660321715 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22975/statm: 69565 6965 1835 364 0 5489 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 278264

[startup+1.50077 s]
/proc/loadavg: 8.97 8.98 8.07 10/266 22992
/proc/meminfo: memFree=28945628/32951124 swapFree=67111524/67111528
[pid=22975] ppid=22973 vsize=320200 CPUtime=0.52 cores=0,2,4,6
/proc/22975/stat : 22975 (python) S 22973 22975 22195 0 -1 4202496 12321 931 1 0 44 8 0 0 22 0 5 0 271178153 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22975/statm: 80050 7247 1881 364 0 15959 0
[pid=22981] ppid=22975 vsize=278432 CPUtime=0 cores=0,2,4,6
/proc/22981/stat : 22981 (python) S 22975 22975 22195 0 -1 4202560 711 0 0 0 0 0 0 0 18 0 1 0 271178226 285114368 5534 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660682255 0 0 16781312 514 4527080252232433663 0 0 17 6 0 0 0
/proc/22981/statm: 69608 5534 347 364 0 5526 0
[pid=22983] ppid=22981 vsize=454892 CPUtime=0.76 cores=0,2,4,6
/proc/22983/stat : 22983 (TNM) R 22981 22983 22983 0 -1 4202496 413 0 0 0 76 0 0 0 21 0 1 0 271178226 465809408 150 33554432000 134512640 135008748 4291436528 18446744073709551615 134527640 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22983/statm: 113723 150 46 122 0 112623 0
[pid=22984] ppid=22975 vsize=289276 CPUtime=0 cores=0,2,4,6
/proc/22984/stat : 22984 (python) S 22975 22975 22195 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 271178229 296218624 5677 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660682310 0 0 16781312 514 7401635205552767235 0 0 17 6 0 0 0
/proc/22984/statm: 72319 5677 348 364 0 8234 0
[pid=22986] ppid=22984 vsize=1808 CPUtime=0.42 cores=0,2,4,6
/proc/22986/stat : 22986 (march_hi) R 22984 22986 22986 0 -1 4202496 540 0 0 0 42 0 0 0 22 0 1 0 271178229 1851392 279 33554432000 4194304 4955518 140736043025328 18446744073709551615 4298080 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22986/statm: 452 279 104 186 0 265 0
[pid=22987] ppid=22975 vsize=299160 CPUtime=0 cores=0,2,4,6
/proc/22987/stat : 22987 (python) S 22975 22975 22195 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 271178232 306339840 5585 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660682310 0 0 16781312 514 4523162142546821380 0 0 17 2 0 0 0
/proc/22987/statm: 74790 5585 348 364 0 10702 0
[pid=22989] ppid=22987 vsize=1808 CPUtime=0.68 cores=0,2,4,6
/proc/22989/stat : 22989 (march_hi) R 22987 22989 22989 0 -1 4202496 547 0 0 0 68 0 0 0 22 0 1 0 271178234 1851392 285 33554432000 4194304 4955518 140733260793296 18446744073709551615 4238372 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22989/statm: 452 285 104 186 0 265 0
[pid=22990] ppid=22975 vsize=309956 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (python) S 22975 22975 22195 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 271178235 317394944 5710 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660682310 0 0 16781312 514 13177479737422872835 0 0 17 2 0 0 0
/proc/22990/statm: 77489 5710 348 364 0 13398 0
[pid=22992] ppid=22990 vsize=1808 CPUtime=0.3 cores=0,2,4,6
/proc/22992/stat : 22992 (march_hi) R 22990 22992 22992 0 -1 4202496 541 0 0 0 30 0 0 0 24 0 1 0 271178235 1851392 277 33554432000 4194304 4955518 140734649825968 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22992/statm: 452 277 104 186 0 265 0
[pid=22975/tid=22982] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22982/stat : 22982 (python) S 22973 22975 22195 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 5 0 271178226 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 6 0 0 0
[pid=22975/tid=22985] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22985/stat : 22985 (python) S 22973 22975 22195 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 5 0 271178229 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 6 0 0 0
[pid=22975/tid=22988] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22988/stat : 22988 (python) S 22973 22975 22195 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 5 0 271178232 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 2 0 0 0
[pid=22975/tid=22991] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22991/stat : 22991 (python) S 22973 22975 22195 0 -1 4202560 25 931 0 0 0 0 0 0 22 0 5 0 271178235 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 1957340

[startup+3.10149 s]
/proc/loadavg: 8.97 8.98 8.07 10/266 22992
/proc/meminfo: memFree=28944612/32951124 swapFree=67111524/67111528
[pid=22975] ppid=22973 vsize=320200 CPUtime=0.52 cores=0,2,4,6
/proc/22975/stat : 22975 (python) S 22973 22975 22195 0 -1 4202496 12321 931 1 0 44 8 0 0 22 0 5 0 271178153 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22975/statm: 80050 7247 1881 364 0 15959 0
[pid=22981] ppid=22975 vsize=278432 CPUtime=0 cores=0,2,4,6
/proc/22981/stat : 22981 (python) S 22975 22975 22195 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 271178226 285114368 5541 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660682255 0 0 16781312 514 4527080252232401153 0 0 17 6 0 0 0
/proc/22981/statm: 69608 5541 354 364 0 5526 0
[pid=22983] ppid=22981 vsize=454892 CPUtime=2.36 cores=0,2,4,6
/proc/22983/stat : 22983 (TNM) R 22981 22983 22983 0 -1 4202496 413 0 0 0 236 0 0 0 25 0 1 0 271178226 465809408 150 33554432000 134512640 135008748 4291436528 18446744073709551615 134529480 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22983/statm: 113723 150 46 122 0 112623 0
[pid=22984] ppid=22975 vsize=289276 CPUtime=0 cores=0,2,4,6
/proc/22984/stat : 22984 (python) S 22975 22975 22195 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 271178229 296218624 5677 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660682310 0 0 16781312 514 7401635205552767235 0 0 17 6 0 0 0
/proc/22984/statm: 72319 5677 348 364 0 8234 0
[pid=22986] ppid=22984 vsize=1940 CPUtime=1.22 cores=0,2,4,6
/proc/22986/stat : 22986 (march_hi) R 22984 22986 22986 0 -1 4202496 555 0 0 0 122 0 0 0 25 0 1 0 271178229 1986560 294 33554432000 4194304 4955518 140736043025328 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22986/statm: 485 294 104 186 0 298 0
[pid=22987] ppid=22975 vsize=299160 CPUtime=0 cores=0,2,4,6
/proc/22987/stat : 22987 (python) S 22975 22975 22195 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 271178232 306339840 5585 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660682310 0 0 16781312 514 4523162142546821380 0 0 17 2 0 0 0
/proc/22987/statm: 74790 5585 348 364 0 10702 0
[pid=22989] ppid=22987 vsize=1940 CPUtime=2.28 cores=0,2,4,6
/proc/22989/stat : 22989 (march_hi) R 22987 22989 22989 0 -1 4202496 574 0 0 0 228 0 0 0 25 0 1 0 271178234 1986560 312 33554432000 4194304 4955518 140733260793296 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22989/statm: 485 312 104 186 0 298 0
[pid=22990] ppid=22975 vsize=309956 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (python) S 22975 22975 22195 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 271178235 317394944 5710 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660682310 0 0 16781312 514 13177479737422872835 0 0 17 2 0 0 0
/proc/22990/statm: 77489 5710 348 364 0 13398 0
[pid=22992] ppid=22990 vsize=1940 CPUtime=1.09 cores=0,2,4,6
/proc/22992/stat : 22992 (march_hi) R 22990 22992 22992 0 -1 4202496 557 0 0 0 109 0 0 0 25 0 1 0 271178235 1986560 293 33554432000 4194304 4955518 140734649825968 18446744073709551615 4238449 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22992/statm: 485 293 104 186 0 298 0
[pid=22975/tid=22982] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22982/stat : 22982 (python) S 22973 22975 22195 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 5 0 271178226 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 6 0 0 0
[pid=22975/tid=22985] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22985/stat : 22985 (python) S 22973 22975 22195 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 5 0 271178229 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 6 0 0 0
[pid=22975/tid=22988] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22988/stat : 22988 (python) S 22973 22975 22195 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 5 0 271178232 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 2 0 0 0
[pid=22975/tid=22991] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22991/stat : 22991 (python) S 22973 22975 22195 0 -1 4202560 25 931 0 0 0 0 0 0 22 0 5 0 271178235 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 1957736

[startup+6.30092 s]
/proc/loadavg: 8.97 8.98 8.07 10/266 22992
/proc/meminfo: memFree=28941132/32951124 swapFree=67111524/67111528
[pid=22975] ppid=22973 vsize=320200 CPUtime=0.52 cores=0,2,4,6
/proc/22975/stat : 22975 (python) S 22973 22975 22195 0 -1 4202496 12321 931 1 0 44 8 0 0 22 0 5 0 271178153 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22975/statm: 80050 7247 1881 364 0 15959 0
[pid=22981] ppid=22975 vsize=278432 CPUtime=0 cores=0,2,4,6
/proc/22981/stat : 22981 (python) S 22975 22975 22195 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 271178226 285114368 5564 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660682255 0 0 16781312 514 4527080252232401153 0 0 17 6 0 0 0
/proc/22981/statm: 69608 5564 377 364 0 5526 0
[pid=22983] ppid=22981 vsize=454892 CPUtime=5.56 cores=0,2,4,6
/proc/22983/stat : 22983 (TNM) R 22981 22983 22983 0 -1 4202496 413 0 0 0 556 0 0 0 25 0 1 0 271178226 465809408 150 33554432000 134512640 135008748 4291436528 18446744073709551615 134529230 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22983/statm: 113723 150 46 122 0 112623 0
[pid=22984] ppid=22975 vsize=289276 CPUtime=0.01 cores=0,2,4,6
/proc/22984/stat : 22984 (python) S 22975 22975 22195 0 -1 4202560 909 0 0 0 1 0 0 0 15 0 1 0 271178229 296218624 5700 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660682310 0 0 16781312 514 7401635205552767235 0 0 17 6 0 0 0
/proc/22984/statm: 72319 5700 371 364 0 8234 0
[pid=22986] ppid=22984 vsize=1940 CPUtime=2.81 cores=0,2,4,6
/proc/22986/stat : 22986 (march_hi) R 22984 22986 22986 0 -1 4202496 577 0 0 0 281 0 0 0 25 0 1 0 271178229 1986560 316 33554432000 4194304 4955518 140736043025328 18446744073709551615 4238419 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22986/statm: 485 316 104 186 0 298 0
[pid=22987] ppid=22975 vsize=299160 CPUtime=0.02 cores=0,2,4,6
/proc/22987/stat : 22987 (python) S 22975 22975 22195 0 -1 4202560 909 0 0 0 1 1 0 0 15 0 1 0 271178232 306339840 5608 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660682310 0 0 16781312 514 4523162142546821380 0 0 17 4 0 0 0
/proc/22987/statm: 74790 5608 371 364 0 10702 0
[pid=22989] ppid=22987 vsize=2144 CPUtime=5.47 cores=0,2,4,6
/proc/22989/stat : 22989 (march_hi) R 22987 22989 22989 0 -1 4202496 624 0 0 0 547 0 0 0 25 0 1 0 271178234 2195456 362 33554432000 4194304 4955518 140733260793296 18446744073709551615 4238749 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22989/statm: 536 362 104 186 0 349 0
[pid=22990] ppid=22975 vsize=309956 CPUtime=0.01 cores=0,2,4,6
/proc/22990/stat : 22990 (python) S 22975 22975 22195 0 -1 4202560 899 0 0 0 1 0 0 0 15 0 1 0 271178235 317394944 5733 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660682310 0 0 16781312 514 13177479737422872835 0 0 17 2 0 0 0
/proc/22990/statm: 77489 5733 371 364 0 13398 0
[pid=22992] ppid=22990 vsize=1940 CPUtime=2.63 cores=0,2,4,6
/proc/22992/stat : 22992 (march_hi) R 22990 22992 22992 0 -1 4202496 579 0 0 0 263 0 0 0 25 0 1 0 271178235 1986560 315 33554432000 4194304 4955518 140734649825968 18446744073709551615 4311887 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22992/statm: 485 315 104 186 0 298 0
[pid=22975/tid=22982] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22982/stat : 22982 (python) S 22973 22975 22195 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 5 0 271178226 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 6 0 0 0
[pid=22975/tid=22985] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22985/stat : 22985 (python) S 22973 22975 22195 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 5 0 271178229 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 6 0 0 0
[pid=22975/tid=22988] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22988/stat : 22988 (python) S 22973 22975 22195 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 5 0 271178232 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 2 0 0 0
[pid=22975/tid=22991] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22991/stat : 22991 (python) S 22973 22975 22195 0 -1 4202560 25 931 0 0 0 0 0 0 22 0 5 0 271178235 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 17.03
Current children cumulated vsize (KiB) 1957940

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

[startup+7.90064 s]
/proc/loadavg: 8.97 8.98 8.08 11/266 22992
/proc/meminfo: memFree=28940380/32951124 swapFree=67111524/67111528
[pid=22975] ppid=22973 vsize=320200 CPUtime=0.52 cores=0,2,4,6
/proc/22975/stat : 22975 (python) S 22973 22975 22195 0 -1 4202496 12321 931 1 0 44 8 0 0 22 0 5 0 271178153 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22975/statm: 80050 7247 1881 364 0 15959 0
[pid=22981] ppid=22975 vsize=278432 CPUtime=0 cores=0,2,4,6
/proc/22981/stat : 22981 (python) S 22975 22975 22195 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 271178226 285114368 5564 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660682255 0 0 16781312 514 4527080252232401153 0 0 17 6 0 0 0
/proc/22981/statm: 69608 5564 377 364 0 5526 0
[pid=22983] ppid=22981 vsize=454892 CPUtime=7.16 cores=0,2,4,6
/proc/22983/stat : 22983 (TNM) R 22981 22983 22983 0 -1 4202496 413 0 0 0 716 0 0 0 25 0 1 0 271178226 465809408 150 33554432000 134512640 135008748 4291436528 18446744073709551615 134528951 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22983/statm: 113723 150 46 122 0 112623 0
[pid=22984] ppid=22975 vsize=289276 CPUtime=0.01 cores=0,2,4,6
/proc/22984/stat : 22984 (python) S 22975 22975 22195 0 -1 4202560 909 0 0 0 1 0 0 0 15 0 1 0 271178229 296218624 5700 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660682310 0 0 16781312 514 7401635205552767235 0 0 17 6 0 0 0
/proc/22984/statm: 72319 5700 371 364 0 8234 0
[pid=22986] ppid=22984 vsize=2076 CPUtime=3.61 cores=0,2,4,6
/proc/22986/stat : 22986 (march_hi) R 22984 22986 22986 0 -1 4202496 605 0 0 0 361 0 0 0 25 0 1 0 271178229 2125824 344 33554432000 4194304 4955518 140736043025328 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22986/statm: 519 344 104 186 0 332 0
[pid=22987] ppid=22975 vsize=299160 CPUtime=1.18 cores=0,2,4,6
/proc/22987/stat : 22987 (python) R 22975 22975 22195 0 -1 4202560 912 0 0 0 105 13 0 0 17 0 1 0 271178232 306339840 5608 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672492351 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/22987/statm: 74790 5608 371 364 0 10702 0
[pid=22989] ppid=22987 vsize=0 CPUtime=5.9 cores=0,2,4,6
/proc/22989/stat : 22989 (march_hi) R 22987 22989 22989 0 -1 4202500 630 0 0 0 590 0 0 0 25 0 1 0 271178234 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22989/statm: 0 0 0 0 0 0 0
[pid=22990] ppid=22975 vsize=309956 CPUtime=0.01 cores=0,2,4,6
/proc/22990/stat : 22990 (python) S 22975 22975 22195 0 -1 4202560 900 0 0 0 1 0 0 0 15 0 1 0 271178235 317394944 5733 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660682310 0 0 16781312 514 13177479737422872835 0 0 17 2 0 0 0
/proc/22990/statm: 77489 5733 371 364 0 13398 0
[pid=22992] ppid=22990 vsize=2076 CPUtime=3.42 cores=0,2,4,6
/proc/22992/stat : 22992 (march_hi) R 22990 22992 22992 0 -1 4202496 607 0 0 0 342 0 0 0 25 0 1 0 271178235 2125824 343 33554432000 4194304 4955518 140734649825968 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22992/statm: 519 343 104 186 0 332 0
[pid=22975/tid=22982] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22982/stat : 22982 (python) S 22973 22975 22195 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 5 0 271178226 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 6 0 0 0
[pid=22975/tid=22985] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22985/stat : 22985 (python) S 22973 22975 22195 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 5 0 271178229 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 6 0 0 0
[pid=22975/tid=22988] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22988/stat : 22988 (python) S 22973 22975 22195 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 5 0 271178232 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 2 0 0 0
[pid=22975/tid=22991] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22991/stat : 22991 (python) S 22973 22975 22195 0 -1 4202560 25 931 0 0 0 0 0 0 22 0 5 0 271178235 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 21.81
Current children cumulated vsize (KiB) 1956068

[startup+8.7005 s]
/proc/loadavg: 8.97 8.98 8.08 12/266 22993
/proc/meminfo: memFree=28938272/32951124 swapFree=67111524/67111528
[pid=22975] ppid=22973 vsize=320200 CPUtime=0.52 cores=0,2,4,6
/proc/22975/stat : 22975 (python) S 22973 22975 22195 0 -1 4202496 12321 931 1 0 44 8 0 0 22 0 5 0 271178153 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22975/statm: 80050 7247 1881 364 0 15959 0
[pid=22981] ppid=22975 vsize=278432 CPUtime=0 cores=0,2,4,6
/proc/22981/stat : 22981 (python) S 22975 22975 22195 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 271178226 285114368 5564 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660682255 0 0 16781312 514 4527080252232401153 0 0 17 6 0 0 0
/proc/22981/statm: 69608 5564 377 364 0 5526 0
[pid=22983] ppid=22981 vsize=454892 CPUtime=7.97 cores=0,2,4,6
/proc/22983/stat : 22983 (TNM) R 22981 22983 22983 0 -1 4202496 413 0 0 0 797 0 0 0 25 0 1 0 271178226 465809408 150 33554432000 134512640 135008748 4291436528 18446744073709551615 134529451 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22983/statm: 113723 150 46 122 0 112623 0
[pid=22984] ppid=22975 vsize=289276 CPUtime=0.01 cores=0,2,4,6
/proc/22984/stat : 22984 (python) S 22975 22975 22195 0 -1 4202560 911 0 0 0 1 0 0 0 15 0 1 0 271178229 296218624 5700 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660682310 0 0 16781312 514 7401635205552767235 0 0 17 6 0 0 0
/proc/22984/statm: 72319 5700 371 364 0 8234 0
[pid=22986] ppid=22984 vsize=2076 CPUtime=4.01 cores=0,2,4,6
/proc/22986/stat : 22986 (march_hi) R 22984 22986 22986 0 -1 4202496 609 0 0 0 401 0 0 0 25 0 1 0 271178229 2125824 348 33554432000 4194304 4955518 140736043025328 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22986/statm: 519 348 104 186 0 332 0
[pid=22987] ppid=22975 vsize=299160 CPUtime=2 cores=0,2,4,6
/proc/22987/stat : 22987 (python) R 22975 22975 22195 0 -1 4202560 912 0 0 0 173 27 0 0 18 0 1 0 271178232 306339840 5608 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672492351 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/22987/statm: 74790 5608 371 364 0 10702 0
[pid=22989] ppid=22987 vsize=0 CPUtime=5.9 cores=0,2,4,6
/proc/22989/stat : 22989 (march_hi) R 22987 22989 22989 0 -1 4202500 630 0 0 0 590 0 0 0 25 0 1 0 271178234 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22989/statm: 0 0 0 0 0 0 0
[pid=22990] ppid=22975 vsize=309956 CPUtime=0.01 cores=0,2,4,6
/proc/22990/stat : 22990 (python) S 22975 22975 22195 0 -1 4202560 900 0 0 0 1 0 0 0 15 0 1 0 271178235 317394944 5733 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660682310 0 0 16781312 514 13177479737422872835 0 0 17 2 0 0 0
/proc/22990/statm: 77489 5733 371 364 0 13398 0
[pid=22992] ppid=22990 vsize=2076 CPUtime=3.82 cores=0,2,4,6
/proc/22992/stat : 22992 (march_hi) R 22990 22992 22992 0 -1 4202496 610 0 0 0 382 0 0 0 25 0 1 0 271178235 2125824 346 33554432000 4194304 4955518 140734649825968 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22992/statm: 519 346 104 186 0 332 0
[pid=22975/tid=22982] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22982/stat : 22982 (python) S 22973 22975 22195 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 5 0 271178226 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 6 0 0 0
[pid=22975/tid=22985] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22985/stat : 22985 (python) S 22973 22975 22195 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 5 0 271178229 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 6 0 0 0
[pid=22975/tid=22988] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22988/stat : 22988 (python) S 22973 22975 22195 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 5 0 271178232 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 2 0 0 0
[pid=22975/tid=22991] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22991/stat : 22991 (python) S 22973 22975 22195 0 -1 4202560 25 931 0 0 0 0 0 0 22 0 5 0 271178235 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.24
Current children cumulated vsize (KiB) 1956068

[startup+8.90147 s]
/proc/loadavg: 8.97 8.98 8.08 12/266 22993
/proc/meminfo: memFree=28938272/32951124 swapFree=67111524/67111528
[pid=22975] ppid=22973 vsize=320200 CPUtime=0.52 cores=0,2,4,6
/proc/22975/stat : 22975 (python) S 22973 22975 22195 0 -1 4202496 12321 931 1 0 44 8 0 0 22 0 5 0 271178153 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22975/statm: 80050 7247 1881 364 0 15959 0
[pid=22981] ppid=22975 vsize=278432 CPUtime=0 cores=0,2,4,6
/proc/22981/stat : 22981 (python) S 22975 22975 22195 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 271178226 285114368 5564 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660682255 0 0 16781312 514 4527080252232401153 0 0 17 6 0 0 0
/proc/22981/statm: 69608 5564 377 364 0 5526 0
[pid=22983] ppid=22981 vsize=454892 CPUtime=8.16 cores=0,2,4,6
/proc/22983/stat : 22983 (TNM) R 22981 22983 22983 0 -1 4202496 413 0 0 0 816 0 0 0 25 0 1 0 271178226 465809408 150 33554432000 134512640 135008748 4291436528 18446744073709551615 134527542 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22983/statm: 113723 150 46 122 0 112623 0
[pid=22984] ppid=22975 vsize=289276 CPUtime=0.01 cores=0,2,4,6
/proc/22984/stat : 22984 (python) S 22975 22975 22195 0 -1 4202560 911 0 0 0 1 0 0 0 15 0 1 0 271178229 296218624 5700 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660682310 0 0 16781312 514 7401635205552767235 0 0 17 6 0 0 0
/proc/22984/statm: 72319 5700 371 364 0 8234 0
[pid=22986] ppid=22984 vsize=2076 CPUtime=4.11 cores=0,2,4,6
/proc/22986/stat : 22986 (march_hi) R 22984 22986 22986 0 -1 4202496 610 0 0 0 411 0 0 0 25 0 1 0 271178229 2125824 349 33554432000 4194304 4955518 140736043025328 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22986/statm: 519 349 104 186 0 332 0
[pid=22987] ppid=22975 vsize=299160 CPUtime=2.19 cores=0,2,4,6
/proc/22987/stat : 22987 (python) R 22975 22975 22195 0 -1 4202560 912 0 0 0 190 29 0 0 18 0 1 0 271178232 306339840 5608 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672492351 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/22987/statm: 74790 5608 371 364 0 10702 0
[pid=22989] ppid=22987 vsize=0 CPUtime=5.9 cores=0,2,4,6
/proc/22989/stat : 22989 (march_hi) R 22987 22989 22989 0 -1 4202500 630 0 0 0 590 0 0 0 25 0 1 0 271178234 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22989/statm: 0 0 0 0 0 0 0
[pid=22990] ppid=22975 vsize=309956 CPUtime=0.01 cores=0,2,4,6
/proc/22990/stat : 22990 (python) S 22975 22975 22195 0 -1 4202560 900 0 0 0 1 0 0 0 15 0 1 0 271178235 317394944 5733 33554432000 4194304 5683644 140734535077440 18446744073709551615 268660682310 0 0 16781312 514 13177479737422872835 0 0 17 2 0 0 0
/proc/22990/statm: 77489 5733 371 364 0 13398 0
[pid=22992] ppid=22990 vsize=2076 CPUtime=3.92 cores=0,2,4,6
/proc/22992/stat : 22992 (march_hi) R 22990 22992 22992 0 -1 4202496 611 0 0 0 392 0 0 0 25 0 1 0 271178235 2125824 347 33554432000 4194304 4955518 140734649825968 18446744073709551615 4224704 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22992/statm: 519 347 104 186 0 332 0
[pid=22975/tid=22982] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22982/stat : 22982 (python) S 22973 22975 22195 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 5 0 271178226 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 6 0 0 0
[pid=22975/tid=22985] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22985/stat : 22985 (python) S 22973 22975 22195 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 5 0 271178229 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 6 0 0 0
[pid=22975/tid=22988] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22988/stat : 22988 (python) S 22973 22975 22195 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 5 0 271178232 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 2 0 0 0
[pid=22975/tid=22991] ppid=22973 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22975/task/22991/stat : 22991 (python) S 22973 22975 22195 0 -1 4202560 25 931 0 0 0 0 0 0 22 0 5 0 271178235 327884800 7247 33554432000 4194304 5683644 140734535077440 18446744073709551615 268672485809 0 0 16781312 2 18446604442756335552 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.82
Current children cumulated vsize (KiB) 1956068

Child status: 0
Real time (s): 8.95389
CPU time (s): 25.0102
CPU user time (s): 24.5853
CPU system time (s): 0.424935
CPU usage (%): 279.322
Max. virtual memory (cumulated for all children) (KiB): 1957940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.5853
system time used= 0.424935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23883
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= 3773
involuntary context switches= 761

runsolver used 0.022996 second user time and 0.048992 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-01 19:11:09
IDJOB=3317492
IDBENCH=82957
IDSOLVER=1705
FILE ID=node107/3317492-1304269869
RUNJOBID= node107-1304267294-22213
PBS_JOBID= 13173971
Free space on /tmp= 72596 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S1404138730-025.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-3317492-1304269869/watcher-3317492-1304269869 -o /tmp/evaluation-result-3317492-1304269869/solver-3317492-1304269869 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317492-1304269869.cnf -seed 1754488358 -budget 4800 -cores 4

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

MD5SUM BENCH= 2e059a7f69d15193cd88ec6d57d9e297
RANDOM SEED=1754488358

node107.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.829
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.65
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.829
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28984576 kB
Buffers:        420220 kB
Cached:        1954680 kB
SwapCached:          4 kB
Active:        1480896 kB
Inactive:      2112484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28984576 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           31880 kB
Writeback:           0 kB
AnonPages:     1217884 kB
Mapped:          24836 kB
Slab:           295160 kB
PageTables:      18256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 24488712 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= 72564 MiB
End job on node107 at 2011-05-01 19:11:18