Trace number 3377304

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) 703.15 703.973

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S303265982-092-UNKNOWN.cnf
MD5SUM1b4a544dd042630233219a622c9437c7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark96.8423
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
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 530000
Number of clauses of size over 50

Solver Data

0.90/2.30	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.90/2.30	c INFO: solving HOME/instance-3377304-1305452223.cnf
0.90/2.30	c INFO: computing task features
1.13/2.50	c INFO: computed variable-clause graph statistics
1.13/2.50	c INFO: computed clause balance statistics
1.73/3.23	c INFO: computed variable balance statistics
2.23/3.68	c INFO: computed small-clause counts
2.23/3.68	c INFO: computed Horn-clause counts
2.33/3.71	c INFO: computed variable graph statistics
2.33/3.71	c INFO: collected features for HOME/instance-3377304-1305452223.cnf in 1.42 s
2.33/3.73	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.61/104.02	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.14)
202.92/204.32	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.09)
303.10/304.59	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
403.51/404.86	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.06)
504.03/505.13	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.05)
604.41/605.44	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.04)
702.93/703.74	c INFO: running adaptg2wsat2009++@0 for 97 with 1699 remaining (b = 0.03)
703.15/703.95	c INFO: running adaptg2wsat2009++@0 for 97 with 1699 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-3377304-1305452223/watcher-3377304-1305452223 -o /tmp/evaluation-result-3377304-1305452223/solver-3377304-1305452223 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377304-1305452223.cnf -seed 1319747120 -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: 1.78 2.34 2.89 5/318 32600
/proc/meminfo: memFree=27475164/32950928 swapFree=60199044/67111528
[pid=32600] ppid=32595 vsize=14252 CPUtime=0 cores=0,2
/proc/32600/stat : 32600 (python) D 32595 32600 24378 0 -1 4194304 192 0 1 0 0 0 0 0 20 0 1 0 656821103 14594048 130 33554432000 4194304 5683644 140736017990752 18446744073709551615 5398816 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 0
/proc/32600/statm: 3563 130 102 364 0 50 0

[startup+0.034572 s]
/proc/loadavg: 1.78 2.34 2.89 5/318 32600
/proc/meminfo: memFree=27475164/32950928 swapFree=60199044/67111528
[pid=32600] ppid=32595 vsize=15384 CPUtime=0 cores=0,2
/proc/32600/stat : 32600 (python) R 32595 32600 24378 0 -1 4202496 803 0 5 0 0 0 0 0 17 0 1 0 656821103 15753216 695 33554432000 4194304 5683644 140736017990752 18446744073709551615 4442632 0 0 16781312 2 0 0 0 17 0 0 0 1
/proc/32600/statm: 3846 696 334 364 0 333 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15384

[startup+0.100615 s]
/proc/loadavg: 1.78 2.34 2.89 5/318 32600
/proc/meminfo: memFree=27475164/32950928 swapFree=60199044/67111528
[pid=32600] ppid=32595 vsize=16540 CPUtime=0.03 cores=0,2
/proc/32600/stat : 32600 (python) S 32595 32600 24378 0 -1 4202496 1184 0 5 0 1 2 0 0 17 0 1 0 656821103 16936960 1050 33554432000 4194304 5683644 140736017990752 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 1
/proc/32600/statm: 4135 1050 417 364 0 622 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16540

[startup+0.300519 s]
/proc/loadavg: 1.78 2.34 2.89 5/318 32600
/proc/meminfo: memFree=27475164/32950928 swapFree=60199044/67111528
[pid=32600] ppid=32595 vsize=38908 CPUtime=0.13 cores=0,2
/proc/32600/stat : 32600 (python) D 32595 32600 24378 0 -1 4202496 1654 0 9 0 4 9 0 0 17 0 1 0 656821103 39841792 1491 33554432000 4194304 5683644 140736017990752 18446744073709551615 268272687104 0 0 16781312 2 0 0 0 17 0 0 0 2
/proc/32600/statm: 9727 1491 455 364 0 1027 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 38908

[startup+0.700484 s]
/proc/loadavg: 1.78 2.34 2.89 5/318 32600
/proc/meminfo: memFree=27475164/32950928 swapFree=60199044/67111528
[pid=32600] ppid=32595 vsize=107432 CPUtime=0.27 cores=0,2
/proc/32600/stat : 32600 (python) D 32595 32600 24378 0 -1 4202496 3381 0 20 0 7 20 0 0 16 0 1 0 656821103 110010368 3058 33554432000 4194304 5683644 140736017990752 18446744073709551615 268272687104 0 0 16781312 2 0 0 0 17 0 0 0 6
/proc/32600/statm: 26858 3058 871 364 0 2089 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 107432

[startup+1.50022 s]
/proc/loadavg: 1.78 2.34 2.89 6/330 32628
/proc/meminfo: memFree=27406296/32950928 swapFree=60199044/67111528
[pid=32600] ppid=32595 vsize=146732 CPUtime=0.65 cores=0,2
/proc/32600/stat : 32600 (python) D 32595 32600 24378 0 -1 4202496 6232 925 30 7 19 46 0 0 16 0 1 0 656821103 150253568 4383 33554432000 4194304 5683644 140736017990752 18446744073709551615 268267769366 0 0 16781312 2 18446744071562234166 0 0 17 0 0 0 10
/proc/32600/statm: 36683 4383 1185 364 0 3182 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 146732

[startup+3.10106 s]
/proc/loadavg: 1.96 2.36 2.90 2/330 32628
/proc/meminfo: memFree=27356132/32950928 swapFree=60199044/67111528
[pid=32600] ppid=32595 vsize=287580 CPUtime=1.73 cores=0,2
/proc/32600/stat : 32600 (python) R 32595 32600 24378 0 -1 4202496 12608 925 82 7 112 61 0 0 16 0 1 0 656821103 294481920 9279 33554432000 4194304 5683644 140736017990752 18446744073709551615 47812793692876 0 0 16781312 2 0 0 0 17 0 0 0 23
/proc/32600/statm: 71895 9279 1826 364 0 7819 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 287580
heavy processes:

[startup+6.30037 s]
/proc/loadavg: 1.96 2.36 2.90 7/339 32637
/proc/meminfo: memFree=27256924/32950928 swapFree=60199044/67111528
[pid=32600] ppid=32595 vsize=292808 CPUtime=2.35 cores=0,2
/proc/32600/stat : 32600 (python) S 32595 32600 24378 0 -1 4202496 12895 925 82 7 174 61 0 0 18 0 2 0 656821103 299835392 8098 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/32600/statm: 73202 8098 1869 364 0 9120 0
[pid=32629] ppid=32600 vsize=283508 CPUtime=0 cores=0,2
/proc/32629/stat : 32629 (python) S 32600 32600 24378 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 656821477 290312192 6581 33554432000 4194304 5683644 140736017990752 18446744073709551615 268272709135 0 0 16781312 514 4472861684599324929 0 0 17 0 0 0 0
/proc/32629/statm: 70877 6581 355 364 0 6795 0
[pid=32631] ppid=32629 vsize=1018996 CPUtime=2.55 cores=0,2
/proc/32631/stat : 32631 (gnovelty+2) R 32629 32631 32631 0 -1 4202496 964 0 0 0 255 0 0 0 25 0 1 0 656821477 1043451904 698 33554432000 134512640 135663704 4291535680 18446744073709551615 134545646 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32631/statm: 254749 698 113 282 0 254465 0
[pid=32600/tid=32630] ppid=32595 vsize=292808 CPUtime=0 cores=0,2
/proc/32600/task/32630/stat : 32630 (python) S 32595 32600 24378 0 -1 4202560 27 925 0 7 0 0 0 0 19 0 2 0 656821477 299835392 8098 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 2 18446604451528393856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 1595312
heavy processes:

[startup+12.7003 s]
/proc/loadavg: 2.12 2.39 2.90 6/342 32640
/proc/meminfo: memFree=27227228/32950928 swapFree=60199044/67111528
[pid=32600] ppid=32595 vsize=292808 CPUtime=2.35 cores=0,2
/proc/32600/stat : 32600 (python) S 32595 32600 24378 0 -1 4202496 12895 925 82 7 174 61 0 0 18 0 2 0 656821103 299835392 8098 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/32600/statm: 73202 8098 1869 364 0 9120 0
[pid=32629] ppid=32600 vsize=283508 CPUtime=0.01 cores=0,2
/proc/32629/stat : 32629 (python) S 32600 32600 24378 0 -1 4202560 967 0 0 0 0 1 0 0 18 0 1 0 656821477 290312192 6609 33554432000 4194304 5683644 140736017990752 18446744073709551615 268272709135 0 0 16781312 514 4472861684599324929 0 0 17 0 0 0 0
/proc/32629/statm: 70877 6609 383 364 0 6795 0
[pid=32631] ppid=32629 vsize=1018996 CPUtime=8.94 cores=0,2
/proc/32631/stat : 32631 (gnovelty+2) R 32629 32631 32631 0 -1 4202496 964 0 0 0 894 0 0 0 25 0 1 0 656821477 1043451904 698 33554432000 134512640 135663704 4291535680 18446744073709551615 134525187 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32631/statm: 254749 698 113 282 0 254465 0
[pid=32600/tid=32630] ppid=32595 vsize=292808 CPUtime=0 cores=0,2
/proc/32600/task/32630/stat : 32630 (python) S 32595 32600 24378 0 -1 4202560 27 925 0 7 0 0 0 0 19 0 2 0 656821477 299835392 8098 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 2 18446604451528393856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.3
Current children cumulated vsize (KiB) 1595312

[startup+25.5011 s]
/proc/loadavg: 2.54 2.47 2.92 6/342 32641
/proc/meminfo: memFree=27229636/32950928 swapFree=60199044/67111528
[pid=32600] ppid=32595 vsize=292808 CPUtime=2.35 cores=0,2
/proc/32600/stat : 32600 (python) S 32595 32600 24378 0 -1 4202496 12895 925 82 7 174 61 0 0 18 0 2 0 656821103 299835392 8098 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/32600/statm: 73202 8098 1869 364 0 9120 0
[pid=32629] ppid=32600 vsize=283508 CPUtime=0.04 cores=0,2
/proc/32629/stat : 32629 (python) S 32600 32600 24378 0 -1 4202560 971 0 0 0 2 2 0 0 18 0 1 0 656821477 290312192 6609 33554432000 4194304 5683644 140736017990752 18446744073709551615 268272709135 0 0 16781312 514 4999505759776506113 0 0 17 0 0 0 0
/proc/32629/statm: 70877 6609 383 364 0 6795 0
[pid=32631] ppid=32629 vsize=1018996 CPUtime=21.72 cores=0,2
/proc/32631/stat : 32631 (gnovelty+2) R 32629 32631 32631 0 -1 4202496 964 0 0 0 2172 0 0 0 25 0 1 0 656821477 1043451904 698 33554432000 134512640 135663704 4291535680 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32631/statm: 254749 698 113 282 0 254465 0
[pid=32600/tid=32630] ppid=32595 vsize=292808 CPUtime=0 cores=0,2
/proc/32600/task/32630/stat : 32630 (python) S 32595 32600 24378 0 -1 4202560 27 925 0 7 0 0 0 0 19 0 2 0 656821477 299835392 8098 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 2 18446604451528393856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.11
Current children cumulated vsize (KiB) 1595312

[startup+51.1004 s]
/proc/loadavg: 3.04 2.59 2.95 6/342 32641
/proc/meminfo: memFree=27230204/32950928 swapFree=60199044/67111528
[pid=32600] ppid=32595 vsize=292808 CPUtime=2.35 cores=0,2
/proc/32600/stat : 32600 (python) S 32595 32600 24378 0 -1 4202496 12895 925 82 7 174 61 0 0 18 0 2 0 656821103 299835392 8098 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/32600/statm: 73202 8098 1869 364 0 9120 0
[pid=32629] ppid=32600 vsize=283508 CPUtime=0.11 cores=0,2
/proc/32629/stat : 32629 (python) S 32600 32600 24378 0 -1 4202560 987 0 0 0 6 5 0 0 18 0 1 0 656821477 290312192 6609 33554432000 4194304 5683644 140736017990752 18446744073709551615 268272709135 0 0 16781312 514 4999505759776506113 0 0 17 0 0 0 0
/proc/32629/statm: 70877 6609 383 364 0 6795 0
[pid=32631] ppid=32629 vsize=1018996 CPUtime=47.25 cores=0,2
/proc/32631/stat : 32631 (gnovelty+2) R 32629 32631 32631 0 -1 4202496 964 0 0 0 4725 0 0 0 25 0 1 0 656821477 1043451904 698 33554432000 134512640 135663704 4291535680 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32631/statm: 254749 698 113 282 0 254465 0
[pid=32600/tid=32630] ppid=32595 vsize=292808 CPUtime=0 cores=0,2
/proc/32600/task/32630/stat : 32630 (python) S 32595 32600 24378 0 -1 4202560 27 925 0 7 0 0 0 0 19 0 2 0 656821477 299835392 8098 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 2 18446604451528393856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.71
Current children cumulated vsize (KiB) 1595312

[startup+102.312 s]
/proc/loadavg: 3.68 2.84 3.01 5/342 32643
/proc/meminfo: memFree=27230576/32950928 swapFree=60199044/67111528
[pid=32600] ppid=32595 vsize=292808 CPUtime=2.35 cores=0,2
/proc/32600/stat : 32600 (python) S 32595 32600 24378 0 -1 4202496 12895 925 82 7 174 61 0 0 18 0 2 0 656821103 299835392 8098 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/32600/statm: 73202 8098 1869 364 0 9120 0
[pid=32629] ppid=32600 vsize=283508 CPUtime=0.23 cores=0,2
/proc/32629/stat : 32629 (python) S 32600 32600 24378 0 -1 4202560 1008 0 0 0 12 11 0 0 18 0 1 0 656821477 290312192 6609 33554432000 4194304 5683644 140736017990752 18446744073709551615 268272709135 0 0 16781312 514 4999505759776506113 0 0 17 0 0 0 0
/proc/32629/statm: 70877 6609 383 364 0 6795 0
[pid=32631] ppid=32629 vsize=1018996 CPUtime=98.34 cores=0,2
/proc/32631/stat : 32631 (gnovelty+2) R 32629 32631 32631 0 -1 4202496 964 0 0 0 9834 0 0 0 25 0 1 0 656821477 1043451904 698 33554432000 134512640 135663704 4291535680 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32631/statm: 254749 698 113 282 0 254465 0
[pid=32600/tid=32630] ppid=32595 vsize=292808 CPUtime=0 cores=0,2
/proc/32600/task/32630/stat : 32630 (python) S 32595 32600 24378 0 -1 4202560 27 925 0 7 0 0 0 0 19 0 2 0 656821477 299835392 8098 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 2 18446604451528393856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.92
Current children cumulated vsize (KiB) 1595312

[startup+162.301 s]
/proc/loadavg: 3.91 3.05 3.07 6/358 32660
/proc/meminfo: memFree=27144368/32950928 swapFree=60199044/67111528
[pid=32600] ppid=32595 vsize=303524 CPUtime=2.38 cores=0,2
/proc/32600/stat : 32600 (python) S 32595 32600 24378 0 -1 4202496 13793 925 82 7 176 62 0 0 19 0 3 0 656821103 310808576 8188 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/32600/statm: 75881 8188 1872 364 0 11796 0
[pid=32629] ppid=32600 vsize=293752 CPUtime=0.24 cores=0,2
/proc/32629/stat : 32629 (python) S 32600 32600 24378 0 -1 4202560 1147 0 0 0 13 11 0 0 19 0 2 0 656821477 300802048 6646 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32629/statm: 73438 6646 415 364 0 9356 0
[pid=32631] ppid=32629 vsize=1018996 CPUtime=100.03 cores=0,2
/proc/32631/stat : 32631 (gnovelty+2) T 32629 32631 32631 0 -1 4202496 964 0 0 0 10003 0 0 0 25 0 1 0 656821477 1043451904 698 33554432000 134512640 135663704 4291535680 18446744073709551615 134525107 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32631/statm: 254749 698 113 282 0 254465 0
[pid=32629/tid=32644] ppid=32600 vsize=293752 CPUtime=0 cores=0,2
/proc/32629/task/32644/stat : 32644 (python) S 32600 32600 24378 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656831505 300802048 6646 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 514 18446604445364177920 0 0 -1 0 0 0 0
[pid=32645] ppid=32600 vsize=293696 CPUtime=0.14 cores=0,2
/proc/32645/stat : 32645 (python) S 32600 32600 24378 0 -1 4202560 911 0 0 0 7 7 0 0 18 0 1 0 656831506 300744704 6685 33554432000 4194304 5683644 140736017990752 18446744073709551615 268272709190 0 0 16781312 514 4999505759776506116 0 0 17 0 0 0 0
/proc/32645/statm: 73424 6685 372 364 0 9339 0
[pid=32647] ppid=32645 vsize=1018996 CPUtime=58.12 cores=0,2
/proc/32647/stat : 32647 (gnovelty+2) R 32645 32647 32647 0 -1 4202496 963 0 0 0 5812 0 0 0 25 0 1 0 656831506 1043451904 697 33554432000 134512640 135663704 4287650144 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32647/statm: 254749 697 113 282 0 254465 0
[pid=32600/tid=32630] ppid=32595 vsize=303524 CPUtime=0 cores=0,2
/proc/32600/task/32630/stat : 32630 (python) S 32595 32600 24378 0 -1 4202560 27 925 0 7 0 0 0 0 19 0 3 0 656821477 310808576 8188 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 2 18446604451528393856 0 0 -1 0 0 0 0
[pid=32600/tid=32646] ppid=32595 vsize=303524 CPUtime=0 cores=0,2
/proc/32600/task/32646/stat : 32646 (python) S 32595 32600 24378 0 -1 4202560 24 925 0 7 0 0 0 0 20 0 3 0 656831506 310808576 8188 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 2 18446604451528393856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 160.91
Current children cumulated vsize (KiB) 2928964

[startup+222.301 s]
/proc/loadavg: 3.97 3.23 3.13 6/374 32678
/proc/meminfo: memFree=27058260/32950928 swapFree=60199044/67111528
[pid=32600] ppid=32595 vsize=313780 CPUtime=2.39 cores=0,2

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

[pid=453] ppid=32600 vsize=355576 CPUtime=0 cores=0,2
/proc/453/stat : 453 (python) S 32600 32600 24378 0 -1 4202560 777 0 0 0 0 0 0 0 19 0 1 0 656891478 364109824 6727 33554432000 4194304 5683644 140736017990752 18446744073709551615 268272709190 0 0 16781312 514 2304295725770473471 0 0 17 2 0 0 0
/proc/453/statm: 88894 6727 351 364 0 24791 0
[pid=455] ppid=453 vsize=419292 CPUtime=0.16 cores=0,2
/proc/455/stat : 455 (adaptg2wsat2009) R 453 455 455 0 -1 4202496 1355 0 0 0 16 0 0 0 21 0 1 0 656891478 429355008 1085 33554432000 134512640 135107411 4294500432 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/455/statm: 104823 1085 49 146 0 103699 0
[pid=32629] ppid=32600 vsize=293752 CPUtime=0.24 cores=0,2
/proc/32629/stat : 32629 (python) S 32600 32600 24378 0 -1 4202560 1147 0 0 0 13 11 0 0 19 0 2 0 656821477 300802048 6646 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32629/statm: 73438 6646 415 364 0 9356 0
[pid=32631] ppid=32629 vsize=1018996 CPUtime=100.03 cores=0,2
/proc/32631/stat : 32631 (gnovelty+2) T 32629 32631 32631 0 -1 4202496 964 0 0 0 10003 0 0 0 25 0 1 0 656821477 1043451904 698 33554432000 134512640 135663704 4291535680 18446744073709551615 134525107 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32631/statm: 254749 698 113 282 0 254465 0
[pid=32629/tid=32644] ppid=32600 vsize=293752 CPUtime=0 cores=0,2
/proc/32629/task/32644/stat : 32644 (python) S 32600 32600 24378 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656831505 300802048 6646 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 514 18446604445364177920 0 0 -1 0 0 0 0
[pid=32645] ppid=32600 vsize=293696 CPUtime=0.25 cores=0,2
/proc/32645/stat : 32645 (python) S 32600 32600 24378 0 -1 4202560 1076 0 0 0 13 12 0 0 19 0 2 0 656831506 300744704 6714 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32645/statm: 73424 6714 400 364 0 9339 0
[pid=32647] ppid=32645 vsize=1018996 CPUtime=100.04 cores=0,2
/proc/32647/stat : 32647 (gnovelty+2) T 32645 32647 32647 0 -1 4202496 963 0 0 0 10004 0 0 0 25 0 1 0 656831506 1043451904 697 33554432000 134512640 135663704 4287650144 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32647/statm: 254749 697 113 282 0 254465 0
[pid=32645/tid=32662] ppid=32600 vsize=293696 CPUtime=0 cores=0,2
/proc/32645/task/32662/stat : 32662 (python) S 32600 32600 24378 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656841534 300744704 6714 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 514 18446604440506460864 0 0 -1 0 0 0 0
[pid=32663] ppid=32600 vsize=303952 CPUtime=0.25 cores=0,2
/proc/32663/stat : 32663 (python) S 32600 32600 24378 0 -1 4202560 1080 0 0 0 15 10 0 0 19 0 2 0 656841536 311246848 6718 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32663/statm: 75988 6718 400 364 0 11900 0
[pid=32665] ppid=32663 vsize=421428 CPUtime=99.99 cores=0,2
/proc/32665/stat : 32665 (adaptg2wsat2009) T 32663 32665 32665 0 -1 4202496 2054 0 0 0 9999 0 0 0 25 0 1 0 656841536 431542272 1783 33554432000 134512640 135107411 4294385840 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32665/statm: 105357 1783 59 146 0 104233 0
[pid=32663/tid=32682] ppid=32600 vsize=303952 CPUtime=0 cores=0,2
/proc/32663/task/32682/stat : 32682 (python) S 32600 32600 24378 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656851561 311246848 6718 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 514 18446604440316032960 0 0 -1 2 0 0 0
[pid=32683] ppid=32600 vsize=314208 CPUtime=0.26 cores=0,2
/proc/32683/stat : 32683 (python) S 32600 32600 24378 0 -1 4202560 1084 0 0 0 15 11 0 0 19 0 2 0 656851562 321748992 6722 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32683/statm: 78552 6722 400 364 0 14461 0
[pid=32685] ppid=32683 vsize=421428 CPUtime=100.1 cores=0,2
/proc/32685/stat : 32685 (adaptg2wsat2009) T 32683 32685 32685 0 -1 4202496 2048 0 0 0 10010 0 0 0 25 0 1 0 656851563 431542272 1781 33554432000 134512640 135107411 4286946864 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32685/statm: 105357 1781 59 146 0 104233 0
[pid=32683/tid=32763] ppid=32600 vsize=314208 CPUtime=0 cores=0,2
/proc/32683/task/32763/stat : 32763 (python) S 32600 32600 24378 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656861588 321748992 6722 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 514 18446604441320646528 0 0 -1 2 0 0 0
[pid=32764] ppid=32600 vsize=324560 CPUtime=0.25 cores=0,2
/proc/32764/stat : 32764 (python) S 32600 32600 24378 0 -1 4202560 1087 0 0 0 12 13 0 0 19 0 2 0 656861589 332349440 6726 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/32764/statm: 81140 6726 400 364 0 17046 0
[pid=32766] ppid=32764 vsize=421428 CPUtime=100.24 cores=0,2
/proc/32766/stat : 32766 (adaptg2wsat2009) T 32764 32766 32766 0 -1 4202496 2047 0 0 0 10024 0 0 0 25 0 1 0 656861590 431542272 1781 33554432000 134512640 135107411 4293663920 18446744073709551615 134531508 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32766/statm: 105357 1781 59 146 0 104233 0
[pid=32764/tid=388] ppid=32600 vsize=324560 CPUtime=0 cores=0,2
/proc/32764/task/388/stat : 388 (python) S 32600 32600 24378 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656871615 332349440 6726 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 514 18446604453896496256 0 0 -1 2 0 0 0
[pid=32600/tid=32630] ppid=32595 vsize=365216 CPUtime=0 cores=0,2
/proc/32600/task/32630/stat : 32630 (python) S 32595 32600 24378 0 -1 4202560 27 925 0 7 0 0 0 0 19 0 9 0 656821477 373981184 8271 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 2 18446604451528393856 0 0 -1 0 0 0 0
[pid=32600/tid=32646] ppid=32595 vsize=365216 CPUtime=0 cores=0,2
/proc/32600/task/32646/stat : 32646 (python) S 32595 32600 24378 0 -1 4202560 24 925 0 7 0 0 0 0 20 0 9 0 656831506 373981184 8271 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 2 18446604451528393856 0 0 -1 0 0 0 0
[pid=32600/tid=32664] ppid=32595 vsize=365216 CPUtime=0 cores=0,2
/proc/32600/task/32664/stat : 32664 (python) S 32595 32600 24378 0 -1 4202560 25 925 0 7 0 0 0 0 20 0 9 0 656841536 373981184 8271 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 2 18446604451528393856 0 0 -1 0 0 0 0
[pid=32600/tid=32684] ppid=32595 vsize=365216 CPUtime=0 cores=0,2
/proc/32600/task/32684/stat : 32684 (python) S 32595 32600 24378 0 -1 4202560 25 925 0 7 0 0 0 0 20 0 9 0 656851563 373981184 8271 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 2 18446604451528393856 0 0 -1 0 0 0 0
[pid=32600/tid=32765] ppid=32595 vsize=365216 CPUtime=0 cores=0,2
/proc/32600/task/32765/stat : 32765 (python) S 32595 32600 24378 0 -1 4202560 30 925 0 7 0 0 0 0 20 0 9 0 656861589 373981184 8271 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 2 18446604451528393856 0 0 -1 0 0 0 0
[pid=32600/tid=390] ppid=32595 vsize=365216 CPUtime=0 cores=0,2
/proc/32600/task/390/stat : 390 (python) S 32595 32600 24378 0 -1 4202560 27 925 0 7 0 0 0 0 20 0 9 0 656871617 373981184 8271 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 2 18446604451528393856 0 0 -1 0 0 0 0
[pid=32600/tid=405] ppid=32595 vsize=365216 CPUtime=0 cores=0,2
/proc/32600/task/405/stat : 405 (python) S 32595 32600 24378 0 -1 4202560 25 925 0 7 0 0 0 0 20 0 9 0 656881648 373981184 8271 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 2 18446604451528393856 0 0 -1 0 0 0 0
[pid=32600/tid=454] ppid=32595 vsize=365216 CPUtime=0 cores=0,2
/proc/32600/task/454/stat : 454 (python) S 32595 32600 24378 0 -1 4202560 27 925 0 7 0 0 0 0 20 0 9 0 656891478 373981184 8271 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 2 18446604451528393856 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 703.15
Current children cumulated vsize (KiB) 7922740

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

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

[startup+703.901 s]
/proc/loadavg: 4.14 3.91 3.50 6/398 455
/proc/meminfo: memFree=27042924/32950928 swapFree=60199044/67111528
[pid=32600] ppid=32595 vsize=365216 CPUtime=2.46 cores=0,2
/proc/32600/stat : 32600 (python) S 32595 32600 24378 0 -1 4202496 19031 925 82 7 183 63 0 0 19 0 9 0 656821103 373981184 8271 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 23
/proc/32600/statm: 91304 8271 1892 364 0 27201 0
[pid=389] ppid=32600 vsize=334720 CPUtime=0.26 cores=0,2
/proc/389/stat : 389 (python) S 32600 32600 24378 0 -1 4202560 1089 0 0 0 15 11 0 0 19 0 2 0 656871617 342753280 6737 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/389/statm: 83680 6737 400 364 0 19583 0
[pid=391] ppid=389 vsize=1018996 CPUtime=100.1 cores=0,2
/proc/391/stat : 391 (gnovelty+2) T 389 391 391 0 -1 4202496 963 0 0 0 10010 0 0 0 25 0 1 0 656871617 1043451904 698 33554432000 134512640 135663704 4291035536 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/391/statm: 254749 698 113 282 0 254465 0
[pid=389/tid=403] ppid=32600 vsize=334720 CPUtime=0 cores=0,2
/proc/389/task/403/stat : 403 (python) S 32600 32600 24378 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656881647 342753280 6737 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 514 18446604451283784896 0 0 -1 2 0 0 0
[pid=404] ppid=32600 vsize=345200 CPUtime=0.25 cores=0,2
/proc/404/stat : 404 (python) S 32600 32600 24378 0 -1 4202560 1082 0 0 0 13 12 0 0 19 0 2 0 656881648 353484800 6741 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/404/statm: 86300 6741 400 364 0 22200 0
[pid=406] ppid=404 vsize=251296 CPUtime=98.27 cores=0,2
/proc/406/stat : 406 (FH) T 404 406 406 0 -1 4202496 1947 0 0 0 9826 1 0 0 25 0 1 0 656881648 257327104 1683 33554432000 134512640 134936988 4292568752 18446744073709551615 134545312 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/406/statm: 62824 1683 41 104 0 62328 0
[pid=404/tid=452] ppid=32600 vsize=345200 CPUtime=0 cores=0,2
/proc/404/task/452/stat : 452 (python) S 32600 32600 24378 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656891476 353484800 6741 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 514 18446604445945608192 0 0 -1 0 0 0 0
[pid=453] ppid=32600 vsize=355576 CPUtime=0 cores=0,2
/proc/453/stat : 453 (python) S 32600 32600 24378 0 -1 4202560 777 0 0 0 0 0 0 0 19 0 1 0 656891478 364109824 6727 33554432000 4194304 5683644 140736017990752 18446744073709551615 268272709190 0 0 16781312 514 2304295725770473471 0 0 17 2 0 0 0
/proc/453/statm: 88894 6727 351 364 0 24791 0
[pid=455] ppid=453 vsize=419292 CPUtime=0.16 cores=0,2
/proc/455/stat : 455 (adaptg2wsat2009) R 453 455 455 0 -1 4202496 1355 0 0 0 16 0 0 0 21 0 1 0 656891478 429355008 1085 33554432000 134512640 135107411 4294500432 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/455/statm: 104823 1085 49 146 0 103699 0
[pid=32629] ppid=32600 vsize=293752 CPUtime=0.24 cores=0,2
/proc/32629/stat : 32629 (python) S 32600 32600 24378 0 -1 4202560 1147 0 0 0 13 11 0 0 19 0 2 0 656821477 300802048 6646 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32629/statm: 73438 6646 415 364 0 9356 0
[pid=32631] ppid=32629 vsize=1018996 CPUtime=100.03 cores=0,2
/proc/32631/stat : 32631 (gnovelty+2) T 32629 32631 32631 0 -1 4202496 964 0 0 0 10003 0 0 0 25 0 1 0 656821477 1043451904 698 33554432000 134512640 135663704 4291535680 18446744073709551615 134525107 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32631/statm: 254749 698 113 282 0 254465 0
[pid=32629/tid=32644] ppid=32600 vsize=293752 CPUtime=0 cores=0,2
/proc/32629/task/32644/stat : 32644 (python) S 32600 32600 24378 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656831505 300802048 6646 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 514 18446604445364177920 0 0 -1 0 0 0 0
[pid=32645] ppid=32600 vsize=293696 CPUtime=0.25 cores=0,2
/proc/32645/stat : 32645 (python) S 32600 32600 24378 0 -1 4202560 1076 0 0 0 13 12 0 0 19 0 2 0 656831506 300744704 6714 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32645/statm: 73424 6714 400 364 0 9339 0
[pid=32647] ppid=32645 vsize=1018996 CPUtime=100.04 cores=0,2
/proc/32647/stat : 32647 (gnovelty+2) T 32645 32647 32647 0 -1 4202496 963 0 0 0 10004 0 0 0 25 0 1 0 656831506 1043451904 697 33554432000 134512640 135663704 4287650144 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32647/statm: 254749 697 113 282 0 254465 0
[pid=32645/tid=32662] ppid=32600 vsize=293696 CPUtime=0 cores=0,2
/proc/32645/task/32662/stat : 32662 (python) S 32600 32600 24378 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656841534 300744704 6714 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 514 18446604440506460864 0 0 -1 0 0 0 0
[pid=32663] ppid=32600 vsize=303952 CPUtime=0.25 cores=0,2
/proc/32663/stat : 32663 (python) S 32600 32600 24378 0 -1 4202560 1080 0 0 0 15 10 0 0 19 0 2 0 656841536 311246848 6718 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32663/statm: 75988 6718 400 364 0 11900 0
[pid=32665] ppid=32663 vsize=421428 CPUtime=99.99 cores=0,2
/proc/32665/stat : 32665 (adaptg2wsat2009) T 32663 32665 32665 0 -1 4202496 2054 0 0 0 9999 0 0 0 25 0 1 0 656841536 431542272 1783 33554432000 134512640 135107411 4294385840 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32665/statm: 105357 1783 59 146 0 104233 0
[pid=32663/tid=32682] ppid=32600 vsize=303952 CPUtime=0 cores=0,2
/proc/32663/task/32682/stat : 32682 (python) S 32600 32600 24378 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656851561 311246848 6718 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 514 18446604440316032960 0 0 -1 2 0 0 0
[pid=32683] ppid=32600 vsize=314208 CPUtime=0.26 cores=0,2
/proc/32683/stat : 32683 (python) S 32600 32600 24378 0 -1 4202560 1084 0 0 0 15 11 0 0 19 0 2 0 656851562 321748992 6722 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32683/statm: 78552 6722 400 364 0 14461 0
[pid=32685] ppid=32683 vsize=421428 CPUtime=100.1 cores=0,2
/proc/32685/stat : 32685 (adaptg2wsat2009) T 32683 32685 32685 0 -1 4202496 2048 0 0 0 10010 0 0 0 25 0 1 0 656851563 431542272 1781 33554432000 134512640 135107411 4286946864 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32685/statm: 105357 1781 59 146 0 104233 0
[pid=32683/tid=32763] ppid=32600 vsize=314208 CPUtime=0 cores=0,2
/proc/32683/task/32763/stat : 32763 (python) S 32600 32600 24378 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656861588 321748992 6722 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 514 18446604441320646528 0 0 -1 2 0 0 0
[pid=32764] ppid=32600 vsize=324560 CPUtime=0.25 cores=0,2
/proc/32764/stat : 32764 (python) S 32600 32600 24378 0 -1 4202560 1087 0 0 0 12 13 0 0 19 0 2 0 656861589 332349440 6726 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/32764/statm: 81140 6726 400 364 0 17046 0
[pid=32766] ppid=32764 vsize=421428 CPUtime=100.24 cores=0,2
/proc/32766/stat : 32766 (adaptg2wsat2009) T 32764 32766 32766 0 -1 4202496 2047 0 0 0 10024 0 0 0 25 0 1 0 656861590 431542272 1781 33554432000 134512640 135107411 4293663920 18446744073709551615 134531508 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32766/statm: 105357 1781 59 146 0 104233 0
[pid=32764/tid=388] ppid=32600 vsize=324560 CPUtime=0 cores=0,2
/proc/32764/task/388/stat : 388 (python) S 32600 32600 24378 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656871615 332349440 6726 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 514 18446604453896496256 0 0 -1 2 0 0 0
[pid=32600/tid=32630] ppid=32595 vsize=365216 CPUtime=0 cores=0,2
/proc/32600/task/32630/stat : 32630 (python) S 32595 32600 24378 0 -1 4202560 27 925 0 7 0 0 0 0 19 0 9 0 656821477 373981184 8271 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 2 18446604451528393856 0 0 -1 0 0 0 0
[pid=32600/tid=32646] ppid=32595 vsize=365216 CPUtime=0 cores=0,2
/proc/32600/task/32646/stat : 32646 (python) S 32595 32600 24378 0 -1 4202560 24 925 0 7 0 0 0 0 20 0 9 0 656831506 373981184 8271 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 2 18446604451528393856 0 0 -1 0 0 0 0
[pid=32600/tid=32664] ppid=32595 vsize=365216 CPUtime=0 cores=0,2
/proc/32600/task/32664/stat : 32664 (python) S 32595 32600 24378 0 -1 4202560 25 925 0 7 0 0 0 0 20 0 9 0 656841536 373981184 8271 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 2 18446604451528393856 0 0 -1 0 0 0 0
[pid=32600/tid=32684] ppid=32595 vsize=365216 CPUtime=0 cores=0,2
/proc/32600/task/32684/stat : 32684 (python) S 32595 32600 24378 0 -1 4202560 25 925 0 7 0 0 0 0 20 0 9 0 656851563 373981184 8271 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 2 18446604451528393856 0 0 -1 0 0 0 0
[pid=32600/tid=32765] ppid=32595 vsize=365216 CPUtime=0 cores=0,2
/proc/32600/task/32765/stat : 32765 (python) S 32595 32600 24378 0 -1 4202560 30 925 0 7 0 0 0 0 20 0 9 0 656861589 373981184 8271 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 2 18446604451528393856 0 0 -1 0 0 0 0
[pid=32600/tid=390] ppid=32595 vsize=365216 CPUtime=0 cores=0,2
/proc/32600/task/390/stat : 390 (python) S 32595 32600 24378 0 -1 4202560 27 925 0 7 0 0 0 0 20 0 9 0 656871617 373981184 8271 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 2 18446604451528393856 0 0 -1 0 0 0 0
[pid=32600/tid=405] ppid=32595 vsize=365216 CPUtime=0 cores=0,2
/proc/32600/task/405/stat : 405 (python) S 32595 32600 24378 0 -1 4202560 25 925 0 7 0 0 0 0 20 0 9 0 656881648 373981184 8271 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 2 18446604451528393856 0 0 -1 0 0 0 0
[pid=32600/tid=454] ppid=32595 vsize=365216 CPUtime=0 cores=0,2
/proc/32600/task/454/stat : 454 (python) S 32595 32600 24378 0 -1 4202560 27 925 0 7 0 0 0 0 20 0 9 0 656891478 373981184 8271 33554432000 4194304 5683644 140736017990752 18446744073709551615 268284512689 0 0 16781312 2 18446604451528393856 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 703.15
Current children cumulated vsize (KiB) 7922740

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32600 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=465625
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=12846
# CPU time returned by wait4() is 3.47847
# while last known CPU time is 703.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 703.973
CPU time (s): 703.15
CPU user time (s): 701.71
CPU system time (s): 1.44
CPU usage (%): 99.8831
Max. virtual memory (cumulated for all children) (KiB): 7922740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.46563
system time used= 1.01285
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26683
page faults= 89
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59818
involuntary context switches= 85

runsolver used 2.52861 second user time and 5.54916 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-15 11:37:03
IDJOB=3377304
IDBENCH=82613
IDSOLVER=1857
FILE ID=node122/3377304-1305452223
RUNJOBID= node122-1305452222-32569
PBS_JOBID= 13324864
Free space on /tmp= 73504 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S303265982-092-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-3377304-1305452223/watcher-3377304-1305452223 -o /tmp/evaluation-result-3377304-1305452223/solver-3377304-1305452223 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377304-1305452223.cnf -seed 1319747120 -budget 2400

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

MD5SUM BENCH= 1b4a544dd042630233219a622c9437c7
RANDOM SEED=1319747120

node122.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.820
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.64
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.820
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.820
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.820
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.83
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.820
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27475500 kB
Buffers:        300440 kB
Cached:        3850860 kB
SwapCached:      50104 kB
Active:        1149584 kB
Inactive:      4104420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27475500 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:          132288 kB
Writeback:           0 kB
AnonPages:     1063464 kB
Mapped:          13520 kB
Slab:           124644 kB
PageTables:      32564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52527284 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= 73372 MiB
End job on node122 at 2011-05-15 11:48:49