Trace number 3317289

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 27.0079 7.46788

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S602837755-005.UNKNOWN.cnf
MD5SUM89088df3050b7dcbc7d87013312bf49b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.43802
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
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 51597
Number of clauses of size over 50

Solver Data

0.32/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.67	c INFO: solving HOME/instance-3317289-1304268647.cnf
0.32/0.67	c INFO: computing task features
0.32/0.68	c INFO: computed variable-clause graph statistics
0.32/0.68	c INFO: computed clause balance statistics
0.40/0.72	c INFO: computed variable balance statistics
0.40/0.75	c INFO: computed small-clause counts
0.40/0.75	c INFO: computed Horn-clause counts
0.40/0.75	c INFO: computed variable graph statistics
0.40/0.75	c INFO: collected features for HOME/instance-3317289-1304268647.cnf in 0.08 s
0.40/0.78	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.60)
0.49/0.81	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.38)
0.49/0.84	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.38)
0.49/0.87	c INFO: running march_hi@0 for 97 with 4799 remaining (b = 0.12)
26.72/7.44	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-3317289-1304268647/watcher-3317289-1304268647 -o /tmp/evaluation-result-3317289-1304268647/solver-3317289-1304268647 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317289-1304268647.cnf -seed 824782661 -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: 8.28 8.04 6.19 7/263 11623
/proc/meminfo: memFree=22793708/32951124 swapFree=67102140/67111528
[pid=11623] ppid=11621 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/11623/stat : 11623 (python) R 11621 11623 10986 0 -1 4202496 812 0 0 0 0 0 0 0 25 0 1 0 617095340 15753216 697 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735176704 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11623/statm: 3846 697 334 364 0 333 0

[startup+0.061831 s]
/proc/loadavg: 8.28 8.04 6.19 7/263 11623
/proc/meminfo: memFree=22793708/32951124 swapFree=67102140/67111528
[pid=11623] ppid=11621 vsize=29788 CPUtime=0.03 cores=0,2,4,6
/proc/11623/stat : 11623 (python) S 11621 11623 10986 0 -1 4202496 1456 0 0 0 3 0 0 0 25 0 1 0 617095340 30502912 1296 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735176704 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/11623/statm: 7447 1296 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.100826 s]
/proc/loadavg: 8.28 8.04 6.19 7/263 11623
/proc/meminfo: memFree=22793708/32951124 swapFree=67102140/67111528
[pid=11623] ppid=11621 vsize=89768 CPUtime=0.05 cores=0,2,4,6
/proc/11623/stat : 11623 (python) R 11621 11623 10986 0 -1 4202496 2673 0 0 0 4 1 0 0 25 0 1 0 617095340 91922432 2388 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735176704 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11623/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89768

[startup+0.300788 s]
/proc/loadavg: 8.28 8.04 6.19 7/263 11623
/proc/meminfo: memFree=22793708/32951124 swapFree=67102140/67111528
[pid=11623] ppid=11621 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/11623/stat : 11623 (python) R 11621 11623 10986 0 -1 4202496 5964 934 1 0 14 4 0 0 17 0 1 0 617095340 139005952 4151 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735174661 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11623/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700758 s]
/proc/loadavg: 8.28 8.04 6.19 7/263 11623
/proc/meminfo: memFree=22793708/32951124 swapFree=67102140/67111528
[pid=11623] ppid=11621 vsize=278296 CPUtime=0.4 cores=0,2,4,6
/proc/11623/stat : 11623 (python) R 11621 11623 10986 0 -1 4202496 9308 934 1 0 32 8 0 0 16 0 1 0 617095340 284975104 6976 33554432000 4194304 5683644 140733858496832 18446744073709551615 47951892861990 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11623/statm: 69574 6976 1826 364 0 5498 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 278296

[startup+1.50058 s]
/proc/loadavg: 8.28 8.04 6.19 9/276 11640
/proc/meminfo: memFree=22755912/32951124 swapFree=67102140/67111528
[pid=11623] ppid=11621 vsize=320096 CPUtime=0.56 cores=0,2,4,6
/proc/11623/stat : 11623 (python) S 11621 11623 10986 0 -1 4202496 12279 934 1 0 47 9 0 0 22 0 5 0 617095340 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11623/statm: 80024 7238 1881 364 0 15933 0
[pid=11629] ppid=11623 vsize=278452 CPUtime=0 cores=0,2,4,6
/proc/11629/stat : 11629 (python) S 11623 11623 10986 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 617095419 285134848 5526 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735198735 0 0 16781312 514 10725806576871931903 0 0 17 2 0 0 0
/proc/11629/statm: 69613 5526 354 364 0 5531 0
[pid=11631] ppid=11629 vsize=1017800 CPUtime=0.7 cores=0,2,4,6
/proc/11631/stat : 11631 (gnovelty+2) R 11629 11631 11631 0 -1 4202496 421 0 0 0 70 0 0 0 21 0 1 0 617095419 1042227200 161 33554432000 134512640 135663704 4293841952 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11631/statm: 254450 161 113 282 0 254166 0
[pid=11632] ppid=11623 vsize=289240 CPUtime=0 cores=0,2,4,6
/proc/11632/stat : 11632 (python) S 11623 11623 10986 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 617095422 296181760 5667 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735198790 0 0 16781312 514 1941851888156639492 0 0 17 2 0 0 0
/proc/11632/statm: 72310 5667 348 364 0 8225 0
[pid=11634] ppid=11632 vsize=1420 CPUtime=0.68 cores=0,2,4,6
/proc/11634/stat : 11634 (march_hi) R 11632 11634 11634 0 -1 4202496 470 0 0 0 68 0 0 0 22 0 1 0 617095422 1454080 209 33554432000 4194304 4955518 140735861694368 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11634/statm: 355 209 106 186 0 168 0
[pid=11635] ppid=11623 vsize=298988 CPUtime=0 cores=0,2,4,6
/proc/11635/stat : 11635 (python) S 11623 11623 10986 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 617095425 306163712 5560 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735198790 0 0 16781312 514 5601791192653070596 0 0 17 4 0 0 0
/proc/11635/statm: 74747 5560 348 364 0 10659 0
[pid=11637] ppid=11635 vsize=1420 CPUtime=0.64 cores=0,2,4,6
/proc/11637/stat : 11637 (march_hi) R 11635 11637 11637 0 -1 4202496 470 0 0 0 64 0 0 0 22 0 1 0 617095425 1454080 209 33554432000 4194304 4955518 140734230980720 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11637/statm: 355 209 106 186 0 168 0
[pid=11638] ppid=11623 vsize=309852 CPUtime=0 cores=0,2,4,6
/proc/11638/stat : 11638 (python) S 11623 11623 10986 0 -1 4202560 769 0 0 0 0 0 0 0 16 0 1 0 617095428 317288448 5701 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735198790 0 0 16781312 514 10584888493731709188 0 0 17 0 0 0 0
/proc/11638/statm: 77463 5701 348 364 0 13372 0
[pid=11640] ppid=11638 vsize=1420 CPUtime=0.62 cores=0,2,4,6
/proc/11640/stat : 11640 (march_hi) R 11638 11640 11640 0 -1 4202496 471 0 0 0 62 0 0 0 25 0 1 0 617095428 1454080 209 33554432000 4194304 4955518 140735829359120 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11640/statm: 355 209 106 186 0 168 0
[pid=11623/tid=11630] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11630/stat : 11630 (python) S 11621 11623 10986 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 617095419 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 2 0 0 0
[pid=11623/tid=11633] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11633/stat : 11633 (python) S 11621 11623 10986 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 617095422 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 0 0 0 0
[pid=11623/tid=11636] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11636/stat : 11636 (python) S 11621 11623 10986 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 5 0 617095425 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 0 0 0 0
[pid=11623/tid=11639] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11639/stat : 11639 (python) S 11621 11623 10986 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 5 0 617095428 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 2518688

[startup+3.1013 s]
/proc/loadavg: 8.28 8.04 6.19 9/276 11640
/proc/meminfo: memFree=22755292/32951124 swapFree=67102140/67111528
[pid=11623] ppid=11621 vsize=320096 CPUtime=0.56 cores=0,2,4,6
/proc/11623/stat : 11623 (python) S 11621 11623 10986 0 -1 4202496 12279 934 1 0 47 9 0 0 22 0 5 0 617095340 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11623/statm: 80024 7238 1881 364 0 15933 0
[pid=11629] ppid=11623 vsize=278452 CPUtime=0 cores=0,2,4,6
/proc/11629/stat : 11629 (python) S 11623 11623 10986 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 617095419 285134848 5526 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735198735 0 0 16781312 514 10725806576871899394 0 0 17 2 0 0 0
/proc/11629/statm: 69613 5526 354 364 0 5531 0
[pid=11631] ppid=11629 vsize=1017800 CPUtime=2.31 cores=0,2,4,6
/proc/11631/stat : 11631 (gnovelty+2) R 11629 11631 11631 0 -1 4202496 421 0 0 0 231 0 0 0 25 0 1 0 617095419 1042227200 161 33554432000 134512640 135663704 4293841952 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11631/statm: 254450 161 113 282 0 254166 0
[pid=11632] ppid=11623 vsize=289240 CPUtime=0 cores=0,2,4,6
/proc/11632/stat : 11632 (python) S 11623 11623 10986 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 617095422 296181760 5667 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735198790 0 0 16781312 514 1941851888156639492 0 0 17 2 0 0 0
/proc/11632/statm: 72310 5667 348 364 0 8225 0
[pid=11634] ppid=11632 vsize=1420 CPUtime=2.28 cores=0,2,4,6
/proc/11634/stat : 11634 (march_hi) R 11632 11634 11634 0 -1 4202496 471 0 0 0 228 0 0 0 25 0 1 0 617095422 1454080 210 33554432000 4194304 4955518 140735861694368 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11634/statm: 355 210 106 186 0 168 0
[pid=11635] ppid=11623 vsize=298988 CPUtime=0 cores=0,2,4,6
/proc/11635/stat : 11635 (python) S 11623 11623 10986 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 617095425 306163712 5560 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735198790 0 0 16781312 514 8485093963563237636 0 0 17 4 0 0 0
/proc/11635/statm: 74747 5560 348 364 0 10659 0
[pid=11637] ppid=11635 vsize=1420 CPUtime=2.23 cores=0,2,4,6
/proc/11637/stat : 11637 (march_hi) R 11635 11637 11637 0 -1 4202496 471 0 0 0 223 0 0 0 25 0 1 0 617095425 1454080 210 33554432000 4194304 4955518 140734230980720 18446744073709551615 4297244 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11637/statm: 355 210 106 186 0 168 0
[pid=11638] ppid=11623 vsize=309852 CPUtime=0 cores=0,2,4,6
/proc/11638/stat : 11638 (python) S 11623 11623 10986 0 -1 4202560 773 0 0 0 0 0 0 0 15 0 1 0 617095428 317288448 5701 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735198790 0 0 16781312 514 10584888493731709188 0 0 17 0 0 0 0
/proc/11638/statm: 77463 5701 348 364 0 13372 0
[pid=11640] ppid=11638 vsize=1420 CPUtime=2.22 cores=0,2,4,6
/proc/11640/stat : 11640 (march_hi) R 11638 11640 11640 0 -1 4202496 472 0 0 0 222 0 0 0 25 0 1 0 617095428 1454080 210 33554432000 4194304 4955518 140735829359120 18446744073709551615 4307000 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11640/statm: 355 210 106 186 0 168 0
[pid=11623/tid=11630] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11630/stat : 11630 (python) S 11621 11623 10986 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 617095419 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 2 0 0 0
[pid=11623/tid=11633] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11633/stat : 11633 (python) S 11621 11623 10986 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 617095422 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 0 0 0 0
[pid=11623/tid=11636] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11636/stat : 11636 (python) S 11621 11623 10986 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 5 0 617095425 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 0 0 0 0
[pid=11623/tid=11639] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11639/stat : 11639 (python) S 11621 11623 10986 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 5 0 617095428 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.6
Current children cumulated vsize (KiB) 2518688

[startup+6.30074 s]
/proc/loadavg: 8.26 8.04 6.20 9/276 11640
/proc/meminfo: memFree=22753296/32951124 swapFree=67102140/67111528
[pid=11623] ppid=11621 vsize=320096 CPUtime=0.56 cores=0,2,4,6
/proc/11623/stat : 11623 (python) S 11621 11623 10986 0 -1 4202496 12279 934 1 0 47 9 0 0 22 0 5 0 617095340 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11623/statm: 80024 7238 1881 364 0 15933 0
[pid=11629] ppid=11623 vsize=278452 CPUtime=0 cores=0,2,4,6
/proc/11629/stat : 11629 (python) S 11623 11623 10986 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 617095419 285134848 5548 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735198735 0 0 16781312 514 10725806576871899394 0 0 17 2 0 0 0
/proc/11629/statm: 69613 5548 376 364 0 5531 0
[pid=11631] ppid=11629 vsize=1017800 CPUtime=5.49 cores=0,2,4,6
/proc/11631/stat : 11631 (gnovelty+2) R 11629 11631 11631 0 -1 4202496 421 0 0 0 549 0 0 0 25 0 1 0 617095419 1042227200 161 33554432000 134512640 135663704 4293841952 18446744073709551615 134545793 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11631/statm: 254450 161 113 282 0 254166 0
[pid=11632] ppid=11623 vsize=289240 CPUtime=0.01 cores=0,2,4,6
/proc/11632/stat : 11632 (python) S 11623 11623 10986 0 -1 4202560 909 0 0 0 1 0 0 0 15 0 1 0 617095422 296181760 5690 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735198790 0 0 16781312 514 1941851888156639492 0 0 17 2 0 0 0
/proc/11632/statm: 72310 5690 371 364 0 8225 0
[pid=11634] ppid=11632 vsize=1420 CPUtime=5.45 cores=0,2,4,6
/proc/11634/stat : 11634 (march_hi) R 11632 11634 11634 0 -1 4202496 481 0 0 0 545 0 0 0 25 0 1 0 617095422 1454080 220 33554432000 4194304 4955518 140735861694368 18446744073709551615 4286523 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11634/statm: 355 220 106 186 0 168 0
[pid=11635] ppid=11623 vsize=299120 CPUtime=0 cores=0,2,4,6
/proc/11635/stat : 11635 (python) S 11623 11623 10986 0 -1 4202560 924 0 0 0 0 0 0 0 15 0 1 0 617095425 306298880 5586 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735198790 0 0 16781312 514 8485093963563237636 0 0 17 4 0 0 0
/proc/11635/statm: 74780 5586 373 364 0 10692 0
[pid=11637] ppid=11635 vsize=1420 CPUtime=5.41 cores=0,2,4,6
/proc/11637/stat : 11637 (march_hi) R 11635 11637 11637 0 -1 4202496 480 0 0 0 541 0 0 0 25 0 1 0 617095425 1454080 219 33554432000 4194304 4955518 140734230980720 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11637/statm: 355 219 106 186 0 168 0
[pid=11638] ppid=11623 vsize=309852 CPUtime=0.01 cores=0,2,4,6
/proc/11638/stat : 11638 (python) S 11623 11623 10986 0 -1 4202560 949 0 0 0 1 0 0 0 15 0 1 0 617095428 317288448 5723 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735198790 0 0 16781312 514 10584888493731709188 0 0 17 0 0 0 0
/proc/11638/statm: 77463 5723 370 364 0 13372 0
[pid=11640] ppid=11638 vsize=1420 CPUtime=5.4 cores=0,2,4,6
/proc/11640/stat : 11640 (march_hi) R 11638 11640 11640 0 -1 4202496 482 0 0 0 540 0 0 0 25 0 1 0 617095428 1454080 220 33554432000 4194304 4955518 140735829359120 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11640/statm: 355 220 106 186 0 168 0
[pid=11623/tid=11630] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11630/stat : 11630 (python) S 11621 11623 10986 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 617095419 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 2 0 0 0
[pid=11623/tid=11633] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11633/stat : 11633 (python) S 11621 11623 10986 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 617095422 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 0 0 0 0
[pid=11623/tid=11636] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11636/stat : 11636 (python) S 11621 11623 10986 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 5 0 617095425 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 0 0 0 0
[pid=11623/tid=11639] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11639/stat : 11639 (python) S 11621 11623 10986 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 5 0 617095428 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.33
Current children cumulated vsize (KiB) 2518820

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

[startup+7.1006 s]
/proc/loadavg: 8.26 8.04 6.20 9/276 11640
/proc/meminfo: memFree=22753180/32951124 swapFree=67102140/67111528
[pid=11623] ppid=11621 vsize=320096 CPUtime=0.56 cores=0,2,4,6
/proc/11623/stat : 11623 (python) S 11621 11623 10986 0 -1 4202496 12279 934 1 0 47 9 0 0 22 0 5 0 617095340 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11623/statm: 80024 7238 1881 364 0 15933 0
[pid=11629] ppid=11623 vsize=278452 CPUtime=0 cores=0,2,4,6
/proc/11629/stat : 11629 (python) S 11623 11623 10986 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 617095419 285134848 5548 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735198735 0 0 16781312 514 10725806576871899394 0 0 17 2 0 0 0
/proc/11629/statm: 69613 5548 376 364 0 5531 0
[pid=11631] ppid=11629 vsize=1017800 CPUtime=6.29 cores=0,2,4,6
/proc/11631/stat : 11631 (gnovelty+2) R 11629 11631 11631 0 -1 4202496 421 0 0 0 629 0 0 0 25 0 1 0 617095419 1042227200 161 33554432000 134512640 135663704 4293841952 18446744073709551615 134544240 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11631/statm: 254450 161 113 282 0 254166 0
[pid=11632] ppid=11623 vsize=289240 CPUtime=0.01 cores=0,2,4,6
/proc/11632/stat : 11632 (python) S 11623 11623 10986 0 -1 4202560 912 0 0 0 1 0 0 0 15 0 1 0 617095422 296181760 5690 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735198790 0 0 16781312 514 1941851888156639492 0 0 17 2 0 0 0
/proc/11632/statm: 72310 5690 371 364 0 8225 0
[pid=11634] ppid=11632 vsize=1556 CPUtime=6.25 cores=0,2,4,6
/proc/11634/stat : 11634 (march_hi) R 11632 11634 11634 0 -1 4202496 507 0 0 0 625 0 0 0 25 0 1 0 617095422 1593344 246 33554432000 4194304 4955518 140735861694368 18446744073709551615 4297547 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11634/statm: 389 246 106 186 0 202 0
[pid=11635] ppid=11623 vsize=299120 CPUtime=0 cores=0,2,4,6
/proc/11635/stat : 11635 (python) S 11623 11623 10986 0 -1 4202560 925 0 0 0 0 0 0 0 15 0 1 0 617095425 306298880 5586 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735198790 0 0 16781312 514 8485093963563237636 0 0 17 4 0 0 0
/proc/11635/statm: 74780 5586 373 364 0 10692 0
[pid=11637] ppid=11635 vsize=1420 CPUtime=6.2 cores=0,2,4,6
/proc/11637/stat : 11637 (march_hi) R 11635 11637 11637 0 -1 4202496 484 0 0 0 620 0 0 0 25 0 1 0 617095425 1454080 223 33554432000 4194304 4955518 140734230980720 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11637/statm: 355 223 106 186 0 168 0
[pid=11638] ppid=11623 vsize=309852 CPUtime=0.01 cores=0,2,4,6
/proc/11638/stat : 11638 (python) S 11623 11623 10986 0 -1 4202560 953 0 0 0 1 0 0 0 15 0 1 0 617095428 317288448 5723 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735198790 0 0 16781312 514 10584888493731709188 0 0 17 0 0 0 0
/proc/11638/statm: 77463 5723 370 364 0 13372 0
[pid=11640] ppid=11638 vsize=1420 CPUtime=6.2 cores=0,2,4,6
/proc/11640/stat : 11640 (march_hi) R 11638 11640 11640 0 -1 4202496 485 0 0 0 620 0 0 0 25 0 1 0 617095428 1454080 223 33554432000 4194304 4955518 140735829359120 18446744073709551615 4210833 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11640/statm: 355 223 106 186 0 168 0
[pid=11623/tid=11630] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11630/stat : 11630 (python) S 11621 11623 10986 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 617095419 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 2 0 0 0
[pid=11623/tid=11633] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11633/stat : 11633 (python) S 11621 11623 10986 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 617095422 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 0 0 0 0
[pid=11623/tid=11636] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11636/stat : 11636 (python) S 11621 11623 10986 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 5 0 617095425 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 0 0 0 0
[pid=11623/tid=11639] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11639/stat : 11639 (python) S 11621 11623 10986 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 5 0 617095428 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 2518956

[startup+7.30056 s]
/proc/loadavg: 8.26 8.04 6.20 9/276 11640
/proc/meminfo: memFree=22753180/32951124 swapFree=67102140/67111528
[pid=11623] ppid=11621 vsize=320096 CPUtime=0.56 cores=0,2,4,6
/proc/11623/stat : 11623 (python) S 11621 11623 10986 0 -1 4202496 12279 934 1 0 47 9 0 0 22 0 5 0 617095340 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11623/statm: 80024 7238 1881 364 0 15933 0
[pid=11629] ppid=11623 vsize=278452 CPUtime=0 cores=0,2,4,6
/proc/11629/stat : 11629 (python) S 11623 11623 10986 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 617095419 285134848 5548 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735198735 0 0 16781312 514 10725806576871899394 0 0 17 2 0 0 0
/proc/11629/statm: 69613 5548 376 364 0 5531 0
[pid=11631] ppid=11629 vsize=1017800 CPUtime=6.49 cores=0,2,4,6
/proc/11631/stat : 11631 (gnovelty+2) R 11629 11631 11631 0 -1 4202496 421 0 0 0 649 0 0 0 25 0 1 0 617095419 1042227200 161 33554432000 134512640 135663704 4293841952 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11631/statm: 254450 161 113 282 0 254166 0
[pid=11632] ppid=11623 vsize=289240 CPUtime=0.01 cores=0,2,4,6
/proc/11632/stat : 11632 (python) S 11623 11623 10986 0 -1 4202560 916 0 0 0 1 0 0 0 15 0 1 0 617095422 296181760 5690 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735198790 0 0 16781312 514 5601791218422874372 0 0 17 2 0 0 0
/proc/11632/statm: 72310 5690 371 364 0 8225 0
[pid=11634] ppid=11632 vsize=1556 CPUtime=6.45 cores=0,2,4,6
/proc/11634/stat : 11634 (march_hi) R 11632 11634 11634 0 -1 4202496 508 0 0 0 645 0 0 0 25 0 1 0 617095422 1593344 247 33554432000 4194304 4955518 140735861694368 18446744073709551615 4224482 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11634/statm: 389 247 106 186 0 202 0
[pid=11635] ppid=11623 vsize=299120 CPUtime=0 cores=0,2,4,6
/proc/11635/stat : 11635 (python) S 11623 11623 10986 0 -1 4202560 925 0 0 0 0 0 0 0 15 0 1 0 617095425 306298880 5586 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735198790 0 0 16781312 514 8485093963563237636 0 0 17 4 0 0 0
/proc/11635/statm: 74780 5586 373 364 0 10692 0
[pid=11637] ppid=11635 vsize=1556 CPUtime=6.4 cores=0,2,4,6
/proc/11637/stat : 11637 (march_hi) R 11635 11637 11637 0 -1 4202496 508 0 0 0 640 0 0 0 25 0 1 0 617095425 1593344 247 33554432000 4194304 4955518 140734230980720 18446744073709551615 4285640 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11637/statm: 389 247 106 186 0 202 0
[pid=11638] ppid=11623 vsize=309852 CPUtime=0.01 cores=0,2,4,6
/proc/11638/stat : 11638 (python) S 11623 11623 10986 0 -1 4202560 955 0 0 0 1 0 0 0 15 0 1 0 617095428 317288448 5723 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735198790 0 0 16781312 514 10584888493731709188 0 0 17 0 0 0 0
/proc/11638/statm: 77463 5723 370 364 0 13372 0
[pid=11640] ppid=11638 vsize=1556 CPUtime=6.39 cores=0,2,4,6
/proc/11640/stat : 11640 (march_hi) R 11638 11640 11640 0 -1 4202496 509 0 0 0 639 0 0 0 25 0 1 0 617095428 1593344 247 33554432000 4194304 4955518 140735829359120 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11640/statm: 389 247 106 186 0 202 0
[pid=11623/tid=11630] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11630/stat : 11630 (python) S 11621 11623 10986 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 617095419 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 2 0 0 0
[pid=11623/tid=11633] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11633/stat : 11633 (python) S 11621 11623 10986 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 617095422 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 0 0 0 0
[pid=11623/tid=11636] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11636/stat : 11636 (python) S 11621 11623 10986 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 5 0 617095425 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 0 0 0 0
[pid=11623/tid=11639] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11639/stat : 11639 (python) S 11621 11623 10986 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 5 0 617095428 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 26.31
Current children cumulated vsize (KiB) 2519228

[startup+7.40054 s]
/proc/loadavg: 8.26 8.04 6.20 9/276 11640
/proc/meminfo: memFree=22753180/32951124 swapFree=67102140/67111528
[pid=11623] ppid=11621 vsize=320096 CPUtime=0.56 cores=0,2,4,6
/proc/11623/stat : 11623 (python) S 11621 11623 10986 0 -1 4202496 12279 934 1 0 47 9 0 0 22 0 5 0 617095340 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11623/statm: 80024 7238 1881 364 0 15933 0
[pid=11629] ppid=11623 vsize=278452 CPUtime=0 cores=0,2,4,6
/proc/11629/stat : 11629 (python) S 11623 11623 10986 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 617095419 285134848 5548 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735198735 0 0 16781312 514 10725806576871899394 0 0 17 2 0 0 0
/proc/11629/statm: 69613 5548 376 364 0 5531 0
[pid=11631] ppid=11629 vsize=1017800 CPUtime=6.59 cores=0,2,4,6
/proc/11631/stat : 11631 (gnovelty+2) R 11629 11631 11631 0 -1 4202496 421 0 0 0 659 0 0 0 25 0 1 0 617095419 1042227200 161 33554432000 134512640 135663704 4293841952 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11631/statm: 254450 161 113 282 0 254166 0
[pid=11632] ppid=11623 vsize=289240 CPUtime=0.07 cores=0,2,4,6
/proc/11632/stat : 11632 (python) R 11623 11623 10986 0 -1 4202560 916 0 0 0 5 2 0 0 15 0 1 0 617095422 296181760 5690 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747008831 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/11632/statm: 72310 5690 371 364 0 8225 0
[pid=11634] ppid=11632 vsize=0 CPUtime=6.49 cores=0,2,4,6
/proc/11634/stat : 11634 (march_hi) R 11632 11634 11634 0 -1 4202500 510 0 0 0 649 0 0 0 25 0 1 0 617095422 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11634/statm: 0 0 0 0 0 0 0
[pid=11635] ppid=11623 vsize=299120 CPUtime=0 cores=0,2,4,6
/proc/11635/stat : 11635 (python) S 11623 11623 10986 0 -1 4202560 926 0 0 0 0 0 0 0 15 0 1 0 617095425 306298880 5586 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735198790 0 0 16781312 514 5601791218422874372 0 0 17 4 0 0 0
/proc/11635/statm: 74780 5586 373 364 0 10692 0
[pid=11637] ppid=11635 vsize=1556 CPUtime=6.5 cores=0,2,4,6
/proc/11637/stat : 11637 (march_hi) R 11635 11637 11637 0 -1 4202496 508 0 0 0 650 0 0 0 25 0 1 0 617095425 1593344 247 33554432000 4194304 4955518 140734230980720 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11637/statm: 389 247 106 186 0 202 0
[pid=11638] ppid=11623 vsize=309852 CPUtime=0.03 cores=0,2,4,6
/proc/11638/stat : 11638 (python) R 11623 11623 10986 0 -1 4202560 958 0 0 0 2 1 0 0 15 0 1 0 617095428 317288448 5723 33554432000 4194304 5683644 140733858496832 18446744073709551615 216735198790 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/11638/statm: 77463 5723 370 364 0 13372 0
[pid=11640] ppid=11638 vsize=0 CPUtime=6.48 cores=0,2,4,6
/proc/11640/stat : 11640 (march_hi) R 11638 11640 11640 0 -1 4202500 511 0 0 0 648 0 0 0 25 0 1 0 617095428 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/11640/statm: 0 0 0 0 0 0 0
[pid=11623/tid=11630] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11630/stat : 11630 (python) S 11621 11623 10986 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 617095419 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 2 0 0 0
[pid=11623/tid=11633] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11633/stat : 11633 (python) S 11621 11623 10986 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 617095422 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 0 0 0 0
[pid=11623/tid=11636] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11636/stat : 11636 (python) S 11621 11623 10986 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 5 0 617095425 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 0 0 0 0
[pid=11623/tid=11639] ppid=11621 vsize=320096 CPUtime=0 cores=0,2,4,6
/proc/11623/task/11639/stat : 11639 (python) S 11621 11623 10986 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 5 0 617095428 327778304 7238 33554432000 4194304 5683644 140733858496832 18446744073709551615 216747002289 0 0 16781312 2 18446604445666969792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 26.72
Current children cumulated vsize (KiB) 2516116

Child status: 0
Real time (s): 7.46788
CPU time (s): 27.0079
CPU user time (s): 26.8349
CPU system time (s): 0.172973
CPU usage (%): 361.654
Max. virtual memory (cumulated for all children) (KiB): 2519228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.8349
system time used= 0.172973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23916
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= 4442
involuntary context switches= 1540

runsolver used 0.020996 second user time and 0.035994 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-01 18:50:47
IDJOB=3317289
IDBENCH=82754
IDSOLVER=1705
FILE ID=node119/3317289-1304268647
RUNJOBID= node119-1304267283-11004
PBS_JOBID= 13173960
Free space on /tmp= 72996 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S602837755-005.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-3317289-1304268647/watcher-3317289-1304268647 -o /tmp/evaluation-result-3317289-1304268647/solver-3317289-1304268647 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317289-1304268647.cnf -seed 824782661 -budget 4800 -cores 4

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

MD5SUM BENCH= 89088df3050b7dcbc7d87013312bf49b
RANDOM SEED=824782661

node119.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.815
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.63
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.815
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.83
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.815
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.815
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.83
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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:      22793872 kB
Buffers:       1965644 kB
Cached:        7105152 kB
SwapCached:       3688 kB
Active:        1096584 kB
Inactive:      8462996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22793872 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           31496 kB
Writeback:           0 kB
AnonPages:      488364 kB
Mapped:          25084 kB
Slab:           518336 kB
PageTables:      19336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 31175504 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= 72964 MiB
End job on node119 at 2011-05-01 18:50:54