Trace number 3377715

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)UNSAT 147.615 147.861

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1511266249-002.UNKNOWN.cnf
MD5SUM5f2e312544271c81369da327dc351a86
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.27
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.37/0.89	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.89	c INFO: solving HOME/instance-3377715-1305457279.cnf
0.37/0.89	c INFO: computing task features
0.44/0.90	c INFO: computed variable-clause graph statistics
0.44/0.90	c INFO: computed clause balance statistics
0.44/0.93	c INFO: computed variable balance statistics
0.44/0.95	c INFO: computed small-clause counts
0.44/0.95	c INFO: computed Horn-clause counts
0.44/0.95	c INFO: computed variable graph statistics
0.44/0.95	c INFO: collected features for HOME/instance-3377715-1305457279.cnf in 0.06 s
0.44/0.97	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.56)
100.75/101.17	c INFO: running march_hi@0 for 194 with 2299 remaining (b = 0.25)
147.49/147.84	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: 961)

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

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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: 2.00 2.04 2.37 1/296 8296
/proc/meminfo: memFree=24077340/32951124 swapFree=63485424/67111528
[pid=8296] ppid=8294 vsize=15384 CPUtime=0 cores=5,7
/proc/8296/stat : 8296 (python) S 8294 8296 6794 0 -1 4202496 794 0 0 0 0 0 0 0 17 0 1 0 638143787 15753216 681 33554432000 4194304 5683644 140734110918176 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/8296/statm: 3846 681 322 364 0 333 0

[startup+0.0557089 s]
/proc/loadavg: 2.00 2.04 2.37 1/296 8296
/proc/meminfo: memFree=24077340/32951124 swapFree=63485424/67111528
[pid=8296] ppid=8294 vsize=30116 CPUtime=0.04 cores=5,7
/proc/8296/stat : 8296 (python) S 8294 8296 6794 0 -1 4202496 1470 0 0 0 3 1 0 0 17 0 1 0 638143787 30838784 1309 33554432000 4194304 5683644 140734110918176 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/8296/statm: 7530 1312 443 364 0 900 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30116

[startup+0.100682 s]
/proc/loadavg: 2.00 2.04 2.37 1/296 8296
/proc/meminfo: memFree=24077340/32951124 swapFree=63485424/67111528
[pid=8296] ppid=8294 vsize=101580 CPUtime=0.07 cores=5,7
/proc/8296/stat : 8296 (python) S 8294 8296 6794 0 -1 4202496 2896 0 0 0 5 2 0 0 17 0 1 0 638143787 104017920 2593 33554432000 4194304 5683644 140734110918176 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/8296/statm: 25395 2593 837 364 0 1695 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 101580

[startup+0.300682 s]
/proc/loadavg: 2.00 2.04 2.37 1/296 8296
/proc/meminfo: memFree=24077340/32951124 swapFree=63485424/67111528
[pid=8296] ppid=8294 vsize=135752 CPUtime=0.2 cores=5,7
/proc/8296/stat : 8296 (python) R 8294 8296 6794 0 -1 4202496 5969 937 1 0 14 6 0 0 17 0 1 0 638143787 139010048 4149 33554432000 4194304 5683644 140734110918176 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/8296/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135752

[startup+0.70062 s]
/proc/loadavg: 2.00 2.04 2.37 1/296 8296
/proc/meminfo: memFree=24077340/32951124 swapFree=63485424/67111528
[pid=8296] ppid=8294 vsize=198920 CPUtime=0.3 cores=5,7
/proc/8296/stat : 8296 (python) R 8294 8296 6794 0 -1 4202496 7049 937 1 0 19 11 0 0 16 0 1 0 638143787 203694080 5075 33554432000 4194304 5683644 140734110918176 18446744073709551615 220816234496 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/8296/statm: 49730 5075 1486 364 0 3757 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 198920

[startup+1.50043 s]
/proc/loadavg: 1.84 2.01 2.36 3/300 8308
/proc/meminfo: memFree=24034224/32951124 swapFree=63485424/67111528
[pid=8296] ppid=8294 vsize=288668 CPUtime=0.51 cores=5,7
/proc/8296/stat : 8296 (python) S 8294 8296 6794 0 -1 4202496 9760 937 1 0 36 15 0 0 17 0 2 0 638143787 295596032 7046 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8296/statm: 72167 7046 1867 364 0 8085 0
[pid=8306] ppid=8296 vsize=278424 CPUtime=0 cores=5,7
/proc/8306/stat : 8306 (python) S 8296 8296 6794 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 638143884 285106176 5529 33554432000 4194304 5683644 140734110918176 18446744073709551615 220816256527 0 0 16781312 514 6933489542724845567 0 0 17 5 0 0 0
/proc/8306/statm: 69606 5529 354 364 0 5524 0
[pid=8308] ppid=8306 vsize=1017800 CPUtime=0.52 cores=5,7
/proc/8308/stat : 8308 (gnovelty+2) R 8306 8308 8308 0 -1 4202496 435 0 0 0 52 0 0 0 20 0 1 0 638143884 1042227200 169 33554432000 134512640 135663704 4288411008 18446744073709551615 134524734 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8308/statm: 254450 169 113 282 0 254166 0
[pid=8296/tid=8307] ppid=8294 vsize=288668 CPUtime=0 cores=5,7
/proc/8296/task/8307/stat : 8307 (python) S 8294 8296 6794 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 2 0 638143884 295596032 7046 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 2 18446604471137113920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1584892

[startup+3.10113 s]
/proc/loadavg: 1.84 2.01 2.36 3/303 8311
/proc/meminfo: memFree=24031472/32951124 swapFree=63485424/67111528
[pid=8296] ppid=8294 vsize=288668 CPUtime=0.51 cores=5,7
/proc/8296/stat : 8296 (python) S 8294 8296 6794 0 -1 4202496 9760 937 1 0 36 15 0 0 17 0 2 0 638143787 295596032 7046 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8296/statm: 72167 7046 1867 364 0 8085 0
[pid=8306] ppid=8296 vsize=278424 CPUtime=0 cores=5,7
/proc/8306/stat : 8306 (python) S 8296 8296 6794 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 638143884 285106176 5529 33554432000 4194304 5683644 140734110918176 18446744073709551615 220816256527 0 0 16781312 514 6933489542724813063 0 0 17 5 0 0 0
/proc/8306/statm: 69606 5529 354 364 0 5524 0
[pid=8308] ppid=8306 vsize=1017800 CPUtime=2.12 cores=5,7
/proc/8308/stat : 8308 (gnovelty+2) R 8306 8308 8308 0 -1 4202496 435 0 0 0 212 0 0 0 25 0 1 0 638143884 1042227200 169 33554432000 134512640 135663704 4288411008 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8308/statm: 254450 169 113 282 0 254166 0
[pid=8296/tid=8307] ppid=8294 vsize=288668 CPUtime=0 cores=5,7
/proc/8296/task/8307/stat : 8307 (python) S 8294 8296 6794 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 2 0 638143884 295596032 7046 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 2 18446604471137113920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 1584892

[startup+6.30054 s]
/proc/loadavg: 1.85 2.01 2.35 3/303 8311
/proc/meminfo: memFree=24030608/32951124 swapFree=63485424/67111528
[pid=8296] ppid=8294 vsize=288668 CPUtime=0.51 cores=5,7
/proc/8296/stat : 8296 (python) S 8294 8296 6794 0 -1 4202496 9760 937 1 0 36 15 0 0 17 0 2 0 638143787 295596032 7046 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8296/statm: 72167 7046 1867 364 0 8085 0
[pid=8306] ppid=8296 vsize=278424 CPUtime=0.01 cores=5,7
/proc/8306/stat : 8306 (python) S 8296 8296 6794 0 -1 4202560 972 0 0 0 1 0 0 0 18 0 1 0 638143884 285106176 5556 33554432000 4194304 5683644 140734110918176 18446744073709551615 220816256527 0 0 16781312 514 6933489542724813063 0 0 17 5 0 0 0
/proc/8306/statm: 69606 5556 381 364 0 5524 0
[pid=8308] ppid=8306 vsize=1017800 CPUtime=5.32 cores=5,7
/proc/8308/stat : 8308 (gnovelty+2) R 8306 8308 8308 0 -1 4202496 435 0 0 0 532 0 0 0 25 0 1 0 638143884 1042227200 169 33554432000 134512640 135663704 4288411008 18446744073709551615 134543970 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8308/statm: 254450 169 113 282 0 254166 0
[pid=8296/tid=8307] ppid=8294 vsize=288668 CPUtime=0 cores=5,7
/proc/8296/task/8307/stat : 8307 (python) S 8294 8296 6794 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 2 0 638143884 295596032 7046 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 2 18446604471137113920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 1584892

[startup+12.7004 s]
/proc/loadavg: 1.86 2.01 2.35 3/303 8311
/proc/meminfo: memFree=24029576/32951124 swapFree=63485424/67111528
[pid=8296] ppid=8294 vsize=288668 CPUtime=0.51 cores=5,7
/proc/8296/stat : 8296 (python) S 8294 8296 6794 0 -1 4202496 9760 937 1 0 36 15 0 0 17 0 2 0 638143787 295596032 7046 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8296/statm: 72167 7046 1867 364 0 8085 0
[pid=8306] ppid=8296 vsize=278424 CPUtime=0.01 cores=5,7
/proc/8306/stat : 8306 (python) S 8296 8296 6794 0 -1 4202560 976 0 0 0 1 0 0 0 18 0 1 0 638143884 285106176 5557 33554432000 4194304 5683644 140734110918176 18446744073709551615 220816256527 0 0 16781312 514 13684117099021041927 0 0 17 5 0 0 0
/proc/8306/statm: 69606 5557 382 364 0 5524 0
[pid=8308] ppid=8306 vsize=1017800 CPUtime=11.71 cores=5,7
/proc/8308/stat : 8308 (gnovelty+2) R 8306 8308 8308 0 -1 4202496 435 0 0 0 1171 0 0 0 25 0 1 0 638143884 1042227200 169 33554432000 134512640 135663704 4288411008 18446744073709551615 134545572 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8308/statm: 254450 169 113 282 0 254166 0
[pid=8296/tid=8307] ppid=8294 vsize=288668 CPUtime=0 cores=5,7
/proc/8296/task/8307/stat : 8307 (python) S 8294 8296 6794 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 2 0 638143884 295596032 7046 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 2 18446604471137113920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 1584892

[startup+25.501 s]
/proc/loadavg: 1.88 2.01 2.35 3/303 8312
/proc/meminfo: memFree=24030336/32951124 swapFree=63485424/67111528
[pid=8296] ppid=8294 vsize=288668 CPUtime=0.51 cores=5,7
/proc/8296/stat : 8296 (python) S 8294 8296 6794 0 -1 4202496 9760 937 1 0 36 15 0 0 17 0 2 0 638143787 295596032 7046 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8296/statm: 72167 7046 1867 364 0 8085 0
[pid=8306] ppid=8296 vsize=278424 CPUtime=0.04 cores=5,7
/proc/8306/stat : 8306 (python) S 8296 8296 6794 0 -1 4202560 980 0 0 0 2 2 0 0 18 0 1 0 638143884 285106176 5557 33554432000 4194304 5683644 140734110918176 18446744073709551615 220816256527 0 0 16781312 514 13684117099021041927 0 0 17 5 0 0 0
/proc/8306/statm: 69606 5557 382 364 0 5524 0
[pid=8308] ppid=8306 vsize=1017800 CPUtime=24.5 cores=5,7
/proc/8308/stat : 8308 (gnovelty+2) R 8306 8308 8308 0 -1 4202496 435 0 0 0 2450 0 0 0 25 0 1 0 638143884 1042227200 169 33554432000 134512640 135663704 4288411008 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8308/statm: 254450 169 113 282 0 254166 0
[pid=8296/tid=8307] ppid=8294 vsize=288668 CPUtime=0 cores=5,7
/proc/8296/task/8307/stat : 8307 (python) S 8294 8296 6794 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 2 0 638143884 295596032 7046 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 2 18446604471137113920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 1584892

[startup+51.1003 s]
/proc/loadavg: 1.93 2.01 2.34 3/303 8312
/proc/meminfo: memFree=24029932/32951124 swapFree=63485424/67111528
[pid=8296] ppid=8294 vsize=288668 CPUtime=0.51 cores=5,7
/proc/8296/stat : 8296 (python) S 8294 8296 6794 0 -1 4202496 9760 937 1 0 36 15 0 0 17 0 2 0 638143787 295596032 7046 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8296/statm: 72167 7046 1867 364 0 8085 0
[pid=8306] ppid=8296 vsize=278424 CPUtime=0.09 cores=5,7
/proc/8306/stat : 8306 (python) S 8296 8296 6794 0 -1 4202560 992 0 0 0 5 4 0 0 18 0 1 0 638143884 285106176 5557 33554432000 4194304 5683644 140734110918176 18446744073709551615 220816256527 0 0 16781312 514 13684117099021041927 0 0 17 5 0 0 0
/proc/8306/statm: 69606 5557 382 364 0 5524 0
[pid=8308] ppid=8306 vsize=1017800 CPUtime=50.08 cores=5,7
/proc/8308/stat : 8308 (gnovelty+2) R 8306 8308 8308 0 -1 4202496 435 0 0 0 5008 0 0 0 25 0 1 0 638143884 1042227200 169 33554432000 134512640 135663704 4288411008 18446744073709551615 134524734 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8308/statm: 254450 169 113 282 0 254166 0
[pid=8296/tid=8307] ppid=8294 vsize=288668 CPUtime=0 cores=5,7
/proc/8296/task/8307/stat : 8307 (python) S 8294 8296 6794 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 2 0 638143884 295596032 7046 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 2 18446604471137113920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 1584892

[startup+102.311 s]
/proc/loadavg: 1.97 2.00 2.32 3/311 8322
/proc/meminfo: memFree=24020712/32951124 swapFree=63485424/67111528
[pid=8296] ppid=8294 vsize=299532 CPUtime=0.52 cores=5,7
/proc/8296/stat : 8296 (python) S 8294 8296 6794 0 -1 4202496 10594 937 1 0 37 15 0 0 20 0 3 0 638143787 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8296/statm: 74883 7205 1870 364 0 10798 0
[pid=8306] ppid=8296 vsize=288668 CPUtime=0.19 cores=5,7
/proc/8306/stat : 8306 (python) S 8296 8296 6794 0 -1 4202560 1148 0 0 0 10 9 0 0 19 0 2 0 638143884 295596032 5595 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/8306/statm: 72167 5595 415 364 0 8085 0
[pid=8308] ppid=8306 vsize=1017800 CPUtime=100.11 cores=5,7
/proc/8308/stat : 8308 (gnovelty+2) T 8306 8308 8308 0 -1 4202496 435 0 0 0 10011 0 0 0 25 0 1 0 638143884 1042227200 169 33554432000 134512640 135663704 4288411008 18446744073709551615 134544240 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/8308/statm: 254450 169 113 282 0 254166 0
[pid=8306/tid=8315] ppid=8296 vsize=288668 CPUtime=0 cores=5,7
/proc/8306/task/8315/stat : 8315 (python) S 8296 8296 6794 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 638153903 295596032 5595 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 514 18446604458821989376 0 0 -1 7 0 0 0
[pid=8316] ppid=8296 vsize=289288 CPUtime=0 cores=5,7
/proc/8316/stat : 8316 (python) S 8296 8296 6794 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 638153904 296230912 5679 33554432000 4194304 5683644 140734110918176 18446744073709551615 220816256582 0 0 16781312 514 1498731109976867079 0 0 17 5 0 0 0
/proc/8316/statm: 72322 5679 348 364 0 8237 0
[pid=8318] ppid=8316 vsize=1972 CPUtime=1.12 cores=5,7
/proc/8318/stat : 8318 (march_hi) R 8316 8318 8318 0 -1 4202496 583 0 0 0 112 0 0 0 22 0 1 0 638153905 2019328 319 33554432000 4194304 4955518 140734351877360 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8318/statm: 493 319 104 186 0 306 0
[pid=8296/tid=8307] ppid=8294 vsize=299532 CPUtime=0 cores=5,7
/proc/8296/task/8307/stat : 8307 (python) S 8294 8296 6794 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 3 0 638143884 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 2 18446604471137113920 0 0 -1 5 0 0 0
[pid=8296/tid=8317] ppid=8294 vsize=299532 CPUtime=0 cores=5,7
/proc/8296/task/8317/stat : 8317 (python) S 8294 8296 6794 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 3 0 638153904 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 2 18446604471137113920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 1897260

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

[startup+127.901 s]
/proc/loadavg: 1.98 2.00 2.31 3/311 8323
/proc/meminfo: memFree=24019700/32951124 swapFree=63485424/67111528
[pid=8296] ppid=8294 vsize=299532 CPUtime=0.52 cores=5,7
/proc/8296/stat : 8296 (python) S 8294 8296 6794 0 -1 4202496 10594 937 1 0 37 15 0 0 20 0 3 0 638143787 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0

################
# More data... #
################

/proc/8318/stat : 8318 (march_hi) R 8316 8318 8318 0 -1 4202496 788 0 0 0 3948 0 0 0 25 0 1 0 638153905 3026944 524 33554432000 4194304 4955518 140734351877360 18446744073709551615 4227752 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8318/statm: 739 524 104 186 0 552 0
[pid=8296/tid=8307] ppid=8294 vsize=299532 CPUtime=0 cores=5,7
/proc/8296/task/8307/stat : 8307 (python) S 8294 8296 6794 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 3 0 638143884 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 2 18446604471137113920 0 0 -1 5 0 0 0
[pid=8296/tid=8317] ppid=8294 vsize=299532 CPUtime=0 cores=5,7
/proc/8296/task/8317/stat : 8317 (python) S 8294 8296 6794 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 3 0 638153904 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 2 18446604471137113920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 140.39
Current children cumulated vsize (KiB) 1898244

[startup+143.901 s]
/proc/loadavg: 1.98 2.00 2.30 3/311 8323
/proc/meminfo: memFree=24019068/32951124 swapFree=63485424/67111528
[pid=8296] ppid=8294 vsize=299532 CPUtime=0.52 cores=5,7
/proc/8296/stat : 8296 (python) S 8294 8296 6794 0 -1 4202496 10594 937 1 0 37 15 0 0 20 0 3 0 638143787 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8296/statm: 74883 7205 1870 364 0 10798 0
[pid=8306] ppid=8296 vsize=288668 CPUtime=0.19 cores=5,7
/proc/8306/stat : 8306 (python) S 8296 8296 6794 0 -1 4202560 1148 0 0 0 10 9 0 0 19 0 2 0 638143884 295596032 5595 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/8306/statm: 72167 5595 415 364 0 8085 0
[pid=8308] ppid=8306 vsize=1017800 CPUtime=100.11 cores=5,7
/proc/8308/stat : 8308 (gnovelty+2) T 8306 8308 8308 0 -1 4202496 435 0 0 0 10011 0 0 0 25 0 1 0 638143884 1042227200 169 33554432000 134512640 135663704 4288411008 18446744073709551615 134544240 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/8308/statm: 254450 169 113 282 0 254166 0
[pid=8306/tid=8315] ppid=8296 vsize=288668 CPUtime=0 cores=5,7
/proc/8306/task/8315/stat : 8315 (python) S 8296 8296 6794 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 638153903 295596032 5595 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 514 18446604458821989376 0 0 -1 7 0 0 0
[pid=8316] ppid=8296 vsize=289288 CPUtime=0.11 cores=5,7
/proc/8316/stat : 8316 (python) S 8296 8296 6794 0 -1 4202560 921 0 0 0 6 5 0 0 15 0 1 0 638153904 296230912 5702 33554432000 4194304 5683644 140734110918176 18446744073709551615 220816256582 0 0 16781312 514 1498731109976867079 0 0 17 5 0 0 0
/proc/8316/statm: 72322 5702 371 364 0 8237 0
[pid=8318] ppid=8316 vsize=3296 CPUtime=42.67 cores=5,7
/proc/8318/stat : 8318 (march_hi) R 8316 8318 8318 0 -1 4202496 820 0 0 0 4267 0 0 0 25 0 1 0 638153905 3375104 556 33554432000 4194304 4955518 140734351877360 18446744073709551615 4209692 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8318/statm: 824 556 104 186 0 637 0
[pid=8296/tid=8307] ppid=8294 vsize=299532 CPUtime=0 cores=5,7
/proc/8296/task/8307/stat : 8307 (python) S 8294 8296 6794 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 3 0 638143884 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 2 18446604471137113920 0 0 -1 5 0 0 0
[pid=8296/tid=8317] ppid=8294 vsize=299532 CPUtime=0 cores=5,7
/proc/8296/task/8317/stat : 8317 (python) S 8294 8296 6794 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 3 0 638153904 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 2 18446604471137113920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 143.6
Current children cumulated vsize (KiB) 1898584

[startup+145.501 s]
/proc/loadavg: 1.98 2.00 2.30 3/311 8323
/proc/meminfo: memFree=24019068/32951124 swapFree=63485424/67111528
[pid=8296] ppid=8294 vsize=299532 CPUtime=0.52 cores=5,7
/proc/8296/stat : 8296 (python) S 8294 8296 6794 0 -1 4202496 10594 937 1 0 37 15 0 0 20 0 3 0 638143787 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8296/statm: 74883 7205 1870 364 0 10798 0
[pid=8306] ppid=8296 vsize=288668 CPUtime=0.19 cores=5,7
/proc/8306/stat : 8306 (python) S 8296 8296 6794 0 -1 4202560 1148 0 0 0 10 9 0 0 19 0 2 0 638143884 295596032 5595 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/8306/statm: 72167 5595 415 364 0 8085 0
[pid=8308] ppid=8306 vsize=1017800 CPUtime=100.11 cores=5,7
/proc/8308/stat : 8308 (gnovelty+2) T 8306 8308 8308 0 -1 4202496 435 0 0 0 10011 0 0 0 25 0 1 0 638143884 1042227200 169 33554432000 134512640 135663704 4288411008 18446744073709551615 134544240 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/8308/statm: 254450 169 113 282 0 254166 0
[pid=8306/tid=8315] ppid=8296 vsize=288668 CPUtime=0 cores=5,7
/proc/8306/task/8315/stat : 8315 (python) S 8296 8296 6794 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 638153903 295596032 5595 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 514 18446604458821989376 0 0 -1 7 0 0 0
[pid=8316] ppid=8296 vsize=289288 CPUtime=0.11 cores=5,7
/proc/8316/stat : 8316 (python) S 8296 8296 6794 0 -1 4202560 921 0 0 0 6 5 0 0 15 0 1 0 638153904 296230912 5702 33554432000 4194304 5683644 140734110918176 18446744073709551615 220816256582 0 0 16781312 514 1498731109976867079 0 0 17 5 0 0 0
/proc/8316/statm: 72322 5702 371 364 0 8237 0
[pid=8318] ppid=8316 vsize=3296 CPUtime=44.27 cores=5,7
/proc/8318/stat : 8318 (march_hi) R 8316 8318 8318 0 -1 4202496 836 0 0 0 4427 0 0 0 25 0 1 0 638153905 3375104 572 33554432000 4194304 4955518 140734351877360 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8318/statm: 824 572 104 186 0 637 0
[pid=8296/tid=8307] ppid=8294 vsize=299532 CPUtime=0 cores=5,7
/proc/8296/task/8307/stat : 8307 (python) S 8294 8296 6794 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 3 0 638143884 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 2 18446604471137113920 0 0 -1 5 0 0 0
[pid=8296/tid=8317] ppid=8294 vsize=299532 CPUtime=0 cores=5,7
/proc/8296/task/8317/stat : 8317 (python) S 8294 8296 6794 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 3 0 638153904 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 2 18446604471137113920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 145.2
Current children cumulated vsize (KiB) 1898584

[startup+147.101 s]
/proc/loadavg: 1.98 2.00 2.30 3/311 8323
/proc/meminfo: memFree=24018944/32951124 swapFree=63485424/67111528
[pid=8296] ppid=8294 vsize=299532 CPUtime=0.52 cores=5,7
/proc/8296/stat : 8296 (python) S 8294 8296 6794 0 -1 4202496 10594 937 1 0 37 15 0 0 20 0 3 0 638143787 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8296/statm: 74883 7205 1870 364 0 10798 0
[pid=8306] ppid=8296 vsize=288668 CPUtime=0.19 cores=5,7
/proc/8306/stat : 8306 (python) S 8296 8296 6794 0 -1 4202560 1148 0 0 0 10 9 0 0 19 0 2 0 638143884 295596032 5595 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/8306/statm: 72167 5595 415 364 0 8085 0
[pid=8308] ppid=8306 vsize=1017800 CPUtime=100.11 cores=5,7
/proc/8308/stat : 8308 (gnovelty+2) T 8306 8308 8308 0 -1 4202496 435 0 0 0 10011 0 0 0 25 0 1 0 638143884 1042227200 169 33554432000 134512640 135663704 4288411008 18446744073709551615 134544240 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/8308/statm: 254450 169 113 282 0 254166 0
[pid=8306/tid=8315] ppid=8296 vsize=288668 CPUtime=0 cores=5,7
/proc/8306/task/8315/stat : 8315 (python) S 8296 8296 6794 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 638153903 295596032 5595 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 514 18446604458821989376 0 0 -1 7 0 0 0
[pid=8316] ppid=8296 vsize=289288 CPUtime=0.12 cores=5,7
/proc/8316/stat : 8316 (python) S 8296 8296 6794 0 -1 4202560 925 0 0 0 7 5 0 0 15 0 1 0 638153904 296230912 5702 33554432000 4194304 5683644 140734110918176 18446744073709551615 220816256582 0 0 16781312 514 1498731109976867079 0 0 17 5 0 0 0
/proc/8316/statm: 72322 5702 371 364 0 8237 0
[pid=8318] ppid=8316 vsize=3296 CPUtime=45.86 cores=5,7
/proc/8318/stat : 8318 (march_hi) R 8316 8318 8318 0 -1 4202496 859 0 0 0 4586 0 0 0 25 0 1 0 638153905 3375104 595 33554432000 4194304 4955518 140734351877360 18446744073709551615 4312400 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8318/statm: 824 595 104 186 0 637 0
[pid=8296/tid=8307] ppid=8294 vsize=299532 CPUtime=0 cores=5,7
/proc/8296/task/8307/stat : 8307 (python) S 8294 8296 6794 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 3 0 638143884 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 2 18446604471137113920 0 0 -1 5 0 0 0
[pid=8296/tid=8317] ppid=8294 vsize=299532 CPUtime=0 cores=5,7
/proc/8296/task/8317/stat : 8317 (python) S 8294 8296 6794 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 3 0 638153904 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 2 18446604471137113920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 146.8
Current children cumulated vsize (KiB) 1898584

[startup+147.501 s]
/proc/loadavg: 1.98 2.00 2.30 3/311 8323
/proc/meminfo: memFree=24018944/32951124 swapFree=63485424/67111528
[pid=8296] ppid=8294 vsize=299532 CPUtime=0.52 cores=5,7
/proc/8296/stat : 8296 (python) S 8294 8296 6794 0 -1 4202496 10594 937 1 0 37 15 0 0 20 0 3 0 638143787 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8296/statm: 74883 7205 1870 364 0 10798 0
[pid=8306] ppid=8296 vsize=288668 CPUtime=0.19 cores=5,7
/proc/8306/stat : 8306 (python) S 8296 8296 6794 0 -1 4202560 1148 0 0 0 10 9 0 0 19 0 2 0 638143884 295596032 5595 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/8306/statm: 72167 5595 415 364 0 8085 0
[pid=8308] ppid=8306 vsize=1017800 CPUtime=100.11 cores=5,7
/proc/8308/stat : 8308 (gnovelty+2) T 8306 8308 8308 0 -1 4202496 435 0 0 0 10011 0 0 0 25 0 1 0 638143884 1042227200 169 33554432000 134512640 135663704 4288411008 18446744073709551615 134544240 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/8308/statm: 254450 169 113 282 0 254166 0
[pid=8306/tid=8315] ppid=8296 vsize=288668 CPUtime=0 cores=5,7
/proc/8306/task/8315/stat : 8315 (python) S 8296 8296 6794 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 638153903 295596032 5595 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 514 18446604458821989376 0 0 -1 7 0 0 0
[pid=8316] ppid=8296 vsize=289288 CPUtime=0.12 cores=5,7
/proc/8316/stat : 8316 (python) S 8296 8296 6794 0 -1 4202560 925 0 0 0 7 5 0 0 15 0 1 0 638153904 296230912 5702 33554432000 4194304 5683644 140734110918176 18446744073709551615 220816256582 0 0 16781312 514 5606896955285274887 0 0 17 5 0 0 0
/proc/8316/statm: 72322 5702 371 364 0 8237 0
[pid=8318] ppid=8316 vsize=3296 CPUtime=46.25 cores=5,7
/proc/8318/stat : 8318 (march_hi) R 8316 8318 8318 0 -1 4202496 865 0 0 0 4625 0 0 0 25 0 1 0 638153905 3375104 601 33554432000 4194304 4955518 140734351877360 18446744073709551615 4209624 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8318/statm: 824 601 104 186 0 637 0
[pid=8296/tid=8307] ppid=8294 vsize=299532 CPUtime=0 cores=5,7
/proc/8296/task/8307/stat : 8307 (python) S 8294 8296 6794 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 3 0 638143884 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 2 18446604471137113920 0 0 -1 5 0 0 0
[pid=8296/tid=8317] ppid=8294 vsize=299532 CPUtime=0 cores=5,7
/proc/8296/task/8317/stat : 8317 (python) S 8294 8296 6794 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 3 0 638153904 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 2 18446604471137113920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 147.19
Current children cumulated vsize (KiB) 1898584

[startup+147.7 s]
/proc/loadavg: 1.98 2.00 2.30 3/311 8323
/proc/meminfo: memFree=24018944/32951124 swapFree=63485424/67111528
[pid=8296] ppid=8294 vsize=299532 CPUtime=0.52 cores=5,7
/proc/8296/stat : 8296 (python) S 8294 8296 6794 0 -1 4202496 10594 937 1 0 37 15 0 0 20 0 3 0 638143787 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8296/statm: 74883 7205 1870 364 0 10798 0
[pid=8306] ppid=8296 vsize=288668 CPUtime=0.19 cores=5,7
/proc/8306/stat : 8306 (python) S 8296 8296 6794 0 -1 4202560 1148 0 0 0 10 9 0 0 19 0 2 0 638143884 295596032 5595 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/8306/statm: 72167 5595 415 364 0 8085 0
[pid=8308] ppid=8306 vsize=1017800 CPUtime=100.11 cores=5,7
/proc/8308/stat : 8308 (gnovelty+2) T 8306 8308 8308 0 -1 4202496 435 0 0 0 10011 0 0 0 25 0 1 0 638143884 1042227200 169 33554432000 134512640 135663704 4288411008 18446744073709551615 134544240 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/8308/statm: 254450 169 113 282 0 254166 0
[pid=8306/tid=8315] ppid=8296 vsize=288668 CPUtime=0 cores=5,7
/proc/8306/task/8315/stat : 8315 (python) S 8296 8296 6794 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 638153903 295596032 5595 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 514 18446604458821989376 0 0 -1 7 0 0 0
[pid=8316] ppid=8296 vsize=289288 CPUtime=0.12 cores=5,7
/proc/8316/stat : 8316 (python) S 8296 8296 6794 0 -1 4202560 925 0 0 0 7 5 0 0 15 0 1 0 638153904 296230912 5702 33554432000 4194304 5683644 140734110918176 18446744073709551615 220816256582 0 0 16781312 514 1498731109976867079 0 0 17 5 0 0 0
/proc/8316/statm: 72322 5702 371 364 0 8237 0
[pid=8318] ppid=8316 vsize=3296 CPUtime=46.45 cores=5,7
/proc/8318/stat : 8318 (march_hi) R 8316 8318 8318 0 -1 4202496 868 0 0 0 4645 0 0 0 25 0 1 0 638153905 3375104 604 33554432000 4194304 4955518 140734351877360 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8318/statm: 824 604 104 186 0 637 0
[pid=8296/tid=8307] ppid=8294 vsize=299532 CPUtime=0 cores=5,7
/proc/8296/task/8307/stat : 8307 (python) S 8294 8296 6794 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 3 0 638143884 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 2 18446604471137113920 0 0 -1 5 0 0 0
[pid=8296/tid=8317] ppid=8294 vsize=299532 CPUtime=0 cores=5,7
/proc/8296/task/8317/stat : 8317 (python) S 8294 8296 6794 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 3 0 638153904 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 2 18446604471137113920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 147.39
Current children cumulated vsize (KiB) 1898584

[startup+147.8 s]
/proc/loadavg: 1.98 2.00 2.30 3/311 8323
/proc/meminfo: memFree=24018944/32951124 swapFree=63485424/67111528
[pid=8296] ppid=8294 vsize=299532 CPUtime=0.52 cores=5,7
/proc/8296/stat : 8296 (python) S 8294 8296 6794 0 -1 4202496 10594 937 1 0 37 15 0 0 20 0 3 0 638143787 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8296/statm: 74883 7205 1870 364 0 10798 0
[pid=8306] ppid=8296 vsize=288668 CPUtime=0.19 cores=5,7
/proc/8306/stat : 8306 (python) S 8296 8296 6794 0 -1 4202560 1148 0 0 0 10 9 0 0 19 0 2 0 638143884 295596032 5595 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/8306/statm: 72167 5595 415 364 0 8085 0
[pid=8308] ppid=8306 vsize=1017800 CPUtime=100.11 cores=5,7
/proc/8308/stat : 8308 (gnovelty+2) T 8306 8308 8308 0 -1 4202496 435 0 0 0 10011 0 0 0 25 0 1 0 638143884 1042227200 169 33554432000 134512640 135663704 4288411008 18446744073709551615 134544240 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/8308/statm: 254450 169 113 282 0 254166 0
[pid=8306/tid=8315] ppid=8296 vsize=288668 CPUtime=0 cores=5,7
/proc/8306/task/8315/stat : 8315 (python) S 8296 8296 6794 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 638153903 295596032 5595 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 514 18446604458821989376 0 0 -1 7 0 0 0
[pid=8316] ppid=8296 vsize=289288 CPUtime=0.12 cores=5,7
/proc/8316/stat : 8316 (python) S 8296 8296 6794 0 -1 4202560 925 0 0 0 7 5 0 0 15 0 1 0 638153904 296230912 5702 33554432000 4194304 5683644 140734110918176 18446744073709551615 220816256582 0 0 16781312 514 1498731109976867079 0 0 17 5 0 0 0
/proc/8316/statm: 72322 5702 371 364 0 8237 0
[pid=8318] ppid=8316 vsize=3296 CPUtime=46.55 cores=5,7
/proc/8318/stat : 8318 (march_hi) R 8316 8318 8318 0 -1 4202496 869 0 0 0 4655 0 0 0 25 0 1 0 638153905 3375104 605 33554432000 4194304 4955518 140734351877360 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8318/statm: 824 605 104 186 0 637 0
[pid=8296/tid=8307] ppid=8294 vsize=299532 CPUtime=0 cores=5,7
/proc/8296/task/8307/stat : 8307 (python) S 8294 8296 6794 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 3 0 638143884 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 2 18446604471137113920 0 0 -1 5 0 0 0
[pid=8296/tid=8317] ppid=8294 vsize=299532 CPUtime=0 cores=5,7
/proc/8296/task/8317/stat : 8317 (python) S 8294 8296 6794 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 3 0 638153904 306720768 7205 33554432000 4194304 5683644 140734110918176 18446744073709551615 220828060081 0 0 16781312 2 18446604471137113920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 147.49
Current children cumulated vsize (KiB) 1898584

Child status: 0
Real time (s): 147.861
CPU time (s): 147.615
CPU user time (s): 147.286
CPU system time (s): 0.328949
CPU usage (%): 99.833
Max. virtual memory (cumulated for all children) (KiB): 1898584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 147.286
system time used= 0.328949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19505
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= 8812
involuntary context switches= 1090

runsolver used 0.424935 second user time and 0.860869 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-15 13:01:19
IDJOB=3377715
IDBENCH=83024
IDSOLVER=1857
FILE ID=node147/3377715-1305457279
RUNJOBID= node147-1305455976-7911
PBS_JOBID= 13324877
Free space on /tmp= 73132 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1511266249-002.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-3377715-1305457279/watcher-3377715-1305457279 -o /tmp/evaluation-result-3377715-1305457279/solver-3377715-1305457279 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377715-1305457279.cnf -seed 259571546 -budget 2400

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

MD5SUM BENCH= 5f2e312544271c81369da327dc351a86
RANDOM SEED=259571546

node147.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24077620 kB
Buffers:        306984 kB
Cached:        5272768 kB
SwapCached:      13132 kB
Active:        2287340 kB
Inactive:      6342968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24077620 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:           63636 kB
Writeback:          16 kB
AnonPages:     3045972 kB
Mapped:          17400 kB
Slab:           150624 kB
PageTables:      28976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 48944832 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= 73096 MiB
End job on node147 at 2011-05-15 13:03:47