Trace number 3484013

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)? (TO) 1200.04 1204.35

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S92008434-079-UNKNOWN.cnf
MD5SUMaeb1e99b5983291023a10a1b4c71c10e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark40.0889
Satisfiable
(Un)Satisfiability was proved
Number of variables25000
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.49/1.19	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.49/1.19	c INFO: solving HOME/instance-3484013-1307746989.cnf
0.49/1.19	c INFO: computing task features
0.84/1.56	c INFO: computed variable-clause graph statistics
0.84/1.58	c INFO: computed clause balance statistics
2.43/3.47	c INFO: computed variable balance statistics
4.30/5.04	c INFO: computed small-clause counts
4.30/5.05	c INFO: computed Horn-clause counts
5.20/5.92	c INFO: computed variable graph statistics
5.20/5.92	c INFO: collected features for HOME/instance-3484013-1307746989.cnf in 4.65 s
5.20/5.93	c INFO: running hybridGM3@0 for 97 with 1195 remaining (b = 0.40)
105.32/106.66	c INFO: running hybridGM3@0 for 97 with 1095 remaining (b = 0.25)
204.55/206.40	c INFO: running hybridGM3@0 for 97 with 996 remaining (b = 0.17)
304.62/307.14	c INFO: running hybridGM3@99 for 97 with 896 remaining (b = 0.13)
400.10/403.27	c INFO: running hybridGM3@99 for 97 with 800 remaining (b = 0.13)
495.70/499.42	c INFO: running TNM@0 for 97 with 705 remaining (b = 0.15)
594.14/598.58	c INFO: running hybridGM3@99 for 97 with 607 remaining (b = 0.13)
691.19/695.72	c INFO: running hybridGM3@0 for 97 with 510 remaining (b = 0.13)
791.14/795.51	c INFO: running hybridGM3@99 for 97 with 410 remaining (b = 0.10)
886.24/890.65	c INFO: running hybridGM3@0 for 97 with 315 remaining (b = 0.09)
987.08/991.41	c INFO: running hybridGM3@100 for 97 with 215 remaining (b = 0.07)
1082.20/1086.56	c INFO: running hybridGM3@0 for 120 with 120 remaining (b = 0.07)
1200.04/1204.34	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3484013-1307746989/watcher-3484013-1307746989 -o /tmp/evaluation-result-3484013-1307746989/solver-3484013-1307746989 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484013-1307746989.cnf -seed 1487758871 -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: 1.16 1.03 1.01 4/175 13613
/proc/meminfo: memFree=30517756/32951124 swapFree=67051744/67111528
[pid=13613] ppid=13611 vsize=15384 CPUtime=0 cores=0,2
/proc/13613/stat : 13613 (python) R 13611 13613 13569 0 -1 4202496 738 0 0 0 0 0 0 0 21 0 1 0 886297011 15753216 626 33554432000 4194304 5683644 140735793785840 18446744073709551615 228122376550 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/13613/statm: 3846 640 322 364 0 333 0

[startup+0.0105281 s]
/proc/loadavg: 1.16 1.03 1.01 4/175 13613
/proc/meminfo: memFree=30517756/32951124 swapFree=67051744/67111528
[pid=13613] ppid=13611 vsize=15756 CPUtime=0 cores=0,2
/proc/13613/stat : 13613 (python) S 13611 13613 13569 0 -1 4202496 841 0 0 0 0 0 0 0 21 0 1 0 886297011 16134144 723 33554432000 4194304 5683644 140735793785840 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/13613/statm: 3939 723 334 364 0 426 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15756

[startup+0.100548 s]
/proc/loadavg: 1.16 1.03 1.01 4/175 13613
/proc/meminfo: memFree=30517756/32951124 swapFree=67051744/67111528
[pid=13613] ppid=13611 vsize=16396 CPUtime=0.01 cores=0,2
/proc/13613/stat : 13613 (python) S 13611 13613 13569 0 -1 4202496 1118 0 0 0 1 0 0 0 21 0 1 0 886297011 16789504 984 33554432000 4194304 5683644 140735793785840 18446744073709551615 228122709861 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/13613/statm: 4099 984 409 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.300534 s]
/proc/loadavg: 1.16 1.03 1.01 4/175 13613
/proc/meminfo: memFree=30517756/32951124 swapFree=67051744/67111528
[pid=13613] ppid=13611 vsize=107432 CPUtime=0.1 cores=0,2
/proc/13613/stat : 13613 (python) S 13611 13613 13569 0 -1 4202496 3404 0 0 0 6 4 0 0 17 0 1 0 886297011 110010368 3058 33554432000 4194304 5683644 140735793785840 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/13613/statm: 26858 3058 871 364 0 2089 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 107432

[startup+0.700438 s]
/proc/loadavg: 1.16 1.03 1.01 4/175 13613
/proc/meminfo: memFree=30517756/32951124 swapFree=67051744/67111528
[pid=13613] ppid=13611 vsize=135752 CPUtime=0.3 cores=0,2
/proc/13613/stat : 13613 (python) R 13611 13613 13569 0 -1 4202496 5976 931 1 0 19 11 0 0 16 0 1 0 886297011 139010048 4150 33554432000 4194304 5683644 140735793785840 18446744073709551615 228122710021 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13613/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 135752

[startup+1.50026 s]
/proc/loadavg: 1.16 1.03 1.01 2/191 13662
/proc/meminfo: memFree=30416860/32951124 swapFree=67051744/67111528
[pid=13613] ppid=13611 vsize=299356 CPUtime=0.84 cores=0,2
/proc/13613/stat : 13613 (python) R 13611 13613 13569 0 -1 4202496 14416 931 1 0 64 20 0 0 16 0 1 0 886297011 306540544 12087 33554432000 4194304 5683644 140735793785840 18446744073709551615 4455456 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13613/statm: 74839 12087 1761 364 0 10763 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 299356

[startup+3.10096 s]
/proc/loadavg: 1.16 1.03 1.01 6/189 13670
/proc/meminfo: memFree=30374956/32951124 swapFree=67051744/67111528
[pid=13613] ppid=13611 vsize=302960 CPUtime=2.43 cores=0,2
/proc/13613/stat : 13613 (python) R 13611 13613 13569 0 -1 4202496 18322 931 1 0 222 21 0 0 18 0 1 0 886297011 310231040 13124 33554432000 4194304 5683644 140735793785840 18446744073709551615 47965338390597 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13613/statm: 75740 13124 1826 364 0 11664 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 302960
heavy processes:

[startup+6.30038 s]
/proc/loadavg: 1.47 1.10 1.04 7/197 13714
/proc/meminfo: memFree=30342556/32951124 swapFree=67051744/67111528
[pid=13613] ppid=13611 vsize=311276 CPUtime=5.23 cores=0,2
/proc/13613/stat : 13613 (python) S 13611 13613 13569 0 -1 4202496 18613 931 1 0 500 23 0 0 25 0 2 0 886297011 318746624 12681 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13613/statm: 77819 12681 1867 364 0 13737 0
Current children cumulated CPU time (s) 5.23
Current children cumulated vsize (KiB) 311276

[startup+12.7012 s]
/proc/loadavg: 1.75 1.16 1.06 6/203 13721
/proc/meminfo: memFree=30298212/32951124 swapFree=67051744/67111528
[pid=13613] ppid=13611 vsize=311276 CPUtime=5.23 cores=0,2
/proc/13613/stat : 13613 (python) S 13611 13613 13569 0 -1 4202496 18613 931 1 0 500 23 0 0 25 0 2 0 886297011 318746624 12681 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13613/statm: 77819 12681 1867 364 0 13737 0
[pid=13716] ppid=13613 vsize=301032 CPUtime=0 cores=0,2
/proc/13716/stat : 13716 (python) S 13613 13613 13569 0 -1 4202560 886 0 0 0 0 0 0 0 18 0 1 0 886297604 308256768 11186 33554432000 4194304 5683644 140735793785840 18446744073709551615 228122734095 0 0 16781312 514 4425134083860824324 0 0 17 2 0 0 0
/proc/13716/statm: 75258 11186 376 364 0 11176 0
[pid=13718] ppid=13716 vsize=268420 CPUtime=6.71 cores=0,2
/proc/13718/stat : 13718 (hybridGM3) R 13716 13718 13718 0 -1 4202496 7134 0 0 0 669 2 0 0 25 0 1 0 886297605 274862080 6872 33554432000 134512640 135204385 4286730416 18446744073709551615 134547392 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13718/statm: 67105 6872 64 169 0 66935 0
[pid=13613/tid=13717] ppid=13611 vsize=311276 CPUtime=0 cores=0,2
/proc/13613/task/13717/stat : 13717 (python) S 13611 13613 13569 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886297605 318746624 12681 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 2 18446604453953334272 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.94
Current children cumulated vsize (KiB) 880728

[startup+25.5009 s]
/proc/loadavg: 2.47 1.35 1.12 6/203 13721
/proc/meminfo: memFree=30299556/32951124 swapFree=67051744/67111528
[pid=13613] ppid=13611 vsize=311276 CPUtime=5.23 cores=0,2
/proc/13613/stat : 13613 (python) S 13611 13613 13569 0 -1 4202496 18613 931 1 0 500 23 0 0 25 0 2 0 886297011 318746624 12681 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13613/statm: 77819 12681 1867 364 0 13737 0
[pid=13716] ppid=13613 vsize=301032 CPUtime=0.01 cores=0,2
/proc/13716/stat : 13716 (python) S 13613 13613 13569 0 -1 4202560 893 0 0 0 1 0 0 0 18 0 1 0 886297604 308256768 11186 33554432000 4194304 5683644 140735793785840 18446744073709551615 228122734095 0 0 16781312 514 14518004309712404740 0 0 17 2 0 0 0
/proc/13716/statm: 75258 11186 376 364 0 11176 0
[pid=13718] ppid=13716 vsize=268420 CPUtime=19.42 cores=0,2
/proc/13718/stat : 13718 (hybridGM3) R 13716 13718 13718 0 -1 4202496 7134 0 0 0 1940 2 0 0 25 0 1 0 886297605 274862080 6872 33554432000 134512640 135204385 4286730416 18446744073709551615 134547418 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13718/statm: 67105 6872 64 169 0 66935 0
[pid=13613/tid=13717] ppid=13611 vsize=311276 CPUtime=0 cores=0,2
/proc/13613/task/13717/stat : 13717 (python) S 13611 13613 13569 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886297605 318746624 12681 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 2 18446604453953334272 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 880728

[startup+51.1003 s]
/proc/loadavg: 3.40 1.66 1.23 6/200 13811
/proc/meminfo: memFree=30223464/32951124 swapFree=67051744/67111528
[pid=13613] ppid=13611 vsize=311276 CPUtime=5.23 cores=0,2
/proc/13613/stat : 13613 (python) S 13611 13613 13569 0 -1 4202496 18613 931 1 0 500 23 0 0 25 0 2 0 886297011 318746624 12681 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13613/statm: 77819 12681 1867 364 0 13737 0
[pid=13716] ppid=13613 vsize=301032 CPUtime=0.04 cores=0,2
/proc/13716/stat : 13716 (python) S 13613 13613 13569 0 -1 4202560 905 0 0 0 2 2 0 0 18 0 1 0 886297604 308256768 11186 33554432000 4194304 5683644 140735793785840 18446744073709551615 228122734095 0 0 16781312 514 14518004309712404740 0 0 17 2 0 0 0
/proc/13716/statm: 75258 11186 376 364 0 11176 0
[pid=13718] ppid=13716 vsize=268420 CPUtime=44.84 cores=0,2
/proc/13718/stat : 13718 (hybridGM3) R 13716 13718 13718 0 -1 4202496 7134 0 0 0 4481 3 0 0 25 0 1 0 886297605 274862080 6872 33554432000 134512640 135204385 4286730416 18446744073709551615 134536993 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13718/statm: 67105 6872 64 169 0 66935 0
[pid=13613/tid=13717] ppid=13611 vsize=311276 CPUtime=0 cores=0,2
/proc/13613/task/13717/stat : 13717 (python) S 13611 13613 13569 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886297605 318746624 12681 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 2 18446604453953334272 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.11
Current children cumulated vsize (KiB) 880728

[startup+102.301 s]
/proc/loadavg: 4.46 2.22 1.44 6/203 13818
/proc/meminfo: memFree=30186364/32951124 swapFree=67051744/67111528
[pid=13613] ppid=13611 vsize=311276 CPUtime=5.23 cores=0,2
/proc/13613/stat : 13613 (python) S 13611 13613 13569 0 -1 4202496 18613 931 1 0 500 23 0 0 25 0 2 0 886297011 318746624 12681 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13613/statm: 77819 12681 1867 364 0 13737 0
[pid=13716] ppid=13613 vsize=301032 CPUtime=0.11 cores=0,2
/proc/13716/stat : 13716 (python) S 13613 13613 13569 0 -1 4202560 928 0 0 0 6 5 0 0 18 0 1 0 886297604 308256768 11186 33554432000 4194304 5683644 140735793785840 18446744073709551615 228122734095 0 0 16781312 514 14518004309712404740 0 0 17 2 0 0 0
/proc/13716/statm: 75258 11186 376 364 0 11176 0
[pid=13718] ppid=13716 vsize=268420 CPUtime=95.7 cores=0,2
/proc/13718/stat : 13718 (hybridGM3) R 13716 13718 13718 0 -1 4202496 7134 0 0 0 9566 4 0 0 25 0 1 0 886297605 274862080 6872 33554432000 134512640 135204385 4286730416 18446744073709551615 134537249 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13718/statm: 67105 6872 64 169 0 66935 0
[pid=13613/tid=13717] ppid=13611 vsize=311276 CPUtime=0 cores=0,2
/proc/13613/task/13717/stat : 13717 (python) S 13611 13613 13569 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886297605 318746624 12681 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 2 18446604453953334272 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.04
Current children cumulated vsize (KiB) 880728

[startup+162.301 s]
/proc/loadavg: 4.99 2.77 1.67 6/219 13836
/proc/meminfo: memFree=30069856/32951124 swapFree=67051744/67111528
[pid=13613] ppid=13611 vsize=321532 CPUtime=5.24 cores=0,2
/proc/13613/stat : 13613 (python) S 13611 13613 13569 0 -1 4202496 19517 931 1 0 501 23 0 0 19 0 3 0 886297011 329248768 12696 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13613/statm: 80383 12696 1878 364 0 16298 0
[pid=13716] ppid=13613 vsize=311276 CPUtime=0.12 cores=0,2
/proc/13716/stat : 13716 (python) S 13613 13613 13569 0 -1 4202560 1167 0 0 0 7 5 0 0 19 0 2 0 886297604 318746624 11230 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13716/statm: 77819 11230 415 364 0 13737 0
[pid=13718] ppid=13716 vsize=268420 CPUtime=100.02 cores=0,2
/proc/13718/stat : 13718 (hybridGM3) T 13716 13718 13718 0 -1 4202496 7134 0 0 0 9998 4 0 0 25 0 1 0 886297605 274862080 6872 33554432000 134512640 135204385 4286730416 18446744073709551615 134536777 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13718/statm: 67105 6872 64 169 0 66935 0
[pid=13716/tid=13819] ppid=13613 vsize=311276 CPUtime=0 cores=0,2
/proc/13716/task/13819/stat : 13819 (python) S 13613 13613 13569 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886307677 318746624 11230 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 514 18446604453943000064 0 0 -1 2 0 0 0
[pid=13820] ppid=13613 vsize=311288 CPUtime=0.06 cores=0,2
/proc/13820/stat : 13820 (python) S 13613 13613 13569 0 -1 4202560 908 0 0 0 3 3 0 0 15 0 1 0 886307677 318758912 11184 33554432000 4194304 5683644 140735793785840 18446744073709551615 228122734150 0 0 16781312 514 14518004309712404740 0 0 17 2 0 0 0
/proc/13820/statm: 77822 11184 370 364 0 13737 0
[pid=13822] ppid=13820 vsize=268420 CPUtime=55.24 cores=0,2
/proc/13822/stat : 13822 (hybridGM3) R 13820 13822 13822 0 -1 4202496 7134 0 0 0 5524 0 0 0 25 0 1 0 886307678 274862080 6870 33554432000 134512640 135204385 4289119344 18446744073709551615 134545829 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13822/statm: 67105 6870 64 169 0 66935 0
[pid=13613/tid=13717] ppid=13611 vsize=321532 CPUtime=0 cores=0,2
/proc/13613/task/13717/stat : 13717 (python) S 13611 13613 13569 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 3 0 886297605 329248768 12696 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 2 18446604453953334272 0 0 -1 2 0 0 0
[pid=13613/tid=13821] ppid=13611 vsize=321532 CPUtime=0 cores=0,2
/proc/13613/task/13821/stat : 13821 (python) S 13611 13613 13569 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 3 0 886307678 329248768 12696 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 2 18446604453953334272 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 1480936

[startup+222.301 s]
/proc/loadavg: 5.07 3.19 1.88 6/227 13845
/proc/meminfo: memFree=30020268/32951124 swapFree=67051744/67111528
[pid=13613] ppid=13611 vsize=331788 CPUtime=5.26 cores=0,2
/proc/13613/stat : 13613 (python) S 13611 13613 13569 0 -1 4202496 20347 931 1 0 502 24 0 0 19 0 4 0 886297011 339750912 12702 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13613/statm: 82947 12702 1880 364 0 18859 0
[pid=13716] ppid=13613 vsize=311276 CPUtime=0.12 cores=0,2
/proc/13716/stat : 13716 (python) S 13613 13613 13569 0 -1 4202560 1167 0 0 0 7 5 0 0 19 0 2 0 886297604 318746624 11230 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13716/statm: 77819 11230 415 364 0 13737 0
[pid=13718] ppid=13716 vsize=268420 CPUtime=100.02 cores=0,2
/proc/13718/stat : 13718 (hybridGM3) T 13716 13718 13718 0 -1 4202496 7134 0 0 0 9998 4 0 0 25 0 1 0 886297605 274862080 6872 33554432000 134512640 135204385 4286730416 18446744073709551615 134536777 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13718/statm: 67105 6872 64 169 0 66935 0
[pid=13716/tid=13819] ppid=13613 vsize=311276 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=29907808/32951124 swapFree=67051744/67111528
[pid=13613] ppid=13611 vsize=372812 CPUtime=5.33 cores=0,2
/proc/13613/stat : 13613 (python) S 13611 13613 13569 0 -1 4202496 24061 931 1 0 508 25 0 0 19 0 8 0 886297011 381759488 12726 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13613/statm: 93203 12726 1888 364 0 29103 0
[pid=13716] ppid=13613 vsize=311276 CPUtime=0.26 cores=0,2
/proc/13716/stat : 13716 (python) S 13613 13613 13569 0 -1 4202560 1206 0 0 0 15 11 0 0 18 0 2 0 886297604 318746624 11231 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13716/statm: 77819 11231 416 364 0 13737 0
[pid=13718] ppid=13716 vsize=268420 CPUtime=195.4 cores=0,2
/proc/13718/stat : 13718 (hybridGM3) T 13716 13718 13718 0 -1 4202496 7134 0 0 0 19536 4 0 0 25 0 1 0 886297605 274862080 6872 33554432000 134512640 135204385 4286730416 18446744073709551615 134537613 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13718/statm: 67105 6872 64 169 0 66935 0
[pid=13716/tid=13819] ppid=13613 vsize=311276 CPUtime=0 cores=0,2
/proc/13716/task/13819/stat : 13819 (python) S 13613 13613 13569 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 886307677 318746624 11231 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 514 18446604453943000064 0 0 -1 2 0 0 0
[pid=13820] ppid=13613 vsize=311288 CPUtime=0.28 cores=0,2
/proc/13820/stat : 13820 (python) S 13613 13613 13569 0 -1 4202560 1112 0 0 0 14 14 0 0 15 0 2 0 886307677 318758912 11214 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13820/statm: 77822 11214 399 364 0 13737 0
[pid=13822] ppid=13820 vsize=268420 CPUtime=194.41 cores=0,2
/proc/13822/stat : 13822 (hybridGM3) T 13820 13822 13822 0 -1 4202496 7136 0 0 0 19441 0 0 0 25 0 1 0 886307678 274862080 6872 33554432000 134512640 135204385 4289119344 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13822/statm: 67105 6872 64 169 0 66935 0
[pid=13820/tid=13838] ppid=13613 vsize=311288 CPUtime=0 cores=0,2
/proc/13820/task/13838/stat : 13838 (python) S 13613 13613 13569 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 886317651 318758912 11214 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 514 18446604453956195328 0 0 -1 2 0 0 0
[pid=13839] ppid=13613 vsize=321544 CPUtime=0.28 cores=0,2
/proc/13839/stat : 13839 (python) S 13613 13613 13569 0 -1 4202560 1106 0 0 0 16 12 0 0 15 0 2 0 886317652 329261056 11218 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13839/statm: 80386 11218 399 364 0 16298 0
[pid=13841] ppid=13839 vsize=281016 CPUtime=196.8 cores=0,2
/proc/13841/stat : 13841 (hybridGM3) T 13839 13841 13841 0 -1 4202496 23984 0 0 0 19677 3 0 0 25 0 1 0 886317652 287760384 10533 33554432000 134512640 135204385 4292892160 18446744073709551615 134536986 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13841/statm: 70254 10533 85 169 0 70084 0
[pid=13839/tid=13857] ppid=13613 vsize=321544 CPUtime=0 cores=0,2
/proc/13839/task/13857/stat : 13857 (python) S 13613 13613 13569 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886327725 329261056 11218 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 514 18446604453930971328 0 0 -1 2 0 0 0
[pid=13873] ppid=13613 vsize=331800 CPUtime=0.15 cores=0,2
/proc/13873/stat : 13873 (python) S 13613 13613 13569 0 -1 4202560 1073 0 0 0 8 7 0 0 19 0 2 0 886346953 339763200 11222 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13873/statm: 82950 11222 399 364 0 18859 0
[pid=13875] ppid=13873 vsize=460952 CPUtime=98.35 cores=0,2
/proc/13875/stat : 13875 (TNM) T 13873 13875 13875 0 -1 4202496 4397 0 0 0 9835 0 0 0 25 0 1 0 886346954 472014848 4134 33554432000 134512640 135008748 4294753456 18446744073709551615 134529272 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13875/statm: 115238 4134 46 122 0 114138 0
[pid=13873/tid=13888] ppid=13613 vsize=331800 CPUtime=0 cores=0,2
/proc/13873/task/13888/stat : 13888 (python) S 13613 13613 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886356868 339763200 11222 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 514 18446604453946484928 0 0 -1 0 0 0 0
[pid=13898] ppid=13613 vsize=342056 CPUtime=0.3 cores=0,2
/proc/13898/stat : 13898 (python) S 13613 13613 13569 0 -1 4202560 1125 0 0 0 16 14 0 0 16 0 2 0 886366583 350265344 11226 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13898/statm: 85514 11226 399 364 0 21420 0
[pid=13900] ppid=13898 vsize=268420 CPUtime=194.76 cores=0,2
/proc/13900/stat : 13900 (hybridGM3) T 13898 13900 13900 0 -1 4202496 7133 0 0 0 19475 1 0 0 25 0 1 0 886366583 274862080 6871 33554432000 134512640 135204385 4287322944 18446744073709551615 134536843 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13900/statm: 67105 6871 64 169 0 66935 0
[pid=13898/tid=13960] ppid=13613 vsize=342056 CPUtime=0 cores=0,2
/proc/13898/task/13960/stat : 13960 (python) S 13613 13613 13569 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 886376561 350265344 11226 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 514 18446604453928904896 0 0 -1 0 0 0 0
[pid=13969] ppid=13613 vsize=352312 CPUtime=0.32 cores=0,2
/proc/13969/stat : 13969 (python) S 13613 13613 13569 0 -1 4202560 1135 0 0 0 17 15 0 0 15 0 2 0 886386076 360767488 11230 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13969/statm: 88078 11230 399 364 0 23981 0
[pid=13971] ppid=13969 vsize=268420 CPUtime=195.62 cores=0,2
/proc/13971/stat : 13971 (hybridGM3) T 13969 13971 13971 0 -1 4202496 7133 0 0 0 19561 1 0 0 25 0 1 0 886386077 274862080 6872 33554432000 134512640 135204385 4290016560 18446744073709551615 134536698 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13971/statm: 67105 6872 64 169 0 66935 0
[pid=13969/tid=13985] ppid=13613 vsize=352312 CPUtime=0 cores=0,2
/proc/13969/task/13985/stat : 13985 (python) S 13613 13613 13569 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 886396151 360767488 11230 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 514 18446604453648155840 0 0 -1 0 0 0 0
[pid=13994] ppid=13613 vsize=362568 CPUtime=0.19 cores=0,2
/proc/13994/stat : 13994 (python) S 13613 13613 13569 0 -1 4202560 933 0 0 0 11 8 0 0 15 0 1 0 886405667 371269632 11204 33554432000 4194304 5683644 140735793785840 18446744073709551615 228122734150 0 0 16781312 514 14518004309712404738 0 0 17 0 0 0 0
/proc/13994/statm: 90642 11204 370 364 0 26542 0
[pid=13996] ppid=13994 vsize=268424 CPUtime=117.59 cores=0,2
/proc/13996/stat : 13996 (hybridGM3) R 13994 13996 13996 0 -1 4202496 7134 0 0 0 11758 1 0 0 25 0 1 0 886405667 274866176 6870 33554432000 134512640 135204385 4294250288 18446744073709551615 134536784 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13996/statm: 67106 6870 64 169 0 66936 0
[pid=13613/tid=13717] ppid=13611 vsize=372812 CPUtime=0 cores=0,2
/proc/13613/task/13717/stat : 13717 (python) S 13611 13613 13569 0 -1 4202560 35 931 0 0 0 0 0 0 18 0 8 0 886297605 381759488 12726 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 2 18446604453953334272 0 0 -1 2 0 0 0
[pid=13613/tid=13821] ppid=13611 vsize=372812 CPUtime=0 cores=0,2
/proc/13613/task/13821/stat : 13821 (python) S 13611 13613 13569 0 -1 4202560 28 931 0 0 0 0 0 0 18 0 8 0 886307678 381759488 12726 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 2 18446604453953334272 0 0 -1 2 0 0 0
[pid=13613/tid=13840] ppid=13611 vsize=372812 CPUtime=0 cores=0,2
/proc/13613/task/13840/stat : 13840 (python) S 13611 13613 13569 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 8 0 886317652 381759488 12726 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 2 18446604453953334272 0 0 -1 2 0 0 0
[pid=13613/tid=13874] ppid=13611 vsize=372812 CPUtime=0 cores=0,2
/proc/13613/task/13874/stat : 13874 (python) S 13611 13613 13569 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 8 0 886346953 381759488 12726 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 2 18446604453953334272 0 0 -1 2 0 0 0
[pid=13613/tid=13899] ppid=13611 vsize=372812 CPUtime=0 cores=0,2
/proc/13613/task/13899/stat : 13899 (python) S 13611 13613 13569 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 8 0 886366583 381759488 12726 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 2 18446604453953334272 0 0 -1 2 0 0 0
[pid=13613/tid=13970] ppid=13611 vsize=372812 CPUtime=0 cores=0,2
/proc/13613/task/13970/stat : 13970 (python) S 13611 13613 13569 0 -1 4202560 28 931 0 0 0 0 0 0 18 0 8 0 886386076 381759488 12726 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 2 18446604453953334272 0 0 -1 0 0 0 0
[pid=13613/tid=13995] ppid=13611 vsize=372812 CPUtime=0 cores=0,2
/proc/13613/task/13995/stat : 13995 (python) S 13611 13613 13569 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 8 0 886405667 381759488 12726 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 2 18446604453953334272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 4789728

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

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

[startup+1204.3 s]
/proc/loadavg: 4.00 4.09 3.45 5/290 14009
/proc/meminfo: memFree=29907808/32951124 swapFree=67051744/67111528
[pid=13613] ppid=13611 vsize=372812 CPUtime=5.33 cores=0,2
/proc/13613/stat : 13613 (python) S 13611 13613 13569 0 -1 4202496 24061 931 1 0 508 25 0 0 19 0 8 0 886297011 381759488 12726 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13613/statm: 93203 12726 1888 364 0 29103 0
[pid=13716] ppid=13613 vsize=311276 CPUtime=0.26 cores=0,2
/proc/13716/stat : 13716 (python) S 13613 13613 13569 0 -1 4202560 1206 0 0 0 15 11 0 0 18 0 2 0 886297604 318746624 11231 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13716/statm: 77819 11231 416 364 0 13737 0
[pid=13718] ppid=13716 vsize=268420 CPUtime=195.4 cores=0,2
/proc/13718/stat : 13718 (hybridGM3) T 13716 13718 13718 0 -1 4202496 7134 0 0 0 19536 4 0 0 25 0 1 0 886297605 274862080 6872 33554432000 134512640 135204385 4286730416 18446744073709551615 134537613 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13718/statm: 67105 6872 64 169 0 66935 0
[pid=13716/tid=13819] ppid=13613 vsize=311276 CPUtime=0 cores=0,2
/proc/13716/task/13819/stat : 13819 (python) S 13613 13613 13569 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 886307677 318746624 11231 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 514 18446604453943000064 0 0 -1 2 0 0 0
[pid=13820] ppid=13613 vsize=311288 CPUtime=0.28 cores=0,2
/proc/13820/stat : 13820 (python) S 13613 13613 13569 0 -1 4202560 1112 0 0 0 14 14 0 0 15 0 2 0 886307677 318758912 11214 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13820/statm: 77822 11214 399 364 0 13737 0
[pid=13822] ppid=13820 vsize=268420 CPUtime=194.41 cores=0,2
/proc/13822/stat : 13822 (hybridGM3) T 13820 13822 13822 0 -1 4202496 7136 0 0 0 19441 0 0 0 25 0 1 0 886307678 274862080 6872 33554432000 134512640 135204385 4289119344 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13822/statm: 67105 6872 64 169 0 66935 0
[pid=13820/tid=13838] ppid=13613 vsize=311288 CPUtime=0 cores=0,2
/proc/13820/task/13838/stat : 13838 (python) S 13613 13613 13569 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 886317651 318758912 11214 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 514 18446604453956195328 0 0 -1 2 0 0 0
[pid=13839] ppid=13613 vsize=321544 CPUtime=0.28 cores=0,2
/proc/13839/stat : 13839 (python) S 13613 13613 13569 0 -1 4202560 1106 0 0 0 16 12 0 0 15 0 2 0 886317652 329261056 11218 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13839/statm: 80386 11218 399 364 0 16298 0
[pid=13841] ppid=13839 vsize=281016 CPUtime=196.8 cores=0,2
/proc/13841/stat : 13841 (hybridGM3) T 13839 13841 13841 0 -1 4202496 23984 0 0 0 19677 3 0 0 25 0 1 0 886317652 287760384 10533 33554432000 134512640 135204385 4292892160 18446744073709551615 134536986 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13841/statm: 70254 10533 85 169 0 70084 0
[pid=13839/tid=13857] ppid=13613 vsize=321544 CPUtime=0 cores=0,2
/proc/13839/task/13857/stat : 13857 (python) S 13613 13613 13569 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886327725 329261056 11218 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 514 18446604453930971328 0 0 -1 2 0 0 0
[pid=13873] ppid=13613 vsize=331800 CPUtime=0.15 cores=0,2
/proc/13873/stat : 13873 (python) S 13613 13613 13569 0 -1 4202560 1073 0 0 0 8 7 0 0 19 0 2 0 886346953 339763200 11222 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13873/statm: 82950 11222 399 364 0 18859 0
[pid=13875] ppid=13873 vsize=460952 CPUtime=98.35 cores=0,2
/proc/13875/stat : 13875 (TNM) T 13873 13875 13875 0 -1 4202496 4397 0 0 0 9835 0 0 0 25 0 1 0 886346954 472014848 4134 33554432000 134512640 135008748 4294753456 18446744073709551615 134529272 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13875/statm: 115238 4134 46 122 0 114138 0
[pid=13873/tid=13888] ppid=13613 vsize=331800 CPUtime=0 cores=0,2
/proc/13873/task/13888/stat : 13888 (python) S 13613 13613 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886356868 339763200 11222 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 514 18446604453946484928 0 0 -1 0 0 0 0
[pid=13898] ppid=13613 vsize=342056 CPUtime=0.3 cores=0,2
/proc/13898/stat : 13898 (python) S 13613 13613 13569 0 -1 4202560 1125 0 0 0 16 14 0 0 16 0 2 0 886366583 350265344 11226 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13898/statm: 85514 11226 399 364 0 21420 0
[pid=13900] ppid=13898 vsize=268420 CPUtime=194.76 cores=0,2
/proc/13900/stat : 13900 (hybridGM3) T 13898 13900 13900 0 -1 4202496 7133 0 0 0 19475 1 0 0 25 0 1 0 886366583 274862080 6871 33554432000 134512640 135204385 4287322944 18446744073709551615 134536843 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13900/statm: 67105 6871 64 169 0 66935 0
[pid=13898/tid=13960] ppid=13613 vsize=342056 CPUtime=0 cores=0,2
/proc/13898/task/13960/stat : 13960 (python) S 13613 13613 13569 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 886376561 350265344 11226 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 514 18446604453928904896 0 0 -1 0 0 0 0
[pid=13969] ppid=13613 vsize=352312 CPUtime=0.32 cores=0,2
/proc/13969/stat : 13969 (python) S 13613 13613 13569 0 -1 4202560 1135 0 0 0 17 15 0 0 15 0 2 0 886386076 360767488 11230 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13969/statm: 88078 11230 399 364 0 23981 0
[pid=13971] ppid=13969 vsize=268420 CPUtime=195.62 cores=0,2
/proc/13971/stat : 13971 (hybridGM3) T 13969 13971 13971 0 -1 4202496 7133 0 0 0 19561 1 0 0 25 0 1 0 886386077 274862080 6872 33554432000 134512640 135204385 4290016560 18446744073709551615 134536698 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13971/statm: 67105 6872 64 169 0 66935 0
[pid=13969/tid=13985] ppid=13613 vsize=352312 CPUtime=0 cores=0,2
/proc/13969/task/13985/stat : 13985 (python) S 13613 13613 13569 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 886396151 360767488 11230 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 514 18446604453648155840 0 0 -1 0 0 0 0
[pid=13994] ppid=13613 vsize=362568 CPUtime=0.19 cores=0,2
/proc/13994/stat : 13994 (python) S 13613 13613 13569 0 -1 4202560 933 0 0 0 11 8 0 0 15 0 1 0 886405667 371269632 11204 33554432000 4194304 5683644 140735793785840 18446744073709551615 228122734150 0 0 16781312 514 14518004309712404738 0 0 17 0 0 0 0
/proc/13994/statm: 90642 11204 370 364 0 26542 0
[pid=13996] ppid=13994 vsize=268424 CPUtime=117.59 cores=0,2
/proc/13996/stat : 13996 (hybridGM3) R 13994 13996 13996 0 -1 4202496 7134 0 0 0 11758 1 0 0 25 0 1 0 886405667 274866176 6870 33554432000 134512640 135204385 4294250288 18446744073709551615 134536784 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13996/statm: 67106 6870 64 169 0 66936 0
[pid=13613/tid=13717] ppid=13611 vsize=372812 CPUtime=0 cores=0,2
/proc/13613/task/13717/stat : 13717 (python) S 13611 13613 13569 0 -1 4202560 35 931 0 0 0 0 0 0 18 0 8 0 886297605 381759488 12726 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 2 18446604453953334272 0 0 -1 2 0 0 0
[pid=13613/tid=13821] ppid=13611 vsize=372812 CPUtime=0 cores=0,2
/proc/13613/task/13821/stat : 13821 (python) S 13611 13613 13569 0 -1 4202560 28 931 0 0 0 0 0 0 18 0 8 0 886307678 381759488 12726 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 2 18446604453953334272 0 0 -1 2 0 0 0
[pid=13613/tid=13840] ppid=13611 vsize=372812 CPUtime=0 cores=0,2
/proc/13613/task/13840/stat : 13840 (python) S 13611 13613 13569 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 8 0 886317652 381759488 12726 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 2 18446604453953334272 0 0 -1 2 0 0 0
[pid=13613/tid=13874] ppid=13611 vsize=372812 CPUtime=0 cores=0,2
/proc/13613/task/13874/stat : 13874 (python) S 13611 13613 13569 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 8 0 886346953 381759488 12726 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 2 18446604453953334272 0 0 -1 2 0 0 0
[pid=13613/tid=13899] ppid=13611 vsize=372812 CPUtime=0 cores=0,2
/proc/13613/task/13899/stat : 13899 (python) S 13611 13613 13569 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 8 0 886366583 381759488 12726 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 2 18446604453953334272 0 0 -1 2 0 0 0
[pid=13613/tid=13970] ppid=13611 vsize=372812 CPUtime=0 cores=0,2
/proc/13613/task/13970/stat : 13970 (python) S 13611 13613 13569 0 -1 4202560 28 931 0 0 0 0 0 0 18 0 8 0 886386076 381759488 12726 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 2 18446604453953334272 0 0 -1 0 0 0 0
[pid=13613/tid=13995] ppid=13611 vsize=372812 CPUtime=0 cores=0,2
/proc/13613/task/13995/stat : 13995 (python) S 13611 13613 13569 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 8 0 886405667 381759488 12726 33554432000 4194304 5683644 140735793785840 18446744073709551615 228134537649 0 0 16781312 2 18446604453953334272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 4789728

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13613 and gives
#  childrusage.ru_utime.tv_sec=123
#  childrusage.ru_utime.tv_usec=692195
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=143826
# CPU time returned by wait4() is 124.836
# while last known CPU time is 1200.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1204.35
CPU time (s): 1200.04
CPU user time (s): 1198.88
CPU system time (s): 1.16
CPU usage (%): 99.6419
Max. virtual memory (cumulated for all children) (KiB): 4789732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 123.692
system time used= 1.14383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40890
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= 23924
involuntary context switches= 635

runsolver used 2.89656 second user time and 5.73613 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-11 01:03:10
IDJOB=3484013
IDBENCH=82524
IDSOLVER=1975
FILE ID=node138/3484013-1307746989
RUNJOBID= node138-1307746989-13587
PBS_JOBID= 13550821
Free space on /tmp= 74080 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S92008434-079-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-3484013-1307746989/watcher-3484013-1307746989 -o /tmp/evaluation-result-3484013-1307746989/solver-3484013-1307746989 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484013-1307746989.cnf -seed 1487758871 -budget 1200

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

MD5SUM BENCH= aeb1e99b5983291023a10a1b4c71c10e
RANDOM SEED=1487758871

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:      30524188 kB
Buffers:        241760 kB
Cached:        1572420 kB
SwapCached:      13436 kB
Active:         906036 kB
Inactive:      1326432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30524188 kB
SwapTotal:    67111528 kB
SwapFree:     67051744 kB
Dirty:           93184 kB
Writeback:           0 kB
AnonPages:      415436 kB
Mapped:           8912 kB
Slab:           128548 kB
PageTables:       6176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   600788 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= 73948 MiB
End job on node138 at 2011-06-11 01:23:17