Trace number 3377329

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)? (MO) 702.51 701.868

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S970203146-047-UNKNOWN.cnf
MD5SUM635ea520fe16a78d41337039f98997e5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2027.46
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 517000

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3377329-1305452364.cnf
0.31/0.46	c INFO: computing task features
0.41/0.57	c INFO: computed variable-clause graph statistics
0.41/0.57	c INFO: computed clause balance statistics
1.01/1.18	c INFO: computed variable balance statistics
1.30/1.42	c INFO: computed small-clause counts
1.30/1.42	c INFO: computed Horn-clause counts
1.30/1.44	c INFO: computed variable graph statistics
1.30/1.44	c INFO: collected features for HOME/instance-3377329-1305452364.cnf in 0.98 s
1.30/1.45	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.35)
101.51/101.65	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.12)
200.87/200.87	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.08)
300.23/300.06	c INFO: running adaptg2wsat2009++@0 for 97 with 2100 remaining (b = 0.06)
400.49/400.26	c INFO: running adaptg2wsat2009++@0 for 97 with 2000 remaining (b = 0.05)
500.88/500.46	c INFO: running gnovelty+2@0 for 97 with 1900 remaining (b = 0.04)
601.13/600.70	c INFO: running FH@0 for 97 with 1800 remaining (b = 0.03)
701.59/700.92	c INFO: running adaptg2wsat2009++@0 for 97 with 1700 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.0 (svn: 961)

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

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.00 2.38 2.78 4/250 15788
/proc/meminfo: memFree=18887356/32950928 swapFree=64721848/67111528
[pid=15788] ppid=15786 vsize=15776 CPUtime=0 cores=1,3
/proc/15788/stat : 15788 (python) R 15786 15788 14954 0 -1 4202496 890 0 0 0 0 0 0 0 25 0 1 0 656836204 16154624 772 33554432000 4194304 5683644 140736183577008 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15788/statm: 3944 772 343 364 0 431 0

[startup+0.108243 s]
/proc/loadavg: 3.00 2.38 2.78 4/250 15788
/proc/meminfo: memFree=18887356/32950928 swapFree=64721848/67111528
[pid=15788] ppid=15786 vsize=107300 CPUtime=0.08 cores=1,3
/proc/15788/stat : 15788 (python) S 15786 15788 14954 0 -1 4202496 3318 0 0 0 6 2 0 0 25 0 1 0 656836204 109875200 2982 33554432000 4194304 5683644 140736183577008 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/15788/statm: 26825 2982 871 364 0 2056 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 107300

[startup+0.20023 s]
/proc/loadavg: 3.00 2.38 2.78 4/250 15788
/proc/meminfo: memFree=18887356/32950928 swapFree=64721848/67111528
[pid=15788] ppid=15786 vsize=131296 CPUtime=0.15 cores=1,3
/proc/15788/stat : 15788 (python) R 15786 15788 14954 0 -1 4202496 5707 937 1 0 12 3 0 0 19 0 1 0 656836204 134447104 4099 33554432000 4194304 5683644 140736183577008 18446744073709551615 4874168 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15788/statm: 32824 4099 1015 364 0 3085 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 131296

[startup+0.304288 s]
/proc/loadavg: 3.00 2.38 2.78 4/250 15788
/proc/meminfo: memFree=18887356/32950928 swapFree=64721848/67111528
[pid=15788] ppid=15786 vsize=198920 CPUtime=0.24 cores=1,3
/proc/15788/stat : 15788 (python) R 15786 15788 14954 0 -1 4202496 7025 937 1 0 18 6 0 0 17 0 1 0 656836204 203694080 5053 33554432000 4194304 5683644 140736183577008 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15788/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 198920

[startup+0.700136 s]
/proc/loadavg: 3.00 2.38 2.78 4/250 15788
/proc/meminfo: memFree=18887356/32950928 swapFree=64721848/67111528
[pid=15788] ppid=15786 vsize=282560 CPUtime=0.6 cores=1,3
/proc/15788/stat : 15788 (python) R 15786 15788 14954 0 -1 4202496 11215 937 1 0 53 7 0 0 17 0 1 0 656836204 289341440 8052 33554432000 4194304 5683644 140736183577008 18446744073709551615 248093106857 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15788/statm: 70640 8052 1826 364 0 6564 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 282560

[startup+1.501 s]
/proc/loadavg: 3.00 2.38 2.78 5/251 15793
/proc/meminfo: memFree=18861308/32950928 swapFree=64721848/67111528
[pid=15788] ppid=15786 vsize=289440 CPUtime=1.36 cores=1,3
/proc/15788/stat : 15788 (python) S 15786 15788 14954 0 -1 4202496 11580 937 1 0 129 7 0 0 20 0 2 0 656836204 296386560 7224 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15788/statm: 72360 7224 1869 364 0 8278 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 289440

[startup+3.10071 s]
/proc/loadavg: 3.08 2.41 2.79 5/254 15796
/proc/meminfo: memFree=18860704/32950928 swapFree=64721848/67111528
[pid=15788] ppid=15786 vsize=289440 CPUtime=1.36 cores=1,3
/proc/15788/stat : 15788 (python) S 15786 15788 14954 0 -1 4202496 11580 937 1 0 129 7 0 0 20 0 2 0 656836204 296386560 7224 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15788/statm: 72360 7224 1869 364 0 8278 0
[pid=15794] ppid=15788 vsize=279196 CPUtime=0 cores=1,3
/proc/15794/stat : 15794 (python) S 15788 15788 14954 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 656836350 285896704 5705 33554432000 4194304 5683644 140736183577008 18446744073709551615 248089718287 0 0 16781312 514 4474893856965361926 0 0 17 1 0 0 0
/proc/15794/statm: 69799 5705 354 364 0 5717 0
[pid=15796] ppid=15794 vsize=1018616 CPUtime=1.63 cores=1,3
/proc/15796/stat : 15796 (gnovelty+2) R 15794 15796 15796 0 -1 4202496 766 0 0 0 163 0 0 0 25 0 1 0 656836350 1043062784 500 33554432000 134512640 135663704 4294212016 18446744073709551615 134525151 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15796/statm: 254654 500 113 282 0 254370 0
[pid=15788/tid=15795] ppid=15786 vsize=289440 CPUtime=0 cores=1,3
/proc/15788/task/15795/stat : 15795 (python) S 15786 15788 14954 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 2 0 656836350 296386560 7224 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1587252

[startup+6.30015 s]
/proc/loadavg: 3.08 2.41 2.79 7/254 15796
/proc/meminfo: memFree=18859808/32950928 swapFree=64721848/67111528
[pid=15788] ppid=15786 vsize=289440 CPUtime=1.36 cores=1,3
/proc/15788/stat : 15788 (python) S 15786 15788 14954 0 -1 4202496 11580 937 1 0 129 7 0 0 20 0 2 0 656836204 296386560 7224 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15788/statm: 72360 7224 1869 364 0 8278 0
[pid=15794] ppid=15788 vsize=279196 CPUtime=0 cores=1,3
/proc/15794/stat : 15794 (python) S 15788 15788 14954 0 -1 4202560 966 0 0 0 0 0 0 0 18 0 1 0 656836350 285896704 5733 33554432000 4194304 5683644 140736183577008 18446744073709551615 248089718287 0 0 16781312 514 4474893856965361926 0 0 17 1 0 0 0
/proc/15794/statm: 69799 5733 382 364 0 5717 0
[pid=15796] ppid=15794 vsize=1018616 CPUtime=4.82 cores=1,3
/proc/15796/stat : 15796 (gnovelty+2) R 15794 15796 15796 0 -1 4202496 766 0 0 0 482 0 0 0 25 0 1 0 656836350 1043062784 500 33554432000 134512640 135663704 4294212016 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15796/statm: 254654 500 113 282 0 254370 0
[pid=15788/tid=15795] ppid=15786 vsize=289440 CPUtime=0 cores=1,3
/proc/15788/task/15795/stat : 15795 (python) S 15786 15788 14954 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 2 0 656836350 296386560 7224 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 1587252

[startup+12.701 s]
/proc/loadavg: 3.22 2.46 2.80 5/254 15796
/proc/meminfo: memFree=18859948/32950928 swapFree=64721848/67111528
[pid=15788] ppid=15786 vsize=289440 CPUtime=1.36 cores=1,3
/proc/15788/stat : 15788 (python) S 15786 15788 14954 0 -1 4202496 11580 937 1 0 129 7 0 0 20 0 2 0 656836204 296386560 7224 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15788/statm: 72360 7224 1869 364 0 8278 0
[pid=15794] ppid=15788 vsize=279196 CPUtime=0.01 cores=1,3
/proc/15794/stat : 15794 (python) S 15788 15788 14954 0 -1 4202560 967 0 0 0 1 0 0 0 18 0 1 0 656836350 285896704 5733 33554432000 4194304 5683644 140736183577008 18446744073709551615 248089718287 0 0 16781312 514 8433799542809264390 0 0 17 1 0 0 0
/proc/15794/statm: 69799 5733 382 364 0 5717 0
[pid=15796] ppid=15794 vsize=1018616 CPUtime=11.22 cores=1,3
/proc/15796/stat : 15796 (gnovelty+2) R 15794 15796 15796 0 -1 4202496 766 0 0 0 1122 0 0 0 25 0 1 0 656836350 1043062784 500 33554432000 134512640 135663704 4294212016 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15796/statm: 254654 500 113 282 0 254370 0
[pid=15788/tid=15795] ppid=15786 vsize=289440 CPUtime=0 cores=1,3
/proc/15788/task/15795/stat : 15795 (python) S 15786 15788 14954 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 2 0 656836350 296386560 7224 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 1587252

[startup+25.5008 s]
/proc/loadavg: 3.34 2.51 2.81 5/254 15797
/proc/meminfo: memFree=18860700/32950928 swapFree=64721848/67111528
[pid=15788] ppid=15786 vsize=289440 CPUtime=1.36 cores=1,3
/proc/15788/stat : 15788 (python) S 15786 15788 14954 0 -1 4202496 11580 937 1 0 129 7 0 0 20 0 2 0 656836204 296386560 7224 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15788/statm: 72360 7224 1869 364 0 8278 0
[pid=15794] ppid=15788 vsize=279196 CPUtime=0.03 cores=1,3
/proc/15794/stat : 15794 (python) S 15788 15788 14954 0 -1 4202560 973 0 0 0 2 1 0 0 18 0 1 0 656836350 285896704 5733 33554432000 4194304 5683644 140736183577008 18446744073709551615 248089718287 0 0 16781312 514 8433799542809264390 0 0 17 1 0 0 0
/proc/15794/statm: 69799 5733 382 364 0 5717 0
[pid=15796] ppid=15794 vsize=1018616 CPUtime=24.01 cores=1,3
/proc/15796/stat : 15796 (gnovelty+2) R 15794 15796 15796 0 -1 4202496 766 0 0 0 2401 0 0 0 25 0 1 0 656836350 1043062784 500 33554432000 134512640 135663704 4294212016 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15796/statm: 254654 500 113 282 0 254370 0
[pid=15788/tid=15795] ppid=15786 vsize=289440 CPUtime=0 cores=1,3
/proc/15788/task/15795/stat : 15795 (python) S 15786 15788 14954 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 2 0 656836350 296386560 7224 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 1587252

[startup+51.1002 s]
/proc/loadavg: 3.56 2.63 2.84 5/254 15797
/proc/meminfo: memFree=18860664/32950928 swapFree=64721848/67111528
[pid=15788] ppid=15786 vsize=289440 CPUtime=1.36 cores=1,3
/proc/15788/stat : 15788 (python) S 15786 15788 14954 0 -1 4202496 11580 937 1 0 129 7 0 0 20 0 2 0 656836204 296386560 7224 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15788/statm: 72360 7224 1869 364 0 8278 0
[pid=15794] ppid=15788 vsize=279196 CPUtime=0.08 cores=1,3
/proc/15794/stat : 15794 (python) S 15788 15788 14954 0 -1 4202560 985 0 0 0 5 3 0 0 18 0 1 0 656836350 285896704 5733 33554432000 4194304 5683644 140736183577008 18446744073709551615 248089718287 0 0 16781312 514 8433799542809264390 0 0 17 1 0 0 0
/proc/15794/statm: 69799 5733 382 364 0 5717 0
[pid=15796] ppid=15794 vsize=1018616 CPUtime=49.58 cores=1,3
/proc/15796/stat : 15796 (gnovelty+2) R 15794 15796 15796 0 -1 4202496 766 0 0 0 4958 0 0 0 25 0 1 0 656836350 1043062784 500 33554432000 134512640 135663704 4294212016 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15796/statm: 254654 500 113 282 0 254370 0
[pid=15788/tid=15795] ppid=15786 vsize=289440 CPUtime=0 cores=1,3
/proc/15788/task/15795/stat : 15795 (python) S 15786 15788 14954 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 2 0 656836350 296386560 7224 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 1587252

[startup+102.301 s]
/proc/loadavg: 3.86 2.87 2.91 5/270 15815
/proc/meminfo: memFree=18833372/32950928 swapFree=64721848/67111528
[pid=15788] ppid=15786 vsize=299868 CPUtime=1.37 cores=1,3
/proc/15788/stat : 15788 (python) S 15786 15788 14954 0 -1 4202496 12456 937 1 0 130 7 0 0 20 0 3 0 656836204 307064832 7298 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15788/statm: 74967 7298 1880 364 0 10882 0
[pid=15794] ppid=15788 vsize=289440 CPUtime=0.16 cores=1,3
/proc/15794/stat : 15794 (python) S 15788 15788 14954 0 -1 4202560 1146 0 0 0 9 7 0 0 19 0 2 0 656836350 296386560 5771 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15794/statm: 72360 5771 415 364 0 8278 0
[pid=15796] ppid=15794 vsize=1018616 CPUtime=100.04 cores=1,3
/proc/15796/stat : 15796 (gnovelty+2) T 15794 15796 15796 0 -1 4202496 766 0 0 0 10004 0 0 0 25 0 1 0 656836350 1043062784 500 33554432000 134512640 135663704 4294212016 18446744073709551615 134524461 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15796/statm: 254654 500 113 282 0 254370 0
[pid=15794/tid=15812] ppid=15788 vsize=289440 CPUtime=0 cores=1,3
/proc/15794/task/15812/stat : 15812 (python) S 15788 15788 14954 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656846368 296386560 5771 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 514 18446604471134454848 0 0 -1 3 0 0 0
[pid=15813] ppid=15788 vsize=289624 CPUtime=0 cores=1,3
/proc/15813/stat : 15813 (python) S 15788 15788 14954 0 -1 4202560 743 0 0 0 0 0 0 0 19 0 1 0 656846370 296574976 5762 33554432000 4194304 5683644 140736183577008 18446744073709551615 248089718342 0 0 16781312 514 14373990281001304063 0 0 17 3 0 0 0
/proc/15813/statm: 72406 5762 348 364 0 8321 0
[pid=15815] ppid=15813 vsize=1018616 CPUtime=0.64 cores=1,3
/proc/15815/stat : 15815 (gnovelty+2) R 15813 15815 15815 0 -1 4202496 765 0 0 0 64 0 0 0 22 0 1 0 656846370 1043062784 501 33554432000 134512640 135663704 4290925968 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15815/statm: 254654 501 113 282 0 254370 0
[pid=15788/tid=15795] ppid=15786 vsize=299868 CPUtime=0 cores=1,3
/proc/15788/task/15795/stat : 15795 (python) S 15786 15788 14954 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 3 0 656836350 307064832 7298 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
[pid=15788/tid=15814] ppid=15786 vsize=299868 CPUtime=0 cores=1,3
/proc/15788/task/15814/stat : 15814 (python) S 15786 15788 14954 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 3 0 656846370 307064832 7298 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 2916164

[startup+162.301 s]
/proc/loadavg: 3.94 3.06 2.97 5/282 15828
/proc/meminfo: memFree=18796912/32950928 swapFree=64721848/67111528
[pid=15788] ppid=15786 vsize=299868 CPUtime=1.37 cores=1,3
/proc/15788/stat : 15788 (python) S 15786 15788 14954 0 -1 4202496 12456 937 1 0 130 7 0 0 20 0 3 0 656836204 307064832 7298 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15788/statm: 74967 7298 1880 364 0 10882 0
[pid=15794] ppid=15788 vsize=289440 CPUtime=0.16 cores=1,3
/proc/15794/stat : 15794 (python) S 15788 15788 14954 0 -1 4202560 1146 0 0 0 9 7 0 0 19 0 2 0 656836350 296386560 5771 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15794/statm: 72360 5771 415 364 0 8278 0
[pid=15796] ppid=15794 vsize=1018616 CPUtime=100.04 cores=1,3
/proc/15796/stat : 15796 (gnovelty+2) T 15794 15796 15796 0 -1 4202496 766 0 0 0 10004 0 0 0 25 0 1 0 656836350 1043062784 500 33554432000 134512640 135663704 4294212016 18446744073709551615 134524461 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15796/statm: 254654 500 113 282 0 254370 0
[pid=15794/tid=15812] ppid=15788 vsize=289440 CPUtime=0 cores=1,3
/proc/15794/task/15812/stat : 15812 (python) S 15788 15788 14954 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656846368 296386560 5771 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 514 18446604471134454848 0 0 -1 3 0 0 0
[pid=15813] ppid=15788 vsize=289624 CPUtime=0.09 cores=1,3

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

[pid=15831] ppid=15788 vsize=300484 CPUtime=0.18 cores=1,3
/proc/15831/stat : 15831 (python) S 15788 15788 14954 0 -1 4202560 1077 0 0 0 9 9 0 0 19 0 2 0 656856291 307695616 5954 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15831/statm: 75121 5954 399 364 0 11033 0
[pid=15833] ppid=15831 vsize=418636 CPUtime=99.16 cores=1,3
/proc/15833/stat : 15833 (adaptg2wsat2009) T 15831 15833 15833 0 -1 4202496 1224 0 0 0 9916 0 0 0 25 0 1 0 656856292 428683264 957 33554432000 134512640 135107411 4289835728 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15833/statm: 104659 957 59 146 0 103535 0
[pid=15831/tid=15849] ppid=15788 vsize=300484 CPUtime=0 cores=1,3
/proc/15831/task/15849/stat : 15849 (python) S 15788 15788 14954 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656866209 307695616 5954 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 514 18446604465184593024 0 0 -1 3 0 0 0
[pid=15850] ppid=15788 vsize=310740 CPUtime=0.19 cores=1,3
/proc/15850/stat : 15850 (python) S 15788 15788 14954 0 -1 4202560 1084 0 0 0 8 11 0 0 19 0 2 0 656866210 318197760 5958 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15850/statm: 77685 5958 400 364 0 13594 0
[pid=15852] ppid=15850 vsize=418636 CPUtime=100.04 cores=1,3
/proc/15852/stat : 15852 (adaptg2wsat2009) T 15850 15852 15852 0 -1 4202496 1224 0 0 0 10004 0 0 0 25 0 1 0 656866211 428683264 956 33554432000 134512640 135107411 4289562256 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15852/statm: 104659 956 59 146 0 103535 0
[pid=15850/tid=15868] ppid=15788 vsize=310740 CPUtime=0 cores=1,3
/proc/15850/task/15868/stat : 15868 (python) S 15788 15788 14954 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656876229 318197760 5958 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 514 18446604454224045120 0 0 -1 3 0 0 0
[pid=15869] ppid=15788 vsize=320996 CPUtime=0.2 cores=1,3
/proc/15869/stat : 15869 (python) S 15788 15788 14954 0 -1 4202560 1091 0 0 0 12 8 0 0 19 0 2 0 656876230 328699904 5962 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15869/statm: 80249 5962 400 364 0 16155 0
[pid=15871] ppid=15869 vsize=418636 CPUtime=100.19 cores=1,3
/proc/15871/stat : 15871 (adaptg2wsat2009) T 15869 15871 15871 0 -1 4202496 1225 0 0 0 10019 0 0 0 25 0 1 0 656876230 428683264 957 33554432000 134512640 135107411 4287603424 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15871/statm: 104659 957 59 146 0 103535 0
[pid=15869/tid=15886] ppid=15788 vsize=320996 CPUtime=0 cores=1,3
/proc/15869/task/15886/stat : 15886 (python) S 15788 15788 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656886250 328699904 5962 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 514 18446604465546846272 0 0 -1 3 0 0 0
[pid=15887] ppid=15788 vsize=331252 CPUtime=0.2 cores=1,3
/proc/15887/stat : 15887 (python) S 15788 15788 14954 0 -1 4202560 1091 0 0 0 11 9 0 0 19 0 2 0 656886251 339202048 5966 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15887/statm: 82813 5966 400 364 0 18716 0
[pid=15889] ppid=15887 vsize=1018616 CPUtime=100.06 cores=1,3
/proc/15889/stat : 15889 (gnovelty+2) T 15887 15889 15889 0 -1 4202496 763 0 0 0 10006 0 0 0 25 0 1 0 656886251 1043062784 500 33554432000 134512640 135663704 4291767664 18446744073709551615 134525691 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15889/statm: 254654 500 113 282 0 254370 0
[pid=15887/tid=15905] ppid=15788 vsize=331252 CPUtime=0 cores=1,3
/proc/15887/task/15905/stat : 15905 (python) S 15788 15788 14954 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656896273 339202048 5966 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 514 18446604471144822976 0 0 -1 3 0 0 0
[pid=15906] ppid=15788 vsize=341508 CPUtime=0.2 cores=1,3
/proc/15906/stat : 15906 (python) S 15788 15788 14954 0 -1 4202560 1080 0 0 0 10 10 0 0 19 0 2 0 656896275 349704192 5970 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15906/statm: 85377 5970 400 364 0 21277 0
[pid=15908] ppid=15906 vsize=248652 CPUtime=100.18 cores=1,3
/proc/15908/stat : 15908 (FH) T 15906 15908 15908 0 -1 4202496 1120 0 0 0 10018 0 0 0 25 0 1 0 656896275 254619648 856 33554432000 134512640 134936988 4292259312 18446744073709551615 134554245 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15908/statm: 62163 856 41 104 0 61667 0
[pid=15906/tid=16100] ppid=15788 vsize=341508 CPUtime=0 cores=1,3
/proc/15906/task/16100/stat : 16100 (python) S 15788 15788 14954 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656906295 349704192 5970 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 514 18446604465546848064 0 0 -1 3 0 0 0
[pid=16101] ppid=15788 vsize=351764 CPUtime=0 cores=1,3
/proc/16101/stat : 16101 (python) S 15788 15788 14954 0 -1 4202560 772 0 0 0 0 0 0 0 19 0 1 0 656906296 360206336 5923 33554432000 4194304 5683644 140736183577008 18446744073709551615 248089718342 0 0 16781312 514 4449512730549813247 0 0 17 1 0 0 0
/proc/16101/statm: 87941 5923 350 364 0 23838 0
[pid=16103] ppid=16101 vsize=418500 CPUtime=0.88 cores=1,3
/proc/16103/stat : 16103 (adaptg2wsat2009) R 16101 16103 16103 0 -1 4202496 1076 0 0 0 88 0 0 0 23 0 1 0 656906297 428544000 808 33554432000 134512640 135107411 4289830352 18446744073709551615 134523245 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16103/statm: 104625 808 49 146 0 103501 0
[pid=15788/tid=15795] ppid=15786 vsize=362008 CPUtime=0 cores=1,3
/proc/15788/task/15795/stat : 15795 (python) S 15786 15788 14954 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 9 0 656836350 370696192 7469 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
[pid=15788/tid=15814] ppid=15786 vsize=362008 CPUtime=0 cores=1,3
/proc/15788/task/15814/stat : 15814 (python) S 15786 15788 14954 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 656846370 370696192 7469 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
[pid=15788/tid=15832] ppid=15786 vsize=362008 CPUtime=0 cores=1,3
/proc/15788/task/15832/stat : 15832 (python) S 15786 15788 14954 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 9 0 656856292 370696192 7469 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 3 0 0 0
[pid=15788/tid=15851] ppid=15786 vsize=362008 CPUtime=0 cores=1,3
/proc/15788/task/15851/stat : 15851 (python) S 15786 15788 14954 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 9 0 656866211 370696192 7469 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
[pid=15788/tid=15870] ppid=15786 vsize=362008 CPUtime=0 cores=1,3
/proc/15788/task/15870/stat : 15870 (python) S 15786 15788 14954 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 656876230 370696192 7469 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
[pid=15788/tid=15888] ppid=15786 vsize=362008 CPUtime=0 cores=1,3
/proc/15788/task/15888/stat : 15888 (python) S 15786 15788 14954 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 9 0 656886251 370696192 7469 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
[pid=15788/tid=15907] ppid=15786 vsize=362008 CPUtime=0 cores=1,3
/proc/15788/task/15907/stat : 15907 (python) S 15786 15788 14954 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 656896275 370696192 7469 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 3 0 0 0
[pid=15788/tid=16102] ppid=15786 vsize=362008 CPUtime=0 cores=1,3
/proc/15788/task/16102/stat : 16102 (python) S 15786 15788 14954 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 9 0 656906297 370696192 7469 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.51
Current children cumulated vsize (KiB) 7876724

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

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

[startup+701.801 s]
/proc/loadavg: 3.98 3.85 3.42 5/303 16103
/proc/meminfo: memFree=18684528/32950928 swapFree=64721848/67111528
[pid=15788] ppid=15786 vsize=362008 CPUtime=1.46 cores=1,3
/proc/15788/stat : 15788 (python) S 15786 15788 14954 0 -1 4202496 17615 937 1 0 138 8 0 0 20 0 9 0 656836204 370696192 7469 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15788/statm: 90502 7469 1892 364 0 26399 0
[pid=15794] ppid=15788 vsize=289440 CPUtime=0.16 cores=1,3
/proc/15794/stat : 15794 (python) S 15788 15788 14954 0 -1 4202560 1146 0 0 0 9 7 0 0 19 0 2 0 656836350 296386560 5771 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15794/statm: 72360 5771 415 364 0 8278 0
[pid=15796] ppid=15794 vsize=1018616 CPUtime=100.04 cores=1,3
/proc/15796/stat : 15796 (gnovelty+2) T 15794 15796 15796 0 -1 4202496 766 0 0 0 10004 0 0 0 25 0 1 0 656836350 1043062784 500 33554432000 134512640 135663704 4294212016 18446744073709551615 134524461 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15796/statm: 254654 500 113 282 0 254370 0
[pid=15794/tid=15812] ppid=15788 vsize=289440 CPUtime=0 cores=1,3
/proc/15794/task/15812/stat : 15812 (python) S 15788 15788 14954 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656846368 296386560 5771 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 514 18446604471134454848 0 0 -1 3 0 0 0
[pid=15813] ppid=15788 vsize=289624 CPUtime=0.17 cores=1,3
/proc/15813/stat : 15813 (python) S 15788 15788 14954 0 -1 4202560 1073 0 0 0 9 8 0 0 19 0 2 0 656846370 296574976 5815 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15813/statm: 72406 5815 400 364 0 8321 0
[pid=15815] ppid=15813 vsize=1018616 CPUtime=99.2 cores=1,3
/proc/15815/stat : 15815 (gnovelty+2) T 15813 15815 15815 0 -1 4202496 765 0 0 0 9920 0 0 0 25 0 1 0 656846370 1043062784 501 33554432000 134512640 135663704 4290925968 18446744073709551615 134524734 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15815/statm: 254654 501 113 282 0 254370 0
[pid=15813/tid=15830] ppid=15788 vsize=289624 CPUtime=0 cores=1,3
/proc/15813/task/15830/stat : 15830 (python) S 15788 15788 14954 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656856290 296574976 5815 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 514 18446604464849333248 0 0 -1 1 0 0 0
[pid=15831] ppid=15788 vsize=300484 CPUtime=0.18 cores=1,3
/proc/15831/stat : 15831 (python) S 15788 15788 14954 0 -1 4202560 1077 0 0 0 9 9 0 0 19 0 2 0 656856291 307695616 5954 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15831/statm: 75121 5954 399 364 0 11033 0
[pid=15833] ppid=15831 vsize=418636 CPUtime=99.16 cores=1,3
/proc/15833/stat : 15833 (adaptg2wsat2009) T 15831 15833 15833 0 -1 4202496 1224 0 0 0 9916 0 0 0 25 0 1 0 656856292 428683264 957 33554432000 134512640 135107411 4289835728 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15833/statm: 104659 957 59 146 0 103535 0
[pid=15831/tid=15849] ppid=15788 vsize=300484 CPUtime=0 cores=1,3
/proc/15831/task/15849/stat : 15849 (python) S 15788 15788 14954 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656866209 307695616 5954 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 514 18446604465184593024 0 0 -1 3 0 0 0
[pid=15850] ppid=15788 vsize=310740 CPUtime=0.19 cores=1,3
/proc/15850/stat : 15850 (python) S 15788 15788 14954 0 -1 4202560 1084 0 0 0 8 11 0 0 19 0 2 0 656866210 318197760 5958 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15850/statm: 77685 5958 400 364 0 13594 0
[pid=15852] ppid=15850 vsize=418636 CPUtime=100.04 cores=1,3
/proc/15852/stat : 15852 (adaptg2wsat2009) T 15850 15852 15852 0 -1 4202496 1224 0 0 0 10004 0 0 0 25 0 1 0 656866211 428683264 956 33554432000 134512640 135107411 4289562256 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15852/statm: 104659 956 59 146 0 103535 0
[pid=15850/tid=15868] ppid=15788 vsize=310740 CPUtime=0 cores=1,3
/proc/15850/task/15868/stat : 15868 (python) S 15788 15788 14954 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656876229 318197760 5958 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 514 18446604454224045120 0 0 -1 3 0 0 0
[pid=15869] ppid=15788 vsize=320996 CPUtime=0.2 cores=1,3
/proc/15869/stat : 15869 (python) S 15788 15788 14954 0 -1 4202560 1091 0 0 0 12 8 0 0 19 0 2 0 656876230 328699904 5962 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15869/statm: 80249 5962 400 364 0 16155 0
[pid=15871] ppid=15869 vsize=418636 CPUtime=100.19 cores=1,3
/proc/15871/stat : 15871 (adaptg2wsat2009) T 15869 15871 15871 0 -1 4202496 1225 0 0 0 10019 0 0 0 25 0 1 0 656876230 428683264 957 33554432000 134512640 135107411 4287603424 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15871/statm: 104659 957 59 146 0 103535 0
[pid=15869/tid=15886] ppid=15788 vsize=320996 CPUtime=0 cores=1,3
/proc/15869/task/15886/stat : 15886 (python) S 15788 15788 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656886250 328699904 5962 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 514 18446604465546846272 0 0 -1 3 0 0 0
[pid=15887] ppid=15788 vsize=331252 CPUtime=0.2 cores=1,3
/proc/15887/stat : 15887 (python) S 15788 15788 14954 0 -1 4202560 1091 0 0 0 11 9 0 0 19 0 2 0 656886251 339202048 5966 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15887/statm: 82813 5966 400 364 0 18716 0
[pid=15889] ppid=15887 vsize=1018616 CPUtime=100.06 cores=1,3
/proc/15889/stat : 15889 (gnovelty+2) T 15887 15889 15889 0 -1 4202496 763 0 0 0 10006 0 0 0 25 0 1 0 656886251 1043062784 500 33554432000 134512640 135663704 4291767664 18446744073709551615 134525691 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15889/statm: 254654 500 113 282 0 254370 0
[pid=15887/tid=15905] ppid=15788 vsize=331252 CPUtime=0 cores=1,3
/proc/15887/task/15905/stat : 15905 (python) S 15788 15788 14954 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656896273 339202048 5966 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 514 18446604471144822976 0 0 -1 3 0 0 0
[pid=15906] ppid=15788 vsize=341508 CPUtime=0.2 cores=1,3
/proc/15906/stat : 15906 (python) S 15788 15788 14954 0 -1 4202560 1080 0 0 0 10 10 0 0 19 0 2 0 656896275 349704192 5970 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15906/statm: 85377 5970 400 364 0 21277 0
[pid=15908] ppid=15906 vsize=248652 CPUtime=100.18 cores=1,3
/proc/15908/stat : 15908 (FH) T 15906 15908 15908 0 -1 4202496 1120 0 0 0 10018 0 0 0 25 0 1 0 656896275 254619648 856 33554432000 134512640 134936988 4292259312 18446744073709551615 134554245 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15908/statm: 62163 856 41 104 0 61667 0
[pid=15906/tid=16100] ppid=15788 vsize=341508 CPUtime=0 cores=1,3
/proc/15906/task/16100/stat : 16100 (python) S 15788 15788 14954 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656906295 349704192 5970 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 514 18446604465546848064 0 0 -1 3 0 0 0
[pid=16101] ppid=15788 vsize=351764 CPUtime=0 cores=1,3
/proc/16101/stat : 16101 (python) S 15788 15788 14954 0 -1 4202560 772 0 0 0 0 0 0 0 19 0 1 0 656906296 360206336 5923 33554432000 4194304 5683644 140736183577008 18446744073709551615 248089718342 0 0 16781312 514 4449512730549813247 0 0 17 1 0 0 0
/proc/16101/statm: 87941 5923 350 364 0 23838 0
[pid=16103] ppid=16101 vsize=418500 CPUtime=0.88 cores=1,3
/proc/16103/stat : 16103 (adaptg2wsat2009) R 16101 16103 16103 0 -1 4202496 1076 0 0 0 88 0 0 0 23 0 1 0 656906297 428544000 808 33554432000 134512640 135107411 4289830352 18446744073709551615 134523245 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16103/statm: 104625 808 49 146 0 103501 0
[pid=15788/tid=15795] ppid=15786 vsize=362008 CPUtime=0 cores=1,3
/proc/15788/task/15795/stat : 15795 (python) S 15786 15788 14954 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 9 0 656836350 370696192 7469 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
[pid=15788/tid=15814] ppid=15786 vsize=362008 CPUtime=0 cores=1,3
/proc/15788/task/15814/stat : 15814 (python) S 15786 15788 14954 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 656846370 370696192 7469 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
[pid=15788/tid=15832] ppid=15786 vsize=362008 CPUtime=0 cores=1,3
/proc/15788/task/15832/stat : 15832 (python) S 15786 15788 14954 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 9 0 656856292 370696192 7469 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 3 0 0 0
[pid=15788/tid=15851] ppid=15786 vsize=362008 CPUtime=0 cores=1,3
/proc/15788/task/15851/stat : 15851 (python) S 15786 15788 14954 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 9 0 656866211 370696192 7469 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
[pid=15788/tid=15870] ppid=15786 vsize=362008 CPUtime=0 cores=1,3
/proc/15788/task/15870/stat : 15870 (python) S 15786 15788 14954 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 656876230 370696192 7469 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
[pid=15788/tid=15888] ppid=15786 vsize=362008 CPUtime=0 cores=1,3
/proc/15788/task/15888/stat : 15888 (python) S 15786 15788 14954 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 9 0 656886251 370696192 7469 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
[pid=15788/tid=15907] ppid=15786 vsize=362008 CPUtime=0 cores=1,3
/proc/15788/task/15907/stat : 15907 (python) S 15786 15788 14954 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 656896275 370696192 7469 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 3 0 0 0
[pid=15788/tid=16102] ppid=15786 vsize=362008 CPUtime=0 cores=1,3
/proc/15788/task/16102/stat : 16102 (python) S 15786 15788 14954 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 9 0 656906297 370696192 7469 33554432000 4194304 5683644 140736183577008 18446744073709551615 248101521841 0 0 16781312 2 18446604471134453952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.51
Current children cumulated vsize (KiB) 7876724

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 701.868
CPU time (s): 702.51
CPU user time (s): 701.81
CPU system time (s): 0.7
CPU usage (%): 100.091
Max. virtual memory (cumulated for all children) (KiB): 7876724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.38179
system time used= 0.091986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18558
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= 1002
involuntary context switches= 31

runsolver used 1.74773 second user time and 4.02739 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 11:39:24
IDJOB=3377329
IDBENCH=82638
IDSOLVER=1857
FILE ID=node123/3377329-1305452364
RUNJOBID= node123-1305452312-15691
PBS_JOBID= 13324867
Free space on /tmp= 73376 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S970203146-047-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-3377329-1305452364/watcher-3377329-1305452364 -o /tmp/evaluation-result-3377329-1305452364/solver-3377329-1305452364 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377329-1305452364.cnf -seed 253976172 -budget 2400

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

MD5SUM BENCH= 635ea520fe16a78d41337039f98997e5
RANDOM SEED=253976172

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18887636 kB
Buffers:        310308 kB
Cached:        4318640 kB
SwapCached:      10528 kB
Active:       10845552 kB
Inactive:      2942732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18887636 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:           32232 kB
Writeback:           0 kB
AnonPages:     9156776 kB
Mapped:          23308 kB
Slab:           178564 kB
PageTables:      35252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 16346472 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= 73324 MiB
End job on node123 at 2011-05-15 11:51:08