Trace number 3377307

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S837431592-027-UNKNOWN.cnf
MD5SUM3b045b7b4cbac0d258a07eda037c4299
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 540000
Number of clauses of size over 50

Solver Data

0.97/2.30	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.97/2.30	c INFO: solving HOME/instance-3377307-1305452223.cnf
0.97/2.30	c INFO: computing task features
1.07/2.43	c INFO: computed variable-clause graph statistics
1.07/2.43	c INFO: computed clause balance statistics
2.08/3.42	c INFO: computed variable balance statistics
2.57/3.97	c INFO: computed small-clause counts
2.57/3.97	c INFO: computed Horn-clause counts
2.67/4.01	c INFO: computed variable graph statistics
2.67/4.01	c INFO: collected features for HOME/instance-3377307-1305452223.cnf in 1.79 s
2.67/4.03	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.99/104.32	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
203.29/204.63	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
303.46/304.88	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
403.76/405.14	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.05)
504.05/505.40	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.05)
604.33/605.72	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.03)
704.63/706.00	c INFO: running adaptg2wsat2009++@0 for 97 with 1698 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 1.78 2.34 2.89 5/328 32610
/proc/meminfo: memFree=27464572/32950928 swapFree=60199044/67111528
[pid=32610] ppid=32608 vsize=15776 CPUtime=0 cores=5,7
/proc/32610/stat : 32610 (python) R 32608 32610 24378 0 -1 4202496 935 0 0 0 0 0 0 0 18 0 1 0 656821110 16154624 814 33554432000 4194304 5683644 140733491676720 18446744073709551615 268272732295 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/32610/statm: 3944 814 356 364 0 431 0

[startup+0.0992089 s]
/proc/loadavg: 1.78 2.34 2.89 5/328 32610
/proc/meminfo: memFree=27464572/32950928 swapFree=60199044/67111528
[pid=32610] ppid=32608 vsize=23188 CPUtime=0.05 cores=5,7
/proc/32610/stat : 32610 (python) R 32608 32610 24378 0 -1 4202496 1323 0 1 0 2 3 0 0 17 0 1 0 656821110 23744512 1174 33554432000 4194304 5683644 140733491676720 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/32610/statm: 5796 1173 432 364 0 723 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 23188

[startup+0.100197 s]
/proc/loadavg: 1.78 2.34 2.89 5/328 32610
/proc/meminfo: memFree=27464572/32950928 swapFree=60199044/67111528
[pid=32610] ppid=32608 vsize=23184 CPUtime=0.05 cores=5,7
/proc/32610/stat : 32610 (python) S 32608 32610 24378 0 -1 4202496 1323 0 1 0 2 3 0 0 17 0 1 0 656821110 23740416 1173 33554432000 4194304 5683644 140733491676720 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/32610/statm: 5796 1173 432 364 0 723 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 23184

[startup+0.300155 s]
/proc/loadavg: 1.78 2.34 2.89 5/328 32610
/proc/meminfo: memFree=27464572/32950928 swapFree=60199044/67111528
[pid=32610] ppid=32608 vsize=50336 CPUtime=0.13 cores=5,7
/proc/32610/stat : 32610 (python) D 32608 32610 24378 0 -1 4202496 2003 0 7 0 4 9 0 0 17 0 1 0 656821110 51544064 1770 33554432000 4194304 5683644 140733491676720 18446744073709551615 268272687104 0 0 16781312 2 0 0 0 17 5 0 0 1
/proc/32610/statm: 12584 1770 480 364 0 1284 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 50336

[startup+0.701102 s]
/proc/loadavg: 1.78 2.34 2.89 5/328 32610
/proc/meminfo: memFree=27464572/32950928 swapFree=60199044/67111528
[pid=32610] ppid=32608 vsize=115428 CPUtime=0.26 cores=5,7
/proc/32610/stat : 32610 (python) R 32608 32610 24378 0 -1 4202496 3576 0 16 0 8 18 0 0 16 0 1 0 656821110 118198272 3235 33554432000 4194304 5683644 140733491676720 18446744073709551615 268272687104 0 0 16781312 2 0 0 0 17 5 0 0 5
/proc/32610/statm: 28857 3235 889 364 0 2358 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 115428

[startup+1.50088 s]
/proc/loadavg: 1.78 2.34 2.89 6/330 32628
/proc/meminfo: memFree=27404692/32950928 swapFree=60199044/67111528
[pid=32610] ppid=32608 vsize=157380 CPUtime=0.61 cores=5,7
/proc/32610/stat : 32610 (python) D 32608 32610 24378 0 -1 4202496 6569 928 28 8 20 41 0 0 17 0 1 0 656821110 161157120 4695 33554432000 4194304 5683644 140733491676720 18446744073709551615 268272687104 0 0 16781312 2 0 0 0 17 5 0 0 10
/proc/32610/statm: 39345 4695 1257 364 0 3453 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 157380

[startup+3.10059 s]
/proc/loadavg: 1.96 2.36 2.90 5/330 32628
/proc/meminfo: memFree=27352932/32950928 swapFree=60199044/67111528
[pid=32610] ppid=32608 vsize=290804 CPUtime=1.77 cores=5,7
/proc/32610/stat : 32610 (python) R 32608 32610 24378 0 -1 4202496 13946 928 70 8 119 58 0 0 16 0 1 0 656821110 297783296 10086 33554432000 4194304 5683644 140733491676720 18446744073709551615 268272347892 0 0 16781312 2 0 0 0 17 5 0 0 20
/proc/32610/statm: 72701 10086 1826 364 0 8625 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 290804
heavy processes:

[startup+6.30102 s]
/proc/loadavg: 1.96 2.36 2.90 5/339 32637
/proc/meminfo: memFree=27256552/32950928 swapFree=60199044/67111528
[pid=32610] ppid=32608 vsize=294136 CPUtime=2.71 cores=5,7
/proc/32610/stat : 32610 (python) S 32608 32610 24378 0 -1 4202496 14315 928 70 8 213 58 0 0 20 0 2 0 656821110 301195264 8424 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 20
/proc/32610/statm: 73534 8424 1877 364 0 9452 0
[pid=32632] ppid=32610 vsize=284984 CPUtime=0 cores=5,7
/proc/32632/stat : 32632 (python) S 32610 32610 24378 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 656821513 291823616 6899 33554432000 4194304 5683644 140733491676720 18446744073709551615 268272709135 0 0 16781312 514 13728562936723505415 0 0 17 5 0 0 0
/proc/32632/statm: 71246 6899 355 364 0 7164 0
[pid=32634] ppid=32632 vsize=1020308 CPUtime=2.25 cores=5,7
/proc/32634/stat : 32634 (gnovelty+2) R 32632 32634 32634 0 -1 4202496 1155 0 0 0 225 0 0 0 25 0 1 0 656821513 1044795392 891 33554432000 134512640 135663704 4292014512 18446744073709551615 134524512 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32634/statm: 255077 891 113 282 0 254793 0
[pid=32610/tid=32633] ppid=32608 vsize=294136 CPUtime=0 cores=5,7
/proc/32610/task/32633/stat : 32633 (python) S 32608 32610 24378 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 2 0 656821513 301195264 8424 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 2 18446604468994026176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 1599428
heavy processes:

[startup+12.7009 s]
/proc/loadavg: 2.27 2.42 2.91 5/342 32640
/proc/meminfo: memFree=27227228/32950928 swapFree=60199044/67111528
[pid=32610] ppid=32608 vsize=294136 CPUtime=2.71 cores=5,7
/proc/32610/stat : 32610 (python) S 32608 32610 24378 0 -1 4202496 14315 928 70 8 213 58 0 0 20 0 2 0 656821110 301195264 8424 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 20
/proc/32610/statm: 73534 8424 1877 364 0 9452 0
[pid=32632] ppid=32610 vsize=284984 CPUtime=0.01 cores=5,7
/proc/32632/stat : 32632 (python) S 32610 32610 24378 0 -1 4202560 988 0 0 0 0 1 0 0 18 0 1 0 656821513 291823616 6927 33554432000 4194304 5683644 140733491676720 18446744073709551615 268272709135 0 0 16781312 514 13728562936723505415 0 0 17 5 0 0 0
/proc/32632/statm: 71246 6927 383 364 0 7164 0
[pid=32634] ppid=32632 vsize=1020308 CPUtime=8.63 cores=5,7
/proc/32634/stat : 32634 (gnovelty+2) R 32632 32634 32634 0 -1 4202496 1155 0 0 0 863 0 0 0 25 0 1 0 656821513 1044795392 891 33554432000 134512640 135663704 4292014512 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32634/statm: 255077 891 113 282 0 254793 0
[pid=32610/tid=32633] ppid=32608 vsize=294136 CPUtime=0 cores=5,7
/proc/32610/task/32633/stat : 32633 (python) S 32608 32610 24378 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 2 0 656821513 301195264 8424 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 2 18446604468994026176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.35
Current children cumulated vsize (KiB) 1599428

[startup+25.5007 s]
/proc/loadavg: 2.54 2.47 2.92 5/342 32641
/proc/meminfo: memFree=27229636/32950928 swapFree=60199044/67111528
[pid=32610] ppid=32608 vsize=294136 CPUtime=2.71 cores=5,7
/proc/32610/stat : 32610 (python) S 32608 32610 24378 0 -1 4202496 14315 928 70 8 213 58 0 0 20 0 2 0 656821110 301195264 8424 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 20
/proc/32610/statm: 73534 8424 1877 364 0 9452 0
[pid=32632] ppid=32610 vsize=284984 CPUtime=0.03 cores=5,7
/proc/32632/stat : 32632 (python) S 32610 32610 24378 0 -1 4202560 992 0 0 0 1 2 0 0 18 0 1 0 656821513 291823616 6927 33554432000 4194304 5683644 140733491676720 18446744073709551615 268272709135 0 0 16781312 514 788481778510692615 0 0 17 5 0 0 0
/proc/32632/statm: 71246 6927 383 364 0 7164 0
[pid=32634] ppid=32632 vsize=1020308 CPUtime=21.4 cores=5,7
/proc/32634/stat : 32634 (gnovelty+2) R 32632 32634 32634 0 -1 4202496 1155 0 0 0 2140 0 0 0 25 0 1 0 656821513 1044795392 891 33554432000 134512640 135663704 4292014512 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32634/statm: 255077 891 113 282 0 254793 0
[pid=32610/tid=32633] ppid=32608 vsize=294136 CPUtime=0 cores=5,7
/proc/32610/task/32633/stat : 32633 (python) S 32608 32610 24378 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 2 0 656821513 301195264 8424 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 2 18446604468994026176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.14
Current children cumulated vsize (KiB) 1599428

[startup+51.101 s]
/proc/loadavg: 3.04 2.59 2.95 5/342 32641
/proc/meminfo: memFree=27230204/32950928 swapFree=60199044/67111528
[pid=32610] ppid=32608 vsize=294136 CPUtime=2.71 cores=5,7
/proc/32610/stat : 32610 (python) S 32608 32610 24378 0 -1 4202496 14315 928 70 8 213 58 0 0 20 0 2 0 656821110 301195264 8424 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 20
/proc/32610/statm: 73534 8424 1877 364 0 9452 0
[pid=32632] ppid=32610 vsize=284984 CPUtime=0.1 cores=5,7
/proc/32632/stat : 32632 (python) S 32610 32610 24378 0 -1 4202560 1008 0 0 0 5 5 0 0 18 0 1 0 656821513 291823616 6927 33554432000 4194304 5683644 140733491676720 18446744073709551615 268272709135 0 0 16781312 514 788481778510692615 0 0 17 5 0 0 0
/proc/32632/statm: 71246 6927 383 364 0 7164 0
[pid=32634] ppid=32632 vsize=1020308 CPUtime=46.95 cores=5,7
/proc/32634/stat : 32634 (gnovelty+2) R 32632 32634 32634 0 -1 4202496 1155 0 0 0 4695 0 0 0 25 0 1 0 656821513 1044795392 891 33554432000 134512640 135663704 4292014512 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32634/statm: 255077 891 113 282 0 254793 0
[pid=32610/tid=32633] ppid=32608 vsize=294136 CPUtime=0 cores=5,7
/proc/32610/task/32633/stat : 32633 (python) S 32608 32610 24378 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 2 0 656821513 301195264 8424 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 2 18446604468994026176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.76
Current children cumulated vsize (KiB) 1599428

[startup+102.301 s]
/proc/loadavg: 3.68 2.84 3.01 5/342 32643
/proc/meminfo: memFree=27230576/32950928 swapFree=60199044/67111528
[pid=32610] ppid=32608 vsize=294136 CPUtime=2.71 cores=5,7
/proc/32610/stat : 32610 (python) S 32608 32610 24378 0 -1 4202496 14315 928 70 8 213 58 0 0 20 0 2 0 656821110 301195264 8424 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 20
/proc/32610/statm: 73534 8424 1877 364 0 9452 0
[pid=32632] ppid=32610 vsize=284984 CPUtime=0.22 cores=5,7
/proc/32632/stat : 32632 (python) S 32610 32610 24378 0 -1 4202560 1029 0 0 0 12 10 0 0 18 0 1 0 656821513 291823616 6927 33554432000 4194304 5683644 140733491676720 18446744073709551615 268272709135 0 0 16781312 514 788481778510692615 0 0 17 5 0 0 0
/proc/32632/statm: 71246 6927 383 364 0 7164 0
[pid=32634] ppid=32632 vsize=1020308 CPUtime=98.08 cores=5,7
/proc/32634/stat : 32634 (gnovelty+2) R 32632 32634 32634 0 -1 4202496 1155 0 0 0 9808 0 0 0 25 0 1 0 656821513 1044795392 891 33554432000 134512640 135663704 4292014512 18446744073709551615 134525157 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32634/statm: 255077 891 113 282 0 254793 0
[pid=32610/tid=32633] ppid=32608 vsize=294136 CPUtime=0 cores=5,7
/proc/32610/task/32633/stat : 32633 (python) S 32608 32610 24378 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 2 0 656821513 301195264 8424 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 2 18446604468994026176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.01
Current children cumulated vsize (KiB) 1599428

[startup+162.301 s]
/proc/loadavg: 3.91 3.05 3.07 5/358 32660
/proc/meminfo: memFree=27144368/32950928 swapFree=60199044/67111528
[pid=32610] ppid=32608 vsize=305000 CPUtime=2.72 cores=5,7
/proc/32610/stat : 32610 (python) S 32608 32610 24378 0 -1 4202496 15192 928 70 8 214 58 0 0 19 0 3 0 656821110 312320000 8566 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 20
/proc/32610/statm: 76250 8566 1880 364 0 12165 0
[pid=32632] ppid=32610 vsize=295228 CPUtime=0.23 cores=5,7
/proc/32632/stat : 32632 (python) S 32610 32610 24378 0 -1 4202560 1166 0 0 0 12 11 0 0 19 0 2 0 656821513 302313472 6964 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32632/statm: 73807 6964 415 364 0 9725 0
[pid=32634] ppid=32632 vsize=1020308 CPUtime=100.07 cores=5,7
/proc/32634/stat : 32634 (gnovelty+2) T 32632 32634 32634 0 -1 4202496 1155 0 0 0 10007 0 0 0 25 0 1 0 656821513 1044795392 891 33554432000 134512640 135663704 4292014512 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/32634/statm: 255077 891 113 282 0 254793 0
[pid=32632/tid=32648] ppid=32610 vsize=295228 CPUtime=0 cores=5,7
/proc/32632/task/32648/stat : 32648 (python) S 32610 32610 24378 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656831541 302313472 6964 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 514 18446604468994025280 0 0 -1 5 0 0 0
[pid=32649] ppid=32610 vsize=294908 CPUtime=0.12 cores=5,7
/proc/32649/stat : 32649 (python) S 32610 32610 24378 0 -1 4202560 915 0 0 0 6 6 0 0 18 0 1 0 656831542 301985792 7055 33554432000 4194304 5683644 140733491676720 18446744073709551615 268272709190 0 0 16781312 514 788481778510692616 0 0 17 5 0 0 0
/proc/32649/statm: 73727 7055 372 364 0 9642 0
[pid=32651] ppid=32649 vsize=1020308 CPUtime=57.83 cores=5,7
/proc/32651/stat : 32651 (gnovelty+2) R 32649 32651 32651 0 -1 4202496 1157 0 0 0 5783 0 0 0 25 0 1 0 656831542 1044795392 891 33554432000 134512640 135663704 4290707376 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32651/statm: 255077 891 113 282 0 254793 0
[pid=32610/tid=32633] ppid=32608 vsize=305000 CPUtime=0 cores=5,7
/proc/32610/task/32633/stat : 32633 (python) S 32608 32610 24378 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 3 0 656821513 312320000 8566 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 2 18446604468994026176 0 0 -1 5 0 0 0
[pid=32610/tid=32650] ppid=32608 vsize=305000 CPUtime=0 cores=5,7
/proc/32610/task/32650/stat : 32650 (python) S 32608 32610 24378 0 -1 4202560 25 928 0 8 0 0 0 0 20 0 3 0 656831542 312320000 8566 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 2 18446604468994026176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 160.97
Current children cumulated vsize (KiB) 2935752

[startup+222.314 s]
/proc/loadavg: 3.97 3.23 3.13 5/374 32678
/proc/meminfo: memFree=27058260/32950928 swapFree=60199044/67111528
[pid=32610] ppid=32608 vsize=315256 CPUtime=2.73 cores=5,7

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

[pid=408] ppid=32610 vsize=346564 CPUtime=0.26 cores=5,7
/proc/408/stat : 408 (python) S 32610 32610 24378 0 -1 4202560 1094 0 0 0 14 12 0 0 19 0 2 0 656881683 354881536 7173 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/408/statm: 86641 7173 400 364 0 22541 0
[pid=410] ppid=408 vsize=253032 CPUtime=99.99 cores=5,7
/proc/410/stat : 410 (FH) T 408 410 410 0 -1 4202496 2497 0 0 0 9999 0 0 0 25 0 1 0 656881683 259104768 2232 33554432000 134512640 134936988 4294027568 18446744073709551615 134554603 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/410/statm: 63258 2232 41 104 0 62762 0
[pid=408/tid=488] ppid=32610 vsize=346564 CPUtime=0 cores=5,7
/proc/408/task/488/stat : 488 (python) S 32610 32610 24378 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656891708 354881536 7173 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 514 18446604469793394816 0 0 -1 7 0 0 0
[pid=491] ppid=32610 vsize=356708 CPUtime=0 cores=5,7
/proc/491/stat : 491 (python) S 32610 32610 24378 0 -1 4202560 771 0 0 0 0 0 0 0 19 0 1 0 656891710 365268992 7127 33554432000 4194304 5683644 140733491676720 18446744073709551615 268272709190 0 0 16781312 514 4334825971191382015 0 0 17 5 0 0 0
/proc/491/statm: 89177 7127 351 364 0 25074 0
[pid=495] ppid=491 vsize=420480 CPUtime=0.2 cores=5,7
/proc/495/stat : 495 (adaptg2wsat2009) R 491 495 495 0 -1 4202496 1688 0 0 0 20 0 0 0 21 0 1 0 656891710 430571520 1420 33554432000 134512640 135107411 4291189824 18446744073709551615 134523215 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/495/statm: 105120 1420 49 146 0 103996 0
[pid=32632] ppid=32610 vsize=295228 CPUtime=0.23 cores=5,7
/proc/32632/stat : 32632 (python) S 32610 32610 24378 0 -1 4202560 1166 0 0 0 12 11 0 0 19 0 2 0 656821513 302313472 6964 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32632/statm: 73807 6964 415 364 0 9725 0
[pid=32634] ppid=32632 vsize=1020308 CPUtime=100.07 cores=5,7
/proc/32634/stat : 32634 (gnovelty+2) T 32632 32634 32634 0 -1 4202496 1155 0 0 0 10007 0 0 0 25 0 1 0 656821513 1044795392 891 33554432000 134512640 135663704 4292014512 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/32634/statm: 255077 891 113 282 0 254793 0
[pid=32632/tid=32648] ppid=32610 vsize=295228 CPUtime=0 cores=5,7
/proc/32632/task/32648/stat : 32648 (python) S 32610 32610 24378 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656831541 302313472 6964 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 514 18446604468994025280 0 0 -1 5 0 0 0
[pid=32649] ppid=32610 vsize=294908 CPUtime=0.25 cores=5,7
/proc/32649/stat : 32649 (python) S 32610 32610 24378 0 -1 4202560 1084 0 0 0 13 12 0 0 19 0 2 0 656831542 301985792 7084 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32649/statm: 73727 7084 400 364 0 9642 0
[pid=32651] ppid=32649 vsize=1020308 CPUtime=100.03 cores=5,7
/proc/32651/stat : 32651 (gnovelty+2) T 32649 32651 32651 0 -1 4202496 1157 0 0 0 10003 0 0 0 25 0 1 0 656831542 1044795392 891 33554432000 134512640 135663704 4290707376 18446744073709551615 134525529 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/32651/statm: 255077 891 113 282 0 254793 0
[pid=32649/tid=32666] ppid=32610 vsize=294908 CPUtime=0 cores=5,7
/proc/32649/task/32666/stat : 32666 (python) S 32610 32610 24378 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656841571 301985792 7084 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 514 18446604468994024384 0 0 -1 5 0 0 0
[pid=32667] ppid=32610 vsize=305772 CPUtime=0.25 cores=5,7
/proc/32667/stat : 32667 (python) S 32610 32610 24378 0 -1 4202560 1085 0 0 0 13 12 0 0 19 0 2 0 656841573 313110528 7088 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32667/statm: 76443 7088 400 364 0 12355 0
[pid=32669] ppid=32667 vsize=423400 CPUtime=99.97 cores=5,7
/proc/32669/stat : 32669 (adaptg2wsat2009) T 32667 32669 32669 0 -1 4202496 2623 0 0 0 9997 0 0 0 25 0 1 0 656841573 433561600 2356 33554432000 134512640 135107411 4286904496 18446744073709551615 134532430 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/32669/statm: 105850 2356 59 146 0 104726 0
[pid=32667/tid=32686] ppid=32610 vsize=305772 CPUtime=0 cores=5,7
/proc/32667/task/32686/stat : 32686 (python) S 32610 32610 24378 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656851597 313110528 7088 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 514 18446604466354072576 0 0 -1 7 0 0 0
[pid=32687] ppid=32610 vsize=315544 CPUtime=0.25 cores=5,7
/proc/32687/stat : 32687 (python) S 32610 32610 24378 0 -1 4202560 1093 0 0 0 13 12 0 0 19 0 2 0 656851598 323117056 7160 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32687/statm: 78886 7160 399 364 0 14795 0
[pid=32689] ppid=32687 vsize=423400 CPUtime=99.99 cores=5,7
/proc/32689/stat : 32689 (adaptg2wsat2009) T 32687 32689 32689 0 -1 4202496 2628 0 0 0 9999 0 0 0 25 0 1 0 656851598 433561600 2358 33554432000 134512640 135107411 4286862048 18446744073709551615 134532318 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32689/statm: 105850 2358 59 146 0 104726 0
[pid=32687/tid=32767] ppid=32610 vsize=315544 CPUtime=0 cores=5,7
/proc/32687/task/32767/stat : 32767 (python) S 32610 32610 24378 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656861623 323117056 7160 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 514 18446604455467747520 0 0 -1 7 0 0 0
[pid=32610/tid=32633] ppid=32608 vsize=366812 CPUtime=0 cores=5,7
/proc/32610/task/32633/stat : 32633 (python) S 32608 32610 24378 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 9 0 656821513 375615488 8671 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 2 18446604468994026176 0 0 -1 5 0 0 0
[pid=32610/tid=32650] ppid=32608 vsize=366812 CPUtime=0 cores=5,7
/proc/32610/task/32650/stat : 32650 (python) S 32608 32610 24378 0 -1 4202560 25 928 0 8 0 0 0 0 20 0 9 0 656831542 375615488 8671 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 2 18446604468994026176 0 0 -1 5 0 0 0
[pid=32610/tid=32668] ppid=32608 vsize=366812 CPUtime=0 cores=5,7
/proc/32610/task/32668/stat : 32668 (python) S 32608 32610 24378 0 -1 4202560 23 928 0 8 0 0 0 0 20 0 9 0 656841573 375615488 8671 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 2 18446604468994026176 0 0 -1 5 0 0 0
[pid=32610/tid=32688] ppid=32608 vsize=366812 CPUtime=0 cores=5,7
/proc/32610/task/32688/stat : 32688 (python) S 32608 32610 24378 0 -1 4202560 24 928 0 8 0 0 0 0 20 0 9 0 656851598 375615488 8671 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 2 18446604468994026176 0 0 -1 5 0 0 0
[pid=32610/tid=301] ppid=32608 vsize=366812 CPUtime=0 cores=5,7
/proc/32610/task/301/stat : 301 (python) S 32608 32610 24378 0 -1 4202560 30 928 0 8 0 0 0 0 20 0 9 0 656861624 375615488 8671 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 2 18446604468994026176 0 0 -1 5 0 0 0
[pid=32610/tid=394] ppid=32608 vsize=366812 CPUtime=0 cores=5,7
/proc/32610/task/394/stat : 394 (python) S 32608 32610 24378 0 -1 4202560 27 928 0 8 0 0 0 0 20 0 9 0 656871650 375615488 8671 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 2 18446604468994026176 0 0 -1 5 0 0 0
[pid=32610/tid=409] ppid=32608 vsize=366812 CPUtime=0 cores=5,7
/proc/32610/task/409/stat : 409 (python) S 32608 32610 24378 0 -1 4202560 26 928 0 8 0 0 0 0 20 0 9 0 656881683 375615488 8671 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 2 18446604468994026176 0 0 -1 5 0 0 0
[pid=32610/tid=494] ppid=32608 vsize=366812 CPUtime=0 cores=5,7
/proc/32610/task/494/stat : 494 (python) S 32608 32610 24378 0 -1 4202560 25 928 0 8 0 0 0 0 20 0 9 0 656891710 375615488 8671 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 2 18446604468994026176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 704.84
Current children cumulated vsize (KiB) 7948428

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

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

[startup+706.201 s]
/proc/loadavg: 4.14 3.91 3.50 7/376 495
/proc/meminfo: memFree=27116128/32950928 swapFree=60199044/67111528
[pid=32610] ppid=32608 vsize=366812 CPUtime=2.81 cores=5,7
/proc/32610/stat : 32610 (python) S 32608 32610 24378 0 -1 4202496 20393 928 70 8 221 60 0 0 20 0 9 0 656821110 375615488 8671 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 20
/proc/32610/statm: 91703 8671 1892 364 0 27600 0
[pid=300] ppid=32610 vsize=325948 CPUtime=0.25 cores=5,7
/proc/300/stat : 300 (python) S 32610 32610 24378 0 -1 4202560 1096 0 0 0 13 12 0 0 19 0 2 0 656861624 333770752 7165 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/300/statm: 81487 7165 400 364 0 17393 0
[pid=302] ppid=300 vsize=423400 CPUtime=99.99 cores=5,7
/proc/302/stat : 302 (adaptg2wsat2009) T 300 302 302 0 -1 4202496 2624 0 0 0 9999 0 0 0 25 0 1 0 656861624 433561600 2357 33554432000 134512640 135107411 4293730032 18446744073709551615 134532291 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/302/statm: 105850 2357 59 146 0 104726 0
[pid=300/tid=392] ppid=32610 vsize=325948 CPUtime=0 cores=5,7
/proc/300/task/392/stat : 392 (python) S 32610 32610 24378 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656871649 333770752 7165 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 514 18446604470964685696 0 0 -1 7 0 0 0
[pid=393] ppid=32610 vsize=336308 CPUtime=0.26 cores=5,7
/proc/393/stat : 393 (python) S 32610 32610 24378 0 -1 4202560 1092 0 0 0 13 13 0 0 19 0 2 0 656871650 344379392 7169 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/393/statm: 84077 7169 400 364 0 19980 0
[pid=395] ppid=393 vsize=1020308 CPUtime=100.04 cores=5,7
/proc/395/stat : 395 (gnovelty+2) T 393 395 395 0 -1 4202496 1155 0 0 0 10004 0 0 0 25 0 1 0 656871650 1044795392 891 33554432000 134512640 135663704 4288883520 18446744073709551615 134524507 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/395/statm: 255077 891 113 282 0 254793 0
[pid=393/tid=407] ppid=32610 vsize=336308 CPUtime=0 cores=5,7
/proc/393/task/407/stat : 407 (python) S 32610 32610 24378 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656881681 344379392 7169 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 514 18446604469793397504 0 0 -1 7 0 0 0
[pid=408] ppid=32610 vsize=346564 CPUtime=0.26 cores=5,7
/proc/408/stat : 408 (python) S 32610 32610 24378 0 -1 4202560 1094 0 0 0 14 12 0 0 19 0 2 0 656881683 354881536 7173 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/408/statm: 86641 7173 400 364 0 22541 0
[pid=410] ppid=408 vsize=253032 CPUtime=99.99 cores=5,7
/proc/410/stat : 410 (FH) T 408 410 410 0 -1 4202496 2497 0 0 0 9999 0 0 0 25 0 1 0 656881683 259104768 2232 33554432000 134512640 134936988 4294027568 18446744073709551615 134554603 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/410/statm: 63258 2232 41 104 0 62762 0
[pid=408/tid=488] ppid=32610 vsize=346564 CPUtime=0 cores=5,7
/proc/408/task/488/stat : 488 (python) S 32610 32610 24378 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656891708 354881536 7173 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 514 18446604469793394816 0 0 -1 7 0 0 0
[pid=491] ppid=32610 vsize=356708 CPUtime=0 cores=5,7
/proc/491/stat : 491 (python) S 32610 32610 24378 0 -1 4202560 771 0 0 0 0 0 0 0 19 0 1 0 656891710 365268992 7127 33554432000 4194304 5683644 140733491676720 18446744073709551615 268272709190 0 0 16781312 514 4334825971191382015 0 0 17 5 0 0 0
/proc/491/statm: 89177 7127 351 364 0 25074 0
[pid=495] ppid=491 vsize=420480 CPUtime=0.2 cores=5,7
/proc/495/stat : 495 (adaptg2wsat2009) R 491 495 495 0 -1 4202496 1688 0 0 0 20 0 0 0 21 0 1 0 656891710 430571520 1420 33554432000 134512640 135107411 4291189824 18446744073709551615 134523215 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/495/statm: 105120 1420 49 146 0 103996 0
[pid=32632] ppid=32610 vsize=295228 CPUtime=0.23 cores=5,7
/proc/32632/stat : 32632 (python) S 32610 32610 24378 0 -1 4202560 1166 0 0 0 12 11 0 0 19 0 2 0 656821513 302313472 6964 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32632/statm: 73807 6964 415 364 0 9725 0
[pid=32634] ppid=32632 vsize=1020308 CPUtime=100.07 cores=5,7
/proc/32634/stat : 32634 (gnovelty+2) T 32632 32634 32634 0 -1 4202496 1155 0 0 0 10007 0 0 0 25 0 1 0 656821513 1044795392 891 33554432000 134512640 135663704 4292014512 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/32634/statm: 255077 891 113 282 0 254793 0
[pid=32632/tid=32648] ppid=32610 vsize=295228 CPUtime=0 cores=5,7
/proc/32632/task/32648/stat : 32648 (python) S 32610 32610 24378 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656831541 302313472 6964 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 514 18446604468994025280 0 0 -1 5 0 0 0
[pid=32649] ppid=32610 vsize=294908 CPUtime=0.25 cores=5,7
/proc/32649/stat : 32649 (python) S 32610 32610 24378 0 -1 4202560 1084 0 0 0 13 12 0 0 19 0 2 0 656831542 301985792 7084 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32649/statm: 73727 7084 400 364 0 9642 0
[pid=32651] ppid=32649 vsize=1020308 CPUtime=100.03 cores=5,7
/proc/32651/stat : 32651 (gnovelty+2) T 32649 32651 32651 0 -1 4202496 1157 0 0 0 10003 0 0 0 25 0 1 0 656831542 1044795392 891 33554432000 134512640 135663704 4290707376 18446744073709551615 134525529 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/32651/statm: 255077 891 113 282 0 254793 0
[pid=32649/tid=32666] ppid=32610 vsize=294908 CPUtime=0 cores=5,7
/proc/32649/task/32666/stat : 32666 (python) S 32610 32610 24378 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656841571 301985792 7084 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 514 18446604468994024384 0 0 -1 5 0 0 0
[pid=32667] ppid=32610 vsize=305772 CPUtime=0.25 cores=5,7
/proc/32667/stat : 32667 (python) S 32610 32610 24378 0 -1 4202560 1085 0 0 0 13 12 0 0 19 0 2 0 656841573 313110528 7088 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32667/statm: 76443 7088 400 364 0 12355 0
[pid=32669] ppid=32667 vsize=423400 CPUtime=99.97 cores=5,7
/proc/32669/stat : 32669 (adaptg2wsat2009) T 32667 32669 32669 0 -1 4202496 2623 0 0 0 9997 0 0 0 25 0 1 0 656841573 433561600 2356 33554432000 134512640 135107411 4286904496 18446744073709551615 134532430 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/32669/statm: 105850 2356 59 146 0 104726 0
[pid=32667/tid=32686] ppid=32610 vsize=305772 CPUtime=0 cores=5,7
/proc/32667/task/32686/stat : 32686 (python) S 32610 32610 24378 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656851597 313110528 7088 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 514 18446604466354072576 0 0 -1 7 0 0 0
[pid=32687] ppid=32610 vsize=315544 CPUtime=0.25 cores=5,7
/proc/32687/stat : 32687 (python) S 32610 32610 24378 0 -1 4202560 1093 0 0 0 13 12 0 0 19 0 2 0 656851598 323117056 7160 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32687/statm: 78886 7160 399 364 0 14795 0
[pid=32689] ppid=32687 vsize=423400 CPUtime=99.99 cores=5,7
/proc/32689/stat : 32689 (adaptg2wsat2009) T 32687 32689 32689 0 -1 4202496 2628 0 0 0 9999 0 0 0 25 0 1 0 656851598 433561600 2358 33554432000 134512640 135107411 4286862048 18446744073709551615 134532318 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32689/statm: 105850 2358 59 146 0 104726 0
[pid=32687/tid=32767] ppid=32610 vsize=315544 CPUtime=0 cores=5,7
/proc/32687/task/32767/stat : 32767 (python) S 32610 32610 24378 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656861623 323117056 7160 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 514 18446604455467747520 0 0 -1 7 0 0 0
[pid=32610/tid=32633] ppid=32608 vsize=366812 CPUtime=0 cores=5,7
/proc/32610/task/32633/stat : 32633 (python) S 32608 32610 24378 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 9 0 656821513 375615488 8671 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 2 18446604468994026176 0 0 -1 5 0 0 0
[pid=32610/tid=32650] ppid=32608 vsize=366812 CPUtime=0 cores=5,7
/proc/32610/task/32650/stat : 32650 (python) S 32608 32610 24378 0 -1 4202560 25 928 0 8 0 0 0 0 20 0 9 0 656831542 375615488 8671 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 2 18446604468994026176 0 0 -1 5 0 0 0
[pid=32610/tid=32668] ppid=32608 vsize=366812 CPUtime=0 cores=5,7
/proc/32610/task/32668/stat : 32668 (python) S 32608 32610 24378 0 -1 4202560 23 928 0 8 0 0 0 0 20 0 9 0 656841573 375615488 8671 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 2 18446604468994026176 0 0 -1 5 0 0 0
[pid=32610/tid=32688] ppid=32608 vsize=366812 CPUtime=0 cores=5,7
/proc/32610/task/32688/stat : 32688 (python) S 32608 32610 24378 0 -1 4202560 24 928 0 8 0 0 0 0 20 0 9 0 656851598 375615488 8671 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 2 18446604468994026176 0 0 -1 5 0 0 0
[pid=32610/tid=301] ppid=32608 vsize=366812 CPUtime=0 cores=5,7
/proc/32610/task/301/stat : 301 (python) S 32608 32610 24378 0 -1 4202560 30 928 0 8 0 0 0 0 20 0 9 0 656861624 375615488 8671 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 2 18446604468994026176 0 0 -1 5 0 0 0
[pid=32610/tid=394] ppid=32608 vsize=366812 CPUtime=0 cores=5,7
/proc/32610/task/394/stat : 394 (python) S 32608 32610 24378 0 -1 4202560 27 928 0 8 0 0 0 0 20 0 9 0 656871650 375615488 8671 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 2 18446604468994026176 0 0 -1 5 0 0 0
[pid=32610/tid=409] ppid=32608 vsize=366812 CPUtime=0 cores=5,7
/proc/32610/task/409/stat : 409 (python) S 32608 32610 24378 0 -1 4202560 26 928 0 8 0 0 0 0 20 0 9 0 656881683 375615488 8671 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 2 18446604468994026176 0 0 -1 5 0 0 0
[pid=32610/tid=494] ppid=32608 vsize=366812 CPUtime=0 cores=5,7
/proc/32610/task/494/stat : 494 (python) S 32608 32610 24378 0 -1 4202560 25 928 0 8 0 0 0 0 20 0 9 0 656891710 375615488 8671 33554432000 4194304 5683644 140733491676720 18446744073709551615 268284512689 0 0 16781312 2 18446604468994026176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 704.84
Current children cumulated vsize (KiB) 7948428

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 706.274
CPU time (s): 704.84
CPU user time (s): 703.4
CPU system time (s): 1.44
CPU usage (%): 99.7969
Max. virtual memory (cumulated for all children) (KiB): 7948428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.21366
system time used= 0.607907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21327
page faults= 78
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57829
involuntary context switches= 69

runsolver used 2.6156 second user time and 5.9051 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-15 11:37:03
IDJOB=3377307
IDBENCH=82616
IDSOLVER=1857
FILE ID=node122/3377307-1305452223
RUNJOBID= node122-1305452222-32572
PBS_JOBID= 13324864
Free space on /tmp= 73468 MiB

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

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

MD5SUM BENCH= 3b045b7b4cbac0d258a07eda037c4299
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:      27465160 kB
Buffers:        300440 kB
Cached:        3853188 kB
SwapCached:      50104 kB
Active:        1205896 kB
Inactive:      4058788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27465160 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:          132288 kB
Writeback:           0 kB
AnonPages:     1071224 kB
Mapped:          14684 kB
Slab:           124904 kB
PageTables:      32564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52582608 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= 73364 MiB
End job on node122 at 2011-05-15 11:48:51