Trace number 3484255

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, 1200 s timeout)? (MO) 802.13 802.462

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1818856267-075.UNKNOWN.cnf
MD5SUMff76c2a7684df6ebd90c6aa1ff48f56d
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 variables80
Number of clauses7120
Sum of the clauses size49840
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 57120

Solver Data

0.42/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.42/0.70	c INFO: solving HOME/instance-3484255-1307748503.cnf
0.42/0.70	c INFO: computing task features
0.42/0.71	c INFO: computed variable-clause graph statistics
0.42/0.71	c INFO: computed clause balance statistics
0.62/0.99	c INFO: computed variable balance statistics
0.83/1.10	c INFO: computed small-clause counts
0.83/1.10	c INFO: computed Horn-clause counts
0.83/1.11	c INFO: computed variable graph statistics
0.83/1.11	c INFO: collected features for HOME/instance-3484255-1307748503.cnf in 0.45 s
0.83/1.12	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.49)
100.90/101.28	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.11)
201.09/201.44	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.06)
301.25/301.60	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.04)
401.33/401.74	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.03)
501.41/501.89	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.03)
601.57/602.05	c INFO: running FH@0 for 97 with 599 remaining (b = 0.02)
701.79/702.21	c INFO: running adaptg2wsat2009++@0 for 97 with 499 remaining (b = 0.02)
802.01/802.36	c INFO: running adaptg2wsat2009++@0 for 97 with 399 remaining (b = 0.02)

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.1 (svn: 988)

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-3484255-1307748503/watcher-3484255-1307748503 -o /tmp/evaluation-result-3484255-1307748503/solver-3484255-1307748503 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484255-1307748503.cnf -seed 1306360414 -budget 1200 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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: 3.99 4.04 4.29 5/227 15864
/proc/meminfo: memFree=31555856/32951124 swapFree=67063556/67111528
[pid=15864] ppid=15862 vsize=15384 CPUtime=0 cores=0,2
/proc/15864/stat : 15864 (python) R 15862 15864 15206 0 -1 4202496 791 0 0 0 0 0 0 0 25 0 1 0 886448520 15753216 678 33554432000 4194304 5683644 140736200376048 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15864/statm: 3845 677 322 364 0 332 0

[startup+0.101421 s]
/proc/loadavg: 3.99 4.04 4.29 5/227 15864
/proc/meminfo: memFree=31555856/32951124 swapFree=67063556/67111528
[pid=15864] ppid=15862 vsize=89768 CPUtime=0.05 cores=0,2
/proc/15864/stat : 15864 (python) R 15862 15864 15206 0 -1 4202496 2674 0 0 0 4 1 0 0 17 0 1 0 886448520 91922432 2388 33554432000 4194304 5683644 140736200376048 18446744073709551615 246516832256 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15864/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89768

[startup+0.200456 s]
/proc/loadavg: 3.99 4.04 4.29 5/227 15864
/proc/meminfo: memFree=31555856/32951124 swapFree=67063556/67111528
[pid=15864] ppid=15862 vsize=124236 CPUtime=0.13 cores=0,2
/proc/15864/stat : 15864 (python) R 15862 15864 15206 0 -1 4202496 4262 0 1 0 9 4 0 0 17 0 1 0 886448520 127217664 3869 33554432000 4194304 5683644 140736200376048 18446744073709551615 5295304 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15864/statm: 31059 3869 995 364 0 2870 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 124236

[startup+0.300414 s]
/proc/loadavg: 3.99 4.04 4.29 5/227 15864
/proc/meminfo: memFree=31555856/32951124 swapFree=67063556/67111528
[pid=15864] ppid=15862 vsize=135752 CPUtime=0.19 cores=0,2
/proc/15864/stat : 15864 (python) R 15862 15864 15206 0 -1 4202496 5973 934 1 0 14 5 0 0 17 0 1 0 886448520 139010048 4150 33554432000 4194304 5683644 140736200376048 18446744073709551615 246516830213 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15864/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700374 s]
/proc/loadavg: 3.99 4.04 4.29 5/227 15864
/proc/meminfo: memFree=31555856/32951124 swapFree=67063556/67111528
[pid=15864] ppid=15862 vsize=279380 CPUtime=0.42 cores=0,2
/proc/15864/stat : 15864 (python) R 15862 15864 15206 0 -1 4202496 9638 934 1 0 33 9 0 0 16 0 1 0 886448520 286085120 7193 33554432000 4194304 5683644 140736200376048 18446744073709551615 47072382098795 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15864/statm: 69845 7193 1761 364 0 5769 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 279380

[startup+1.50016 s]
/proc/loadavg: 3.99 4.04 4.29 5/232 15873
/proc/meminfo: memFree=31522856/32951124 swapFree=67063556/67111528
[pid=15864] ppid=15862 vsize=289040 CPUtime=0.85 cores=0,2
/proc/15864/stat : 15864 (python) S 15862 15864 15206 0 -1 4202496 10567 934 1 0 75 10 0 0 17 0 2 0 886448520 295976960 7165 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15864/statm: 72260 7165 1877 364 0 8178 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 289040

[startup+3.10091 s]
/proc/loadavg: 3.99 4.04 4.29 5/235 15876
/proc/meminfo: memFree=31517376/32951124 swapFree=67063556/67111528
[pid=15864] ppid=15862 vsize=289040 CPUtime=0.85 cores=0,2
/proc/15864/stat : 15864 (python) S 15862 15864 15206 0 -1 4202496 10567 934 1 0 75 10 0 0 17 0 2 0 886448520 295976960 7165 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15864/statm: 72260 7165 1877 364 0 8178 0
[pid=15874] ppid=15864 vsize=278796 CPUtime=0 cores=0,2
/proc/15874/stat : 15874 (python) S 15864 15864 15206 0 -1 4202560 719 0 0 0 0 0 0 0 18 0 1 0 886448633 285487104 5638 33554432000 4194304 5683644 140736200376048 18446744073709551615 246516854287 0 0 16781312 514 11800873862139183363 0 0 17 0 0 0 0
/proc/15874/statm: 69699 5638 354 364 0 5617 0
[pid=15876] ppid=15874 vsize=1018084 CPUtime=1.96 cores=0,2
/proc/15876/stat : 15876 (gnovelty+2) R 15874 15876 15876 0 -1 4202496 552 0 0 0 196 0 0 0 25 0 1 0 886448633 1042518016 287 33554432000 134512640 135663704 4294874784 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15876/statm: 254521 287 113 282 0 254237 0
[pid=15864/tid=15875] ppid=15862 vsize=289040 CPUtime=0 cores=0,2
/proc/15864/task/15875/stat : 15875 (python) S 15862 15864 15206 0 -1 4202560 24 934 0 0 0 0 0 0 18 0 2 0 886448633 295976960 7165 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 1585920

[startup+6.30036 s]
/proc/loadavg: 3.99 4.04 4.29 5/235 15876
/proc/meminfo: memFree=31515116/32951124 swapFree=67063556/67111528
[pid=15864] ppid=15862 vsize=289040 CPUtime=0.85 cores=0,2
/proc/15864/stat : 15864 (python) S 15862 15864 15206 0 -1 4202496 10567 934 1 0 75 10 0 0 17 0 2 0 886448520 295976960 7165 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15864/statm: 72260 7165 1877 364 0 8178 0
[pid=15874] ppid=15864 vsize=278796 CPUtime=0 cores=0,2
/proc/15874/stat : 15874 (python) S 15864 15864 15206 0 -1 4202560 860 0 0 0 0 0 0 0 18 0 1 0 886448633 285487104 5660 33554432000 4194304 5683644 140736200376048 18446744073709551615 246516854287 0 0 16781312 514 11800873862139183363 0 0 17 0 0 0 0
/proc/15874/statm: 69699 5660 376 364 0 5617 0
[pid=15876] ppid=15874 vsize=1018084 CPUtime=5.15 cores=0,2
/proc/15876/stat : 15876 (gnovelty+2) R 15874 15876 15876 0 -1 4202496 552 0 0 0 515 0 0 0 25 0 1 0 886448633 1042518016 287 33554432000 134512640 135663704 4294874784 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15876/statm: 254521 287 113 282 0 254237 0
[pid=15864/tid=15875] ppid=15862 vsize=289040 CPUtime=0 cores=0,2
/proc/15864/task/15875/stat : 15875 (python) S 15862 15864 15206 0 -1 4202560 24 934 0 0 0 0 0 0 18 0 2 0 886448633 295976960 7165 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 1585920

[startup+12.7012 s]
/proc/loadavg: 3.99 4.04 4.29 5/235 15876
/proc/meminfo: memFree=31514880/32951124 swapFree=67063556/67111528
[pid=15864] ppid=15862 vsize=289040 CPUtime=0.85 cores=0,2
/proc/15864/stat : 15864 (python) S 15862 15864 15206 0 -1 4202496 10567 934 1 0 75 10 0 0 17 0 2 0 886448520 295976960 7165 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15864/statm: 72260 7165 1877 364 0 8178 0
[pid=15874] ppid=15864 vsize=278796 CPUtime=0.01 cores=0,2
/proc/15874/stat : 15874 (python) S 15864 15864 15206 0 -1 4202560 863 0 0 0 0 1 0 0 18 0 1 0 886448633 285487104 5660 33554432000 4194304 5683644 140736200376048 18446744073709551615 246516854287 0 0 16781312 514 17226303759064203523 0 0 17 0 0 0 0
/proc/15874/statm: 69699 5660 376 364 0 5617 0
[pid=15876] ppid=15874 vsize=1018084 CPUtime=11.54 cores=0,2
/proc/15876/stat : 15876 (gnovelty+2) R 15874 15876 15876 0 -1 4202496 552 0 0 0 1154 0 0 0 25 0 1 0 886448633 1042518016 287 33554432000 134512640 135663704 4294874784 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15876/statm: 254521 287 113 282 0 254237 0
[pid=15864/tid=15875] ppid=15862 vsize=289040 CPUtime=0 cores=0,2
/proc/15864/task/15875/stat : 15875 (python) S 15862 15864 15206 0 -1 4202560 24 934 0 0 0 0 0 0 18 0 2 0 886448633 295976960 7165 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 1585920

[startup+25.5009 s]
/proc/loadavg: 3.99 4.04 4.28 5/235 15876
/proc/meminfo: memFree=31515840/32951124 swapFree=67063556/67111528
[pid=15864] ppid=15862 vsize=289040 CPUtime=0.85 cores=0,2
/proc/15864/stat : 15864 (python) S 15862 15864 15206 0 -1 4202496 10567 934 1 0 75 10 0 0 17 0 2 0 886448520 295976960 7165 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15864/statm: 72260 7165 1877 364 0 8178 0
[pid=15874] ppid=15864 vsize=278796 CPUtime=0.02 cores=0,2
/proc/15874/stat : 15874 (python) S 15864 15864 15206 0 -1 4202560 870 0 0 0 1 1 0 0 18 0 1 0 886448633 285487104 5661 33554432000 4194304 5683644 140736200376048 18446744073709551615 246516854287 0 0 16781312 514 17226303759064203523 0 0 17 0 0 0 0
/proc/15874/statm: 69699 5661 377 364 0 5617 0
[pid=15876] ppid=15874 vsize=1018084 CPUtime=24.32 cores=0,2
/proc/15876/stat : 15876 (gnovelty+2) R 15874 15876 15876 0 -1 4202496 552 0 0 0 2432 0 0 0 25 0 1 0 886448633 1042518016 287 33554432000 134512640 135663704 4294874784 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15876/statm: 254521 287 113 282 0 254237 0
[pid=15864/tid=15875] ppid=15862 vsize=289040 CPUtime=0 cores=0,2
/proc/15864/task/15875/stat : 15875 (python) S 15862 15864 15206 0 -1 4202560 24 934 0 0 0 0 0 0 18 0 2 0 886448633 295976960 7165 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 1585920

[startup+51.1012 s]
/proc/loadavg: 3.99 4.03 4.27 5/235 15877
/proc/meminfo: memFree=31514644/32951124 swapFree=67063556/67111528
[pid=15864] ppid=15862 vsize=289040 CPUtime=0.85 cores=0,2
/proc/15864/stat : 15864 (python) S 15862 15864 15206 0 -1 4202496 10567 934 1 0 75 10 0 0 17 0 2 0 886448520 295976960 7165 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15864/statm: 72260 7165 1877 364 0 8178 0
[pid=15874] ppid=15864 vsize=278796 CPUtime=0.06 cores=0,2
/proc/15874/stat : 15874 (python) S 15864 15864 15206 0 -1 4202560 882 0 0 0 3 3 0 0 18 0 1 0 886448633 285487104 5661 33554432000 4194304 5683644 140736200376048 18446744073709551615 246516854287 0 0 16781312 514 17226303759064203523 0 0 17 0 0 0 0
/proc/15874/statm: 69699 5661 377 364 0 5617 0
[pid=15876] ppid=15874 vsize=1018084 CPUtime=49.89 cores=0,2
/proc/15876/stat : 15876 (gnovelty+2) R 15874 15876 15876 0 -1 4202496 552 0 0 0 4989 0 0 0 25 0 1 0 886448633 1042518016 287 33554432000 134512640 135663704 4294874784 18446744073709551615 134525316 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15876/statm: 254521 287 113 282 0 254237 0
[pid=15864/tid=15875] ppid=15862 vsize=289040 CPUtime=0 cores=0,2
/proc/15864/task/15875/stat : 15875 (python) S 15862 15864 15206 0 -1 4202560 24 934 0 0 0 0 0 0 18 0 2 0 886448633 295976960 7165 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 1585920

[startup+102.301 s]
/proc/loadavg: 4.10 4.06 4.27 5/251 15894
/proc/meminfo: memFree=31489428/32951124 swapFree=67063556/67111528
[pid=15864] ppid=15862 vsize=299640 CPUtime=0.86 cores=0,2
/proc/15864/stat : 15864 (python) S 15862 15864 15206 0 -1 4202496 11439 934 1 0 76 10 0 0 19 0 3 0 886448520 306831360 7243 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15864/statm: 74910 7243 1880 364 0 10825 0
[pid=15874] ppid=15864 vsize=289040 CPUtime=0.14 cores=0,2
/proc/15874/stat : 15874 (python) S 15864 15864 15206 0 -1 4202560 1133 0 0 0 8 6 0 0 19 0 2 0 886448633 295976960 5704 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15874/statm: 72260 5704 415 364 0 8178 0
[pid=15876] ppid=15874 vsize=1018084 CPUtime=99.98 cores=0,2
/proc/15876/stat : 15876 (gnovelty+2) T 15874 15876 15876 0 -1 4202496 552 0 0 0 9998 0 0 0 25 0 1 0 886448633 1042518016 287 33554432000 134512640 135663704 4294874784 18446744073709551615 134545772 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15876/statm: 254521 287 113 282 0 254237 0
[pid=15874/tid=15891] ppid=15864 vsize=289040 CPUtime=0 cores=0,2
/proc/15874/task/15891/stat : 15891 (python) S 15864 15864 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886458648 295976960 5704 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 514 18446604442775396416 0 0 -1 2 0 0 0
[pid=15892] ppid=15864 vsize=289396 CPUtime=0 cores=0,2
/proc/15892/stat : 15892 (python) S 15864 15864 15206 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 886458649 296341504 5707 33554432000 4194304 5683644 140736200376048 18446744073709551615 246516854342 0 0 16781312 514 4017395864740790532 0 0 17 0 0 0 0
/proc/15892/statm: 72349 5707 348 364 0 8264 0
[pid=15894] ppid=15892 vsize=1018084 CPUtime=1.01 cores=0,2
/proc/15894/stat : 15894 (gnovelty+2) R 15892 15894 15894 0 -1 4202496 551 0 0 0 101 0 0 0 22 0 1 0 886458649 1042518016 287 33554432000 134512640 135663704 4294603216 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15894/statm: 254521 287 113 282 0 254237 0
[pid=15864/tid=15875] ppid=15862 vsize=299640 CPUtime=0 cores=0,2
/proc/15864/task/15875/stat : 15875 (python) S 15862 15864 15206 0 -1 4202560 24 934 0 0 0 0 0 0 18 0 3 0 886448633 306831360 7243 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15864/tid=15893] ppid=15862 vsize=299640 CPUtime=0 cores=0,2
/proc/15864/task/15893/stat : 15893 (python) S 15862 15864 15206 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 3 0 886458649 306831360 7243 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 2914244

[startup+162.301 s]
/proc/loadavg: 4.04 4.04 4.25 5/251 15896
/proc/meminfo: memFree=31477984/32951124 swapFree=67063556/67111528
[pid=15864] ppid=15862 vsize=299640 CPUtime=0.86 cores=0,2
/proc/15864/stat : 15864 (python) S 15862 15864 15206 0 -1 4202496 11439 934 1 0 76 10 0 0 19 0 3 0 886448520 306831360 7243 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15864/statm: 74910 7243 1880 364 0 10825 0
[pid=15874] ppid=15864 vsize=289040 CPUtime=0.14 cores=0,2
/proc/15874/stat : 15874 (python) S 15864 15864 15206 0 -1 4202560 1133 0 0 0 8 6 0 0 19 0 2 0 886448633 295976960 5704 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15874/statm: 72260 5704 415 364 0 8178 0
[pid=15876] ppid=15874 vsize=1018084 CPUtime=99.98 cores=0,2
/proc/15876/stat : 15876 (gnovelty+2) T 15874 15876 15876 0 -1 4202496 552 0 0 0 9998 0 0 0 25 0 1 0 886448633 1042518016 287 33554432000 134512640 135663704 4294874784 18446744073709551615 134545772 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15876/statm: 254521 287 113 282 0 254237 0
[pid=15874/tid=15891] ppid=15864 vsize=289040 CPUtime=0 cores=0,2
/proc/15874/task/15891/stat : 15891 (python) S 15864 15864 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886458648 295976960 5704 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 514 18446604442775396416 0 0 -1 2 0 0 0
[pid=15892] ppid=15864 vsize=289396 CPUtime=0.08 cores=0,2

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

/proc/16115/stat : 16115 (adaptg2wsat2009) T 16113 16115 16115 0 -1 4202496 713 0 0 0 9997 0 0 0 25 0 1 0 886488695 427065344 450 33554432000 134512640 135107411 4292275952 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16115/statm: 104264 450 59 146 0 103140 0
[pid=16113/tid=16127] ppid=15864 vsize=320392 CPUtime=0 cores=0,2
/proc/16113/task/16127/stat : 16127 (python) S 15864 15864 15206 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886498709 328081408 5834 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 514 18446604453866031808 0 0 -1 2 0 0 0
[pid=16128] ppid=15864 vsize=330648 CPUtime=0.15 cores=0,2
/proc/16128/stat : 16128 (python) S 15864 15864 15206 0 -1 4202560 1091 0 0 0 9 6 0 0 19 0 2 0 886498710 338583552 5838 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16128/statm: 82662 5838 400 364 0 18565 0
[pid=16130] ppid=16128 vsize=1018084 CPUtime=100 cores=0,2
/proc/16130/stat : 16130 (gnovelty+2) T 16128 16130 16130 0 -1 4202496 549 0 0 0 10000 0 0 0 25 0 1 0 886498710 1042518016 287 33554432000 134512640 135663704 4294009984 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/16130/statm: 254521 287 113 282 0 254237 0
[pid=16128/tid=16134] ppid=15864 vsize=330648 CPUtime=0 cores=0,2
/proc/16128/task/16134/stat : 16134 (python) S 15864 15864 15206 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886508725 338583552 5838 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 514 18446604453650352896 0 0 -1 2 0 0 0
[pid=16135] ppid=15864 vsize=341080 CPUtime=0.14 cores=0,2
/proc/16135/stat : 16135 (python) S 15864 15864 15206 0 -1 4202560 1087 0 0 0 9 5 0 0 19 0 2 0 886508726 349265920 5864 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16135/statm: 85270 5864 400 364 0 21170 0
[pid=16137] ppid=16135 vsize=247232 CPUtime=100 cores=0,2
/proc/16137/stat : 16137 (FH) T 16135 16137 16137 0 -1 4202496 670 0 0 0 10000 0 0 0 25 0 1 0 886508726 253165568 406 33554432000 134512640 134936988 4290971296 18446744073709551615 134552066 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/16137/statm: 61808 406 41 104 0 61312 0
[pid=16135/tid=16140] ppid=15864 vsize=341080 CPUtime=0 cores=0,2
/proc/16135/task/16140/stat : 16140 (python) S 15864 15864 15206 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886518740 349265920 5864 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 514 18446604453832287424 0 0 -1 2 0 0 0
[pid=16141] ppid=15864 vsize=351336 CPUtime=0.15 cores=0,2
/proc/16141/stat : 16141 (python) S 15864 15864 15206 0 -1 4202560 1143 0 0 0 8 7 0 0 19 0 2 0 886518741 359768064 5874 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16141/statm: 87834 5874 406 364 0 23731 0
[pid=16143] ppid=16141 vsize=417056 CPUtime=100.13 cores=0,2
/proc/16143/stat : 16143 (adaptg2wsat2009) T 16141 16143 16143 0 -1 4202496 713 0 0 0 10013 0 0 0 25 0 1 0 886518742 427065344 451 33554432000 134512640 135107411 4288889200 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16143/statm: 104264 451 59 146 0 103140 0
[pid=16141/tid=16155] ppid=15864 vsize=351336 CPUtime=0 cores=0,2
/proc/16141/task/16155/stat : 16155 (python) S 15864 15864 15206 0 -1 4202560 42 0 0 0 0 0 0 0 19 0 2 0 886528756 359768064 5874 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 514 18446604452942984192 0 0 -1 2 0 0 0
[pid=16156] ppid=15864 vsize=361592 CPUtime=0 cores=0,2
/proc/16156/stat : 16156 (python) S 15864 15864 15206 0 -1 4202560 785 0 0 0 0 0 0 0 19 0 1 0 886528757 370270208 5821 33554432000 4194304 5683644 140736200376048 18446744073709551615 246516854342 0 0 16781312 514 4127311568268427263 0 0 17 0 0 0 0
/proc/16156/statm: 90398 5821 350 364 0 26292 0
[pid=16158] ppid=16156 vsize=416916 CPUtime=0.03 cores=0,2
/proc/16158/stat : 16158 (adaptg2wsat2009) R 16156 16158 16158 0 -1 4202496 648 0 0 0 3 0 0 0 21 0 1 0 886528757 426921984 379 33554432000 134512640 135107411 4288080144 18446744073709551615 134523302 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16158/statm: 104229 379 49 146 0 103105 0
[pid=15864/tid=15875] ppid=15862 vsize=371836 CPUtime=0 cores=0,2
/proc/15864/task/15875/stat : 15875 (python) S 15862 15864 15206 0 -1 4202560 24 934 0 0 0 0 0 0 18 0 10 0 886448633 380760064 7369 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15864/tid=15893] ppid=15862 vsize=371836 CPUtime=0 cores=0,2
/proc/15864/task/15893/stat : 15893 (python) S 15862 15864 15206 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 10 0 886458649 380760064 7369 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15864/tid=15908] ppid=15862 vsize=371836 CPUtime=0 cores=0,2
/proc/15864/task/15908/stat : 15908 (python) S 15862 15864 15206 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 10 0 886468665 380760064 7369 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15864/tid=16057] ppid=15862 vsize=371836 CPUtime=0 cores=0,2
/proc/15864/task/16057/stat : 16057 (python) S 15862 15864 15206 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 10 0 886478681 380760064 7369 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15864/tid=16114] ppid=15862 vsize=371836 CPUtime=0 cores=0,2
/proc/15864/task/16114/stat : 16114 (python) S 15862 15864 15206 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 10 0 886488695 380760064 7369 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15864/tid=16129] ppid=15862 vsize=371836 CPUtime=0 cores=0,2
/proc/15864/task/16129/stat : 16129 (python) S 15862 15864 15206 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 10 0 886498710 380760064 7369 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15864/tid=16136] ppid=15862 vsize=371836 CPUtime=0 cores=0,2
/proc/15864/task/16136/stat : 16136 (python) S 15862 15864 15206 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 10 0 886508726 380760064 7369 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15864/tid=16142] ppid=15862 vsize=371836 CPUtime=0 cores=0,2
/proc/15864/task/16142/stat : 16142 (python) S 15862 15864 15206 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 10 0 886518741 380760064 7369 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15864/tid=16157] ppid=15862 vsize=371836 CPUtime=0 cores=0,2
/proc/15864/task/16157/stat : 16157 (python) S 15862 15864 15206 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 10 0 886528757 380760064 7369 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 802.13
Current children cumulated vsize (KiB) 8651420

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

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

[startup+802.401 s]
/proc/loadavg: 4.13 4.07 4.15 5/263 16158
/proc/meminfo: memFree=31364032/32951124 swapFree=67063556/67111528
[pid=15864] ppid=15862 vsize=371836 CPUtime=0.94 cores=0,2
/proc/15864/stat : 15864 (python) S 15862 15864 15206 0 -1 4202496 17560 934 1 0 82 12 0 0 20 0 10 0 886448520 380760064 7369 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15864/statm: 92959 7369 1894 364 0 28853 0
[pid=15874] ppid=15864 vsize=289040 CPUtime=0.14 cores=0,2
/proc/15874/stat : 15874 (python) S 15864 15864 15206 0 -1 4202560 1133 0 0 0 8 6 0 0 19 0 2 0 886448633 295976960 5704 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15874/statm: 72260 5704 415 364 0 8178 0
[pid=15876] ppid=15874 vsize=1018084 CPUtime=99.98 cores=0,2
/proc/15876/stat : 15876 (gnovelty+2) T 15874 15876 15876 0 -1 4202496 552 0 0 0 9998 0 0 0 25 0 1 0 886448633 1042518016 287 33554432000 134512640 135663704 4294874784 18446744073709551615 134545772 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15876/statm: 254521 287 113 282 0 254237 0
[pid=15874/tid=15891] ppid=15864 vsize=289040 CPUtime=0 cores=0,2
/proc/15874/task/15891/stat : 15891 (python) S 15864 15864 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886458648 295976960 5704 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 514 18446604442775396416 0 0 -1 2 0 0 0
[pid=15892] ppid=15864 vsize=289396 CPUtime=0.14 cores=0,2
/proc/15892/stat : 15892 (python) S 15864 15864 15206 0 -1 4202560 1084 0 0 0 7 7 0 0 19 0 2 0 886458649 296341504 5760 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15892/statm: 72349 5760 400 364 0 8264 0
[pid=15894] ppid=15892 vsize=1018084 CPUtime=99.99 cores=0,2
/proc/15894/stat : 15894 (gnovelty+2) T 15892 15894 15894 0 -1 4202496 551 0 0 0 9998 1 0 0 25 0 1 0 886458649 1042518016 287 33554432000 134512640 135663704 4294603216 18446744073709551615 134544204 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15894/statm: 254521 287 113 282 0 254237 0
[pid=15892/tid=15906] ppid=15864 vsize=289396 CPUtime=0 cores=0,2
/proc/15892/task/15906/stat : 15906 (python) S 15864 15864 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886468664 296341504 5760 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 514 18446604453848066112 0 0 -1 2 0 0 0
[pid=15907] ppid=15864 vsize=299340 CPUtime=0.15 cores=0,2
/proc/15907/stat : 15907 (python) S 15864 15864 15206 0 -1 4202560 1082 0 0 0 9 6 0 0 19 0 2 0 886468665 306524160 5689 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15907/statm: 74835 5689 400 364 0 10747 0
[pid=15909] ppid=15907 vsize=417056 CPUtime=99.97 cores=0,2
/proc/15909/stat : 15909 (adaptg2wsat2009) T 15907 15909 15909 0 -1 4202496 714 0 0 0 9997 0 0 0 25 0 1 0 886468665 427065344 450 33554432000 134512640 135107411 4286659008 18446744073709551615 134532336 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15909/statm: 104264 450 59 146 0 103140 0
[pid=15907/tid=16055] ppid=15864 vsize=299340 CPUtime=0 cores=0,2
/proc/15907/task/16055/stat : 16055 (python) S 15864 15864 15206 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886478680 306524160 5689 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 514 18446604453644154816 0 0 -1 2 0 0 0
[pid=16056] ppid=15864 vsize=310136 CPUtime=0.14 cores=0,2
/proc/16056/stat : 16056 (python) S 15864 15864 15206 0 -1 4202560 1096 0 0 0 8 6 0 0 19 0 2 0 886478681 317579264 5808 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16056/statm: 77534 5808 400 364 0 13443 0
[pid=16058] ppid=16056 vsize=417056 CPUtime=99.97 cores=0,2
/proc/16058/stat : 16058 (adaptg2wsat2009) T 16056 16058 16058 0 -1 4202496 716 0 0 0 9997 0 0 0 25 0 1 0 886478681 427065344 450 33554432000 134512640 135107411 4291625920 18446744073709551615 134532275 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16058/statm: 104264 450 59 146 0 103140 0
[pid=16056/tid=16112] ppid=15864 vsize=310136 CPUtime=0 cores=0,2
/proc/16056/task/16112/stat : 16112 (python) S 15864 15864 15206 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886488694 317579264 5808 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 514 18446604453850411136 0 0 -1 2 0 0 0
[pid=16113] ppid=15864 vsize=320392 CPUtime=0.14 cores=0,2
/proc/16113/stat : 16113 (python) S 15864 15864 15206 0 -1 4202560 1087 0 0 0 8 6 0 0 19 0 2 0 886488695 328081408 5834 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16113/statm: 80098 5834 400 364 0 16004 0
[pid=16115] ppid=16113 vsize=417056 CPUtime=99.97 cores=0,2
/proc/16115/stat : 16115 (adaptg2wsat2009) T 16113 16115 16115 0 -1 4202496 713 0 0 0 9997 0 0 0 25 0 1 0 886488695 427065344 450 33554432000 134512640 135107411 4292275952 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16115/statm: 104264 450 59 146 0 103140 0
[pid=16113/tid=16127] ppid=15864 vsize=320392 CPUtime=0 cores=0,2
/proc/16113/task/16127/stat : 16127 (python) S 15864 15864 15206 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886498709 328081408 5834 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 514 18446604453866031808 0 0 -1 2 0 0 0
[pid=16128] ppid=15864 vsize=330648 CPUtime=0.15 cores=0,2
/proc/16128/stat : 16128 (python) S 15864 15864 15206 0 -1 4202560 1091 0 0 0 9 6 0 0 19 0 2 0 886498710 338583552 5838 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16128/statm: 82662 5838 400 364 0 18565 0
[pid=16130] ppid=16128 vsize=1018084 CPUtime=100 cores=0,2
/proc/16130/stat : 16130 (gnovelty+2) T 16128 16130 16130 0 -1 4202496 549 0 0 0 10000 0 0 0 25 0 1 0 886498710 1042518016 287 33554432000 134512640 135663704 4294009984 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/16130/statm: 254521 287 113 282 0 254237 0
[pid=16128/tid=16134] ppid=15864 vsize=330648 CPUtime=0 cores=0,2
/proc/16128/task/16134/stat : 16134 (python) S 15864 15864 15206 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886508725 338583552 5838 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 514 18446604453650352896 0 0 -1 2 0 0 0
[pid=16135] ppid=15864 vsize=341080 CPUtime=0.14 cores=0,2
/proc/16135/stat : 16135 (python) S 15864 15864 15206 0 -1 4202560 1087 0 0 0 9 5 0 0 19 0 2 0 886508726 349265920 5864 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16135/statm: 85270 5864 400 364 0 21170 0
[pid=16137] ppid=16135 vsize=247232 CPUtime=100 cores=0,2
/proc/16137/stat : 16137 (FH) T 16135 16137 16137 0 -1 4202496 670 0 0 0 10000 0 0 0 25 0 1 0 886508726 253165568 406 33554432000 134512640 134936988 4290971296 18446744073709551615 134552066 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/16137/statm: 61808 406 41 104 0 61312 0
[pid=16135/tid=16140] ppid=15864 vsize=341080 CPUtime=0 cores=0,2
/proc/16135/task/16140/stat : 16140 (python) S 15864 15864 15206 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886518740 349265920 5864 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 514 18446604453832287424 0 0 -1 2 0 0 0
[pid=16141] ppid=15864 vsize=351336 CPUtime=0.15 cores=0,2
/proc/16141/stat : 16141 (python) S 15864 15864 15206 0 -1 4202560 1143 0 0 0 8 7 0 0 19 0 2 0 886518741 359768064 5874 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16141/statm: 87834 5874 406 364 0 23731 0
[pid=16143] ppid=16141 vsize=417056 CPUtime=100.13 cores=0,2
/proc/16143/stat : 16143 (adaptg2wsat2009) T 16141 16143 16143 0 -1 4202496 713 0 0 0 10013 0 0 0 25 0 1 0 886518742 427065344 451 33554432000 134512640 135107411 4288889200 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16143/statm: 104264 451 59 146 0 103140 0
[pid=16141/tid=16155] ppid=15864 vsize=351336 CPUtime=0 cores=0,2
/proc/16141/task/16155/stat : 16155 (python) S 15864 15864 15206 0 -1 4202560 42 0 0 0 0 0 0 0 19 0 2 0 886528756 359768064 5874 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 514 18446604452942984192 0 0 -1 2 0 0 0
[pid=16156] ppid=15864 vsize=361592 CPUtime=0 cores=0,2
/proc/16156/stat : 16156 (python) S 15864 15864 15206 0 -1 4202560 785 0 0 0 0 0 0 0 19 0 1 0 886528757 370270208 5821 33554432000 4194304 5683644 140736200376048 18446744073709551615 246516854342 0 0 16781312 514 4127311568268427263 0 0 17 0 0 0 0
/proc/16156/statm: 90398 5821 350 364 0 26292 0
[pid=16158] ppid=16156 vsize=416916 CPUtime=0.03 cores=0,2
/proc/16158/stat : 16158 (adaptg2wsat2009) R 16156 16158 16158 0 -1 4202496 648 0 0 0 3 0 0 0 21 0 1 0 886528757 426921984 379 33554432000 134512640 135107411 4288080144 18446744073709551615 134523302 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16158/statm: 104229 379 49 146 0 103105 0
[pid=15864/tid=15875] ppid=15862 vsize=371836 CPUtime=0 cores=0,2
/proc/15864/task/15875/stat : 15875 (python) S 15862 15864 15206 0 -1 4202560 24 934 0 0 0 0 0 0 18 0 10 0 886448633 380760064 7369 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15864/tid=15893] ppid=15862 vsize=371836 CPUtime=0 cores=0,2
/proc/15864/task/15893/stat : 15893 (python) S 15862 15864 15206 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 10 0 886458649 380760064 7369 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15864/tid=15908] ppid=15862 vsize=371836 CPUtime=0 cores=0,2
/proc/15864/task/15908/stat : 15908 (python) S 15862 15864 15206 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 10 0 886468665 380760064 7369 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15864/tid=16057] ppid=15862 vsize=371836 CPUtime=0 cores=0,2
/proc/15864/task/16057/stat : 16057 (python) S 15862 15864 15206 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 10 0 886478681 380760064 7369 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15864/tid=16114] ppid=15862 vsize=371836 CPUtime=0 cores=0,2
/proc/15864/task/16114/stat : 16114 (python) S 15862 15864 15206 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 10 0 886488695 380760064 7369 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15864/tid=16129] ppid=15862 vsize=371836 CPUtime=0 cores=0,2
/proc/15864/task/16129/stat : 16129 (python) S 15862 15864 15206 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 10 0 886498710 380760064 7369 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15864/tid=16136] ppid=15862 vsize=371836 CPUtime=0 cores=0,2
/proc/15864/task/16136/stat : 16136 (python) S 15862 15864 15206 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 10 0 886508726 380760064 7369 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15864/tid=16142] ppid=15862 vsize=371836 CPUtime=0 cores=0,2
/proc/15864/task/16142/stat : 16142 (python) S 15862 15864 15206 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 10 0 886518741 380760064 7369 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
[pid=15864/tid=16157] ppid=15862 vsize=371836 CPUtime=0 cores=0,2
/proc/15864/task/16157/stat : 16157 (python) S 15862 15864 15206 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 10 0 886528757 380760064 7369 33554432000 4194304 5683644 140736200376048 18446744073709551615 246528657841 0 0 16781312 2 18446604453863889728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 802.13
Current children cumulated vsize (KiB) 8651420

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 802.462
CPU time (s): 802.13
CPU user time (s): 801.51
CPU system time (s): 0.62
CPU usage (%): 99.9586
Max. virtual memory (cumulated for all children) (KiB): 8651420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.821875
system time used= 0.12598
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18501
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2865
involuntary context switches= 29

runsolver used 2.09168 second user time and 3.65044 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-11 01:28:23
IDJOB=3484255
IDBENCH=82766
IDSOLVER=1975
FILE ID=node134/3484255-1307748503
RUNJOBID= node134-1307746989-15224
PBS_JOBID= 13550824
Free space on /tmp= 74028 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S1818856267-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-3484255-1307748503/watcher-3484255-1307748503 -o /tmp/evaluation-result-3484255-1307748503/solver-3484255-1307748503 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484255-1307748503.cnf -seed 1306360414 -budget 1200

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

MD5SUM BENCH= ff76c2a7684df6ebd90c6aa1ff48f56d
RANDOM SEED=1306360414

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31556408 kB
Buffers:        271768 kB
Cached:         751824 kB
SwapCached:      10284 kB
Active:         701764 kB
Inactive:       481452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31556408 kB
SwapTotal:    67111528 kB
SwapFree:     67063556 kB
Dirty:           31848 kB
Writeback:           0 kB
AnonPages:      156724 kB
Mapped:          18108 kB
Slab:           138924 kB
PageTables:      13312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  8632288 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73996 MiB
End job on node134 at 2011-06-11 01:41:48