Trace number 3377242

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) 704.13 703.978

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S966156467-066-UNKNOWN.cnf
MD5SUM5297bd1d2a420892cfb1fb6d32ccacad
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 variables300
Number of clauses25500
Sum of the clauses size178500
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 525500

Solver Data

0.34/0.62	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.62	c INFO: solving HOME/instance-3377242-1305451586.cnf
0.34/0.62	c INFO: computing task features
0.54/0.80	c INFO: computed variable-clause graph statistics
0.54/0.80	c INFO: computed clause balance statistics
1.34/1.67	c INFO: computed variable balance statistics
1.74/2.01	c INFO: computed small-clause counts
1.74/2.01	c INFO: computed Horn-clause counts
1.74/2.04	c INFO: computed variable graph statistics
1.74/2.04	c INFO: collected features for HOME/instance-3377242-1305451586.cnf in 1.41 s
1.74/2.05	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.37)
102.29/102.39	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
202.65/202.71	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
302.95/303.00	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
402.51/402.31	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.05)
502.80/502.61	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.04)
603.12/602.95	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.03)
703.42/703.25	c INFO: running adaptg2wsat2009++@0 for 97 with 1698 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-3377242-1305451586/watcher-3377242-1305451586 -o /tmp/evaluation-result-3377242-1305451586/solver-3377242-1305451586 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377242-1305451586.cnf -seed 705728268 -budget 2400 

running on 2 cores: 4,6

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: 4.04 3.92 3.75 4/388 6279
/proc/meminfo: memFree=23343620/32951124 swapFree=56449224/67111528
[pid=6279] ppid=6277 vsize=15380 CPUtime=0 cores=4,6
/proc/6279/stat : 6279 (python) S 6277 6279 5445 0 -1 4202496 791 0 0 0 0 0 0 0 25 0 1 0 656759033 15749120 679 33554432000 4194304 5683644 140735639087280 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/6279/statm: 3845 679 322 364 0 332 0

[startup+0.0358661 s]
/proc/loadavg: 4.04 3.92 3.75 4/388 6279
/proc/meminfo: memFree=23343620/32951124 swapFree=56449224/67111528
[pid=6279] ppid=6277 vsize=18888 CPUtime=0.01 cores=4,6
/proc/6279/stat : 6279 (python) S 6277 6279 5445 0 -1 4202496 1250 0 0 0 1 0 0 0 25 0 1 0 656759033 19341312 1105 33554432000 4194304 5683644 140735639087280 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/6279/statm: 4722 1105 421 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18888

[startup+0.100536 s]
/proc/loadavg: 4.04 3.92 3.75 4/388 6279
/proc/meminfo: memFree=23343620/32951124 swapFree=56449224/67111528
[pid=6279] ppid=6277 vsize=93964 CPUtime=0.05 cores=4,6
/proc/6279/stat : 6279 (python) S 6277 6279 5445 0 -1 4202496 2695 0 0 0 4 1 0 0 17 0 1 0 656759033 96219136 2407 33554432000 4194304 5683644 140735639087280 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/6279/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93964

[startup+0.300522 s]
/proc/loadavg: 4.04 3.92 3.75 4/388 6279
/proc/meminfo: memFree=23343620/32951124 swapFree=56449224/67111528
[pid=6279] ppid=6277 vsize=135752 CPUtime=0.17 cores=4,6
/proc/6279/stat : 6279 (python) S 6277 6279 5445 0 -1 4202496 5974 932 1 0 13 4 0 0 17 0 1 0 656759033 139010048 4149 33554432000 4194304 5683644 140735639087280 18446744073709551615 253640855557 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/6279/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.705491 s]
/proc/loadavg: 4.04 3.92 3.75 4/388 6279
/proc/meminfo: memFree=23343620/32951124 swapFree=56449224/67111528
[pid=6279] ppid=6277 vsize=281660 CPUtime=0.44 cores=4,6
/proc/6279/stat : 6279 (python) R 6277 6279 5445 0 -1 4202496 10062 932 1 0 35 9 0 0 16 0 1 0 656759033 288419840 7732 33554432000 4194304 5683644 140735639087280 18446744073709551615 4445135 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/6279/statm: 70415 7732 1761 364 0 6339 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 281660

[startup+1.50034 s]
/proc/loadavg: 4.04 3.92 3.75 5/389 6284
/proc/meminfo: memFree=23313916/32951124 swapFree=56449224/67111528
[pid=6279] ppid=6277 vsize=285676 CPUtime=1.24 cores=4,6
/proc/6279/stat : 6279 (python) R 6277 6279 5445 0 -1 4202496 12387 932 1 0 115 9 0 0 17 0 1 0 656759033 292532224 8803 33554432000 4194304 5683644 140735639087280 18446744073709551615 253644268213 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/6279/statm: 71419 8803 1826 364 0 7343 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 285676

[startup+3.10105 s]
/proc/loadavg: 4.04 3.92 3.75 5/392 6287
/proc/meminfo: memFree=23315604/32951124 swapFree=56449224/67111528
[pid=6279] ppid=6277 vsize=290456 CPUtime=1.79 cores=4,6
/proc/6279/stat : 6279 (python) S 6277 6279 5445 0 -1 4202496 12703 932 1 0 170 9 0 0 20 0 2 0 656759033 297426944 7486 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6279/statm: 72614 7486 1877 364 0 8532 0
[pid=6285] ppid=6279 vsize=280696 CPUtime=0 cores=4,6
/proc/6285/stat : 6285 (python) S 6279 6279 5445 0 -1 4202560 738 0 0 0 0 0 0 0 19 0 1 0 656759239 287432704 5961 33554432000 4194304 5683644 140735639087280 18446744073709551615 253640879631 0 0 16781312 514 13665763230591483903 0 0 17 6 0 0 0
/proc/6285/statm: 70174 5961 355 364 0 6092 0
[pid=6287] ppid=6285 vsize=1019708 CPUtime=1.03 cores=4,6
/proc/6287/stat : 6287 (gnovelty+2) R 6285 6287 6287 0 -1 4202496 955 0 0 0 103 0 0 0 24 0 1 0 656759239 1044180992 689 33554432000 134512640 135663704 4294307104 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6287/statm: 254927 689 113 282 0 254643 0
[pid=6279/tid=6286] ppid=6277 vsize=290456 CPUtime=0 cores=4,6
/proc/6279/task/6286/stat : 6286 (python) S 6277 6279 5445 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 2 0 656759239 297426944 7486 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 1590860

[startup+6.30047 s]
/proc/loadavg: 4.04 3.92 3.75 5/392 6287
/proc/meminfo: memFree=23313248/32951124 swapFree=56449224/67111528
[pid=6279] ppid=6277 vsize=290456 CPUtime=1.79 cores=4,6
/proc/6279/stat : 6279 (python) S 6277 6279 5445 0 -1 4202496 12703 932 1 0 170 9 0 0 20 0 2 0 656759033 297426944 7486 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6279/statm: 72614 7486 1877 364 0 8532 0
[pid=6285] ppid=6279 vsize=280696 CPUtime=0.01 cores=4,6
/proc/6285/stat : 6285 (python) S 6279 6279 5445 0 -1 4202560 983 0 0 0 0 1 0 0 18 0 1 0 656759239 287432704 5989 33554432000 4194304 5683644 140735639087280 18446744073709551615 253640879631 0 0 16781312 514 13665763230591451395 0 0 17 6 0 0 0
/proc/6285/statm: 70174 5989 383 364 0 6092 0
[pid=6287] ppid=6285 vsize=1019708 CPUtime=4.23 cores=4,6
/proc/6287/stat : 6287 (gnovelty+2) R 6285 6287 6287 0 -1 4202496 955 0 0 0 423 0 0 0 25 0 1 0 656759239 1044180992 689 33554432000 134512640 135663704 4294307104 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6287/statm: 254927 689 113 282 0 254643 0
[pid=6279/tid=6286] ppid=6277 vsize=290456 CPUtime=0 cores=4,6
/proc/6279/task/6286/stat : 6286 (python) S 6277 6279 5445 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 2 0 656759239 297426944 7486 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 1590860

[startup+12.7003 s]
/proc/loadavg: 4.03 3.92 3.75 5/388 6319
/proc/meminfo: memFree=23408936/32951124 swapFree=56449224/67111528
[pid=6279] ppid=6277 vsize=290456 CPUtime=1.79 cores=4,6
/proc/6279/stat : 6279 (python) S 6277 6279 5445 0 -1 4202496 12703 932 1 0 170 9 0 0 20 0 2 0 656759033 297426944 7486 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6279/statm: 72614 7486 1877 364 0 8532 0
[pid=6285] ppid=6279 vsize=280696 CPUtime=0.02 cores=4,6
/proc/6285/stat : 6285 (python) S 6279 6279 5445 0 -1 4202560 984 0 0 0 1 1 0 0 18 0 1 0 656759239 287432704 5989 33554432000 4194304 5683644 140735639087280 18446744073709551615 253640879631 0 0 16781312 514 4949174515503431939 0 0 17 6 0 0 0
/proc/6285/statm: 70174 5989 383 364 0 6092 0
[pid=6287] ppid=6285 vsize=1019708 CPUtime=10.63 cores=4,6
/proc/6287/stat : 6287 (gnovelty+2) R 6285 6287 6287 0 -1 4202496 955 0 0 0 1063 0 0 0 25 0 1 0 656759239 1044180992 689 33554432000 134512640 135663704 4294307104 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6287/statm: 254927 689 113 282 0 254643 0
[pid=6279/tid=6286] ppid=6277 vsize=290456 CPUtime=0 cores=4,6
/proc/6279/task/6286/stat : 6286 (python) S 6277 6279 5445 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 2 0 656759239 297426944 7486 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 1590860

[startup+25.501 s]
/proc/loadavg: 4.03 3.92 3.75 5/391 6323
/proc/meminfo: memFree=23410268/32951124 swapFree=56449224/67111528
[pid=6279] ppid=6277 vsize=290456 CPUtime=1.79 cores=4,6
/proc/6279/stat : 6279 (python) S 6277 6279 5445 0 -1 4202496 12703 932 1 0 170 9 0 0 20 0 2 0 656759033 297426944 7486 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6279/statm: 72614 7486 1877 364 0 8532 0
[pid=6285] ppid=6279 vsize=280696 CPUtime=0.05 cores=4,6
/proc/6285/stat : 6285 (python) S 6279 6279 5445 0 -1 4202560 988 0 0 0 3 2 0 0 18 0 1 0 656759239 287432704 5989 33554432000 4194304 5683644 140735639087280 18446744073709551615 253640879631 0 0 16781312 514 4949174515503431939 0 0 17 6 0 0 0
/proc/6285/statm: 70174 5989 383 364 0 6092 0
[pid=6287] ppid=6285 vsize=1019708 CPUtime=23.43 cores=4,6
/proc/6287/stat : 6287 (gnovelty+2) R 6285 6287 6287 0 -1 4202496 955 0 0 0 2343 0 0 0 25 0 1 0 656759239 1044180992 689 33554432000 134512640 135663704 4294307104 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6287/statm: 254927 689 113 282 0 254643 0
[pid=6279/tid=6286] ppid=6277 vsize=290456 CPUtime=0 cores=4,6
/proc/6279/task/6286/stat : 6286 (python) S 6277 6279 5445 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 2 0 656759239 297426944 7486 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 1590860

[startup+51.1003 s]
/proc/loadavg: 4.02 3.93 3.76 5/391 6324
/proc/meminfo: memFree=23409644/32951124 swapFree=56449224/67111528
[pid=6279] ppid=6277 vsize=290456 CPUtime=1.79 cores=4,6
/proc/6279/stat : 6279 (python) S 6277 6279 5445 0 -1 4202496 12703 932 1 0 170 9 0 0 20 0 2 0 656759033 297426944 7486 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6279/statm: 72614 7486 1877 364 0 8532 0
[pid=6285] ppid=6279 vsize=280696 CPUtime=0.12 cores=4,6
/proc/6285/stat : 6285 (python) S 6279 6279 5445 0 -1 4202560 1001 0 0 0 7 5 0 0 18 0 1 0 656759239 287432704 5989 33554432000 4194304 5683644 140735639087280 18446744073709551615 253640879631 0 0 16781312 514 4949174515503431939 0 0 17 6 0 0 0
/proc/6285/statm: 70174 5989 383 364 0 6092 0
[pid=6287] ppid=6285 vsize=1019708 CPUtime=49.03 cores=4,6
/proc/6287/stat : 6287 (gnovelty+2) R 6285 6287 6287 0 -1 4202496 955 0 0 0 4903 0 0 0 25 0 1 0 656759239 1044180992 689 33554432000 134512640 135663704 4294307104 18446744073709551615 134525052 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6287/statm: 254927 689 113 282 0 254643 0
[pid=6279/tid=6286] ppid=6277 vsize=290456 CPUtime=0 cores=4,6
/proc/6279/task/6286/stat : 6286 (python) S 6277 6279 5445 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 2 0 656759239 297426944 7486 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 1590860

[startup+102.314 s]
/proc/loadavg: 4.14 3.97 3.78 5/399 6333
/proc/meminfo: memFree=23391188/32951124 swapFree=56449224/67111528
[pid=6279] ppid=6277 vsize=290456 CPUtime=1.79 cores=4,6
/proc/6279/stat : 6279 (python) S 6277 6279 5445 0 -1 4202496 12703 932 1 0 170 9 0 0 20 0 2 0 656759033 297426944 7486 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6279/statm: 72614 7486 1877 364 0 8532 0
[pid=6285] ppid=6279 vsize=280696 CPUtime=0.25 cores=4,6
/proc/6285/stat : 6285 (python) S 6279 6279 5445 0 -1 4202560 1024 0 0 0 14 11 0 0 18 0 1 0 656759239 287432704 5989 33554432000 4194304 5683644 140735639087280 18446744073709551615 253640879631 0 0 16781312 514 4949174515503431939 0 0 17 6 0 0 0
/proc/6285/statm: 70174 5989 383 364 0 6092 0
[pid=6287] ppid=6285 vsize=1019708 CPUtime=100.25 cores=4,6
/proc/6287/stat : 6287 (gnovelty+2) R 6285 6287 6287 0 -1 4202496 955 0 0 0 10025 0 0 0 25 0 1 0 656759239 1044180992 689 33554432000 134512640 135663704 4294307104 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6287/statm: 254927 689 113 282 0 254643 0
[pid=6279/tid=6286] ppid=6277 vsize=290456 CPUtime=0 cores=4,6
/proc/6279/task/6286/stat : 6286 (python) S 6277 6279 5445 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 2 0 656759239 297426944 7486 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1590860

[startup+162.301 s]
/proc/loadavg: 4.12 3.99 3.79 5/407 6342
/proc/meminfo: memFree=23375968/32951124 swapFree=56449224/67111528
[pid=6279] ppid=6277 vsize=300712 CPUtime=1.8 cores=4,6
/proc/6279/stat : 6279 (python) S 6277 6279 5445 0 -1 4202496 13564 932 1 0 171 9 0 0 20 0 3 0 656759033 307929088 7510 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6279/statm: 75178 7510 1880 364 0 11093 0
[pid=6285] ppid=6279 vsize=290940 CPUtime=0.26 cores=4,6
/proc/6285/stat : 6285 (python) S 6279 6279 5445 0 -1 4202560 1160 0 0 0 14 12 0 0 19 0 2 0 656759239 297922560 6026 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6285/statm: 72735 6026 415 364 0 8653 0
[pid=6287] ppid=6285 vsize=1019708 CPUtime=100.31 cores=4,6
/proc/6287/stat : 6287 (gnovelty+2) T 6285 6287 6287 0 -1 4202496 955 0 0 0 10031 0 0 0 25 0 1 0 656759239 1044180992 689 33554432000 134512640 135663704 4294307104 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6287/statm: 254927 689 113 282 0 254643 0
[pid=6285/tid=6334] ppid=6279 vsize=290940 CPUtime=0 cores=4,6
/proc/6285/task/6334/stat : 6334 (python) S 6279 6279 5445 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656769271 297922560 6026 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 514 18446604447504567104 0 0 -1 6 0 0 0
[pid=6335] ppid=6279 vsize=291560 CPUtime=0.15 cores=4,6
/proc/6335/stat : 6335 (python) S 6279 6279 5445 0 -1 4202560 916 0 0 0 8 7 0 0 18 0 1 0 656769272 298557440 5999 33554432000 4194304 5683644 140735639087280 18446744073709551615 253640879686 0 0 16781312 514 4949174515503431940 0 0 17 4 0 0 0
/proc/6335/statm: 72890 5999 372 364 0 8805 0
[pid=6337] ppid=6335 vsize=1019708 CPUtime=59.71 cores=4,6
/proc/6337/stat : 6337 (gnovelty+2) R 6335 6337 6337 0 -1 4202496 954 0 0 0 5971 0 0 0 25 0 1 0 656769273 1044180992 690 33554432000 134512640 135663704 4292998144 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6337/statm: 254927 690 113 282 0 254643 0
[pid=6279/tid=6286] ppid=6277 vsize=300712 CPUtime=0 cores=4,6
/proc/6279/task/6286/stat : 6286 (python) S 6277 6279 5445 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 3 0 656759239 307929088 7510 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
[pid=6279/tid=6336] ppid=6277 vsize=300712 CPUtime=0 cores=4,6
/proc/6279/task/6336/stat : 6336 (python) S 6277 6279 5445 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 3 0 656769273 307929088 7510 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.23

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

[pid=6354] ppid=6279 vsize=301332 CPUtime=0.29 cores=4,6
/proc/6354/stat : 6354 (python) S 6279 6279 5445 0 -1 4202560 1083 0 0 0 15 14 0 0 19 0 2 0 656779304 308563968 6166 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6354/statm: 75333 6166 399 364 0 11245 0
[pid=6356] ppid=6354 vsize=420220 CPUtime=99.98 cores=4,6
/proc/6356/stat : 6356 (adaptg2wsat2009) T 6354 6356 6356 0 -1 4202496 1667 0 0 0 9998 0 0 0 25 0 1 0 656779304 430305280 1399 33554432000 134512640 135107411 4292992128 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/6356/statm: 105055 1399 59 146 0 103931 0
[pid=6354/tid=6371] ppid=6279 vsize=301332 CPUtime=0 cores=4,6
/proc/6354/task/6371/stat : 6371 (python) S 6279 6279 5445 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656789332 308563968 6166 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 514 18446604453931411648 0 0 -1 6 0 0 0
[pid=6372] ppid=6279 vsize=311588 CPUtime=0.28 cores=4,6
/proc/6372/stat : 6372 (python) S 6279 6279 5445 0 -1 4202560 1075 0 0 0 16 12 0 0 19 0 2 0 656789333 319066112 6169 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6372/statm: 77897 6169 399 364 0 13806 0
[pid=6374] ppid=6372 vsize=420220 CPUtime=99.28 cores=4,6
/proc/6374/stat : 6374 (adaptg2wsat2009) T 6372 6374 6374 0 -1 4202496 1670 0 0 0 9928 0 0 0 25 0 1 0 656789333 430305280 1399 33554432000 134512640 135107411 4293082672 18446744073709551615 134531707 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6374/statm: 105055 1399 59 146 0 103931 0
[pid=6372/tid=6390] ppid=6279 vsize=311588 CPUtime=0 cores=4,6
/proc/6372/task/6390/stat : 6390 (python) S 6279 6279 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656799263 319066112 6169 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 514 18446604449312266432 0 0 -1 6 0 0 0
[pid=6391] ppid=6279 vsize=322396 CPUtime=0.28 cores=4,6
/proc/6391/stat : 6391 (python) S 6279 6279 5445 0 -1 4202560 1091 0 0 0 16 12 0 0 19 0 2 0 656799264 330133504 6175 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 80599 6175 400 364 0 16505 0
[pid=6393] ppid=6391 vsize=420220 CPUtime=99.99 cores=4,6
/proc/6393/stat : 6393 (adaptg2wsat2009) T 6391 6393 6393 0 -1 4202496 1667 0 0 0 9999 0 0 0 25 0 1 0 656799264 430305280 1400 33554432000 134512640 135107411 4294582304 18446744073709551615 134531808 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6393/statm: 105055 1400 59 146 0 103931 0
[pid=6391/tid=6409] ppid=6279 vsize=322396 CPUtime=0 cores=4,6
/proc/6391/task/6409/stat : 6409 (python) S 6279 6279 5445 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656809292 330133504 6175 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 514 18446604442458386496 0 0 -1 4 0 0 0
[pid=6410] ppid=6279 vsize=332412 CPUtime=0.29 cores=4,6
/proc/6410/stat : 6410 (python) S 6279 6279 5445 0 -1 4202560 1093 0 0 0 18 11 0 0 19 0 2 0 656809294 340389888 6196 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6410/statm: 83103 6196 400 364 0 19006 0
[pid=6412] ppid=6410 vsize=1019708 CPUtime=100.05 cores=4,6
/proc/6412/stat : 6412 (gnovelty+2) T 6410 6412 6412 0 -1 4202496 956 0 0 0 10003 2 0 0 25 0 1 0 656809294 1044180992 690 33554432000 134512640 135663704 4292964960 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6412/statm: 254927 690 113 282 0 254643 0
[pid=6410/tid=6497] ppid=6279 vsize=332412 CPUtime=0 cores=4,6
/proc/6410/task/6497/stat : 6497 (python) S 6279 6279 5445 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656819327 340389888 6196 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 514 18446604452781072512 0 0 -1 6 0 0 0
[pid=6498] ppid=6279 vsize=342356 CPUtime=0.29 cores=4,6
/proc/6498/stat : 6498 (python) S 6279 6279 5445 0 -1 4202560 1090 0 0 0 16 13 0 0 19 0 2 0 656819328 350572544 6199 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6498/statm: 85589 6199 399 364 0 21489 0
[pid=6500] ppid=6498 vsize=249872 CPUtime=100.01 cores=4,6
/proc/6500/stat : 6500 (FH) T 6498 6500 6500 0 -1 4202496 1528 0 0 0 10001 0 0 0 25 0 1 0 656819328 255868928 1264 33554432000 134512640 134936988 4288066704 18446744073709551615 134552304 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6500/statm: 62468 1264 41 104 0 61972 0
[pid=6498/tid=6547] ppid=6279 vsize=342356 CPUtime=0 cores=4,6
/proc/6498/task/6547/stat : 6547 (python) S 6279 6279 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656829357 350572544 6199 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 514 18446604447498387840 0 0 -1 6 0 0 0
[pid=6548] ppid=6279 vsize=353304 CPUtime=0 cores=4,6
/proc/6548/stat : 6548 (python) S 6279 6279 5445 0 -1 4202560 776 0 0 0 0 0 0 0 19 0 1 0 656829359 361783296 6154 33554432000 4194304 5683644 140735639087280 18446744073709551615 253640879686 0 0 16781312 514 6025024932222599167 0 0 17 4 0 0 0
/proc/6548/statm: 88326 6154 351 364 0 24223 0
[pid=6550] ppid=6548 vsize=419820 CPUtime=0.65 cores=4,6
/proc/6550/stat : 6550 (adaptg2wsat2009) R 6548 6550 6550 0 -1 4202496 1442 0 0 0 65 0 0 0 22 0 1 0 656829359 429895680 1173 33554432000 134512640 135107411 4290391744 18446744073709551615 134523261 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6550/statm: 104955 1173 49 146 0 103831 0
[pid=6279/tid=6286] ppid=6277 vsize=362856 CPUtime=0 cores=4,6
/proc/6279/task/6286/stat : 6286 (python) S 6277 6279 5445 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 656759239 371564544 7698 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
[pid=6279/tid=6336] ppid=6277 vsize=362856 CPUtime=0 cores=4,6
/proc/6279/task/6336/stat : 6336 (python) S 6277 6279 5445 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 656769273 371564544 7698 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
[pid=6279/tid=6355] ppid=6277 vsize=362856 CPUtime=0 cores=4,6
/proc/6279/task/6355/stat : 6355 (python) S 6277 6279 5445 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 656779304 371564544 7698 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
[pid=6279/tid=6373] ppid=6277 vsize=362856 CPUtime=0 cores=4,6
/proc/6279/task/6373/stat : 6373 (python) S 6277 6279 5445 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 656789333 371564544 7698 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
[pid=6279/tid=6392] ppid=6277 vsize=362856 CPUtime=0 cores=4,6
/proc/6279/task/6392/stat : 6392 (python) S 6277 6279 5445 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 656799264 371564544 7698 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
[pid=6279/tid=6411] ppid=6277 vsize=362856 CPUtime=0 cores=4,6
/proc/6279/task/6411/stat : 6411 (python) S 6277 6279 5445 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 656809294 371564544 7698 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
[pid=6279/tid=6499] ppid=6277 vsize=362856 CPUtime=0 cores=4,6
/proc/6279/task/6499/stat : 6499 (python) S 6277 6279 5445 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 656819328 371564544 7698 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
[pid=6279/tid=6549] ppid=6277 vsize=362856 CPUtime=0 cores=4,6
/proc/6279/task/6549/stat : 6549 (python) S 6277 6279 5445 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 656829359 371564544 7698 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 704.13
Current children cumulated vsize (KiB) 7898220

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

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

[startup+703.901 s]
/proc/loadavg: 4.11 4.07 3.91 6/453 6550
/proc/meminfo: memFree=23206932/32951124 swapFree=56449224/67111528
[pid=6279] ppid=6277 vsize=362856 CPUtime=1.9 cores=4,6
/proc/6279/stat : 6279 (python) S 6277 6279 5445 0 -1 4202496 18721 932 1 0 179 11 0 0 20 0 9 0 656759033 371564544 7698 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6279/statm: 90714 7698 1892 364 0 26611 0
[pid=6285] ppid=6279 vsize=290940 CPUtime=0.26 cores=4,6
/proc/6285/stat : 6285 (python) S 6279 6279 5445 0 -1 4202560 1160 0 0 0 14 12 0 0 19 0 2 0 656759239 297922560 6026 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6285/statm: 72735 6026 415 364 0 8653 0
[pid=6287] ppid=6285 vsize=1019708 CPUtime=100.31 cores=4,6
/proc/6287/stat : 6287 (gnovelty+2) T 6285 6287 6287 0 -1 4202496 955 0 0 0 10031 0 0 0 25 0 1 0 656759239 1044180992 689 33554432000 134512640 135663704 4294307104 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6287/statm: 254927 689 113 282 0 254643 0
[pid=6285/tid=6334] ppid=6279 vsize=290940 CPUtime=0 cores=4,6
/proc/6285/task/6334/stat : 6334 (python) S 6279 6279 5445 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656769271 297922560 6026 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 514 18446604447504567104 0 0 -1 6 0 0 0
[pid=6335] ppid=6279 vsize=291560 CPUtime=0.26 cores=4,6
/proc/6335/stat : 6335 (python) S 6279 6279 5445 0 -1 4202560 1081 0 0 0 15 11 0 0 19 0 2 0 656769272 298557440 6028 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6335/statm: 72890 6028 400 364 0 8805 0
[pid=6337] ppid=6335 vsize=1019708 CPUtime=100.01 cores=4,6
/proc/6337/stat : 6337 (gnovelty+2) T 6335 6337 6337 0 -1 4202496 954 0 0 0 10001 0 0 0 25 0 1 0 656769273 1044180992 690 33554432000 134512640 135663704 4292998144 18446744073709551615 134525544 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6337/statm: 254927 690 113 282 0 254643 0
[pid=6335/tid=6353] ppid=6279 vsize=291560 CPUtime=0 cores=4,6
/proc/6335/task/6353/stat : 6353 (python) S 6279 6279 5445 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656779303 298557440 6028 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 514 18446604452930135296 0 0 -1 6 0 0 0
[pid=6354] ppid=6279 vsize=301332 CPUtime=0.29 cores=4,6
/proc/6354/stat : 6354 (python) S 6279 6279 5445 0 -1 4202560 1083 0 0 0 15 14 0 0 19 0 2 0 656779304 308563968 6166 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6354/statm: 75333 6166 399 364 0 11245 0
[pid=6356] ppid=6354 vsize=420220 CPUtime=99.98 cores=4,6
/proc/6356/stat : 6356 (adaptg2wsat2009) T 6354 6356 6356 0 -1 4202496 1667 0 0 0 9998 0 0 0 25 0 1 0 656779304 430305280 1399 33554432000 134512640 135107411 4292992128 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/6356/statm: 105055 1399 59 146 0 103931 0
[pid=6354/tid=6371] ppid=6279 vsize=301332 CPUtime=0 cores=4,6
/proc/6354/task/6371/stat : 6371 (python) S 6279 6279 5445 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656789332 308563968 6166 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 514 18446604453931411648 0 0 -1 6 0 0 0
[pid=6372] ppid=6279 vsize=311588 CPUtime=0.28 cores=4,6
/proc/6372/stat : 6372 (python) S 6279 6279 5445 0 -1 4202560 1075 0 0 0 16 12 0 0 19 0 2 0 656789333 319066112 6169 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6372/statm: 77897 6169 399 364 0 13806 0
[pid=6374] ppid=6372 vsize=420220 CPUtime=99.28 cores=4,6
/proc/6374/stat : 6374 (adaptg2wsat2009) T 6372 6374 6374 0 -1 4202496 1670 0 0 0 9928 0 0 0 25 0 1 0 656789333 430305280 1399 33554432000 134512640 135107411 4293082672 18446744073709551615 134531707 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6374/statm: 105055 1399 59 146 0 103931 0
[pid=6372/tid=6390] ppid=6279 vsize=311588 CPUtime=0 cores=4,6
/proc/6372/task/6390/stat : 6390 (python) S 6279 6279 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656799263 319066112 6169 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 514 18446604449312266432 0 0 -1 6 0 0 0
[pid=6391] ppid=6279 vsize=322396 CPUtime=0.28 cores=4,6
/proc/6391/stat : 6391 (python) S 6279 6279 5445 0 -1 4202560 1091 0 0 0 16 12 0 0 19 0 2 0 656799264 330133504 6175 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6391/statm: 80599 6175 400 364 0 16505 0
[pid=6393] ppid=6391 vsize=420220 CPUtime=99.99 cores=4,6
/proc/6393/stat : 6393 (adaptg2wsat2009) T 6391 6393 6393 0 -1 4202496 1667 0 0 0 9999 0 0 0 25 0 1 0 656799264 430305280 1400 33554432000 134512640 135107411 4294582304 18446744073709551615 134531808 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6393/statm: 105055 1400 59 146 0 103931 0
[pid=6391/tid=6409] ppid=6279 vsize=322396 CPUtime=0 cores=4,6
/proc/6391/task/6409/stat : 6409 (python) S 6279 6279 5445 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656809292 330133504 6175 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 514 18446604442458386496 0 0 -1 4 0 0 0
[pid=6410] ppid=6279 vsize=332412 CPUtime=0.29 cores=4,6
/proc/6410/stat : 6410 (python) S 6279 6279 5445 0 -1 4202560 1093 0 0 0 18 11 0 0 19 0 2 0 656809294 340389888 6196 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6410/statm: 83103 6196 400 364 0 19006 0
[pid=6412] ppid=6410 vsize=1019708 CPUtime=100.05 cores=4,6
/proc/6412/stat : 6412 (gnovelty+2) T 6410 6412 6412 0 -1 4202496 956 0 0 0 10003 2 0 0 25 0 1 0 656809294 1044180992 690 33554432000 134512640 135663704 4292964960 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6412/statm: 254927 690 113 282 0 254643 0
[pid=6410/tid=6497] ppid=6279 vsize=332412 CPUtime=0 cores=4,6
/proc/6410/task/6497/stat : 6497 (python) S 6279 6279 5445 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656819327 340389888 6196 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 514 18446604452781072512 0 0 -1 6 0 0 0
[pid=6498] ppid=6279 vsize=342356 CPUtime=0.29 cores=4,6
/proc/6498/stat : 6498 (python) S 6279 6279 5445 0 -1 4202560 1090 0 0 0 16 13 0 0 19 0 2 0 656819328 350572544 6199 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6498/statm: 85589 6199 399 364 0 21489 0
[pid=6500] ppid=6498 vsize=249872 CPUtime=100.01 cores=4,6
/proc/6500/stat : 6500 (FH) T 6498 6500 6500 0 -1 4202496 1528 0 0 0 10001 0 0 0 25 0 1 0 656819328 255868928 1264 33554432000 134512640 134936988 4288066704 18446744073709551615 134552304 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6500/statm: 62468 1264 41 104 0 61972 0
[pid=6498/tid=6547] ppid=6279 vsize=342356 CPUtime=0 cores=4,6
/proc/6498/task/6547/stat : 6547 (python) S 6279 6279 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656829357 350572544 6199 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 514 18446604447498387840 0 0 -1 6 0 0 0
[pid=6548] ppid=6279 vsize=353304 CPUtime=0 cores=4,6
/proc/6548/stat : 6548 (python) S 6279 6279 5445 0 -1 4202560 776 0 0 0 0 0 0 0 19 0 1 0 656829359 361783296 6154 33554432000 4194304 5683644 140735639087280 18446744073709551615 253640879686 0 0 16781312 514 6025024932222599167 0 0 17 4 0 0 0
/proc/6548/statm: 88326 6154 351 364 0 24223 0
[pid=6550] ppid=6548 vsize=419820 CPUtime=0.65 cores=4,6
/proc/6550/stat : 6550 (adaptg2wsat2009) R 6548 6550 6550 0 -1 4202496 1442 0 0 0 65 0 0 0 22 0 1 0 656829359 429895680 1173 33554432000 134512640 135107411 4290391744 18446744073709551615 134523261 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6550/statm: 104955 1173 49 146 0 103831 0
[pid=6279/tid=6286] ppid=6277 vsize=362856 CPUtime=0 cores=4,6
/proc/6279/task/6286/stat : 6286 (python) S 6277 6279 5445 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 656759239 371564544 7698 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
[pid=6279/tid=6336] ppid=6277 vsize=362856 CPUtime=0 cores=4,6
/proc/6279/task/6336/stat : 6336 (python) S 6277 6279 5445 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 656769273 371564544 7698 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
[pid=6279/tid=6355] ppid=6277 vsize=362856 CPUtime=0 cores=4,6
/proc/6279/task/6355/stat : 6355 (python) S 6277 6279 5445 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 656779304 371564544 7698 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
[pid=6279/tid=6373] ppid=6277 vsize=362856 CPUtime=0 cores=4,6
/proc/6279/task/6373/stat : 6373 (python) S 6277 6279 5445 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 656789333 371564544 7698 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
[pid=6279/tid=6392] ppid=6277 vsize=362856 CPUtime=0 cores=4,6
/proc/6279/task/6392/stat : 6392 (python) S 6277 6279 5445 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 656799264 371564544 7698 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
[pid=6279/tid=6411] ppid=6277 vsize=362856 CPUtime=0 cores=4,6
/proc/6279/task/6411/stat : 6411 (python) S 6277 6279 5445 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 656809294 371564544 7698 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
[pid=6279/tid=6499] ppid=6277 vsize=362856 CPUtime=0 cores=4,6
/proc/6279/task/6499/stat : 6499 (python) S 6277 6279 5445 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 656819328 371564544 7698 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
[pid=6279/tid=6549] ppid=6277 vsize=362856 CPUtime=0 cores=4,6
/proc/6279/task/6549/stat : 6549 (python) S 6277 6279 5445 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 656829359 371564544 7698 33554432000 4194304 5683644 140735639087280 18446744073709551615 253652683185 0 0 16781312 2 18446604447498390528 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 704.13
Current children cumulated vsize (KiB) 7898220

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.978
CPU time (s): 704.13
CPU user time (s): 703.15
CPU system time (s): 0.98
CPU usage (%): 100.022
Max. virtual memory (cumulated for all children) (KiB): 7898220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.79573
system time used= 0.113982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19658
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= 2868
involuntary context switches= 34

runsolver used 3.00754 second user time and 6.01809 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-15 11:26:26
IDJOB=3377242
IDBENCH=82551
IDSOLVER=1857
FILE ID=node106/3377242-1305451586
RUNJOBID= node106-1305451456-6097
PBS_JOBID= 13324871
Free space on /tmp= 73336 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S966156467-066-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-3377242-1305451586/watcher-3377242-1305451586 -o /tmp/evaluation-result-3377242-1305451586/solver-3377242-1305451586 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377242-1305451586.cnf -seed 705728268 -budget 2400

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

MD5SUM BENCH= 5297bd1d2a420892cfb1fb6d32ccacad
RANDOM SEED=705728268

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:      23343900 kB
Buffers:        285776 kB
Cached:        6157704 kB
SwapCached:      27544 kB
Active:        1108716 kB
Inactive:      8252724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23343900 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:           66032 kB
Writeback:           0 kB
AnonPages:     2898916 kB
Mapped:          17340 kB
Slab:           125996 kB
PageTables:      53192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79804852 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= 73320 MiB
End job on node106 at 2011-05-15 11:38:12