Trace number 3377297

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.53 706.172

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S376724493-075-UNKNOWN.cnf
MD5SUMb318fd1a86aee981aadb17224d952a44
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 variables300
Number of clauses25500
Sum of the clauses size178500
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 525500

Solver Data

0.72/2.21	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.72/2.21	c INFO: solving HOME/instance-3377297-1305452176.cnf
0.72/2.21	c INFO: computing task features
0.80/2.31	c INFO: computed variable-clause graph statistics
0.80/2.31	c INFO: computed clause balance statistics
1.60/3.20	c INFO: computed variable balance statistics
2.00/3.56	c INFO: computed small-clause counts
2.00/3.56	c INFO: computed Horn-clause counts
2.00/3.59	c INFO: computed variable graph statistics
2.00/3.59	c INFO: collected features for HOME/instance-3377297-1305452176.cnf in 1.46 s
2.10/3.61	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.37)
102.26/103.88	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
202.55/204.14	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
302.74/304.36	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
402.96/404.59	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.05)
503.26/504.83	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.04)
603.54/605.12	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.03)
703.73/705.36	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-3377297-1305452176/watcher-3377297-1305452176 -o /tmp/evaluation-result-3377297-1305452176/solver-3377297-1305452176 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377297-1305452176.cnf -seed 1656303427 -budget 2400 

running on 2 cores: 1,3

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.14 1.06 1.71 3/295 23192
/proc/meminfo: memFree=28384492/32951124 swapFree=54427468/67111528
[pid=23192] ppid=23190 vsize=15384 CPUtime=0 cores=1,3
/proc/23192/stat : 23192 (python) R 23190 23192 12685 0 -1 4202496 785 0 0 0 0 0 0 0 17 0 1 0 656815658 15753216 674 33554432000 4194304 5683644 140736446300832 18446744073709551615 228122407917 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23192/statm: 3846 676 322 364 0 333 0

[startup+0.0880839 s]
/proc/loadavg: 1.14 1.06 1.71 3/295 23192
/proc/meminfo: memFree=28384492/32951124 swapFree=54427468/67111528
[pid=23192] ppid=23190 vsize=16808 CPUtime=0.01 cores=1,3
/proc/23192/stat : 23192 (python) D 23190 23192 12685 0 -1 4202496 1227 0 0 0 1 0 0 0 17 0 1 0 656815658 17211392 1085 33554432000 4194304 5683644 140736446300832 18446744073709551615 228122712064 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23192/statm: 4202 1085 417 364 0 689 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16808

[startup+0.101082 s]
/proc/loadavg: 1.14 1.06 1.71 3/295 23192
/proc/meminfo: memFree=28384492/32951124 swapFree=54427468/67111528
[pid=23192] ppid=23190 vsize=18880 CPUtime=0.02 cores=1,3
/proc/23192/stat : 23192 (python) S 23190 23192 12685 0 -1 4202496 1237 0 0 0 1 1 0 0 17 0 1 0 656815658 19333120 1093 33554432000 4194304 5683644 140736446300832 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/23192/statm: 4720 1093 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.30104 s]
/proc/loadavg: 1.14 1.06 1.71 3/295 23192
/proc/meminfo: memFree=28384492/32951124 swapFree=54427468/67111528
[pid=23192] ppid=23190 vsize=45812 CPUtime=0.08 cores=1,3
/proc/23192/stat : 23192 (python) D 23190 23192 12685 0 -1 4202496 1920 0 7 0 3 5 0 0 17 0 1 0 656815658 46911488 1700 33554432000 4194304 5683644 140736446300832 18446744073709551615 228122712064 0 0 16781312 2 0 0 0 17 1 0 0 1
/proc/23192/statm: 11453 1700 470 364 0 1202 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 45812

[startup+0.700996 s]
/proc/loadavg: 1.14 1.06 1.71 3/295 23192
/proc/meminfo: memFree=28384492/32951124 swapFree=54427468/67111528
[pid=23192] ppid=23190 vsize=113208 CPUtime=0.16 cores=1,3
/proc/23192/stat : 23192 (python) R 23190 23192 12685 0 -1 4202496 3517 0 21 0 5 11 0 0 16 0 1 0 656815658 115924992 3184 33554432000 4194304 5683644 140736446300832 18446744073709551615 228122374853 0 0 16781312 2 0 0 0 17 1 0 0 6
/proc/23192/statm: 28302 3185 885 364 0 2324 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 113208

[startup+1.50084 s]
/proc/loadavg: 1.14 1.06 1.71 4/301 23214
/proc/meminfo: memFree=28318556/32951124 swapFree=54427468/67111528
[pid=23192] ppid=23190 vsize=185032 CPUtime=0.43 cores=1,3
/proc/23192/stat : 23192 (python) D 23190 23192 12685 0 -1 4202496 6720 926 43 8 16 27 0 0 16 0 1 0 656815658 189472768 4816 33554432000 4194304 5683644 140736446300832 18446744073709551615 228117793690 0 0 16781312 2 18446744071562234166 0 0 17 1 0 0 13
/proc/23192/statm: 46258 4816 1340 364 0 3722 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 185032

[startup+3.10054 s]
/proc/loadavg: 1.14 1.06 1.71 4/301 23214
/proc/meminfo: memFree=28264640/32951124 swapFree=54427468/67111528
[pid=23192] ppid=23190 vsize=285636 CPUtime=1.6 cores=1,3
/proc/23192/stat : 23192 (python) R 23190 23192 12685 0 -1 4202496 12435 926 78 8 124 36 0 0 16 0 1 0 656815658 292491264 8794 33554432000 4194304 5683644 140736446300832 18446744073709551615 47908025358818 0 0 16781312 2 0 0 0 17 1 0 0 22
/proc/23192/statm: 71409 8794 1826 364 0 7333 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 285636
heavy processes:

[startup+6.30097 s]
/proc/loadavg: 1.53 1.15 1.73 5/307 23221
/proc/meminfo: memFree=28151324/32951124 swapFree=54427468/67111528
[pid=23192] ppid=23190 vsize=290520 CPUtime=2.11 cores=1,3
/proc/23192/stat : 23192 (python) S 23190 23192 12685 0 -1 4202496 12773 926 78 8 175 36 0 0 18 0 2 0 656815658 297492480 7503 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 22
/proc/23192/statm: 72630 7503 1877 364 0 8548 0
[pid=23216] ppid=23192 vsize=280760 CPUtime=0 cores=1,3
/proc/23216/stat : 23216 (python) S 23192 23192 12685 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 656816020 287498240 5978 33554432000 4194304 5683644 140736446300832 18446744073709551615 228122734095 0 0 16781312 514 4232552423232602373 0 0 17 1 0 0 0
/proc/23216/statm: 70190 5978 355 364 0 6108 0
[pid=23218] ppid=23216 vsize=1019708 CPUtime=2.66 cores=1,3
/proc/23218/stat : 23218 (gnovelty+2) R 23216 23218 23218 0 -1 4202496 953 0 0 0 266 0 0 0 25 0 1 0 656816020 1044180992 689 33554432000 134512640 135663704 4290055200 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23218/statm: 254927 689 113 282 0 254643 0
[pid=23192/tid=23217] ppid=23190 vsize=290520 CPUtime=0 cores=1,3
/proc/23192/task/23217/stat : 23217 (python) S 23190 23192 12685 0 -1 4202560 26 926 0 8 0 0 0 0 19 0 2 0 656816020 297492480 7503 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 2 18446604466783062144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 1590988
heavy processes:

[startup+12.7008 s]
/proc/loadavg: 1.72 1.19 1.74 5/310 23224
/proc/meminfo: memFree=28132252/32951124 swapFree=54427468/67111528
[pid=23192] ppid=23190 vsize=290520 CPUtime=2.11 cores=1,3
/proc/23192/stat : 23192 (python) S 23190 23192 12685 0 -1 4202496 12773 926 78 8 175 36 0 0 18 0 2 0 656815658 297492480 7503 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 22
/proc/23192/statm: 72630 7503 1877 364 0 8548 0
[pid=23216] ppid=23192 vsize=280760 CPUtime=0 cores=1,3
/proc/23216/stat : 23216 (python) S 23192 23192 12685 0 -1 4202560 973 0 0 0 0 0 0 0 18 0 1 0 656816020 287498240 6006 33554432000 4194304 5683644 140736446300832 18446744073709551615 228122734095 0 0 16781312 514 4232552423232602373 0 0 17 1 0 0 0
/proc/23216/statm: 70190 6006 383 364 0 6108 0
[pid=23218] ppid=23216 vsize=1019708 CPUtime=9.05 cores=1,3
/proc/23218/stat : 23218 (gnovelty+2) R 23216 23218 23218 0 -1 4202496 953 0 0 0 905 0 0 0 25 0 1 0 656816020 1044180992 689 33554432000 134512640 135663704 4290055200 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23218/statm: 254927 689 113 282 0 254643 0
[pid=23192/tid=23217] ppid=23190 vsize=290520 CPUtime=0 cores=1,3
/proc/23192/task/23217/stat : 23217 (python) S 23190 23192 12685 0 -1 4202560 26 926 0 8 0 0 0 0 19 0 2 0 656816020 297492480 7503 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 2 18446604466783062144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.16
Current children cumulated vsize (KiB) 1590988

[startup+25.5005 s]
/proc/loadavg: 2.23 1.33 1.78 6/310 23259
/proc/meminfo: memFree=28085732/32951124 swapFree=54427468/67111528
[pid=23192] ppid=23190 vsize=290520 CPUtime=2.11 cores=1,3
/proc/23192/stat : 23192 (python) S 23190 23192 12685 0 -1 4202496 12773 926 78 8 175 36 0 0 18 0 2 0 656815658 297492480 7503 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 22
/proc/23192/statm: 72630 7503 1877 364 0 8548 0
[pid=23216] ppid=23192 vsize=280760 CPUtime=0.03 cores=1,3
/proc/23216/stat : 23216 (python) S 23192 23192 12685 0 -1 4202560 976 0 0 0 1 2 0 0 18 0 1 0 656816020 287498240 6006 33554432000 4194304 5683644 140736446300832 18446744073709551615 228122734095 0 0 16781312 514 8198926266930266373 0 0 17 1 0 0 0
/proc/23216/statm: 70190 6006 383 364 0 6108 0
[pid=23218] ppid=23216 vsize=1019708 CPUtime=21.82 cores=1,3
/proc/23218/stat : 23218 (gnovelty+2) R 23216 23218 23218 0 -1 4202496 953 0 0 0 2182 0 0 0 25 0 1 0 656816020 1044180992 689 33554432000 134512640 135663704 4290055200 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23218/statm: 254927 689 113 282 0 254643 0
[pid=23192/tid=23217] ppid=23190 vsize=290520 CPUtime=0 cores=1,3
/proc/23192/task/23217/stat : 23217 (python) S 23190 23192 12685 0 -1 4202560 26 926 0 8 0 0 0 0 19 0 2 0 656816020 297492480 7503 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 2 18446604466783062144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.96
Current children cumulated vsize (KiB) 1590988

[startup+51.1009 s]
/proc/loadavg: 2.83 1.54 1.84 5/313 23263
/proc/meminfo: memFree=28054260/32951124 swapFree=54427468/67111528
[pid=23192] ppid=23190 vsize=290520 CPUtime=2.11 cores=1,3
/proc/23192/stat : 23192 (python) S 23190 23192 12685 0 -1 4202496 12773 926 78 8 175 36 0 0 18 0 2 0 656815658 297492480 7503 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 22
/proc/23192/statm: 72630 7503 1877 364 0 8548 0
[pid=23216] ppid=23192 vsize=280760 CPUtime=0.1 cores=1,3
/proc/23216/stat : 23216 (python) S 23192 23192 12685 0 -1 4202560 990 0 0 0 5 5 0 0 18 0 1 0 656816020 287498240 6006 33554432000 4194304 5683644 140736446300832 18446744073709551615 228122734095 0 0 16781312 514 8198926266930266373 0 0 17 1 0 0 0
/proc/23216/statm: 70190 6006 383 364 0 6108 0
[pid=23218] ppid=23216 vsize=1019708 CPUtime=47.36 cores=1,3
/proc/23218/stat : 23218 (gnovelty+2) R 23216 23218 23218 0 -1 4202496 953 0 0 0 4736 0 0 0 25 0 1 0 656816020 1044180992 689 33554432000 134512640 135663704 4290055200 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23218/statm: 254927 689 113 282 0 254643 0
[pid=23192/tid=23217] ppid=23190 vsize=290520 CPUtime=0 cores=1,3
/proc/23192/task/23217/stat : 23217 (python) S 23190 23192 12685 0 -1 4202560 26 926 0 8 0 0 0 0 19 0 2 0 656816020 297492480 7503 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 2 18446604466783062144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.57
Current children cumulated vsize (KiB) 1590988

[startup+102.312 s]
/proc/loadavg: 3.57 1.95 1.96 5/313 23264
/proc/meminfo: memFree=28054088/32951124 swapFree=54427468/67111528
[pid=23192] ppid=23190 vsize=290520 CPUtime=2.11 cores=1,3
/proc/23192/stat : 23192 (python) S 23190 23192 12685 0 -1 4202496 12773 926 78 8 175 36 0 0 18 0 2 0 656815658 297492480 7503 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 22
/proc/23192/statm: 72630 7503 1877 364 0 8548 0
[pid=23216] ppid=23192 vsize=280760 CPUtime=0.2 cores=1,3
/proc/23216/stat : 23216 (python) S 23192 23192 12685 0 -1 4202560 1012 0 0 0 11 9 0 0 18 0 1 0 656816020 287498240 6006 33554432000 4194304 5683644 140736446300832 18446744073709551615 228122734095 0 0 16781312 514 8198926266930266373 0 0 17 1 0 0 0
/proc/23216/statm: 70190 6006 383 364 0 6108 0
[pid=23218] ppid=23216 vsize=1019708 CPUtime=98.46 cores=1,3
/proc/23218/stat : 23218 (gnovelty+2) R 23216 23218 23218 0 -1 4202496 953 0 0 0 9846 0 0 0 25 0 1 0 656816020 1044180992 689 33554432000 134512640 135663704 4290055200 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23218/statm: 254927 689 113 282 0 254643 0
[pid=23192/tid=23217] ppid=23190 vsize=290520 CPUtime=0 cores=1,3
/proc/23192/task/23217/stat : 23217 (python) S 23190 23192 12685 0 -1 4202560 26 926 0 8 0 0 0 0 19 0 2 0 656816020 297492480 7503 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 2 18446604466783062144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.77
Current children cumulated vsize (KiB) 1590988

[startup+162.301 s]
/proc/loadavg: 3.87 2.33 2.09 5/322 23314
/proc/meminfo: memFree=28011160/32951124 swapFree=54427468/67111528
[pid=23192] ppid=23190 vsize=300776 CPUtime=2.12 cores=1,3
/proc/23192/stat : 23192 (python) S 23190 23192 12685 0 -1 4202496 13661 926 78 8 176 36 0 0 19 0 3 0 656815658 307994624 7510 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 22
/proc/23192/statm: 75194 7510 1880 364 0 11109 0
[pid=23216] ppid=23192 vsize=291004 CPUtime=0.22 cores=1,3
/proc/23216/stat : 23216 (python) S 23192 23192 12685 0 -1 4202560 1155 0 0 0 12 10 0 0 19 0 2 0 656816020 297988096 6043 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23216/statm: 72751 6043 415 364 0 8669 0
[pid=23218] ppid=23216 vsize=1019708 CPUtime=100.01 cores=1,3
/proc/23218/stat : 23218 (gnovelty+2) T 23216 23218 23218 0 -1 4202496 953 0 0 0 10001 0 0 0 25 0 1 0 656816020 1044180992 689 33554432000 134512640 135663704 4290055200 18446744073709551615 134524503 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23218/statm: 254927 689 113 282 0 254643 0
[pid=23216/tid=23265] ppid=23192 vsize=291004 CPUtime=0 cores=1,3
/proc/23216/task/23265/stat : 23265 (python) S 23192 23192 12685 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656826045 297988096 6043 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 514 18446604466783063040 0 0 -1 3 0 0 0
[pid=23266] ppid=23192 vsize=291092 CPUtime=0.12 cores=1,3
/proc/23266/stat : 23266 (python) S 23192 23192 12685 0 -1 4202560 903 0 0 0 7 5 0 0 18 0 1 0 656826046 298078208 5999 33554432000 4194304 5683644 140736446300832 18446744073709551615 228122734150 0 0 16781312 514 8198926266930266374 0 0 17 1 0 0 0
/proc/23266/statm: 72773 5999 372 364 0 8688 0
[pid=23268] ppid=23266 vsize=1019708 CPUtime=58.27 cores=1,3
/proc/23268/stat : 23268 (gnovelty+2) R 23266 23268 23268 0 -1 4202496 953 0 0 0 5827 0 0 0 25 0 1 0 656826047 1044180992 689 33554432000 134512640 135663704 4289703840 18446744073709551615 134524827 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23268/statm: 254927 689 113 282 0 254643 0
[pid=23192/tid=23217] ppid=23190 vsize=300776 CPUtime=0 cores=1,3
/proc/23192/task/23217/stat : 23217 (python) S 23190 23192 12685 0 -1 4202560 26 926 0 8 0 0 0 0 19 0 3 0 656816020 307994624 7510 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 2 18446604466783062144 0 0 -1 1 0 0 0
[pid=23192/tid=23267] ppid=23190 vsize=300776 CPUtime=0 cores=1,3
/proc/23192/task/23267/stat : 23267 (python) S 23190 23192 12685 0 -1 4202560 27 926 0 8 0 0 0 0 20 0 3 0 656826047 307994624 7510 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 2 18446604466783062144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 160.74
Current children cumulated vsize (KiB) 2922288

[startup+222.301 s]
/proc/loadavg: 3.95 2.63 2.20 5/333 23326
/proc/meminfo: memFree=27935000/32951124 swapFree=54427468/67111528
[pid=23192] ppid=23190 vsize=311032 CPUtime=2.13 cores=1,3

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

[pid=23320] ppid=23192 vsize=301356 CPUtime=0.22 cores=1,3
/proc/23320/stat : 23320 (python) S 23192 23192 12685 0 -1 4202560 1087 0 0 0 12 10 0 0 19 0 2 0 656836073 308588544 6051 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23320/statm: 75339 6051 400 364 0 11251 0
[pid=23322] ppid=23320 vsize=420220 CPUtime=99.98 cores=1,3
/proc/23322/stat : 23322 (adaptg2wsat2009) T 23320 23322 23322 0 -1 4202496 1664 0 0 0 9998 0 0 0 25 0 1 0 656836073 430305280 1399 33554432000 134512640 135107411 4292114640 18446744073709551615 134532121 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23322/statm: 105055 1399 59 146 0 103931 0
[pid=23320/tid=23338] ppid=23192 vsize=301356 CPUtime=0 cores=1,3
/proc/23320/task/23338/stat : 23338 (python) S 23192 23192 12685 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656846094 308588544 6051 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 514 18446604465511884992 0 0 -1 3 0 0 0
[pid=23339] ppid=23192 vsize=311700 CPUtime=0.23 cores=1,3
/proc/23339/stat : 23339 (python) S 23192 23192 12685 0 -1 4202560 1089 0 0 0 12 11 0 0 19 0 2 0 656846095 319180800 6057 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23339/statm: 77925 6057 400 364 0 13834 0
[pid=23341] ppid=23339 vsize=420220 CPUtime=99.99 cores=1,3
/proc/23341/stat : 23341 (adaptg2wsat2009) T 23339 23341 23341 0 -1 4202496 1665 0 0 0 9999 0 0 0 25 0 1 0 656846096 430305280 1399 33554432000 134512640 135107411 4287248736 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23341/statm: 105055 1399 59 146 0 103931 0
[pid=23339/tid=23350] ppid=23192 vsize=311700 CPUtime=0 cores=1,3
/proc/23339/task/23350/stat : 23350 (python) S 23192 23192 12685 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656856117 319180800 6057 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 514 18446604461581783104 0 0 -1 3 0 0 0
[pid=23351] ppid=23192 vsize=322056 CPUtime=0.23 cores=1,3
/proc/23351/stat : 23351 (python) S 23192 23192 12685 0 -1 4202560 1097 0 0 0 10 13 0 0 19 0 2 0 656856118 329785344 6083 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23351/statm: 80514 6083 400 364 0 16420 0
[pid=23353] ppid=23351 vsize=420220 CPUtime=99.99 cores=1,3
/proc/23353/stat : 23353 (adaptg2wsat2009) T 23351 23353 23353 0 -1 4202496 1664 0 0 0 9999 0 0 0 25 0 1 0 656856119 430305280 1400 33554432000 134512640 135107411 4290293984 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23353/statm: 105055 1400 59 146 0 103931 0
[pid=23351/tid=23361] ppid=23192 vsize=322056 CPUtime=0 cores=1,3
/proc/23351/task/23361/stat : 23361 (python) S 23192 23192 12685 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656866141 329785344 6083 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 514 18446604461581784896 0 0 -1 1 0 0 0
[pid=23362] ppid=23192 vsize=332244 CPUtime=0.23 cores=1,3
/proc/23362/stat : 23362 (python) S 23192 23192 12685 0 -1 4202560 1093 0 0 0 12 11 0 0 19 0 2 0 656866142 340217856 6112 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23362/statm: 83061 6112 400 364 0 18964 0
[pid=23364] ppid=23362 vsize=1019708 CPUtime=100.03 cores=1,3
/proc/23364/stat : 23364 (gnovelty+2) T 23362 23364 23364 0 -1 4202496 952 0 0 0 10003 0 0 0 25 0 1 0 656866143 1044180992 690 33554432000 134512640 135663704 4293591392 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23364/statm: 254927 690 113 282 0 254643 0
[pid=23362/tid=23378] ppid=23192 vsize=332244 CPUtime=0 cores=1,3
/proc/23362/task/23378/stat : 23378 (python) S 23192 23192 12685 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656876169 340217856 6112 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 514 18446604470154307584 0 0 -1 3 0 0 0
[pid=23379] ppid=23192 vsize=342612 CPUtime=0.23 cores=1,3
/proc/23379/stat : 23379 (python) S 23192 23192 12685 0 -1 4202560 1098 0 0 0 11 12 0 0 19 0 2 0 656876171 350834688 6116 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23379/statm: 85653 6116 400 364 0 21553 0
[pid=23381] ppid=23379 vsize=249876 CPUtime=99.99 cores=1,3
/proc/23381/stat : 23381 (FH) T 23379 23381 23381 0 -1 4202496 1524 0 0 0 9999 0 0 0 25 0 1 0 656876171 255873024 1263 33554432000 134512640 134936988 4290181824 18446744073709551615 134552382 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23381/statm: 62469 1263 41 104 0 61973 0
[pid=23379/tid=23390] ppid=23192 vsize=342612 CPUtime=0 cores=1,3
/proc/23379/task/23390/stat : 23390 (python) S 23192 23192 12685 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656886193 350834688 6116 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 514 18446604471133780736 0 0 -1 3 0 0 0
[pid=23391] ppid=23192 vsize=352988 CPUtime=0 cores=1,3
/proc/23391/stat : 23391 (python) S 23192 23192 12685 0 -1 4202560 781 0 0 0 0 0 0 0 18 0 1 0 656886195 361459712 6081 33554432000 4194304 5683644 140736446300832 18446744073709551615 228122734150 0 0 16781312 514 3308198770197397503 0 0 17 1 0 0 0
/proc/23391/statm: 88247 6081 351 364 0 24144 0
[pid=23393] ppid=23391 vsize=419820 CPUtime=0.74 cores=1,3
/proc/23393/stat : 23393 (adaptg2wsat2009) R 23391 23393 23393 0 -1 4202496 1438 0 0 0 74 0 0 0 21 0 1 0 656886195 429895680 1173 33554432000 134512640 135107411 4290823056 18446744073709551615 134523426 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23393/statm: 104955 1173 49 146 0 103831 0
[pid=23192/tid=23217] ppid=23190 vsize=362628 CPUtime=0 cores=1,3
/proc/23192/task/23217/stat : 23217 (python) S 23190 23192 12685 0 -1 4202560 26 926 0 8 0 0 0 0 19 0 9 0 656816020 371331072 7625 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 2 18446604466783062144 0 0 -1 1 0 0 0
[pid=23192/tid=23267] ppid=23190 vsize=362628 CPUtime=0 cores=1,3
/proc/23192/task/23267/stat : 23267 (python) S 23190 23192 12685 0 -1 4202560 27 926 0 8 0 0 0 0 20 0 9 0 656826047 371331072 7625 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 2 18446604466783062144 0 0 -1 1 0 0 0
[pid=23192/tid=23321] ppid=23190 vsize=362628 CPUtime=0 cores=1,3
/proc/23192/task/23321/stat : 23321 (python) S 23190 23192 12685 0 -1 4202560 30 926 0 8 0 0 0 0 20 0 9 0 656836073 371331072 7625 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 2 18446604466783062144 0 0 -1 1 0 0 0
[pid=23192/tid=23340] ppid=23190 vsize=362628 CPUtime=0 cores=1,3
/proc/23192/task/23340/stat : 23340 (python) S 23190 23192 12685 0 -1 4202560 22 926 0 8 0 0 0 0 20 0 9 0 656846095 371331072 7625 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 2 18446604466783062144 0 0 -1 1 0 0 0
[pid=23192/tid=23352] ppid=23190 vsize=362628 CPUtime=0 cores=1,3
/proc/23192/task/23352/stat : 23352 (python) S 23190 23192 12685 0 -1 4202560 29 926 0 8 0 0 0 0 20 0 9 0 656856118 371331072 7625 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 2 18446604466783062144 0 0 -1 1 0 0 0
[pid=23192/tid=23363] ppid=23190 vsize=362628 CPUtime=0 cores=1,3
/proc/23192/task/23363/stat : 23363 (python) S 23190 23192 12685 0 -1 4202560 27 926 0 8 0 0 0 0 20 0 9 0 656866142 371331072 7625 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 2 18446604466783062144 0 0 -1 1 0 0 0
[pid=23192/tid=23380] ppid=23190 vsize=362628 CPUtime=0 cores=1,3
/proc/23192/task/23380/stat : 23380 (python) S 23190 23192 12685 0 -1 4202560 30 926 0 8 0 0 0 0 20 0 9 0 656876171 371331072 7625 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 2 18446604466783062144 0 0 -1 1 0 0 0
[pid=23192/tid=23392] ppid=23190 vsize=362628 CPUtime=0 cores=1,3
/proc/23192/task/23392/stat : 23392 (python) S 23190 23192 12685 0 -1 4202560 26 926 0 8 0 0 0 0 20 0 9 0 656886195 371331072 7625 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 2 18446604466783062144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 704.53
Current children cumulated vsize (KiB) 7897160

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

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

[startup+706.101 s]
/proc/loadavg: 4.02 3.76 2.94 6/390 23396
/proc/meminfo: memFree=27707140/32951124 swapFree=54427468/67111528
[pid=23192] ppid=23190 vsize=362628 CPUtime=2.2 cores=1,3
/proc/23192/stat : 23192 (python) S 23190 23192 12685 0 -1 4202496 18802 926 78 8 183 37 0 0 19 0 9 0 656815658 371331072 7625 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 22
/proc/23192/statm: 90657 7625 1892 364 0 26554 0
[pid=23216] ppid=23192 vsize=291004 CPUtime=0.22 cores=1,3
/proc/23216/stat : 23216 (python) S 23192 23192 12685 0 -1 4202560 1155 0 0 0 12 10 0 0 19 0 2 0 656816020 297988096 6043 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23216/statm: 72751 6043 415 364 0 8669 0
[pid=23218] ppid=23216 vsize=1019708 CPUtime=100.01 cores=1,3
/proc/23218/stat : 23218 (gnovelty+2) T 23216 23218 23218 0 -1 4202496 953 0 0 0 10001 0 0 0 25 0 1 0 656816020 1044180992 689 33554432000 134512640 135663704 4290055200 18446744073709551615 134524503 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23218/statm: 254927 689 113 282 0 254643 0
[pid=23216/tid=23265] ppid=23192 vsize=291004 CPUtime=0 cores=1,3
/proc/23216/task/23265/stat : 23265 (python) S 23192 23192 12685 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656826045 297988096 6043 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 514 18446604466783063040 0 0 -1 3 0 0 0
[pid=23266] ppid=23192 vsize=291092 CPUtime=0.21 cores=1,3
/proc/23266/stat : 23266 (python) S 23192 23192 12685 0 -1 4202560 1066 0 0 0 11 10 0 0 19 0 2 0 656826046 298078208 6028 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23266/statm: 72773 6028 400 364 0 8688 0
[pid=23268] ppid=23266 vsize=1019708 CPUtime=100.03 cores=1,3
/proc/23268/stat : 23268 (gnovelty+2) T 23266 23268 23268 0 -1 4202496 953 0 0 0 10003 0 0 0 25 0 1 0 656826047 1044180992 689 33554432000 134512640 135663704 4289703840 18446744073709551615 134525265 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23268/statm: 254927 689 113 282 0 254643 0
[pid=23266/tid=23319] ppid=23192 vsize=291092 CPUtime=0 cores=1,3
/proc/23266/task/23319/stat : 23319 (python) S 23192 23192 12685 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656836072 298078208 6028 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 514 18446604464436527552 0 0 -1 3 0 0 0
[pid=23320] ppid=23192 vsize=301356 CPUtime=0.22 cores=1,3
/proc/23320/stat : 23320 (python) S 23192 23192 12685 0 -1 4202560 1087 0 0 0 12 10 0 0 19 0 2 0 656836073 308588544 6051 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23320/statm: 75339 6051 400 364 0 11251 0
[pid=23322] ppid=23320 vsize=420220 CPUtime=99.98 cores=1,3
/proc/23322/stat : 23322 (adaptg2wsat2009) T 23320 23322 23322 0 -1 4202496 1664 0 0 0 9998 0 0 0 25 0 1 0 656836073 430305280 1399 33554432000 134512640 135107411 4292114640 18446744073709551615 134532121 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23322/statm: 105055 1399 59 146 0 103931 0
[pid=23320/tid=23338] ppid=23192 vsize=301356 CPUtime=0 cores=1,3
/proc/23320/task/23338/stat : 23338 (python) S 23192 23192 12685 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656846094 308588544 6051 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 514 18446604465511884992 0 0 -1 3 0 0 0
[pid=23339] ppid=23192 vsize=311700 CPUtime=0.23 cores=1,3
/proc/23339/stat : 23339 (python) S 23192 23192 12685 0 -1 4202560 1089 0 0 0 12 11 0 0 19 0 2 0 656846095 319180800 6057 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23339/statm: 77925 6057 400 364 0 13834 0
[pid=23341] ppid=23339 vsize=420220 CPUtime=99.99 cores=1,3
/proc/23341/stat : 23341 (adaptg2wsat2009) T 23339 23341 23341 0 -1 4202496 1665 0 0 0 9999 0 0 0 25 0 1 0 656846096 430305280 1399 33554432000 134512640 135107411 4287248736 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23341/statm: 105055 1399 59 146 0 103931 0
[pid=23339/tid=23350] ppid=23192 vsize=311700 CPUtime=0 cores=1,3
/proc/23339/task/23350/stat : 23350 (python) S 23192 23192 12685 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656856117 319180800 6057 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 514 18446604461581783104 0 0 -1 3 0 0 0
[pid=23351] ppid=23192 vsize=322056 CPUtime=0.23 cores=1,3
/proc/23351/stat : 23351 (python) S 23192 23192 12685 0 -1 4202560 1097 0 0 0 10 13 0 0 19 0 2 0 656856118 329785344 6083 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23351/statm: 80514 6083 400 364 0 16420 0
[pid=23353] ppid=23351 vsize=420220 CPUtime=99.99 cores=1,3
/proc/23353/stat : 23353 (adaptg2wsat2009) T 23351 23353 23353 0 -1 4202496 1664 0 0 0 9999 0 0 0 25 0 1 0 656856119 430305280 1400 33554432000 134512640 135107411 4290293984 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23353/statm: 105055 1400 59 146 0 103931 0
[pid=23351/tid=23361] ppid=23192 vsize=322056 CPUtime=0 cores=1,3
/proc/23351/task/23361/stat : 23361 (python) S 23192 23192 12685 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656866141 329785344 6083 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 514 18446604461581784896 0 0 -1 1 0 0 0
[pid=23362] ppid=23192 vsize=332244 CPUtime=0.23 cores=1,3
/proc/23362/stat : 23362 (python) S 23192 23192 12685 0 -1 4202560 1093 0 0 0 12 11 0 0 19 0 2 0 656866142 340217856 6112 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23362/statm: 83061 6112 400 364 0 18964 0
[pid=23364] ppid=23362 vsize=1019708 CPUtime=100.03 cores=1,3
/proc/23364/stat : 23364 (gnovelty+2) T 23362 23364 23364 0 -1 4202496 952 0 0 0 10003 0 0 0 25 0 1 0 656866143 1044180992 690 33554432000 134512640 135663704 4293591392 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23364/statm: 254927 690 113 282 0 254643 0
[pid=23362/tid=23378] ppid=23192 vsize=332244 CPUtime=0 cores=1,3
/proc/23362/task/23378/stat : 23378 (python) S 23192 23192 12685 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656876169 340217856 6112 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 514 18446604470154307584 0 0 -1 3 0 0 0
[pid=23379] ppid=23192 vsize=342612 CPUtime=0.23 cores=1,3
/proc/23379/stat : 23379 (python) S 23192 23192 12685 0 -1 4202560 1098 0 0 0 11 12 0 0 19 0 2 0 656876171 350834688 6116 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23379/statm: 85653 6116 400 364 0 21553 0
[pid=23381] ppid=23379 vsize=249876 CPUtime=99.99 cores=1,3
/proc/23381/stat : 23381 (FH) T 23379 23381 23381 0 -1 4202496 1524 0 0 0 9999 0 0 0 25 0 1 0 656876171 255873024 1263 33554432000 134512640 134936988 4290181824 18446744073709551615 134552382 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23381/statm: 62469 1263 41 104 0 61973 0
[pid=23379/tid=23390] ppid=23192 vsize=342612 CPUtime=0 cores=1,3
/proc/23379/task/23390/stat : 23390 (python) S 23192 23192 12685 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656886193 350834688 6116 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 514 18446604471133780736 0 0 -1 3 0 0 0
[pid=23391] ppid=23192 vsize=352988 CPUtime=0 cores=1,3
/proc/23391/stat : 23391 (python) S 23192 23192 12685 0 -1 4202560 781 0 0 0 0 0 0 0 18 0 1 0 656886195 361459712 6081 33554432000 4194304 5683644 140736446300832 18446744073709551615 228122734150 0 0 16781312 514 3308198770197397503 0 0 17 1 0 0 0
/proc/23391/statm: 88247 6081 351 364 0 24144 0
[pid=23393] ppid=23391 vsize=419820 CPUtime=0.74 cores=1,3
/proc/23393/stat : 23393 (adaptg2wsat2009) R 23391 23393 23393 0 -1 4202496 1438 0 0 0 74 0 0 0 21 0 1 0 656886195 429895680 1173 33554432000 134512640 135107411 4290823056 18446744073709551615 134523426 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23393/statm: 104955 1173 49 146 0 103831 0
[pid=23192/tid=23217] ppid=23190 vsize=362628 CPUtime=0 cores=1,3
/proc/23192/task/23217/stat : 23217 (python) S 23190 23192 12685 0 -1 4202560 26 926 0 8 0 0 0 0 19 0 9 0 656816020 371331072 7625 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 2 18446604466783062144 0 0 -1 1 0 0 0
[pid=23192/tid=23267] ppid=23190 vsize=362628 CPUtime=0 cores=1,3
/proc/23192/task/23267/stat : 23267 (python) S 23190 23192 12685 0 -1 4202560 27 926 0 8 0 0 0 0 20 0 9 0 656826047 371331072 7625 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 2 18446604466783062144 0 0 -1 1 0 0 0
[pid=23192/tid=23321] ppid=23190 vsize=362628 CPUtime=0 cores=1,3
/proc/23192/task/23321/stat : 23321 (python) S 23190 23192 12685 0 -1 4202560 30 926 0 8 0 0 0 0 20 0 9 0 656836073 371331072 7625 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 2 18446604466783062144 0 0 -1 1 0 0 0
[pid=23192/tid=23340] ppid=23190 vsize=362628 CPUtime=0 cores=1,3
/proc/23192/task/23340/stat : 23340 (python) S 23190 23192 12685 0 -1 4202560 22 926 0 8 0 0 0 0 20 0 9 0 656846095 371331072 7625 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 2 18446604466783062144 0 0 -1 1 0 0 0
[pid=23192/tid=23352] ppid=23190 vsize=362628 CPUtime=0 cores=1,3
/proc/23192/task/23352/stat : 23352 (python) S 23190 23192 12685 0 -1 4202560 29 926 0 8 0 0 0 0 20 0 9 0 656856118 371331072 7625 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 2 18446604466783062144 0 0 -1 1 0 0 0
[pid=23192/tid=23363] ppid=23190 vsize=362628 CPUtime=0 cores=1,3
/proc/23192/task/23363/stat : 23363 (python) S 23190 23192 12685 0 -1 4202560 27 926 0 8 0 0 0 0 20 0 9 0 656866142 371331072 7625 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 2 18446604466783062144 0 0 -1 1 0 0 0
[pid=23192/tid=23380] ppid=23190 vsize=362628 CPUtime=0 cores=1,3
/proc/23192/task/23380/stat : 23380 (python) S 23190 23192 12685 0 -1 4202560 30 926 0 8 0 0 0 0 20 0 9 0 656876171 371331072 7625 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 2 18446604466783062144 0 0 -1 1 0 0 0
[pid=23192/tid=23392] ppid=23190 vsize=362628 CPUtime=0 cores=1,3
/proc/23192/task/23392/stat : 23392 (python) S 23190 23192 12685 0 -1 4202560 26 926 0 8 0 0 0 0 20 0 9 0 656886195 371331072 7625 33554432000 4194304 5683644 140736446300832 18446744073709551615 228134537649 0 0 16781312 2 18446604466783062144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 704.53
Current children cumulated vsize (KiB) 7897160

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 706.172
CPU time (s): 704.53
CPU user time (s): 703.39
CPU system time (s): 1.14
CPU usage (%): 99.7675
Max. virtual memory (cumulated for all children) (KiB): 7897160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.84072
system time used= 0.382941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19734
page faults= 86
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51855
involuntary context switches= 47

runsolver used 2.19267 second user time and 5.19921 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 11:36:16
IDJOB=3377297
IDBENCH=82606
IDSOLVER=1857
FILE ID=node138/3377297-1305452176
RUNJOBID= node138-1305452176-23157
PBS_JOBID= 13324862
Free space on /tmp= 73608 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S376724493-075-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-3377297-1305452176/watcher-3377297-1305452176 -o /tmp/evaluation-result-3377297-1305452176/solver-3377297-1305452176 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377297-1305452176.cnf -seed 1656303427 -budget 2400

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

MD5SUM BENCH= b318fd1a86aee981aadb17224d952a44
RANDOM SEED=1656303427

node138.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28385268 kB
Buffers:        278492 kB
Cached:        4033556 kB
SwapCached:      18496 kB
Active:        1147076 kB
Inactive:      3191300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28385268 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:          134384 kB
Writeback:           0 kB
AnonPages:       18780 kB
Mapped:           9376 kB
Slab:           124920 kB
PageTables:      41612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39517484 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= 73448 MiB
End job on node138 at 2011-05-15 11:48:05