Trace number 3484004

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

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S1682211323-009-UNKNOWN.cnf
MD5SUM917ee0efab4f0e89027865c1129d272b
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.41/1.04	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.41/1.04	c INFO: solving HOME/instance-3484004-1307746988.cnf
0.41/1.04	c INFO: computing task features
0.49/1.18	c INFO: computed variable-clause graph statistics
0.49/1.18	c INFO: computed clause balance statistics
1.28/1.94	c INFO: computed variable balance statistics
1.59/2.24	c INFO: computed small-clause counts
1.59/2.24	c INFO: computed Horn-clause counts
1.59/2.27	c INFO: computed variable graph statistics
1.59/2.27	c INFO: collected features for HOME/instance-3484004-1307746988.cnf in 1.23 s
1.59/2.28	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.36)
101.74/102.43	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
201.83/202.60	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
302.12/302.73	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.26/402.87	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
502.45/503.02	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.04)
602.70/603.21	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
702.79/703.36	c INFO: running adaptg2wsat2009++@0 for 97 with 498 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-3484004-1307746988/watcher-3484004-1307746988 -o /tmp/evaluation-result-3484004-1307746988/solver-3484004-1307746988 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484004-1307746988.cnf -seed 723116723 -budget 1200 

running on 2 cores: 5,7

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.04 3/184 31258
/proc/meminfo: memFree=31449016/32951124 swapFree=67050916/67111528
[pid=31258] ppid=31256 vsize=15384 CPUtime=0 cores=5,7
/proc/31258/stat : 31258 (python) R 31256 31258 31196 0 -1 4202496 796 0 0 0 0 0 0 0 17 0 1 0 867115102 15753216 681 33554432000 4194304 5683644 140734624860240 18446744073709551615 212039653376 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/31258/statm: 3846 681 322 364 0 333 0

[startup+0.0298211 s]
/proc/loadavg: 0.00 0.00 0.04 3/184 31258
/proc/meminfo: memFree=31449016/32951124 swapFree=67050916/67111528
[pid=31258] ppid=31256 vsize=16816 CPUtime=0.01 cores=5,7
/proc/31258/stat : 31258 (python) S 31256 31258 31196 0 -1 4202496 1214 0 0 0 1 0 0 0 17 0 1 0 867115102 17219584 1071 33554432000 4194304 5683644 140734624860240 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/31258/statm: 4205 1072 417 364 0 692 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16816

[startup+0.100801 s]
/proc/loadavg: 0.00 0.00 0.04 3/184 31258
/proc/meminfo: memFree=31449016/32951124 swapFree=67050916/67111528
[pid=31258] ppid=31256 vsize=36512 CPUtime=0.04 cores=5,7
/proc/31258/stat : 31258 (python) S 31256 31258 31196 0 -1 4202496 1613 0 0 0 4 0 0 0 17 0 1 0 867115102 37388288 1444 33554432000 4194304 5683644 140734624860240 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/31258/statm: 9128 1444 452 364 0 945 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36512

[startup+0.300799 s]
/proc/loadavg: 0.00 0.00 0.04 3/184 31258
/proc/meminfo: memFree=31449016/32951124 swapFree=67050916/67111528
[pid=31258] ppid=31256 vsize=135752 CPUtime=0.18 cores=5,7
/proc/31258/stat : 31258 (python) D 31256 31258 31196 0 -1 4202496 5973 934 1 0 13 5 0 0 17 0 1 0 867115102 139010048 4149 33554432000 4194304 5683644 140734624860240 18446744073709551615 212039651333 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/31258/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700704 s]
/proc/loadavg: 0.00 0.00 0.04 3/184 31258
/proc/meminfo: memFree=31449016/32951124 swapFree=67050916/67111528
[pid=31258] ppid=31256 vsize=226932 CPUtime=0.31 cores=5,7
/proc/31258/stat : 31258 (python) S 31256 31258 31196 0 -1 4202496 7728 934 1 0 19 12 0 0 16 0 1 0 867115102 232378368 5662 33554432000 4194304 5683644 140734624860240 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/31258/statm: 56733 5662 1566 364 0 4271 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 226932

[startup+1.50056 s]
/proc/loadavg: 0.00 0.00 0.04 4/185 31277
/proc/meminfo: memFree=31364952/32951124 swapFree=67050916/67111528
[pid=31258] ppid=31256 vsize=283976 CPUtime=0.88 cores=5,7
/proc/31258/stat : 31258 (python) R 31256 31258 31196 0 -1 4202496 11755 934 1 0 72 16 0 0 16 0 1 0 867115102 290791424 8378 33554432000 4194304 5683644 140734624860240 18446744073709551615 212039310320 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/31258/statm: 70994 8378 1826 364 0 6918 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 283976

[startup+3.10021 s]
/proc/loadavg: 0.00 0.00 0.04 4/196 31296
/proc/meminfo: memFree=31321084/32951124 swapFree=67050916/67111528
[pid=31258] ppid=31256 vsize=289868 CPUtime=1.66 cores=5,7
/proc/31258/stat : 31258 (python) S 31256 31258 31196 0 -1 4202496 12096 934 1 0 150 16 0 0 19 0 2 0 867115102 296824832 7331 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31258/statm: 72467 7331 1869 364 0 8385 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 289868
heavy processes:

[startup+6.30067 s]
/proc/loadavg: 0.32 0.07 0.06 5/202 31302
/proc/meminfo: memFree=31299460/32951124 swapFree=67050916/67111528
[pid=31258] ppid=31256 vsize=289868 CPUtime=1.66 cores=5,7
/proc/31258/stat : 31258 (python) S 31256 31258 31196 0 -1 4202496 12096 934 1 0 150 16 0 0 19 0 2 0 867115102 296824832 7331 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31258/statm: 72467 7331 1869 364 0 8385 0
[pid=31297] ppid=31258 vsize=280108 CPUtime=0 cores=5,7
/proc/31297/stat : 31297 (python) S 31258 31258 31196 0 -1 4202560 722 0 0 0 0 0 0 0 18 0 1 0 867115331 286830592 5814 33554432000 4194304 5683644 140734624860240 18446744073709551615 212039675407 0 0 16781312 514 13955753649981325576 0 0 17 5 0 0 0
/proc/31297/statm: 70027 5814 355 364 0 5945 0
[pid=31299] ppid=31297 vsize=1018820 CPUtime=4 cores=5,7
/proc/31299/stat : 31299 (gnovelty+2) R 31297 31299 31299 0 -1 4202496 860 0 0 0 400 0 0 0 25 0 1 0 867115331 1043271680 595 33554432000 134512640 135663704 4293983024 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31299/statm: 254705 595 113 282 0 254421 0
[pid=31258/tid=31298] ppid=31256 vsize=289868 CPUtime=0 cores=5,7
/proc/31258/task/31298/stat : 31298 (python) S 31256 31258 31196 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 2 0 867115331 296824832 7331 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 2 18446604469119777472 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 1588796

[startup+12.7005 s]
/proc/loadavg: 0.61 0.13 0.09 5/202 31302
/proc/meminfo: memFree=31300700/32951124 swapFree=67050916/67111528
[pid=31258] ppid=31256 vsize=289868 CPUtime=1.66 cores=5,7
/proc/31258/stat : 31258 (python) S 31256 31258 31196 0 -1 4202496 12096 934 1 0 150 16 0 0 19 0 2 0 867115102 296824832 7331 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31258/statm: 72467 7331 1869 364 0 8385 0
[pid=31297] ppid=31258 vsize=280108 CPUtime=0 cores=5,7
/proc/31297/stat : 31297 (python) S 31258 31258 31196 0 -1 4202560 863 0 0 0 0 0 0 0 18 0 1 0 867115331 286830592 5837 33554432000 4194304 5683644 140734624860240 18446744073709551615 212039675407 0 0 16781312 514 18342404818280087816 0 0 17 5 0 0 0
/proc/31297/statm: 70027 5837 378 364 0 5945 0
[pid=31299] ppid=31297 vsize=1018820 CPUtime=10.39 cores=5,7
/proc/31299/stat : 31299 (gnovelty+2) R 31297 31299 31299 0 -1 4202496 860 0 0 0 1039 0 0 0 25 0 1 0 867115331 1043271680 595 33554432000 134512640 135663704 4293983024 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31299/statm: 254705 595 113 282 0 254421 0
[pid=31258/tid=31298] ppid=31256 vsize=289868 CPUtime=0 cores=5,7
/proc/31258/task/31298/stat : 31298 (python) S 31256 31258 31196 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 2 0 867115331 296824832 7331 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 2 18446604469119777472 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 1588796

[startup+25.5002 s]
/proc/loadavg: 1.36 0.32 0.15 5/202 31302
/proc/meminfo: memFree=31302828/32951124 swapFree=67050916/67111528
[pid=31258] ppid=31256 vsize=289868 CPUtime=1.66 cores=5,7
/proc/31258/stat : 31258 (python) S 31256 31258 31196 0 -1 4202496 12096 934 1 0 150 16 0 0 19 0 2 0 867115102 296824832 7331 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31258/statm: 72467 7331 1869 364 0 8385 0
[pid=31297] ppid=31258 vsize=280108 CPUtime=0.02 cores=5,7
/proc/31297/stat : 31297 (python) S 31258 31258 31196 0 -1 4202560 868 0 0 0 1 1 0 0 18 0 1 0 867115331 286830592 5837 33554432000 4194304 5683644 140734624860240 18446744073709551615 212039675407 0 0 16781312 514 18342404818280087816 0 0 17 5 0 0 0
/proc/31297/statm: 70027 5837 378 364 0 5945 0
[pid=31299] ppid=31297 vsize=1018820 CPUtime=23.17 cores=5,7
/proc/31299/stat : 31299 (gnovelty+2) R 31297 31299 31299 0 -1 4202496 860 0 0 0 2317 0 0 0 25 0 1 0 867115331 1043271680 595 33554432000 134512640 135663704 4293983024 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31299/statm: 254705 595 113 282 0 254421 0
[pid=31258/tid=31298] ppid=31256 vsize=289868 CPUtime=0 cores=5,7
/proc/31258/task/31298/stat : 31298 (python) S 31256 31258 31196 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 2 0 867115331 296824832 7331 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 2 18446604469119777472 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 1588796

[startup+51.1007 s]
/proc/loadavg: 2.26 0.62 0.25 5/202 31303
/proc/meminfo: memFree=31303088/32951124 swapFree=67050916/67111528
[pid=31258] ppid=31256 vsize=289868 CPUtime=1.66 cores=5,7
/proc/31258/stat : 31258 (python) S 31256 31258 31196 0 -1 4202496 12096 934 1 0 150 16 0 0 19 0 2 0 867115102 296824832 7331 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31258/statm: 72467 7331 1869 364 0 8385 0
[pid=31297] ppid=31258 vsize=280108 CPUtime=0.05 cores=5,7
/proc/31297/stat : 31297 (python) S 31258 31258 31196 0 -1 4202560 881 0 0 0 3 2 0 0 18 0 1 0 867115331 286830592 5837 33554432000 4194304 5683644 140734624860240 18446744073709551615 212039675407 0 0 16781312 514 18342404818280087816 0 0 17 5 0 0 0
/proc/31297/statm: 70027 5837 378 364 0 5945 0
[pid=31299] ppid=31297 vsize=1018820 CPUtime=48.75 cores=5,7
/proc/31299/stat : 31299 (gnovelty+2) R 31297 31299 31299 0 -1 4202496 860 0 0 0 4875 0 0 0 25 0 1 0 867115331 1043271680 595 33554432000 134512640 135663704 4293983024 18446744073709551615 134525465 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31299/statm: 254705 595 113 282 0 254421 0
[pid=31258/tid=31298] ppid=31256 vsize=289868 CPUtime=0 cores=5,7
/proc/31258/task/31298/stat : 31298 (python) S 31256 31258 31196 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 2 0 867115331 296824832 7331 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 2 18446604469119777472 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 1588796

[startup+102.307 s]
/proc/loadavg: 3.24 1.14 0.44 5/203 31351
/proc/meminfo: memFree=31300520/32951124 swapFree=67050916/67111528
[pid=31258] ppid=31256 vsize=289868 CPUtime=1.66 cores=5,7
/proc/31258/stat : 31258 (python) S 31256 31258 31196 0 -1 4202496 12096 934 1 0 150 16 0 0 19 0 2 0 867115102 296824832 7331 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31258/statm: 72467 7331 1869 364 0 8385 0
[pid=31297] ppid=31258 vsize=280108 CPUtime=0.1 cores=5,7
/proc/31297/stat : 31297 (python) S 31258 31258 31196 0 -1 4202560 902 0 0 0 5 5 0 0 18 0 1 0 867115331 286830592 5837 33554432000 4194304 5683644 140734624860240 18446744073709551615 212039675407 0 0 16781312 514 18342404818280087816 0 0 17 5 0 0 0
/proc/31297/statm: 70027 5837 378 364 0 5945 0
[pid=31299] ppid=31297 vsize=1018820 CPUtime=99.88 cores=5,7
/proc/31299/stat : 31299 (gnovelty+2) R 31297 31299 31299 0 -1 4202496 860 0 0 0 9988 0 0 0 25 0 1 0 867115331 1043271680 595 33554432000 134512640 135663704 4293983024 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31299/statm: 254705 595 113 282 0 254421 0
[pid=31258/tid=31298] ppid=31256 vsize=289868 CPUtime=0 cores=5,7
/proc/31258/task/31298/stat : 31298 (python) S 31256 31258 31196 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 2 0 867115331 296824832 7331 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 2 18446604469119777472 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 1588796

[startup+162.301 s]
/proc/loadavg: 3.72 1.65 0.66 5/214 31364
/proc/meminfo: memFree=31263188/32951124 swapFree=67050916/67111528
[pid=31258] ppid=31256 vsize=300124 CPUtime=1.68 cores=5,7
/proc/31258/stat : 31258 (python) S 31256 31258 31196 0 -1 4202496 12969 934 1 0 151 17 0 0 20 0 3 0 867115102 307326976 7338 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31258/statm: 75031 7338 1872 364 0 10946 0
[pid=31297] ppid=31258 vsize=290352 CPUtime=0.11 cores=5,7
/proc/31297/stat : 31297 (python) S 31258 31258 31196 0 -1 4202560 1139 0 0 0 6 5 0 0 19 0 2 0 867115331 297320448 5879 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31297/statm: 72588 5879 415 364 0 8506 0
[pid=31299] ppid=31297 vsize=1018820 CPUtime=100 cores=5,7
/proc/31299/stat : 31299 (gnovelty+2) T 31297 31299 31299 0 -1 4202496 860 0 0 0 10000 0 0 0 25 0 1 0 867115331 1043271680 595 33554432000 134512640 135663704 4293983024 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31299/statm: 254705 595 113 282 0 254421 0
[pid=31297/tid=31352] ppid=31258 vsize=290352 CPUtime=0 cores=5,7
/proc/31297/task/31352/stat : 31352 (python) S 31258 31258 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867125345 297320448 5879 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 514 18446604456162020352 0 0 -1 7 0 0 0
[pid=31353] ppid=31258 vsize=290364 CPUtime=0.07 cores=5,7
/proc/31353/stat : 31353 (python) S 31258 31258 31196 0 -1 4202560 905 0 0 0 4 3 0 0 18 0 1 0 867125346 297332736 5835 33554432000 4194304 5683644 140734624860240 18446744073709551615 212039675462 0 0 16781312 514 18342404818280087816 0 0 17 5 0 0 0
/proc/31353/statm: 72591 5835 372 364 0 8506 0
[pid=31355] ppid=31353 vsize=1018820 CPUtime=59.77 cores=5,7
/proc/31355/stat : 31355 (gnovelty+2) R 31353 31355 31355 0 -1 4202496 862 0 0 0 5977 0 0 0 25 0 1 0 867125346 1043271680 596 33554432000 134512640 135663704 4288626992 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31355/statm: 254705 596 113 282 0 254421 0
[pid=31258/tid=31298] ppid=31256 vsize=300124 CPUtime=0 cores=5,7
/proc/31258/task/31298/stat : 31298 (python) S 31256 31258 31196 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 3 0 867115331 307326976 7338 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 2 18446604469119777472 0 0 -1 5 0 0 0
[pid=31258/tid=31354] ppid=31256 vsize=300124 CPUtime=0 cores=5,7
/proc/31258/task/31354/stat : 31354 (python) S 31256 31258 31196 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 3 0 867125346 307326976 7338 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 2 18446604469119777472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 2918480

[startup+222.301 s]
/proc/loadavg: 3.99 2.11 0.88 5/230 31381
/proc/meminfo: memFree=31221496/32951124 swapFree=67050916/67111528
[pid=31258] ppid=31256 vsize=310380 CPUtime=1.68 cores=5,7
/proc/31258/stat : 31258 (python) S 31256 31258 31196 0 -1 4202496 13764 934 1 0 151 17 0 0 20 0 4 0 867115102 317829120 7344 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0

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

[pid=31371] ppid=31258 vsize=300700 CPUtime=0.13 cores=5,7
/proc/31371/stat : 31371 (python) S 31258 31258 31196 0 -1 4202560 1075 0 0 0 7 6 0 0 19 0 2 0 867135362 307916800 5868 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31371/statm: 75175 5868 400 364 0 11087 0
[pid=31373] ppid=31371 vsize=419428 CPUtime=100.12 cores=5,7
/proc/31373/stat : 31373 (adaptg2wsat2009) T 31371 31373 31373 0 -1 4202496 1442 0 0 0 10012 0 0 0 25 0 1 0 867135363 429494272 1177 33554432000 134512640 135107411 4288372720 18446744073709551615 134532313 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/31373/statm: 104857 1177 59 146 0 103733 0
[pid=31371/tid=31389] ppid=31258 vsize=300700 CPUtime=0 cores=5,7
/proc/31371/task/31389/stat : 31389 (python) S 31258 31258 31196 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867145375 307916800 5868 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 514 18446604464960764800 0 0 -1 7 0 0 0
[pid=31390] ppid=31258 vsize=311048 CPUtime=0.14 cores=5,7
/proc/31390/stat : 31390 (python) S 31258 31258 31196 0 -1 4202560 1083 0 0 0 9 5 0 0 19 0 2 0 867145376 318513152 5892 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31390/statm: 77762 5892 400 364 0 13671 0
[pid=31392] ppid=31390 vsize=419428 CPUtime=100.02 cores=5,7
/proc/31392/stat : 31392 (adaptg2wsat2009) T 31390 31392 31392 0 -1 4202496 1441 0 0 0 10002 0 0 0 25 0 1 0 867145376 429494272 1177 33554432000 134512640 135107411 4292547184 18446744073709551615 134531232 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31392/statm: 104857 1177 59 146 0 103733 0
[pid=31390/tid=31449] ppid=31258 vsize=311048 CPUtime=0 cores=5,7
/proc/31390/task/31449/stat : 31449 (python) S 31258 31258 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867155389 318513152 5892 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 514 18446604462675124416 0 0 -1 7 0 0 0
[pid=31450] ppid=31258 vsize=321400 CPUtime=0.15 cores=5,7
/proc/31450/stat : 31450 (python) S 31258 31258 31196 0 -1 4202560 1068 0 0 0 8 7 0 0 19 0 2 0 867155390 329113600 5919 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31450/statm: 80350 5919 400 364 0 16256 0
[pid=31452] ppid=31450 vsize=419428 CPUtime=100 cores=5,7
/proc/31452/stat : 31452 (adaptg2wsat2009) T 31450 31452 31452 0 -1 4202496 1438 0 0 0 10000 0 0 0 25 0 1 0 867155391 429494272 1175 33554432000 134512640 135107411 4287917488 18446744073709551615 134532384 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31452/statm: 104857 1175 59 146 0 103733 0
[pid=31450/tid=31468] ppid=31258 vsize=321400 CPUtime=0 cores=5,7
/proc/31450/task/31468/stat : 31468 (python) S 31258 31258 31196 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867165404 329113600 5919 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 514 18446604471160824064 0 0 -1 7 0 0 0
[pid=31469] ppid=31258 vsize=331656 CPUtime=0.15 cores=5,7
/proc/31469/stat : 31469 (python) S 31258 31258 31196 0 -1 4202560 1071 0 0 0 7 8 0 0 19 0 2 0 867165405 339615744 5947 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31469/statm: 82914 5947 400 364 0 18817 0
[pid=31471] ppid=31469 vsize=1018820 CPUtime=100.06 cores=5,7
/proc/31471/stat : 31471 (gnovelty+2) T 31469 31471 31471 0 -1 4202496 856 0 0 0 10006 0 0 0 25 0 1 0 867165406 1043271680 595 33554432000 134512640 135663704 4291998944 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31471/statm: 254705 595 113 282 0 254421 0
[pid=31469/tid=31487] ppid=31258 vsize=331656 CPUtime=0 cores=5,7
/proc/31469/task/31487/stat : 31487 (python) S 31258 31258 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867175423 339615744 5947 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 514 18446604460439631040 0 0 -1 7 0 0 0
[pid=31488] ppid=31258 vsize=342024 CPUtime=0.14 cores=5,7
/proc/31488/stat : 31488 (python) S 31258 31258 31196 0 -1 4202560 1081 0 0 0 7 7 0 0 19 0 2 0 867175424 350232576 5951 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31488/statm: 85506 5951 400 364 0 21406 0
[pid=31490] ppid=31488 vsize=249188 CPUtime=99.98 cores=5,7
/proc/31490/stat : 31490 (FH) T 31488 31490 31490 0 -1 4202496 1321 0 0 0 9998 0 0 0 25 0 1 0 867175424 255168512 1058 33554432000 134512640 134936988 4287050368 18446744073709551615 134552375 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31490/statm: 62297 1058 41 104 0 61801 0
[pid=31488/tid=31499] ppid=31258 vsize=342024 CPUtime=0 cores=5,7
/proc/31488/task/31499/stat : 31499 (python) S 31258 31258 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867185438 350232576 5951 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 514 18446604471127114176 0 0 -1 7 0 0 0
[pid=31500] ppid=31258 vsize=352400 CPUtime=0 cores=5,7
/proc/31500/stat : 31500 (python) S 31258 31258 31196 0 -1 4202560 832 0 0 0 0 0 0 0 19 0 1 0 867185439 360857600 5933 33554432000 4194304 5683644 140734624860240 18446744073709551615 212039675462 0 0 16781312 514 14852581304293130239 0 0 17 5 0 0 0
/proc/31500/statm: 88100 5933 351 364 0 23997 0
[pid=31502] ppid=31500 vsize=419160 CPUtime=0.54 cores=5,7
/proc/31502/stat : 31502 (adaptg2wsat2009) R 31500 31502 31502 0 -1 4202496 1255 0 0 0 54 0 0 0 22 0 1 0 867185440 429219840 990 33554432000 134512640 135107411 4289357424 18446744073709551615 134523306 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31502/statm: 104790 990 49 146 0 103666 0
[pid=31258/tid=31298] ppid=31256 vsize=362040 CPUtime=0 cores=5,7
/proc/31258/task/31298/stat : 31298 (python) S 31256 31258 31196 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 867115331 370728960 7469 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 2 18446604469119777472 0 0 -1 5 0 0 0
[pid=31258/tid=31354] ppid=31256 vsize=362040 CPUtime=0 cores=5,7
/proc/31258/task/31354/stat : 31354 (python) S 31256 31258 31196 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 9 0 867125346 370728960 7469 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 2 18446604469119777472 0 0 -1 7 0 0 0
[pid=31258/tid=31372] ppid=31256 vsize=362040 CPUtime=0 cores=5,7
/proc/31258/task/31372/stat : 31372 (python) S 31256 31258 31196 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 867135363 370728960 7469 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 2 18446604469119777472 0 0 -1 5 0 0 0
[pid=31258/tid=31391] ppid=31256 vsize=362040 CPUtime=0 cores=5,7
/proc/31258/task/31391/stat : 31391 (python) S 31256 31258 31196 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867145376 370728960 7469 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 2 18446604469119777472 0 0 -1 5 0 0 0
[pid=31258/tid=31451] ppid=31256 vsize=362040 CPUtime=0 cores=5,7
/proc/31258/task/31451/stat : 31451 (python) S 31256 31258 31196 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867155390 370728960 7469 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 2 18446604469119777472 0 0 -1 5 0 0 0
[pid=31258/tid=31470] ppid=31256 vsize=362040 CPUtime=0 cores=5,7
/proc/31258/task/31470/stat : 31470 (python) S 31256 31258 31196 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 867165405 370728960 7469 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 2 18446604469119777472 0 0 -1 5 0 0 0
[pid=31258/tid=31489] ppid=31256 vsize=362040 CPUtime=0 cores=5,7
/proc/31258/task/31489/stat : 31489 (python) S 31256 31258 31196 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 867175424 370728960 7469 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 2 18446604469119777472 0 0 -1 5 0 0 0
[pid=31258/tid=31501] ppid=31256 vsize=362040 CPUtime=0 cores=5,7
/proc/31258/task/31501/stat : 31501 (python) S 31256 31258 31196 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867185439 370728960 7469 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 2 18446604469119777472 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 703.39
Current children cumulated vsize (KiB) 7885076

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: 4.08 3.66 2.15 6/280 31502
/proc/meminfo: memFree=30938996/32951124 swapFree=67050916/67111528
[pid=31258] ppid=31256 vsize=362040 CPUtime=1.73 cores=5,7
/proc/31258/stat : 31258 (python) S 31256 31258 31196 0 -1 4202496 18011 934 1 0 155 18 0 0 19 0 9 0 867115102 370728960 7469 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31258/statm: 90510 7469 1884 364 0 26407 0
[pid=31297] ppid=31258 vsize=290352 CPUtime=0.11 cores=5,7
/proc/31297/stat : 31297 (python) S 31258 31258 31196 0 -1 4202560 1139 0 0 0 6 5 0 0 19 0 2 0 867115331 297320448 5879 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31297/statm: 72588 5879 415 364 0 8506 0
[pid=31299] ppid=31297 vsize=1018820 CPUtime=100 cores=5,7
/proc/31299/stat : 31299 (gnovelty+2) T 31297 31299 31299 0 -1 4202496 860 0 0 0 10000 0 0 0 25 0 1 0 867115331 1043271680 595 33554432000 134512640 135663704 4293983024 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31299/statm: 254705 595 113 282 0 254421 0
[pid=31297/tid=31352] ppid=31258 vsize=290352 CPUtime=0 cores=5,7
/proc/31297/task/31352/stat : 31352 (python) S 31258 31258 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867125345 297320448 5879 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 514 18446604456162020352 0 0 -1 7 0 0 0
[pid=31353] ppid=31258 vsize=290364 CPUtime=0.12 cores=5,7
/proc/31353/stat : 31353 (python) S 31258 31258 31196 0 -1 4202560 1074 0 0 0 7 5 0 0 19 0 2 0 867125346 297332736 5864 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31353/statm: 72591 5864 400 364 0 8506 0
[pid=31355] ppid=31353 vsize=1018820 CPUtime=100 cores=5,7
/proc/31355/stat : 31355 (gnovelty+2) T 31353 31355 31355 0 -1 4202496 862 0 0 0 10000 0 0 0 25 0 1 0 867125346 1043271680 596 33554432000 134512640 135663704 4288626992 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31355/statm: 254705 596 113 282 0 254421 0
[pid=31353/tid=31370] ppid=31258 vsize=290364 CPUtime=0 cores=5,7
/proc/31353/task/31370/stat : 31370 (python) S 31258 31258 31196 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867135362 297332736 5864 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 514 18446604457335745280 0 0 -1 7 0 0 0
[pid=31371] ppid=31258 vsize=300700 CPUtime=0.13 cores=5,7
/proc/31371/stat : 31371 (python) S 31258 31258 31196 0 -1 4202560 1075 0 0 0 7 6 0 0 19 0 2 0 867135362 307916800 5868 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31371/statm: 75175 5868 400 364 0 11087 0
[pid=31373] ppid=31371 vsize=419428 CPUtime=100.12 cores=5,7
/proc/31373/stat : 31373 (adaptg2wsat2009) T 31371 31373 31373 0 -1 4202496 1442 0 0 0 10012 0 0 0 25 0 1 0 867135363 429494272 1177 33554432000 134512640 135107411 4288372720 18446744073709551615 134532313 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/31373/statm: 104857 1177 59 146 0 103733 0
[pid=31371/tid=31389] ppid=31258 vsize=300700 CPUtime=0 cores=5,7
/proc/31371/task/31389/stat : 31389 (python) S 31258 31258 31196 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867145375 307916800 5868 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 514 18446604464960764800 0 0 -1 7 0 0 0
[pid=31390] ppid=31258 vsize=311048 CPUtime=0.14 cores=5,7
/proc/31390/stat : 31390 (python) S 31258 31258 31196 0 -1 4202560 1083 0 0 0 9 5 0 0 19 0 2 0 867145376 318513152 5892 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31390/statm: 77762 5892 400 364 0 13671 0
[pid=31392] ppid=31390 vsize=419428 CPUtime=100.02 cores=5,7
/proc/31392/stat : 31392 (adaptg2wsat2009) T 31390 31392 31392 0 -1 4202496 1441 0 0 0 10002 0 0 0 25 0 1 0 867145376 429494272 1177 33554432000 134512640 135107411 4292547184 18446744073709551615 134531232 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31392/statm: 104857 1177 59 146 0 103733 0
[pid=31390/tid=31449] ppid=31258 vsize=311048 CPUtime=0 cores=5,7
/proc/31390/task/31449/stat : 31449 (python) S 31258 31258 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867155389 318513152 5892 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 514 18446604462675124416 0 0 -1 7 0 0 0
[pid=31450] ppid=31258 vsize=321400 CPUtime=0.15 cores=5,7
/proc/31450/stat : 31450 (python) S 31258 31258 31196 0 -1 4202560 1068 0 0 0 8 7 0 0 19 0 2 0 867155390 329113600 5919 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31450/statm: 80350 5919 400 364 0 16256 0
[pid=31452] ppid=31450 vsize=419428 CPUtime=100 cores=5,7
/proc/31452/stat : 31452 (adaptg2wsat2009) T 31450 31452 31452 0 -1 4202496 1438 0 0 0 10000 0 0 0 25 0 1 0 867155391 429494272 1175 33554432000 134512640 135107411 4287917488 18446744073709551615 134532384 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31452/statm: 104857 1175 59 146 0 103733 0
[pid=31450/tid=31468] ppid=31258 vsize=321400 CPUtime=0 cores=5,7
/proc/31450/task/31468/stat : 31468 (python) S 31258 31258 31196 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867165404 329113600 5919 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 514 18446604471160824064 0 0 -1 7 0 0 0
[pid=31469] ppid=31258 vsize=331656 CPUtime=0.15 cores=5,7
/proc/31469/stat : 31469 (python) S 31258 31258 31196 0 -1 4202560 1071 0 0 0 7 8 0 0 19 0 2 0 867165405 339615744 5947 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31469/statm: 82914 5947 400 364 0 18817 0
[pid=31471] ppid=31469 vsize=1018820 CPUtime=100.06 cores=5,7
/proc/31471/stat : 31471 (gnovelty+2) T 31469 31471 31471 0 -1 4202496 856 0 0 0 10006 0 0 0 25 0 1 0 867165406 1043271680 595 33554432000 134512640 135663704 4291998944 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31471/statm: 254705 595 113 282 0 254421 0
[pid=31469/tid=31487] ppid=31258 vsize=331656 CPUtime=0 cores=5,7
/proc/31469/task/31487/stat : 31487 (python) S 31258 31258 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867175423 339615744 5947 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 514 18446604460439631040 0 0 -1 7 0 0 0
[pid=31488] ppid=31258 vsize=342024 CPUtime=0.14 cores=5,7
/proc/31488/stat : 31488 (python) S 31258 31258 31196 0 -1 4202560 1081 0 0 0 7 7 0 0 19 0 2 0 867175424 350232576 5951 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31488/statm: 85506 5951 400 364 0 21406 0
[pid=31490] ppid=31488 vsize=249188 CPUtime=99.98 cores=5,7
/proc/31490/stat : 31490 (FH) T 31488 31490 31490 0 -1 4202496 1321 0 0 0 9998 0 0 0 25 0 1 0 867175424 255168512 1058 33554432000 134512640 134936988 4287050368 18446744073709551615 134552375 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31490/statm: 62297 1058 41 104 0 61801 0
[pid=31488/tid=31499] ppid=31258 vsize=342024 CPUtime=0 cores=5,7
/proc/31488/task/31499/stat : 31499 (python) S 31258 31258 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867185438 350232576 5951 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 514 18446604471127114176 0 0 -1 7 0 0 0
[pid=31500] ppid=31258 vsize=352400 CPUtime=0 cores=5,7
/proc/31500/stat : 31500 (python) S 31258 31258 31196 0 -1 4202560 832 0 0 0 0 0 0 0 19 0 1 0 867185439 360857600 5933 33554432000 4194304 5683644 140734624860240 18446744073709551615 212039675462 0 0 16781312 514 14852581304293130239 0 0 17 5 0 0 0
/proc/31500/statm: 88100 5933 351 364 0 23997 0
[pid=31502] ppid=31500 vsize=419160 CPUtime=0.54 cores=5,7
/proc/31502/stat : 31502 (adaptg2wsat2009) R 31500 31502 31502 0 -1 4202496 1255 0 0 0 54 0 0 0 22 0 1 0 867185440 429219840 990 33554432000 134512640 135107411 4289357424 18446744073709551615 134523306 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31502/statm: 104790 990 49 146 0 103666 0
[pid=31258/tid=31298] ppid=31256 vsize=362040 CPUtime=0 cores=5,7
/proc/31258/task/31298/stat : 31298 (python) S 31256 31258 31196 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 867115331 370728960 7469 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 2 18446604469119777472 0 0 -1 5 0 0 0
[pid=31258/tid=31354] ppid=31256 vsize=362040 CPUtime=0 cores=5,7
/proc/31258/task/31354/stat : 31354 (python) S 31256 31258 31196 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 9 0 867125346 370728960 7469 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 2 18446604469119777472 0 0 -1 7 0 0 0
[pid=31258/tid=31372] ppid=31256 vsize=362040 CPUtime=0 cores=5,7
/proc/31258/task/31372/stat : 31372 (python) S 31256 31258 31196 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 867135363 370728960 7469 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 2 18446604469119777472 0 0 -1 5 0 0 0
[pid=31258/tid=31391] ppid=31256 vsize=362040 CPUtime=0 cores=5,7
/proc/31258/task/31391/stat : 31391 (python) S 31256 31258 31196 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867145376 370728960 7469 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 2 18446604469119777472 0 0 -1 5 0 0 0
[pid=31258/tid=31451] ppid=31256 vsize=362040 CPUtime=0 cores=5,7
/proc/31258/task/31451/stat : 31451 (python) S 31256 31258 31196 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867155390 370728960 7469 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 2 18446604469119777472 0 0 -1 5 0 0 0
[pid=31258/tid=31470] ppid=31256 vsize=362040 CPUtime=0 cores=5,7
/proc/31258/task/31470/stat : 31470 (python) S 31256 31258 31196 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 867165405 370728960 7469 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 2 18446604469119777472 0 0 -1 5 0 0 0
[pid=31258/tid=31489] ppid=31256 vsize=362040 CPUtime=0 cores=5,7
/proc/31258/task/31489/stat : 31489 (python) S 31256 31258 31196 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 867175424 370728960 7469 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 2 18446604469119777472 0 0 -1 5 0 0 0
[pid=31258/tid=31501] ppid=31256 vsize=362040 CPUtime=0 cores=5,7
/proc/31258/task/31501/stat : 31501 (python) S 31256 31258 31196 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867185439 370728960 7469 33554432000 4194304 5683644 140734624860240 18446744073709551615 212051478961 0 0 16781312 2 18446604469119777472 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 703.39
Current children cumulated vsize (KiB) 7885076

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.968
CPU time (s): 703.39
CPU user time (s): 702.78
CPU system time (s): 0.61
CPU usage (%): 99.9179
Max. virtual memory (cumulated for all children) (KiB): 7885076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.56476
system time used= 0.187971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19412
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= 13288
involuntary context switches= 26

runsolver used 1.89271 second user time and 3.13852 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-11 01:03:08
IDJOB=3484004
IDBENCH=82515
IDSOLVER=1975
FILE ID=node146/3484004-1307746988
RUNJOBID= node146-1307746987-31217
PBS_JOBID= 13550814
Free space on /tmp= 74028 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S1682211323-009-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-3484004-1307746988/watcher-3484004-1307746988 -o /tmp/evaluation-result-3484004-1307746988/solver-3484004-1307746988 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484004-1307746988.cnf -seed 723116723 -budget 1200

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

MD5SUM BENCH= 917ee0efab4f0e89027865c1129d272b
RANDOM SEED=723116723

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31450684 kB
Buffers:        254920 kB
Cached:        1006844 kB
SwapCached:      14540 kB
Active:         606496 kB
Inactive:       685824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31450684 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:           96672 kB
Writeback:           0 kB
AnonPages:       27892 kB
Mapped:          10316 kB
Slab:           141368 kB
PageTables:       4856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   236880 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= 73960 MiB
End job on node146 at 2011-06-11 01:14:54