Trace number 3377311

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) 703.39 704.074

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S943787219-031-UNKNOWN.cnf
MD5SUM6105ec111e1e16da586afadcc6f09041
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses34000
Sum of the clauses size238000
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 534000

Solver Data

0.71/2.16	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.71/2.16	c INFO: solving HOME/instance-3377311-1305452246.cnf
0.71/2.16	c INFO: computing task features
0.94/2.42	c INFO: computed variable-clause graph statistics
0.94/2.43	c INFO: computed clause balance statistics
2.25/3.73	c INFO: computed variable balance statistics
2.75/4.24	c INFO: computed small-clause counts
2.75/4.24	c INFO: computed Horn-clause counts
2.75/4.29	c INFO: computed variable graph statistics
2.75/4.29	c INFO: collected features for HOME/instance-3377311-1305452246.cnf in 2.11 s
2.85/4.30	c INFO: running gnovelty+2@0 for 97 with 2397 remaining (b = 0.38)
103.18/104.62	c INFO: running gnovelty+2@0 for 97 with 2297 remaining (b = 0.13)
203.52/204.93	c INFO: running adaptg2wsat2009++@0 for 97 with 2197 remaining (b = 0.08)
303.84/305.21	c INFO: running adaptg2wsat2009++@0 for 97 with 2097 remaining (b = 0.07)
403.26/404.48	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.05)
502.82/503.77	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.04)
602.48/603.12	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.03)
702.79/703.41	c INFO: running adaptg2wsat2009++@0 for 97 with 1699 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-3377311-1305452246/watcher-3377311-1305452246 -o /tmp/evaluation-result-3377311-1305452246/solver-3377311-1305452246 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377311-1305452246.cnf -seed 1835398190 -budget 2400 

running on 2 cores: 0,2

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: 0.93 1.07 1.87 4/312 20973
/proc/meminfo: memFree=22627424/32951124 swapFree=59305796/67111528
[pid=20973] ppid=20971 vsize=1964 CPUtime=0 cores=0,2
/proc/20973/stat : 20973 (python) D 20971 20973 19943 0 -1 4194304 74 0 1 0 0 0 0 0 20 0 1 0 735455092 2011136 29 33554432000 4194304 5683644 140735943017264 18446744073709551615 252453143568 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 0
/proc/20973/statm: 491 29 21 364 0 37 0

[startup+0.108722 s]
/proc/loadavg: 0.93 1.07 1.87 4/312 20973
/proc/meminfo: memFree=22627424/32951124 swapFree=59305796/67111528
[pid=20973] ppid=20971 vsize=18884 CPUtime=0.02 cores=0,2
/proc/20973/stat : 20973 (python) R 20971 20973 19943 0 -1 4202496 1227 0 7 0 1 1 0 0 17 0 1 0 735455092 19337216 1092 33554432000 4194304 5683644 140735943017264 18446744073709551615 252458061669 0 0 16781312 2 0 0 0 17 0 0 0 2
/proc/20973/statm: 4721 1092 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.20071 s]
/proc/loadavg: 0.93 1.07 1.87 4/312 20973
/proc/meminfo: memFree=22627424/32951124 swapFree=59305796/67111528
[pid=20973] ppid=20971 vsize=29788 CPUtime=0.05 cores=0,2
/proc/20973/stat : 20973 (python) R 20971 20973 19943 0 -1 4202496 1450 0 9 0 3 2 0 0 17 0 1 0 735455092 30502912 1300 33554432000 4194304 5683644 140735943017264 18446744073709551615 252458063872 0 2147483391 16781312 2 0 0 0 17 0 0 0 3
/proc/20973/statm: 7447 1300 443 364 0 817 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29788

[startup+0.300694 s]
/proc/loadavg: 0.93 1.07 1.87 4/312 20973
/proc/meminfo: memFree=22627424/32951124 swapFree=59305796/67111528
[pid=20973] ppid=20971 vsize=50012 CPUtime=0.07 cores=0,2
/proc/20973/stat : 20973 (python) R 20971 20973 19943 0 -1 4202496 1939 0 13 0 3 4 0 0 17 0 1 0 735455092 51212288 1717 33554432000 4194304 5683644 140735943017264 18446744073709551615 252458063872 0 0 16781312 2 0 0 0 17 0 0 0 3
/proc/20973/statm: 12503 1717 476 364 0 1203 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 50012

[startup+0.700672 s]
/proc/loadavg: 0.93 1.07 1.87 4/312 20973
/proc/meminfo: memFree=22627424/32951124 swapFree=59305796/67111528
[pid=20973] ppid=20971 vsize=113212 CPUtime=0.2 cores=0,2
/proc/20973/stat : 20973 (python) D 20971 20973 19943 0 -1 4202496 3505 0 28 0 6 14 0 0 16 0 1 0 735455092 115929088 3180 33554432000 4194304 5683644 140735943017264 18446744073709551615 252458063872 0 0 16781312 2 0 0 0 17 0 0 0 8
/proc/20973/statm: 28303 3180 884 364 0 2325 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 113212

[startup+1.5005 s]
/proc/loadavg: 0.93 1.07 1.87 4/327 21005
/proc/meminfo: memFree=22554084/32951124 swapFree=59305796/67111528
[pid=20973] ppid=20971 vsize=166544 CPUtime=0.55 cores=0,2
/proc/20973/stat : 20973 (python) S 20971 20973 19943 0 -1 4202496 6663 927 43 8 17 38 0 0 16 0 1 0 735455092 170541056 4780 33554432000 4194304 5683644 140735943017264 18446744073709551615 252458061748 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 13
/proc/20973/statm: 41636 4780 1322 364 0 3453 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 166544

[startup+3.10019 s]
/proc/loadavg: 0.93 1.07 1.87 5/327 21005
/proc/meminfo: memFree=22484084/32951124 swapFree=59305796/67111528
[pid=20973] ppid=20971 vsize=289496 CPUtime=1.65 cores=0,2
/proc/20973/stat : 20973 (python) R 20971 20973 19943 0 -1 4202496 13808 927 85 8 121 44 0 0 16 0 1 0 735455092 296443904 9759 33554432000 4194304 5683644 140735943017264 18446744073709551615 252457724725 0 0 16781312 2 0 0 0 17 0 0 0 22
/proc/20973/statm: 72374 9759 1826 364 0 8298 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 289496
heavy processes:

[startup+6.30057 s]
/proc/loadavg: 1.18 1.12 1.88 5/333 21011
/proc/meminfo: memFree=22424184/32951124 swapFree=59305796/67111528
[pid=20973] ppid=20971 vsize=291932 CPUtime=2.86 cores=0,2
/proc/20973/stat : 20973 (python) S 20971 20973 19943 0 -1 4202496 14133 927 85 8 242 44 0 0 20 0 2 0 735455092 298938368 7856 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 22
/proc/20973/statm: 72983 7856 1877 364 0 8901 0
[pid=21009] ppid=20973 vsize=282240 CPUtime=0 cores=0,2
/proc/21009/stat : 21009 (python) S 20973 20973 19943 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 735455523 289013760 6331 33554432000 4194304 5683644 140735943017264 18446744073709551615 252458085903 0 0 16781312 514 3176608119073505539 0 0 17 0 0 0 0
/proc/21009/statm: 70560 6331 355 364 0 6478 0
[pid=21011] ppid=21009 vsize=1020188 CPUtime=1.97 cores=0,2
/proc/21011/stat : 21011 (gnovelty+2) R 21009 21011 21011 0 -1 4202496 1142 0 0 0 197 0 0 0 25 0 1 0 735455523 1044672512 877 33554432000 134512640 135663704 4291807120 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21011/statm: 255047 877 113 282 0 254763 0
[pid=20973/tid=21010] ppid=20971 vsize=291932 CPUtime=0 cores=0,2
/proc/20973/task/21010/stat : 21010 (python) S 20971 20973 19943 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 2 0 735455523 298938368 7856 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 2 18446604448385600384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 1594360
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 1.40 1.17 1.89 5/339 21052
/proc/meminfo: memFree=22373500/32951124 swapFree=59305796/67111528
[pid=20973] ppid=20971 vsize=291932 CPUtime=2.86 cores=0,2
/proc/20973/stat : 20973 (python) S 20971 20973 19943 0 -1 4202496 14133 927 85 8 242 44 0 0 20 0 2 0 735455092 298938368 7856 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 22
/proc/20973/statm: 72983 7856 1877 364 0 8901 0
[pid=21009] ppid=20973 vsize=282240 CPUtime=0 cores=0,2
/proc/21009/stat : 21009 (python) S 20973 20973 19943 0 -1 4202560 985 0 0 0 0 0 0 0 18 0 1 0 735455523 289013760 6359 33554432000 4194304 5683644 140735943017264 18446744073709551615 252458085903 0 0 16781312 514 3176608119073505539 0 0 17 0 0 0 0
/proc/21009/statm: 70560 6359 383 364 0 6478 0
[pid=21011] ppid=21009 vsize=1020188 CPUtime=8.35 cores=0,2
/proc/21011/stat : 21011 (gnovelty+2) R 21009 21011 21011 0 -1 4202496 1142 0 0 0 835 0 0 0 25 0 1 0 735455523 1044672512 877 33554432000 134512640 135663704 4291807120 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21011/statm: 255047 877 113 282 0 254763 0
[pid=20973/tid=21010] ppid=20971 vsize=291932 CPUtime=0 cores=0,2
/proc/20973/task/21010/stat : 21010 (python) S 20971 20973 19943 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 2 0 735455523 298938368 7856 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 2 18446604448385600384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.21
Current children cumulated vsize (KiB) 1594360

[startup+25.501 s]
/proc/loadavg: 1.98 1.30 1.93 5/339 21053
/proc/meminfo: memFree=22375912/32951124 swapFree=59305796/67111528
[pid=20973] ppid=20971 vsize=291932 CPUtime=2.86 cores=0,2
/proc/20973/stat : 20973 (python) S 20971 20973 19943 0 -1 4202496 14133 927 85 8 242 44 0 0 20 0 2 0 735455092 298938368 7856 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 22
/proc/20973/statm: 72983 7856 1877 364 0 8901 0
[pid=21009] ppid=20973 vsize=282240 CPUtime=0.04 cores=0,2
/proc/21009/stat : 21009 (python) S 20973 20973 19943 0 -1 4202560 987 0 0 0 2 2 0 0 18 0 1 0 735455523 289013760 6359 33554432000 4194304 5683644 140735943017264 18446744073709551615 252458085903 0 0 16781312 514 17993639729949540611 0 0 17 0 0 0 0
/proc/21009/statm: 70560 6359 383 364 0 6478 0
[pid=21011] ppid=21009 vsize=1020188 CPUtime=21.14 cores=0,2
/proc/21011/stat : 21011 (gnovelty+2) R 21009 21011 21011 0 -1 4202496 1142 0 0 0 2114 0 0 0 25 0 1 0 735455523 1044672512 877 33554432000 134512640 135663704 4291807120 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21011/statm: 255047 877 113 282 0 254763 0
[pid=20973/tid=21010] ppid=20971 vsize=291932 CPUtime=0 cores=0,2
/proc/20973/task/21010/stat : 21010 (python) S 20971 20973 19943 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 2 0 735455523 298938368 7856 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 2 18446604448385600384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.04
Current children cumulated vsize (KiB) 1594360

[startup+51.1013 s]
/proc/loadavg: 2.67 1.52 1.98 5/339 21088
/proc/meminfo: memFree=22401600/32951124 swapFree=59305796/67111528
[pid=20973] ppid=20971 vsize=291932 CPUtime=2.86 cores=0,2
/proc/20973/stat : 20973 (python) S 20971 20973 19943 0 -1 4202496 14133 927 85 8 242 44 0 0 20 0 2 0 735455092 298938368 7856 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 22
/proc/20973/statm: 72983 7856 1877 364 0 8901 0
[pid=21009] ppid=20973 vsize=282240 CPUtime=0.11 cores=0,2
/proc/21009/stat : 21009 (python) S 20973 20973 19943 0 -1 4202560 1002 0 0 0 6 5 0 0 18 0 1 0 735455523 289013760 6359 33554432000 4194304 5683644 140735943017264 18446744073709551615 252458085903 0 0 16781312 514 17993639729949540611 0 0 17 0 0 0 0
/proc/21009/statm: 70560 6359 383 364 0 6478 0
[pid=21011] ppid=21009 vsize=1020188 CPUtime=46.67 cores=0,2
/proc/21011/stat : 21011 (gnovelty+2) R 21009 21011 21011 0 -1 4202496 1142 0 0 0 4667 0 0 0 25 0 1 0 735455523 1044672512 877 33554432000 134512640 135663704 4291807120 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21011/statm: 255047 877 113 282 0 254763 0
[pid=20973/tid=21010] ppid=20971 vsize=291932 CPUtime=0 cores=0,2
/proc/20973/task/21010/stat : 21010 (python) S 20971 20973 19943 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 2 0 735455523 298938368 7856 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 2 18446604448385600384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.64
Current children cumulated vsize (KiB) 1594360

[startup+102.301 s]
/proc/loadavg: 3.55 1.94 2.10 5/339 21093
/proc/meminfo: memFree=22400360/32951124 swapFree=59305796/67111528
[pid=20973] ppid=20971 vsize=291932 CPUtime=2.86 cores=0,2
/proc/20973/stat : 20973 (python) S 20971 20973 19943 0 -1 4202496 14133 927 85 8 242 44 0 0 20 0 2 0 735455092 298938368 7856 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 22
/proc/20973/statm: 72983 7856 1877 364 0 8901 0
[pid=21009] ppid=20973 vsize=282240 CPUtime=0.23 cores=0,2
/proc/21009/stat : 21009 (python) S 20973 20973 19943 0 -1 4202560 1025 0 0 0 12 11 0 0 18 0 1 0 735455523 289013760 6359 33554432000 4194304 5683644 140735943017264 18446744073709551615 252458085903 0 0 16781312 514 17993639729949540611 0 0 17 0 0 0 0
/proc/21009/statm: 70560 6359 383 364 0 6478 0
[pid=21011] ppid=21009 vsize=1020188 CPUtime=97.79 cores=0,2
/proc/21011/stat : 21011 (gnovelty+2) R 21009 21011 21011 0 -1 4202496 1142 0 0 0 9779 0 0 0 25 0 1 0 735455523 1044672512 877 33554432000 134512640 135663704 4291807120 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21011/statm: 255047 877 113 282 0 254763 0
[pid=20973/tid=21010] ppid=20971 vsize=291932 CPUtime=0 cores=0,2
/proc/20973/task/21010/stat : 21010 (python) S 20971 20973 19943 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 2 0 735455523 298938368 7856 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 2 18446604448385600384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.88
Current children cumulated vsize (KiB) 1594360

[startup+162.301 s]
/proc/loadavg: 3.87 2.33 2.22 5/355 21110
/proc/meminfo: memFree=22342108/32951124 swapFree=59305796/67111528
[pid=20973] ppid=20971 vsize=302324 CPUtime=2.87 cores=0,2
/proc/20973/stat : 20973 (python) S 20971 20973 19943 0 -1 4202496 14981 927 85 8 243 44 0 0 20 0 3 0 735455092 309579776 7914 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 22
/proc/20973/statm: 75581 7914 1880 364 0 11496 0
[pid=21009] ppid=20973 vsize=292484 CPUtime=0.24 cores=0,2
/proc/21009/stat : 21009 (python) S 20973 20973 19943 0 -1 4202560 1158 0 0 0 13 11 0 0 19 0 2 0 735455523 299503616 6396 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21009/statm: 73121 6396 415 364 0 9039 0
[pid=21011] ppid=21009 vsize=1020188 CPUtime=100.08 cores=0,2
/proc/21011/stat : 21011 (gnovelty+2) T 21009 21011 21011 0 -1 4202496 1142 0 0 0 10008 0 0 0 25 0 1 0 735455523 1044672512 877 33554432000 134512640 135663704 4291807120 18446744073709551615 134525243 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/21011/statm: 255047 877 113 282 0 254763 0
[pid=21009/tid=21094] ppid=20973 vsize=292484 CPUtime=0 cores=0,2
/proc/21009/task/21094/stat : 21094 (python) S 20973 20973 19943 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 735465552 299503616 6396 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 514 18446604440767403072 0 0 -1 2 0 0 0
[pid=21095] ppid=20973 vsize=293172 CPUtime=0.13 cores=0,2
/proc/21095/stat : 21095 (python) S 20973 20973 19943 0 -1 4202560 898 0 0 0 7 6 0 0 18 0 1 0 735465554 300208128 6403 33554432000 4194304 5683644 140735943017264 18446744073709551615 252458085958 0 0 16781312 514 17993639729949540612 0 0 17 0 0 0 0
/proc/21095/statm: 73293 6403 372 364 0 9208 0
[pid=21097] ppid=21095 vsize=1020188 CPUtime=57.56 cores=0,2
/proc/21097/stat : 21097 (gnovelty+2) R 21095 21097 21097 0 -1 4202496 1139 0 0 0 5756 0 0 0 25 0 1 0 735465554 1044672512 877 33554432000 134512640 135663704 4287738496 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21097/statm: 255047 877 113 282 0 254763 0
[pid=20973/tid=21010] ppid=20971 vsize=302324 CPUtime=0 cores=0,2
/proc/20973/task/21010/stat : 21010 (python) S 20971 20973 19943 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 3 0 735455523 309579776 7914 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 2 18446604448385600384 0 0 -1 0 0 0 0
[pid=20973/tid=21096] ppid=20971 vsize=302324 CPUtime=0 cores=0,2
/proc/20973/task/21096/stat : 21096 (python) S 20971 20973 19943 0 -1 4202560 23 927 0 8 0 0 0 0 20 0 3 0 735465554 309579776 7914 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 2 18446604448385600384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 160.88
Current children cumulated vsize (KiB) 2928356

[startup+222.313 s]
/proc/loadavg: 3.95 2.63 2.33 5/367 21124
/proc/meminfo: memFree=22283816/32951124 swapFree=59305796/67111528
[pid=20973] ppid=20971 vsize=313188 CPUtime=2.89 cores=0,2

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

[pid=21113] ppid=20973 vsize=302944 CPUtime=0.26 cores=0,2
/proc/21113/stat : 21113 (python) S 20973 20973 19943 0 -1 4202560 1090 0 0 0 14 12 0 0 19 0 2 0 735475586 310214656 6570 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21113/statm: 75736 6570 399 364 0 11648 0
[pid=21115] ppid=21113 vsize=421804 CPUtime=100.01 cores=0,2
/proc/21115/stat : 21115 (adaptg2wsat2009) T 21113 21115 21115 0 -1 4202496 2137 0 0 0 10001 0 0 0 25 0 1 0 735475586 431927296 1871 33554432000 134512640 135107411 4289866160 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21115/statm: 105451 1871 59 146 0 104327 0
[pid=21113/tid=21131] ppid=20973 vsize=302944 CPUtime=0 cores=0,2
/proc/21113/task/21131/stat : 21131 (python) S 20973 20973 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735485612 310214656 6570 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 514 18446604450332098624 0 0 -1 0 0 0 0
[pid=21132] ppid=20973 vsize=313200 CPUtime=0.25 cores=0,2
/proc/21132/stat : 21132 (python) S 20973 20973 19943 0 -1 4202560 1088 0 0 0 14 11 0 0 19 0 2 0 735485613 320716800 6574 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21132/statm: 78300 6574 399 364 0 14209 0
[pid=21134] ppid=21132 vsize=421804 CPUtime=99.25 cores=0,2
/proc/21134/stat : 21134 (adaptg2wsat2009) T 21132 21134 21134 0 -1 4202496 2144 0 0 0 9925 0 0 0 25 0 1 0 735485613 431927296 1872 33554432000 134512640 135107411 4287285136 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21134/statm: 105451 1872 59 146 0 104327 0
[pid=21132/tid=21147] ppid=20973 vsize=313200 CPUtime=0 cores=0,2
/proc/21132/task/21147/stat : 21147 (python) S 20973 20973 19943 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735495538 320716800 6574 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 514 18446604453881467008 0 0 -1 0 0 0 0
[pid=21148] ppid=20973 vsize=323772 CPUtime=0.26 cores=0,2
/proc/21148/stat : 21148 (python) S 20973 20973 19943 0 -1 4202560 1102 0 0 0 12 14 0 0 18 0 2 0 735495540 331542528 6579 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21148/statm: 80943 6579 400 364 0 16849 0
[pid=21150] ppid=21148 vsize=421804 CPUtime=99.26 cores=0,2
/proc/21150/stat : 21150 (adaptg2wsat2009) T 21148 21150 21150 0 -1 4202496 2137 0 0 0 9926 0 0 0 25 0 1 0 735495540 431927296 1872 33554432000 134512640 135107411 4288627952 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21150/statm: 105451 1872 59 146 0 104327 0
[pid=21148/tid=21161] ppid=20973 vsize=323772 CPUtime=0 cores=0,2
/proc/21148/task/21161/stat : 21161 (python) S 20973 20973 19943 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735505467 331542528 6579 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 514 18446604440767402176 0 0 -1 0 0 0 0
[pid=21162] ppid=20973 vsize=333848 CPUtime=0.26 cores=0,2
/proc/21162/stat : 21162 (python) S 20973 20973 19943 0 -1 4202560 1092 0 0 0 13 13 0 0 19 0 2 0 735505469 341860352 6583 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21162/statm: 83462 6583 400 364 0 19365 0
[pid=21164] ppid=21162 vsize=1020188 CPUtime=99.32 cores=0,2
/proc/21164/stat : 21164 (gnovelty+2) T 21162 21164 21164 0 -1 4202496 1139 0 0 0 9932 0 0 0 25 0 1 0 735505469 1044672512 877 33554432000 134512640 135663704 4287344880 18446744073709551615 134525493 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21164/statm: 255047 877 113 282 0 254763 0
[pid=21162/tid=21179] ppid=20973 vsize=333848 CPUtime=0 cores=0,2
/proc/21162/task/21179/stat : 21179 (python) S 20973 20973 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735515402 341860352 6583 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 514 18446604442203691776 0 0 -1 2 0 0 0
[pid=21180] ppid=20973 vsize=344328 CPUtime=0.28 cores=0,2
/proc/21180/stat : 21180 (python) S 20973 20973 19943 0 -1 4202560 1100 0 0 0 15 13 0 0 19 0 2 0 735515404 352591872 6587 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21180/statm: 86082 6587 400 364 0 21982 0
[pid=21182] ppid=21180 vsize=251296 CPUtime=100.01 cores=0,2
/proc/21182/stat : 21182 (FH) T 21180 21182 21182 0 -1 4202496 1957 0 0 0 10001 0 0 0 25 0 1 0 735515404 257327104 1693 33554432000 134512640 134936988 4288256240 18446744073709551615 134552382 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21182/statm: 62824 1693 41 104 0 62328 0
[pid=21180/tid=21229] ppid=20973 vsize=344328 CPUtime=0 cores=0,2
/proc/21180/task/21229/stat : 21229 (python) S 20973 20973 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735525432 352591872 6587 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 514 18446604443583227776 0 0 -1 2 0 0 0
[pid=21230] ppid=20973 vsize=354704 CPUtime=0 cores=0,2
/proc/21230/stat : 21230 (python) S 20973 20973 19943 0 -1 4202560 782 0 0 0 0 0 0 0 19 0 1 0 735525433 363216896 6541 33554432000 4194304 5683644 140735943017264 18446744073709551615 252458085958 0 0 16781312 514 50526686759878655 0 0 17 0 0 0 0
/proc/21230/statm: 88676 6541 351 364 0 24573 0
[pid=21232] ppid=21230 vsize=421140 CPUtime=0.59 cores=0,2
/proc/21232/stat : 21232 (adaptg2wsat2009) R 21230 21232 21232 0 -1 4202496 1805 0 0 0 59 0 0 0 22 0 1 0 735525433 431247360 1538 33554432000 134512640 135107411 4290148960 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21232/statm: 105285 1538 49 146 0 104161 0
[pid=20973/tid=21010] ppid=20971 vsize=364468 CPUtime=0 cores=0,2
/proc/20973/task/21010/stat : 21010 (python) S 20971 20973 19943 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 9 0 735455523 373215232 8085 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 2 18446604448385600384 0 0 -1 0 0 0 0
[pid=20973/tid=21096] ppid=20971 vsize=364468 CPUtime=0 cores=0,2
/proc/20973/task/21096/stat : 21096 (python) S 20971 20973 19943 0 -1 4202560 23 927 0 8 0 0 0 0 20 0 9 0 735465554 373215232 8085 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 2 18446604448385600384 0 0 -1 0 0 0 0
[pid=20973/tid=21114] ppid=20971 vsize=364468 CPUtime=0 cores=0,2
/proc/20973/task/21114/stat : 21114 (python) S 20971 20973 19943 0 -1 4202560 29 927 0 8 0 0 0 0 20 0 9 0 735475586 373215232 8085 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 2 18446604448385600384 0 0 -1 0 0 0 0
[pid=20973/tid=21133] ppid=20971 vsize=364468 CPUtime=0 cores=0,2
/proc/20973/task/21133/stat : 21133 (python) S 20971 20973 19943 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 9 0 735485613 373215232 8085 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 2 18446604448385600384 0 0 -1 2 0 0 0
[pid=20973/tid=21149] ppid=20971 vsize=364468 CPUtime=0 cores=0,2
/proc/20973/task/21149/stat : 21149 (python) S 20971 20973 19943 0 -1 4202560 26 927 0 8 0 0 0 0 20 0 9 0 735495540 373215232 8085 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 2 18446604448385600384 0 0 -1 2 0 0 0
[pid=20973/tid=21163] ppid=20971 vsize=364468 CPUtime=0 cores=0,2
/proc/20973/task/21163/stat : 21163 (python) S 20971 20973 19943 0 -1 4202560 28 927 0 8 0 0 0 0 20 0 9 0 735505469 373215232 8085 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 2 18446604448385600384 0 0 -1 0 0 0 0
[pid=20973/tid=21181] ppid=20971 vsize=364468 CPUtime=0 cores=0,2
/proc/20973/task/21181/stat : 21181 (python) S 20971 20973 19943 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 9 0 735515404 373215232 8085 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 2 18446604448385600384 0 0 -1 0 0 0 0
[pid=20973/tid=21231] ppid=20971 vsize=364468 CPUtime=0 cores=0,2
/proc/20973/task/21231/stat : 21231 (python) S 20971 20973 19943 0 -1 4202560 28 927 0 8 0 0 0 0 20 0 9 0 735525433 373215232 8085 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 2 18446604448385600384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 703.39
Current children cumulated vsize (KiB) 7921332

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

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

[startup+704.002 s]
/proc/loadavg: 4.03 3.78 3.02 6/415 21232
/proc/meminfo: memFree=22251080/32951124 swapFree=59305796/67111528
[pid=20973] ppid=20971 vsize=364468 CPUtime=2.96 cores=0,2
/proc/20973/stat : 20973 (python) S 20971 20973 19943 0 -1 4202496 20108 927 85 8 251 45 0 0 20 0 9 0 735455092 373215232 8085 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 22
/proc/20973/statm: 91117 8085 1892 364 0 27014 0
[pid=21009] ppid=20973 vsize=292484 CPUtime=0.24 cores=0,2
/proc/21009/stat : 21009 (python) S 20973 20973 19943 0 -1 4202560 1158 0 0 0 13 11 0 0 19 0 2 0 735455523 299503616 6396 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21009/statm: 73121 6396 415 364 0 9039 0
[pid=21011] ppid=21009 vsize=1020188 CPUtime=100.08 cores=0,2
/proc/21011/stat : 21011 (gnovelty+2) T 21009 21011 21011 0 -1 4202496 1142 0 0 0 10008 0 0 0 25 0 1 0 735455523 1044672512 877 33554432000 134512640 135663704 4291807120 18446744073709551615 134525243 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/21011/statm: 255047 877 113 282 0 254763 0
[pid=21009/tid=21094] ppid=20973 vsize=292484 CPUtime=0 cores=0,2
/proc/21009/task/21094/stat : 21094 (python) S 20973 20973 19943 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 735465552 299503616 6396 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 514 18446604440767403072 0 0 -1 2 0 0 0
[pid=21095] ppid=20973 vsize=293172 CPUtime=0.25 cores=0,2
/proc/21095/stat : 21095 (python) S 20973 20973 19943 0 -1 4202560 1068 0 0 0 15 10 0 0 19 0 2 0 735465554 300208128 6432 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21095/statm: 73293 6432 400 364 0 9208 0
[pid=21097] ppid=21095 vsize=1020188 CPUtime=100.11 cores=0,2
/proc/21097/stat : 21097 (gnovelty+2) T 21095 21097 21097 0 -1 4202496 1139 0 0 0 10011 0 0 0 25 0 1 0 735465554 1044672512 877 33554432000 134512640 135663704 4287738496 18446744073709551615 134545187 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/21097/statm: 255047 877 113 282 0 254763 0
[pid=21095/tid=21112] ppid=20973 vsize=293172 CPUtime=0 cores=0,2
/proc/21095/task/21112/stat : 21112 (python) S 20973 20973 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735475584 300208128 6432 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 514 18446604453864449088 0 0 -1 2 0 0 0
[pid=21113] ppid=20973 vsize=302944 CPUtime=0.26 cores=0,2
/proc/21113/stat : 21113 (python) S 20973 20973 19943 0 -1 4202560 1090 0 0 0 14 12 0 0 19 0 2 0 735475586 310214656 6570 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21113/statm: 75736 6570 399 364 0 11648 0
[pid=21115] ppid=21113 vsize=421804 CPUtime=100.01 cores=0,2
/proc/21115/stat : 21115 (adaptg2wsat2009) T 21113 21115 21115 0 -1 4202496 2137 0 0 0 10001 0 0 0 25 0 1 0 735475586 431927296 1871 33554432000 134512640 135107411 4289866160 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21115/statm: 105451 1871 59 146 0 104327 0
[pid=21113/tid=21131] ppid=20973 vsize=302944 CPUtime=0 cores=0,2
/proc/21113/task/21131/stat : 21131 (python) S 20973 20973 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735485612 310214656 6570 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 514 18446604450332098624 0 0 -1 0 0 0 0
[pid=21132] ppid=20973 vsize=313200 CPUtime=0.25 cores=0,2
/proc/21132/stat : 21132 (python) S 20973 20973 19943 0 -1 4202560 1088 0 0 0 14 11 0 0 19 0 2 0 735485613 320716800 6574 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21132/statm: 78300 6574 399 364 0 14209 0
[pid=21134] ppid=21132 vsize=421804 CPUtime=99.25 cores=0,2
/proc/21134/stat : 21134 (adaptg2wsat2009) T 21132 21134 21134 0 -1 4202496 2144 0 0 0 9925 0 0 0 25 0 1 0 735485613 431927296 1872 33554432000 134512640 135107411 4287285136 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21134/statm: 105451 1872 59 146 0 104327 0
[pid=21132/tid=21147] ppid=20973 vsize=313200 CPUtime=0 cores=0,2
/proc/21132/task/21147/stat : 21147 (python) S 20973 20973 19943 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735495538 320716800 6574 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 514 18446604453881467008 0 0 -1 0 0 0 0
[pid=21148] ppid=20973 vsize=323772 CPUtime=0.26 cores=0,2
/proc/21148/stat : 21148 (python) S 20973 20973 19943 0 -1 4202560 1102 0 0 0 12 14 0 0 18 0 2 0 735495540 331542528 6579 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21148/statm: 80943 6579 400 364 0 16849 0
[pid=21150] ppid=21148 vsize=421804 CPUtime=99.26 cores=0,2
/proc/21150/stat : 21150 (adaptg2wsat2009) T 21148 21150 21150 0 -1 4202496 2137 0 0 0 9926 0 0 0 25 0 1 0 735495540 431927296 1872 33554432000 134512640 135107411 4288627952 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21150/statm: 105451 1872 59 146 0 104327 0
[pid=21148/tid=21161] ppid=20973 vsize=323772 CPUtime=0 cores=0,2
/proc/21148/task/21161/stat : 21161 (python) S 20973 20973 19943 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735505467 331542528 6579 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 514 18446604440767402176 0 0 -1 0 0 0 0
[pid=21162] ppid=20973 vsize=333848 CPUtime=0.26 cores=0,2
/proc/21162/stat : 21162 (python) S 20973 20973 19943 0 -1 4202560 1092 0 0 0 13 13 0 0 19 0 2 0 735505469 341860352 6583 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21162/statm: 83462 6583 400 364 0 19365 0
[pid=21164] ppid=21162 vsize=1020188 CPUtime=99.32 cores=0,2
/proc/21164/stat : 21164 (gnovelty+2) T 21162 21164 21164 0 -1 4202496 1139 0 0 0 9932 0 0 0 25 0 1 0 735505469 1044672512 877 33554432000 134512640 135663704 4287344880 18446744073709551615 134525493 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21164/statm: 255047 877 113 282 0 254763 0
[pid=21162/tid=21179] ppid=20973 vsize=333848 CPUtime=0 cores=0,2
/proc/21162/task/21179/stat : 21179 (python) S 20973 20973 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735515402 341860352 6583 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 514 18446604442203691776 0 0 -1 2 0 0 0
[pid=21180] ppid=20973 vsize=344328 CPUtime=0.28 cores=0,2
/proc/21180/stat : 21180 (python) S 20973 20973 19943 0 -1 4202560 1100 0 0 0 15 13 0 0 19 0 2 0 735515404 352591872 6587 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21180/statm: 86082 6587 400 364 0 21982 0
[pid=21182] ppid=21180 vsize=251296 CPUtime=100.01 cores=0,2
/proc/21182/stat : 21182 (FH) T 21180 21182 21182 0 -1 4202496 1957 0 0 0 10001 0 0 0 25 0 1 0 735515404 257327104 1693 33554432000 134512640 134936988 4288256240 18446744073709551615 134552382 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21182/statm: 62824 1693 41 104 0 62328 0
[pid=21180/tid=21229] ppid=20973 vsize=344328 CPUtime=0 cores=0,2
/proc/21180/task/21229/stat : 21229 (python) S 20973 20973 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735525432 352591872 6587 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 514 18446604443583227776 0 0 -1 2 0 0 0
[pid=21230] ppid=20973 vsize=354704 CPUtime=0 cores=0,2
/proc/21230/stat : 21230 (python) S 20973 20973 19943 0 -1 4202560 782 0 0 0 0 0 0 0 19 0 1 0 735525433 363216896 6541 33554432000 4194304 5683644 140735943017264 18446744073709551615 252458085958 0 0 16781312 514 50526686759878655 0 0 17 0 0 0 0
/proc/21230/statm: 88676 6541 351 364 0 24573 0
[pid=21232] ppid=21230 vsize=421140 CPUtime=0.59 cores=0,2
/proc/21232/stat : 21232 (adaptg2wsat2009) R 21230 21232 21232 0 -1 4202496 1805 0 0 0 59 0 0 0 22 0 1 0 735525433 431247360 1538 33554432000 134512640 135107411 4290148960 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21232/statm: 105285 1538 49 146 0 104161 0
[pid=20973/tid=21010] ppid=20971 vsize=364468 CPUtime=0 cores=0,2
/proc/20973/task/21010/stat : 21010 (python) S 20971 20973 19943 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 9 0 735455523 373215232 8085 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 2 18446604448385600384 0 0 -1 0 0 0 0
[pid=20973/tid=21096] ppid=20971 vsize=364468 CPUtime=0 cores=0,2
/proc/20973/task/21096/stat : 21096 (python) S 20971 20973 19943 0 -1 4202560 23 927 0 8 0 0 0 0 20 0 9 0 735465554 373215232 8085 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 2 18446604448385600384 0 0 -1 0 0 0 0
[pid=20973/tid=21114] ppid=20971 vsize=364468 CPUtime=0 cores=0,2
/proc/20973/task/21114/stat : 21114 (python) S 20971 20973 19943 0 -1 4202560 29 927 0 8 0 0 0 0 20 0 9 0 735475586 373215232 8085 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 2 18446604448385600384 0 0 -1 0 0 0 0
[pid=20973/tid=21133] ppid=20971 vsize=364468 CPUtime=0 cores=0,2
/proc/20973/task/21133/stat : 21133 (python) S 20971 20973 19943 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 9 0 735485613 373215232 8085 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 2 18446604448385600384 0 0 -1 2 0 0 0
[pid=20973/tid=21149] ppid=20971 vsize=364468 CPUtime=0 cores=0,2
/proc/20973/task/21149/stat : 21149 (python) S 20971 20973 19943 0 -1 4202560 26 927 0 8 0 0 0 0 20 0 9 0 735495540 373215232 8085 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 2 18446604448385600384 0 0 -1 2 0 0 0
[pid=20973/tid=21163] ppid=20971 vsize=364468 CPUtime=0 cores=0,2
/proc/20973/task/21163/stat : 21163 (python) S 20971 20973 19943 0 -1 4202560 28 927 0 8 0 0 0 0 20 0 9 0 735505469 373215232 8085 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 2 18446604448385600384 0 0 -1 0 0 0 0
[pid=20973/tid=21181] ppid=20971 vsize=364468 CPUtime=0 cores=0,2
/proc/20973/task/21181/stat : 21181 (python) S 20971 20973 19943 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 9 0 735515404 373215232 8085 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 2 18446604448385600384 0 0 -1 0 0 0 0
[pid=20973/tid=21231] ppid=20971 vsize=364468 CPUtime=0 cores=0,2
/proc/20973/task/21231/stat : 21231 (python) S 20971 20973 19943 0 -1 4202560 28 927 0 8 0 0 0 0 20 0 9 0 735525433 373215232 8085 33554432000 4194304 5683644 140735943017264 18446744073709551615 252469889457 0 0 16781312 2 18446604448385600384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 703.39
Current children cumulated vsize (KiB) 7921332

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20973 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=522616
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=464929
# CPU time returned by wait4() is 2.98755
# while last known CPU time is 703.39
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 704.074
CPU time (s): 703.39
CPU user time (s): 702.1
CPU system time (s): 1.29
CPU usage (%): 99.9028
Max. virtual memory (cumulated for all children) (KiB): 7921332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.52262
system time used= 0.464929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21461
page faults= 93
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49708
involuntary context switches= 82

runsolver used 2.86256 second user time and 5.49516 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-15 11:37:26
IDJOB=3377311
IDBENCH=82620
IDSOLVER=1857
FILE ID=node111/3377311-1305452246
RUNJOBID= node111-1305452246-20946
PBS_JOBID= 13324865
Free space on /tmp= 73732 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S943787219-031-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-3377311-1305452246/watcher-3377311-1305452246 -o /tmp/evaluation-result-3377311-1305452246/solver-3377311-1305452246 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377311-1305452246.cnf -seed 1835398190 -budget 2400

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

MD5SUM BENCH= 6105ec111e1e16da586afadcc6f09041
RANDOM SEED=1835398190

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.849
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.83
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.849
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.67
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.849
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:     32951124 kB
MemFree:      22627836 kB
Buffers:        280996 kB
Cached:        6788272 kB
SwapCached:      13720 kB
Active:        1085232 kB
Inactive:      9012832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22627836 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:          132260 kB
Writeback:          12 kB
AnonPages:     3024780 kB
Mapped:          12472 kB
Slab:           125072 kB
PageTables:      36724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53321380 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= 73604 MiB
End job on node111 at 2011-05-15 11:49:12