Trace number 3484022

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)? (MO) 701.91 702.365

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S313239685-087-UNKNOWN.cnf
MD5SUMac4ee3ff752a515035c947b106bcabeb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark104.501
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
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 512750

Solver Data

0.45/1.10	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.45/1.10	c INFO: solving HOME/instance-3484022-1307746990.cnf
0.45/1.10	c INFO: computing task features
0.45/1.16	c INFO: computed variable-clause graph statistics
0.45/1.16	c INFO: computed clause balance statistics
0.94/1.62	c INFO: computed variable balance statistics
1.14/1.80	c INFO: computed small-clause counts
1.14/1.80	c INFO: computed Horn-clause counts
1.14/1.81	c INFO: computed variable graph statistics
1.14/1.81	c INFO: collected features for HOME/instance-3484022-1307746990.cnf in 0.73 s
1.14/1.82	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.37)
101.22/101.96	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.12)
200.55/201.11	c INFO: running adaptg2wsat2009++@0 for 97 with 1000 remaining (b = 0.08)
300.66/301.25	c INFO: running adaptg2wsat2009++@0 for 97 with 900 remaining (b = 0.06)
400.73/401.39	c INFO: running adaptg2wsat2009++@0 for 97 with 800 remaining (b = 0.05)
500.98/501.54	c INFO: running gnovelty+2@0 for 97 with 700 remaining (b = 0.04)
601.18/601.71	c INFO: running FH@0 for 97 with 600 remaining (b = 0.03)
701.41/701.86	c INFO: running adaptg2wsat2009++@0 for 97 with 499 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/175 10329
/proc/meminfo: memFree=31457452/32951124 swapFree=67064580/67111528
[pid=10329] ppid=10327 vsize=15184 CPUtime=0 cores=4,6
/proc/10329/stat : 10329 (python) S 10327 10329 10281 0 -1 4202496 735 0 0 0 0 0 0 0 21 0 1 0 867114674 15548416 622 33554432000 4194304 5683644 140734233589536 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/10329/statm: 3796 622 322 364 0 283 0

[startup+0.0566121 s]
/proc/loadavg: 0.00 0.00 0.00 2/175 10329
/proc/meminfo: memFree=31457452/32951124 swapFree=67064580/67111528
[pid=10329] ppid=10327 vsize=18884 CPUtime=0.02 cores=4,6
/proc/10329/stat : 10329 (python) R 10327 10329 10281 0 -1 4202496 1290 0 0 0 2 0 0 0 17 0 1 0 867114674 19337216 1141 33554432000 4194304 5683644 140734233589536 18446744073709551615 4522582 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10329/statm: 4721 1141 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100675 s]
/proc/loadavg: 0.00 0.00 0.00 2/175 10329
/proc/meminfo: memFree=31457452/32951124 swapFree=67064580/67111528
[pid=10329] ppid=10327 vsize=50012 CPUtime=0.04 cores=4,6
/proc/10329/stat : 10329 (python) R 10327 10329 10281 0 -1 4202496 1965 0 0 0 3 1 0 0 17 0 1 0 867114674 51212288 1726 33554432000 4194304 5683644 140734233589536 18446744073709551615 264726403072 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10329/statm: 12503 1726 476 364 0 1203 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 50012

[startup+0.300616 s]
/proc/loadavg: 0.00 0.00 0.00 2/175 10329
/proc/meminfo: memFree=31457452/32951124 swapFree=67064580/67111528
[pid=10329] ppid=10327 vsize=126296 CPUtime=0.13 cores=4,6
/proc/10329/stat : 10329 (python) R 10327 10329 10281 0 -1 4202496 4711 932 1 0 9 4 0 0 18 0 1 0 867114674 129327104 3895 33554432000 4194304 5683644 140734233589536 18446744073709551615 5158128 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10329/statm: 31574 3895 1001 364 0 2869 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 126296

[startup+0.700505 s]
/proc/loadavg: 0.00 0.00 0.00 2/175 10329
/proc/meminfo: memFree=31457452/32951124 swapFree=67064580/67111528
[pid=10329] ppid=10327 vsize=146728 CPUtime=0.26 cores=4,6
/proc/10329/stat : 10329 (python) R 10327 10329 10281 0 -1 4202496 6285 932 1 0 16 10 0 0 16 0 1 0 867114674 150249472 4403 33554432000 4194304 5683644 140734233589536 18446744073709551615 264726448263 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10329/statm: 36682 4403 1202 364 0 3181 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 146728

[startup+1.50037 s]
/proc/loadavg: 0.00 0.00 0.00 2/187 10374
/proc/meminfo: memFree=31347884/32951124 swapFree=67064580/67111528
[pid=10329] ppid=10327 vsize=281524 CPUtime=0.84 cores=4,6
/proc/10329/stat : 10329 (python) R 10327 10329 10281 0 -1 4202496 10734 932 1 0 70 14 0 0 16 0 1 0 867114674 288280576 7777 33554432000 4194304 5683644 140734233589536 18446744073709551615 264729813685 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10329/statm: 70381 7777 1826 364 0 6305 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 281524

[startup+3.10104 s]
/proc/loadavg: 0.00 0.00 0.00 5/190 10377
/proc/meminfo: memFree=31299432/32951124 swapFree=67064580/67111528
[pid=10329] ppid=10327 vsize=289256 CPUtime=1.17 cores=4,6
/proc/10329/stat : 10329 (python) S 10327 10329 10281 0 -1 4202496 11093 932 1 0 103 14 0 0 17 0 2 0 867114674 296198144 7196 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10329/statm: 72314 7196 1869 364 0 8232 0
[pid=10375] ppid=10329 vsize=279012 CPUtime=0 cores=4,6
/proc/10375/stat : 10375 (python) S 10329 10329 10281 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 867114856 285708288 5677 33554432000 4194304 5683644 140734233589536 18446744073709551615 264726425103 0 0 16781312 514 4342650095934603524 0 0 17 4 0 0 0
/proc/10375/statm: 69753 5677 354 364 0 5671 0
[pid=10377] ppid=10375 vsize=1018364 CPUtime=1.26 cores=4,6
/proc/10377/stat : 10377 (gnovelty+2) R 10375 10377 10377 0 -1 4202496 672 0 0 0 126 0 0 0 22 0 1 0 867114857 1042804736 408 33554432000 134512640 135663704 4290244032 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10377/statm: 254591 408 113 282 0 254307 0
[pid=10329/tid=10376] ppid=10327 vsize=289256 CPUtime=0 cores=4,6
/proc/10329/task/10376/stat : 10376 (python) S 10327 10329 10281 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 2 0 867114857 296198144 7196 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 1586632
heavy processes:

[startup+6.30048 s]
/proc/loadavg: 0.64 0.13 0.04 5/199 10386
/proc/meminfo: memFree=31282464/32951124 swapFree=67064580/67111528
[pid=10329] ppid=10327 vsize=289256 CPUtime=1.17 cores=4,6
/proc/10329/stat : 10329 (python) S 10327 10329 10281 0 -1 4202496 11093 932 1 0 103 14 0 0 17 0 2 0 867114674 296198144 7196 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10329/statm: 72314 7196 1869 364 0 8232 0
[pid=10375] ppid=10329 vsize=279012 CPUtime=0 cores=4,6
/proc/10375/stat : 10375 (python) S 10329 10329 10281 0 -1 4202560 861 0 0 0 0 0 0 0 18 0 1 0 867114856 285708288 5700 33554432000 4194304 5683644 140734233589536 18446744073709551615 264726425103 0 0 16781312 514 4342650095934603524 0 0 17 4 0 0 0
/proc/10375/statm: 69753 5700 377 364 0 5671 0
[pid=10377] ppid=10375 vsize=1018364 CPUtime=4.45 cores=4,6
/proc/10377/stat : 10377 (gnovelty+2) R 10375 10377 10377 0 -1 4202496 672 0 0 0 445 0 0 0 25 0 1 0 867114857 1042804736 408 33554432000 134512640 135663704 4290244032 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10377/statm: 254591 408 113 282 0 254307 0
[pid=10329/tid=10376] ppid=10327 vsize=289256 CPUtime=0 cores=4,6
/proc/10329/task/10376/stat : 10376 (python) S 10327 10329 10281 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 2 0 867114857 296198144 7196 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 1586632

[startup+12.7063 s]
/proc/loadavg: 0.91 0.20 0.06 5/199 10386
/proc/meminfo: memFree=31274796/32951124 swapFree=67064580/67111528
[pid=10329] ppid=10327 vsize=289256 CPUtime=1.17 cores=4,6
/proc/10329/stat : 10329 (python) S 10327 10329 10281 0 -1 4202496 11093 932 1 0 103 14 0 0 17 0 2 0 867114674 296198144 7196 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10329/statm: 72314 7196 1869 364 0 8232 0
[pid=10375] ppid=10329 vsize=279012 CPUtime=0.01 cores=4,6
/proc/10375/stat : 10375 (python) S 10329 10329 10281 0 -1 4202560 863 0 0 0 1 0 0 0 18 0 1 0 867114856 285708288 5700 33554432000 4194304 5683644 140734233589536 18446744073709551615 264726425103 0 0 16781312 514 18219171555038953732 0 0 17 4 0 0 0
/proc/10375/statm: 69753 5700 377 364 0 5671 0
[pid=10377] ppid=10375 vsize=1018364 CPUtime=10.85 cores=4,6
/proc/10377/stat : 10377 (gnovelty+2) R 10375 10377 10377 0 -1 4202496 672 0 0 0 1085 0 0 0 25 0 1 0 867114857 1042804736 408 33554432000 134512640 135663704 4290244032 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10377/statm: 254591 408 113 282 0 254307 0
[pid=10329/tid=10376] ppid=10327 vsize=289256 CPUtime=0 cores=4,6
/proc/10329/task/10376/stat : 10376 (python) S 10327 10329 10281 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 2 0 867114857 296198144 7196 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.03
Current children cumulated vsize (KiB) 1586632

[startup+25.5008 s]
/proc/loadavg: 1.59 0.38 0.13 5/199 10387
/proc/meminfo: memFree=31275776/32951124 swapFree=67064580/67111528
[pid=10329] ppid=10327 vsize=289256 CPUtime=1.17 cores=4,6
/proc/10329/stat : 10329 (python) S 10327 10329 10281 0 -1 4202496 11093 932 1 0 103 14 0 0 17 0 2 0 867114674 296198144 7196 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10329/statm: 72314 7196 1869 364 0 8232 0
[pid=10375] ppid=10329 vsize=279012 CPUtime=0.03 cores=4,6
/proc/10375/stat : 10375 (python) S 10329 10329 10281 0 -1 4202560 873 0 0 0 2 1 0 0 18 0 1 0 867114856 285708288 5700 33554432000 4194304 5683644 140734233589536 18446744073709551615 264726425103 0 0 16781312 514 18219171555038953732 0 0 17 4 0 0 0
/proc/10375/statm: 69753 5700 377 364 0 5671 0
[pid=10377] ppid=10375 vsize=1018364 CPUtime=23.63 cores=4,6
/proc/10377/stat : 10377 (gnovelty+2) R 10375 10377 10377 0 -1 4202496 672 0 0 0 2363 0 0 0 25 0 1 0 867114857 1042804736 408 33554432000 134512640 135663704 4290244032 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10377/statm: 254591 408 113 282 0 254307 0
[pid=10329/tid=10376] ppid=10327 vsize=289256 CPUtime=0 cores=4,6
/proc/10329/task/10376/stat : 10376 (python) S 10327 10329 10281 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 2 0 867114857 296198144 7196 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 1586632

[startup+51.101 s]
/proc/loadavg: 2.41 0.67 0.23 5/199 10387
/proc/meminfo: memFree=31276068/32951124 swapFree=67064580/67111528
[pid=10329] ppid=10327 vsize=289256 CPUtime=1.17 cores=4,6
/proc/10329/stat : 10329 (python) S 10327 10329 10281 0 -1 4202496 11093 932 1 0 103 14 0 0 17 0 2 0 867114674 296198144 7196 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10329/statm: 72314 7196 1869 364 0 8232 0
[pid=10375] ppid=10329 vsize=279012 CPUtime=0.05 cores=4,6
/proc/10375/stat : 10375 (python) S 10329 10329 10281 0 -1 4202560 887 0 0 0 3 2 0 0 18 0 1 0 867114856 285708288 5700 33554432000 4194304 5683644 140734233589536 18446744073709551615 264726425103 0 0 16781312 514 18219171555038953732 0 0 17 4 0 0 0
/proc/10375/statm: 69753 5700 377 364 0 5671 0
[pid=10377] ppid=10375 vsize=1018364 CPUtime=49.2 cores=4,6
/proc/10377/stat : 10377 (gnovelty+2) R 10375 10377 10377 0 -1 4202496 672 0 0 0 4920 0 0 0 25 0 1 0 867114857 1042804736 408 33554432000 134512640 135663704 4290244032 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10377/statm: 254591 408 113 282 0 254307 0
[pid=10329/tid=10376] ppid=10327 vsize=289256 CPUtime=0 cores=4,6
/proc/10329/task/10376/stat : 10376 (python) S 10327 10329 10281 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 2 0 867114857 296198144 7196 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 1586632

[startup+102.3 s]
/proc/loadavg: 3.31 1.18 0.42 5/203 10393
/proc/meminfo: memFree=31269312/32951124 swapFree=67064580/67111528
[pid=10329] ppid=10327 vsize=300120 CPUtime=1.18 cores=4,6
/proc/10329/stat : 10329 (python) S 10327 10329 10281 0 -1 4202496 11979 932 1 0 103 15 0 0 20 0 3 0 867114674 307322880 7338 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10329/statm: 75030 7338 1872 364 0 10945 0
[pid=10375] ppid=10329 vsize=289256 CPUtime=0.12 cores=4,6
/proc/10375/stat : 10375 (python) S 10329 10329 10281 0 -1 4202560 1154 0 0 0 7 5 0 0 19 0 2 0 867114856 296198144 5743 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10375/statm: 72314 5743 415 364 0 8232 0
[pid=10377] ppid=10375 vsize=1018364 CPUtime=100.01 cores=4,6
/proc/10377/stat : 10377 (gnovelty+2) T 10375 10377 10377 0 -1 4202496 672 0 0 0 10001 0 0 0 25 0 1 0 867114857 1042804736 408 33554432000 134512640 135663704 4290244032 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10377/statm: 254591 408 113 282 0 254307 0
[pid=10329/tid=10376] ppid=10327 vsize=300120 CPUtime=0 cores=4,6
/proc/10329/task/10376/stat : 10376 (python) S 10327 10329 10281 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 3 0 867114857 307322880 7338 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 1607740

[startup+162.307 s]
/proc/loadavg: 3.75 1.69 0.64 5/215 10406
/proc/meminfo: memFree=31228736/32951124 swapFree=67064580/67111528
[pid=10329] ppid=10327 vsize=300120 CPUtime=1.18 cores=4,6
/proc/10329/stat : 10329 (python) S 10327 10329 10281 0 -1 4202496 11979 932 1 0 103 15 0 0 20 0 3 0 867114674 307322880 7338 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10329/statm: 75030 7338 1872 364 0 10945 0
[pid=10375] ppid=10329 vsize=289256 CPUtime=0.12 cores=4,6
/proc/10375/stat : 10375 (python) S 10329 10329 10281 0 -1 4202560 1154 0 0 0 7 5 0 0 19 0 2 0 867114856 296198144 5743 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10375/statm: 72314 5743 415 364 0 8232 0
[pid=10377] ppid=10375 vsize=1018364 CPUtime=100.01 cores=4,6
/proc/10377/stat : 10377 (gnovelty+2) T 10375 10377 10377 0 -1 4202496 672 0 0 0 10001 0 0 0 25 0 1 0 867114857 1042804736 408 33554432000 134512640 135663704 4290244032 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10377/statm: 254591 408 113 282 0 254307 0
[pid=10375/tid=10394] ppid=10329 vsize=289256 CPUtime=0 cores=4,6
/proc/10375/task/10394/stat : 10394 (python) S 10329 10329 10281 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867124869 296198144 5743 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 514 18446604453923795264 0 0 -1 6 0 0 0
[pid=10395] ppid=10329 vsize=289876 CPUtime=0.08 cores=4,6
/proc/10395/stat : 10395 (python) S 10329 10329 10281 0 -1 4202560 908 0 0 0 4 4 0 0 18 0 1 0 867124870 296833024 5833 33554432000 4194304 5683644 140734233589536 18446744073709551615 264726425158 0 0 16781312 514 18219171555038953732 0 0 17 6 0 0 0
/proc/10395/statm: 72469 5833 371 364 0 8384 0
[pid=10397] ppid=10395 vsize=1018364 CPUtime=60.33 cores=4,6
/proc/10397/stat : 10397 (gnovelty+2) R 10395 10397 10397 0 -1 4202496 672 0 0 0 6033 0 0 0 25 0 1 0 867124870 1042804736 408 33554432000 134512640 135663704 4288824464 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10397/statm: 254591 408 113 282 0 254307 0
[pid=10329/tid=10376] ppid=10327 vsize=300120 CPUtime=0 cores=4,6
/proc/10329/task/10376/stat : 10376 (python) S 10327 10329 10281 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 3 0 867114857 307322880 7338 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 4 0 0 0
[pid=10329/tid=10396] ppid=10327 vsize=300120 CPUtime=0 cores=4,6
/proc/10329/task/10396/stat : 10396 (python) S 10327 10329 10281 0 -1 4202560 34 932 0 0 0 0 0 0 20 0 3 0 867124870 307322880 7338 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 4 0 0 0

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

[pid=10395/tid=10408] ppid=10329 vsize=289876 CPUtime=0 cores=4,6
/proc/10395/task/10408/stat : 10408 (python) S 10329 10329 10281 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867134785 296833024 5863 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 514 18446604453947925504 0 0 -1 6 0 0 0
[pid=10409] ppid=10329 vsize=300132 CPUtime=0.13 cores=4,6
/proc/10409/stat : 10409 (python) S 10329 10329 10281 0 -1 4202560 1080 0 0 0 6 7 0 0 19 0 2 0 867134785 307335168 5867 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10409/statm: 75033 5867 400 364 0 10945 0
[pid=10411] ppid=10409 vsize=417976 CPUtime=100 cores=4,6
/proc/10411/stat : 10411 (adaptg2wsat2009) T 10409 10411 10411 0 -1 4202496 1003 0 0 0 10000 0 0 0 25 0 1 0 867134786 428007424 735 33554432000 134512640 135107411 4291331296 18446744073709551615 134532288 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10411/statm: 104494 735 59 146 0 103370 0
[pid=10409/tid=10427] ppid=10329 vsize=300132 CPUtime=0 cores=4,6
/proc/10409/task/10427/stat : 10427 (python) S 10329 10329 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867144798 307335168 5867 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 514 18446604453928470720 0 0 -1 4 0 0 0
[pid=10428] ppid=10329 vsize=310388 CPUtime=0.14 cores=4,6
/proc/10428/stat : 10428 (python) S 10329 10329 10281 0 -1 4202560 1089 0 0 0 8 6 0 0 19 0 2 0 867144799 317837312 5871 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10428/statm: 77597 5871 400 364 0 13506 0
[pid=10430] ppid=10428 vsize=417976 CPUtime=99.98 cores=4,6
/proc/10430/stat : 10430 (adaptg2wsat2009) T 10428 10430 10430 0 -1 4202496 1000 0 0 0 9995 3 0 0 25 0 1 0 867144799 428007424 736 33554432000 134512640 135107411 4294821040 18446744073709551615 134532288 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10430/statm: 104494 736 59 146 0 103370 0
[pid=10428/tid=10488] ppid=10329 vsize=310388 CPUtime=0 cores=4,6
/proc/10428/task/10488/stat : 10488 (python) S 10329 10329 10281 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867154812 317837312 5871 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 514 18446604453924088832 0 0 -1 6 0 0 0
[pid=10489] ppid=10329 vsize=320964 CPUtime=0.14 cores=4,6
/proc/10489/stat : 10489 (python) S 10329 10329 10281 0 -1 4202560 1080 0 0 0 8 6 0 0 19 0 2 0 867154813 328667136 5955 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10489/statm: 80241 5955 400 364 0 16147 0
[pid=10491] ppid=10489 vsize=417976 CPUtime=100.04 cores=4,6
/proc/10491/stat : 10491 (adaptg2wsat2009) T 10489 10491 10491 0 -1 4202496 998 0 0 0 10004 0 0 0 25 0 1 0 867154813 428007424 735 33554432000 134512640 135107411 4290760384 18446744073709551615 134531724 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10491/statm: 104494 735 59 146 0 103370 0
[pid=10489/tid=10506] ppid=10329 vsize=320964 CPUtime=0 cores=4,6
/proc/10489/task/10506/stat : 10506 (python) S 10329 10329 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867164827 328667136 5955 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 514 18446604453961884800 0 0 -1 6 0 0 0
[pid=10507] ppid=10329 vsize=331220 CPUtime=0.14 cores=4,6
/proc/10507/stat : 10507 (python) S 10329 10329 10281 0 -1 4202560 1070 0 0 0 9 5 0 0 19 0 2 0 867164828 339169280 5959 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10507/statm: 82805 5959 399 364 0 18708 0
[pid=10509] ppid=10507 vsize=1018364 CPUtime=100 cores=4,6
/proc/10509/stat : 10509 (gnovelty+2) T 10507 10509 10509 0 -1 4202496 670 0 0 0 10000 0 0 0 25 0 1 0 867164828 1042804736 409 33554432000 134512640 135663704 4291176320 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10509/statm: 254591 409 113 282 0 254307 0
[pid=10507/tid=10525] ppid=10329 vsize=331220 CPUtime=0 cores=4,6
/proc/10507/task/10525/stat : 10525 (python) S 10329 10329 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867174844 339169280 5959 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 514 18446604453923797952 0 0 -1 4 0 0 0
[pid=10526] ppid=10329 vsize=341476 CPUtime=0.14 cores=4,6
/proc/10526/stat : 10526 (python) S 10329 10329 10281 0 -1 4202560 1080 0 0 0 9 5 0 0 19 0 2 0 867174845 349671424 5963 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10526/statm: 85369 5963 400 364 0 21269 0
[pid=10528] ppid=10526 vsize=247992 CPUtime=100.14 cores=4,6
/proc/10528/stat : 10528 (FH) T 10526 10528 10528 0 -1 4202496 923 0 0 0 10014 0 0 0 25 0 1 0 867174845 253943808 658 33554432000 134512640 134936988 4288056512 18446744073709551615 134553238 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/10528/statm: 61998 658 41 104 0 61502 0
[pid=10526/tid=10544] ppid=10329 vsize=341476 CPUtime=0 cores=4,6
/proc/10526/task/10544/stat : 10544 (python) S 10329 10329 10281 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 867184859 349671424 5963 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 514 18446604453919834240 0 0 -1 4 0 0 0
[pid=10545] ppid=10329 vsize=351732 CPUtime=0 cores=4,6
/proc/10545/stat : 10545 (python) S 10329 10329 10281 0 -1 4202560 828 0 0 0 0 0 0 0 19 0 1 0 867184860 360173568 5916 33554432000 4194304 5683644 140734233589536 18446744073709551615 264726425158 0 0 16781312 514 4439132516149886975 0 0 17 4 0 0 0
/proc/10545/statm: 87933 5916 350 364 0 23830 0
[pid=10547] ppid=10545 vsize=417840 CPUtime=0.43 cores=4,6
/proc/10547/stat : 10547 (adaptg2wsat2009) R 10545 10547 10547 0 -1 4202496 890 0 0 0 43 0 0 0 21 0 1 0 867184861 427868160 624 33554432000 134512640 135107411 4292626400 18446744073709551615 134523290 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10547/statm: 104460 624 49 146 0 103336 0
[pid=10329/tid=10376] ppid=10327 vsize=361976 CPUtime=0 cores=4,6
/proc/10329/task/10376/stat : 10376 (python) S 10327 10329 10281 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 9 0 867114857 370663424 7454 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 4 0 0 0
[pid=10329/tid=10396] ppid=10327 vsize=361976 CPUtime=0 cores=4,6
/proc/10329/task/10396/stat : 10396 (python) S 10327 10329 10281 0 -1 4202560 34 932 0 0 0 0 0 0 20 0 9 0 867124870 370663424 7454 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 4 0 0 0
[pid=10329/tid=10410] ppid=10327 vsize=361976 CPUtime=0 cores=4,6
/proc/10329/task/10410/stat : 10410 (python) S 10327 10329 10281 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 9 0 867134786 370663424 7454 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 4 0 0 0
[pid=10329/tid=10429] ppid=10327 vsize=361976 CPUtime=0 cores=4,6
/proc/10329/task/10429/stat : 10429 (python) S 10327 10329 10281 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 867144799 370663424 7454 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 4 0 0 0
[pid=10329/tid=10490] ppid=10327 vsize=361976 CPUtime=0 cores=4,6
/proc/10329/task/10490/stat : 10490 (python) S 10327 10329 10281 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 867154813 370663424 7454 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 4 0 0 0
[pid=10329/tid=10508] ppid=10327 vsize=361976 CPUtime=0 cores=4,6
/proc/10329/task/10508/stat : 10508 (python) S 10327 10329 10281 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 867164828 370663424 7454 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 6 0 0 0
[pid=10329/tid=10527] ppid=10327 vsize=361976 CPUtime=0 cores=4,6
/proc/10329/task/10527/stat : 10527 (python) S 10327 10329 10281 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 867174845 370663424 7454 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 6 0 0 0
[pid=10329/tid=10546] ppid=10327 vsize=361976 CPUtime=0 cores=4,6
/proc/10329/task/10546/stat : 10546 (python) S 10327 10329 10281 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 867184861 370663424 7454 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 7871872
Sleeping 2 seconds

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

[startup+702.302 s]
/proc/loadavg: 4.06 3.65 2.12 5/287 10547
/proc/meminfo: memFree=31060852/32951124 swapFree=67064580/67111528
[pid=10329] ppid=10327 vsize=361976 CPUtime=1.24 cores=4,6
/proc/10329/stat : 10329 (python) S 10327 10329 10281 0 -1 4202496 17038 932 1 0 107 17 0 0 20 0 9 0 867114674 370663424 7454 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10329/statm: 90494 7454 1884 364 0 26391 0
[pid=10375] ppid=10329 vsize=289256 CPUtime=0.12 cores=4,6
/proc/10375/stat : 10375 (python) S 10329 10329 10281 0 -1 4202560 1154 0 0 0 7 5 0 0 19 0 2 0 867114856 296198144 5743 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10375/statm: 72314 5743 415 364 0 8232 0
[pid=10377] ppid=10375 vsize=1018364 CPUtime=100.01 cores=4,6
/proc/10377/stat : 10377 (gnovelty+2) T 10375 10377 10377 0 -1 4202496 672 0 0 0 10001 0 0 0 25 0 1 0 867114857 1042804736 408 33554432000 134512640 135663704 4290244032 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10377/statm: 254591 408 113 282 0 254307 0
[pid=10375/tid=10394] ppid=10329 vsize=289256 CPUtime=0 cores=4,6
/proc/10375/task/10394/stat : 10394 (python) S 10329 10329 10281 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867124869 296198144 5743 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 514 18446604453923795264 0 0 -1 6 0 0 0
[pid=10395] ppid=10329 vsize=289876 CPUtime=0.13 cores=4,6
/proc/10395/stat : 10395 (python) S 10329 10329 10281 0 -1 4202560 1078 0 0 0 7 6 0 0 19 0 2 0 867124870 296833024 5863 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10395/statm: 72469 5863 400 364 0 8384 0
[pid=10397] ppid=10395 vsize=1018364 CPUtime=99.13 cores=4,6
/proc/10397/stat : 10397 (gnovelty+2) T 10395 10397 10397 0 -1 4202496 672 0 0 0 9913 0 0 0 25 0 1 0 867124870 1042804736 408 33554432000 134512640 135663704 4288824464 18446744073709551615 134545646 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/10397/statm: 254591 408 113 282 0 254307 0
[pid=10395/tid=10408] ppid=10329 vsize=289876 CPUtime=0 cores=4,6
/proc/10395/task/10408/stat : 10408 (python) S 10329 10329 10281 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867134785 296833024 5863 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 514 18446604453947925504 0 0 -1 6 0 0 0
[pid=10409] ppid=10329 vsize=300132 CPUtime=0.13 cores=4,6
/proc/10409/stat : 10409 (python) S 10329 10329 10281 0 -1 4202560 1080 0 0 0 6 7 0 0 19 0 2 0 867134785 307335168 5867 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10409/statm: 75033 5867 400 364 0 10945 0
[pid=10411] ppid=10409 vsize=417976 CPUtime=100 cores=4,6
/proc/10411/stat : 10411 (adaptg2wsat2009) T 10409 10411 10411 0 -1 4202496 1003 0 0 0 10000 0 0 0 25 0 1 0 867134786 428007424 735 33554432000 134512640 135107411 4291331296 18446744073709551615 134532288 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10411/statm: 104494 735 59 146 0 103370 0
[pid=10409/tid=10427] ppid=10329 vsize=300132 CPUtime=0 cores=4,6
/proc/10409/task/10427/stat : 10427 (python) S 10329 10329 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867144798 307335168 5867 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 514 18446604453928470720 0 0 -1 4 0 0 0
[pid=10428] ppid=10329 vsize=310388 CPUtime=0.14 cores=4,6
/proc/10428/stat : 10428 (python) S 10329 10329 10281 0 -1 4202560 1089 0 0 0 8 6 0 0 19 0 2 0 867144799 317837312 5871 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10428/statm: 77597 5871 400 364 0 13506 0
[pid=10430] ppid=10428 vsize=417976 CPUtime=99.98 cores=4,6
/proc/10430/stat : 10430 (adaptg2wsat2009) T 10428 10430 10430 0 -1 4202496 1000 0 0 0 9995 3 0 0 25 0 1 0 867144799 428007424 736 33554432000 134512640 135107411 4294821040 18446744073709551615 134532288 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10430/statm: 104494 736 59 146 0 103370 0
[pid=10428/tid=10488] ppid=10329 vsize=310388 CPUtime=0 cores=4,6
/proc/10428/task/10488/stat : 10488 (python) S 10329 10329 10281 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867154812 317837312 5871 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 514 18446604453924088832 0 0 -1 6 0 0 0
[pid=10489] ppid=10329 vsize=320964 CPUtime=0.14 cores=4,6
/proc/10489/stat : 10489 (python) S 10329 10329 10281 0 -1 4202560 1080 0 0 0 8 6 0 0 19 0 2 0 867154813 328667136 5955 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10489/statm: 80241 5955 400 364 0 16147 0
[pid=10491] ppid=10489 vsize=417976 CPUtime=100.04 cores=4,6
/proc/10491/stat : 10491 (adaptg2wsat2009) T 10489 10491 10491 0 -1 4202496 998 0 0 0 10004 0 0 0 25 0 1 0 867154813 428007424 735 33554432000 134512640 135107411 4290760384 18446744073709551615 134531724 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10491/statm: 104494 735 59 146 0 103370 0
[pid=10489/tid=10506] ppid=10329 vsize=320964 CPUtime=0 cores=4,6
/proc/10489/task/10506/stat : 10506 (python) S 10329 10329 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867164827 328667136 5955 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 514 18446604453961884800 0 0 -1 6 0 0 0
[pid=10507] ppid=10329 vsize=331220 CPUtime=0.14 cores=4,6
/proc/10507/stat : 10507 (python) S 10329 10329 10281 0 -1 4202560 1070 0 0 0 9 5 0 0 19 0 2 0 867164828 339169280 5959 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10507/statm: 82805 5959 399 364 0 18708 0
[pid=10509] ppid=10507 vsize=1018364 CPUtime=100 cores=4,6
/proc/10509/stat : 10509 (gnovelty+2) T 10507 10509 10509 0 -1 4202496 670 0 0 0 10000 0 0 0 25 0 1 0 867164828 1042804736 409 33554432000 134512640 135663704 4291176320 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10509/statm: 254591 409 113 282 0 254307 0
[pid=10507/tid=10525] ppid=10329 vsize=331220 CPUtime=0 cores=4,6
/proc/10507/task/10525/stat : 10525 (python) S 10329 10329 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867174844 339169280 5959 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 514 18446604453923797952 0 0 -1 4 0 0 0
[pid=10526] ppid=10329 vsize=341476 CPUtime=0.14 cores=4,6
/proc/10526/stat : 10526 (python) S 10329 10329 10281 0 -1 4202560 1080 0 0 0 9 5 0 0 19 0 2 0 867174845 349671424 5963 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10526/statm: 85369 5963 400 364 0 21269 0
[pid=10528] ppid=10526 vsize=247992 CPUtime=100.14 cores=4,6
/proc/10528/stat : 10528 (FH) T 10526 10528 10528 0 -1 4202496 923 0 0 0 10014 0 0 0 25 0 1 0 867174845 253943808 658 33554432000 134512640 134936988 4288056512 18446744073709551615 134553238 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/10528/statm: 61998 658 41 104 0 61502 0
[pid=10526/tid=10544] ppid=10329 vsize=341476 CPUtime=0 cores=4,6
/proc/10526/task/10544/stat : 10544 (python) S 10329 10329 10281 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 867184859 349671424 5963 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 514 18446604453919834240 0 0 -1 4 0 0 0
[pid=10545] ppid=10329 vsize=351732 CPUtime=0 cores=4,6
/proc/10545/stat : 10545 (python) S 10329 10329 10281 0 -1 4202560 828 0 0 0 0 0 0 0 19 0 1 0 867184860 360173568 5916 33554432000 4194304 5683644 140734233589536 18446744073709551615 264726425158 0 0 16781312 514 4439132516149886975 0 0 17 4 0 0 0
/proc/10545/statm: 87933 5916 350 364 0 23830 0
[pid=10547] ppid=10545 vsize=417840 CPUtime=0.43 cores=4,6
/proc/10547/stat : 10547 (adaptg2wsat2009) R 10545 10547 10547 0 -1 4202496 890 0 0 0 43 0 0 0 21 0 1 0 867184861 427868160 624 33554432000 134512640 135107411 4292626400 18446744073709551615 134523290 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10547/statm: 104460 624 49 146 0 103336 0
[pid=10329/tid=10376] ppid=10327 vsize=361976 CPUtime=0 cores=4,6
/proc/10329/task/10376/stat : 10376 (python) S 10327 10329 10281 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 9 0 867114857 370663424 7454 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 4 0 0 0
[pid=10329/tid=10396] ppid=10327 vsize=361976 CPUtime=0 cores=4,6
/proc/10329/task/10396/stat : 10396 (python) S 10327 10329 10281 0 -1 4202560 34 932 0 0 0 0 0 0 20 0 9 0 867124870 370663424 7454 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 4 0 0 0
[pid=10329/tid=10410] ppid=10327 vsize=361976 CPUtime=0 cores=4,6
/proc/10329/task/10410/stat : 10410 (python) S 10327 10329 10281 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 9 0 867134786 370663424 7454 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 4 0 0 0
[pid=10329/tid=10429] ppid=10327 vsize=361976 CPUtime=0 cores=4,6
/proc/10329/task/10429/stat : 10429 (python) S 10327 10329 10281 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 867144799 370663424 7454 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 4 0 0 0
[pid=10329/tid=10490] ppid=10327 vsize=361976 CPUtime=0 cores=4,6
/proc/10329/task/10490/stat : 10490 (python) S 10327 10329 10281 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 867154813 370663424 7454 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 4 0 0 0
[pid=10329/tid=10508] ppid=10327 vsize=361976 CPUtime=0 cores=4,6
/proc/10329/task/10508/stat : 10508 (python) S 10327 10329 10281 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 867164828 370663424 7454 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 6 0 0 0
[pid=10329/tid=10527] ppid=10327 vsize=361976 CPUtime=0 cores=4,6
/proc/10329/task/10527/stat : 10527 (python) S 10327 10329 10281 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 867174845 370663424 7454 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 6 0 0 0
[pid=10329/tid=10546] ppid=10327 vsize=361976 CPUtime=0 cores=4,6
/proc/10329/task/10546/stat : 10546 (python) S 10327 10329 10281 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 867184861 370663424 7454 33554432000 4194304 5683644 140734233589536 18446744073709551615 264738228657 0 0 16781312 2 18446604453946853440 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 7871872

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 702.365
CPU time (s): 701.91
CPU user time (s): 701.31
CPU system time (s): 0.6
CPU usage (%): 99.9352
Max. virtual memory (cumulated for all children) (KiB): 7871872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.07984
system time used= 0.176973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17976
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= 21789
involuntary context switches= 30

runsolver used 1.58076 second user time and 2.87756 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-11 01:03:10
IDJOB=3484022
IDBENCH=82533
IDSOLVER=1975
FILE ID=node141/3484022-1307746990
RUNJOBID= node141-1307746989-10300
PBS_JOBID= 13550819
Free space on /tmp= 74132 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S313239685-087-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-3484022-1307746990/watcher-3484022-1307746990 -o /tmp/evaluation-result-3484022-1307746990/solver-3484022-1307746990 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484022-1307746990.cnf -seed 1487758871 -budget 1200

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

MD5SUM BENCH= ac4ee3ff752a515035c947b106bcabeb
RANDOM SEED=1487758871

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.806
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.84
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.806
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31464360 kB
Buffers:        236012 kB
Cached:        1052736 kB
SwapCached:       8728 kB
Active:         473404 kB
Inactive:       831972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31464360 kB
SwapTotal:    67111528 kB
SwapFree:     67064580 kB
Dirty:           88500 kB
Writeback:           8 kB
AnonPages:       15580 kB
Mapped:           9432 kB
Slab:           115888 kB
PageTables:       4640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   159056 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= 74000 MiB
End job on node141 at 2011-06-11 01:14:55