Trace number 3484395

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)UNSAT 109.452 109.834

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S428924146-076.UNKNOWN.cnf
MD5SUM8742ded32e7243c8b59546e2dc82a4b4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.40687
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.34/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.65	c INFO: solving HOME/instance-3484395-1307749469.cnf
0.34/0.65	c INFO: computing task features
0.34/0.66	c INFO: computed variable-clause graph statistics
0.34/0.66	c INFO: computed clause balance statistics
0.41/0.70	c INFO: computed variable balance statistics
0.41/0.72	c INFO: computed small-clause counts
0.41/0.73	c INFO: computed Horn-clause counts
0.41/0.73	c INFO: computed variable graph statistics
0.41/0.73	c INFO: collected features for HOME/instance-3484395-1307749469.cnf in 0.08 s
0.41/0.74	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.61)
101.88/102.31	c INFO: running march_hi@0 for 388 with 1099 remaining (b = 0.39)
109.36/109.81	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3484395-1307749469/watcher-3484395-1307749469 -o /tmp/evaluation-result-3484395-1307749469/solver-3484395-1307749469 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484395-1307749469.cnf -seed 1008204897 -budget 1200 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.09 4.12 3.87 5/244 21378
/proc/meminfo: memFree=30446668/32951132 swapFree=67054616/67111528
[pid=21378] ppid=21376 vsize=15184 CPUtime=0 cores=1,3
/proc/21378/stat : 21378 (python) R 21376 21378 19898 0 -1 4202496 693 0 0 0 0 0 0 0 21 0 1 0 886546533 15548416 585 33554432000 4194304 5683644 140735161399152 18446744073709551615 274664504855 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21378/statm: 3796 587 320 364 0 283 0

[startup+0.0783301 s]
/proc/loadavg: 4.09 4.12 3.87 5/244 21378
/proc/meminfo: memFree=30446668/32951132 swapFree=67054616/67111528
[pid=21378] ppid=21376 vsize=43620 CPUtime=0.04 cores=1,3
/proc/21378/stat : 21378 (python) R 21376 21378 19898 0 -1 4202496 1880 0 0 0 3 1 0 0 17 0 1 0 886546533 44666880 1654 33554432000 4194304 5683644 140735161399152 18446744073709551615 274664806400 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21378/statm: 10905 1654 467 364 0 1170 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 43620

[startup+0.100327 s]
/proc/loadavg: 4.09 4.12 3.87 5/244 21378
/proc/meminfo: memFree=30446668/32951132 swapFree=67054616/67111528
[pid=21378] ppid=21376 vsize=85620 CPUtime=0.06 cores=1,3
/proc/21378/stat : 21378 (python) R 21376 21378 19898 0 -1 4202496 2630 0 0 0 4 2 0 0 17 0 1 0 886546533 87674880 2348 33554432000 4194304 5683644 140735161399152 18446744073709551615 274664806400 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21378/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300297 s]
/proc/loadavg: 4.09 4.12 3.87 5/244 21378
/proc/meminfo: memFree=30446668/32951132 swapFree=67054616/67111528
[pid=21378] ppid=21376 vsize=135748 CPUtime=0.16 cores=1,3
/proc/21378/stat : 21378 (python) S 21376 21378 19898 0 -1 4202496 5972 934 1 0 12 4 0 0 17 0 1 0 886546533 139005952 4149 33554432000 4194304 5683644 140735161399152 18446744073709551615 274664804357 0 2147483391 16781312 2 18446744071699109054 0 0 17 1 0 0 0
/proc/21378/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135748

[startup+0.7002 s]
/proc/loadavg: 4.09 4.12 3.87 5/244 21378
/proc/meminfo: memFree=30446668/32951132 swapFree=67054616/67111528
[pid=21378] ppid=21376 vsize=278268 CPUtime=0.41 cores=1,3
/proc/21378/stat : 21378 (python) R 21376 21378 19898 0 -1 4202496 9312 934 1 0 32 9 0 0 15 0 1 0 886546533 284946432 6970 33554432000 4194304 5683644 140735161399152 18446744073709551615 47560071746884 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21378/statm: 69567 6970 1826 364 0 5491 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 278268

[startup+1.50106 s]
/proc/loadavg: 4.09 4.12 3.87 5/248 21387
/proc/meminfo: memFree=30421984/32951132 swapFree=67054616/67111528
[pid=21378] ppid=21376 vsize=288676 CPUtime=0.45 cores=1,3
/proc/21378/stat : 21378 (python) S 21376 21378 19898 0 -1 4202496 9774 934 1 0 36 9 0 0 17 0 2 0 886546533 295604224 7049 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21378/statm: 72169 7049 1867 364 0 8087 0
[pid=21385] ppid=21378 vsize=278432 CPUtime=0 cores=1,3
/proc/21385/stat : 21385 (python) S 21378 21378 19898 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 886546607 285114368 5532 33554432000 4194304 5683644 140735161399152 18446744073709551615 274664828431 0 0 16781312 514 843804809868869631 0 0 17 1 0 0 0
/proc/21385/statm: 69608 5532 354 364 0 5526 0
[pid=21387] ppid=21385 vsize=1017800 CPUtime=0.75 cores=1,3
/proc/21387/stat : 21387 (gnovelty+2) R 21385 21387 21387 0 -1 4202496 424 0 0 0 75 0 0 0 21 0 1 0 886546607 1042227200 161 33554432000 134512640 135663704 4288675888 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21387/statm: 254450 161 113 282 0 254166 0
[pid=21378/tid=21386] ppid=21376 vsize=288676 CPUtime=0 cores=1,3
/proc/21378/task/21386/stat : 21386 (python) S 21376 21378 19898 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 2 0 886546607 295604224 7049 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 2 18446604461557906304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 1584908

[startup+3.10078 s]
/proc/loadavg: 4.08 4.12 3.87 5/249 21388
/proc/meminfo: memFree=30419620/32951132 swapFree=67054616/67111528
[pid=21378] ppid=21376 vsize=288676 CPUtime=0.45 cores=1,3
/proc/21378/stat : 21378 (python) S 21376 21378 19898 0 -1 4202496 9774 934 1 0 36 9 0 0 17 0 2 0 886546533 295604224 7049 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21378/statm: 72169 7049 1867 364 0 8087 0
[pid=21385] ppid=21378 vsize=278432 CPUtime=0 cores=1,3
/proc/21385/stat : 21385 (python) S 21378 21378 19898 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 886546607 285114368 5532 33554432000 4194304 5683644 140735161399152 18446744073709551615 274664828431 0 0 16781312 514 843804809868837128 0 0 17 1 0 0 0
/proc/21385/statm: 69608 5532 354 364 0 5526 0
[pid=21387] ppid=21385 vsize=1017800 CPUtime=2.35 cores=1,3
/proc/21387/stat : 21387 (gnovelty+2) R 21385 21387 21387 0 -1 4202496 424 0 0 0 235 0 0 0 25 0 1 0 886546607 1042227200 161 33554432000 134512640 135663704 4288675888 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21387/statm: 254450 161 113 282 0 254166 0
[pid=21378/tid=21386] ppid=21376 vsize=288676 CPUtime=0 cores=1,3
/proc/21378/task/21386/stat : 21386 (python) S 21376 21378 19898 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 2 0 886546607 295604224 7049 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 2 18446604461557906304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 1584908

[startup+6.30019 s]
/proc/loadavg: 4.08 4.12 3.87 6/249 21388
/proc/meminfo: memFree=30417260/32951132 swapFree=67054616/67111528
[pid=21378] ppid=21376 vsize=288676 CPUtime=0.45 cores=1,3
/proc/21378/stat : 21378 (python) S 21376 21378 19898 0 -1 4202496 9774 934 1 0 36 9 0 0 17 0 2 0 886546533 295604224 7049 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21378/statm: 72169 7049 1867 364 0 8087 0
[pid=21385] ppid=21378 vsize=278432 CPUtime=0.03 cores=1,3
/proc/21385/stat : 21385 (python) S 21378 21378 19898 0 -1 4202560 884 0 0 0 2 1 0 0 18 0 1 0 886546607 285114368 5554 33554432000 4194304 5683644 140735161399152 18446744073709551615 274664828431 0 0 16781312 514 843804809868837128 0 0 17 1 0 0 0
/proc/21385/statm: 69608 5554 376 364 0 5526 0
[pid=21387] ppid=21385 vsize=1017800 CPUtime=5.37 cores=1,3
/proc/21387/stat : 21387 (gnovelty+2) R 21385 21387 21387 0 -1 4202496 424 0 0 0 537 0 0 0 25 0 1 0 886546607 1042227200 161 33554432000 134512640 135663704 4288675888 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/21387/statm: 254450 161 113 282 0 254166 0
[pid=21378/tid=21386] ppid=21376 vsize=288676 CPUtime=0 cores=1,3
/proc/21378/task/21386/stat : 21386 (python) S 21376 21378 19898 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 2 0 886546607 295604224 7049 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 2 18446604461557906304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 1584908

[startup+12.7011 s]
/proc/loadavg: 4.53 4.21 3.90 6/249 21388
/proc/meminfo: memFree=30415664/32951132 swapFree=67054616/67111528
[pid=21378] ppid=21376 vsize=288676 CPUtime=0.45 cores=1,3
/proc/21378/stat : 21378 (python) S 21376 21378 19898 0 -1 4202496 9774 934 1 0 36 9 0 0 17 0 2 0 886546533 295604224 7049 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21378/statm: 72169 7049 1867 364 0 8087 0
[pid=21385] ppid=21378 vsize=278432 CPUtime=1.05 cores=1,3
/proc/21385/stat : 21385 (python) S 21378 21378 19898 0 -1 4202560 887 0 0 0 60 45 0 0 21 0 1 0 886546607 285114368 5554 33554432000 4194304 5683644 140735161399152 18446744073709551615 274664828431 0 0 16781312 514 8897248091963359496 0 0 17 1 0 0 0
/proc/21385/statm: 69608 5554 376 364 0 5526 0
[pid=21387] ppid=21385 vsize=1017800 CPUtime=10.73 cores=1,3
/proc/21387/stat : 21387 (gnovelty+2) R 21385 21387 21387 0 -1 4202496 424 0 0 0 1070 3 0 0 25 0 1 0 886546607 1042227200 161 33554432000 134512640 135663704 4288675888 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/21387/statm: 254450 161 113 282 0 254166 0
[pid=21378/tid=21386] ppid=21376 vsize=288676 CPUtime=0 cores=1,3
/proc/21378/task/21386/stat : 21386 (python) S 21376 21378 19898 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 2 0 886546607 295604224 7049 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 2 18446604461557906304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 1584908

[startup+25.5009 s]
/proc/loadavg: 4.45 4.21 3.90 5/249 21389
/proc/meminfo: memFree=30413096/32951132 swapFree=67054616/67111528
[pid=21378] ppid=21376 vsize=288676 CPUtime=0.45 cores=1,3
/proc/21378/stat : 21378 (python) S 21376 21378 19898 0 -1 4202496 9774 934 1 0 36 9 0 0 17 0 2 0 886546533 295604224 7049 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21378/statm: 72169 7049 1867 364 0 8087 0
[pid=21385] ppid=21378 vsize=278432 CPUtime=1.07 cores=1,3
/proc/21385/stat : 21385 (python) S 21378 21378 19898 0 -1 4202560 891 0 0 0 61 46 0 0 18 0 1 0 886546607 285114368 5554 33554432000 4194304 5683644 140735161399152 18446744073709551615 274664828431 0 0 16781312 514 8897248091963359496 0 0 17 1 0 0 0
/proc/21385/statm: 69608 5554 376 364 0 5526 0
[pid=21387] ppid=21385 vsize=1017800 CPUtime=23.52 cores=1,3
/proc/21387/stat : 21387 (gnovelty+2) R 21385 21387 21387 0 -1 4202496 424 0 0 0 2349 3 0 0 25 0 1 0 886546607 1042227200 161 33554432000 134512640 135663704 4288675888 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21387/statm: 254450 161 113 282 0 254166 0
[pid=21378/tid=21386] ppid=21376 vsize=288676 CPUtime=0 cores=1,3
/proc/21378/task/21386/stat : 21386 (python) S 21376 21378 19898 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 2 0 886546607 295604224 7049 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 2 18446604461557906304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 1584908

[startup+51.1005 s]
/proc/loadavg: 4.30 4.19 3.90 5/249 21389
/proc/meminfo: memFree=30406488/32951132 swapFree=67054616/67111528
[pid=21378] ppid=21376 vsize=288676 CPUtime=0.45 cores=1,3
/proc/21378/stat : 21378 (python) S 21376 21378 19898 0 -1 4202496 9774 934 1 0 36 9 0 0 17 0 2 0 886546533 295604224 7049 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21378/statm: 72169 7049 1867 364 0 8087 0
[pid=21385] ppid=21378 vsize=278432 CPUtime=1.1 cores=1,3
/proc/21385/stat : 21385 (python) S 21378 21378 19898 0 -1 4202560 905 0 0 0 62 48 0 0 18 0 1 0 886546607 285114368 5555 33554432000 4194304 5683644 140735161399152 18446744073709551615 274664828431 0 0 16781312 514 8897248091963359496 0 0 17 1 0 0 0
/proc/21385/statm: 69608 5555 377 364 0 5526 0
[pid=21387] ppid=21385 vsize=1017800 CPUtime=49.09 cores=1,3
/proc/21387/stat : 21387 (gnovelty+2) R 21385 21387 21387 0 -1 4202496 424 0 0 0 4906 3 0 0 25 0 1 0 886546607 1042227200 161 33554432000 134512640 135663704 4288675888 18446744073709551615 134524656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21387/statm: 254450 161 113 282 0 254166 0
[pid=21378/tid=21386] ppid=21376 vsize=288676 CPUtime=0 cores=1,3
/proc/21378/task/21386/stat : 21386 (python) S 21376 21378 19898 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 2 0 886546607 295604224 7049 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 2 18446604461557906304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 1584908

[startup+102.308 s]
/proc/loadavg: 4.17 4.17 3.91 5/250 21392
/proc/meminfo: memFree=30390740/32951132 swapFree=67054616/67111528
[pid=21378] ppid=21376 vsize=289248 CPUtime=0.45 cores=1,3
/proc/21378/stat : 21378 (python) R 21376 21378 19898 0 -1 4202496 10007 934 1 0 36 9 0 0 18 0 2 0 886546533 296189952 7100 33554432000 4194304 5683644 140735161399152 18446744073709551615 47560071624330 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21378/statm: 72312 7111 1868 364 0 8230 0
[pid=21385] ppid=21378 vsize=288676 CPUtime=1.17 cores=1,3
/proc/21385/stat : 21385 (python) S 21378 21378 19898 0 -1 4202560 1162 0 0 0 65 52 0 0 19 0 2 0 886546607 295604224 5599 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21385/statm: 72169 5599 416 364 0 8087 0
[pid=21387] ppid=21385 vsize=1017800 CPUtime=100.26 cores=1,3
/proc/21387/stat : 21387 (gnovelty+2) T 21385 21387 21387 0 -1 4202496 424 0 0 0 10023 3 0 0 25 0 1 0 886546607 1042227200 161 33554432000 134512640 135663704 4288675888 18446744073709551615 134544370 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21387/statm: 254450 161 113 282 0 254166 0
[pid=21378/tid=21386] ppid=21376 vsize=289248 CPUtime=0 cores=1,3
/proc/21378/task/21386/stat : 21386 (python) S 21376 21378 19898 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 2 0 886546607 296189952 7143 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 2 18446604461557906304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 1595724

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

[startup+105.501 s]
/proc/loadavg: 4.17 4.17 3.91 5/254 21396
/proc/meminfo: memFree=30385496/32951132 swapFree=67054616/67111528
[pid=21378] ppid=21376 vsize=299504 CPUtime=0.46 cores=1,3
/proc/21378/stat : 21378 (python) S 21376 21378 19898 0 -1 4202496 10610 934 1 0 37 9 0 0 20 0 3 0 886546533 306692096 7199 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21378/statm: 74876 7199 1870 364 0 10791 0
[pid=21385] ppid=21378 vsize=288676 CPUtime=1.17 cores=1,3
/proc/21385/stat : 21385 (python) S 21378 21378 19898 0 -1 4202560 1162 0 0 0 65 52 0 0 19 0 2 0 886546607 295604224 5599 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21385/statm: 72169 5599 416 364 0 8087 0
[pid=21387] ppid=21385 vsize=1017800 CPUtime=100.26 cores=1,3
/proc/21387/stat : 21387 (gnovelty+2) T 21385 21387 21387 0 -1 4202496 424 0 0 0 10023 3 0 0 25 0 1 0 886546607 1042227200 161 33554432000 134512640 135663704 4288675888 18446744073709551615 134544370 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21387/statm: 254450 161 113 282 0 254166 0
[pid=21385/tid=21393] ppid=21378 vsize=288676 CPUtime=0 cores=1,3
/proc/21385/task/21393/stat : 21393 (python) S 21378 21378 19898 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886556763 295604224 5599 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 514 18446604461699091456 0 0 -1 3 0 0 0
[pid=21394] ppid=21378 vsize=289260 CPUtime=0 cores=1,3
/proc/21394/stat : 21394 (python) S 21378 21378 19898 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 886556764 296202240 5673 33554432000 4194304 5683644 140735161399152 18446744073709551615 274664828486 0 0 16781312 514 5626324148927037703 0 0 17 1 0 0 0
/proc/21394/statm: 72315 5673 348 364 0 8230 0
[pid=21396] ppid=21394 vsize=1420 CPUtime=3.18 cores=1,3
/proc/21396/stat : 21396 (march_hi) R 21394 21396 21396 0 -1 4202496 474 0 0 0 318 0 0 0 25 0 1 0 886556764 1454080 210 33554432000 4194304 4955518 140734214496896 18446744073709551615 4245434 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21396/statm: 355 210 106 186 0 168 0
[pid=21378/tid=21386] ppid=21376 vsize=299504 CPUtime=0 cores=1,3
/proc/21378/task/21386/stat : 21386 (python) S 21376 21378 19898 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 3 0 886546607 306692096 7199 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 2 18446604461557906304 0 0 -1 1 0 0 0
[pid=21378/tid=21395] ppid=21376 vsize=299504 CPUtime=0 cores=1,3
/proc/21378/task/21395/stat : 21395 (python) S 21376 21378 19898 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 3 0 886556764 306692096 7199 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 2 18446604461557906304 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 105.07
Current children cumulated vsize (KiB) 1896660

[startup+107.101 s]
/proc/loadavg: 4.17 4.17 3.91 5/254 21396
/proc/meminfo: memFree=30385000/32951132 swapFree=67054616/67111528
[pid=21378] ppid=21376 vsize=299504 CPUtime=0.46 cores=1,3
/proc/21378/stat : 21378 (python) S 21376 21378 19898 0 -1 4202496 10610 934 1 0 37 9 0 0 20 0 3 0 886546533 306692096 7199 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21378/statm: 74876 7199 1870 364 0 10791 0
[pid=21385] ppid=21378 vsize=288676 CPUtime=1.17 cores=1,3
/proc/21385/stat : 21385 (python) S 21378 21378 19898 0 -1 4202560 1162 0 0 0 65 52 0 0 19 0 2 0 886546607 295604224 5599 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21385/statm: 72169 5599 416 364 0 8087 0
[pid=21387] ppid=21385 vsize=1017800 CPUtime=100.26 cores=1,3
/proc/21387/stat : 21387 (gnovelty+2) T 21385 21387 21387 0 -1 4202496 424 0 0 0 10023 3 0 0 25 0 1 0 886546607 1042227200 161 33554432000 134512640 135663704 4288675888 18446744073709551615 134544370 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21387/statm: 254450 161 113 282 0 254166 0
[pid=21385/tid=21393] ppid=21378 vsize=288676 CPUtime=0 cores=1,3
/proc/21385/task/21393/stat : 21393 (python) S 21378 21378 19898 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886556763 295604224 5599 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 514 18446604461699091456 0 0 -1 3 0 0 0
[pid=21394] ppid=21378 vsize=289260 CPUtime=0.01 cores=1,3
/proc/21394/stat : 21394 (python) S 21378 21378 19898 0 -1 4202560 901 0 0 0 1 0 0 0 15 0 1 0 886556764 296202240 5696 33554432000 4194304 5683644 140735161399152 18446744073709551615 274664828486 0 0 16781312 514 5626324148927037703 0 0 17 1 0 0 0
/proc/21394/statm: 72315 5696 371 364 0 8230 0
[pid=21396] ppid=21394 vsize=1420 CPUtime=4.76 cores=1,3
/proc/21396/stat : 21396 (march_hi) R 21394 21396 21396 0 -1 4202496 478 0 0 0 476 0 0 0 25 0 1 0 886556764 1454080 214 33554432000 4194304 4955518 140734214496896 18446744073709551615 4285346 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21396/statm: 355 214 106 186 0 168 0
[pid=21378/tid=21386] ppid=21376 vsize=299504 CPUtime=0 cores=1,3
/proc/21378/task/21386/stat : 21386 (python) S 21376 21378 19898 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 3 0 886546607 306692096 7199 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 2 18446604461557906304 0 0 -1 1 0 0 0
[pid=21378/tid=21395] ppid=21376 vsize=299504 CPUtime=0 cores=1,3
/proc/21378/task/21395/stat : 21395 (python) S 21376 21378 19898 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 3 0 886556764 306692096 7199 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 2 18446604461557906304 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 106.66
Current children cumulated vsize (KiB) 1896660

[startup+108.7 s]
/proc/loadavg: 4.16 4.17 3.91 5/245 21396
/proc/meminfo: memFree=30425596/32951132 swapFree=67054616/67111528
[pid=21378] ppid=21376 vsize=299504 CPUtime=0.46 cores=1,3
/proc/21378/stat : 21378 (python) S 21376 21378 19898 0 -1 4202496 10610 934 1 0 37 9 0 0 20 0 3 0 886546533 306692096 7199 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21378/statm: 74876 7199 1870 364 0 10791 0
[pid=21385] ppid=21378 vsize=288676 CPUtime=1.17 cores=1,3
/proc/21385/stat : 21385 (python) S 21378 21378 19898 0 -1 4202560 1162 0 0 0 65 52 0 0 19 0 2 0 886546607 295604224 5599 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21385/statm: 72169 5599 416 364 0 8087 0
[pid=21387] ppid=21385 vsize=1017800 CPUtime=100.26 cores=1,3
/proc/21387/stat : 21387 (gnovelty+2) T 21385 21387 21387 0 -1 4202496 424 0 0 0 10023 3 0 0 25 0 1 0 886546607 1042227200 161 33554432000 134512640 135663704 4288675888 18446744073709551615 134544370 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21387/statm: 254450 161 113 282 0 254166 0
[pid=21385/tid=21393] ppid=21378 vsize=288676 CPUtime=0 cores=1,3
/proc/21385/task/21393/stat : 21393 (python) S 21378 21378 19898 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886556763 295604224 5599 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 514 18446604461699091456 0 0 -1 3 0 0 0
[pid=21394] ppid=21378 vsize=289260 CPUtime=0.01 cores=1,3
/proc/21394/stat : 21394 (python) S 21378 21378 19898 0 -1 4202560 901 0 0 0 1 0 0 0 15 0 1 0 886556764 296202240 5696 33554432000 4194304 5683644 140735161399152 18446744073709551615 274664828486 0 0 16781312 514 5626324148927037703 0 0 17 1 0 0 0
/proc/21394/statm: 72315 5696 371 364 0 8230 0
[pid=21396] ppid=21394 vsize=1420 CPUtime=6.36 cores=1,3
/proc/21396/stat : 21396 (march_hi) R 21394 21396 21396 0 -1 4202496 484 0 0 0 636 0 0 0 25 0 1 0 886556764 1454080 220 33554432000 4194304 4955518 140734214496896 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21396/statm: 355 220 106 186 0 168 0
[pid=21378/tid=21386] ppid=21376 vsize=299504 CPUtime=0 cores=1,3
/proc/21378/task/21386/stat : 21386 (python) S 21376 21378 19898 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 3 0 886546607 306692096 7199 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 2 18446604461557906304 0 0 -1 1 0 0 0
[pid=21378/tid=21395] ppid=21376 vsize=299504 CPUtime=0 cores=1,3
/proc/21378/task/21395/stat : 21395 (python) S 21376 21378 19898 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 3 0 886556764 306692096 7199 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 2 18446604461557906304 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 108.26
Current children cumulated vsize (KiB) 1896660

[startup+109.5 s]
/proc/loadavg: 4.16 4.17 3.91 4/220 21397
/proc/meminfo: memFree=30456940/32951132 swapFree=67054616/67111528
[pid=21378] ppid=21376 vsize=299504 CPUtime=0.46 cores=1,3
/proc/21378/stat : 21378 (python) S 21376 21378 19898 0 -1 4202496 10610 934 1 0 37 9 0 0 20 0 3 0 886546533 306692096 7199 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21378/statm: 74876 7199 1870 364 0 10791 0
[pid=21385] ppid=21378 vsize=288676 CPUtime=1.17 cores=1,3
/proc/21385/stat : 21385 (python) S 21378 21378 19898 0 -1 4202560 1162 0 0 0 65 52 0 0 19 0 2 0 886546607 295604224 5599 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21385/statm: 72169 5599 416 364 0 8087 0
[pid=21387] ppid=21385 vsize=1017800 CPUtime=100.26 cores=1,3
/proc/21387/stat : 21387 (gnovelty+2) T 21385 21387 21387 0 -1 4202496 424 0 0 0 10023 3 0 0 25 0 1 0 886546607 1042227200 161 33554432000 134512640 135663704 4288675888 18446744073709551615 134544370 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21387/statm: 254450 161 113 282 0 254166 0
[pid=21385/tid=21393] ppid=21378 vsize=288676 CPUtime=0 cores=1,3
/proc/21385/task/21393/stat : 21393 (python) S 21378 21378 19898 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886556763 295604224 5599 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 514 18446604461699091456 0 0 -1 3 0 0 0
[pid=21394] ppid=21378 vsize=289260 CPUtime=0.01 cores=1,3
/proc/21394/stat : 21394 (python) S 21378 21378 19898 0 -1 4202560 902 0 0 0 1 0 0 0 15 0 1 0 886556764 296202240 5696 33554432000 4194304 5683644 140735161399152 18446744073709551615 274664828486 0 0 16781312 514 5626324148927037703 0 0 17 1 0 0 0
/proc/21394/statm: 72315 5696 371 364 0 8230 0
[pid=21396] ppid=21394 vsize=1420 CPUtime=7.16 cores=1,3
/proc/21396/stat : 21396 (march_hi) R 21394 21396 21396 0 -1 4202496 486 0 0 0 716 0 0 0 25 0 1 0 886556764 1454080 222 33554432000 4194304 4955518 140734214496896 18446744073709551615 4296952 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21396/statm: 355 222 106 186 0 168 0
[pid=21378/tid=21386] ppid=21376 vsize=299504 CPUtime=0 cores=1,3
/proc/21378/task/21386/stat : 21386 (python) S 21376 21378 19898 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 3 0 886546607 306692096 7199 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 2 18446604461557906304 0 0 -1 1 0 0 0
[pid=21378/tid=21395] ppid=21376 vsize=299504 CPUtime=0 cores=1,3
/proc/21378/task/21395/stat : 21395 (python) S 21376 21378 19898 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 3 0 886556764 306692096 7199 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 2 18446604461557906304 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 109.06
Current children cumulated vsize (KiB) 1896660

[startup+109.701 s]
/proc/loadavg: 4.16 4.17 3.91 4/220 21397
/proc/meminfo: memFree=30456940/32951132 swapFree=67054616/67111528
[pid=21378] ppid=21376 vsize=299504 CPUtime=0.46 cores=1,3
/proc/21378/stat : 21378 (python) S 21376 21378 19898 0 -1 4202496 10610 934 1 0 37 9 0 0 20 0 3 0 886546533 306692096 7199 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21378/statm: 74876 7199 1870 364 0 10791 0
[pid=21385] ppid=21378 vsize=288676 CPUtime=1.17 cores=1,3
/proc/21385/stat : 21385 (python) S 21378 21378 19898 0 -1 4202560 1162 0 0 0 65 52 0 0 19 0 2 0 886546607 295604224 5599 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21385/statm: 72169 5599 416 364 0 8087 0
[pid=21387] ppid=21385 vsize=1017800 CPUtime=100.26 cores=1,3
/proc/21387/stat : 21387 (gnovelty+2) T 21385 21387 21387 0 -1 4202496 424 0 0 0 10023 3 0 0 25 0 1 0 886546607 1042227200 161 33554432000 134512640 135663704 4288675888 18446744073709551615 134544370 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21387/statm: 254450 161 113 282 0 254166 0
[pid=21385/tid=21393] ppid=21378 vsize=288676 CPUtime=0 cores=1,3
/proc/21385/task/21393/stat : 21393 (python) S 21378 21378 19898 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886556763 295604224 5599 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 514 18446604461699091456 0 0 -1 3 0 0 0
[pid=21394] ppid=21378 vsize=289260 CPUtime=0.01 cores=1,3
/proc/21394/stat : 21394 (python) S 21378 21378 19898 0 -1 4202560 902 0 0 0 1 0 0 0 15 0 1 0 886556764 296202240 5696 33554432000 4194304 5683644 140735161399152 18446744073709551615 274664828486 0 0 16781312 514 5626324148927037703 0 0 17 1 0 0 0
/proc/21394/statm: 72315 5696 371 364 0 8230 0
[pid=21396] ppid=21394 vsize=1556 CPUtime=7.36 cores=1,3
/proc/21396/stat : 21396 (march_hi) R 21394 21396 21396 0 -1 4202496 510 0 0 0 736 0 0 0 25 0 1 0 886556764 1593344 246 33554432000 4194304 4955518 140734214496896 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21396/statm: 389 246 106 186 0 202 0
[pid=21378/tid=21386] ppid=21376 vsize=299504 CPUtime=0 cores=1,3
/proc/21378/task/21386/stat : 21386 (python) S 21376 21378 19898 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 3 0 886546607 306692096 7199 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 2 18446604461557906304 0 0 -1 1 0 0 0
[pid=21378/tid=21395] ppid=21376 vsize=299504 CPUtime=0 cores=1,3
/proc/21378/task/21395/stat : 21395 (python) S 21376 21378 19898 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 3 0 886556764 306692096 7199 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 2 18446604461557906304 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 109.26
Current children cumulated vsize (KiB) 1896796

[startup+109.801 s]
/proc/loadavg: 4.16 4.17 3.91 4/220 21397
/proc/meminfo: memFree=30456940/32951132 swapFree=67054616/67111528
[pid=21378] ppid=21376 vsize=299504 CPUtime=0.46 cores=1,3
/proc/21378/stat : 21378 (python) S 21376 21378 19898 0 -1 4202496 10610 934 1 0 37 9 0 0 20 0 3 0 886546533 306692096 7199 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21378/statm: 74876 7199 1870 364 0 10791 0
[pid=21385] ppid=21378 vsize=288676 CPUtime=1.17 cores=1,3
/proc/21385/stat : 21385 (python) S 21378 21378 19898 0 -1 4202560 1162 0 0 0 65 52 0 0 19 0 2 0 886546607 295604224 5599 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21385/statm: 72169 5599 416 364 0 8087 0
[pid=21387] ppid=21385 vsize=1017800 CPUtime=100.26 cores=1,3
/proc/21387/stat : 21387 (gnovelty+2) T 21385 21387 21387 0 -1 4202496 424 0 0 0 10023 3 0 0 25 0 1 0 886546607 1042227200 161 33554432000 134512640 135663704 4288675888 18446744073709551615 134544370 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21387/statm: 254450 161 113 282 0 254166 0
[pid=21385/tid=21393] ppid=21378 vsize=288676 CPUtime=0 cores=1,3
/proc/21385/task/21393/stat : 21393 (python) S 21378 21378 19898 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886556763 295604224 5599 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 514 18446604461699091456 0 0 -1 3 0 0 0
[pid=21394] ppid=21378 vsize=289260 CPUtime=0.01 cores=1,3
/proc/21394/stat : 21394 (python) S 21378 21378 19898 0 -1 4202560 903 0 0 0 1 0 0 0 15 0 1 0 886556764 296202240 5696 33554432000 4194304 5683644 140735161399152 18446744073709551615 274664828486 0 0 16781312 514 5616741677457703175 0 0 17 1 0 0 0
/proc/21394/statm: 72315 5696 371 364 0 8230 0
[pid=21396] ppid=21394 vsize=1556 CPUtime=7.46 cores=1,3
/proc/21396/stat : 21396 (march_hi) R 21394 21396 21396 0 -1 4202496 511 0 0 0 746 0 0 0 25 0 1 0 886556764 1593344 247 33554432000 4194304 4955518 140734214496896 18446744073709551615 4245056 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21396/statm: 389 247 106 186 0 202 0
[pid=21378/tid=21386] ppid=21376 vsize=299504 CPUtime=0 cores=1,3
/proc/21378/task/21386/stat : 21386 (python) S 21376 21378 19898 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 3 0 886546607 306692096 7199 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 2 18446604461557906304 0 0 -1 1 0 0 0
[pid=21378/tid=21395] ppid=21376 vsize=299504 CPUtime=0 cores=1,3
/proc/21378/task/21395/stat : 21395 (python) S 21376 21378 19898 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 3 0 886556764 306692096 7199 33554432000 4194304 5683644 140735161399152 18446744073709551615 274676631985 0 0 16781312 2 18446604461557906304 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 109.36
Current children cumulated vsize (KiB) 1896796

Child status: 0
Real time (s): 109.834
CPU time (s): 109.452
CPU user time (s): 108.775
CPU system time (s): 0.676897
CPU usage (%): 99.6523
Max. virtual memory (cumulated for all children) (KiB): 1896796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 108.775
system time used= 0.676897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19140
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= 3438
involuntary context switches= 881

runsolver used 0.182972 second user time and 0.436933 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-11 01:44:29
IDJOB=3484395
IDBENCH=82906
IDSOLVER=1975
FILE ID=node131/3484395-1307749469
RUNJOBID= node131-1307747008-19918
PBS_JOBID= 13550827
Free space on /tmp= 73976 MiB

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

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

MD5SUM BENCH= 8742ded32e7243c8b59546e2dc82a4b4
RANDOM SEED=1008204897

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30447344 kB
Buffers:        254932 kB
Cached:        1689892 kB
SwapCached:       9824 kB
Active:         838964 kB
Inactive:      1400488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30447344 kB
SwapTotal:    67111528 kB
SwapFree:     67054616 kB
Dirty:           31920 kB
Writeback:           0 kB
AnonPages:      292596 kB
Mapped:          22376 kB
Slab:           187744 kB
PageTables:      16660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10072588 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73976 MiB
End job on node131 at 2011-06-11 01:46:19