Trace number 3377234

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (MO) 704.22 706.279

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S319509287-085-UNKNOWN.cnf
MD5SUMbb548a1e884feefbb349d3449e849f5e
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.77/2.31	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.77/2.31	c INFO: solving HOME/instance-3377234-1305451495.cnf
0.77/2.31	c INFO: computing task features
0.85/2.44	c INFO: computed variable-clause graph statistics
0.85/2.45	c INFO: computed clause balance statistics
1.87/3.44	c INFO: computed variable balance statistics
2.45/4.01	c INFO: computed small-clause counts
2.45/4.01	c INFO: computed Horn-clause counts
2.45/4.06	c INFO: computed variable graph statistics
2.45/4.06	c INFO: collected features for HOME/instance-3377234-1305451495.cnf in 1.82 s
2.45/4.07	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.67/104.38	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
202.98/204.70	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
303.23/304.98	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
403.50/405.26	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.05)
503.88/505.55	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.05)
603.93/605.90	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.03)
704.09/706.19	c INFO: running adaptg2wsat2009++@0 for 97 with 1698 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 1.60 3.06 3.53 6/354 29040
/proc/meminfo: memFree=24516624/32950928 swapFree=67056568/67111528
[pid=29040] ppid=29038 vsize=16240 CPUtime=0 cores=5,7
/proc/29040/stat : 29040 (python) R 29038 29040 28260 0 -1 4202496 986 0 0 0 0 0 0 0 17 0 1 0 656746611 16629760 859 33554432000 4194304 5683644 140733761842480 18446744073709551615 4339056 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29040/statm: 4060 860 363 364 0 547 0

[startup+0.109118 s]
/proc/loadavg: 1.60 3.06 3.53 6/354 29040
/proc/meminfo: memFree=24516624/32950928 swapFree=67056568/67111528
[pid=29040] ppid=29038 vsize=29788 CPUtime=0.03 cores=5,7
/proc/29040/stat : 29040 (python) R 29038 29040 28260 0 -1 4202496 1443 0 3 0 2 1 0 0 17 0 1 0 656746611 30502912 1288 33554432000 4194304 5683644 140733761842480 18446744073709551615 239476692992 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29040/statm: 7447 1288 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.201095 s]
/proc/loadavg: 1.60 3.06 3.53 6/354 29040
/proc/meminfo: memFree=24516624/32950928 swapFree=67056568/67111528
[pid=29040] ppid=29038 vsize=40972 CPUtime=0.06 cores=5,7
/proc/29040/stat : 29040 (python) S 29038 29040 28260 0 -1 4202496 1670 0 7 0 4 2 0 0 17 0 1 0 656746611 41955328 1502 33554432000 4194304 5683644 140733761842480 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 1
/proc/29040/statm: 10243 1502 463 364 0 1026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 40972

[startup+0.301012 s]
/proc/loadavg: 1.60 3.06 3.53 6/354 29040
/proc/meminfo: memFree=24516624/32950928 swapFree=67056568/67111528
[pid=29040] ppid=29038 vsize=84604 CPUtime=0.09 cores=5,7
/proc/29040/stat : 29040 (python) S 29038 29040 28260 0 -1 4202496 2397 0 11 0 4 5 0 0 17 0 1 0 656746611 86634496 2136 33554432000 4194304 5683644 140733761842480 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699953811 0 0 17 5 0 0 1
/proc/29040/statm: 21151 2136 707 364 0 1368 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84604

[startup+0.701006 s]
/proc/loadavg: 1.60 3.06 3.53 6/354 29040
/proc/meminfo: memFree=24516624/32950928 swapFree=67056568/67111528
[pid=29040] ppid=29038 vsize=121508 CPUtime=0.21 cores=5,7
/proc/29040/stat : 29040 (python) D 29038 29040 28260 0 -1 4202496 3934 0 22 0 8 13 0 0 16 0 1 0 656746611 124424192 3584 33554432000 4194304 5683644 140733761842480 18446744073709551615 239476694784 0 0 16781312 2 18446744071562234166 0 0 17 5 0 0 5
/proc/29040/statm: 30377 3584 970 364 0 2707 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 121508

[startup+1.50084 s]
/proc/loadavg: 1.60 3.06 3.53 2/365 29067
/proc/meminfo: memFree=24448188/32950928 swapFree=67056568/67111528
[pid=29040] ppid=29038 vsize=201392 CPUtime=0.52 cores=5,7
/proc/29040/stat : 29040 (python) R 29038 29040 28260 0 -1 4202496 7057 924 55 8 20 32 0 0 16 0 1 0 656746611 206225408 5137 33554432000 4194304 5683644 140733761842480 18446744073709551615 239476694784 0 0 16781312 2 0 0 0 17 5 0 0 13
/proc/29040/statm: 50348 5139 1490 364 0 3857 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 201392

[startup+3.10053 s]
/proc/loadavg: 1.60 3.06 3.53 3/365 29067
/proc/meminfo: memFree=24397032/32950928 swapFree=67056568/67111528
[pid=29040] ppid=29038 vsize=290804 CPUtime=1.55 cores=5,7
/proc/29040/stat : 29040 (python) R 29038 29040 28260 0 -1 4202496 13940 924 80 8 114 41 0 0 16 0 1 0 656746611 297783296 10086 33554432000 4194304 5683644 140733761842480 18446744073709551615 239476391450 0 0 16781312 2 0 0 0 17 5 0 0 19
/proc/29040/statm: 72701 10086 1826 364 0 8625 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 290804
heavy processes:

[startup+6.30086 s]
/proc/loadavg: 1.80 3.08 3.53 5/374 29076
/proc/meminfo: memFree=24306604/32950928 swapFree=67056568/67111528
[pid=29040] ppid=29038 vsize=300288 CPUtime=2.53 cores=5,7
/proc/29040/stat : 29040 (python) S 29038 29040 28260 0 -1 4202496 14229 924 80 8 211 42 0 0 20 0 2 0 656746611 307494912 9937 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/29040/statm: 75072 9937 1869 364 0 10990 0
[pid=29074] ppid=29040 vsize=290044 CPUtime=0 cores=5,7
/proc/29074/stat : 29074 (python) S 29040 29040 28260 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 656747019 297005056 8417 33554432000 4194304 5683644 140733761842480 18446744073709551615 239476715023 0 0 16781312 514 6275855970111291654 0 0 17 5 0 0 0
/proc/29074/statm: 72511 8417 353 364 0 8429 0
[pid=29076] ppid=29074 vsize=1020308 CPUtime=2.19 cores=5,7
/proc/29076/stat : 29076 (gnovelty+2) R 29074 29076 29076 0 -1 4202496 1154 0 0 0 219 0 0 0 25 0 1 0 656747019 1044795392 892 33554432000 134512640 135663704 4294805088 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29076/statm: 255077 892 113 282 0 254793 0
[pid=29040/tid=29075] ppid=29038 vsize=300288 CPUtime=0 cores=5,7
/proc/29040/task/29075/stat : 29075 (python) S 29038 29040 28260 0 -1 4202560 29 924 0 8 0 0 0 0 20 0 2 0 656747019 307494912 9937 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 2 18446604454373905728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 1610640
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 1.97 3.09 3.53 5/377 29079
/proc/meminfo: memFree=24275116/32950928 swapFree=67056568/67111528
[pid=29040] ppid=29038 vsize=300288 CPUtime=2.53 cores=5,7
/proc/29040/stat : 29040 (python) S 29038 29040 28260 0 -1 4202496 14229 924 80 8 211 42 0 0 20 0 2 0 656746611 307494912 9937 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/29040/statm: 75072 9937 1869 364 0 10990 0
[pid=29074] ppid=29040 vsize=290044 CPUtime=0.01 cores=5,7
/proc/29074/stat : 29074 (python) S 29040 29040 28260 0 -1 4202560 982 0 0 0 0 1 0 0 18 0 1 0 656747019 297005056 8445 33554432000 4194304 5683644 140733761842480 18446744073709551615 239476715023 0 0 16781312 514 6275855970111291654 0 0 17 5 0 0 0
/proc/29074/statm: 72511 8445 381 364 0 8429 0
[pid=29076] ppid=29074 vsize=1020308 CPUtime=8.54 cores=5,7
/proc/29076/stat : 29076 (gnovelty+2) R 29074 29076 29076 0 -1 4202496 1154 0 0 0 854 0 0 0 25 0 1 0 656747019 1044795392 892 33554432000 134512640 135663704 4294805088 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29076/statm: 255077 892 113 282 0 254793 0
[pid=29040/tid=29075] ppid=29038 vsize=300288 CPUtime=0 cores=5,7
/proc/29040/task/29075/stat : 29075 (python) S 29038 29040 28260 0 -1 4202560 29 924 0 8 0 0 0 0 20 0 2 0 656747019 307494912 9937 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 2 18446604454373905728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.08
Current children cumulated vsize (KiB) 1610640

[startup+25.5012 s]
/proc/loadavg: 2.42 3.14 3.54 5/377 29079
/proc/meminfo: memFree=24275884/32950928 swapFree=67056568/67111528
[pid=29040] ppid=29038 vsize=300288 CPUtime=2.53 cores=5,7
/proc/29040/stat : 29040 (python) S 29038 29040 28260 0 -1 4202496 14229 924 80 8 211 42 0 0 20 0 2 0 656746611 307494912 9937 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/29040/statm: 75072 9937 1869 364 0 10990 0
[pid=29074] ppid=29040 vsize=290044 CPUtime=0.04 cores=5,7
/proc/29074/stat : 29074 (python) S 29040 29040 28260 0 -1 4202560 990 0 0 0 2 2 0 0 18 0 1 0 656747019 297005056 8445 33554432000 4194304 5683644 140733761842480 18446744073709551615 239476715023 0 0 16781312 514 1116382534192562438 0 0 17 5 0 0 0
/proc/29074/statm: 72511 8445 381 364 0 8429 0
[pid=29076] ppid=29074 vsize=1020308 CPUtime=21.31 cores=5,7
/proc/29076/stat : 29076 (gnovelty+2) R 29074 29076 29076 0 -1 4202496 1154 0 0 0 2131 0 0 0 25 0 1 0 656747019 1044795392 892 33554432000 134512640 135663704 4294805088 18446744073709551615 134524619 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29076/statm: 255077 892 113 282 0 254793 0
[pid=29040/tid=29075] ppid=29038 vsize=300288 CPUtime=0 cores=5,7
/proc/29040/task/29075/stat : 29075 (python) S 29038 29040 28260 0 -1 4202560 29 924 0 8 0 0 0 0 20 0 2 0 656747019 307494912 9937 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 2 18446604454373905728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.88
Current children cumulated vsize (KiB) 1610640

[startup+51.1013 s]
/proc/loadavg: 3.03 3.22 3.56 5/377 29080
/proc/meminfo: memFree=24277064/32950928 swapFree=67056568/67111528
[pid=29040] ppid=29038 vsize=300288 CPUtime=2.53 cores=5,7
/proc/29040/stat : 29040 (python) S 29038 29040 28260 0 -1 4202496 14229 924 80 8 211 42 0 0 20 0 2 0 656746611 307494912 9937 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/29040/statm: 75072 9937 1869 364 0 10990 0
[pid=29074] ppid=29040 vsize=290044 CPUtime=0.11 cores=5,7
/proc/29074/stat : 29074 (python) S 29040 29040 28260 0 -1 4202560 1003 0 0 0 5 6 0 0 18 0 1 0 656747019 297005056 8445 33554432000 4194304 5683644 140733761842480 18446744073709551615 239476715023 0 0 16781312 514 1116382534192562438 0 0 17 5 0 0 0
/proc/29074/statm: 72511 8445 381 364 0 8429 0
[pid=29076] ppid=29074 vsize=1020308 CPUtime=46.83 cores=5,7
/proc/29076/stat : 29076 (gnovelty+2) R 29074 29076 29076 0 -1 4202496 1154 0 0 0 4683 0 0 0 25 0 1 0 656747019 1044795392 892 33554432000 134512640 135663704 4294805088 18446744073709551615 134545607 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29076/statm: 255077 892 113 282 0 254793 0
[pid=29040/tid=29075] ppid=29038 vsize=300288 CPUtime=0 cores=5,7
/proc/29040/task/29075/stat : 29075 (python) S 29038 29040 28260 0 -1 4202560 29 924 0 8 0 0 0 0 20 0 2 0 656747019 307494912 9937 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 2 18446604454373905728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.47
Current children cumulated vsize (KiB) 1610640

[startup+102.301 s]
/proc/loadavg: 3.58 3.34 3.58 5/377 29116
/proc/meminfo: memFree=24249876/32950928 swapFree=67056568/67111528
[pid=29040] ppid=29038 vsize=300288 CPUtime=2.53 cores=5,7
/proc/29040/stat : 29040 (python) S 29038 29040 28260 0 -1 4202496 14229 924 80 8 211 42 0 0 20 0 2 0 656746611 307494912 9937 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/29040/statm: 75072 9937 1869 364 0 10990 0
[pid=29074] ppid=29040 vsize=290044 CPUtime=0.23 cores=5,7
/proc/29074/stat : 29074 (python) S 29040 29040 28260 0 -1 4202560 1023 0 0 0 11 12 0 0 18 0 1 0 656747019 297005056 8445 33554432000 4194304 5683644 140733761842480 18446744073709551615 239476715023 0 0 16781312 514 1116382534192562438 0 0 17 5 0 0 0
/proc/29074/statm: 72511 8445 381 364 0 8429 0
[pid=29076] ppid=29074 vsize=1020308 CPUtime=97.92 cores=5,7
/proc/29076/stat : 29076 (gnovelty+2) R 29074 29076 29076 0 -1 4202496 1154 0 0 0 9792 0 0 0 25 0 1 0 656747019 1044795392 892 33554432000 134512640 135663704 4294805088 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29076/statm: 255077 892 113 282 0 254793 0
[pid=29040/tid=29075] ppid=29038 vsize=300288 CPUtime=0 cores=5,7
/proc/29040/task/29075/stat : 29075 (python) S 29038 29040 28260 0 -1 4202560 29 924 0 8 0 0 0 0 20 0 2 0 656747019 307494912 9937 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 2 18446604454373905728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.68
Current children cumulated vsize (KiB) 1610640

[startup+162.301 s]
/proc/loadavg: 3.84 3.46 3.60 5/389 29130
/proc/meminfo: memFree=24207340/32950928 swapFree=67056568/67111528
[pid=29040] ppid=29038 vsize=310544 CPUtime=2.55 cores=5,7
/proc/29040/stat : 29040 (python) S 29038 29040 28260 0 -1 4202496 15093 924 80 8 213 42 0 0 20 0 3 0 656746611 317997056 9944 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/29040/statm: 77636 9944 1872 364 0 13551 0
[pid=29074] ppid=29040 vsize=300288 CPUtime=0.25 cores=5,7
/proc/29074/stat : 29074 (python) S 29040 29040 28260 0 -1 4202560 1161 0 0 0 13 12 0 0 19 0 2 0 656747019 307494912 8483 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29074/statm: 75072 8483 414 364 0 10990 0
[pid=29076] ppid=29074 vsize=1020308 CPUtime=99.97 cores=5,7
/proc/29076/stat : 29076 (gnovelty+2) T 29074 29076 29076 0 -1 4202496 1154 0 0 0 9997 0 0 0 25 0 1 0 656747019 1044795392 892 33554432000 134512640 135663704 4294805088 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29076/statm: 255077 892 113 282 0 254793 0
[pid=29074/tid=29125] ppid=29040 vsize=300288 CPUtime=0 cores=5,7
/proc/29074/task/29125/stat : 29125 (python) S 29040 29040 28260 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656757049 307494912 8483 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 514 18446604454373904832 0 0 -1 7 0 0 0
[pid=29126] ppid=29040 vsize=300300 CPUtime=0.13 cores=5,7
/proc/29126/stat : 29126 (python) S 29040 29040 28260 0 -1 4202560 920 0 0 0 6 7 0 0 18 0 1 0 656757050 307507200 8438 33554432000 4194304 5683644 140733761842480 18446744073709551615 239476715078 0 0 16781312 514 1116382534192562437 0 0 17 5 0 0 0
/proc/29126/statm: 75075 8438 370 364 0 10990 0
[pid=29128] ppid=29126 vsize=1020308 CPUtime=57.77 cores=5,7
/proc/29128/stat : 29128 (gnovelty+2) R 29126 29128 29128 0 -1 4202496 1157 0 0 0 5777 0 0 0 25 0 1 0 656757050 1044795392 891 33554432000 134512640 135663704 4294429936 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29128/statm: 255077 891 113 282 0 254793 0
[pid=29040/tid=29075] ppid=29038 vsize=310544 CPUtime=0 cores=5,7
/proc/29040/task/29075/stat : 29075 (python) S 29038 29040 28260 0 -1 4202560 29 924 0 8 0 0 0 0 20 0 3 0 656747019 317997056 9944 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 2 18446604454373905728 0 0 -1 5 0 0 0
[pid=29040/tid=29127] ppid=29038 vsize=310544 CPUtime=0 cores=5,7
/proc/29040/task/29127/stat : 29127 (python) S 29038 29040 28260 0 -1 4202560 23 924 0 8 0 0 0 0 20 0 3 0 656757050 317997056 9944 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 2 18446604454373905728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 2951748

[startup+222.315 s]
/proc/loadavg: 3.94 3.55 3.62 5/405 29147
/proc/meminfo: memFree=24116420/32950928 swapFree=67056568/67111528
[pid=29040] ppid=29038 vsize=320800 CPUtime=2.56 cores=5,7

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

[pid=29145] ppid=29040 vsize=310556 CPUtime=0.27 cores=5,7
/proc/29145/stat : 29145 (python) S 29040 29040 28260 0 -1 4202560 1097 0 0 0 14 13 0 0 19 0 2 0 656767082 318009344 8472 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29145/statm: 77639 8472 399 364 0 13551 0
[pid=29147] ppid=29145 vsize=423400 CPUtime=99.95 cores=5,7
/proc/29147/stat : 29147 (adaptg2wsat2009) T 29145 29147 29147 0 -1 4202496 2622 0 0 0 9995 0 0 0 25 0 1 0 656767083 433561600 2357 33554432000 134512640 135107411 4290106608 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29147/statm: 105850 2357 59 146 0 104726 0
[pid=29145/tid=29159] ppid=29040 vsize=310556 CPUtime=0 cores=5,7
/proc/29145/task/29159/stat : 29159 (python) S 29040 29040 28260 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656777108 318009344 8472 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 514 18446604455697546112 0 0 -1 7 0 0 0
[pid=29160] ppid=29040 vsize=320812 CPUtime=0.28 cores=5,7
/proc/29160/stat : 29160 (python) S 29040 29040 28260 0 -1 4202560 1105 0 0 0 15 13 0 0 19 0 2 0 656777110 328511488 8476 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29160/statm: 80203 8476 399 364 0 16112 0
[pid=29162] ppid=29160 vsize=423400 CPUtime=99.97 cores=5,7
/proc/29162/stat : 29162 (adaptg2wsat2009) T 29160 29162 29162 0 -1 4202496 2626 0 0 0 9997 0 0 0 25 0 1 0 656777110 433561600 2358 33554432000 134512640 135107411 4290503984 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29162/statm: 105850 2358 59 146 0 104726 0
[pid=29160/tid=29174] ppid=29040 vsize=320812 CPUtime=0 cores=5,7
/proc/29160/task/29174/stat : 29174 (python) S 29040 29040 28260 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656787137 328511488 8476 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 514 18446604470123733056 0 0 -1 7 0 0 0
[pid=29175] ppid=29040 vsize=331068 CPUtime=0.28 cores=5,7
/proc/29175/stat : 29175 (python) S 29040 29040 28260 0 -1 4202560 1094 0 0 0 15 13 0 0 19 0 2 0 656787138 339013632 8480 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29175/statm: 82767 8480 399 364 0 18673 0
[pid=29177] ppid=29175 vsize=423400 CPUtime=100.06 cores=5,7
/proc/29177/stat : 29177 (adaptg2wsat2009) T 29175 29177 29177 0 -1 4202496 2625 0 0 0 10006 0 0 0 25 0 1 0 656787139 433561600 2358 33554432000 134512640 135107411 4293124848 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/29177/statm: 105850 2358 59 146 0 104726 0
[pid=29175/tid=29186] ppid=29040 vsize=331068 CPUtime=0 cores=5,7
/proc/29175/task/29186/stat : 29186 (python) S 29040 29040 28260 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656797166 339013632 8480 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 514 18446604464052272128 0 0 -1 7 0 0 0
[pid=29187] ppid=29040 vsize=341324 CPUtime=0.28 cores=5,7
/proc/29187/stat : 29187 (python) S 29040 29040 28260 0 -1 4202560 1105 0 0 0 14 14 0 0 19 0 2 0 656797167 349515776 8484 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29187/statm: 85331 8484 399 364 0 21234 0
[pid=29189] ppid=29187 vsize=1020308 CPUtime=99.7 cores=5,7
/proc/29189/stat : 29189 (gnovelty+2) T 29187 29189 29189 0 -1 4202496 1156 0 0 0 9970 0 0 0 25 0 1 0 656797168 1044795392 891 33554432000 134512640 135663704 4293876576 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29189/statm: 255077 891 113 282 0 254793 0
[pid=29187/tid=29269] ppid=29040 vsize=341324 CPUtime=0 cores=5,7
/proc/29187/task/29269/stat : 29269 (python) S 29040 29040 28260 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656807200 349515776 8484 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 514 18446604457674983360 0 0 -1 7 0 0 0
[pid=29270] ppid=29040 vsize=351580 CPUtime=0.28 cores=5,7
/proc/29270/stat : 29270 (python) S 29040 29040 28260 0 -1 4202560 1095 0 0 0 13 15 0 0 19 0 2 0 656807202 360017920 8488 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29270/statm: 87895 8488 399 364 0 23795 0
[pid=29272] ppid=29270 vsize=253032 CPUtime=99.96 cores=5,7
/proc/29272/stat : 29272 (FH) T 29270 29272 29272 0 -1 4202496 2497 0 0 0 9996 0 0 0 25 0 1 0 656807202 259104768 2233 33554432000 134512640 134936988 4291322992 18446744073709551615 134552455 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29272/statm: 63258 2233 41 104 0 62762 0
[pid=29270/tid=29286] ppid=29040 vsize=351580 CPUtime=0 cores=5,7
/proc/29270/task/29286/stat : 29286 (python) S 29040 29040 28260 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656817229 360017920 8488 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 514 18446604455697544320 0 0 -1 7 0 0 0
[pid=29287] ppid=29040 vsize=361836 CPUtime=0 cores=5,7
/proc/29287/stat : 29287 (python) S 29040 29040 28260 0 -1 4202560 789 0 0 0 0 0 0 0 19 0 1 0 656817231 370520064 8441 33554432000 4194304 5683644 140733761842480 18446744073709551615 239476715078 0 0 16781312 514 5631078162327666687 0 0 17 7 0 0 0
/proc/29287/statm: 90459 8441 349 364 0 26356 0
[pid=29289] ppid=29287 vsize=416788 CPUtime=0.03 cores=5,7
/proc/29289/stat : 29289 (adaptg2wsat2009) R 29287 29289 29289 0 -1 4202496 655 0 0 0 3 0 0 0 20 0 1 0 656817231 426790912 385 33554432000 134512640 135107411 4292091056 18446744073709551615 134611854 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29289/statm: 104197 385 48 146 0 103073 0
[pid=29040/tid=29075] ppid=29038 vsize=372080 CPUtime=0 cores=5,7
/proc/29040/task/29075/stat : 29075 (python) S 29038 29040 28260 0 -1 4202560 29 924 0 8 0 0 0 0 20 0 9 0 656747019 381009920 9988 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 2 18446604454373905728 0 0 -1 5 0 0 0
[pid=29040/tid=29127] ppid=29038 vsize=372080 CPUtime=0 cores=5,7
/proc/29040/task/29127/stat : 29127 (python) S 29038 29040 28260 0 -1 4202560 23 924 0 8 0 0 0 0 20 0 9 0 656757050 381009920 9988 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 2 18446604454373905728 0 0 -1 5 0 0 0
[pid=29040/tid=29146] ppid=29038 vsize=372080 CPUtime=0 cores=5,7
/proc/29040/task/29146/stat : 29146 (python) S 29038 29040 28260 0 -1 4202560 31 924 0 8 0 0 0 0 20 0 9 0 656767082 381009920 9988 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 2 18446604454373905728 0 0 -1 5 0 0 0
[pid=29040/tid=29161] ppid=29038 vsize=372080 CPUtime=0 cores=5,7
/proc/29040/task/29161/stat : 29161 (python) S 29038 29040 28260 0 -1 4202560 28 924 0 8 0 0 0 0 20 0 9 0 656777110 381009920 9988 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 2 18446604454373905728 0 0 -1 5 0 0 0
[pid=29040/tid=29176] ppid=29038 vsize=372080 CPUtime=0 cores=5,7
/proc/29040/task/29176/stat : 29176 (python) S 29038 29040 28260 0 -1 4202560 29 924 0 8 0 0 0 0 20 0 9 0 656787139 381009920 9988 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 2 18446604454373905728 0 0 -1 5 0 0 0
[pid=29040/tid=29188] ppid=29038 vsize=372080 CPUtime=0 cores=5,7
/proc/29040/task/29188/stat : 29188 (python) S 29038 29040 28260 0 -1 4202560 25 924 0 8 0 0 0 0 20 0 9 0 656797168 381009920 9988 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 2 18446604454373905728 0 0 -1 5 0 0 0
[pid=29040/tid=29271] ppid=29038 vsize=372080 CPUtime=0 cores=5,7
/proc/29040/task/29271/stat : 29271 (python) S 29038 29040 28260 0 -1 4202560 31 924 0 8 0 0 0 0 20 0 9 0 656807202 381009920 9988 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 2 18446604454373905728 0 0 -1 5 0 0 0
[pid=29040/tid=29288] ppid=29038 vsize=372080 CPUtime=0 cores=5,7
/proc/29040/task/29288/stat : 29288 (python) S 29038 29040 28260 0 -1 4202560 29 924 0 8 0 0 0 0 20 0 9 0 656817231 381009920 9988 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 2 18446604454373905728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 704.22
Current children cumulated vsize (KiB) 7990788

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

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

[startup+706.202 s]
/proc/loadavg: 4.02 3.97 3.80 5/424 29289
/proc/meminfo: memFree=24001136/32950928 swapFree=67056568/67111528
[pid=29040] ppid=29038 vsize=372080 CPUtime=2.64 cores=5,7
/proc/29040/stat : 29040 (python) S 29038 29040 28260 0 -1 4202496 20379 924 80 8 220 44 0 0 20 0 9 0 656746611 381009920 9988 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/29040/statm: 93020 9988 1892 364 0 28917 0
[pid=29074] ppid=29040 vsize=300288 CPUtime=0.25 cores=5,7
/proc/29074/stat : 29074 (python) S 29040 29040 28260 0 -1 4202560 1161 0 0 0 13 12 0 0 19 0 2 0 656747019 307494912 8483 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29074/statm: 75072 8483 414 364 0 10990 0
[pid=29076] ppid=29074 vsize=1020308 CPUtime=99.97 cores=5,7
/proc/29076/stat : 29076 (gnovelty+2) T 29074 29076 29076 0 -1 4202496 1154 0 0 0 9997 0 0 0 25 0 1 0 656747019 1044795392 892 33554432000 134512640 135663704 4294805088 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29076/statm: 255077 892 113 282 0 254793 0
[pid=29074/tid=29125] ppid=29040 vsize=300288 CPUtime=0 cores=5,7
/proc/29074/task/29125/stat : 29125 (python) S 29040 29040 28260 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656757049 307494912 8483 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 514 18446604454373904832 0 0 -1 7 0 0 0
[pid=29126] ppid=29040 vsize=300300 CPUtime=0.27 cores=5,7
/proc/29126/stat : 29126 (python) S 29040 29040 28260 0 -1 4202560 1092 0 0 0 14 13 0 0 19 0 2 0 656757050 307507200 8468 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29126/statm: 75075 8468 399 364 0 10990 0
[pid=29128] ppid=29126 vsize=1020308 CPUtime=100.03 cores=5,7
/proc/29128/stat : 29128 (gnovelty+2) T 29126 29128 29128 0 -1 4202496 1157 0 0 0 10003 0 0 0 25 0 1 0 656757050 1044795392 891 33554432000 134512640 135663704 4294429936 18446744073709551615 134525691 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/29128/statm: 255077 891 113 282 0 254793 0
[pid=29126/tid=29144] ppid=29040 vsize=300300 CPUtime=0 cores=5,7
/proc/29126/task/29144/stat : 29144 (python) S 29040 29040 28260 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656767081 307507200 8468 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 514 18446604455811320576 0 0 -1 7 0 0 0
[pid=29145] ppid=29040 vsize=310556 CPUtime=0.27 cores=5,7
/proc/29145/stat : 29145 (python) S 29040 29040 28260 0 -1 4202560 1097 0 0 0 14 13 0 0 19 0 2 0 656767082 318009344 8472 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29145/statm: 77639 8472 399 364 0 13551 0
[pid=29147] ppid=29145 vsize=423400 CPUtime=99.95 cores=5,7
/proc/29147/stat : 29147 (adaptg2wsat2009) T 29145 29147 29147 0 -1 4202496 2622 0 0 0 9995 0 0 0 25 0 1 0 656767083 433561600 2357 33554432000 134512640 135107411 4290106608 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29147/statm: 105850 2357 59 146 0 104726 0
[pid=29145/tid=29159] ppid=29040 vsize=310556 CPUtime=0 cores=5,7
/proc/29145/task/29159/stat : 29159 (python) S 29040 29040 28260 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656777108 318009344 8472 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 514 18446604455697546112 0 0 -1 7 0 0 0
[pid=29160] ppid=29040 vsize=320812 CPUtime=0.28 cores=5,7
/proc/29160/stat : 29160 (python) S 29040 29040 28260 0 -1 4202560 1105 0 0 0 15 13 0 0 19 0 2 0 656777110 328511488 8476 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29160/statm: 80203 8476 399 364 0 16112 0
[pid=29162] ppid=29160 vsize=423400 CPUtime=99.97 cores=5,7
/proc/29162/stat : 29162 (adaptg2wsat2009) T 29160 29162 29162 0 -1 4202496 2626 0 0 0 9997 0 0 0 25 0 1 0 656777110 433561600 2358 33554432000 134512640 135107411 4290503984 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29162/statm: 105850 2358 59 146 0 104726 0
[pid=29160/tid=29174] ppid=29040 vsize=320812 CPUtime=0 cores=5,7
/proc/29160/task/29174/stat : 29174 (python) S 29040 29040 28260 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656787137 328511488 8476 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 514 18446604470123733056 0 0 -1 7 0 0 0
[pid=29175] ppid=29040 vsize=331068 CPUtime=0.28 cores=5,7
/proc/29175/stat : 29175 (python) S 29040 29040 28260 0 -1 4202560 1094 0 0 0 15 13 0 0 19 0 2 0 656787138 339013632 8480 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29175/statm: 82767 8480 399 364 0 18673 0
[pid=29177] ppid=29175 vsize=423400 CPUtime=100.06 cores=5,7
/proc/29177/stat : 29177 (adaptg2wsat2009) T 29175 29177 29177 0 -1 4202496 2625 0 0 0 10006 0 0 0 25 0 1 0 656787139 433561600 2358 33554432000 134512640 135107411 4293124848 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/29177/statm: 105850 2358 59 146 0 104726 0
[pid=29175/tid=29186] ppid=29040 vsize=331068 CPUtime=0 cores=5,7
/proc/29175/task/29186/stat : 29186 (python) S 29040 29040 28260 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656797166 339013632 8480 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 514 18446604464052272128 0 0 -1 7 0 0 0
[pid=29187] ppid=29040 vsize=341324 CPUtime=0.28 cores=5,7
/proc/29187/stat : 29187 (python) S 29040 29040 28260 0 -1 4202560 1105 0 0 0 14 14 0 0 19 0 2 0 656797167 349515776 8484 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29187/statm: 85331 8484 399 364 0 21234 0
[pid=29189] ppid=29187 vsize=1020308 CPUtime=99.7 cores=5,7
/proc/29189/stat : 29189 (gnovelty+2) T 29187 29189 29189 0 -1 4202496 1156 0 0 0 9970 0 0 0 25 0 1 0 656797168 1044795392 891 33554432000 134512640 135663704 4293876576 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29189/statm: 255077 891 113 282 0 254793 0
[pid=29187/tid=29269] ppid=29040 vsize=341324 CPUtime=0 cores=5,7
/proc/29187/task/29269/stat : 29269 (python) S 29040 29040 28260 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656807200 349515776 8484 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 514 18446604457674983360 0 0 -1 7 0 0 0
[pid=29270] ppid=29040 vsize=351580 CPUtime=0.28 cores=5,7
/proc/29270/stat : 29270 (python) S 29040 29040 28260 0 -1 4202560 1095 0 0 0 13 15 0 0 19 0 2 0 656807202 360017920 8488 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29270/statm: 87895 8488 399 364 0 23795 0
[pid=29272] ppid=29270 vsize=253032 CPUtime=99.96 cores=5,7
/proc/29272/stat : 29272 (FH) T 29270 29272 29272 0 -1 4202496 2497 0 0 0 9996 0 0 0 25 0 1 0 656807202 259104768 2233 33554432000 134512640 134936988 4291322992 18446744073709551615 134552455 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29272/statm: 63258 2233 41 104 0 62762 0
[pid=29270/tid=29286] ppid=29040 vsize=351580 CPUtime=0 cores=5,7
/proc/29270/task/29286/stat : 29286 (python) S 29040 29040 28260 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656817229 360017920 8488 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 514 18446604455697544320 0 0 -1 7 0 0 0
[pid=29287] ppid=29040 vsize=361836 CPUtime=0 cores=5,7
/proc/29287/stat : 29287 (python) S 29040 29040 28260 0 -1 4202560 789 0 0 0 0 0 0 0 19 0 1 0 656817231 370520064 8441 33554432000 4194304 5683644 140733761842480 18446744073709551615 239476715078 0 0 16781312 514 5631078162327666687 0 0 17 7 0 0 0
/proc/29287/statm: 90459 8441 349 364 0 26356 0
[pid=29289] ppid=29287 vsize=416788 CPUtime=0.03 cores=5,7
/proc/29289/stat : 29289 (adaptg2wsat2009) R 29287 29289 29289 0 -1 4202496 655 0 0 0 3 0 0 0 20 0 1 0 656817231 426790912 385 33554432000 134512640 135107411 4292091056 18446744073709551615 134611854 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29289/statm: 104197 385 48 146 0 103073 0
[pid=29040/tid=29075] ppid=29038 vsize=372080 CPUtime=0 cores=5,7
/proc/29040/task/29075/stat : 29075 (python) S 29038 29040 28260 0 -1 4202560 29 924 0 8 0 0 0 0 20 0 9 0 656747019 381009920 9988 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 2 18446604454373905728 0 0 -1 5 0 0 0
[pid=29040/tid=29127] ppid=29038 vsize=372080 CPUtime=0 cores=5,7
/proc/29040/task/29127/stat : 29127 (python) S 29038 29040 28260 0 -1 4202560 23 924 0 8 0 0 0 0 20 0 9 0 656757050 381009920 9988 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 2 18446604454373905728 0 0 -1 5 0 0 0
[pid=29040/tid=29146] ppid=29038 vsize=372080 CPUtime=0 cores=5,7
/proc/29040/task/29146/stat : 29146 (python) S 29038 29040 28260 0 -1 4202560 31 924 0 8 0 0 0 0 20 0 9 0 656767082 381009920 9988 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 2 18446604454373905728 0 0 -1 5 0 0 0
[pid=29040/tid=29161] ppid=29038 vsize=372080 CPUtime=0 cores=5,7
/proc/29040/task/29161/stat : 29161 (python) S 29038 29040 28260 0 -1 4202560 28 924 0 8 0 0 0 0 20 0 9 0 656777110 381009920 9988 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 2 18446604454373905728 0 0 -1 5 0 0 0
[pid=29040/tid=29176] ppid=29038 vsize=372080 CPUtime=0 cores=5,7
/proc/29040/task/29176/stat : 29176 (python) S 29038 29040 28260 0 -1 4202560 29 924 0 8 0 0 0 0 20 0 9 0 656787139 381009920 9988 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 2 18446604454373905728 0 0 -1 5 0 0 0
[pid=29040/tid=29188] ppid=29038 vsize=372080 CPUtime=0 cores=5,7
/proc/29040/task/29188/stat : 29188 (python) S 29038 29040 28260 0 -1 4202560 25 924 0 8 0 0 0 0 20 0 9 0 656797168 381009920 9988 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 2 18446604454373905728 0 0 -1 5 0 0 0
[pid=29040/tid=29271] ppid=29038 vsize=372080 CPUtime=0 cores=5,7
/proc/29040/task/29271/stat : 29271 (python) S 29038 29040 28260 0 -1 4202560 31 924 0 8 0 0 0 0 20 0 9 0 656807202 381009920 9988 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 2 18446604454373905728 0 0 -1 5 0 0 0
[pid=29040/tid=29288] ppid=29038 vsize=372080 CPUtime=0 cores=5,7
/proc/29040/task/29288/stat : 29288 (python) S 29038 29040 28260 0 -1 4202560 29 924 0 8 0 0 0 0 20 0 9 0 656817231 381009920 9988 33554432000 4194304 5683644 140733761842480 18446744073709551615 239488518577 0 0 16781312 2 18446604454373905728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 704.22
Current children cumulated vsize (KiB) 7990788

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 706.279
CPU time (s): 704.22
CPU user time (s): 702.85
CPU system time (s): 1.37
CPU usage (%): 99.7084
Max. virtual memory (cumulated for all children) (KiB): 7990788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.21166
system time used= 0.45493
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21775
page faults= 88
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43920
involuntary context switches= 55

runsolver used 2.93555 second user time and 6.89395 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 11:24:55
IDJOB=3377234
IDBENCH=82543
IDSOLVER=1857
FILE ID=node148/3377234-1305451495
RUNJOBID= node148-1305451495-29010
PBS_JOBID= 13324858
Free space on /tmp= 72892 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S319509287-085-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-3377234-1305451495/watcher-3377234-1305451495 -o /tmp/evaluation-result-3377234-1305451495/solver-3377234-1305451495 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377234-1305451495.cnf -seed 1540076203 -budget 2400

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

MD5SUM BENCH= bb548a1e884feefbb349d3449e849f5e
RANDOM SEED=1540076203

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:      24516904 kB
Buffers:        328060 kB
Cached:        4817048 kB
SwapCached:       8488 kB
Active:        4853552 kB
Inactive:      3229696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24516904 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:          131804 kB
Writeback:           0 kB
AnonPages:     2936096 kB
Mapped:          28376 kB
Slab:           258312 kB
PageTables:      29332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84673296 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= 72756 MiB
End job on node148 at 2011-05-15 11:36:44