Trace number 3377298

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) 702.03 701.777

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S1245360321-088-UNKNOWN.cnf
MD5SUM951e2fa38b08f2dfbb0dbb3e8ab83f8d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark49.2365
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of clauses25000
Sum of the clauses size125000
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 525000
Number of clauses of size over 50

Solver Data

0.35/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.68	c INFO: solving HOME/instance-3377298-1305452181.cnf
0.35/0.68	c INFO: computing task features
0.52/0.82	c INFO: computed variable-clause graph statistics
0.52/0.82	c INFO: computed clause balance statistics
1.22/1.55	c INFO: computed variable balance statistics
1.62/1.94	c INFO: computed small-clause counts
1.62/1.94	c INFO: computed Horn-clause counts
1.62/1.97	c INFO: computed variable graph statistics
1.62/1.97	c INFO: collected features for HOME/instance-3377298-1305452181.cnf in 1.29 s
1.62/1.99	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
101.95/102.30	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.14)
202.34/202.62	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.09)
302.69/302.92	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
403.01/403.21	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.06)
503.32/503.51	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.05)
600.86/600.86	c INFO: running FH@0 for 97 with 1801 remaining (b = 0.04)
701.41/701.15	c INFO: running adaptg2wsat2009++@0 for 97 with 1700 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-3377298-1305452181/watcher-3377298-1305452181 -o /tmp/evaluation-result-3377298-1305452181/solver-3377298-1305452181 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377298-1305452181.cnf -seed 370544828 -budget 2400 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.89 4.38 3.87 6/363 421
/proc/meminfo: memFree=26753056/32951124 swapFree=63649232/67111528
[pid=421] ppid=419 vsize=11796 CPUtime=0 cores=0,2
/proc/421/stat : 421 (runsolver) R 419 421 31275 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 656816660 12079104 49 33554432000 4194304 5432360 140737133480368 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/421/statm: 2949 49 30 303 0 2643 0

[startup+0.029039 s]
/proc/loadavg: 4.89 4.38 3.87 6/363 421
/proc/meminfo: memFree=26753056/32951124 swapFree=63649232/67111528
[pid=421] ppid=419 vsize=16244 CPUtime=0.01 cores=0,2
/proc/421/stat : 421 (python) R 419 421 31275 0 -1 4202496 1050 0 0 0 1 0 0 0 25 0 1 0 656816660 16633856 922 33554432000 4194304 5683644 140735616904272 18446744073709551615 5161872 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/421/statm: 4061 922 381 364 0 548 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16244

[startup+0.10108 s]
/proc/loadavg: 4.89 4.38 3.87 6/363 421
/proc/meminfo: memFree=26753056/32951124 swapFree=63649232/67111528
[pid=421] ppid=419 vsize=84476 CPUtime=0.05 cores=0,2
/proc/421/stat : 421 (python) R 419 421 31275 0 -1 4202496 2395 0 0 0 4 1 0 0 25 0 1 0 656816660 86503424 2124 33554432000 4194304 5683644 140735616904272 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/421/statm: 21119 2125 707 364 0 1336 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84476

[startup+0.300999 s]
/proc/loadavg: 4.89 4.38 3.87 6/363 421
/proc/meminfo: memFree=26753056/32951124 swapFree=63649232/67111528
[pid=421] ppid=419 vsize=135752 CPUtime=0.18 cores=0,2
/proc/421/stat : 421 (python) R 419 421 31275 0 -1 4202496 5972 935 1 0 14 4 0 0 18 0 1 0 656816660 139010048 4149 33554432000 4194304 5683644 140735616904272 18446744073709551615 210204643333 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/421/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700963 s]
/proc/loadavg: 4.89 4.38 3.87 6/363 421
/proc/meminfo: memFree=26753056/32951124 swapFree=63649232/67111528
[pid=421] ppid=419 vsize=279820 CPUtime=0.42 cores=0,2
/proc/421/stat : 421 (python) R 419 421 31275 0 -1 4202496 9606 935 1 0 33 9 0 0 16 0 1 0 656816660 286535680 7276 33554432000 4194304 5683644 140735616904272 18446744073709551615 4602358 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/421/statm: 69955 7276 1761 364 0 5879 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 279820

[startup+1.50083 s]
/proc/loadavg: 4.89 4.38 3.87 6/364 426
/proc/meminfo: memFree=26722916/32951124 swapFree=63649232/67111528
[pid=421] ppid=419 vsize=285820 CPUtime=1.22 cores=0,2
/proc/421/stat : 421 (python) R 419 421 31275 0 -1 4202496 12071 935 1 0 113 9 0 0 17 0 1 0 656816660 292679680 8839 33554432000 4194304 5683644 140735616904272 18446744073709551615 210204343728 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/421/statm: 71455 8839 1826 364 0 7379 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 285820

[startup+3.10056 s]
/proc/loadavg: 4.89 4.38 3.87 6/367 429
/proc/meminfo: memFree=26721396/32951124 swapFree=63649232/67111528
[pid=421] ppid=419 vsize=292300 CPUtime=1.72 cores=0,2
/proc/421/stat : 421 (python) S 419 421 31275 0 -1 4202496 12434 935 1 0 162 10 0 0 20 0 2 0 656816660 299315200 7939 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/421/statm: 73075 7939 1869 364 0 8993 0
[pid=427] ppid=421 vsize=282056 CPUtime=0 cores=0,2
/proc/427/stat : 427 (python) S 421 421 31275 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 656816859 288825344 6420 33554432000 4194304 5683644 140735616904272 18446744073709551615 210204667407 0 0 16781312 514 4702555161199870209 0 0 17 0 0 0 0
/proc/427/statm: 70514 6420 354 364 0 6432 0
[pid=429] ppid=427 vsize=1018800 CPUtime=1.09 cores=0,2
/proc/429/stat : 429 (gnovelty+2) R 427 429 429 0 -1 4202496 864 0 0 0 109 0 0 0 24 0 1 0 656816860 1043251200 602 33554432000 134512640 135663704 4290326672 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/429/statm: 254700 602 113 282 0 254416 0
[pid=421/tid=428] ppid=419 vsize=292300 CPUtime=0 cores=0,2
/proc/421/task/428/stat : 428 (python) S 419 421 31275 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 656816860 299315200 7939 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 1593156

[startup+6.30099 s]
/proc/loadavg: 4.89 4.39 3.88 6/367 429
/proc/meminfo: memFree=26722788/32951124 swapFree=63649232/67111528
[pid=421] ppid=419 vsize=292300 CPUtime=1.72 cores=0,2
/proc/421/stat : 421 (python) S 419 421 31275 0 -1 4202496 12434 935 1 0 162 10 0 0 20 0 2 0 656816660 299315200 7939 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/421/statm: 73075 7939 1869 364 0 8993 0
[pid=427] ppid=421 vsize=282056 CPUtime=0.01 cores=0,2
/proc/427/stat : 427 (python) S 421 421 31275 0 -1 4202560 993 0 0 0 1 0 0 0 18 0 1 0 656816859 288825344 6448 33554432000 4194304 5683644 140735616904272 18446744073709551615 210204667407 0 0 16781312 514 4702555161199870209 0 0 17 0 0 0 0
/proc/427/statm: 70514 6448 382 364 0 6432 0
[pid=429] ppid=427 vsize=1018800 CPUtime=4.28 cores=0,2
/proc/429/stat : 429 (gnovelty+2) R 427 429 429 0 -1 4202496 864 0 0 0 428 0 0 0 25 0 1 0 656816860 1043251200 602 33554432000 134512640 135663704 4290326672 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/429/statm: 254700 602 113 282 0 254416 0
[pid=421/tid=428] ppid=419 vsize=292300 CPUtime=0 cores=0,2
/proc/421/task/428/stat : 428 (python) S 419 421 31275 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 656816860 299315200 7939 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 1593156

[startup+12.7009 s]
/proc/loadavg: 4.90 4.40 3.88 6/367 429
/proc/meminfo: memFree=26721064/32951124 swapFree=63649232/67111528
[pid=421] ppid=419 vsize=292300 CPUtime=1.72 cores=0,2
/proc/421/stat : 421 (python) S 419 421 31275 0 -1 4202496 12434 935 1 0 162 10 0 0 20 0 2 0 656816660 299315200 7939 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/421/statm: 73075 7939 1869 364 0 8993 0
[pid=427] ppid=421 vsize=282056 CPUtime=0.03 cores=0,2
/proc/427/stat : 427 (python) S 421 421 31275 0 -1 4202560 994 0 0 0 2 1 0 0 18 0 1 0 656816859 288825344 6448 33554432000 4194304 5683644 140735616904272 18446744073709551615 210204667407 0 0 16781312 514 5786720900892033281 0 0 17 0 0 0 0
/proc/427/statm: 70514 6448 382 364 0 6432 0
[pid=429] ppid=427 vsize=1018800 CPUtime=10.68 cores=0,2
/proc/429/stat : 429 (gnovelty+2) R 427 429 429 0 -1 4202496 864 0 0 0 1068 0 0 0 25 0 1 0 656816860 1043251200 602 33554432000 134512640 135663704 4290326672 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/429/statm: 254700 602 113 282 0 254416 0
[pid=421/tid=428] ppid=419 vsize=292300 CPUtime=0 cores=0,2
/proc/421/task/428/stat : 428 (python) S 419 421 31275 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 656816860 299315200 7939 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 1593156

[startup+25.5008 s]
/proc/loadavg: 4.92 4.43 3.90 6/367 430
/proc/meminfo: memFree=26721304/32951124 swapFree=63649232/67111528
[pid=421] ppid=419 vsize=292300 CPUtime=1.72 cores=0,2
/proc/421/stat : 421 (python) S 419 421 31275 0 -1 4202496 12434 935 1 0 162 10 0 0 20 0 2 0 656816660 299315200 7939 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/421/statm: 73075 7939 1869 364 0 8993 0
[pid=427] ppid=421 vsize=282056 CPUtime=0.05 cores=0,2
/proc/427/stat : 427 (python) S 421 421 31275 0 -1 4202560 999 0 0 0 3 2 0 0 18 0 1 0 656816859 288825344 6448 33554432000 4194304 5683644 140735616904272 18446744073709551615 210204667407 0 0 16781312 514 5786720900892033281 0 0 17 0 0 0 0
/proc/427/statm: 70514 6448 382 364 0 6432 0
[pid=429] ppid=427 vsize=1018800 CPUtime=23.44 cores=0,2
/proc/429/stat : 429 (gnovelty+2) R 427 429 429 0 -1 4202496 864 0 0 0 2344 0 0 0 25 0 1 0 656816860 1043251200 602 33554432000 134512640 135663704 4290326672 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/429/statm: 254700 602 113 282 0 254416 0
[pid=421/tid=428] ppid=419 vsize=292300 CPUtime=0 cores=0,2
/proc/421/task/428/stat : 428 (python) S 419 421 31275 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 656816860 299315200 7939 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 1593156

[startup+51.1005 s]
/proc/loadavg: 5.02 4.49 3.93 6/378 441
/proc/meminfo: memFree=26637344/32951124 swapFree=63649232/67111528
[pid=421] ppid=419 vsize=292300 CPUtime=1.72 cores=0,2
/proc/421/stat : 421 (python) S 419 421 31275 0 -1 4202496 12434 935 1 0 162 10 0 0 20 0 2 0 656816660 299315200 7939 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/421/statm: 73075 7939 1869 364 0 8993 0
[pid=427] ppid=421 vsize=282056 CPUtime=0.12 cores=0,2
/proc/427/stat : 427 (python) S 421 421 31275 0 -1 4202560 1012 0 0 0 6 6 0 0 18 0 1 0 656816859 288825344 6448 33554432000 4194304 5683644 140735616904272 18446744073709551615 210204667407 0 0 16781312 514 5786720900892033281 0 0 17 0 0 0 0
/proc/427/statm: 70514 6448 382 364 0 6432 0
[pid=429] ppid=427 vsize=1018800 CPUtime=48.99 cores=0,2
/proc/429/stat : 429 (gnovelty+2) R 427 429 429 0 -1 4202496 864 0 0 0 4899 0 0 0 25 0 1 0 656816860 1043251200 602 33554432000 134512640 135663704 4290326672 18446744073709551615 134545653 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/429/statm: 254700 602 113 282 0 254416 0
[pid=421/tid=428] ppid=419 vsize=292300 CPUtime=0 cores=0,2
/proc/421/task/428/stat : 428 (python) S 419 421 31275 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 656816860 299315200 7939 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 1593156

[startup+102.313 s]
/proc/loadavg: 5.05 4.58 3.99 6/378 443
/proc/meminfo: memFree=26635864/32951124 swapFree=63649232/67111528
[pid=421] ppid=419 vsize=302556 CPUtime=1.73 cores=0,2
/proc/421/stat : 421 (python) S 419 421 31275 0 -1 4202496 13327 935 1 0 163 10 0 0 20 0 3 0 656816660 309817344 7954 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/421/statm: 75639 7954 1880 364 0 11554 0
[pid=427] ppid=421 vsize=292300 CPUtime=0.27 cores=0,2
/proc/427/stat : 427 (python) S 421 421 31275 0 -1 4202560 1168 0 0 0 14 13 0 0 19 0 2 0 656816859 299315200 6486 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/427/statm: 73075 6486 415 364 0 8993 0
[pid=429] ppid=427 vsize=1018800 CPUtime=100.05 cores=0,2
/proc/429/stat : 429 (gnovelty+2) T 427 429 429 0 -1 4202496 864 0 0 0 10005 0 0 0 25 0 1 0 656816860 1043251200 602 33554432000 134512640 135663704 4290326672 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/429/statm: 254700 602 113 282 0 254416 0
[pid=421/tid=428] ppid=419 vsize=302556 CPUtime=0 cores=0,2
/proc/421/task/428/stat : 428 (python) S 419 421 31275 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 3 0 656816860 309817344 7954 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 1613656

[startup+162.301 s]
/proc/loadavg: 5.10 4.68 4.06 6/388 454
/proc/meminfo: memFree=26615060/32951124 swapFree=63649232/67111528
[pid=421] ppid=419 vsize=302556 CPUtime=1.73 cores=0,2
/proc/421/stat : 421 (python) S 419 421 31275 0 -1 4202496 13327 935 1 0 163 10 0 0 20 0 3 0 656816660 309817344 7954 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/421/statm: 75639 7954 1880 364 0 11554 0
[pid=427] ppid=421 vsize=292300 CPUtime=0.27 cores=0,2
/proc/427/stat : 427 (python) S 421 421 31275 0 -1 4202560 1168 0 0 0 14 13 0 0 19 0 2 0 656816859 299315200 6486 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/427/statm: 73075 6486 415 364 0 8993 0
[pid=429] ppid=427 vsize=1018800 CPUtime=100.05 cores=0,2
/proc/429/stat : 429 (gnovelty+2) T 427 429 429 0 -1 4202496 864 0 0 0 10005 0 0 0 25 0 1 0 656816860 1043251200 602 33554432000 134512640 135663704 4290326672 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/429/statm: 254700 602 113 282 0 254416 0
[pid=427/tid=444] ppid=421 vsize=292300 CPUtime=0 cores=0,2
/proc/427/task/444/stat : 444 (python) S 421 421 31275 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656826889 299315200 6486 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 514 18446604449712624896 0 0 -1 2 0 0 0
[pid=445] ppid=421 vsize=292312 CPUtime=0.16 cores=0,2
/proc/445/stat : 445 (python) S 421 421 31275 0 -1 4202560 920 0 0 0 9 7 0 0 18 0 1 0 656826891 299327488 6441 33554432000 4194304 5683644 140735616904272 18446744073709551615 210204667462 0 0 16781312 514 5786720900892033284 0 0 17 0 0 0 0
/proc/445/statm: 73078 6441 371 364 0 8993 0
[pid=447] ppid=445 vsize=1018800 CPUtime=59.84 cores=0,2
/proc/447/stat : 447 (gnovelty+2) R 445 447 447 0 -1 4202496 866 0 0 0 5984 0 0 0 25 0 1 0 656826891 1043251200 602 33554432000 134512640 135663704 4293489200 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/447/statm: 254700 602 113 282 0 254416 0
[pid=421/tid=428] ppid=419 vsize=302556 CPUtime=0 cores=0,2
/proc/421/task/428/stat : 428 (python) S 419 421 31275 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 3 0 656816860 309817344 7954 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 0 0 0 0
[pid=421/tid=446] ppid=419 vsize=302556 CPUtime=0 cores=0,2
/proc/421/task/446/stat : 446 (python) S 419 421 31275 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 3 0 656826891 309817344 7954 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.05

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

[pid=457] ppid=421 vsize=302720 CPUtime=0.28 cores=0,2
/proc/457/stat : 457 (python) S 421 421 31275 0 -1 4202560 1091 0 0 0 15 13 0 0 17 0 2 0 656836923 309985280 6513 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/457/statm: 75680 6513 400 364 0 11592 0
[pid=467] ppid=457 vsize=420484 CPUtime=100.04 cores=0,2
/proc/467/stat : 467 (adaptg2wsat2009) T 457 467 467 0 -1 4202496 1759 0 0 0 10004 0 0 0 25 0 1 0 656836923 430575616 1494 33554432000 134512640 135107411 4293907472 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/467/statm: 105121 1494 59 146 0 103997 0
[pid=457/tid=483] ppid=421 vsize=302720 CPUtime=0 cores=0,2
/proc/457/task/483/stat : 483 (python) S 421 421 31275 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 656846951 309985280 6513 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 514 18446604446083313728 0 0 -1 0 0 0 0
[pid=484] ppid=421 vsize=312976 CPUtime=0.29 cores=0,2
/proc/484/stat : 484 (python) S 421 421 31275 0 -1 4202560 1099 0 0 0 15 14 0 0 19 0 2 0 656846952 320487424 6517 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/484/statm: 78244 6517 400 364 0 14153 0
[pid=486] ppid=484 vsize=420484 CPUtime=99.99 cores=0,2
/proc/486/stat : 486 (adaptg2wsat2009) T 484 486 486 0 -1 4202496 1761 0 0 0 9998 1 0 0 25 0 1 0 656846953 430575616 1494 33554432000 134512640 135107411 4293554480 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/486/statm: 105121 1494 59 146 0 103997 0
[pid=484/tid=495] ppid=421 vsize=312976 CPUtime=0 cores=0,2
/proc/484/task/495/stat : 495 (python) S 421 421 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656856980 320487424 6517 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 514 18446604446083314624 0 0 -1 2 0 0 0
[pid=496] ppid=421 vsize=323688 CPUtime=0.29 cores=0,2
/proc/496/stat : 496 (python) S 421 421 31275 0 -1 4202560 1096 0 0 0 15 14 0 0 19 0 2 0 656856982 331456512 6635 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/496/statm: 80922 6635 400 364 0 16828 0
[pid=498] ppid=496 vsize=420484 CPUtime=100.01 cores=0,2
/proc/498/stat : 498 (adaptg2wsat2009) T 496 498 498 0 -1 4202496 1758 0 0 0 10001 0 0 0 25 0 1 0 656856982 430575616 1492 33554432000 134512640 135107411 4292072672 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/498/statm: 105121 1492 59 146 0 103997 0
[pid=496/tid=582] ppid=421 vsize=323688 CPUtime=0 cores=0,2
/proc/496/task/582/stat : 582 (python) S 421 421 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656867010 331456512 6635 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 514 18446604450340766848 0 0 -1 2 0 0 0
[pid=583] ppid=421 vsize=333944 CPUtime=0.27 cores=0,2
/proc/583/stat : 583 (python) S 421 421 31275 0 -1 4202560 1101 0 0 0 16 11 0 0 19 0 2 0 656867012 341958656 6639 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/583/statm: 83486 6639 400 364 0 19389 0
[pid=585] ppid=583 vsize=1018800 CPUtime=97.31 cores=0,2
/proc/585/stat : 585 (gnovelty+2) T 583 585 585 0 -1 4202496 864 0 0 0 9731 0 0 0 25 0 1 0 656867012 1043251200 603 33554432000 134512640 135663704 4288808368 18446744073709551615 134544189 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/585/statm: 254700 603 113 282 0 254416 0
[pid=583/tid=642] ppid=421 vsize=333944 CPUtime=0 cores=0,2
/proc/583/task/642/stat : 642 (python) S 421 421 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656876745 341958656 6639 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 514 18446604440278878272 0 0 -1 0 0 0 0
[pid=643] ppid=421 vsize=344200 CPUtime=0.26 cores=0,2
/proc/643/stat : 643 (python) S 421 421 31275 0 -1 4202560 1096 0 0 0 13 13 0 0 19 0 2 0 656876746 352460800 6643 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/643/statm: 86050 6643 400 364 0 21950 0
[pid=645] ppid=643 vsize=250372 CPUtime=100.27 cores=0,2
/proc/645/stat : 645 (FH) T 643 645 645 0 -1 4202496 1672 0 0 0 10027 0 0 0 25 0 1 0 656876747 256380928 1407 33554432000 134512640 134936988 4293081328 18446744073709551615 134545336 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/645/statm: 62593 1407 41 104 0 62097 0
[pid=643/tid=661] ppid=421 vsize=344200 CPUtime=0 cores=0,2
/proc/643/task/661/stat : 661 (python) S 421 421 31275 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656886774 352460800 6643 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 514 18446604441569849600 0 0 -1 0 0 0 0
[pid=662] ppid=421 vsize=354456 CPUtime=0 cores=0,2
/proc/662/stat : 662 (python) S 421 421 31275 0 -1 4202560 775 0 0 0 0 0 0 0 19 0 1 0 656886776 362962944 6596 33554432000 4194304 5683644 140735616904272 18446744073709551615 210204667462 0 0 16781312 514 554243474891735039 0 0 17 2 0 0 0
/proc/662/statm: 88614 6596 350 364 0 24511 0
[pid=664] ppid=662 vsize=420484 CPUtime=0.55 cores=0,2
/proc/664/stat : 664 (adaptg2wsat2009) R 662 664 664 0 -1 4202496 1763 0 0 0 55 0 0 0 22 0 1 0 656886776 430575616 1494 33554432000 134512640 135107411 4292108528 18446744073709551615 134531935 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/664/statm: 105121 1494 59 146 0 103997 0
[pid=421/tid=428] ppid=419 vsize=364700 CPUtime=0 cores=0,2
/proc/421/task/428/stat : 428 (python) S 419 421 31275 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 656816860 373452800 8142 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 0 0 0 0
[pid=421/tid=446] ppid=419 vsize=364700 CPUtime=0 cores=0,2
/proc/421/task/446/stat : 446 (python) S 419 421 31275 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 656826891 373452800 8142 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 0 0 0 0
[pid=421/tid=458] ppid=419 vsize=364700 CPUtime=0 cores=0,2
/proc/421/task/458/stat : 458 (python) S 419 421 31275 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 656836923 373452800 8142 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 0 0 0 0
[pid=421/tid=485] ppid=419 vsize=364700 CPUtime=0 cores=0,2
/proc/421/task/485/stat : 485 (python) S 419 421 31275 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 656846953 373452800 8142 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 0 0 0 0
[pid=421/tid=497] ppid=419 vsize=364700 CPUtime=0 cores=0,2
/proc/421/task/497/stat : 497 (python) S 419 421 31275 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 656856982 373452800 8142 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 0 0 0 0
[pid=421/tid=584] ppid=419 vsize=364700 CPUtime=0 cores=0,2
/proc/421/task/584/stat : 584 (python) S 419 421 31275 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 656867012 373452800 8142 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 2 0 0 0
[pid=421/tid=644] ppid=419 vsize=364700 CPUtime=0 cores=0,2
/proc/421/task/644/stat : 644 (python) S 419 421 31275 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 656876746 373452800 8142 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 2 0 0 0
[pid=421/tid=663] ppid=419 vsize=364700 CPUtime=0 cores=0,2
/proc/421/task/663/stat : 663 (python) S 419 421 31275 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 656886776 373452800 8142 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 7910004

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

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

[startup+701.701 s]
/proc/loadavg: 5.10 5.05 4.52 7/410 664
/proc/meminfo: memFree=26377556/32951124 swapFree=63649232/67111528
[pid=421] ppid=419 vsize=364700 CPUtime=1.83 cores=0,2
/proc/421/stat : 421 (python) S 419 421 31275 0 -1 4202496 18611 935 1 0 171 12 0 0 20 0 9 0 656816660 373452800 8142 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/421/statm: 91175 8142 1892 364 0 27072 0
[pid=427] ppid=421 vsize=292300 CPUtime=0.27 cores=0,2
/proc/427/stat : 427 (python) S 421 421 31275 0 -1 4202560 1168 0 0 0 14 13 0 0 19 0 2 0 656816859 299315200 6486 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/427/statm: 73075 6486 415 364 0 8993 0
[pid=429] ppid=427 vsize=1018800 CPUtime=100.05 cores=0,2
/proc/429/stat : 429 (gnovelty+2) T 427 429 429 0 -1 4202496 864 0 0 0 10005 0 0 0 25 0 1 0 656816860 1043251200 602 33554432000 134512640 135663704 4290326672 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/429/statm: 254700 602 113 282 0 254416 0
[pid=427/tid=444] ppid=421 vsize=292300 CPUtime=0 cores=0,2
/proc/427/task/444/stat : 444 (python) S 421 421 31275 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656826889 299315200 6486 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 514 18446604449712624896 0 0 -1 2 0 0 0
[pid=445] ppid=421 vsize=292312 CPUtime=0.28 cores=0,2
/proc/445/stat : 445 (python) S 421 421 31275 0 -1 4202560 1086 0 0 0 15 13 0 0 19 0 2 0 656826891 299327488 6471 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/445/statm: 73078 6471 400 364 0 8993 0
[pid=447] ppid=445 vsize=1018800 CPUtime=100.04 cores=0,2
/proc/447/stat : 447 (gnovelty+2) T 445 447 447 0 -1 4202496 866 0 0 0 10004 0 0 0 25 0 1 0 656826891 1043251200 602 33554432000 134512640 135663704 4293489200 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/447/statm: 254700 602 113 282 0 254416 0
[pid=445/tid=456] ppid=421 vsize=292312 CPUtime=0 cores=0,2
/proc/445/task/456/stat : 456 (python) S 421 421 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656836922 299327488 6471 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 514 18446604453919593472 0 0 -1 2 0 0 0
[pid=457] ppid=421 vsize=302720 CPUtime=0.28 cores=0,2
/proc/457/stat : 457 (python) S 421 421 31275 0 -1 4202560 1091 0 0 0 15 13 0 0 17 0 2 0 656836923 309985280 6513 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/457/statm: 75680 6513 400 364 0 11592 0
[pid=467] ppid=457 vsize=420484 CPUtime=100.04 cores=0,2
/proc/467/stat : 467 (adaptg2wsat2009) T 457 467 467 0 -1 4202496 1759 0 0 0 10004 0 0 0 25 0 1 0 656836923 430575616 1494 33554432000 134512640 135107411 4293907472 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/467/statm: 105121 1494 59 146 0 103997 0
[pid=457/tid=483] ppid=421 vsize=302720 CPUtime=0 cores=0,2
/proc/457/task/483/stat : 483 (python) S 421 421 31275 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 656846951 309985280 6513 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 514 18446604446083313728 0 0 -1 0 0 0 0
[pid=484] ppid=421 vsize=312976 CPUtime=0.29 cores=0,2
/proc/484/stat : 484 (python) S 421 421 31275 0 -1 4202560 1099 0 0 0 15 14 0 0 19 0 2 0 656846952 320487424 6517 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/484/statm: 78244 6517 400 364 0 14153 0
[pid=486] ppid=484 vsize=420484 CPUtime=99.99 cores=0,2
/proc/486/stat : 486 (adaptg2wsat2009) T 484 486 486 0 -1 4202496 1761 0 0 0 9998 1 0 0 25 0 1 0 656846953 430575616 1494 33554432000 134512640 135107411 4293554480 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/486/statm: 105121 1494 59 146 0 103997 0
[pid=484/tid=495] ppid=421 vsize=312976 CPUtime=0 cores=0,2
/proc/484/task/495/stat : 495 (python) S 421 421 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656856980 320487424 6517 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 514 18446604446083314624 0 0 -1 2 0 0 0
[pid=496] ppid=421 vsize=323688 CPUtime=0.29 cores=0,2
/proc/496/stat : 496 (python) S 421 421 31275 0 -1 4202560 1096 0 0 0 15 14 0 0 19 0 2 0 656856982 331456512 6635 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/496/statm: 80922 6635 400 364 0 16828 0
[pid=498] ppid=496 vsize=420484 CPUtime=100.01 cores=0,2
/proc/498/stat : 498 (adaptg2wsat2009) T 496 498 498 0 -1 4202496 1758 0 0 0 10001 0 0 0 25 0 1 0 656856982 430575616 1492 33554432000 134512640 135107411 4292072672 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/498/statm: 105121 1492 59 146 0 103997 0
[pid=496/tid=582] ppid=421 vsize=323688 CPUtime=0 cores=0,2
/proc/496/task/582/stat : 582 (python) S 421 421 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656867010 331456512 6635 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 514 18446604450340766848 0 0 -1 2 0 0 0
[pid=583] ppid=421 vsize=333944 CPUtime=0.27 cores=0,2
/proc/583/stat : 583 (python) S 421 421 31275 0 -1 4202560 1101 0 0 0 16 11 0 0 19 0 2 0 656867012 341958656 6639 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/583/statm: 83486 6639 400 364 0 19389 0
[pid=585] ppid=583 vsize=1018800 CPUtime=97.31 cores=0,2
/proc/585/stat : 585 (gnovelty+2) T 583 585 585 0 -1 4202496 864 0 0 0 9731 0 0 0 25 0 1 0 656867012 1043251200 603 33554432000 134512640 135663704 4288808368 18446744073709551615 134544189 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/585/statm: 254700 603 113 282 0 254416 0
[pid=583/tid=642] ppid=421 vsize=333944 CPUtime=0 cores=0,2
/proc/583/task/642/stat : 642 (python) S 421 421 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656876745 341958656 6639 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 514 18446604440278878272 0 0 -1 0 0 0 0
[pid=643] ppid=421 vsize=344200 CPUtime=0.26 cores=0,2
/proc/643/stat : 643 (python) S 421 421 31275 0 -1 4202560 1096 0 0 0 13 13 0 0 19 0 2 0 656876746 352460800 6643 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/643/statm: 86050 6643 400 364 0 21950 0
[pid=645] ppid=643 vsize=250372 CPUtime=100.27 cores=0,2
/proc/645/stat : 645 (FH) T 643 645 645 0 -1 4202496 1672 0 0 0 10027 0 0 0 25 0 1 0 656876747 256380928 1407 33554432000 134512640 134936988 4293081328 18446744073709551615 134545336 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/645/statm: 62593 1407 41 104 0 62097 0
[pid=643/tid=661] ppid=421 vsize=344200 CPUtime=0 cores=0,2
/proc/643/task/661/stat : 661 (python) S 421 421 31275 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656886774 352460800 6643 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 514 18446604441569849600 0 0 -1 0 0 0 0
[pid=662] ppid=421 vsize=354456 CPUtime=0 cores=0,2
/proc/662/stat : 662 (python) S 421 421 31275 0 -1 4202560 775 0 0 0 0 0 0 0 19 0 1 0 656886776 362962944 6596 33554432000 4194304 5683644 140735616904272 18446744073709551615 210204667462 0 0 16781312 514 554243474891735039 0 0 17 2 0 0 0
/proc/662/statm: 88614 6596 350 364 0 24511 0
[pid=664] ppid=662 vsize=420484 CPUtime=0.55 cores=0,2
/proc/664/stat : 664 (adaptg2wsat2009) R 662 664 664 0 -1 4202496 1763 0 0 0 55 0 0 0 22 0 1 0 656886776 430575616 1494 33554432000 134512640 135107411 4292108528 18446744073709551615 134531935 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/664/statm: 105121 1494 59 146 0 103997 0
[pid=421/tid=428] ppid=419 vsize=364700 CPUtime=0 cores=0,2
/proc/421/task/428/stat : 428 (python) S 419 421 31275 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 656816860 373452800 8142 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 0 0 0 0
[pid=421/tid=446] ppid=419 vsize=364700 CPUtime=0 cores=0,2
/proc/421/task/446/stat : 446 (python) S 419 421 31275 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 656826891 373452800 8142 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 0 0 0 0
[pid=421/tid=458] ppid=419 vsize=364700 CPUtime=0 cores=0,2
/proc/421/task/458/stat : 458 (python) S 419 421 31275 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 656836923 373452800 8142 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 0 0 0 0
[pid=421/tid=485] ppid=419 vsize=364700 CPUtime=0 cores=0,2
/proc/421/task/485/stat : 485 (python) S 419 421 31275 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 656846953 373452800 8142 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 0 0 0 0
[pid=421/tid=497] ppid=419 vsize=364700 CPUtime=0 cores=0,2
/proc/421/task/497/stat : 497 (python) S 419 421 31275 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 656856982 373452800 8142 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 0 0 0 0
[pid=421/tid=584] ppid=419 vsize=364700 CPUtime=0 cores=0,2
/proc/421/task/584/stat : 584 (python) S 419 421 31275 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 656867012 373452800 8142 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 2 0 0 0
[pid=421/tid=644] ppid=419 vsize=364700 CPUtime=0 cores=0,2
/proc/421/task/644/stat : 644 (python) S 419 421 31275 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 656876746 373452800 8142 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 2 0 0 0
[pid=421/tid=663] ppid=419 vsize=364700 CPUtime=0 cores=0,2
/proc/421/task/663/stat : 663 (python) S 419 421 31275 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 656886776 373452800 8142 33554432000 4194304 5683644 140735616904272 18446744073709551615 210216470961 0 0 16781312 2 18446604447750191040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 7910004

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 701.777
CPU time (s): 702.03
CPU user time (s): 700.99
CPU system time (s): 1.04
CPU usage (%): 100.036
Max. virtual memory (cumulated for all children) (KiB): 7910004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.72274
system time used= 0.12998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20031
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= 2865
involuntary context switches= 36

runsolver used 3.07553 second user time and 5.82211 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 11:36:21
IDJOB=3377298
IDBENCH=82607
IDSOLVER=1857
FILE ID=node130/3377298-1305452181
RUNJOBID= node130-1305451278-32330
PBS_JOBID= 13324842
Free space on /tmp= 73340 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1250-c25000-S1245360321-088-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-3377298-1305452181/watcher-3377298-1305452181 -o /tmp/evaluation-result-3377298-1305452181/solver-3377298-1305452181 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377298-1305452181.cnf -seed 370544828 -budget 2400

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

MD5SUM BENCH= 951e2fa38b08f2dfbb0dbb3e8ab83f8d
RANDOM SEED=370544828

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26753336 kB
Buffers:        284140 kB
Cached:        4096836 kB
SwapCached:      10248 kB
Active:        2005420 kB
Inactive:      3901940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26753336 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           32292 kB
Writeback:           0 kB
AnonPages:     1524324 kB
Mapped:          23260 kB
Slab:           189632 kB
PageTables:      37060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70604068 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= 73224 MiB
End job on node130 at 2011-05-15 11:48:05