Trace number 3484064

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) 704.01 703.965

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S394483079-002-UNKNOWN.cnf
MD5SUM40e955d306a70bd3dffa8283c1221639
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 variables2000
Number of clauses40000
Sum of the clauses size200000
Maximum clause length5
Minimum clause length5
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 540000
Number of clauses of size over 50

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3484064-1307747020.cnf
0.32/0.46	c INFO: computing task features
0.50/0.67	c INFO: computed variable-clause graph statistics
0.50/0.68	c INFO: computed clause balance statistics
1.50/1.68	c INFO: computed variable balance statistics
2.10/2.25	c INFO: computed small-clause counts
2.10/2.25	c INFO: computed Horn-clause counts
2.10/2.29	c INFO: computed variable graph statistics
2.10/2.29	c INFO: collected features for HOME/instance-3484064-1307747020.cnf in 1.83 s
2.19/2.30	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
102.29/102.47	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
202.52/202.65	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
302.60/302.78	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.91/402.92	c INFO: running adaptg2wsat2009++@0 for 97 with 797 remaining (b = 0.05)
503.04/503.06	c INFO: running gnovelty+2@0 for 97 with 697 remaining (b = 0.05)
603.28/603.26	c INFO: running FH@0 for 97 with 597 remaining (b = 0.03)
703.49/703.41	c INFO: running adaptg2wsat2009++@0 for 97 with 497 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-3484064-1307747020/watcher-3484064-1307747020 -o /tmp/evaluation-result-3484064-1307747020/solver-3484064-1307747020 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484064-1307747020.cnf -seed 1402461258 -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: 1.82 0.46 0.19 4/198 18332
/proc/meminfo: memFree=31881684/32950928 swapFree=67055428/67111528
[pid=18332] ppid=18330 vsize=15384 CPUtime=0 cores=4,6
/proc/18332/stat : 18332 (python) R 18330 18332 18188 0 -1 4202496 816 0 0 0 0 0 0 0 25 0 1 0 886299140 15753216 701 33554432000 4194304 5683644 140734292614480 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18332/statm: 3846 703 334 364 0 333 0

[startup+0.088324 s]
/proc/loadavg: 1.82 0.46 0.19 4/198 18332
/proc/meminfo: memFree=31881684/32950928 swapFree=67055428/67111528
[pid=18332] ppid=18330 vsize=99372 CPUtime=0.07 cores=4,6
/proc/18332/stat : 18332 (python) S 18330 18332 18188 0 -1 4202496 2867 0 0 0 5 2 0 0 17 0 1 0 886299140 101756928 2564 33554432000 4194304 5683644 140734292614480 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/18332/statm: 24843 2564 818 364 0 1694 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 99372

[startup+0.101699 s]
/proc/loadavg: 1.82 0.46 0.19 4/198 18332
/proc/meminfo: memFree=31881684/32950928 swapFree=67055428/67111528
[pid=18332] ppid=18330 vsize=104612 CPUtime=0.07 cores=4,6
/proc/18332/stat : 18332 (python) S 18330 18332 18188 0 -1 4202496 3143 0 0 0 5 2 0 0 17 0 1 0 886299140 107122688 2821 33554432000 4194304 5683644 140734292614480 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/18332/statm: 26153 2821 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.305037 s]
/proc/loadavg: 1.82 0.46 0.19 4/198 18332
/proc/meminfo: memFree=31881684/32950928 swapFree=67055428/67111528
[pid=18332] ppid=18330 vsize=198916 CPUtime=0.23 cores=4,6
/proc/18332/stat : 18332 (python) R 18330 18332 18188 0 -1 4202496 7029 935 1 0 17 6 0 0 19 0 1 0 886299140 203689984 5053 33554432000 4194304 5683644 140734292614480 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18332/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198916

[startup+0.700959 s]
/proc/loadavg: 1.82 0.46 0.19 4/198 18332
/proc/meminfo: memFree=31881684/32950928 swapFree=67055428/67111528
[pid=18332] ppid=18330 vsize=290800 CPUtime=0.6 cores=4,6
/proc/18332/stat : 18332 (python) R 18330 18332 18188 0 -1 4202496 14022 935 1 0 51 9 0 0 19 0 1 0 886299140 297779200 10085 33554432000 4194304 5683644 140734292614480 18446744073709551615 47136272167935 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18332/statm: 72700 10085 1826 364 0 8624 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 290800

[startup+1.5008 s]
/proc/loadavg: 1.82 0.46 0.19 5/199 18337
/proc/meminfo: memFree=31847972/32950928 swapFree=67055428/67111528
[pid=18332] ppid=18330 vsize=290800 CPUtime=1.4 cores=4,6
/proc/18332/stat : 18332 (python) R 18330 18332 18188 0 -1 4202496 14022 935 1 0 131 9 0 0 21 0 1 0 886299140 297779200 10085 33554432000 4194304 5683644 140734292614480 18446744073709551615 47136272073780 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18332/statm: 72700 10085 1826 364 0 8624 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 290800

[startup+3.10043 s]
/proc/loadavg: 2.00 0.51 0.21 5/199 18337
/proc/meminfo: memFree=31847600/32950928 swapFree=67055428/67111528
[pid=18332] ppid=18330 vsize=294132 CPUtime=2.2 cores=4,6
/proc/18332/stat : 18332 (python) S 18330 18332 18188 0 -1 4202496 14380 935 1 0 211 9 0 0 25 0 2 0 886299140 301191168 8415 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18332/statm: 73533 8415 1869 364 0 9451 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 294132
heavy processes:

[startup+6.30087 s]
/proc/loadavg: 2.00 0.51 0.21 5/202 18340
/proc/meminfo: memFree=31837284/32950928 swapFree=67055428/67111528
[pid=18332] ppid=18330 vsize=294132 CPUtime=2.2 cores=4,6
/proc/18332/stat : 18332 (python) S 18330 18332 18188 0 -1 4202496 14380 935 1 0 211 9 0 0 25 0 2 0 886299140 301191168 8415 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18332/statm: 73533 8415 1869 364 0 9451 0
[pid=18338] ppid=18332 vsize=284980 CPUtime=0 cores=4,6
/proc/18338/stat : 18338 (python) S 18332 18332 18188 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 886299371 291819520 6898 33554432000 4194304 5683644 140734292614480 18446744073709551615 239476715023 0 0 16781312 514 4400381878096331012 0 0 17 4 0 0 0
/proc/18338/statm: 71245 6898 355 364 0 7163 0
[pid=18340] ppid=18338 vsize=1020308 CPUtime=3.98 cores=4,6
/proc/18340/stat : 18340 (gnovelty+2) R 18338 18340 18340 0 -1 4202496 1155 0 0 0 398 0 0 0 25 0 1 0 886299371 1044795392 892 33554432000 134512640 135663704 4287652688 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18340/statm: 255077 892 113 282 0 254793 0
[pid=18332/tid=18339] ppid=18330 vsize=294132 CPUtime=0 cores=4,6
/proc/18332/task/18339/stat : 18339 (python) S 18330 18332 18188 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 2 0 886299371 301191168 8415 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 1599420

[startup+12.7006 s]
/proc/loadavg: 2.16 0.57 0.23 5/202 18340
/proc/meminfo: memFree=31841268/32950928 swapFree=67055428/67111528
[pid=18332] ppid=18330 vsize=294132 CPUtime=2.2 cores=4,6
/proc/18332/stat : 18332 (python) S 18330 18332 18188 0 -1 4202496 14380 935 1 0 211 9 0 0 25 0 2 0 886299140 301191168 8415 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18332/statm: 73533 8415 1869 364 0 9451 0
[pid=18338] ppid=18332 vsize=284980 CPUtime=0.01 cores=4,6
/proc/18338/stat : 18338 (python) S 18332 18332 18188 0 -1 4202560 868 0 0 0 1 0 0 0 18 0 1 0 886299371 291819520 6921 33554432000 4194304 5683644 140734292614480 18446744073709551615 239476715023 0 0 16781312 514 13957517262337310980 0 0 17 4 0 0 0
/proc/18338/statm: 71245 6921 378 364 0 7163 0
[pid=18340] ppid=18338 vsize=1020308 CPUtime=10.37 cores=4,6
/proc/18340/stat : 18340 (gnovelty+2) R 18338 18340 18340 0 -1 4202496 1155 0 0 0 1037 0 0 0 25 0 1 0 886299371 1044795392 892 33554432000 134512640 135663704 4287652688 18446744073709551615 134525151 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18340/statm: 255077 892 113 282 0 254793 0
[pid=18332/tid=18339] ppid=18330 vsize=294132 CPUtime=0 cores=4,6
/proc/18332/task/18339/stat : 18339 (python) S 18330 18332 18188 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 2 0 886299371 301191168 8415 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 1599420

[startup+25.5012 s]
/proc/loadavg: 2.56 0.74 0.29 5/202 18386
/proc/meminfo: memFree=31870964/32950928 swapFree=67055428/67111528
[pid=18332] ppid=18330 vsize=294132 CPUtime=2.2 cores=4,6
/proc/18332/stat : 18332 (python) S 18330 18332 18188 0 -1 4202496 14380 935 1 0 211 9 0 0 25 0 2 0 886299140 301191168 8415 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18332/statm: 73533 8415 1869 364 0 9451 0
[pid=18338] ppid=18332 vsize=284980 CPUtime=0.02 cores=4,6
/proc/18338/stat : 18338 (python) S 18332 18332 18188 0 -1 4202560 873 0 0 0 1 1 0 0 18 0 1 0 886299371 291819520 6921 33554432000 4194304 5683644 140734292614480 18446744073709551615 239476715023 0 0 16781312 514 13957517262337310980 0 0 17 4 0 0 0
/proc/18338/statm: 71245 6921 378 364 0 7163 0
[pid=18340] ppid=18338 vsize=1020308 CPUtime=23.16 cores=4,6
/proc/18340/stat : 18340 (gnovelty+2) R 18338 18340 18340 0 -1 4202496 1155 0 0 0 2316 0 0 0 25 0 1 0 886299371 1044795392 892 33554432000 134512640 135663704 4287652688 18446744073709551615 134546746 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18340/statm: 255077 892 113 282 0 254793 0
[pid=18332/tid=18339] ppid=18330 vsize=294132 CPUtime=0 cores=4,6
/proc/18332/task/18339/stat : 18339 (python) S 18330 18332 18188 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 2 0 886299371 301191168 8415 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 1599420

[startup+51.1003 s]
/proc/loadavg: 3.13 1.02 0.39 5/202 18390
/proc/meminfo: memFree=31871812/32950928 swapFree=67055428/67111528
[pid=18332] ppid=18330 vsize=294132 CPUtime=2.2 cores=4,6
/proc/18332/stat : 18332 (python) S 18330 18332 18188 0 -1 4202496 14380 935 1 0 211 9 0 0 25 0 2 0 886299140 301191168 8415 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18332/statm: 73533 8415 1869 364 0 9451 0
[pid=18338] ppid=18332 vsize=284980 CPUtime=0.05 cores=4,6
/proc/18338/stat : 18338 (python) S 18332 18332 18188 0 -1 4202560 886 0 0 0 3 2 0 0 18 0 1 0 886299371 291819520 6921 33554432000 4194304 5683644 140734292614480 18446744073709551615 239476715023 0 0 16781312 514 13957517262337310980 0 0 17 4 0 0 0
/proc/18338/statm: 71245 6921 378 364 0 7163 0
[pid=18340] ppid=18338 vsize=1020308 CPUtime=48.73 cores=4,6
/proc/18340/stat : 18340 (gnovelty+2) R 18338 18340 18340 0 -1 4202496 1155 0 0 0 4873 0 0 0 25 0 1 0 886299371 1044795392 892 33554432000 134512640 135663704 4287652688 18446744073709551615 134544204 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18340/statm: 255077 892 113 282 0 254793 0
[pid=18332/tid=18339] ppid=18330 vsize=294132 CPUtime=0 cores=4,6
/proc/18332/task/18339/stat : 18339 (python) S 18330 18332 18188 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 2 0 886299371 301191168 8415 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 1599420

[startup+102.306 s]
/proc/loadavg: 3.65 1.52 0.60 5/206 18488
/proc/meminfo: memFree=31865548/32950928 swapFree=67055428/67111528
[pid=18332] ppid=18330 vsize=294132 CPUtime=2.2 cores=4,6
/proc/18332/stat : 18332 (python) S 18330 18332 18188 0 -1 4202496 14380 935 1 0 211 9 0 0 25 0 2 0 886299140 301191168 8415 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18332/statm: 73533 8415 1869 364 0 9451 0
[pid=18338] ppid=18332 vsize=284980 CPUtime=0.1 cores=4,6
/proc/18338/stat : 18338 (python) S 18332 18332 18188 0 -1 4202560 907 0 0 0 6 4 0 0 18 0 1 0 886299371 291819520 6921 33554432000 4194304 5683644 140734292614480 18446744073709551615 239476715023 0 0 16781312 514 13957517262337310980 0 0 17 4 0 0 0
/proc/18338/statm: 71245 6921 378 364 0 7163 0
[pid=18340] ppid=18338 vsize=1020308 CPUtime=99.89 cores=4,6
/proc/18340/stat : 18340 (gnovelty+2) R 18338 18340 18340 0 -1 4202496 1155 0 0 0 9987 2 0 0 25 0 1 0 886299371 1044795392 892 33554432000 134512640 135663704 4287652688 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18340/statm: 255077 892 113 282 0 254793 0
[pid=18332/tid=18339] ppid=18330 vsize=294132 CPUtime=0 cores=4,6
/proc/18332/task/18339/stat : 18339 (python) S 18330 18332 18188 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 2 0 886299371 301191168 8415 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 1599420

[startup+162.301 s]
/proc/loadavg: 3.90 1.95 0.80 5/214 18497
/proc/meminfo: memFree=31851604/32950928 swapFree=67055428/67111528
[pid=18332] ppid=18330 vsize=304996 CPUtime=2.22 cores=4,6
/proc/18332/stat : 18332 (python) S 18330 18332 18188 0 -1 4202496 15247 935 1 0 212 10 0 0 20 0 3 0 886299140 312315904 8557 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18332/statm: 76249 8557 1872 364 0 12164 0
[pid=18338] ppid=18332 vsize=295224 CPUtime=0.11 cores=4,6
/proc/18338/stat : 18338 (python) S 18332 18332 18188 0 -1 4202560 1147 0 0 0 7 4 0 0 19 0 2 0 886299371 302309376 6963 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18338/statm: 73806 6963 415 364 0 9724 0
[pid=18340] ppid=18338 vsize=1020308 CPUtime=100.05 cores=4,6
/proc/18340/stat : 18340 (gnovelty+2) T 18338 18340 18340 0 -1 4202496 1155 0 0 0 10003 2 0 0 25 0 1 0 886299371 1044795392 892 33554432000 134512640 135663704 4287652688 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18340/statm: 255077 892 113 282 0 254793 0
[pid=18338/tid=18489] ppid=18332 vsize=295224 CPUtime=0 cores=4,6
/proc/18338/task/18489/stat : 18489 (python) S 18332 18332 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886309387 302309376 6963 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 514 18446604453937236992 0 0 -1 6 0 0 0
[pid=18490] ppid=18332 vsize=294908 CPUtime=0.08 cores=4,6
/proc/18490/stat : 18490 (python) S 18332 18332 18188 0 -1 4202560 913 0 0 0 4 4 0 0 18 0 1 0 886309388 301985792 7054 33554432000 4194304 5683644 140734292614480 18446744073709551615 239476715078 0 0 16781312 514 13957517262337310980 0 0 17 4 0 0 0
/proc/18490/statm: 73727 7054 372 364 0 9642 0
[pid=18492] ppid=18490 vsize=1020308 CPUtime=59.76 cores=4,6
/proc/18492/stat : 18492 (gnovelty+2) R 18490 18492 18492 0 -1 4202496 1154 0 0 0 5976 0 0 0 25 0 1 0 886309388 1044795392 891 33554432000 134512640 135663704 4292033824 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18492/statm: 255077 891 113 282 0 254793 0
[pid=18332/tid=18339] ppid=18330 vsize=304996 CPUtime=0 cores=4,6
/proc/18332/task/18339/stat : 18339 (python) S 18330 18332 18188 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 3 0 886299371 312315904 8557 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 4 0 0 0
[pid=18332/tid=18491] ppid=18330 vsize=304996 CPUtime=0 cores=4,6
/proc/18332/task/18491/stat : 18491 (python) S 18330 18332 18188 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 3 0 886309388 312315904 8557 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 2935744

[startup+222.301 s]
/proc/loadavg: 3.99 2.36 1.01 5/230 18515
/proc/meminfo: memFree=31815188/32950928 swapFree=67055428/67111528
[pid=18332] ppid=18330 vsize=315252 CPUtime=2.23 cores=4,6
/proc/18332/stat : 18332 (python) S 18330 18332 18188 0 -1 4202496 16046 935 1 0 213 10 0 0 20 0 4 0 886299140 322818048 8563 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0

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

[pid=18508] ppid=18332 vsize=305768 CPUtime=0.13 cores=4,6
/proc/18508/stat : 18508 (python) S 18332 18332 18188 0 -1 4202560 1069 0 0 0 8 5 0 0 19 0 2 0 886319406 313106432 7087 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18508/statm: 76442 7087 400 364 0 12354 0
[pid=18510] ppid=18508 vsize=423400 CPUtime=99.99 cores=4,6
/proc/18510/stat : 18510 (adaptg2wsat2009) T 18508 18510 18510 0 -1 4202496 2624 0 0 0 9999 0 0 0 25 0 1 0 886319406 433561600 2358 33554432000 134512640 135107411 4288405920 18446744073709551615 134531696 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18510/statm: 105850 2358 59 146 0 104726 0
[pid=18508/tid=18568] ppid=18332 vsize=305768 CPUtime=0 cores=4,6
/proc/18508/task/18568/stat : 18568 (python) S 18332 18332 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886329418 313106432 7087 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 514 18446604453901138944 0 0 -1 4 0 0 0
[pid=18569] ppid=18332 vsize=315540 CPUtime=0.13 cores=4,6
/proc/18569/stat : 18569 (python) S 18332 18332 18188 0 -1 4202560 1081 0 0 0 8 5 0 0 19 0 2 0 886329419 323112960 7159 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18569/statm: 78885 7159 399 364 0 14794 0
[pid=18571] ppid=18569 vsize=423400 CPUtime=100.11 cores=4,6
/proc/18571/stat : 18571 (adaptg2wsat2009) T 18569 18571 18571 0 -1 4202496 2623 0 0 0 10011 0 0 0 25 0 1 0 886329419 433561600 2358 33554432000 134512640 135107411 4288925680 18446744073709551615 134532306 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18571/statm: 105850 2358 59 146 0 104726 0
[pid=18569/tid=18629] ppid=18332 vsize=315540 CPUtime=0 cores=4,6
/proc/18569/task/18629/stat : 18629 (python) S 18332 18332 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886339431 323112960 7159 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 514 18446604453906934656 0 0 -1 6 0 0 0
[pid=18630] ppid=18332 vsize=325796 CPUtime=0.15 cores=4,6
/proc/18630/stat : 18630 (python) S 18332 18332 18188 0 -1 4202560 1065 0 0 0 9 6 0 0 19 0 2 0 886339432 333615104 7163 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18630/statm: 81449 7163 399 364 0 17355 0
[pid=18632] ppid=18630 vsize=423400 CPUtime=100.02 cores=4,6
/proc/18632/stat : 18632 (adaptg2wsat2009) T 18630 18632 18632 0 -1 4202496 2621 0 0 0 10002 0 0 0 25 0 1 0 886339432 433561600 2357 33554432000 134512640 135107411 4290106496 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18632/statm: 105850 2357 59 146 0 104726 0
[pid=18630/tid=18647] ppid=18332 vsize=325796 CPUtime=0 cores=4,6
/proc/18630/task/18647/stat : 18647 (python) S 18332 18332 18188 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886349446 333615104 7163 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 514 18446604453891581888 0 0 -1 6 0 0 0
[pid=18648] ppid=18332 vsize=336208 CPUtime=0.15 cores=4,6
/proc/18648/stat : 18648 (python) S 18332 18332 18188 0 -1 4202560 1080 0 0 0 8 7 0 0 19 0 2 0 886349447 344276992 7168 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18648/statm: 84052 7168 400 364 0 19955 0
[pid=18650] ppid=18648 vsize=1020308 CPUtime=100.07 cores=4,6
/proc/18650/stat : 18650 (gnovelty+2) T 18648 18650 18650 0 -1 4202496 1151 0 0 0 10007 0 0 0 25 0 1 0 886349447 1044795392 892 33554432000 134512640 135663704 4294495952 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18650/statm: 255077 892 113 282 0 254793 0
[pid=18648/tid=18666] ppid=18332 vsize=336208 CPUtime=0 cores=4,6
/proc/18648/task/18666/stat : 18666 (python) S 18332 18332 18188 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886359466 344276992 7168 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 514 18446604453937234304 0 0 -1 6 0 0 0
[pid=18667] ppid=18332 vsize=346580 CPUtime=0.15 cores=4,6
/proc/18667/stat : 18667 (python) S 18332 18332 18188 0 -1 4202560 1076 0 0 0 9 6 0 0 19 0 2 0 886359467 354897920 7172 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18667/statm: 86645 7172 400 364 0 22545 0
[pid=18669] ppid=18667 vsize=253032 CPUtime=100.01 cores=4,6
/proc/18669/stat : 18669 (FH) T 18667 18669 18669 0 -1 4202496 2497 0 0 0 10001 0 0 0 25 0 1 0 886359467 259104768 2233 33554432000 134512640 134936988 4294399808 18446744073709551615 134552504 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18669/statm: 63258 2233 41 104 0 62762 0
[pid=18667/tid=18685] ppid=18332 vsize=346580 CPUtime=0 cores=4,6
/proc/18667/task/18685/stat : 18685 (python) S 18332 18332 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886369481 354897920 7172 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 514 18446604453919193024 0 0 -1 6 0 0 0
[pid=18686] ppid=18332 vsize=356840 CPUtime=0 cores=4,6
/proc/18686/stat : 18686 (python) S 18332 18332 18188 0 -1 4202560 836 0 0 0 0 0 0 0 19 0 1 0 886369481 365404160 7126 33554432000 4194304 5683644 140734292614480 18446744073709551615 239476715078 0 0 16781312 514 4424277289424912383 0 0 17 4 0 0 0
/proc/18686/statm: 89210 7126 351 364 0 25107 0
[pid=18688] ppid=18686 vsize=420480 CPUtime=0.49 cores=4,6
/proc/18688/stat : 18688 (adaptg2wsat2009) R 18686 18688 18688 0 -1 4202496 1687 0 0 0 49 0 0 0 21 0 1 0 886369482 430571520 1422 33554432000 134512640 135107411 4291084240 18446744073709551615 134523245 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18688/statm: 105120 1422 49 146 0 103996 0
[pid=18332/tid=18339] ppid=18330 vsize=366808 CPUtime=0 cores=4,6
/proc/18332/task/18339/stat : 18339 (python) S 18330 18332 18188 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 886299371 375611392 8662 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 4 0 0 0
[pid=18332/tid=18491] ppid=18330 vsize=366808 CPUtime=0 cores=4,6
/proc/18332/task/18491/stat : 18491 (python) S 18330 18332 18188 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 886309388 375611392 8662 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 4 0 0 0
[pid=18332/tid=18509] ppid=18330 vsize=366808 CPUtime=0 cores=4,6
/proc/18332/task/18509/stat : 18509 (python) S 18330 18332 18188 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 886319406 375611392 8662 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 6 0 0 0
[pid=18332/tid=18570] ppid=18330 vsize=366808 CPUtime=0 cores=4,6
/proc/18332/task/18570/stat : 18570 (python) S 18330 18332 18188 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 886329419 375611392 8662 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 4 0 0 0
[pid=18332/tid=18631] ppid=18330 vsize=366808 CPUtime=0 cores=4,6
/proc/18332/task/18631/stat : 18631 (python) S 18330 18332 18188 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 886339432 375611392 8662 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 4 0 0 0
[pid=18332/tid=18649] ppid=18330 vsize=366808 CPUtime=0 cores=4,6
/proc/18332/task/18649/stat : 18649 (python) S 18330 18332 18188 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 886349447 375611392 8662 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 4 0 0 0
[pid=18332/tid=18668] ppid=18330 vsize=366808 CPUtime=0 cores=4,6
/proc/18332/task/18668/stat : 18668 (python) S 18330 18332 18188 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 886359467 375611392 8662 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 4 0 0 0
[pid=18332/tid=18687] ppid=18330 vsize=366808 CPUtime=0 cores=4,6
/proc/18332/task/18687/stat : 18687 (python) S 18330 18332 18188 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 886369482 375611392 8662 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 704.01
Current children cumulated vsize (KiB) 7948308

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.06 3.69 2.22 5/290 18688
/proc/meminfo: memFree=31655800/32950928 swapFree=67055428/67111528
[pid=18332] ppid=18330 vsize=366808 CPUtime=2.27 cores=4,6
/proc/18332/stat : 18332 (python) S 18330 18332 18188 0 -1 4202496 20336 935 1 0 216 11 0 0 20 0 9 0 886299140 375611392 8662 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18332/statm: 91702 8662 1884 364 0 27599 0
[pid=18338] ppid=18332 vsize=295224 CPUtime=0.11 cores=4,6
/proc/18338/stat : 18338 (python) S 18332 18332 18188 0 -1 4202560 1147 0 0 0 7 4 0 0 19 0 2 0 886299371 302309376 6963 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18338/statm: 73806 6963 415 364 0 9724 0
[pid=18340] ppid=18338 vsize=1020308 CPUtime=100.05 cores=4,6
/proc/18340/stat : 18340 (gnovelty+2) T 18338 18340 18340 0 -1 4202496 1155 0 0 0 10003 2 0 0 25 0 1 0 886299371 1044795392 892 33554432000 134512640 135663704 4287652688 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18340/statm: 255077 892 113 282 0 254793 0
[pid=18338/tid=18489] ppid=18332 vsize=295224 CPUtime=0 cores=4,6
/proc/18338/task/18489/stat : 18489 (python) S 18332 18332 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886309387 302309376 6963 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 514 18446604453937236992 0 0 -1 6 0 0 0
[pid=18490] ppid=18332 vsize=294908 CPUtime=0.12 cores=4,6
/proc/18490/stat : 18490 (python) S 18332 18332 18188 0 -1 4202560 1082 0 0 0 7 5 0 0 19 0 2 0 886309388 301985792 7083 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18490/statm: 73727 7083 400 364 0 9642 0
[pid=18492] ppid=18490 vsize=1020308 CPUtime=100.06 cores=4,6
/proc/18492/stat : 18492 (gnovelty+2) T 18490 18492 18492 0 -1 4202496 1154 0 0 0 10006 0 0 0 25 0 1 0 886309388 1044795392 891 33554432000 134512640 135663704 4292033824 18446744073709551615 134545644 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18492/statm: 255077 891 113 282 0 254793 0
[pid=18490/tid=18507] ppid=18332 vsize=294908 CPUtime=0 cores=4,6
/proc/18490/task/18507/stat : 18507 (python) S 18332 18332 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886319405 301985792 7083 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 514 18446604453944360000 0 0 -1 6 0 0 0
[pid=18508] ppid=18332 vsize=305768 CPUtime=0.13 cores=4,6
/proc/18508/stat : 18508 (python) S 18332 18332 18188 0 -1 4202560 1069 0 0 0 8 5 0 0 19 0 2 0 886319406 313106432 7087 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18508/statm: 76442 7087 400 364 0 12354 0
[pid=18510] ppid=18508 vsize=423400 CPUtime=99.99 cores=4,6
/proc/18510/stat : 18510 (adaptg2wsat2009) T 18508 18510 18510 0 -1 4202496 2624 0 0 0 9999 0 0 0 25 0 1 0 886319406 433561600 2358 33554432000 134512640 135107411 4288405920 18446744073709551615 134531696 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18510/statm: 105850 2358 59 146 0 104726 0
[pid=18508/tid=18568] ppid=18332 vsize=305768 CPUtime=0 cores=4,6
/proc/18508/task/18568/stat : 18568 (python) S 18332 18332 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886329418 313106432 7087 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 514 18446604453901138944 0 0 -1 4 0 0 0
[pid=18569] ppid=18332 vsize=315540 CPUtime=0.13 cores=4,6
/proc/18569/stat : 18569 (python) S 18332 18332 18188 0 -1 4202560 1081 0 0 0 8 5 0 0 19 0 2 0 886329419 323112960 7159 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18569/statm: 78885 7159 399 364 0 14794 0
[pid=18571] ppid=18569 vsize=423400 CPUtime=100.11 cores=4,6
/proc/18571/stat : 18571 (adaptg2wsat2009) T 18569 18571 18571 0 -1 4202496 2623 0 0 0 10011 0 0 0 25 0 1 0 886329419 433561600 2358 33554432000 134512640 135107411 4288925680 18446744073709551615 134532306 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18571/statm: 105850 2358 59 146 0 104726 0
[pid=18569/tid=18629] ppid=18332 vsize=315540 CPUtime=0 cores=4,6
/proc/18569/task/18629/stat : 18629 (python) S 18332 18332 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886339431 323112960 7159 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 514 18446604453906934656 0 0 -1 6 0 0 0
[pid=18630] ppid=18332 vsize=325796 CPUtime=0.15 cores=4,6
/proc/18630/stat : 18630 (python) S 18332 18332 18188 0 -1 4202560 1065 0 0 0 9 6 0 0 19 0 2 0 886339432 333615104 7163 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18630/statm: 81449 7163 399 364 0 17355 0
[pid=18632] ppid=18630 vsize=423400 CPUtime=100.02 cores=4,6
/proc/18632/stat : 18632 (adaptg2wsat2009) T 18630 18632 18632 0 -1 4202496 2621 0 0 0 10002 0 0 0 25 0 1 0 886339432 433561600 2357 33554432000 134512640 135107411 4290106496 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18632/statm: 105850 2357 59 146 0 104726 0
[pid=18630/tid=18647] ppid=18332 vsize=325796 CPUtime=0 cores=4,6
/proc/18630/task/18647/stat : 18647 (python) S 18332 18332 18188 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886349446 333615104 7163 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 514 18446604453891581888 0 0 -1 6 0 0 0
[pid=18648] ppid=18332 vsize=336208 CPUtime=0.15 cores=4,6
/proc/18648/stat : 18648 (python) S 18332 18332 18188 0 -1 4202560 1080 0 0 0 8 7 0 0 19 0 2 0 886349447 344276992 7168 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18648/statm: 84052 7168 400 364 0 19955 0
[pid=18650] ppid=18648 vsize=1020308 CPUtime=100.07 cores=4,6
/proc/18650/stat : 18650 (gnovelty+2) T 18648 18650 18650 0 -1 4202496 1151 0 0 0 10007 0 0 0 25 0 1 0 886349447 1044795392 892 33554432000 134512640 135663704 4294495952 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18650/statm: 255077 892 113 282 0 254793 0
[pid=18648/tid=18666] ppid=18332 vsize=336208 CPUtime=0 cores=4,6
/proc/18648/task/18666/stat : 18666 (python) S 18332 18332 18188 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886359466 344276992 7168 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 514 18446604453937234304 0 0 -1 6 0 0 0
[pid=18667] ppid=18332 vsize=346580 CPUtime=0.15 cores=4,6
/proc/18667/stat : 18667 (python) S 18332 18332 18188 0 -1 4202560 1076 0 0 0 9 6 0 0 19 0 2 0 886359467 354897920 7172 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18667/statm: 86645 7172 400 364 0 22545 0
[pid=18669] ppid=18667 vsize=253032 CPUtime=100.01 cores=4,6
/proc/18669/stat : 18669 (FH) T 18667 18669 18669 0 -1 4202496 2497 0 0 0 10001 0 0 0 25 0 1 0 886359467 259104768 2233 33554432000 134512640 134936988 4294399808 18446744073709551615 134552504 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18669/statm: 63258 2233 41 104 0 62762 0
[pid=18667/tid=18685] ppid=18332 vsize=346580 CPUtime=0 cores=4,6
/proc/18667/task/18685/stat : 18685 (python) S 18332 18332 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886369481 354897920 7172 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 514 18446604453919193024 0 0 -1 6 0 0 0
[pid=18686] ppid=18332 vsize=356840 CPUtime=0 cores=4,6
/proc/18686/stat : 18686 (python) S 18332 18332 18188 0 -1 4202560 836 0 0 0 0 0 0 0 19 0 1 0 886369481 365404160 7126 33554432000 4194304 5683644 140734292614480 18446744073709551615 239476715078 0 0 16781312 514 4424277289424912383 0 0 17 4 0 0 0
/proc/18686/statm: 89210 7126 351 364 0 25107 0
[pid=18688] ppid=18686 vsize=420480 CPUtime=0.49 cores=4,6
/proc/18688/stat : 18688 (adaptg2wsat2009) R 18686 18688 18688 0 -1 4202496 1687 0 0 0 49 0 0 0 21 0 1 0 886369482 430571520 1422 33554432000 134512640 135107411 4291084240 18446744073709551615 134523245 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18688/statm: 105120 1422 49 146 0 103996 0
[pid=18332/tid=18339] ppid=18330 vsize=366808 CPUtime=0 cores=4,6
/proc/18332/task/18339/stat : 18339 (python) S 18330 18332 18188 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 886299371 375611392 8662 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 4 0 0 0
[pid=18332/tid=18491] ppid=18330 vsize=366808 CPUtime=0 cores=4,6
/proc/18332/task/18491/stat : 18491 (python) S 18330 18332 18188 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 886309388 375611392 8662 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 4 0 0 0
[pid=18332/tid=18509] ppid=18330 vsize=366808 CPUtime=0 cores=4,6
/proc/18332/task/18509/stat : 18509 (python) S 18330 18332 18188 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 886319406 375611392 8662 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 6 0 0 0
[pid=18332/tid=18570] ppid=18330 vsize=366808 CPUtime=0 cores=4,6
/proc/18332/task/18570/stat : 18570 (python) S 18330 18332 18188 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 886329419 375611392 8662 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 4 0 0 0
[pid=18332/tid=18631] ppid=18330 vsize=366808 CPUtime=0 cores=4,6
/proc/18332/task/18631/stat : 18631 (python) S 18330 18332 18188 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 886339432 375611392 8662 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 4 0 0 0
[pid=18332/tid=18649] ppid=18330 vsize=366808 CPUtime=0 cores=4,6
/proc/18332/task/18649/stat : 18649 (python) S 18330 18332 18188 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 886349447 375611392 8662 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 4 0 0 0
[pid=18332/tid=18668] ppid=18330 vsize=366808 CPUtime=0 cores=4,6
/proc/18332/task/18668/stat : 18668 (python) S 18330 18332 18188 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 886359467 375611392 8662 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 4 0 0 0
[pid=18332/tid=18687] ppid=18330 vsize=366808 CPUtime=0 cores=4,6
/proc/18332/task/18687/stat : 18687 (python) S 18330 18332 18188 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 886369482 375611392 8662 33554432000 4194304 5683644 140734292614480 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 704.01
Current children cumulated vsize (KiB) 7948308

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.965
CPU time (s): 704.01
CPU user time (s): 703.5
CPU system time (s): 0.51
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 7948308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.16867
system time used= 0.122981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21864
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= 1016
involuntary context switches= 31

runsolver used 1.55276 second user time and 2.88456 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-11 01:03:41
IDJOB=3484064
IDBENCH=82575
IDSOLVER=1975
FILE ID=node148/3484064-1307747020
RUNJOBID= node148-1307746987-18207
PBS_JOBID= 13550812
Free space on /tmp= 73948 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S394483079-002-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-3484064-1307747020/watcher-3484064-1307747020 -o /tmp/evaluation-result-3484064-1307747020/solver-3484064-1307747020 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484064-1307747020.cnf -seed 1402461258 -budget 1200

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

MD5SUM BENCH= 40e955d306a70bd3dffa8283c1221639
RANDOM SEED=1402461258

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.854
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.82
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.854
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.854
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.82
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31882360 kB
Buffers:         89848 kB
Cached:         705660 kB
SwapCached:       8800 kB
Active:         464540 kB
Inactive:       453100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31882360 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:           83404 kB
Writeback:           0 kB
AnonPages:      120700 kB
Mapped:          20408 kB
Slab:            81392 kB
PageTables:       8936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2752416 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= 73916 MiB
End job on node148 at 2011-06-11 01:15:27