Trace number 3484544

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)? (TO) 1200.07 1206.04

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S1693168158-005.UNKNOWN.cnf
MD5SUMc2b69177f59f5d1d2093247dc6de56f3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.56/1.34	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.56/1.34	c INFO: solving HOME/instance-3484544-1307757757.cnf
0.56/1.34	c INFO: computing task features
0.56/1.34	c INFO: computed variable-clause graph statistics
0.56/1.34	c INFO: computed clause balance statistics
0.56/1.37	c INFO: computed variable balance statistics
0.65/1.40	c INFO: computed small-clause counts
0.65/1.40	c INFO: computed Horn-clause counts
0.65/1.41	c INFO: computed variable graph statistics
0.65/1.41	c INFO: collected features for HOME/instance-3484544-1307757757.cnf in 0.08 s
0.65/1.42	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.57)
106.46/115.80	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.06)
206.58/215.93	c INFO: running march_hi@0 for 679 with 998 remaining (b = 0.45)
895.78/901.91	c INFO: running march_hi@0 for 194 with 314 remaining (b = 0.19)
1090.14/1096.26	c INFO: running march_hi@0 for 120 with 120 remaining (b = 0.06)
1200.07/1206.03	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3484544-1307757757/watcher-3484544-1307757757 -o /tmp/evaluation-result-3484544-1307757757/solver-3484544-1307757757 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484544-1307757757.cnf -seed 482331579 -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: 1.02 1.04 1.72 4/174 15789
/proc/meminfo: memFree=31574520/32951132 swapFree=67052544/67111528
[pid=15789] ppid=15787 vsize=15184 CPUtime=0 cores=1,3
/proc/15789/stat : 15789 (python) R 15787 15789 12804 0 -1 4202496 729 0 0 0 0 0 0 0 17 0 1 0 887374352 15548416 617 33554432000 4194304 5683644 140733877362416 18446744073709551615 242970548224 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15789/statm: 3796 617 322 364 0 283 0

[startup+0.0682719 s]
/proc/loadavg: 1.02 1.04 1.72 4/174 15789
/proc/meminfo: memFree=31574520/32951132 swapFree=67052544/67111528
[pid=15789] ppid=15787 vsize=34240 CPUtime=0.04 cores=1,3
/proc/15789/stat : 15789 (python) R 15787 15789 12804 0 -1 4202496 1524 0 0 0 3 1 0 0 17 0 1 0 887374352 35061760 1359 33554432000 4194304 5683644 140733877362416 18446744073709551615 4880835 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15789/statm: 8560 1359 448 364 0 898 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 34240

[startup+0.100297 s]
/proc/loadavg: 1.02 1.04 1.72 4/174 15789
/proc/meminfo: memFree=31574520/32951132 swapFree=67052544/67111528
[pid=15789] ppid=15787 vsize=85620 CPUtime=0.07 cores=1,3
/proc/15789/stat : 15789 (python) R 15787 15789 12804 0 -1 4202496 2628 0 0 0 4 3 0 0 17 0 1 0 887374352 87674880 2346 33554432000 4194304 5683644 140733877362416 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15789/statm: 21405 2347 713 364 0 1622 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85620

[startup+0.300233 s]
/proc/loadavg: 1.02 1.04 1.72 4/174 15789
/proc/meminfo: memFree=31574520/32951132 swapFree=67052544/67111528
[pid=15789] ppid=15787 vsize=135752 CPUtime=0.2 cores=1,3
/proc/15789/stat : 15789 (python) R 15787 15789 12804 0 -1 4202496 5976 934 1 0 13 7 0 0 17 0 1 0 887374352 139010048 4150 33554432000 4194304 5683644 140733877362416 18446744073709551615 242970546181 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/15789/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135752

[startup+0.700199 s]
/proc/loadavg: 1.02 1.04 1.72 4/174 15789
/proc/meminfo: memFree=31574520/32951132 swapFree=67052544/67111528
[pid=15789] ppid=15787 vsize=135752 CPUtime=0.26 cores=1,3
/proc/15789/stat : 15789 (python) S 15787 15789 12804 0 -1 4202496 5980 934 1 0 14 12 0 0 16 0 1 0 887374352 139010048 4151 33554432000 4194304 5683644 140733877362416 18446744073709551615 242970546181 0 2147483391 16781312 2 18446744071699109054 0 0 17 1 0 0 0
/proc/15789/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 135752

[startup+1.50099 s]
/proc/loadavg: 1.02 1.04 1.72 5/188 15833
/proc/meminfo: memFree=31479868/32951132 swapFree=67052544/67111528
[pid=15789] ppid=15787 vsize=288844 CPUtime=0.67 cores=1,3
/proc/15789/stat : 15789 (python) S 15787 15789 12804 0 -1 4202496 9816 934 1 0 38 29 0 0 17 0 2 0 887374352 295776256 7090 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15789/statm: 72211 7090 1867 364 0 8129 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 288844

[startup+3.10178 s]
/proc/loadavg: 1.02 1.04 1.72 5/197 15884
/proc/meminfo: memFree=31447100/32951132 swapFree=67052544/67111528
[pid=15789] ppid=15787 vsize=288844 CPUtime=0.67 cores=1,3
/proc/15789/stat : 15789 (python) S 15787 15789 12804 0 -1 4202496 9816 934 1 0 38 29 0 0 17 0 2 0 887374352 295776256 7090 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15789/statm: 72211 7090 1867 364 0 8129 0
[pid=15834] ppid=15789 vsize=278600 CPUtime=0 cores=1,3
/proc/15834/stat : 15834 (python) S 15789 15789 12804 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 887374494 285286400 5573 33554432000 4194304 5683644 140733877362416 18446744073709551615 242970570255 0 0 16781312 514 4809420952616075263 0 0 17 1 0 0 0
/proc/15834/statm: 69650 5573 354 364 0 5568 0
[pid=15838] ppid=15834 vsize=1017800 CPUtime=1.64 cores=1,3
/proc/15838/stat : 15838 (gnovelty+2) R 15834 15838 15838 0 -1 4202496 444 0 0 0 164 0 0 0 25 0 1 0 887374494 1042227200 181 33554432000 134512640 135663704 4291448000 18446744073709551615 134545689 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15838/statm: 254450 181 113 282 0 254166 0
[pid=15789/tid=15836] ppid=15787 vsize=288844 CPUtime=0 cores=1,3
/proc/15789/task/15836/stat : 15836 (python) S 15787 15789 12804 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 887374494 295776256 7090 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 2 18446604470990687296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 1585244
heavy processes:

[startup+13.311 s]
/proc/loadavg: 2.89 1.45 1.84 5/192 15894
/proc/meminfo: memFree=31454692/32951132 swapFree=67052544/67111528
[pid=15789] ppid=15787 vsize=288844 CPUtime=0.67 cores=1,3
/proc/15789/stat : 15789 (python) S 15787 15789 12804 0 -1 4202496 9816 934 1 0 38 29 0 0 17 0 2 0 887374352 295776256 7090 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15789/statm: 72211 7090 1867 364 0 8129 0
[pid=15834] ppid=15789 vsize=278600 CPUtime=3.21 cores=1,3
/proc/15834/stat : 15834 (python) R 15789 15789 12804 0 -1 4202560 857 0 0 0 177 144 0 0 25 0 1 0 887374494 285286400 5590 33554432000 4194304 5683644 140733877362416 18446744073709551615 4438591 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/15834/statm: 69650 5590 371 364 0 5568 0
[pid=15838] ppid=15834 vsize=1017800 CPUtime=11.84 cores=1,3
/proc/15838/stat : 15838 (gnovelty+2) R 15834 15838 15838 0 -1 4202496 444 0 0 0 1184 0 0 0 25 0 1 0 887374494 1042227200 181 33554432000 134512640 135663704 4291448000 18446744073709551615 134545598 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15838/statm: 254450 181 113 282 0 254166 0
[pid=15789/tid=15836] ppid=15787 vsize=288844 CPUtime=0 cores=1,3
/proc/15789/task/15836/stat : 15836 (python) S 15787 15789 12804 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 887374494 295776256 7090 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 2 18446604470990687296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.72
Current children cumulated vsize (KiB) 1585244

[startup+13.4059 s]
/proc/loadavg: 2.89 1.45 1.84 5/192 15894
/proc/meminfo: memFree=31454692/32951132 swapFree=67052544/67111528
[pid=15789] ppid=15787 vsize=288844 CPUtime=0.67 cores=1,3
/proc/15789/stat : 15789 (python) S 15787 15789 12804 0 -1 4202496 9816 934 1 0 38 29 0 0 17 0 2 0 887374352 295776256 7090 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15789/statm: 72211 7090 1867 364 0 8129 0
[pid=15834] ppid=15789 vsize=278604 CPUtime=3.26 cores=1,3
/proc/15834/stat : 15834 (python) R 15789 15789 12804 0 -1 4202560 857 0 0 0 179 147 0 0 25 0 1 0 887374494 285290496 5590 33554432000 4194304 5683644 140733877362416 18446744073709551615 4381213 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/15834/statm: 69651 5590 371 364 0 5569 0
[pid=15838] ppid=15834 vsize=1017800 CPUtime=11.93 cores=1,3
/proc/15838/stat : 15838 (gnovelty+2) R 15834 15838 15838 0 -1 4202496 444 0 0 0 1193 0 0 0 25 0 1 0 887374494 1042227200 181 33554432000 134512640 135663704 4291448000 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15838/statm: 254450 181 113 282 0 254166 0
[pid=15789/tid=15836] ppid=15787 vsize=288844 CPUtime=0 cores=1,3
/proc/15789/task/15836/stat : 15836 (python) S 15787 15789 12804 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 887374494 295776256 7090 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 2 18446604470990687296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.86
Current children cumulated vsize (KiB) 1585248

[startup+25.5069 s]
/proc/loadavg: 3.83 1.70 1.92 4/192 15894
/proc/meminfo: memFree=31453336/32951132 swapFree=67052544/67111528
[pid=15789] ppid=15787 vsize=288844 CPUtime=0.67 cores=1,3
/proc/15789/stat : 15789 (python) S 15787 15789 12804 0 -1 4202496 9816 934 1 0 38 29 0 0 17 0 2 0 887374352 295776256 7090 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15789/statm: 72211 7090 1867 364 0 8129 0
[pid=15834] ppid=15789 vsize=278600 CPUtime=3.8 cores=1,3
/proc/15834/stat : 15834 (python) S 15789 15789 12804 0 -1 4202560 890 0 0 0 207 173 0 0 18 0 1 0 887374494 285286400 5605 33554432000 4194304 5683644 140733877362416 18446744073709551615 242970570255 0 0 16781312 514 6287130632925446406 0 0 17 3 0 0 0
/proc/15834/statm: 69650 5605 386 364 0 5568 0
[pid=15838] ppid=15834 vsize=1017800 CPUtime=20.33 cores=1,3
/proc/15838/stat : 15838 (gnovelty+2) R 15834 15838 15838 0 -1 4202496 444 0 0 0 2019 14 0 0 25 0 1 0 887374494 1042227200 181 33554432000 134512640 135663704 4291448000 18446744073709551615 134524681 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15838/statm: 254450 181 113 282 0 254166 0
[pid=15789/tid=15836] ppid=15787 vsize=288844 CPUtime=0 cores=1,3
/proc/15789/task/15836/stat : 15836 (python) S 15787 15789 12804 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 887374494 295776256 7090 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 2 18446604470990687296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.8
Current children cumulated vsize (KiB) 1585244

[startup+51.1005 s]
/proc/loadavg: 4.65 2.07 2.04 5/200 15939
/proc/meminfo: memFree=31427620/32951132 swapFree=67052544/67111528
[pid=15789] ppid=15787 vsize=288844 CPUtime=0.67 cores=1,3
/proc/15789/stat : 15789 (python) S 15787 15789 12804 0 -1 4202496 9816 934 1 0 38 29 0 0 17 0 2 0 887374352 295776256 7090 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15789/statm: 72211 7090 1867 364 0 8129 0
[pid=15834] ppid=15789 vsize=278600 CPUtime=3.84 cores=1,3
/proc/15834/stat : 15834 (python) S 15789 15789 12804 0 -1 4202560 903 0 0 0 210 174 0 0 18 0 1 0 887374494 285286400 5605 33554432000 4194304 5683644 140733877362416 18446744073709551615 242970570255 0 0 16781312 514 6287130632925446406 0 0 17 3 0 0 0
/proc/15834/statm: 69650 5605 386 364 0 5568 0
[pid=15838] ppid=15834 vsize=1017800 CPUtime=40.41 cores=1,3
/proc/15838/stat : 15838 (gnovelty+2) R 15834 15838 15838 0 -1 4202496 444 0 0 0 4001 40 0 0 25 0 1 0 887374494 1042227200 181 33554432000 134512640 135663704 4291448000 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15838/statm: 254450 181 113 282 0 254166 0
[pid=15789/tid=15836] ppid=15787 vsize=288844 CPUtime=0 cores=1,3
/proc/15789/task/15836/stat : 15836 (python) S 15787 15789 12804 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 887374494 295776256 7090 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 2 18446604470990687296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 44.92
Current children cumulated vsize (KiB) 1585244

[startup+102.301 s]
/proc/loadavg: 4.41 2.41 2.15 5/200 15987
/proc/meminfo: memFree=31430988/32951132 swapFree=67052544/67111528
[pid=15789] ppid=15787 vsize=288844 CPUtime=0.67 cores=1,3
/proc/15789/stat : 15789 (python) S 15787 15789 12804 0 -1 4202496 9816 934 1 0 38 29 0 0 17 0 2 0 887374352 295776256 7090 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15789/statm: 72211 7090 1867 364 0 8129 0
[pid=15834] ppid=15789 vsize=278600 CPUtime=3.89 cores=1,3
/proc/15834/stat : 15834 (python) S 15789 15789 12804 0 -1 4202560 924 0 0 0 212 177 0 0 18 0 1 0 887374494 285286400 5605 33554432000 4194304 5683644 140733877362416 18446744073709551615 242970570255 0 0 16781312 514 6287130632925446406 0 0 17 3 0 0 0
/proc/15834/statm: 69650 5605 386 364 0 5568 0
[pid=15838] ppid=15834 vsize=1017800 CPUtime=88.39 cores=1,3
/proc/15838/stat : 15838 (gnovelty+2) R 15834 15838 15838 0 -1 4202496 444 0 0 0 8785 54 0 0 25 0 1 0 887374494 1042227200 181 33554432000 134512640 135663704 4291448000 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15838/statm: 254450 181 113 282 0 254166 0
[pid=15789/tid=15836] ppid=15787 vsize=288844 CPUtime=0 cores=1,3
/proc/15789/task/15836/stat : 15836 (python) S 15787 15789 12804 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 887374494 295776256 7090 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 2 18446604470990687296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 92.95
Current children cumulated vsize (KiB) 1585244

[startup+162.3 s]
/proc/loadavg: 4.15 2.70 2.27 5/216 16005
/proc/meminfo: memFree=31410384/32951132 swapFree=67052544/67111528
[pid=15789] ppid=15787 vsize=299640 CPUtime=0.68 cores=1,3
/proc/15789/stat : 15789 (python) S 15787 15789 12804 0 -1 4202496 10661 934 1 0 39 29 0 0 20 0 3 0 887374352 306831360 7232 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15789/statm: 74910 7232 1870 364 0 10825 0
[pid=15834] ppid=15789 vsize=288844 CPUtime=3.91 cores=1,3
/proc/15834/stat : 15834 (python) S 15789 15789 12804 0 -1 4202560 1151 0 0 0 213 178 0 0 19 0 2 0 887374494 295776256 5649 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15834/statm: 72211 5649 425 364 0 8129 0
[pid=15838] ppid=15834 vsize=1017800 CPUtime=101.87 cores=1,3
/proc/15838/stat : 15838 (gnovelty+2) T 15834 15838 15838 0 -1 4202496 444 0 0 0 10133 54 0 0 25 0 1 0 887374494 1042227200 181 33554432000 134512640 135663704 4291448000 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15838/statm: 254450 181 113 282 0 254166 0
[pid=15834/tid=15996] ppid=15789 vsize=288844 CPUtime=0 cores=1,3
/proc/15834/task/15996/stat : 15996 (python) S 15789 15789 12804 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 887385931 295776256 5649 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 514 18446604470979283968 0 0 -1 3 0 0 0
[pid=15997] ppid=15789 vsize=289396 CPUtime=0.05 cores=1,3
/proc/15997/stat : 15997 (python) S 15789 15789 12804 0 -1 4202560 910 0 0 0 3 2 0 0 18 0 1 0 887385932 296341504 5729 33554432000 4194304 5683644 140733877362416 18446744073709551615 242970570310 0 0 16781312 514 6287130632925446408 0 0 17 1 0 0 0
/proc/15997/statm: 72349 5729 371 364 0 8264 0
[pid=15999] ppid=15997 vsize=1017800 CPUtime=46.45 cores=1,3
/proc/15999/stat : 15999 (gnovelty+2) R 15997 15999 15999 0 -1 4202496 446 0 0 0 4645 0 0 0 25 0 1 0 887385932 1042227200 181 33554432000 134512640 135663704 4290632208 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15999/statm: 254450 181 113 282 0 254166 0
[pid=15789/tid=15836] ppid=15787 vsize=299640 CPUtime=0 cores=1,3
/proc/15789/task/15836/stat : 15836 (python) S 15787 15789 12804 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 3 0 887374494 306831360 7232 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 2 18446604470990687296 0 0 -1 1 0 0 0
[pid=15789/tid=15998] ppid=15787 vsize=299640 CPUtime=0 cores=1,3
/proc/15789/task/15998/stat : 15998 (python) S 15787 15789 12804 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 3 0 887385932 306831360 7232 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 2 18446604470990687296 0 0 -1 1 0 0 0

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

/proc/16017/stat : 16017 (python) S 15789 15789 12804 0 -1 4202560 1141 0 0 0 271 209 0 0 17 0 2 0 887395945 306520064 5668 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16017/statm: 74834 5668 400 364 0 10746 0
[pid=16019] ppid=16017 vsize=123872 CPUtime=684.37 cores=1,3
/proc/16019/stat : 16019 (march_hi) T 16017 16019 16019 0 -1 4202496 21315 0 0 0 68426 11 0 0 25 0 1 0 887395945 126844928 21050 33554432000 4194304 4955518 140736900274592 18446744073709551615 4227502 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16019/statm: 30968 21050 104 186 0 30781 0
[pid=16017/tid=16253] ppid=15789 vsize=299336 CPUtime=0 cores=1,3
/proc/16017/task/16253/stat : 16253 (python) S 15789 15789 12804 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 887464542 306520064 5668 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 514 18446604471108076800 0 0 -1 1 0 0 0
[pid=16254] ppid=15789 vsize=310132 CPUtime=0.25 cores=1,3
/proc/16254/stat : 16254 (python) S 15789 15789 12804 0 -1 4202560 1128 0 0 0 13 12 0 0 16 0 2 0 887464543 317575168 5807 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16254/statm: 77533 5807 400 364 0 13442 0
[pid=16256] ppid=16254 vsize=37104 CPUtime=194.16 cores=1,3
/proc/16256/stat : 16256 (march_hi) T 16254 16256 16256 0 -1 4202496 7132 0 0 0 19415 1 0 0 25 0 1 0 887464543 37994496 6872 33554432000 4194304 4955518 140737430919968 18446744073709551615 4224668 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16256/statm: 9276 6872 104 186 0 9089 0
[pid=16254/tid=16266] ppid=15789 vsize=310132 CPUtime=0 cores=1,3
/proc/16254/task/16266/stat : 16266 (python) S 15789 15789 12804 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 887483978 317575168 5807 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 514 18446604471113784128 0 0 -1 1 0 0 0
[pid=16267] ppid=15789 vsize=320388 CPUtime=0.11 cores=1,3
/proc/16267/stat : 16267 (python) S 15789 15789 12804 0 -1 4202560 929 0 0 0 5 6 0 0 15 0 1 0 887483979 328077312 5781 33554432000 4194304 5683644 140733877362416 18446744073709551615 242970570310 0 0 16781312 514 6287130632925446406 0 0 17 3 0 0 0
/proc/16267/statm: 80097 5781 371 364 0 16003 0
[pid=16269] ppid=16267 vsize=18456 CPUtime=86.02 cores=1,3
/proc/16269/stat : 16269 (march_hi) R 16267 16269 16269 0 -1 4202496 3723 0 0 0 8602 0 0 0 25 0 1 0 887483979 18898944 3463 33554432000 4194304 4955518 140735089720640 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16269/statm: 4614 3463 104 186 0 4427 0
[pid=15789/tid=15836] ppid=15787 vsize=330632 CPUtime=0 cores=1,3
/proc/15789/task/15836/stat : 15836 (python) S 15787 15789 12804 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 6 0 887374494 338567168 7290 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 2 18446604470990687296 0 0 -1 1 0 0 0
[pid=15789/tid=15998] ppid=15787 vsize=330632 CPUtime=0 cores=1,3
/proc/15789/task/15998/stat : 15998 (python) S 15787 15789 12804 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 6 0 887385932 338567168 7290 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 2 18446604470990687296 0 0 -1 1 0 0 0
[pid=15789/tid=16018] ppid=15787 vsize=330632 CPUtime=0 cores=1,3
/proc/15789/task/16018/stat : 16018 (python) S 15787 15789 12804 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 6 0 887395945 338567168 7290 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 2 18446604470990687296 0 0 -1 1 0 0 0
[pid=15789/tid=16255] ppid=15787 vsize=330632 CPUtime=0 cores=1,3
/proc/15789/task/16255/stat : 16255 (python) S 15787 15789 12804 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 6 0 887464543 338567168 7290 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 2 18446604470990687296 0 0 -1 3 0 0 0
[pid=15789/tid=16268] ppid=15787 vsize=330632 CPUtime=0 cores=1,3
/proc/15789/task/16268/stat : 16268 (python) S 15787 15789 12804 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 6 0 887483979 338567168 7290 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 2 18446604470990687296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1176.34
Current children cumulated vsize (KiB) 4053760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206 s]
/proc/loadavg: 2.02 2.29 2.53 3/206 16271
/proc/meminfo: memFree=31279508/32951132 swapFree=67052544/67111528
[pid=15789] ppid=15787 vsize=330632 CPUtime=0.7 cores=1,3
/proc/15789/stat : 15789 (python) S 15787 15789 12804 0 -1 4202496 13123 934 1 0 40 30 0 0 20 0 6 0 887374352 338567168 7290 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15789/statm: 82658 7290 1876 364 0 18564 0
[pid=15834] ppid=15789 vsize=288844 CPUtime=3.91 cores=1,3
/proc/15834/stat : 15834 (python) S 15789 15789 12804 0 -1 4202560 1151 0 0 0 213 178 0 0 19 0 2 0 887374494 295776256 5649 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15834/statm: 72211 5649 425 364 0 8129 0
[pid=15838] ppid=15834 vsize=1017800 CPUtime=101.87 cores=1,3
/proc/15838/stat : 15838 (gnovelty+2) T 15834 15838 15838 0 -1 4202496 444 0 0 0 10133 54 0 0 25 0 1 0 887374494 1042227200 181 33554432000 134512640 135663704 4291448000 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15838/statm: 254450 181 113 282 0 254166 0
[pid=15834/tid=15996] ppid=15789 vsize=288844 CPUtime=0 cores=1,3
/proc/15834/task/15996/stat : 15996 (python) S 15789 15789 12804 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 887385931 295776256 5649 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 514 18446604470979283968 0 0 -1 3 0 0 0
[pid=15997] ppid=15789 vsize=289396 CPUtime=0.13 cores=1,3
/proc/15997/stat : 15997 (python) S 15789 15789 12804 0 -1 4202560 1083 0 0 0 8 5 0 0 19 0 2 0 887385932 296341504 5759 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15997/statm: 72349 5759 400 364 0 8264 0
[pid=15999] ppid=15997 vsize=1017800 CPUtime=100.02 cores=1,3
/proc/15999/stat : 15999 (gnovelty+2) T 15997 15999 15999 0 -1 4202496 446 0 0 0 10002 0 0 0 25 0 1 0 887385932 1042227200 181 33554432000 134512640 135663704 4290632208 18446744073709551615 134545793 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15999/statm: 254450 181 113 282 0 254166 0
[pid=15997/tid=16016] ppid=15789 vsize=289396 CPUtime=0 cores=1,3
/proc/15997/task/16016/stat : 16016 (python) S 15789 15789 12804 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887395944 296341504 5759 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 514 18446604471137257536 0 0 -1 3 0 0 0
[pid=16017] ppid=15789 vsize=299336 CPUtime=4.8 cores=1,3
/proc/16017/stat : 16017 (python) S 15789 15789 12804 0 -1 4202560 1141 0 0 0 271 209 0 0 17 0 2 0 887395945 306520064 5668 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16017/statm: 74834 5668 400 364 0 10746 0
[pid=16019] ppid=16017 vsize=123872 CPUtime=684.37 cores=1,3
/proc/16019/stat : 16019 (march_hi) T 16017 16019 16019 0 -1 4202496 21315 0 0 0 68426 11 0 0 25 0 1 0 887395945 126844928 21050 33554432000 4194304 4955518 140736900274592 18446744073709551615 4227502 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16019/statm: 30968 21050 104 186 0 30781 0
[pid=16017/tid=16253] ppid=15789 vsize=299336 CPUtime=0 cores=1,3
/proc/16017/task/16253/stat : 16253 (python) S 15789 15789 12804 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 887464542 306520064 5668 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 514 18446604471108076800 0 0 -1 1 0 0 0
[pid=16254] ppid=15789 vsize=310132 CPUtime=0.25 cores=1,3
/proc/16254/stat : 16254 (python) S 15789 15789 12804 0 -1 4202560 1128 0 0 0 13 12 0 0 16 0 2 0 887464543 317575168 5807 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16254/statm: 77533 5807 400 364 0 13442 0
[pid=16256] ppid=16254 vsize=37104 CPUtime=194.16 cores=1,3
/proc/16256/stat : 16256 (march_hi) T 16254 16256 16256 0 -1 4202496 7132 0 0 0 19415 1 0 0 25 0 1 0 887464543 37994496 6872 33554432000 4194304 4955518 140737430919968 18446744073709551615 4224668 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16256/statm: 9276 6872 104 186 0 9089 0
[pid=16254/tid=16266] ppid=15789 vsize=310132 CPUtime=0 cores=1,3
/proc/16254/task/16266/stat : 16266 (python) S 15789 15789 12804 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 887483978 317575168 5807 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 514 18446604471113784128 0 0 -1 1 0 0 0
[pid=16267] ppid=15789 vsize=320388 CPUtime=0.14 cores=1,3
/proc/16267/stat : 16267 (python) S 15789 15789 12804 0 -1 4202560 937 0 0 0 6 8 0 0 15 0 1 0 887483979 328077312 5781 33554432000 4194304 5683644 140733877362416 18446744073709551615 242970570310 0 0 16781312 514 6287130632925446406 0 0 17 3 0 0 0
/proc/16267/statm: 80097 5781 371 364 0 16003 0
[pid=16269] ppid=16267 vsize=24276 CPUtime=109.72 cores=1,3
/proc/16269/stat : 16269 (march_hi) R 16267 16269 16269 0 -1 4202496 4488 0 0 0 10972 0 0 0 25 0 1 0 887483979 24858624 4228 33554432000 4194304 4955518 140735089720640 18446744073709551615 4227695 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16269/statm: 6069 4228 104 186 0 5882 0
[pid=15789/tid=15836] ppid=15787 vsize=330632 CPUtime=0 cores=1,3
/proc/15789/task/15836/stat : 15836 (python) S 15787 15789 12804 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 6 0 887374494 338567168 7290 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 2 18446604470990687296 0 0 -1 1 0 0 0
[pid=15789/tid=15998] ppid=15787 vsize=330632 CPUtime=0 cores=1,3
/proc/15789/task/15998/stat : 15998 (python) S 15787 15789 12804 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 6 0 887385932 338567168 7290 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 2 18446604470990687296 0 0 -1 1 0 0 0
[pid=15789/tid=16018] ppid=15787 vsize=330632 CPUtime=0 cores=1,3
/proc/15789/task/16018/stat : 16018 (python) S 15787 15789 12804 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 6 0 887395945 338567168 7290 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 2 18446604470990687296 0 0 -1 1 0 0 0
[pid=15789/tid=16255] ppid=15787 vsize=330632 CPUtime=0 cores=1,3
/proc/15789/task/16255/stat : 16255 (python) S 15787 15789 12804 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 6 0 887464543 338567168 7290 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 2 18446604470990687296 0 0 -1 3 0 0 0
[pid=15789/tid=16268] ppid=15787 vsize=330632 CPUtime=0 cores=1,3
/proc/15789/task/16268/stat : 16268 (python) S 15787 15789 12804 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 6 0 887483979 338567168 7290 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 2 18446604470990687296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 4059580

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1206 s]
/proc/loadavg: 2.02 2.29 2.53 3/206 16271
/proc/meminfo: memFree=31279508/32951132 swapFree=67052544/67111528
[pid=15789] ppid=15787 vsize=330632 CPUtime=0.7 cores=1,3
/proc/15789/stat : 15789 (python) S 15787 15789 12804 0 -1 4202496 13123 934 1 0 40 30 0 0 20 0 6 0 887374352 338567168 7290 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15789/statm: 82658 7290 1876 364 0 18564 0
[pid=15834] ppid=15789 vsize=288844 CPUtime=3.91 cores=1,3
/proc/15834/stat : 15834 (python) S 15789 15789 12804 0 -1 4202560 1151 0 0 0 213 178 0 0 19 0 2 0 887374494 295776256 5649 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15834/statm: 72211 5649 425 364 0 8129 0
[pid=15838] ppid=15834 vsize=1017800 CPUtime=101.87 cores=1,3
/proc/15838/stat : 15838 (gnovelty+2) T 15834 15838 15838 0 -1 4202496 444 0 0 0 10133 54 0 0 25 0 1 0 887374494 1042227200 181 33554432000 134512640 135663704 4291448000 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15838/statm: 254450 181 113 282 0 254166 0
[pid=15834/tid=15996] ppid=15789 vsize=288844 CPUtime=0 cores=1,3
/proc/15834/task/15996/stat : 15996 (python) S 15789 15789 12804 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 887385931 295776256 5649 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 514 18446604470979283968 0 0 -1 3 0 0 0
[pid=15997] ppid=15789 vsize=289396 CPUtime=0.13 cores=1,3
/proc/15997/stat : 15997 (python) S 15789 15789 12804 0 -1 4202560 1083 0 0 0 8 5 0 0 19 0 2 0 887385932 296341504 5759 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15997/statm: 72349 5759 400 364 0 8264 0
[pid=15999] ppid=15997 vsize=1017800 CPUtime=100.02 cores=1,3
/proc/15999/stat : 15999 (gnovelty+2) T 15997 15999 15999 0 -1 4202496 446 0 0 0 10002 0 0 0 25 0 1 0 887385932 1042227200 181 33554432000 134512640 135663704 4290632208 18446744073709551615 134545793 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15999/statm: 254450 181 113 282 0 254166 0
[pid=15997/tid=16016] ppid=15789 vsize=289396 CPUtime=0 cores=1,3
/proc/15997/task/16016/stat : 16016 (python) S 15789 15789 12804 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887395944 296341504 5759 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 514 18446604471137257536 0 0 -1 3 0 0 0
[pid=16017] ppid=15789 vsize=299336 CPUtime=4.8 cores=1,3
/proc/16017/stat : 16017 (python) S 15789 15789 12804 0 -1 4202560 1141 0 0 0 271 209 0 0 17 0 2 0 887395945 306520064 5668 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16017/statm: 74834 5668 400 364 0 10746 0
[pid=16019] ppid=16017 vsize=123872 CPUtime=684.37 cores=1,3
/proc/16019/stat : 16019 (march_hi) T 16017 16019 16019 0 -1 4202496 21315 0 0 0 68426 11 0 0 25 0 1 0 887395945 126844928 21050 33554432000 4194304 4955518 140736900274592 18446744073709551615 4227502 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16019/statm: 30968 21050 104 186 0 30781 0
[pid=16017/tid=16253] ppid=15789 vsize=299336 CPUtime=0 cores=1,3
/proc/16017/task/16253/stat : 16253 (python) S 15789 15789 12804 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 887464542 306520064 5668 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 514 18446604471108076800 0 0 -1 1 0 0 0
[pid=16254] ppid=15789 vsize=310132 CPUtime=0.25 cores=1,3
/proc/16254/stat : 16254 (python) S 15789 15789 12804 0 -1 4202560 1128 0 0 0 13 12 0 0 16 0 2 0 887464543 317575168 5807 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16254/statm: 77533 5807 400 364 0 13442 0
[pid=16256] ppid=16254 vsize=37104 CPUtime=194.16 cores=1,3
/proc/16256/stat : 16256 (march_hi) T 16254 16256 16256 0 -1 4202496 7132 0 0 0 19415 1 0 0 25 0 1 0 887464543 37994496 6872 33554432000 4194304 4955518 140737430919968 18446744073709551615 4224668 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16256/statm: 9276 6872 104 186 0 9089 0
[pid=16254/tid=16266] ppid=15789 vsize=310132 CPUtime=0 cores=1,3
/proc/16254/task/16266/stat : 16266 (python) S 15789 15789 12804 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 887483978 317575168 5807 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 514 18446604471113784128 0 0 -1 1 0 0 0
[pid=16267] ppid=15789 vsize=320388 CPUtime=0.14 cores=1,3
/proc/16267/stat : 16267 (python) S 15789 15789 12804 0 -1 4202560 937 0 0 0 6 8 0 0 15 0 1 0 887483979 328077312 5781 33554432000 4194304 5683644 140733877362416 18446744073709551615 242970570310 0 0 16781312 514 6287130632925446406 0 0 17 3 0 0 0
/proc/16267/statm: 80097 5781 371 364 0 16003 0
[pid=16269] ppid=16267 vsize=24276 CPUtime=109.72 cores=1,3
/proc/16269/stat : 16269 (march_hi) R 16267 16269 16269 0 -1 4202496 4488 0 0 0 10972 0 0 0 25 0 1 0 887483979 24858624 4228 33554432000 4194304 4955518 140735089720640 18446744073709551615 4227695 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16269/statm: 6069 4228 104 186 0 5882 0
[pid=15789/tid=15836] ppid=15787 vsize=330632 CPUtime=0 cores=1,3
/proc/15789/task/15836/stat : 15836 (python) S 15787 15789 12804 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 6 0 887374494 338567168 7290 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 2 18446604470990687296 0 0 -1 1 0 0 0
[pid=15789/tid=15998] ppid=15787 vsize=330632 CPUtime=0 cores=1,3
/proc/15789/task/15998/stat : 15998 (python) S 15787 15789 12804 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 6 0 887385932 338567168 7290 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 2 18446604470990687296 0 0 -1 1 0 0 0
[pid=15789/tid=16018] ppid=15787 vsize=330632 CPUtime=0 cores=1,3
/proc/15789/task/16018/stat : 16018 (python) S 15787 15789 12804 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 6 0 887395945 338567168 7290 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 2 18446604470990687296 0 0 -1 1 0 0 0
[pid=15789/tid=16255] ppid=15787 vsize=330632 CPUtime=0 cores=1,3
/proc/15789/task/16255/stat : 16255 (python) S 15787 15789 12804 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 6 0 887464543 338567168 7290 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 2 18446604470990687296 0 0 -1 3 0 0 0
[pid=15789/tid=16268] ppid=15787 vsize=330632 CPUtime=0 cores=1,3
/proc/15789/task/16268/stat : 16268 (python) S 15787 15789 12804 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 6 0 887483979 338567168 7290 33554432000 4194304 5683644 140733877362416 18446744073709551615 242982373809 0 0 16781312 2 18446604470990687296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 4059580

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15789 and gives
#  childrusage.ru_utime.tv_sec=115
#  childrusage.ru_utime.tv_usec=297472
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=471320
# CPU time returned by wait4() is 119.769
# while last known CPU time is 1200.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1206.04
CPU time (s): 1200.07
CPU user time (s): 1194.99
CPU system time (s): 5.08
CPU usage (%): 99.505
Max. virtual memory (cumulated for all children) (KiB): 4059580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.297
system time used= 4.47132
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26447
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= 25921
involuntary context switches= 327

runsolver used 1.9867 second user time and 4.55331 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-11 04:02:37
IDJOB=3484544
IDBENCH=83055
IDSOLVER=1975
FILE ID=node128/3484544-1307757757
RUNJOBID= node128-1307757757-15760
PBS_JOBID= 13550829
Free space on /tmp= 74128 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S1693168158-005.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-3484544-1307757757/watcher-3484544-1307757757 -o /tmp/evaluation-result-3484544-1307757757/solver-3484544-1307757757 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484544-1307757757.cnf -seed 482331579 -budget 1200

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

MD5SUM BENCH= c2b69177f59f5d1d2093247dc6de56f3
RANDOM SEED=482331579

node128.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.852
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.70
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.852
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.852
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.852
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31587480 kB
Buffers:        251536 kB
Cached:         889516 kB
SwapCached:      11368 kB
Active:         286772 kB
Inactive:       873064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31587480 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:           81808 kB
Writeback:          12 kB
AnonPages:       17152 kB
Mapped:           9564 kB
Slab:           139060 kB
PageTables:       5928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   191480 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= 74064 MiB
End job on node128 at 2011-06-11 04:22:45