Trace number 3484172

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)? (MO) 703.73 703.964

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S1305346115-067-UNKNOWN.cnf
MD5SUM0c1f90cdbd54dc48a7f7e4333f537217
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark60.0699
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530000
Number of clauses of size over 50

Solver Data

0.42/0.72	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.42/0.72	c INFO: solving HOME/instance-3484172-1307748192.cnf
0.42/0.72	c INFO: computing task features
0.50/0.88	c INFO: computed variable-clause graph statistics
0.50/0.88	c INFO: computed clause balance statistics
1.31/1.67	c INFO: computed variable balance statistics
1.81/2.12	c INFO: computed small-clause counts
1.81/2.12	c INFO: computed Horn-clause counts
1.81/2.15	c INFO: computed variable graph statistics
1.81/2.15	c INFO: collected features for HOME/instance-3484172-1307748192.cnf in 1.42 s
1.81/2.16	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
102.04/102.33	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.14)
202.37/202.50	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.09)
302.44/302.63	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.54/402.78	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.06)
502.77/502.92	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.05)
602.97/603.10	c INFO: running FH@0 for 97 with 598 remaining (b = 0.04)
703.05/703.25	c INFO: running adaptg2wsat2009++@0 for 97 with 498 remaining (b = 0.03)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3484172-1307748192/watcher-3484172-1307748192 -o /tmp/evaluation-result-3484172-1307748192/solver-3484172-1307748192 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484172-1307748192.cnf -seed 134082521 -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: 3.91 3.91 2.88 6/217 6144
/proc/meminfo: memFree=31615324/32951124 swapFree=67088052/67111528
[pid=6144] ppid=6142 vsize=15384 CPUtime=0 cores=1,3
/proc/6144/stat : 6144 (python) R 6142 6144 5426 0 -1 4202496 796 0 0 0 0 0 0 0 17 0 1 0 867235335 15753216 682 33554432000 4194304 5683644 140736854515616 18446744073709551615 255106766848 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6144/statm: 3846 682 322 364 0 333 0

[startup+0.0181501 s]
/proc/loadavg: 3.91 3.91 2.88 6/217 6144
/proc/meminfo: memFree=31615324/32951124 swapFree=67088052/67111528
[pid=6144] ppid=6142 vsize=16240 CPUtime=0 cores=1,3
/proc/6144/stat : 6144 (python) R 6142 6144 5426 0 -1 4202496 1040 0 0 0 0 0 0 0 17 0 1 0 867235335 16629760 911 33554432000 4194304 5683644 140736854515616 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6144/statm: 4060 911 380 364 0 547 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16240

[startup+0.10017 s]
/proc/loadavg: 3.91 3.91 2.88 6/217 6144
/proc/meminfo: memFree=31615324/32951124 swapFree=67088052/67111528
[pid=6144] ppid=6142 vsize=84472 CPUtime=0.05 cores=1,3
/proc/6144/stat : 6144 (python) R 6142 6144 5426 0 -1 4202496 2332 0 0 0 3 2 0 0 17 0 1 0 867235335 86499328 2061 33554432000 4194304 5683644 140736854515616 18446744073709551615 255223861904 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6144/statm: 21118 2064 670 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84472

[startup+0.301149 s]
/proc/loadavg: 3.91 3.91 2.88 6/217 6144
/proc/meminfo: memFree=31615324/32951124 swapFree=67088052/67111528
[pid=6144] ppid=6142 vsize=135752 CPUtime=0.18 cores=1,3
/proc/6144/stat : 6144 (python) R 6142 6144 5426 0 -1 4202496 5966 936 1 0 11 7 0 0 17 0 1 0 867235335 139010048 4150 33554432000 4194304 5683644 140736854515616 18446744073709551615 255106764805 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/6144/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700995 s]
/proc/loadavg: 3.91 3.91 2.88 6/217 6144
/proc/meminfo: memFree=31615324/32951124 swapFree=67088052/67111528
[pid=6144] ppid=6142 vsize=259464 CPUtime=0.42 cores=1,3
/proc/6144/stat : 6144 (python) R 6142 6144 5426 0 -1 4202496 8697 936 1 0 25 17 0 0 16 0 1 0 867235335 265691136 6484 33554432000 4194304 5683644 140736854515616 18446744073709551615 255106766848 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/6144/statm: 64866 6484 1656 364 0 5224 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 259464

[startup+1.50088 s]
/proc/loadavg: 3.91 3.91 2.88 6/219 6154
/proc/meminfo: memFree=31548644/32951124 swapFree=67088052/67111528
[pid=6144] ppid=6142 vsize=287588 CPUtime=1.21 cores=1,3
/proc/6144/stat : 6144 (python) R 6142 6144 5426 0 -1 4202496 12687 936 1 0 103 18 0 0 16 0 1 0 867235335 294490112 9282 33554432000 4194304 5683644 140736854515616 18446744073709551615 255110177461 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6144/statm: 71897 9282 1826 364 0 7821 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 287588

[startup+3.10057 s]
/proc/loadavg: 3.91 3.91 2.88 6/219 6154
/proc/meminfo: memFree=31548024/32951124 swapFree=67088052/67111528
[pid=6144] ppid=6142 vsize=293208 CPUtime=1.87 cores=1,3
/proc/6144/stat : 6144 (python) S 6142 6144 5426 0 -1 4202496 13041 936 1 0 169 18 0 0 19 0 2 0 867235335 300244992 8167 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6144/statm: 73302 8167 1869 364 0 9220 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 293208
heavy processes:

[startup+6.30101 s]
/proc/loadavg: 3.92 3.91 2.88 6/225 6160
/proc/meminfo: memFree=31530424/32951124 swapFree=67088052/67111528
[pid=6144] ppid=6142 vsize=293208 CPUtime=1.87 cores=1,3
/proc/6144/stat : 6144 (python) S 6142 6144 5426 0 -1 4202496 13041 936 1 0 169 18 0 0 19 0 2 0 867235335 300244992 8167 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6144/statm: 73302 8167 1869 364 0 9220 0
[pid=6155] ppid=6144 vsize=283448 CPUtime=0 cores=1,3
/proc/6155/stat : 6155 (python) S 6144 6144 5426 0 -1 4202560 862 0 0 0 0 0 0 0 18 0 1 0 867235552 290250752 6673 33554432000 4194304 5683644 140736854515616 18446744073709551615 255106788879 0 0 16781312 514 4593075414032679176 0 0 17 1 0 0 0
/proc/6155/statm: 70862 6673 378 364 0 6780 0
[pid=6157] ppid=6155 vsize=1018996 CPUtime=4.12 cores=1,3
/proc/6157/stat : 6157 (gnovelty+2) R 6155 6157 6157 0 -1 4202496 961 0 0 0 412 0 0 0 25 0 1 0 867235552 1043451904 697 33554432000 134512640 135663704 4290559776 18446744073709551615 134524739 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6157/statm: 254749 697 113 282 0 254465 0
[pid=6144/tid=6156] ppid=6142 vsize=293208 CPUtime=0 cores=1,3
/proc/6144/task/6156/stat : 6156 (python) S 6142 6144 5426 0 -1 4202560 29 936 0 0 0 0 0 0 19 0 2 0 867235552 300244992 8167 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 2 18446604461348136000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 1595652

[startup+12.7009 s]
/proc/loadavg: 3.92 3.91 2.89 6/225 6160
/proc/meminfo: memFree=31528996/32951124 swapFree=67088052/67111528
[pid=6144] ppid=6142 vsize=293208 CPUtime=1.87 cores=1,3
/proc/6144/stat : 6144 (python) S 6142 6144 5426 0 -1 4202496 13041 936 1 0 169 18 0 0 19 0 2 0 867235335 300244992 8167 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6144/statm: 73302 8167 1869 364 0 9220 0
[pid=6155] ppid=6144 vsize=283448 CPUtime=0.01 cores=1,3
/proc/6155/stat : 6155 (python) S 6144 6144 5426 0 -1 4202560 865 0 0 0 0 1 0 0 18 0 1 0 867235552 290250752 6673 33554432000 4194304 5683644 140736854515616 18446744073709551615 255106788879 0 0 16781312 514 16919935839100698888 0 0 17 1 0 0 0
/proc/6155/statm: 70862 6673 378 364 0 6780 0
[pid=6157] ppid=6155 vsize=1018996 CPUtime=10.51 cores=1,3
/proc/6157/stat : 6157 (gnovelty+2) R 6155 6157 6157 0 -1 4202496 961 0 0 0 1051 0 0 0 25 0 1 0 867235552 1043451904 697 33554432000 134512640 135663704 4290559776 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6157/statm: 254749 697 113 282 0 254465 0
[pid=6144/tid=6156] ppid=6142 vsize=293208 CPUtime=0 cores=1,3
/proc/6144/task/6156/stat : 6156 (python) S 6142 6144 5426 0 -1 4202560 29 936 0 0 0 0 0 0 19 0 2 0 867235552 300244992 8167 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 2 18446604461348136000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 1595652

[startup+25.5007 s]
/proc/loadavg: 3.94 3.92 2.91 6/225 6161
/proc/meminfo: memFree=31529260/32951124 swapFree=67088052/67111528
[pid=6144] ppid=6142 vsize=293208 CPUtime=1.87 cores=1,3
/proc/6144/stat : 6144 (python) S 6142 6144 5426 0 -1 4202496 13041 936 1 0 169 18 0 0 19 0 2 0 867235335 300244992 8167 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6144/statm: 73302 8167 1869 364 0 9220 0
[pid=6155] ppid=6144 vsize=283448 CPUtime=0.02 cores=1,3
/proc/6155/stat : 6155 (python) S 6144 6144 5426 0 -1 4202560 870 0 0 0 1 1 0 0 18 0 1 0 867235552 290250752 6673 33554432000 4194304 5683644 140736854515616 18446744073709551615 255106788879 0 0 16781312 514 16919935839100698888 0 0 17 1 0 0 0
/proc/6155/statm: 70862 6673 378 364 0 6780 0
[pid=6157] ppid=6155 vsize=1018996 CPUtime=23.3 cores=1,3
/proc/6157/stat : 6157 (gnovelty+2) R 6155 6157 6157 0 -1 4202496 961 0 0 0 2330 0 0 0 25 0 1 0 867235552 1043451904 697 33554432000 134512640 135663704 4290559776 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6157/statm: 254749 697 113 282 0 254465 0
[pid=6144/tid=6156] ppid=6142 vsize=293208 CPUtime=0 cores=1,3
/proc/6144/task/6156/stat : 6156 (python) S 6142 6144 5426 0 -1 4202560 29 936 0 0 0 0 0 0 19 0 2 0 867235552 300244992 8167 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 2 18446604461348136000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 1595652

[startup+51.1012 s]
/proc/loadavg: 3.96 3.92 2.94 5/217 6191
/proc/meminfo: memFree=31584544/32951124 swapFree=67088052/67111528
[pid=6144] ppid=6142 vsize=293208 CPUtime=1.87 cores=1,3
/proc/6144/stat : 6144 (python) S 6142 6144 5426 0 -1 4202496 13041 936 1 0 169 18 0 0 19 0 2 0 867235335 300244992 8167 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6144/statm: 73302 8167 1869 364 0 9220 0
[pid=6155] ppid=6144 vsize=283448 CPUtime=0.05 cores=1,3
/proc/6155/stat : 6155 (python) S 6144 6144 5426 0 -1 4202560 883 0 0 0 3 2 0 0 18 0 1 0 867235552 290250752 6673 33554432000 4194304 5683644 140736854515616 18446744073709551615 255106788879 0 0 16781312 514 16919935839100698888 0 0 17 1 0 0 0
/proc/6155/statm: 70862 6673 378 364 0 6780 0
[pid=6157] ppid=6155 vsize=1018996 CPUtime=48.88 cores=1,3
/proc/6157/stat : 6157 (gnovelty+2) R 6155 6157 6157 0 -1 4202496 961 0 0 0 4888 0 0 0 25 0 1 0 867235552 1043451904 697 33554432000 134512640 135663704 4290559776 18446744073709551615 134545197 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6157/statm: 254749 697 113 282 0 254465 0
[pid=6144/tid=6156] ppid=6142 vsize=293208 CPUtime=0 cores=1,3
/proc/6144/task/6156/stat : 6156 (python) S 6142 6144 5426 0 -1 4202560 29 936 0 0 0 0 0 0 19 0 2 0 867235552 300244992 8167 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 2 18446604461348136000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 1595652

[startup+102.307 s]
/proc/loadavg: 4.02 3.95 2.99 5/229 6215
/proc/meminfo: memFree=31548484/32951124 swapFree=67088052/67111528
[pid=6144] ppid=6142 vsize=293208 CPUtime=1.87 cores=1,3
/proc/6144/stat : 6144 (python) S 6142 6144 5426 0 -1 4202496 13041 936 1 0 169 18 0 0 19 0 2 0 867235335 300244992 8167 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6144/statm: 73302 8167 1869 364 0 9220 0
[pid=6155] ppid=6144 vsize=283448 CPUtime=0.12 cores=1,3
/proc/6155/stat : 6155 (python) S 6144 6144 5426 0 -1 4202560 904 0 0 0 7 5 0 0 18 0 1 0 867235552 290250752 6673 33554432000 4194304 5683644 140736854515616 18446744073709551615 255106788879 0 0 16781312 514 16919935839100698888 0 0 17 1 0 0 0
/proc/6155/statm: 70862 6673 378 364 0 6780 0
[pid=6157] ppid=6155 vsize=1018996 CPUtime=100.05 cores=1,3
/proc/6157/stat : 6157 (gnovelty+2) R 6155 6157 6157 0 -1 4202496 961 0 0 0 10005 0 0 0 25 0 1 0 867235552 1043451904 697 33554432000 134512640 135663704 4290559776 18446744073709551615 134524436 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6157/statm: 254749 697 113 282 0 254465 0
[pid=6144/tid=6156] ppid=6142 vsize=293208 CPUtime=0 cores=1,3
/proc/6144/task/6156/stat : 6156 (python) S 6142 6144 5426 0 -1 4202560 29 936 0 0 0 0 0 0 19 0 2 0 867235552 300244992 8167 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 2 18446604461348136000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 1595652

[startup+162.301 s]
/proc/loadavg: 4.01 3.95 3.05 5/226 6320
/proc/meminfo: memFree=31591132/32951124 swapFree=67088052/67111528
[pid=6144] ppid=6142 vsize=303464 CPUtime=1.88 cores=1,3
/proc/6144/stat : 6144 (python) S 6142 6144 5426 0 -1 4202496 13914 936 1 0 170 18 0 0 20 0 3 0 867235335 310747136 8174 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6144/statm: 75866 8174 1872 364 0 11781 0
[pid=6155] ppid=6144 vsize=293692 CPUtime=0.13 cores=1,3
/proc/6155/stat : 6155 (python) S 6144 6144 5426 0 -1 4202560 1146 0 0 0 8 5 0 0 19 0 2 0 867235552 300740608 6715 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6155/statm: 73423 6715 415 364 0 9341 0
[pid=6157] ppid=6155 vsize=1018996 CPUtime=100.07 cores=1,3
/proc/6157/stat : 6157 (gnovelty+2) T 6155 6157 6157 0 -1 4202496 961 0 0 0 10007 0 0 0 25 0 1 0 867235552 1043451904 697 33554432000 134512640 135663704 4290559776 18446744073709551615 134524526 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6157/statm: 254749 697 113 282 0 254465 0
[pid=6155/tid=6216] ppid=6144 vsize=293692 CPUtime=0 cores=1,3
/proc/6155/task/6216/stat : 6216 (python) S 6144 6144 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867245568 300740608 6715 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 514 18446604471161971136 0 0 -1 3 0 0 0
[pid=6217] ppid=6144 vsize=293704 CPUtime=0.07 cores=1,3
/proc/6217/stat : 6217 (python) S 6144 6144 5426 0 -1 4202560 904 0 0 0 4 3 0 0 18 0 1 0 867245569 300752896 6671 33554432000 4194304 5683644 140736854515616 18446744073709551615 255106788934 0 0 16781312 514 16919935839100698888 0 0 17 3 0 0 0
/proc/6217/statm: 73426 6671 372 364 0 9341 0
[pid=6219] ppid=6217 vsize=1018996 CPUtime=59.96 cores=1,3
/proc/6219/stat : 6219 (gnovelty+2) R 6217 6219 6219 0 -1 4202496 961 0 0 0 5996 0 0 0 25 0 1 0 867245569 1043451904 697 33554432000 134512640 135663704 4290583392 18446744073709551615 134545670 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6219/statm: 254749 697 113 282 0 254465 0
[pid=6144/tid=6156] ppid=6142 vsize=303464 CPUtime=0 cores=1,3
/proc/6144/task/6156/stat : 6156 (python) S 6142 6144 5426 0 -1 4202560 29 936 0 0 0 0 0 0 19 0 3 0 867235552 310747136 8174 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 2 18446604461348136000 0 0 -1 1 0 0 0
[pid=6144/tid=6218] ppid=6142 vsize=303464 CPUtime=0 cores=1,3
/proc/6144/task/6218/stat : 6218 (python) S 6142 6144 5426 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 3 0 867245569 310747136 8174 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 2 18446604461348136000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 2928852

[startup+222.301 s]
/proc/loadavg: 4.00 3.96 3.11 5/234 6330
/proc/meminfo: memFree=31572200/32951124 swapFree=67088052/67111528
[pid=6144] ppid=6142 vsize=313720 CPUtime=1.88 cores=1,3
/proc/6144/stat : 6144 (python) S 6142 6144 5426 0 -1 4202496 14743 936 1 0 170 18 0 0 20 0 4 0 867235335 321249280 8180 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0

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

[pid=6327] ppid=6144 vsize=303960 CPUtime=0.13 cores=1,3
/proc/6327/stat : 6327 (python) S 6144 6144 5426 0 -1 4202560 1071 0 0 0 7 6 0 0 19 0 2 0 867255586 311255040 6704 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6327/statm: 75990 6704 400 364 0 11902 0
[pid=6329] ppid=6327 vsize=421428 CPUtime=99.97 cores=1,3
/proc/6329/stat : 6329 (adaptg2wsat2009) T 6327 6329 6329 0 -1 4202496 2051 0 0 0 9997 0 0 0 25 0 1 0 867255586 431542272 1782 33554432000 134512640 135107411 4289532784 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6329/statm: 105357 1782 59 146 0 104233 0
[pid=6327/tid=6345] ppid=6144 vsize=303960 CPUtime=0 cores=1,3
/proc/6327/task/6345/stat : 6345 (python) S 6144 6144 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867265598 311255040 6704 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 514 18446604471159079360 0 0 -1 3 0 0 0
[pid=6346] ppid=6144 vsize=314216 CPUtime=0.14 cores=1,3
/proc/6346/stat : 6346 (python) S 6144 6144 5426 0 -1 4202560 1089 0 0 0 7 7 0 0 19 0 2 0 867265599 321757184 6708 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6346/statm: 78554 6708 400 364 0 14463 0
[pid=6348] ppid=6346 vsize=421428 CPUtime=100 cores=1,3
/proc/6348/stat : 6348 (adaptg2wsat2009) T 6346 6348 6348 0 -1 4202496 2049 0 0 0 10000 0 0 0 25 0 1 0 867265599 431542272 1781 33554432000 134512640 135107411 4289019152 18446744073709551615 134539270 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6348/statm: 105357 1781 59 146 0 104233 0
[pid=6346/tid=6456] ppid=6144 vsize=314216 CPUtime=0 cores=1,3
/proc/6346/task/6456/stat : 6456 (python) S 6144 6144 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867275612 321757184 6708 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 514 18446604471112710912 0 0 -1 3 0 0 0
[pid=6457] ppid=6144 vsize=324472 CPUtime=0.14 cores=1,3
/proc/6457/stat : 6457 (python) S 6144 6144 5426 0 -1 4202560 1086 0 0 0 8 6 0 0 19 0 2 0 867275613 332259328 6712 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6457/statm: 81118 6712 400 364 0 17024 0
[pid=6459] ppid=6457 vsize=421428 CPUtime=100.02 cores=1,3
/proc/6459/stat : 6459 (adaptg2wsat2009) T 6457 6459 6459 0 -1 4202496 2044 0 0 0 10002 0 0 0 25 0 1 0 867275614 431542272 1781 33554432000 134512640 135107411 4292111104 18446744073709551615 134531792 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6459/statm: 105357 1781 59 146 0 104233 0
[pid=6457/tid=6474] ppid=6144 vsize=324472 CPUtime=0 cores=1,3
/proc/6457/task/6474/stat : 6474 (python) S 6144 6144 5426 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867285627 332259328 6712 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 514 18446604471120781760 0 0 -1 3 0 0 0
[pid=6475] ppid=6144 vsize=334832 CPUtime=0.14 cores=1,3
/proc/6475/stat : 6475 (python) S 6144 6144 5426 0 -1 4202560 1085 0 0 0 8 6 0 0 19 0 2 0 867285627 342867968 6716 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6475/statm: 83708 6716 400 364 0 19611 0
[pid=6477] ppid=6475 vsize=1018996 CPUtime=100.02 cores=1,3
/proc/6477/stat : 6477 (gnovelty+2) T 6475 6477 6477 0 -1 4202496 958 0 0 0 10002 0 0 0 25 0 1 0 867285628 1043451904 698 33554432000 134512640 135663704 4289548352 18446744073709551615 134525691 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6477/statm: 254749 698 113 282 0 254465 0
[pid=6475/tid=6493] ppid=6144 vsize=334832 CPUtime=0 cores=1,3
/proc/6475/task/6493/stat : 6493 (python) S 6144 6144 5426 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867295645 342867968 6716 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 514 18446604470616871232 0 0 -1 3 0 0 0
[pid=6494] ppid=6144 vsize=345312 CPUtime=0.14 cores=1,3
/proc/6494/stat : 6494 (python) S 6144 6144 5426 0 -1 4202560 1083 0 0 0 7 7 0 0 19 0 2 0 867295646 353599488 6746 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6494/statm: 86328 6746 400 364 0 22228 0
[pid=6496] ppid=6494 vsize=251292 CPUtime=99.97 cores=1,3
/proc/6496/stat : 6496 (FH) T 6494 6496 6496 0 -1 4202496 1945 0 0 0 9997 0 0 0 25 0 1 0 867295646 257323008 1683 33554432000 134512640 134936988 4291904800 18446744073709551615 134553579 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6496/statm: 62823 1683 41 104 0 62327 0
[pid=6494/tid=6508] ppid=6144 vsize=345312 CPUtime=0 cores=1,3
/proc/6494/task/6508/stat : 6508 (python) S 6144 6144 5426 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867305660 353599488 6746 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 514 18446604471135233920 0 0 -1 3 0 0 0
[pid=6509] ppid=6144 vsize=355360 CPUtime=0 cores=1,3
/proc/6509/stat : 6509 (python) S 6144 6144 5426 0 -1 4202560 832 0 0 0 0 0 0 0 19 0 1 0 867305661 363888640 6756 33554432000 4194304 5683644 140736854515616 18446744073709551615 255106788934 0 0 16781312 514 5320920500661125119 0 0 17 1 0 0 0
/proc/6509/statm: 88840 6756 351 364 0 24737 0
[pid=6511] ppid=6509 vsize=421428 CPUtime=0.64 cores=1,3
/proc/6511/stat : 6511 (adaptg2wsat2009) R 6509 6511 6511 0 -1 4202496 2045 0 0 0 64 0 0 0 22 0 1 0 867305661 431542272 1781 33554432000 134512640 135107411 4287945488 18446744073709551615 134531613 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6511/statm: 105357 1781 59 146 0 104233 0
[pid=6144/tid=6156] ppid=6142 vsize=365328 CPUtime=0 cores=1,3
/proc/6144/task/6156/stat : 6156 (python) S 6142 6144 5426 0 -1 4202560 29 936 0 0 0 0 0 0 19 0 9 0 867235552 374095872 8300 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 2 18446604461348136000 0 0 -1 1 0 0 0
[pid=6144/tid=6218] ppid=6142 vsize=365328 CPUtime=0 cores=1,3
/proc/6144/task/6218/stat : 6218 (python) S 6142 6144 5426 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 9 0 867245569 374095872 8300 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 2 18446604461348136000 0 0 -1 1 0 0 0
[pid=6144/tid=6328] ppid=6142 vsize=365328 CPUtime=0 cores=1,3
/proc/6144/task/6328/stat : 6328 (python) S 6142 6144 5426 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 867255586 374095872 8300 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 2 18446604461348136000 0 0 -1 1 0 0 0
[pid=6144/tid=6347] ppid=6142 vsize=365328 CPUtime=0 cores=1,3
/proc/6144/task/6347/stat : 6347 (python) S 6142 6144 5426 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 867265599 374095872 8300 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 2 18446604461348136000 0 0 -1 1 0 0 0
[pid=6144/tid=6458] ppid=6142 vsize=365328 CPUtime=0 cores=1,3
/proc/6144/task/6458/stat : 6458 (python) S 6142 6144 5426 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 9 0 867275613 374095872 8300 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 2 18446604461348136000 0 0 -1 3 0 0 0
[pid=6144/tid=6476] ppid=6142 vsize=365328 CPUtime=0 cores=1,3
/proc/6144/task/6476/stat : 6476 (python) S 6142 6144 5426 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 867285628 374095872 8300 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 2 18446604461348136000 0 0 -1 1 0 0 0
[pid=6144/tid=6495] ppid=6142 vsize=365328 CPUtime=0 cores=1,3
/proc/6144/task/6495/stat : 6495 (python) S 6142 6144 5426 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 867295646 374095872 8300 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 2 18446604461348136000 0 0 -1 1 0 0 0
[pid=6144/tid=6510] ppid=6142 vsize=365328 CPUtime=0 cores=1,3
/proc/6144/task/6510/stat : 6510 (python) S 6142 6144 5426 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 9 0 867305661 374095872 8300 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 2 18446604461348136000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 703.73
Current children cumulated vsize (KiB) 7924868

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

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

[startup+703.901 s]
/proc/loadavg: 4.02 4.02 3.47 5/282 6511
/proc/meminfo: memFree=31465320/32951124 swapFree=67088052/67111528
[pid=6144] ppid=6142 vsize=365328 CPUtime=1.93 cores=1,3
/proc/6144/stat : 6144 (python) S 6142 6144 5426 0 -1 4202496 19025 936 1 0 174 19 0 0 19 0 9 0 867235335 374095872 8300 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6144/statm: 91332 8300 1892 364 0 27229 0
[pid=6155] ppid=6144 vsize=293692 CPUtime=0.13 cores=1,3
/proc/6155/stat : 6155 (python) S 6144 6144 5426 0 -1 4202560 1146 0 0 0 8 5 0 0 19 0 2 0 867235552 300740608 6715 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6155/statm: 73423 6715 415 364 0 9341 0
[pid=6157] ppid=6155 vsize=1018996 CPUtime=100.07 cores=1,3
/proc/6157/stat : 6157 (gnovelty+2) T 6155 6157 6157 0 -1 4202496 961 0 0 0 10007 0 0 0 25 0 1 0 867235552 1043451904 697 33554432000 134512640 135663704 4290559776 18446744073709551615 134524526 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6157/statm: 254749 697 113 282 0 254465 0
[pid=6155/tid=6216] ppid=6144 vsize=293692 CPUtime=0 cores=1,3
/proc/6155/task/6216/stat : 6216 (python) S 6144 6144 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867245568 300740608 6715 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 514 18446604471161971136 0 0 -1 3 0 0 0
[pid=6217] ppid=6144 vsize=293704 CPUtime=0.13 cores=1,3
/proc/6217/stat : 6217 (python) S 6144 6144 5426 0 -1 4202560 1074 0 0 0 8 5 0 0 19 0 2 0 867245569 300752896 6700 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/6217/statm: 73426 6700 400 364 0 9341 0
[pid=6219] ppid=6217 vsize=1018996 CPUtime=100.16 cores=1,3
/proc/6219/stat : 6219 (gnovelty+2) T 6217 6219 6219 0 -1 4202496 961 0 0 0 10016 0 0 0 25 0 1 0 867245569 1043451904 697 33554432000 134512640 135663704 4290583392 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6219/statm: 254749 697 113 282 0 254465 0
[pid=6217/tid=6326] ppid=6144 vsize=293704 CPUtime=0 cores=1,3
/proc/6217/task/6326/stat : 6326 (python) S 6144 6144 5426 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867255585 300752896 6700 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 514 18446604471161707264 0 0 -1 3 0 0 0
[pid=6327] ppid=6144 vsize=303960 CPUtime=0.13 cores=1,3
/proc/6327/stat : 6327 (python) S 6144 6144 5426 0 -1 4202560 1071 0 0 0 7 6 0 0 19 0 2 0 867255586 311255040 6704 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6327/statm: 75990 6704 400 364 0 11902 0
[pid=6329] ppid=6327 vsize=421428 CPUtime=99.97 cores=1,3
/proc/6329/stat : 6329 (adaptg2wsat2009) T 6327 6329 6329 0 -1 4202496 2051 0 0 0 9997 0 0 0 25 0 1 0 867255586 431542272 1782 33554432000 134512640 135107411 4289532784 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6329/statm: 105357 1782 59 146 0 104233 0
[pid=6327/tid=6345] ppid=6144 vsize=303960 CPUtime=0 cores=1,3
/proc/6327/task/6345/stat : 6345 (python) S 6144 6144 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867265598 311255040 6704 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 514 18446604471159079360 0 0 -1 3 0 0 0
[pid=6346] ppid=6144 vsize=314216 CPUtime=0.14 cores=1,3
/proc/6346/stat : 6346 (python) S 6144 6144 5426 0 -1 4202560 1089 0 0 0 7 7 0 0 19 0 2 0 867265599 321757184 6708 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6346/statm: 78554 6708 400 364 0 14463 0
[pid=6348] ppid=6346 vsize=421428 CPUtime=100 cores=1,3
/proc/6348/stat : 6348 (adaptg2wsat2009) T 6346 6348 6348 0 -1 4202496 2049 0 0 0 10000 0 0 0 25 0 1 0 867265599 431542272 1781 33554432000 134512640 135107411 4289019152 18446744073709551615 134539270 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6348/statm: 105357 1781 59 146 0 104233 0
[pid=6346/tid=6456] ppid=6144 vsize=314216 CPUtime=0 cores=1,3
/proc/6346/task/6456/stat : 6456 (python) S 6144 6144 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867275612 321757184 6708 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 514 18446604471112710912 0 0 -1 3 0 0 0
[pid=6457] ppid=6144 vsize=324472 CPUtime=0.14 cores=1,3
/proc/6457/stat : 6457 (python) S 6144 6144 5426 0 -1 4202560 1086 0 0 0 8 6 0 0 19 0 2 0 867275613 332259328 6712 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6457/statm: 81118 6712 400 364 0 17024 0
[pid=6459] ppid=6457 vsize=421428 CPUtime=100.02 cores=1,3
/proc/6459/stat : 6459 (adaptg2wsat2009) T 6457 6459 6459 0 -1 4202496 2044 0 0 0 10002 0 0 0 25 0 1 0 867275614 431542272 1781 33554432000 134512640 135107411 4292111104 18446744073709551615 134531792 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6459/statm: 105357 1781 59 146 0 104233 0
[pid=6457/tid=6474] ppid=6144 vsize=324472 CPUtime=0 cores=1,3
/proc/6457/task/6474/stat : 6474 (python) S 6144 6144 5426 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867285627 332259328 6712 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 514 18446604471120781760 0 0 -1 3 0 0 0
[pid=6475] ppid=6144 vsize=334832 CPUtime=0.14 cores=1,3
/proc/6475/stat : 6475 (python) S 6144 6144 5426 0 -1 4202560 1085 0 0 0 8 6 0 0 19 0 2 0 867285627 342867968 6716 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6475/statm: 83708 6716 400 364 0 19611 0
[pid=6477] ppid=6475 vsize=1018996 CPUtime=100.02 cores=1,3
/proc/6477/stat : 6477 (gnovelty+2) T 6475 6477 6477 0 -1 4202496 958 0 0 0 10002 0 0 0 25 0 1 0 867285628 1043451904 698 33554432000 134512640 135663704 4289548352 18446744073709551615 134525691 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6477/statm: 254749 698 113 282 0 254465 0
[pid=6475/tid=6493] ppid=6144 vsize=334832 CPUtime=0 cores=1,3
/proc/6475/task/6493/stat : 6493 (python) S 6144 6144 5426 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867295645 342867968 6716 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 514 18446604470616871232 0 0 -1 3 0 0 0
[pid=6494] ppid=6144 vsize=345312 CPUtime=0.14 cores=1,3
/proc/6494/stat : 6494 (python) S 6144 6144 5426 0 -1 4202560 1083 0 0 0 7 7 0 0 19 0 2 0 867295646 353599488 6746 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6494/statm: 86328 6746 400 364 0 22228 0
[pid=6496] ppid=6494 vsize=251292 CPUtime=99.97 cores=1,3
/proc/6496/stat : 6496 (FH) T 6494 6496 6496 0 -1 4202496 1945 0 0 0 9997 0 0 0 25 0 1 0 867295646 257323008 1683 33554432000 134512640 134936988 4291904800 18446744073709551615 134553579 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6496/statm: 62823 1683 41 104 0 62327 0
[pid=6494/tid=6508] ppid=6144 vsize=345312 CPUtime=0 cores=1,3
/proc/6494/task/6508/stat : 6508 (python) S 6144 6144 5426 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867305660 353599488 6746 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 514 18446604471135233920 0 0 -1 3 0 0 0
[pid=6509] ppid=6144 vsize=355360 CPUtime=0 cores=1,3
/proc/6509/stat : 6509 (python) S 6144 6144 5426 0 -1 4202560 832 0 0 0 0 0 0 0 19 0 1 0 867305661 363888640 6756 33554432000 4194304 5683644 140736854515616 18446744073709551615 255106788934 0 0 16781312 514 5320920500661125119 0 0 17 1 0 0 0
/proc/6509/statm: 88840 6756 351 364 0 24737 0
[pid=6511] ppid=6509 vsize=421428 CPUtime=0.64 cores=1,3
/proc/6511/stat : 6511 (adaptg2wsat2009) R 6509 6511 6511 0 -1 4202496 2045 0 0 0 64 0 0 0 22 0 1 0 867305661 431542272 1781 33554432000 134512640 135107411 4287945488 18446744073709551615 134531613 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6511/statm: 105357 1781 59 146 0 104233 0
[pid=6144/tid=6156] ppid=6142 vsize=365328 CPUtime=0 cores=1,3
/proc/6144/task/6156/stat : 6156 (python) S 6142 6144 5426 0 -1 4202560 29 936 0 0 0 0 0 0 19 0 9 0 867235552 374095872 8300 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 2 18446604461348136000 0 0 -1 1 0 0 0
[pid=6144/tid=6218] ppid=6142 vsize=365328 CPUtime=0 cores=1,3
/proc/6144/task/6218/stat : 6218 (python) S 6142 6144 5426 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 9 0 867245569 374095872 8300 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 2 18446604461348136000 0 0 -1 1 0 0 0
[pid=6144/tid=6328] ppid=6142 vsize=365328 CPUtime=0 cores=1,3
/proc/6144/task/6328/stat : 6328 (python) S 6142 6144 5426 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 867255586 374095872 8300 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 2 18446604461348136000 0 0 -1 1 0 0 0
[pid=6144/tid=6347] ppid=6142 vsize=365328 CPUtime=0 cores=1,3
/proc/6144/task/6347/stat : 6347 (python) S 6142 6144 5426 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 867265599 374095872 8300 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 2 18446604461348136000 0 0 -1 1 0 0 0
[pid=6144/tid=6458] ppid=6142 vsize=365328 CPUtime=0 cores=1,3
/proc/6144/task/6458/stat : 6458 (python) S 6142 6144 5426 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 9 0 867275613 374095872 8300 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 2 18446604461348136000 0 0 -1 3 0 0 0
[pid=6144/tid=6476] ppid=6142 vsize=365328 CPUtime=0 cores=1,3
/proc/6144/task/6476/stat : 6476 (python) S 6142 6144 5426 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 867285628 374095872 8300 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 2 18446604461348136000 0 0 -1 1 0 0 0
[pid=6144/tid=6495] ppid=6142 vsize=365328 CPUtime=0 cores=1,3
/proc/6144/task/6495/stat : 6495 (python) S 6142 6144 5426 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 867295646 374095872 8300 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 2 18446604461348136000 0 0 -1 1 0 0 0
[pid=6144/tid=6510] ppid=6142 vsize=365328 CPUtime=0 cores=1,3
/proc/6144/task/6510/stat : 6510 (python) S 6142 6144 5426 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 9 0 867305661 374095872 8300 33554432000 4194304 5683644 140736854515616 18446744073709551615 255118592433 0 0 16781312 2 18446604461348136000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 703.73
Current children cumulated vsize (KiB) 7924868

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6144 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=755733
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=199969
# CPU time returned by wait4() is 1.9557
# while last known CPU time is 703.73
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 703.964
CPU time (s): 703.73
CPU user time (s): 703.12
CPU system time (s): 0.61
CPU usage (%): 99.9667
Max. virtual memory (cumulated for all children) (KiB): 7924868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.75573
system time used= 0.199969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20443
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= 9870
involuntary context switches= 44

runsolver used 1.3148 second user time and 3.04954 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-11 01:23:12
IDJOB=3484172
IDBENCH=82683
IDSOLVER=1975
FILE ID=node144/3484172-1307748192
RUNJOBID= node144-1307746988-5446
PBS_JOBID= 13550816
Free space on /tmp= 74000 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S1305346115-067-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-3484172-1307748192/watcher-3484172-1307748192 -o /tmp/evaluation-result-3484172-1307748192/solver-3484172-1307748192 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484172-1307748192.cnf -seed 134082521 -budget 1200

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

MD5SUM BENCH= 0c1f90cdbd54dc48a7f7e4333f537217
RANDOM SEED=134082521

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31615900 kB
Buffers:        151788 kB
Cached:         824272 kB
SwapCached:       1652 kB
Active:         598796 kB
Inactive:       553448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31615900 kB
SwapTotal:    67111528 kB
SwapFree:     67088052 kB
Dirty:           65708 kB
Writeback:           0 kB
AnonPages:      174712 kB
Mapped:          21020 kB
Slab:           110368 kB
PageTables:      11172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4532636 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= 73940 MiB
End job on node144 at 2011-06-11 01:34:58