Trace number 3377317

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.17 703.981

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S894356234-063-UNKNOWN.cnf
MD5SUMc26a52ff3714cab8bc335a81bb8af922
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 variables250
Number of clauses21250
Sum of the clauses size148750
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 521250

Solver Data

0.30/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.48	c INFO: solving HOME/instance-3377317-1305452256.cnf
0.30/0.48	c INFO: computing task features
0.48/0.62	c INFO: computed variable-clause graph statistics
0.48/0.63	c INFO: computed clause balance statistics
1.18/1.35	c INFO: computed variable balance statistics
1.48/1.65	c INFO: computed small-clause counts
1.48/1.65	c INFO: computed Horn-clause counts
1.48/1.67	c INFO: computed variable graph statistics
1.48/1.67	c INFO: collected features for HOME/instance-3377317-1305452256.cnf in 1.18 s
1.48/1.69	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.36)
101.87/102.03	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
202.19/202.39	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
301.87/301.74	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.07)
402.20/402.06	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.05)
502.50/502.39	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.04)
602.95/602.75	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.03)
703.26/703.08	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-3377317-1305452256/watcher-3377317-1305452256 -o /tmp/evaluation-result-3377317-1305452256/solver-3377317-1305452256 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377317-1305452256.cnf -seed 2079210010 -budget 2400 

running on 2 cores: 5,7

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.08 4.08 3.96 5/422 19203
/proc/meminfo: memFree=17568176/32951124 swapFree=45193364/67111528
[pid=19203] ppid=19201 vsize=15776 CPUtime=0 cores=5,7
/proc/19203/stat : 19203 (python) S 19201 19203 17657 0 -1 4202496 902 0 0 0 0 0 0 0 22 0 1 0 735456308 16154624 784 33554432000 4194304 5683644 140734813909824 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/19203/statm: 3944 784 346 364 0 431 0

[startup+0.082034 s]
/proc/loadavg: 4.08 4.08 3.96 5/422 19203
/proc/meminfo: memFree=17568176/32951124 swapFree=45193364/67111528
[pid=19203] ppid=19201 vsize=84524 CPUtime=0.05 cores=5,7
/proc/19203/stat : 19203 (python) R 19201 19203 17657 0 -1 4202496 2263 0 0 0 4 1 0 0 22 0 1 0 735456308 86552576 2011 33554432000 4194304 5683644 140734813909824 18446744073709551615 224284923904 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19203/statm: 21131 2013 630 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84524

[startup+0.101042 s]
/proc/loadavg: 4.08 4.08 3.96 5/422 19203
/proc/meminfo: memFree=17568176/32951124 swapFree=45193364/67111528
[pid=19203] ppid=19201 vsize=99376 CPUtime=0.06 cores=5,7
/proc/19203/stat : 19203 (python) R 19201 19203 17657 0 -1 4202496 2870 0 0 0 5 1 0 0 17 0 1 0 735456308 101761024 2568 33554432000 4194304 5683644 140734813909824 18446744073709551615 224284923904 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19203/statm: 24844 2568 818 364 0 1695 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99376

[startup+0.300994 s]
/proc/loadavg: 4.08 4.08 3.96 5/422 19203
/proc/meminfo: memFree=17568176/32951124 swapFree=45193364/67111528
[pid=19203] ppid=19201 vsize=156688 CPUtime=0.22 cores=5,7
/proc/19203/stat : 19203 (python) R 19201 19203 17657 0 -1 4202496 6422 931 1 0 16 6 0 0 18 0 1 0 735456308 160448512 4527 33554432000 4194304 5683644 140734813909824 18446744073709551615 224284925584 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19203/statm: 39172 4527 1257 364 0 3280 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 156688

[startup+0.700933 s]
/proc/loadavg: 4.08 4.08 3.96 5/422 19203
/proc/meminfo: memFree=17568176/32951124 swapFree=45193364/67111528
[pid=19203] ppid=19201 vsize=283908 CPUtime=0.58 cores=5,7
/proc/19203/stat : 19203 (python) R 19201 19203 17657 0 -1 4202496 11850 931 1 0 50 8 0 0 18 0 1 0 735456308 290721792 8362 33554432000 4194304 5683644 140734813909824 18446744073709551615 47890734740835 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19203/statm: 70977 8362 1826 364 0 6901 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 283908

[startup+1.5008 s]
/proc/loadavg: 4.08 4.08 3.96 5/423 19208
/proc/meminfo: memFree=17539764/32951124 swapFree=45193364/67111528
[pid=19203] ppid=19201 vsize=283908 CPUtime=1.38 cores=5,7
/proc/19203/stat : 19203 (python) R 19201 19203 17657 0 -1 4202496 11851 931 1 0 130 8 0 0 19 0 1 0 735456308 290721792 8363 33554432000 4194304 5683644 140734813909824 18446744073709551615 224288334505 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19203/statm: 70977 8363 1827 364 0 6901 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 283908

[startup+3.10053 s]
/proc/loadavg: 4.07 4.07 3.96 5/426 19211
/proc/meminfo: memFree=17540132/32951124 swapFree=45193364/67111528
[pid=19203] ppid=19201 vsize=289680 CPUtime=1.58 cores=5,7
/proc/19203/stat : 19203 (python) S 19201 19203 17657 0 -1 4202496 12161 931 1 0 149 9 0 0 21 0 2 0 735456308 296632320 7285 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19203/statm: 72420 7285 1869 364 0 8338 0
[pid=19209] ppid=19203 vsize=279920 CPUtime=0 cores=5,7
/proc/19209/stat : 19209 (python) S 19203 19203 17657 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 735456477 286638080 5768 33554432000 4194304 5683644 140734813909824 18446744073709551615 224284945935 0 0 16781312 514 5032422118550110471 0 0 17 5 0 0 0
/proc/19209/statm: 69980 5768 355 364 0 5898 0
[pid=19211] ppid=19209 vsize=1018820 CPUtime=1.4 cores=5,7
/proc/19211/stat : 19211 (gnovelty+2) R 19209 19211 19211 0 -1 4202496 862 0 0 0 140 0 0 0 25 0 1 0 735456478 1043271680 595 33554432000 134512640 135663704 4293200224 18446744073709551615 134524518 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19211/statm: 254705 595 113 282 0 254421 0
[pid=19203/tid=19210] ppid=19201 vsize=289680 CPUtime=0 cores=5,7
/proc/19203/task/19210/stat : 19210 (python) S 19201 19203 17657 0 -1 4202560 26 931 0 0 0 0 0 0 21 0 2 0 735456478 296632320 7285 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 2 18446604469734680576 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1588420

[startup+6.30096 s]
/proc/loadavg: 4.07 4.07 3.96 5/426 19211
/proc/meminfo: memFree=17539472/32951124 swapFree=45193364/67111528
[pid=19203] ppid=19201 vsize=289680 CPUtime=1.58 cores=5,7
/proc/19203/stat : 19203 (python) S 19201 19203 17657 0 -1 4202496 12161 931 1 0 149 9 0 0 21 0 2 0 735456308 296632320 7285 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19203/statm: 72420 7285 1869 364 0 8338 0
[pid=19209] ppid=19203 vsize=279920 CPUtime=0.01 cores=5,7
/proc/19209/stat : 19209 (python) S 19203 19203 17657 0 -1 4202560 967 0 0 0 0 1 0 0 18 0 1 0 735456477 286638080 5796 33554432000 4194304 5683644 140734813909824 18446744073709551615 224284945935 0 0 16781312 514 5032422118550110471 0 0 17 5 0 0 0
/proc/19209/statm: 69980 5796 383 364 0 5898 0
[pid=19211] ppid=19209 vsize=1018820 CPUtime=4.59 cores=5,7
/proc/19211/stat : 19211 (gnovelty+2) R 19209 19211 19211 0 -1 4202496 862 0 0 0 459 0 0 0 25 0 1 0 735456478 1043271680 595 33554432000 134512640 135663704 4293200224 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19211/statm: 254705 595 113 282 0 254421 0
[pid=19203/tid=19210] ppid=19201 vsize=289680 CPUtime=0 cores=5,7
/proc/19203/task/19210/stat : 19210 (python) S 19201 19203 17657 0 -1 4202560 26 931 0 0 0 0 0 0 21 0 2 0 735456478 296632320 7285 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 2 18446604469734680576 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 1588420

[startup+12.7009 s]
/proc/loadavg: 4.06 4.07 3.96 5/430 19215
/proc/meminfo: memFree=17522236/32951124 swapFree=45193364/67111528
[pid=19203] ppid=19201 vsize=289680 CPUtime=1.58 cores=5,7
/proc/19203/stat : 19203 (python) S 19201 19203 17657 0 -1 4202496 12161 931 1 0 149 9 0 0 21 0 2 0 735456308 296632320 7285 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19203/statm: 72420 7285 1869 364 0 8338 0
[pid=19209] ppid=19203 vsize=279920 CPUtime=0.03 cores=5,7
/proc/19209/stat : 19209 (python) S 19203 19203 17657 0 -1 4202560 971 0 0 0 1 2 0 0 18 0 1 0 735456477 286638080 5796 33554432000 4194304 5683644 140734813909824 18446744073709551615 224284945935 0 0 16781312 514 7711886596290609415 0 0 17 5 0 0 0
/proc/19209/statm: 69980 5796 383 364 0 5898 0
[pid=19211] ppid=19209 vsize=1018820 CPUtime=10.95 cores=5,7
/proc/19211/stat : 19211 (gnovelty+2) R 19209 19211 19211 0 -1 4202496 862 0 0 0 1095 0 0 0 25 0 1 0 735456478 1043271680 595 33554432000 134512640 135663704 4293200224 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19211/statm: 254705 595 113 282 0 254421 0
[pid=19203/tid=19210] ppid=19201 vsize=289680 CPUtime=0 cores=5,7
/proc/19203/task/19210/stat : 19210 (python) S 19201 19203 17657 0 -1 4202560 26 931 0 0 0 0 0 0 21 0 2 0 735456478 296632320 7285 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 2 18446604469734680576 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 1588420

[startup+25.5008 s]
/proc/loadavg: 4.05 4.07 3.96 5/434 19219
/proc/meminfo: memFree=17497172/32951124 swapFree=45193364/67111528
[pid=19203] ppid=19201 vsize=289680 CPUtime=1.58 cores=5,7
/proc/19203/stat : 19203 (python) S 19201 19203 17657 0 -1 4202496 12161 931 1 0 149 9 0 0 21 0 2 0 735456308 296632320 7285 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19203/statm: 72420 7285 1869 364 0 8338 0
[pid=19209] ppid=19203 vsize=279920 CPUtime=0.06 cores=5,7
/proc/19209/stat : 19209 (python) S 19203 19203 17657 0 -1 4202560 977 0 0 0 3 3 0 0 18 0 1 0 735456477 286638080 5796 33554432000 4194304 5683644 140734813909824 18446744073709551615 224284945935 0 0 16781312 514 7711886596290609415 0 0 17 5 0 0 0
/proc/19209/statm: 69980 5796 383 364 0 5898 0
[pid=19211] ppid=19209 vsize=1018820 CPUtime=23.71 cores=5,7
/proc/19211/stat : 19211 (gnovelty+2) R 19209 19211 19211 0 -1 4202496 862 0 0 0 2371 0 0 0 25 0 1 0 735456478 1043271680 595 33554432000 134512640 135663704 4293200224 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19211/statm: 254705 595 113 282 0 254421 0
[pid=19203/tid=19210] ppid=19201 vsize=289680 CPUtime=0 cores=5,7
/proc/19203/task/19210/stat : 19210 (python) S 19201 19203 17657 0 -1 4202560 26 931 0 0 0 0 0 0 21 0 2 0 735456478 296632320 7285 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 2 18446604469734680576 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 1588420

[startup+51.1005 s]
/proc/loadavg: 4.03 4.06 3.96 5/434 19221
/proc/meminfo: memFree=17496588/32951124 swapFree=45193364/67111528
[pid=19203] ppid=19201 vsize=289680 CPUtime=1.58 cores=5,7
/proc/19203/stat : 19203 (python) S 19201 19203 17657 0 -1 4202496 12161 931 1 0 149 9 0 0 21 0 2 0 735456308 296632320 7285 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19203/statm: 72420 7285 1869 364 0 8338 0
[pid=19209] ppid=19203 vsize=279920 CPUtime=0.13 cores=5,7
/proc/19209/stat : 19209 (python) S 19203 19203 17657 0 -1 4202560 988 0 0 0 6 7 0 0 18 0 1 0 735456477 286638080 5796 33554432000 4194304 5683644 140734813909824 18446744073709551615 224284945935 0 0 16781312 514 7711886596290609415 0 0 17 5 0 0 0
/proc/19209/statm: 69980 5796 383 364 0 5898 0
[pid=19211] ppid=19209 vsize=1018820 CPUtime=49.25 cores=5,7
/proc/19211/stat : 19211 (gnovelty+2) R 19209 19211 19211 0 -1 4202496 862 0 0 0 4925 0 0 0 25 0 1 0 735456478 1043271680 595 33554432000 134512640 135663704 4293200224 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19211/statm: 254705 595 113 282 0 254421 0
[pid=19203/tid=19210] ppid=19201 vsize=289680 CPUtime=0 cores=5,7
/proc/19203/task/19210/stat : 19210 (python) S 19201 19203 17657 0 -1 4202560 26 931 0 0 0 0 0 0 21 0 2 0 735456478 296632320 7285 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 2 18446604469734680576 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 1588420

[startup+102.316 s]
/proc/loadavg: 4.09 4.08 3.97 5/438 19228
/proc/meminfo: memFree=17490156/32951124 swapFree=45193364/67111528
[pid=19203] ppid=19201 vsize=300068 CPUtime=1.59 cores=5,7
/proc/19203/stat : 19203 (python) S 19201 19203 17657 0 -1 4202496 13038 931 1 0 150 9 0 0 20 0 3 0 735456308 307269632 7325 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19203/statm: 75017 7325 1872 364 0 10932 0
[pid=19209] ppid=19203 vsize=290164 CPUtime=0.3 cores=5,7
/proc/19209/stat : 19209 (python) S 19203 19203 17657 0 -1 4202560 1146 0 0 0 14 16 0 0 19 0 2 0 735456477 297127936 5833 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19209/statm: 72541 5833 415 364 0 8459 0
[pid=19211] ppid=19209 vsize=1018820 CPUtime=100.01 cores=5,7
/proc/19211/stat : 19211 (gnovelty+2) T 19209 19211 19211 0 -1 4202496 862 0 0 0 10001 0 0 0 25 0 1 0 735456478 1043271680 595 33554432000 134512640 135663704 4293200224 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19211/statm: 254705 595 113 282 0 254421 0
[pid=19209/tid=19225] ppid=19203 vsize=290164 CPUtime=0 cores=5,7
/proc/19209/task/19225/stat : 19225 (python) S 19203 19203 17657 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 735466511 297127936 5833 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 514 18446604466969297216 0 0 -1 7 0 0 0
[pid=19226] ppid=19203 vsize=290848 CPUtime=0 cores=5,7
/proc/19226/stat : 19226 (python) S 19203 19203 17657 0 -1 4202560 740 0 0 0 0 0 0 0 19 0 1 0 735466512 297828352 5799 33554432000 4194304 5683644 140734813909824 18446744073709551615 224284945990 0 0 16781312 514 16795036545160577023 0 0 17 5 0 0 0
/proc/19226/statm: 72712 5799 349 364 0 8627 0
[pid=19228] ppid=19226 vsize=1018820 CPUtime=0.27 cores=5,7
/proc/19228/stat : 19228 (gnovelty+2) R 19226 19228 19228 0 -1 4202496 861 0 0 0 27 0 0 0 21 0 1 0 735466512 1043271680 596 33554432000 134512640 135663704 4288514368 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19228/statm: 254705 596 113 282 0 254421 0
[pid=19203/tid=19210] ppid=19201 vsize=300068 CPUtime=0 cores=5,7
/proc/19203/task/19210/stat : 19210 (python) S 19201 19203 17657 0 -1 4202560 26 931 0 0 0 0 0 0 21 0 3 0 735456478 307269632 7325 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 2 18446604469734680576 0 0 -1 5 0 0 0
[pid=19203/tid=19227] ppid=19201 vsize=300068 CPUtime=0 cores=5,7
/proc/19203/task/19227/stat : 19227 (python) S 19201 19203 17657 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 735466512 307269632 7325 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 2 18446604469734680576 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 2918720

[startup+162.301 s]
/proc/loadavg: 4.14 4.09 3.98 5/446 19238
/proc/meminfo: memFree=17449432/32951124 swapFree=45193364/67111528
[pid=19203] ppid=19201 vsize=300068 CPUtime=1.59 cores=5,7
/proc/19203/stat : 19203 (python) S 19201 19203 17657 0 -1 4202496 13038 931 1 0 150 9 0 0 20 0 3 0 735456308 307269632 7325 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19203/statm: 75017 7325 1872 364 0 10932 0
[pid=19209] ppid=19203 vsize=290164 CPUtime=0.3 cores=5,7
/proc/19209/stat : 19209 (python) S 19203 19203 17657 0 -1 4202560 1146 0 0 0 14 16 0 0 19 0 2 0 735456477 297127936 5833 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19209/statm: 72541 5833 415 364 0 8459 0
[pid=19211] ppid=19209 vsize=1018820 CPUtime=100.01 cores=5,7
/proc/19211/stat : 19211 (gnovelty+2) T 19209 19211 19211 0 -1 4202496 862 0 0 0 10001 0 0 0 25 0 1 0 735456478 1043271680 595 33554432000 134512640 135663704 4293200224 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19211/statm: 254705 595 113 282 0 254421 0
[pid=19209/tid=19225] ppid=19203 vsize=290164 CPUtime=0 cores=5,7
/proc/19209/task/19225/stat : 19225 (python) S 19203 19203 17657 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 735466511 297127936 5833 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 514 18446604466969297216 0 0 -1 7 0 0 0
[pid=19226] ppid=19203 vsize=290848 CPUtime=0.18 cores=5,7

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

[pid=19242] ppid=19203 vsize=300620 CPUtime=0.32 cores=5,7
/proc/19242/stat : 19242 (python) S 19203 19203 17657 0 -1 4202560 1079 0 0 0 17 15 0 0 19 0 2 0 735476548 307834880 5989 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19242/statm: 75155 5989 399 364 0 11067 0
[pid=19244] ppid=19242 vsize=419428 CPUtime=99.32 cores=5,7
/proc/19244/stat : 19244 (adaptg2wsat2009) T 19242 19244 19244 0 -1 4202496 1439 0 0 0 9932 0 0 0 25 0 1 0 735476548 429494272 1175 33554432000 134512640 135107411 4291382800 18446744073709551615 134532326 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19244/statm: 104857 1175 59 146 0 103733 0
[pid=19242/tid=19259] ppid=19203 vsize=300620 CPUtime=0 cores=5,7
/proc/19242/task/19259/stat : 19259 (python) S 19203 19203 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735486481 307834880 5989 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 514 18446604462681580544 0 0 -1 5 0 0 0
[pid=19260] ppid=19203 vsize=310876 CPUtime=0.32 cores=5,7
/proc/19260/stat : 19260 (python) S 19203 19203 17657 0 -1 4202560 1096 0 0 0 17 15 0 0 19 0 2 0 735486482 318337024 5992 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19260/statm: 77719 5992 399 364 0 13628 0
[pid=19262] ppid=19260 vsize=419428 CPUtime=100 cores=5,7
/proc/19262/stat : 19262 (adaptg2wsat2009) T 19260 19262 19262 0 -1 4202496 1438 0 0 0 10000 0 0 0 25 0 1 0 735486483 429494272 1175 33554432000 134512640 135107411 4289613200 18446744073709551615 134531401 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19262/statm: 104857 1175 59 146 0 103733 0
[pid=19260/tid=19276] ppid=19203 vsize=310876 CPUtime=0 cores=5,7
/proc/19260/task/19276/stat : 19276 (python) S 19203 19203 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735496514 318337024 5992 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 514 18446604469547943744 0 0 -1 7 0 0 0
[pid=19277] ppid=19203 vsize=321672 CPUtime=0.32 cores=5,7
/proc/19277/stat : 19277 (python) S 19203 19203 17657 0 -1 4202560 1097 0 0 0 17 15 0 0 19 0 2 0 735496515 329392128 5998 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19277/statm: 80418 5998 400 364 0 16324 0
[pid=19279] ppid=19277 vsize=419428 CPUtime=100.01 cores=5,7
/proc/19279/stat : 19279 (adaptg2wsat2009) T 19277 19279 19279 0 -1 4202496 1439 0 0 0 10001 0 0 0 25 0 1 0 735496515 429494272 1175 33554432000 134512640 135107411 4292267440 18446744073709551615 134531848 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19279/statm: 104857 1175 59 146 0 103733 0
[pid=19277/tid=19307] ppid=19203 vsize=321672 CPUtime=0 cores=5,7
/proc/19277/task/19307/stat : 19307 (python) S 19203 19203 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735506546 329392128 5998 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 514 18446604462681579648 0 0 -1 7 0 0 0
[pid=19308] ppid=19203 vsize=331388 CPUtime=0.32 cores=5,7
/proc/19308/stat : 19308 (python) S 19203 19203 17657 0 -1 4202560 1095 0 0 0 17 15 0 0 19 0 2 0 735506548 339341312 6015 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19308/statm: 82847 6015 399 364 0 18750 0
[pid=19310] ppid=19308 vsize=1018820 CPUtime=100.05 cores=5,7
/proc/19310/stat : 19310 (gnovelty+2) T 19308 19310 19310 0 -1 4202496 860 0 0 0 10005 0 0 0 25 0 1 0 735506548 1043271680 595 33554432000 134512640 135663704 4292663856 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19310/statm: 254705 595 113 282 0 254421 0
[pid=19308/tid=19355] ppid=19203 vsize=331388 CPUtime=0 cores=5,7
/proc/19308/task/19355/stat : 19355 (python) S 19203 19203 17657 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 735516583 339341312 6015 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 514 18446604466447379456 0 0 -1 7 0 0 0
[pid=19356] ppid=19203 vsize=341988 CPUtime=0.32 cores=5,7
/proc/19356/stat : 19356 (python) S 19203 19203 17657 0 -1 4202560 1096 0 0 0 16 16 0 0 19 0 2 0 735516584 350195712 6020 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19356/statm: 85497 6020 400 364 0 21397 0
[pid=19358] ppid=19356 vsize=249192 CPUtime=100.01 cores=5,7
/proc/19358/stat : 19358 (FH) T 19356 19358 19358 0 -1 4202496 1325 0 0 0 10001 0 0 0 25 0 1 0 735516584 255172608 1059 33554432000 134512640 134936988 4290240400 18446744073709551615 134553311 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19358/statm: 62298 1059 41 104 0 61802 0
[pid=19356/tid=19366] ppid=19203 vsize=341988 CPUtime=0 cores=5,7
/proc/19356/task/19366/stat : 19366 (python) S 19203 19203 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735526615 350195712 6020 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 514 18446604462787549376 0 0 -1 5 0 0 0
[pid=19367] ppid=19203 vsize=352100 CPUtime=0 cores=5,7
/proc/19367/stat : 19367 (python) S 19203 19203 17657 0 -1 4202560 770 0 0 0 0 0 0 0 18 0 1 0 735526617 360550400 5974 33554432000 4194304 5683644 140734813909824 18446744073709551615 224284945990 0 0 16781312 514 5023210410132635647 0 0 17 5 0 0 0
/proc/19367/statm: 88025 5974 351 364 0 23922 0
[pid=19369] ppid=19367 vsize=419160 CPUtime=0.83 cores=5,7
/proc/19369/stat : 19369 (adaptg2wsat2009) R 19367 19369 19369 0 -1 4202496 1259 0 0 0 83 0 0 0 21 0 1 0 735526617 429219840 991 33554432000 134512640 135107411 4289762112 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19369/statm: 104790 991 49 146 0 103666 0
[pid=19203/tid=19210] ppid=19201 vsize=362144 CPUtime=0 cores=5,7
/proc/19203/task/19210/stat : 19210 (python) S 19201 19203 17657 0 -1 4202560 26 931 0 0 0 0 0 0 21 0 9 0 735456478 370835456 7518 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 2 18446604469734680576 0 0 -1 5 0 0 0
[pid=19203/tid=19227] ppid=19201 vsize=362144 CPUtime=0 cores=5,7
/proc/19203/task/19227/stat : 19227 (python) S 19201 19203 17657 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 735466512 370835456 7518 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 2 18446604469734680576 0 0 -1 5 0 0 0
[pid=19203/tid=19243] ppid=19201 vsize=362144 CPUtime=0 cores=5,7
/proc/19203/task/19243/stat : 19243 (python) S 19201 19203 17657 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 735476548 370835456 7518 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 2 18446604469734680576 0 0 -1 7 0 0 0
[pid=19203/tid=19261] ppid=19201 vsize=362144 CPUtime=0 cores=5,7
/proc/19203/task/19261/stat : 19261 (python) S 19201 19203 17657 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 735486483 370835456 7518 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 2 18446604469734680576 0 0 -1 5 0 0 0
[pid=19203/tid=19278] ppid=19201 vsize=362144 CPUtime=0 cores=5,7
/proc/19203/task/19278/stat : 19278 (python) S 19201 19203 17657 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 735496515 370835456 7518 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 2 18446604469734680576 0 0 -1 5 0 0 0
[pid=19203/tid=19309] ppid=19201 vsize=362144 CPUtime=0 cores=5,7
/proc/19203/task/19309/stat : 19309 (python) S 19201 19203 17657 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 735506548 370835456 7518 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 2 18446604469734680576 0 0 -1 5 0 0 0
[pid=19203/tid=19357] ppid=19201 vsize=362144 CPUtime=0 cores=5,7
/proc/19203/task/19357/stat : 19357 (python) S 19201 19203 17657 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 735516584 370835456 7518 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 2 18446604469734680576 0 0 -1 5 0 0 0
[pid=19203/tid=19368] ppid=19201 vsize=362144 CPUtime=0 cores=5,7
/proc/19203/task/19368/stat : 19368 (python) S 19201 19203 17657 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 735526617 370835456 7518 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 2 18446604469734680576 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 704.17
Current children cumulated vsize (KiB) 7884896

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

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

[startup+703.902 s]
/proc/loadavg: 3.19 3.59 3.81 5/459 19369
/proc/meminfo: memFree=17509784/32951124 swapFree=45193364/67111528
[pid=19203] ppid=19201 vsize=362144 CPUtime=1.68 cores=5,7
/proc/19203/stat : 19203 (python) S 19201 19203 17657 0 -1 4202496 18287 931 1 0 157 11 0 0 20 0 9 0 735456308 370835456 7518 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19203/statm: 90536 7518 1892 364 0 26433 0
[pid=19209] ppid=19203 vsize=290164 CPUtime=0.3 cores=5,7
/proc/19209/stat : 19209 (python) S 19203 19203 17657 0 -1 4202560 1146 0 0 0 14 16 0 0 19 0 2 0 735456477 297127936 5833 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19209/statm: 72541 5833 415 364 0 8459 0
[pid=19211] ppid=19209 vsize=1018820 CPUtime=100.01 cores=5,7
/proc/19211/stat : 19211 (gnovelty+2) T 19209 19211 19211 0 -1 4202496 862 0 0 0 10001 0 0 0 25 0 1 0 735456478 1043271680 595 33554432000 134512640 135663704 4293200224 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19211/statm: 254705 595 113 282 0 254421 0
[pid=19209/tid=19225] ppid=19203 vsize=290164 CPUtime=0 cores=5,7
/proc/19209/task/19225/stat : 19225 (python) S 19203 19203 17657 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 735466511 297127936 5833 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 514 18446604466969297216 0 0 -1 7 0 0 0
[pid=19226] ppid=19203 vsize=290848 CPUtime=0.31 cores=5,7
/proc/19226/stat : 19226 (python) S 19203 19203 17657 0 -1 4202560 1077 0 0 0 15 16 0 0 19 0 2 0 735466512 297828352 5851 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19226/statm: 72712 5851 400 364 0 8627 0
[pid=19228] ppid=19226 vsize=1018820 CPUtime=100.05 cores=5,7
/proc/19228/stat : 19228 (gnovelty+2) T 19226 19228 19228 0 -1 4202496 861 0 0 0 10005 0 0 0 25 0 1 0 735466512 1043271680 596 33554432000 134512640 135663704 4288514368 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19228/statm: 254705 596 113 282 0 254421 0
[pid=19226/tid=19241] ppid=19203 vsize=290848 CPUtime=0 cores=5,7
/proc/19226/task/19241/stat : 19241 (python) S 19203 19203 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735476546 297828352 5851 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 514 18446604461118059712 0 0 -1 7 0 0 0
[pid=19242] ppid=19203 vsize=300620 CPUtime=0.32 cores=5,7
/proc/19242/stat : 19242 (python) S 19203 19203 17657 0 -1 4202560 1079 0 0 0 17 15 0 0 19 0 2 0 735476548 307834880 5989 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19242/statm: 75155 5989 399 364 0 11067 0
[pid=19244] ppid=19242 vsize=419428 CPUtime=99.32 cores=5,7
/proc/19244/stat : 19244 (adaptg2wsat2009) T 19242 19244 19244 0 -1 4202496 1439 0 0 0 9932 0 0 0 25 0 1 0 735476548 429494272 1175 33554432000 134512640 135107411 4291382800 18446744073709551615 134532326 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19244/statm: 104857 1175 59 146 0 103733 0
[pid=19242/tid=19259] ppid=19203 vsize=300620 CPUtime=0 cores=5,7
/proc/19242/task/19259/stat : 19259 (python) S 19203 19203 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735486481 307834880 5989 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 514 18446604462681580544 0 0 -1 5 0 0 0
[pid=19260] ppid=19203 vsize=310876 CPUtime=0.32 cores=5,7
/proc/19260/stat : 19260 (python) S 19203 19203 17657 0 -1 4202560 1096 0 0 0 17 15 0 0 19 0 2 0 735486482 318337024 5992 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19260/statm: 77719 5992 399 364 0 13628 0
[pid=19262] ppid=19260 vsize=419428 CPUtime=100 cores=5,7
/proc/19262/stat : 19262 (adaptg2wsat2009) T 19260 19262 19262 0 -1 4202496 1438 0 0 0 10000 0 0 0 25 0 1 0 735486483 429494272 1175 33554432000 134512640 135107411 4289613200 18446744073709551615 134531401 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19262/statm: 104857 1175 59 146 0 103733 0
[pid=19260/tid=19276] ppid=19203 vsize=310876 CPUtime=0 cores=5,7
/proc/19260/task/19276/stat : 19276 (python) S 19203 19203 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735496514 318337024 5992 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 514 18446604469547943744 0 0 -1 7 0 0 0
[pid=19277] ppid=19203 vsize=321672 CPUtime=0.32 cores=5,7
/proc/19277/stat : 19277 (python) S 19203 19203 17657 0 -1 4202560 1097 0 0 0 17 15 0 0 19 0 2 0 735496515 329392128 5998 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19277/statm: 80418 5998 400 364 0 16324 0
[pid=19279] ppid=19277 vsize=419428 CPUtime=100.01 cores=5,7
/proc/19279/stat : 19279 (adaptg2wsat2009) T 19277 19279 19279 0 -1 4202496 1439 0 0 0 10001 0 0 0 25 0 1 0 735496515 429494272 1175 33554432000 134512640 135107411 4292267440 18446744073709551615 134531848 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19279/statm: 104857 1175 59 146 0 103733 0
[pid=19277/tid=19307] ppid=19203 vsize=321672 CPUtime=0 cores=5,7
/proc/19277/task/19307/stat : 19307 (python) S 19203 19203 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735506546 329392128 5998 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 514 18446604462681579648 0 0 -1 7 0 0 0
[pid=19308] ppid=19203 vsize=331388 CPUtime=0.32 cores=5,7
/proc/19308/stat : 19308 (python) S 19203 19203 17657 0 -1 4202560 1095 0 0 0 17 15 0 0 19 0 2 0 735506548 339341312 6015 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19308/statm: 82847 6015 399 364 0 18750 0
[pid=19310] ppid=19308 vsize=1018820 CPUtime=100.05 cores=5,7
/proc/19310/stat : 19310 (gnovelty+2) T 19308 19310 19310 0 -1 4202496 860 0 0 0 10005 0 0 0 25 0 1 0 735506548 1043271680 595 33554432000 134512640 135663704 4292663856 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19310/statm: 254705 595 113 282 0 254421 0
[pid=19308/tid=19355] ppid=19203 vsize=331388 CPUtime=0 cores=5,7
/proc/19308/task/19355/stat : 19355 (python) S 19203 19203 17657 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 735516583 339341312 6015 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 514 18446604466447379456 0 0 -1 7 0 0 0
[pid=19356] ppid=19203 vsize=341988 CPUtime=0.32 cores=5,7
/proc/19356/stat : 19356 (python) S 19203 19203 17657 0 -1 4202560 1096 0 0 0 16 16 0 0 19 0 2 0 735516584 350195712 6020 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19356/statm: 85497 6020 400 364 0 21397 0
[pid=19358] ppid=19356 vsize=249192 CPUtime=100.01 cores=5,7
/proc/19358/stat : 19358 (FH) T 19356 19358 19358 0 -1 4202496 1325 0 0 0 10001 0 0 0 25 0 1 0 735516584 255172608 1059 33554432000 134512640 134936988 4290240400 18446744073709551615 134553311 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19358/statm: 62298 1059 41 104 0 61802 0
[pid=19356/tid=19366] ppid=19203 vsize=341988 CPUtime=0 cores=5,7
/proc/19356/task/19366/stat : 19366 (python) S 19203 19203 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735526615 350195712 6020 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 514 18446604462787549376 0 0 -1 5 0 0 0
[pid=19367] ppid=19203 vsize=352100 CPUtime=0 cores=5,7
/proc/19367/stat : 19367 (python) S 19203 19203 17657 0 -1 4202560 770 0 0 0 0 0 0 0 18 0 1 0 735526617 360550400 5974 33554432000 4194304 5683644 140734813909824 18446744073709551615 224284945990 0 0 16781312 514 5023210410132635647 0 0 17 5 0 0 0
/proc/19367/statm: 88025 5974 351 364 0 23922 0
[pid=19369] ppid=19367 vsize=419160 CPUtime=0.83 cores=5,7
/proc/19369/stat : 19369 (adaptg2wsat2009) R 19367 19369 19369 0 -1 4202496 1259 0 0 0 83 0 0 0 21 0 1 0 735526617 429219840 991 33554432000 134512640 135107411 4289762112 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19369/statm: 104790 991 49 146 0 103666 0
[pid=19203/tid=19210] ppid=19201 vsize=362144 CPUtime=0 cores=5,7
/proc/19203/task/19210/stat : 19210 (python) S 19201 19203 17657 0 -1 4202560 26 931 0 0 0 0 0 0 21 0 9 0 735456478 370835456 7518 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 2 18446604469734680576 0 0 -1 5 0 0 0
[pid=19203/tid=19227] ppid=19201 vsize=362144 CPUtime=0 cores=5,7
/proc/19203/task/19227/stat : 19227 (python) S 19201 19203 17657 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 735466512 370835456 7518 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 2 18446604469734680576 0 0 -1 5 0 0 0
[pid=19203/tid=19243] ppid=19201 vsize=362144 CPUtime=0 cores=5,7
/proc/19203/task/19243/stat : 19243 (python) S 19201 19203 17657 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 735476548 370835456 7518 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 2 18446604469734680576 0 0 -1 7 0 0 0
[pid=19203/tid=19261] ppid=19201 vsize=362144 CPUtime=0 cores=5,7
/proc/19203/task/19261/stat : 19261 (python) S 19201 19203 17657 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 735486483 370835456 7518 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 2 18446604469734680576 0 0 -1 5 0 0 0
[pid=19203/tid=19278] ppid=19201 vsize=362144 CPUtime=0 cores=5,7
/proc/19203/task/19278/stat : 19278 (python) S 19201 19203 17657 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 735496515 370835456 7518 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 2 18446604469734680576 0 0 -1 5 0 0 0
[pid=19203/tid=19309] ppid=19201 vsize=362144 CPUtime=0 cores=5,7
/proc/19203/task/19309/stat : 19309 (python) S 19201 19203 17657 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 735506548 370835456 7518 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 2 18446604469734680576 0 0 -1 5 0 0 0
[pid=19203/tid=19357] ppid=19201 vsize=362144 CPUtime=0 cores=5,7
/proc/19203/task/19357/stat : 19357 (python) S 19201 19203 17657 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 735516584 370835456 7518 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 2 18446604469734680576 0 0 -1 5 0 0 0
[pid=19203/tid=19368] ppid=19201 vsize=362144 CPUtime=0 cores=5,7
/proc/19203/task/19368/stat : 19368 (python) S 19201 19203 17657 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 735526617 370835456 7518 33554432000 4194304 5683644 140734813909824 18446744073709551615 224296749489 0 0 16781312 2 18446604469734680576 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 704.17
Current children cumulated vsize (KiB) 7884896

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.981
CPU time (s): 704.17
CPU user time (s): 702.98
CPU system time (s): 1.19
CPU usage (%): 100.027
Max. virtual memory (cumulated for all children) (KiB): 7884896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.58776
system time used= 0.114982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19680
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= 1007
involuntary context switches= 32

runsolver used 3.37149 second user time and 7.44987 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 11:37:36
IDJOB=3377317
IDBENCH=82626
IDSOLVER=1857
FILE ID=node118/3377317-1305452256
RUNJOBID= node118-1305451353-18714
PBS_JOBID= 13324868
Free space on /tmp= 73172 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S894356234-063-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-3377317-1305452256/watcher-3377317-1305452256 -o /tmp/evaluation-result-3377317-1305452256/solver-3377317-1305452256 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377317-1305452256.cnf -seed 2079210010 -budget 2400

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

MD5SUM BENCH= c26a52ff3714cab8bc335a81bb8af922
RANDOM SEED=2079210010

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17568208 kB
Buffers:        292928 kB
Cached:        4697040 kB
SwapCached:      22084 kB
Active:       12369920 kB
Inactive:      2688488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17568208 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:           46216 kB
Writeback:           0 kB
AnonPages:    10059516 kB
Mapped:          24936 kB
Slab:           157784 kB
PageTables:      99380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 106075060 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= 73200 MiB
End job on node118 at 2011-05-15 11:49:22