Trace number 3484117

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.11 1200.35

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S30704505-092-UNKNOWN.cnf
MD5SUM15b86e0c1384321ea7bbac2466a811a7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark318.072
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.27/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.27/0.68	c INFO: solving HOME/instance-3484117-1307747695.cnf
0.27/0.68	c INFO: computing task features
0.63/1.04	c INFO: computed variable-clause graph statistics
0.63/1.06	c INFO: computed clause balance statistics
2.53/2.91	c INFO: computed variable balance statistics
4.04/4.43	c INFO: computed small-clause counts
4.04/4.44	c INFO: computed Horn-clause counts
4.83/5.28	c INFO: computed variable graph statistics
4.83/5.28	c INFO: collected features for HOME/instance-3484117-1307747695.cnf in 4.58 s
4.83/5.28	c INFO: running hybridGM3@0 for 97 with 1195 remaining (b = 0.40)
105.61/106.00	c INFO: running hybridGM3@0 for 97 with 1094 remaining (b = 0.25)
206.34/206.71	c INFO: running hybridGM3@0 for 97 with 994 remaining (b = 0.17)
307.04/307.43	c INFO: running hybridGM3@100 for 97 with 893 remaining (b = 0.13)
404.15/404.55	c INFO: running hybridGM3@100 for 97 with 796 remaining (b = 0.13)
501.24/501.68	c INFO: running TNM@0 for 97 with 699 remaining (b = 0.15)
601.40/601.81	c INFO: running hybridGM3@100 for 97 with 599 remaining (b = 0.13)
698.55/698.94	c INFO: running hybridGM3@0 for 97 with 502 remaining (b = 0.13)
799.23/799.66	c INFO: running hybridGM3@100 for 97 with 402 remaining (b = 0.10)
894.34/894.77	c INFO: running hybridGM3@0 for 97 with 307 remaining (b = 0.09)
995.05/995.49	c INFO: running hybridGM3@100 for 97 with 206 remaining (b = 0.07)
1090.26/1090.61	c INFO: running hybridGM3@0 for 111 with 111 remaining (b = 0.07)
1200.11/1200.35	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-3484117-1307747695/watcher-3484117-1307747695 -o /tmp/evaluation-result-3484117-1307747695/solver-3484117-1307747695 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484117-1307747695.cnf -seed 2095343171 -budget 1200 

running on 2 cores: 4,6

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.90 3.62 2.12 3/194 10621
/proc/meminfo: memFree=31346140/32951124 swapFree=67064580/67111528
[pid=10621] ppid=10619 vsize=11804 CPUtime=0 cores=4,6
/proc/10621/stat : 10621 (runsolver) R 10619 10621 10281 0 -1 4202560 47 0 0 0 0 0 0 0 25 0 1 0 867185167 12087296 55 33554432000 4194304 5436572 140737262786848 18446744073709551615 5057063 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/10621/statm: 2951 55 36 304 0 2643 0

[startup+0.086979 s]
/proc/loadavg: 3.90 3.62 2.12 3/194 10621
/proc/meminfo: memFree=31346140/32951124 swapFree=67064580/67111528
[pid=10621] ppid=10619 vsize=38904 CPUtime=0.04 cores=4,6
/proc/10621/stat : 10621 (python) R 10619 10621 10281 0 -1 4202496 1666 0 0 0 4 0 0 0 17 0 1 0 867185167 39837696 1491 33554432000 4194304 5683644 140737225844960 18446744073709551615 264726403072 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10621/statm: 9726 1491 455 364 0 1026 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 38904

[startup+0.101007 s]
/proc/loadavg: 3.90 3.62 2.12 3/194 10621
/proc/meminfo: memFree=31346140/32951124 swapFree=67064580/67111528
[pid=10621] ppid=10619 vsize=56780 CPUtime=0.05 cores=4,6
/proc/10621/stat : 10621 (python) S 10619 10621 10281 0 -1 4202496 2104 0 0 0 4 1 0 0 17 0 1 0 867185167 58142720 1857 33554432000 4194304 5683644 140737225844960 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/10621/statm: 14195 1857 499 364 0 1318 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 56780

[startup+0.300956 s]
/proc/loadavg: 3.90 3.62 2.12 3/194 10621
/proc/meminfo: memFree=31346140/32951124 swapFree=67064580/67111528
[pid=10621] ppid=10619 vsize=135748 CPUtime=0.15 cores=4,6
/proc/10621/stat : 10621 (python) S 10619 10621 10281 0 -1 4202496 5969 932 1 0 12 3 0 0 17 0 1 0 867185167 139005952 4149 33554432000 4194304 5683644 140737225844960 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/10621/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 135748

[startup+0.700895 s]
/proc/loadavg: 3.90 3.62 2.12 3/194 10621
/proc/meminfo: memFree=31346140/32951124 swapFree=67064580/67111528
[pid=10621] ppid=10619 vsize=281084 CPUtime=0.33 cores=4,6
/proc/10621/stat : 10621 (python) R 10619 10621 10281 0 -1 4202496 9919 932 1 0 27 6 0 0 16 0 1 0 867185167 287830016 7593 33554432000 4194304 5683644 140737225844960 18446744073709551615 5007165 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10621/statm: 70271 7593 1761 364 0 6195 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 281084

[startup+1.50074 s]
/proc/loadavg: 3.90 3.62 2.12 4/199 10644
/proc/meminfo: memFree=31240608/32951124 swapFree=67064580/67111528
[pid=10621] ppid=10619 vsize=302956 CPUtime=1.13 cores=4,6
/proc/10621/stat : 10621 (python) R 10619 10621 10281 0 -1 4202496 18318 932 1 0 106 7 0 0 17 0 1 0 867185167 310226944 13124 33554432000 4194304 5683644 140737225844960 18446744073709551615 264726062833 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10621/statm: 75739 13124 1826 364 0 11663 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 302956

[startup+3.10045 s]
/proc/loadavg: 3.90 3.62 2.12 4/202 10647
/proc/meminfo: memFree=31234632/32951124 swapFree=67064580/67111528
[pid=10621] ppid=10619 vsize=302956 CPUtime=2.73 cores=4,6
/proc/10621/stat : 10621 (python) R 10619 10621 10281 0 -1 4202496 18319 932 1 0 266 7 0 0 19 0 1 0 867185167 310226944 13125 33554432000 4194304 5683644 140737225844960 18446744073709551615 47093872132130 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10621/statm: 75739 13125 1827 364 0 11663 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 302956

[startup+6.3008 s]
/proc/loadavg: 3.91 3.62 2.13 4/205 10650
/proc/meminfo: memFree=31225512/32951124 swapFree=67064580/67111528
[pid=10621] ppid=10619 vsize=311272 CPUtime=4.92 cores=4,6
/proc/10621/stat : 10621 (python) S 10619 10621 10281 0 -1 4202496 18607 932 1 0 485 7 0 0 25 0 2 0 867185167 318742528 12681 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10621/statm: 77818 12681 1867 364 0 13736 0
[pid=10648] ppid=10621 vsize=301028 CPUtime=0 cores=4,6
/proc/10648/stat : 10648 (python) S 10621 10621 10281 0 -1 4202560 738 0 0 0 0 0 0 0 20 0 1 0 867185696 308252672 11163 33554432000 4194304 5683644 140737225844960 18446744073709551615 264726425103 0 0 16781312 514 4342653944225333247 0 0 17 4 0 0 0
/proc/10648/statm: 75257 11163 353 364 0 11175 0
[pid=10650] ppid=10648 vsize=268424 CPUtime=0.99 cores=4,6
/proc/10650/stat : 10650 (hybridGM3) R 10648 10650 10650 0 -1 4202496 7130 0 0 0 99 0 0 0 25 0 1 0 867185696 274866176 6868 33554432000 134512640 135204385 4294908720 18446744073709551615 134546157 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10650/statm: 67106 6868 64 169 0 66936 0
[pid=10621/tid=10649] ppid=10619 vsize=311272 CPUtime=0 cores=4,6
/proc/10621/task/10649/stat : 10649 (python) S 10619 10621 10281 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 867185696 318742528 12681 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 2 18446604453919836032 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 880724

[startup+12.7007 s]
/proc/loadavg: 3.83 3.61 2.13 4/205 10650
/proc/meminfo: memFree=31208228/32951124 swapFree=67064580/67111528
[pid=10621] ppid=10619 vsize=311272 CPUtime=4.92 cores=4,6
/proc/10621/stat : 10621 (python) S 10619 10621 10281 0 -1 4202496 18607 932 1 0 485 7 0 0 25 0 2 0 867185167 318742528 12681 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10621/statm: 77818 12681 1867 364 0 13736 0
[pid=10648] ppid=10621 vsize=301028 CPUtime=0 cores=4,6
/proc/10648/stat : 10648 (python) S 10621 10621 10281 0 -1 4202560 882 0 0 0 0 0 0 0 18 0 1 0 867185696 308252672 11186 33554432000 4194304 5683644 140737225844960 18446744073709551615 264726425103 0 0 16781312 514 4342653944225300739 0 0 17 4 0 0 0
/proc/10648/statm: 75257 11186 376 364 0 11175 0
[pid=10650] ppid=10648 vsize=268424 CPUtime=7.37 cores=4,6
/proc/10650/stat : 10650 (hybridGM3) R 10648 10650 10650 0 -1 4202496 7131 0 0 0 737 0 0 0 25 0 1 0 867185696 274866176 6869 33554432000 134512640 135204385 4294908720 18446744073709551615 134547435 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10650/statm: 67106 6869 64 169 0 66936 0
[pid=10621/tid=10649] ppid=10619 vsize=311272 CPUtime=0 cores=4,6
/proc/10621/task/10649/stat : 10649 (python) S 10619 10621 10281 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 867185696 318742528 12681 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 2 18446604453919836032 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 880724

[startup+25.5012 s]
/proc/loadavg: 3.65 3.58 2.15 4/205 10650
/proc/meminfo: memFree=31208708/32951124 swapFree=67064580/67111528
[pid=10621] ppid=10619 vsize=311272 CPUtime=4.92 cores=4,6
/proc/10621/stat : 10621 (python) S 10619 10621 10281 0 -1 4202496 18607 932 1 0 485 7 0 0 25 0 2 0 867185167 318742528 12681 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10621/statm: 77818 12681 1867 364 0 13736 0
[pid=10648] ppid=10621 vsize=301028 CPUtime=0.02 cores=4,6
/proc/10648/stat : 10648 (python) S 10621 10621 10281 0 -1 4202560 888 0 0 0 1 1 0 0 18 0 1 0 867185696 308252672 11186 33554432000 4194304 5683644 140737225844960 18446744073709551615 264726425103 0 0 16781312 514 16318705288846737667 0 0 17 4 0 0 0
/proc/10648/statm: 75257 11186 376 364 0 11175 0
[pid=10650] ppid=10648 vsize=268424 CPUtime=20.16 cores=4,6
/proc/10650/stat : 10650 (hybridGM3) R 10648 10650 10650 0 -1 4202496 7131 0 0 0 2016 0 0 0 25 0 1 0 867185696 274866176 6869 33554432000 134512640 135204385 4294908720 18446744073709551615 134537224 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10650/statm: 67106 6869 64 169 0 66936 0
[pid=10621/tid=10649] ppid=10619 vsize=311272 CPUtime=0 cores=4,6
/proc/10621/task/10649/stat : 10649 (python) S 10619 10621 10281 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 867185696 318742528 12681 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 2 18446604453919836032 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 880724

[startup+51.1004 s]
/proc/loadavg: 3.49 3.55 2.18 4/205 10651
/proc/meminfo: memFree=31208540/32951124 swapFree=67064580/67111528
[pid=10621] ppid=10619 vsize=311272 CPUtime=4.92 cores=4,6
/proc/10621/stat : 10621 (python) S 10619 10621 10281 0 -1 4202496 18607 932 1 0 485 7 0 0 25 0 2 0 867185167 318742528 12681 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10621/statm: 77818 12681 1867 364 0 13736 0
[pid=10648] ppid=10621 vsize=301028 CPUtime=0.05 cores=4,6
/proc/10648/stat : 10648 (python) S 10621 10621 10281 0 -1 4202560 900 0 0 0 3 2 0 0 18 0 1 0 867185696 308252672 11186 33554432000 4194304 5683644 140737225844960 18446744073709551615 264726425103 0 0 16781312 514 16318705288846737667 0 0 17 4 0 0 0
/proc/10648/statm: 75257 11186 376 364 0 11175 0
[pid=10650] ppid=10648 vsize=268424 CPUtime=45.73 cores=4,6
/proc/10650/stat : 10650 (hybridGM3) R 10648 10650 10650 0 -1 4202496 7132 0 0 0 4573 0 0 0 25 0 1 0 867185696 274866176 6870 33554432000 134512640 135204385 4294908720 18446744073709551615 134536891 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10650/statm: 67106 6870 64 169 0 66936 0
[pid=10621/tid=10649] ppid=10619 vsize=311272 CPUtime=0 cores=4,6
/proc/10621/task/10649/stat : 10649 (python) S 10619 10621 10281 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 867185696 318742528 12681 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 2 18446604453919836032 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 880724

[startup+102.307 s]
/proc/loadavg: 3.21 3.46 2.22 4/194 10704
/proc/meminfo: memFree=31221896/32951124 swapFree=67064580/67111528
[pid=10621] ppid=10619 vsize=311272 CPUtime=4.92 cores=4,6
/proc/10621/stat : 10621 (python) S 10619 10621 10281 0 -1 4202496 18607 932 1 0 485 7 0 0 25 0 2 0 867185167 318742528 12681 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10621/statm: 77818 12681 1867 364 0 13736 0
[pid=10648] ppid=10621 vsize=301028 CPUtime=0.11 cores=4,6
/proc/10648/stat : 10648 (python) S 10621 10621 10281 0 -1 4202560 923 0 0 0 6 5 0 0 18 0 1 0 867185696 308252672 11186 33554432000 4194304 5683644 140737225844960 18446744073709551615 264726425103 0 0 16781312 514 16318705288846737667 0 0 17 4 0 0 0
/proc/10648/statm: 75257 11186 376 364 0 11175 0
[pid=10650] ppid=10648 vsize=268424 CPUtime=96.88 cores=4,6
/proc/10650/stat : 10650 (hybridGM3) R 10648 10650 10650 0 -1 4202496 7133 0 0 0 9688 0 0 0 25 0 1 0 867185696 274866176 6871 33554432000 134512640 135204385 4294908720 18446744073709551615 134537435 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10650/statm: 67106 6871 64 169 0 66936 0
[pid=10621/tid=10649] ppid=10619 vsize=311272 CPUtime=0 cores=4,6
/proc/10621/task/10649/stat : 10649 (python) S 10619 10621 10281 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 867185696 318742528 12681 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 2 18446604453919836032 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 880724

[startup+162.301 s]
/proc/loadavg: 3.08 3.38 2.26 4/201 10712
/proc/meminfo: memFree=31170048/32951124 swapFree=67064580/67111528
[pid=10621] ppid=10619 vsize=321528 CPUtime=4.93 cores=4,6
/proc/10621/stat : 10621 (python) S 10619 10621 10281 0 -1 4202496 19508 932 1 0 486 7 0 0 20 0 3 0 867185167 329244672 12688 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10621/statm: 80382 12688 1870 364 0 16297 0
[pid=10648] ppid=10621 vsize=311272 CPUtime=0.12 cores=4,6
/proc/10648/stat : 10648 (python) S 10621 10621 10281 0 -1 4202560 1164 0 0 0 7 5 0 0 19 0 2 0 867185696 318742528 11230 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10648/statm: 77818 11230 415 364 0 13736 0
[pid=10650] ppid=10648 vsize=268424 CPUtime=100.57 cores=4,6
/proc/10650/stat : 10650 (hybridGM3) T 10648 10650 10650 0 -1 4202496 7133 0 0 0 10057 0 0 0 25 0 1 0 867185696 274866176 6871 33554432000 134512640 135204385 4294908720 18446744073709551615 134537583 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10650/statm: 67106 6871 64 169 0 66936 0
[pid=10648/tid=10707] ppid=10621 vsize=311272 CPUtime=0 cores=4,6
/proc/10648/task/10707/stat : 10707 (python) S 10621 10621 10281 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867195766 318742528 11230 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 514 18446604453923796160 0 0 -1 6 0 0 0
[pid=10708] ppid=10621 vsize=311284 CPUtime=0.07 cores=4,6
/proc/10708/stat : 10708 (python) S 10621 10621 10281 0 -1 4202560 908 0 0 0 4 3 0 0 15 0 1 0 867195767 318754816 11184 33554432000 4194304 5683644 140737225844960 18446744073709551615 264726425158 0 0 16781312 514 16318705288846737668 0 0 17 4 0 0 0
/proc/10708/statm: 77821 11184 370 364 0 13736 0
[pid=10710] ppid=10708 vsize=268420 CPUtime=56.24 cores=4,6
/proc/10710/stat : 10710 (hybridGM3) R 10708 10710 10710 0 -1 4202496 7136 0 0 0 5623 1 0 0 25 0 1 0 867195767 274862080 6872 33554432000 134512640 135204385 4287639984 18446744073709551615 134537403 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10710/statm: 67105 6872 64 169 0 66935 0
[pid=10621/tid=10649] ppid=10619 vsize=321528 CPUtime=0 cores=4,6
/proc/10621/task/10649/stat : 10649 (python) S 10619 10621 10281 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 3 0 867185696 329244672 12688 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 2 18446604453919836032 0 0 -1 4 0 0 0
[pid=10621/tid=10709] ppid=10619 vsize=321528 CPUtime=0 cores=4,6
/proc/10621/task/10709/stat : 10709 (python) S 10619 10621 10281 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 3 0 867195767 329244672 12688 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 2 18446604453919836032 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 161.93
Current children cumulated vsize (KiB) 1480928

[startup+222.301 s]
/proc/loadavg: 3.03 3.31 2.30 4/213 10726
/proc/meminfo: memFree=31091404/32951124 swapFree=67064580/67111528
[pid=10621] ppid=10619 vsize=331784 CPUtime=4.93 cores=4,6
/proc/10621/stat : 10621 (python) S 10619 10621 10281 0 -1 4202496 20339 932 1 0 486 7 0 0 20 0 4 0 867185167 339746816 12694 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10621/statm: 82946 12694 1872 364 0 18858 0

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

/proc/meminfo: memFree=30779740/32951124 swapFree=67064580/67111528
[pid=10621] ppid=10619 vsize=372808 CPUtime=5.01 cores=4,6
/proc/10621/stat : 10621 (python) S 10619 10621 10281 0 -1 4202496 24058 932 1 0 492 9 0 0 19 0 8 0 867185167 381755392 12718 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10621/statm: 93202 12718 1880 364 0 29102 0
[pid=10648] ppid=10621 vsize=311272 CPUtime=0.26 cores=4,6
/proc/10648/stat : 10648 (python) S 10621 10621 10281 0 -1 4202560 1202 0 0 0 16 10 0 0 18 0 2 0 867185696 318742528 11231 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10648/statm: 77818 11231 416 364 0 13736 0
[pid=10650] ppid=10648 vsize=268424 CPUtime=197.56 cores=4,6
/proc/10650/stat : 10650 (hybridGM3) T 10648 10650 10650 0 -1 4202496 7134 0 0 0 19756 0 0 0 25 0 1 0 867185696 274866176 6872 33554432000 134512640 135204385 4294908720 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10650/statm: 67106 6872 64 169 0 66936 0
[pid=10648/tid=10707] ppid=10621 vsize=311272 CPUtime=0 cores=4,6
/proc/10648/task/10707/stat : 10707 (python) S 10621 10621 10281 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 867195766 318742528 11231 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 514 18446604453923796160 0 0 -1 6 0 0 0
[pid=10708] ppid=10621 vsize=311284 CPUtime=0.26 cores=4,6
/proc/10708/stat : 10708 (python) S 10621 10621 10281 0 -1 4202560 1113 0 0 0 14 12 0 0 15 0 2 0 867195767 318754816 11214 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10708/statm: 77821 11214 399 364 0 13736 0
[pid=10710] ppid=10708 vsize=268420 CPUtime=197.55 cores=4,6
/proc/10710/stat : 10710 (hybridGM3) T 10708 10710 10710 0 -1 4202496 7137 0 0 0 19754 1 0 0 25 0 1 0 867195767 274862080 6873 33554432000 134512640 135204385 4287639984 18446744073709551615 134546160 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10710/statm: 67105 6873 64 169 0 66935 0
[pid=10708/tid=10722] ppid=10621 vsize=311284 CPUtime=0 cores=4,6
/proc/10708/task/10722/stat : 10722 (python) S 10621 10621 10281 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 867205838 318754816 11214 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 514 18446604448783250624 0 0 -1 4 0 0 0
[pid=10723] ppid=10621 vsize=321540 CPUtime=0.26 cores=4,6
/proc/10723/stat : 10723 (python) S 10621 10621 10281 0 -1 4202560 1115 0 0 0 16 10 0 0 15 0 2 0 867205838 329256960 11218 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10723/statm: 80385 11218 399 364 0 16297 0
[pid=10725] ppid=10723 vsize=268424 CPUtime=197.61 cores=4,6
/proc/10725/stat : 10725 (hybridGM3) T 10723 10725 10725 0 -1 4202496 7137 0 0 0 19759 2 0 0 25 0 1 0 867205839 274866176 6873 33554432000 134512640 135204385 4288800160 18446744073709551615 134537608 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10725/statm: 67106 6873 64 169 0 66936 0
[pid=10723/tid=10779] ppid=10621 vsize=321540 CPUtime=0 cores=4,6
/proc/10723/task/10779/stat : 10779 (python) S 10621 10621 10281 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 867215909 329256960 11218 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 514 18446604440278902912 0 0 -1 4 0 0 0
[pid=10797] ppid=10621 vsize=331796 CPUtime=0.13 cores=4,6
/proc/10797/stat : 10797 (python) S 10621 10621 10281 0 -1 4202560 1078 0 0 0 7 6 0 0 19 0 2 0 867235335 339759104 11222 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10797/statm: 82949 11222 399 364 0 18858 0
[pid=10799] ppid=10797 vsize=460952 CPUtime=99.98 cores=4,6
/proc/10799/stat : 10799 (TNM) T 10797 10799 10799 0 -1 4202496 4397 0 0 0 9998 0 0 0 25 0 1 0 867235335 472014848 4133 33554432000 134512640 135008748 4292678096 18446744073709551615 134529398 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10799/statm: 115238 4133 46 122 0 114138 0
[pid=10797/tid=10808] ppid=10621 vsize=331796 CPUtime=0 cores=4,6
/proc/10797/task/10808/stat : 10808 (python) S 10621 10621 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867245347 339759104 11222 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 514 18446604453926212544 0 0 -1 6 0 0 0
[pid=10818] ppid=10621 vsize=342052 CPUtime=0.26 cores=4,6
/proc/10818/stat : 10818 (python) S 10621 10621 10281 0 -1 4202560 1132 0 0 0 15 11 0 0 15 0 2 0 867255061 350261248 11226 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10818/statm: 85513 11226 399 364 0 21419 0
[pid=10820] ppid=10818 vsize=268424 CPUtime=195.58 cores=4,6
/proc/10820/stat : 10820 (hybridGM3) T 10818 10820 10820 0 -1 4202496 7134 0 0 0 19552 6 0 0 25 0 1 0 867255061 274866176 6872 33554432000 134512640 135204385 4287502064 18446744073709551615 134545853 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10820/statm: 67106 6872 64 169 0 66936 0
[pid=10818/tid=11062] ppid=10621 vsize=342052 CPUtime=0 cores=4,6
/proc/10818/task/11062/stat : 11062 (python) S 10621 10621 10281 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 867265132 350261248 11226 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 514 18446604453946257536 0 0 -1 4 0 0 0
[pid=11071] ppid=10621 vsize=352308 CPUtime=0.25 cores=4,6
/proc/11071/stat : 11071 (python) S 10621 10621 10281 0 -1 4202560 1130 0 0 0 15 10 0 0 15 0 2 0 867274645 360763392 11230 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11071/statm: 88077 11230 399 364 0 23980 0
[pid=11073] ppid=11071 vsize=268424 CPUtime=195.57 cores=4,6
/proc/11073/stat : 11073 (hybridGM3) T 11071 11073 11073 0 -1 4202496 7134 0 0 0 19557 0 0 0 25 0 1 0 867274645 274866176 6872 33554432000 134512640 135204385 4292455600 18446744073709551615 134537510 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11073/statm: 67106 6872 64 169 0 66936 0
[pid=11071/tid=11083] ppid=10621 vsize=352308 CPUtime=0 cores=4,6
/proc/11071/task/11083/stat : 11083 (python) S 10621 10621 10281 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 867284716 360763392 11230 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 514 18446604453956606656 0 0 -1 4 0 0 0
[pid=11088] ppid=10621 vsize=362564 CPUtime=0.15 cores=4,6
/proc/11088/stat : 11088 (python) S 10621 10621 10281 0 -1 4202560 926 0 0 0 8 7 0 0 15 0 1 0 867294229 371265536 11204 33554432000 4194304 5683644 140737225844960 18446744073709551615 264726425158 0 0 16781312 514 16318705288846737668 0 0 17 6 0 0 0
/proc/11088/statm: 90641 11204 370 364 0 26541 0
[pid=11090] ppid=11088 vsize=268420 CPUtime=109.68 cores=4,6
/proc/11090/stat : 11090 (hybridGM3) R 11088 11090 11090 0 -1 4202496 7132 0 0 0 10968 0 0 0 25 0 1 0 867294229 274862080 6869 33554432000 134512640 135204385 4289391760 18446744073709551615 134546153 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11090/statm: 67105 6869 64 169 0 66935 0
[pid=10621/tid=10649] ppid=10619 vsize=372808 CPUtime=0 cores=4,6
/proc/10621/task/10649/stat : 10649 (python) S 10619 10621 10281 0 -1 4202560 36 932 0 0 0 0 0 0 18 0 8 0 867185696 381755392 12718 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 2 18446604453919836032 0 0 -1 4 0 0 0
[pid=10621/tid=10709] ppid=10619 vsize=372808 CPUtime=0 cores=4,6
/proc/10621/task/10709/stat : 10709 (python) S 10619 10621 10281 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 8 0 867195767 381755392 12718 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 2 18446604453919836032 0 0 -1 4 0 0 0
[pid=10621/tid=10724] ppid=10619 vsize=372808 CPUtime=0 cores=4,6
/proc/10621/task/10724/stat : 10724 (python) S 10619 10621 10281 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 8 0 867205839 381755392 12718 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 2 18446604453919836032 0 0 -1 4 0 0 0
[pid=10621/tid=10798] ppid=10619 vsize=372808 CPUtime=0 cores=4,6
/proc/10621/task/10798/stat : 10798 (python) S 10619 10621 10281 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 8 0 867235335 381755392 12718 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 2 18446604453919836032 0 0 -1 4 0 0 0
[pid=10621/tid=10819] ppid=10619 vsize=372808 CPUtime=0 cores=4,6
/proc/10621/task/10819/stat : 10819 (python) S 10619 10621 10281 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 8 0 867255061 381755392 12718 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 2 18446604453919836032 0 0 -1 6 0 0 0
[pid=10621/tid=11072] ppid=10619 vsize=372808 CPUtime=0 cores=4,6
/proc/10621/task/11072/stat : 11072 (python) S 10619 10621 10281 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 8 0 867274645 381755392 12718 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 2 18446604453919836032 0 0 -1 6 0 0 0
[pid=10621/tid=11089] ppid=10619 vsize=372808 CPUtime=0 cores=4,6
/proc/10621/task/11089/stat : 11089 (python) S 10619 10621 10281 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 8 0 867294229 381755392 12718 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 2 18446604453919836032 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1200.11
Current children cumulated vsize (KiB) 4777112

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

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

[startup+1200.3 s]
/proc/loadavg: 3.02 3.03 2.75 4/245 11096
/proc/meminfo: memFree=30779740/32951124 swapFree=67064580/67111528
[pid=10621] ppid=10619 vsize=372808 CPUtime=5.01 cores=4,6
/proc/10621/stat : 10621 (python) S 10619 10621 10281 0 -1 4202496 24058 932 1 0 492 9 0 0 19 0 8 0 867185167 381755392 12718 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10621/statm: 93202 12718 1880 364 0 29102 0
[pid=10648] ppid=10621 vsize=311272 CPUtime=0.26 cores=4,6
/proc/10648/stat : 10648 (python) S 10621 10621 10281 0 -1 4202560 1202 0 0 0 16 10 0 0 18 0 2 0 867185696 318742528 11231 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10648/statm: 77818 11231 416 364 0 13736 0
[pid=10650] ppid=10648 vsize=268424 CPUtime=197.56 cores=4,6
/proc/10650/stat : 10650 (hybridGM3) T 10648 10650 10650 0 -1 4202496 7134 0 0 0 19756 0 0 0 25 0 1 0 867185696 274866176 6872 33554432000 134512640 135204385 4294908720 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10650/statm: 67106 6872 64 169 0 66936 0
[pid=10648/tid=10707] ppid=10621 vsize=311272 CPUtime=0 cores=4,6
/proc/10648/task/10707/stat : 10707 (python) S 10621 10621 10281 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 867195766 318742528 11231 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 514 18446604453923796160 0 0 -1 6 0 0 0
[pid=10708] ppid=10621 vsize=311284 CPUtime=0.26 cores=4,6
/proc/10708/stat : 10708 (python) S 10621 10621 10281 0 -1 4202560 1113 0 0 0 14 12 0 0 15 0 2 0 867195767 318754816 11214 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10708/statm: 77821 11214 399 364 0 13736 0
[pid=10710] ppid=10708 vsize=268420 CPUtime=197.55 cores=4,6
/proc/10710/stat : 10710 (hybridGM3) T 10708 10710 10710 0 -1 4202496 7137 0 0 0 19754 1 0 0 25 0 1 0 867195767 274862080 6873 33554432000 134512640 135204385 4287639984 18446744073709551615 134546160 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10710/statm: 67105 6873 64 169 0 66935 0
[pid=10708/tid=10722] ppid=10621 vsize=311284 CPUtime=0 cores=4,6
/proc/10708/task/10722/stat : 10722 (python) S 10621 10621 10281 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 867205838 318754816 11214 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 514 18446604448783250624 0 0 -1 4 0 0 0
[pid=10723] ppid=10621 vsize=321540 CPUtime=0.26 cores=4,6
/proc/10723/stat : 10723 (python) S 10621 10621 10281 0 -1 4202560 1115 0 0 0 16 10 0 0 15 0 2 0 867205838 329256960 11218 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10723/statm: 80385 11218 399 364 0 16297 0
[pid=10725] ppid=10723 vsize=268424 CPUtime=197.61 cores=4,6
/proc/10725/stat : 10725 (hybridGM3) T 10723 10725 10725 0 -1 4202496 7137 0 0 0 19759 2 0 0 25 0 1 0 867205839 274866176 6873 33554432000 134512640 135204385 4288800160 18446744073709551615 134537608 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10725/statm: 67106 6873 64 169 0 66936 0
[pid=10723/tid=10779] ppid=10621 vsize=321540 CPUtime=0 cores=4,6
/proc/10723/task/10779/stat : 10779 (python) S 10621 10621 10281 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 867215909 329256960 11218 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 514 18446604440278902912 0 0 -1 4 0 0 0
[pid=10797] ppid=10621 vsize=331796 CPUtime=0.13 cores=4,6
/proc/10797/stat : 10797 (python) S 10621 10621 10281 0 -1 4202560 1078 0 0 0 7 6 0 0 19 0 2 0 867235335 339759104 11222 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10797/statm: 82949 11222 399 364 0 18858 0
[pid=10799] ppid=10797 vsize=460952 CPUtime=99.98 cores=4,6
/proc/10799/stat : 10799 (TNM) T 10797 10799 10799 0 -1 4202496 4397 0 0 0 9998 0 0 0 25 0 1 0 867235335 472014848 4133 33554432000 134512640 135008748 4292678096 18446744073709551615 134529398 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10799/statm: 115238 4133 46 122 0 114138 0
[pid=10797/tid=10808] ppid=10621 vsize=331796 CPUtime=0 cores=4,6
/proc/10797/task/10808/stat : 10808 (python) S 10621 10621 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867245347 339759104 11222 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 514 18446604453926212544 0 0 -1 6 0 0 0
[pid=10818] ppid=10621 vsize=342052 CPUtime=0.26 cores=4,6
/proc/10818/stat : 10818 (python) S 10621 10621 10281 0 -1 4202560 1132 0 0 0 15 11 0 0 15 0 2 0 867255061 350261248 11226 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10818/statm: 85513 11226 399 364 0 21419 0
[pid=10820] ppid=10818 vsize=268424 CPUtime=195.58 cores=4,6
/proc/10820/stat : 10820 (hybridGM3) T 10818 10820 10820 0 -1 4202496 7134 0 0 0 19552 6 0 0 25 0 1 0 867255061 274866176 6872 33554432000 134512640 135204385 4287502064 18446744073709551615 134545853 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10820/statm: 67106 6872 64 169 0 66936 0
[pid=10818/tid=11062] ppid=10621 vsize=342052 CPUtime=0 cores=4,6
/proc/10818/task/11062/stat : 11062 (python) S 10621 10621 10281 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 867265132 350261248 11226 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 514 18446604453946257536 0 0 -1 4 0 0 0
[pid=11071] ppid=10621 vsize=352308 CPUtime=0.25 cores=4,6
/proc/11071/stat : 11071 (python) S 10621 10621 10281 0 -1 4202560 1130 0 0 0 15 10 0 0 15 0 2 0 867274645 360763392 11230 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11071/statm: 88077 11230 399 364 0 23980 0
[pid=11073] ppid=11071 vsize=268424 CPUtime=195.57 cores=4,6
/proc/11073/stat : 11073 (hybridGM3) T 11071 11073 11073 0 -1 4202496 7134 0 0 0 19557 0 0 0 25 0 1 0 867274645 274866176 6872 33554432000 134512640 135204385 4292455600 18446744073709551615 134537510 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11073/statm: 67106 6872 64 169 0 66936 0
[pid=11071/tid=11083] ppid=10621 vsize=352308 CPUtime=0 cores=4,6
/proc/11071/task/11083/stat : 11083 (python) S 10621 10621 10281 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 867284716 360763392 11230 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 514 18446604453956606656 0 0 -1 4 0 0 0
[pid=11088] ppid=10621 vsize=362564 CPUtime=0.15 cores=4,6
/proc/11088/stat : 11088 (python) S 10621 10621 10281 0 -1 4202560 926 0 0 0 8 7 0 0 15 0 1 0 867294229 371265536 11204 33554432000 4194304 5683644 140737225844960 18446744073709551615 264726425158 0 0 16781312 514 16318705288846737668 0 0 17 6 0 0 0
/proc/11088/statm: 90641 11204 370 364 0 26541 0
[pid=11090] ppid=11088 vsize=268420 CPUtime=109.68 cores=4,6
/proc/11090/stat : 11090 (hybridGM3) R 11088 11090 11090 0 -1 4202496 7132 0 0 0 10968 0 0 0 25 0 1 0 867294229 274862080 6869 33554432000 134512640 135204385 4289391760 18446744073709551615 134546153 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11090/statm: 67105 6869 64 169 0 66935 0
[pid=10621/tid=10649] ppid=10619 vsize=372808 CPUtime=0 cores=4,6
/proc/10621/task/10649/stat : 10649 (python) S 10619 10621 10281 0 -1 4202560 36 932 0 0 0 0 0 0 18 0 8 0 867185696 381755392 12718 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 2 18446604453919836032 0 0 -1 4 0 0 0
[pid=10621/tid=10709] ppid=10619 vsize=372808 CPUtime=0 cores=4,6
/proc/10621/task/10709/stat : 10709 (python) S 10619 10621 10281 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 8 0 867195767 381755392 12718 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 2 18446604453919836032 0 0 -1 4 0 0 0
[pid=10621/tid=10724] ppid=10619 vsize=372808 CPUtime=0 cores=4,6
/proc/10621/task/10724/stat : 10724 (python) S 10619 10621 10281 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 8 0 867205839 381755392 12718 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 2 18446604453919836032 0 0 -1 4 0 0 0
[pid=10621/tid=10798] ppid=10619 vsize=372808 CPUtime=0 cores=4,6
/proc/10621/task/10798/stat : 10798 (python) S 10619 10621 10281 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 8 0 867235335 381755392 12718 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 2 18446604453919836032 0 0 -1 4 0 0 0
[pid=10621/tid=10819] ppid=10619 vsize=372808 CPUtime=0 cores=4,6
/proc/10621/task/10819/stat : 10819 (python) S 10619 10621 10281 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 8 0 867255061 381755392 12718 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 2 18446604453919836032 0 0 -1 6 0 0 0
[pid=10621/tid=11072] ppid=10619 vsize=372808 CPUtime=0 cores=4,6
/proc/10621/task/11072/stat : 11072 (python) S 10619 10621 10281 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 8 0 867274645 381755392 12718 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 2 18446604453919836032 0 0 -1 6 0 0 0
[pid=10621/tid=11089] ppid=10619 vsize=372808 CPUtime=0 cores=4,6
/proc/10621/task/11089/stat : 11089 (python) S 10619 10621 10281 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 8 0 867294229 381755392 12718 33554432000 4194304 5683644 140737225844960 18446744073709551615 264738228657 0 0 16781312 2 18446604453919836032 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1200.11
Current children cumulated vsize (KiB) 4777112

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.35
CPU time (s): 1200.11
CPU user time (s): 1199.27
CPU system time (s): 0.84
CPU usage (%): 99.9797
Max. virtual memory (cumulated for all children) (KiB): 4777112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.604
system time used= 0.808877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40730
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= 6017
involuntary context switches= 256

runsolver used 2.70759 second user time and 4.98624 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-11 01:14:55
IDJOB=3484117
IDBENCH=82628
IDSOLVER=1975
FILE ID=node141/3484117-1307747695
RUNJOBID= node141-1307746989-10300
PBS_JOBID= 13550819
Free space on /tmp= 74032 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-S30704505-092-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484117-1307747695/watcher-3484117-1307747695 -o /tmp/evaluation-result-3484117-1307747695/solver-3484117-1307747695 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484117-1307747695.cnf -seed 2095343171 -budget 1200

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

MD5SUM BENCH= 15b86e0c1384321ea7bbac2466a811a7
RANDOM SEED=2095343171

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.806
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:      31346320 kB
Buffers:        237584 kB
Cached:        1063480 kB
SwapCached:       8728 kB
Active:         609848 kB
Inactive:       808176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31346320 kB
SwapTotal:    67111528 kB
SwapFree:     67064580 kB
Dirty:           33892 kB
Writeback:           0 kB
AnonPages:      115432 kB
Mapped:          16020 kB
Slab:           117216 kB
PageTables:       7732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1713668 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= 73996 MiB
End job on node141 at 2011-06-11 01:34:58