Trace number 3484003

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)SAT 155.268 155.921

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S541704841-072-UNKNOWN.cnf
MD5SUMd89541d4d678adcd99dbf4694eb0406c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.1322
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 512750

Solver Data

0.50/1.21	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.50/1.21	c INFO: solving HOME/instance-3484003-1307746988.cnf
0.50/1.21	c INFO: computing task features
0.50/1.29	c INFO: computed variable-clause graph statistics
0.50/1.29	c INFO: computed clause balance statistics
0.99/1.79	c INFO: computed variable balance statistics
1.19/1.99	c INFO: computed small-clause counts
1.19/1.99	c INFO: computed Horn-clause counts
1.29/2.00	c INFO: computed variable graph statistics
1.29/2.00	c INFO: collected features for HOME/instance-3484003-1307746988.cnf in 0.79 s
1.29/2.01	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.37)
101.38/102.16	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.12)
155.20/155.90	s SATISFIABLE
155.20/155.90	v -1 2 -3 4 -5 -6 7 -8 9 10 -11 12 13 -14 15 -16 17 -18 -19 20 -21 22 -23 24 25 26 27 28 -29 30 -31 32 -33 34 -35 36 -37 -38 39 -40 41 42 -43 -44 45 -46 -47 -48 -49 -50 51 -52 -53 -54 -55 56 -57 -58 -59 60 -61 62 -63 -64 -65 -66 -67 68 69 70 71 -72 -73 -74 75 76 77 78 -79 -80 -81 82 -83 -84 85 86 87 88 -89 -90 91 -92 -93 94 -95 -96 -97 98 -99 100 101 -102 103 104 105 106 107 -108 -109 -110 111 -112 -113 -114 115 116 117 -118 119 120 -121 -122 -123 -124 125 126 -127 128 129 130 -131 -132 -133 134 135 136 -137 -138 139 140 141 142 -143 -144 145 -146 147 -148 149 150 0

Verifier Data

OK

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-3484003-1307746988/watcher-3484003-1307746988 -o /tmp/evaluation-result-3484003-1307746988/solver-3484003-1307746988 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484003-1307746988.cnf -seed 2106410688 -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: 0.00 0.00 0.01 2/174 10688
/proc/meminfo: memFree=31938160/32951124 swapFree=67056964/67111528
[pid=10688] ppid=10686 vsize=15184 CPUtime=0 cores=4,6
/proc/10688/stat : 10688 (python) S 10686 10688 10649 0 -1 4202496 728 0 0 0 0 0 0 0 23 0 1 0 867114692 15548416 617 33554432000 4194304 5683644 140736236139488 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/10688/statm: 3796 617 322 364 0 283 0

[startup+0.0865751 s]
/proc/loadavg: 0.00 0.00 0.01 2/174 10688
/proc/meminfo: memFree=31938160/32951124 swapFree=67056964/67111528
[pid=10688] ppid=10686 vsize=50016 CPUtime=0.04 cores=4,6
/proc/10688/stat : 10688 (python) R 10686 10688 10649 0 -1 4202496 1965 0 0 0 3 1 0 0 17 0 1 0 867114692 51216384 1727 33554432000 4194304 5683644 140736236139488 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10688/statm: 12504 1727 476 364 0 1204 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 50016

[startup+0.100581 s]
/proc/loadavg: 0.00 0.00 0.01 2/174 10688
/proc/meminfo: memFree=31938160/32951124 swapFree=67056964/67111528
[pid=10688] ppid=10686 vsize=84476 CPUtime=0.05 cores=4,6
/proc/10688/stat : 10688 (python) R 10686 10688 10649 0 -1 4202496 2385 0 0 0 4 1 0 0 17 0 1 0 867114692 86503424 2113 33554432000 4194304 5683644 140736236139488 18446744073709551615 4517603 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10688/statm: 21119 2113 706 364 0 1336 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84476

[startup+0.300555 s]
/proc/loadavg: 0.00 0.00 0.01 2/174 10688
/proc/meminfo: memFree=31938160/32951124 swapFree=67056964/67111528
[pid=10688] ppid=10686 vsize=124236 CPUtime=0.13 cores=4,6
/proc/10688/stat : 10688 (python) R 10686 10688 10649 0 -1 4202496 4264 0 1 0 9 4 0 0 16 0 1 0 867114692 127217664 3872 33554432000 4194304 5683644 140736236139488 18446744073709551615 233510295552 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10688/statm: 31059 3872 996 364 0 2870 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 124236

[startup+0.700485 s]
/proc/loadavg: 0.00 0.00 0.01 2/174 10688
/proc/meminfo: memFree=31938160/32951124 swapFree=67056964/67111528
[pid=10688] ppid=10686 vsize=144104 CPUtime=0.3 cores=4,6
/proc/10688/stat : 10688 (python) R 10686 10688 10649 0 -1 4202496 6250 933 1 0 18 12 0 0 16 0 1 0 867114692 147562496 4372 33554432000 4194304 5683644 140736236139488 18446744073709551615 233510295552 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10688/statm: 36026 4372 1185 364 0 3182 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 144104

[startup+1.50032 s]
/proc/loadavg: 0.00 0.00 0.01 5/190 10742
/proc/meminfo: memFree=31802484/32951124 swapFree=67056964/67111528
[pid=10688] ppid=10686 vsize=281496 CPUtime=0.79 cores=4,6
/proc/10688/stat : 10688 (python) R 10686 10688 10649 0 -1 4202496 10840 933 1 0 60 19 0 0 16 0 1 0 867114692 288251904 7768 33554432000 4194304 5683644 140736236139488 18446744073709551615 47479993087429 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10688/statm: 70374 7768 1826 364 0 6298 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 281496

[startup+3.10106 s]
/proc/loadavg: 0.32 0.07 0.03 5/193 10745
/proc/meminfo: memFree=31725476/32951124 swapFree=67056964/67111528
[pid=10688] ppid=10686 vsize=289224 CPUtime=1.3 cores=4,6
/proc/10688/stat : 10688 (python) S 10686 10688 10649 0 -1 4202496 11173 933 1 0 111 19 0 0 17 0 2 0 867114692 296165376 7187 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10688/statm: 72306 7187 1869 364 0 8224 0
[pid=10743] ppid=10688 vsize=278980 CPUtime=0 cores=4,6
/proc/10743/stat : 10743 (python) S 10688 10688 10649 0 -1 4202560 719 0 0 0 0 0 0 0 18 0 1 0 867114894 285675520 5668 33554432000 4194304 5683644 140736236139488 18446744073709551615 233510317583 0 0 16781312 514 4336606355394625796 0 0 17 4 0 0 0
/proc/10743/statm: 69745 5668 354 364 0 5663 0
[pid=10745] ppid=10743 vsize=1018364 CPUtime=1.07 cores=4,6
/proc/10745/stat : 10745 (gnovelty+2) R 10743 10745 10745 0 -1 4202496 672 0 0 0 107 0 0 0 22 0 1 0 867114894 1042804736 409 33554432000 134512640 135663704 4287710736 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10745/statm: 254591 409 113 282 0 254307 0
[pid=10688/tid=10744] ppid=10686 vsize=289224 CPUtime=0 cores=4,6
/proc/10688/task/10744/stat : 10744 (python) S 10686 10688 10649 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 2 0 867114894 296165376 7187 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 2 18446604453935777728 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 1586568
heavy processes:

[startup+6.30042 s]
/proc/loadavg: 0.32 0.07 0.03 5/199 10751
/proc/meminfo: memFree=31705340/32951124 swapFree=67056964/67111528
[pid=10688] ppid=10686 vsize=289224 CPUtime=1.3 cores=4,6
/proc/10688/stat : 10688 (python) S 10686 10688 10649 0 -1 4202496 11173 933 1 0 111 19 0 0 17 0 2 0 867114692 296165376 7187 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10688/statm: 72306 7187 1869 364 0 8224 0
[pid=10743] ppid=10688 vsize=278980 CPUtime=0 cores=4,6
/proc/10743/stat : 10743 (python) S 10688 10688 10649 0 -1 4202560 858 0 0 0 0 0 0 0 18 0 1 0 867114894 285675520 5691 33554432000 4194304 5683644 140736236139488 18446744073709551615 233510317583 0 0 16781312 514 4336606355394625796 0 0 17 4 0 0 0
/proc/10743/statm: 69745 5691 377 364 0 5663 0
[pid=10745] ppid=10743 vsize=1018364 CPUtime=4.26 cores=4,6
/proc/10745/stat : 10745 (gnovelty+2) R 10743 10745 10745 0 -1 4202496 672 0 0 0 426 0 0 0 25 0 1 0 867114894 1042804736 409 33554432000 134512640 135663704 4287710736 18446744073709551615 134524827 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10745/statm: 254591 409 113 282 0 254307 0
[pid=10688/tid=10744] ppid=10686 vsize=289224 CPUtime=0 cores=4,6
/proc/10688/task/10744/stat : 10744 (python) S 10686 10688 10649 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 2 0 867114894 296165376 7187 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 2 18446604453935777728 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 1586568

[startup+12.7003 s]
/proc/loadavg: 1.03 0.23 0.09 5/202 10754
/proc/meminfo: memFree=31679276/32951124 swapFree=67056964/67111528
[pid=10688] ppid=10686 vsize=289224 CPUtime=1.3 cores=4,6
/proc/10688/stat : 10688 (python) S 10686 10688 10649 0 -1 4202496 11173 933 1 0 111 19 0 0 17 0 2 0 867114692 296165376 7187 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10688/statm: 72306 7187 1869 364 0 8224 0
[pid=10743] ppid=10688 vsize=278980 CPUtime=0.01 cores=4,6
/proc/10743/stat : 10743 (python) S 10688 10688 10649 0 -1 4202560 862 0 0 0 1 0 0 0 18 0 1 0 867114894 285675520 5691 33554432000 4194304 5683644 140736236139488 18446744073709551615 233510317583 0 0 16781312 514 15461385286344212740 0 0 17 4 0 0 0
/proc/10743/statm: 69745 5691 377 364 0 5663 0
[pid=10745] ppid=10743 vsize=1018364 CPUtime=10.65 cores=4,6
/proc/10745/stat : 10745 (gnovelty+2) R 10743 10745 10745 0 -1 4202496 672 0 0 0 1065 0 0 0 25 0 1 0 867114894 1042804736 409 33554432000 134512640 135663704 4287710736 18446744073709551615 134544264 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10745/statm: 254591 409 113 282 0 254307 0
[pid=10688/tid=10744] ppid=10686 vsize=289224 CPUtime=0 cores=4,6
/proc/10688/task/10744/stat : 10744 (python) S 10686 10688 10649 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 2 0 867114894 296165376 7187 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 2 18446604453935777728 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 1586568

[startup+25.501 s]
/proc/loadavg: 1.49 0.35 0.13 5/202 10755
/proc/meminfo: memFree=31680100/32951124 swapFree=67056964/67111528
[pid=10688] ppid=10686 vsize=289224 CPUtime=1.3 cores=4,6
/proc/10688/stat : 10688 (python) S 10686 10688 10649 0 -1 4202496 11173 933 1 0 111 19 0 0 17 0 2 0 867114692 296165376 7187 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10688/statm: 72306 7187 1869 364 0 8224 0
[pid=10743] ppid=10688 vsize=278980 CPUtime=0.03 cores=4,6
/proc/10743/stat : 10743 (python) S 10688 10688 10649 0 -1 4202560 868 0 0 0 2 1 0 0 18 0 1 0 867114894 285675520 5691 33554432000 4194304 5683644 140736236139488 18446744073709551615 233510317583 0 0 16781312 514 15461385286344212740 0 0 17 4 0 0 0
/proc/10743/statm: 69745 5691 377 364 0 5663 0
[pid=10745] ppid=10743 vsize=1018364 CPUtime=23.44 cores=4,6
/proc/10745/stat : 10745 (gnovelty+2) R 10743 10745 10745 0 -1 4202496 672 0 0 0 2344 0 0 0 25 0 1 0 867114894 1042804736 409 33554432000 134512640 135663704 4287710736 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10745/statm: 254591 409 113 282 0 254307 0
[pid=10688/tid=10744] ppid=10686 vsize=289224 CPUtime=0 cores=4,6
/proc/10688/task/10744/stat : 10744 (python) S 10686 10688 10649 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 2 0 867114894 296165376 7187 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 2 18446604453935777728 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.77
Current children cumulated vsize (KiB) 1586568

[startup+51.1004 s]
/proc/loadavg: 2.34 0.64 0.23 5/202 10755
/proc/meminfo: memFree=31679912/32951124 swapFree=67056964/67111528
[pid=10688] ppid=10686 vsize=289224 CPUtime=1.3 cores=4,6
/proc/10688/stat : 10688 (python) S 10686 10688 10649 0 -1 4202496 11173 933 1 0 111 19 0 0 17 0 2 0 867114692 296165376 7187 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10688/statm: 72306 7187 1869 364 0 8224 0
[pid=10743] ppid=10688 vsize=278980 CPUtime=0.05 cores=4,6
/proc/10743/stat : 10743 (python) S 10688 10688 10649 0 -1 4202560 880 0 0 0 3 2 0 0 18 0 1 0 867114894 285675520 5691 33554432000 4194304 5683644 140736236139488 18446744073709551615 233510317583 0 0 16781312 514 15461385286344212740 0 0 17 4 0 0 0
/proc/10743/statm: 69745 5691 377 364 0 5663 0
[pid=10745] ppid=10743 vsize=1018364 CPUtime=49.02 cores=4,6
/proc/10745/stat : 10745 (gnovelty+2) R 10743 10745 10745 0 -1 4202496 672 0 0 0 4902 0 0 0 25 0 1 0 867114894 1042804736 409 33554432000 134512640 135663704 4287710736 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10745/statm: 254591 409 113 282 0 254307 0
[pid=10688/tid=10744] ppid=10686 vsize=289224 CPUtime=0 cores=4,6
/proc/10688/task/10744/stat : 10744 (python) S 10686 10688 10649 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 2 0 867114894 296165376 7187 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 2 18446604453935777728 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 1586568

[startup+102.307 s]
/proc/loadavg: 3.34 1.21 0.44 5/206 10807
/proc/meminfo: memFree=31680260/32951124 swapFree=67056964/67111528
[pid=10688] ppid=10686 vsize=300088 CPUtime=1.31 cores=4,6
/proc/10688/stat : 10688 (python) S 10686 10688 10649 0 -1 4202496 12068 933 1 0 112 19 0 0 20 0 3 0 867114692 307290112 7329 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10688/statm: 75022 7329 1872 364 0 10937 0
[pid=10743] ppid=10688 vsize=289224 CPUtime=0.13 cores=4,6
/proc/10743/stat : 10743 (python) S 10688 10688 10649 0 -1 4202560 1145 0 0 0 8 5 0 0 19 0 2 0 867114894 296165376 5734 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10743/statm: 72306 5734 415 364 0 8224 0
[pid=10745] ppid=10743 vsize=1018364 CPUtime=100.01 cores=4,6
/proc/10745/stat : 10745 (gnovelty+2) T 10743 10745 10745 0 -1 4202496 672 0 0 0 10001 0 0 0 25 0 1 0 867114894 1042804736 409 33554432000 134512640 135663704 4287710736 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10745/statm: 254591 409 113 282 0 254307 0
[pid=10743/tid=10804] ppid=10688 vsize=289224 CPUtime=0 cores=4,6
/proc/10743/task/10804/stat : 10804 (python) S 10688 10688 10649 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867124908 296165376 5734 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 514 18446604453922388096 0 0 -1 6 0 0 0
[pid=10805] ppid=10688 vsize=289844 CPUtime=0 cores=4,6
/proc/10805/stat : 10805 (python) S 10688 10688 10649 0 -1 4202560 734 0 0 0 0 0 0 0 19 0 1 0 867124909 296800256 5801 33554432000 4194304 5683644 140736236139488 18446744073709551615 233510317638 0 0 16781312 514 4351035521363869695 0 0 17 4 0 0 0
/proc/10805/statm: 72461 5801 348 364 0 8376 0
[pid=10807] ppid=10805 vsize=1018364 CPUtime=0.13 cores=4,6
/proc/10807/stat : 10807 (gnovelty+2) R 10805 10807 10807 0 -1 4202496 673 0 0 0 13 0 0 0 21 0 1 0 867124909 1042804736 409 33554432000 134512640 135663704 4287968368 18446744073709551615 134524697 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10807/statm: 254591 409 113 282 0 254307 0
[pid=10688/tid=10744] ppid=10686 vsize=300088 CPUtime=0 cores=4,6
/proc/10688/task/10744/stat : 10744 (python) S 10686 10688 10649 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 3 0 867114894 307290112 7329 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 2 18446604453935777728 0 0 -1 4 0 0 0
[pid=10688/tid=10806] ppid=10686 vsize=300088 CPUtime=0 cores=4,6
/proc/10688/task/10806/stat : 10806 (python) S 10686 10688 10649 0 -1 4202560 33 933 0 0 0 0 0 0 20 0 3 0 867124909 307290112 7329 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 2 18446604453935777728 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 2915884

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

[startup+127.901 s]
/proc/loadavg: 3.56 1.43 0.54 5/214 10815
/proc/meminfo: memFree=31645160/32951124 swapFree=67056964/67111528
[pid=10688] ppid=10686 vsize=300088 CPUtime=1.31 cores=4,6
/proc/10688/stat : 10688 (python) S 10686 10688 10649 0 -1 4202496 12068 933 1 0 112 19 0 0 20 0 3 0 867114692 307290112 7329 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10688/statm: 75022 7329 1872 364 0 10937 0
[pid=10743] ppid=10688 vsize=289224 CPUtime=0.13 cores=4,6
/proc/10743/stat : 10743 (python) S 10688 10688 10649 0 -1 4202560 1145 0 0 0 8 5 0 0 19 0 2 0 867114894 296165376 5734 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10743/statm: 72306 5734 415 364 0 8224 0
[pid=10745] ppid=10743 vsize=1018364 CPUtime=100.01 cores=4,6
/proc/10745/stat : 10745 (gnovelty+2) T 10743 10745 10745 0 -1 4202496 672 0 0 0 10001 0 0 0 25 0 1 0 867114894 1042804736 409 33554432000 134512640 135663704 4287710736 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10745/statm: 254591 409 113 282 0 254307 0

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

/proc/10688/statm: 75022 7329 1872 364 0 10937 0
[pid=10743] ppid=10688 vsize=289224 CPUtime=0.13 cores=4,6
/proc/10743/stat : 10743 (python) S 10688 10688 10649 0 -1 4202560 1145 0 0 0 8 5 0 0 19 0 2 0 867114894 296165376 5734 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10743/statm: 72306 5734 415 364 0 8224 0
[pid=10745] ppid=10743 vsize=1018364 CPUtime=100.01 cores=4,6
/proc/10745/stat : 10745 (gnovelty+2) T 10743 10745 10745 0 -1 4202496 672 0 0 0 10001 0 0 0 25 0 1 0 867114894 1042804736 409 33554432000 134512640 135663704 4287710736 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10745/statm: 254591 409 113 282 0 254307 0
[pid=10743/tid=10804] ppid=10688 vsize=289224 CPUtime=0 cores=4,6
/proc/10743/task/10804/stat : 10804 (python) S 10688 10688 10649 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867124908 296165376 5734 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 514 18446604453922388096 0 0 -1 6 0 0 0
[pid=10805] ppid=10688 vsize=289844 CPUtime=0.04 cores=4,6
/proc/10805/stat : 10805 (python) S 10688 10688 10649 0 -1 4202560 901 0 0 0 2 2 0 0 18 0 1 0 867124909 296800256 5824 33554432000 4194304 5683644 140736236139488 18446744073709551615 233510317638 0 0 16781312 514 15461385286344212740 0 0 17 4 0 0 0
/proc/10805/statm: 72461 5824 371 364 0 8376 0
[pid=10807] ppid=10805 vsize=1018364 CPUtime=38.5 cores=4,6
/proc/10807/stat : 10807 (gnovelty+2) R 10805 10807 10807 0 -1 4202496 673 0 0 0 3850 0 0 0 25 0 1 0 867124909 1042804736 409 33554432000 134512640 135663704 4287968368 18446744073709551615 134525490 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10807/statm: 254591 409 113 282 0 254307 0
[pid=10688/tid=10744] ppid=10686 vsize=300088 CPUtime=0 cores=4,6
/proc/10688/task/10744/stat : 10744 (python) S 10686 10688 10649 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 3 0 867114894 307290112 7329 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 2 18446604453935777728 0 0 -1 4 0 0 0
[pid=10688/tid=10806] ppid=10686 vsize=300088 CPUtime=0 cores=4,6
/proc/10688/task/10806/stat : 10806 (python) S 10686 10688 10649 0 -1 4202560 33 933 0 0 0 0 0 0 20 0 3 0 867124909 307290112 7329 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 2 18446604453935777728 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 139.99
Current children cumulated vsize (KiB) 2915884

[startup+147.101 s]
/proc/loadavg: 3.66 1.55 0.59 5/214 10816
/proc/meminfo: memFree=31637364/32951124 swapFree=67056964/67111528
[pid=10688] ppid=10686 vsize=300088 CPUtime=1.31 cores=4,6
/proc/10688/stat : 10688 (python) S 10686 10688 10649 0 -1 4202496 12068 933 1 0 112 19 0 0 20 0 3 0 867114692 307290112 7329 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10688/statm: 75022 7329 1872 364 0 10937 0
[pid=10743] ppid=10688 vsize=289224 CPUtime=0.13 cores=4,6
/proc/10743/stat : 10743 (python) S 10688 10688 10649 0 -1 4202560 1145 0 0 0 8 5 0 0 19 0 2 0 867114894 296165376 5734 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10743/statm: 72306 5734 415 364 0 8224 0
[pid=10745] ppid=10743 vsize=1018364 CPUtime=100.01 cores=4,6
/proc/10745/stat : 10745 (gnovelty+2) T 10743 10745 10745 0 -1 4202496 672 0 0 0 10001 0 0 0 25 0 1 0 867114894 1042804736 409 33554432000 134512640 135663704 4287710736 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10745/statm: 254591 409 113 282 0 254307 0
[pid=10743/tid=10804] ppid=10688 vsize=289224 CPUtime=0 cores=4,6
/proc/10743/task/10804/stat : 10804 (python) S 10688 10688 10649 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867124908 296165376 5734 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 514 18446604453922388096 0 0 -1 6 0 0 0
[pid=10805] ppid=10688 vsize=289844 CPUtime=0.05 cores=4,6
/proc/10805/stat : 10805 (python) S 10688 10688 10649 0 -1 4202560 904 0 0 0 3 2 0 0 18 0 1 0 867124909 296800256 5824 33554432000 4194304 5683644 140736236139488 18446744073709551615 233510317638 0 0 16781312 514 15461385286344212740 0 0 17 4 0 0 0
/proc/10805/statm: 72461 5824 371 364 0 8376 0
[pid=10807] ppid=10805 vsize=1018364 CPUtime=44.89 cores=4,6
/proc/10807/stat : 10807 (gnovelty+2) R 10805 10807 10807 0 -1 4202496 673 0 0 0 4489 0 0 0 25 0 1 0 867124909 1042804736 409 33554432000 134512640 135663704 4287968368 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10807/statm: 254591 409 113 282 0 254307 0
[pid=10688/tid=10744] ppid=10686 vsize=300088 CPUtime=0 cores=4,6
/proc/10688/task/10744/stat : 10744 (python) S 10686 10688 10649 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 3 0 867114894 307290112 7329 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 2 18446604453935777728 0 0 -1 4 0 0 0
[pid=10688/tid=10806] ppid=10686 vsize=300088 CPUtime=0 cores=4,6
/proc/10688/task/10806/stat : 10806 (python) S 10686 10688 10649 0 -1 4202560 33 933 0 0 0 0 0 0 20 0 3 0 867124909 307290112 7329 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 2 18446604453935777728 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 146.39
Current children cumulated vsize (KiB) 2915884

[startup+150.301 s]
/proc/loadavg: 3.69 1.59 0.61 5/214 10816
/proc/meminfo: memFree=31637372/32951124 swapFree=67056964/67111528
[pid=10688] ppid=10686 vsize=300088 CPUtime=1.31 cores=4,6
/proc/10688/stat : 10688 (python) S 10686 10688 10649 0 -1 4202496 12068 933 1 0 112 19 0 0 20 0 3 0 867114692 307290112 7329 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10688/statm: 75022 7329 1872 364 0 10937 0
[pid=10743] ppid=10688 vsize=289224 CPUtime=0.13 cores=4,6
/proc/10743/stat : 10743 (python) S 10688 10688 10649 0 -1 4202560 1145 0 0 0 8 5 0 0 19 0 2 0 867114894 296165376 5734 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10743/statm: 72306 5734 415 364 0 8224 0
[pid=10745] ppid=10743 vsize=1018364 CPUtime=100.01 cores=4,6
/proc/10745/stat : 10745 (gnovelty+2) T 10743 10745 10745 0 -1 4202496 672 0 0 0 10001 0 0 0 25 0 1 0 867114894 1042804736 409 33554432000 134512640 135663704 4287710736 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10745/statm: 254591 409 113 282 0 254307 0
[pid=10743/tid=10804] ppid=10688 vsize=289224 CPUtime=0 cores=4,6
/proc/10743/task/10804/stat : 10804 (python) S 10688 10688 10649 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867124908 296165376 5734 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 514 18446604453922388096 0 0 -1 6 0 0 0
[pid=10805] ppid=10688 vsize=289844 CPUtime=0.05 cores=4,6
/proc/10805/stat : 10805 (python) S 10688 10688 10649 0 -1 4202560 907 0 0 0 3 2 0 0 18 0 1 0 867124909 296800256 5824 33554432000 4194304 5683644 140736236139488 18446744073709551615 233510317638 0 0 16781312 514 15461385286344212740 0 0 17 4 0 0 0
/proc/10805/statm: 72461 5824 371 364 0 8376 0
[pid=10807] ppid=10805 vsize=1018364 CPUtime=48.08 cores=4,6
/proc/10807/stat : 10807 (gnovelty+2) R 10805 10807 10807 0 -1 4202496 673 0 0 0 4808 0 0 0 25 0 1 0 867124909 1042804736 409 33554432000 134512640 135663704 4287968368 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10807/statm: 254591 409 113 282 0 254307 0
[pid=10688/tid=10744] ppid=10686 vsize=300088 CPUtime=0 cores=4,6
/proc/10688/task/10744/stat : 10744 (python) S 10686 10688 10649 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 3 0 867114894 307290112 7329 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 2 18446604453935777728 0 0 -1 4 0 0 0
[pid=10688/tid=10806] ppid=10686 vsize=300088 CPUtime=0 cores=4,6
/proc/10688/task/10806/stat : 10806 (python) S 10686 10688 10649 0 -1 4202560 33 933 0 0 0 0 0 0 20 0 3 0 867124909 307290112 7329 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 2 18446604453935777728 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 149.58
Current children cumulated vsize (KiB) 2915884

[startup+153.501 s]
/proc/loadavg: 3.71 1.63 0.63 5/207 10855
/proc/meminfo: memFree=31727368/32951124 swapFree=67056964/67111528
[pid=10688] ppid=10686 vsize=300088 CPUtime=1.31 cores=4,6
/proc/10688/stat : 10688 (python) S 10686 10688 10649 0 -1 4202496 12068 933 1 0 112 19 0 0 20 0 3 0 867114692 307290112 7329 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10688/statm: 75022 7329 1872 364 0 10937 0
[pid=10743] ppid=10688 vsize=289224 CPUtime=0.13 cores=4,6
/proc/10743/stat : 10743 (python) S 10688 10688 10649 0 -1 4202560 1145 0 0 0 8 5 0 0 19 0 2 0 867114894 296165376 5734 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10743/statm: 72306 5734 415 364 0 8224 0
[pid=10745] ppid=10743 vsize=1018364 CPUtime=100.01 cores=4,6
/proc/10745/stat : 10745 (gnovelty+2) T 10743 10745 10745 0 -1 4202496 672 0 0 0 10001 0 0 0 25 0 1 0 867114894 1042804736 409 33554432000 134512640 135663704 4287710736 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10745/statm: 254591 409 113 282 0 254307 0
[pid=10743/tid=10804] ppid=10688 vsize=289224 CPUtime=0 cores=4,6
/proc/10743/task/10804/stat : 10804 (python) S 10688 10688 10649 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867124908 296165376 5734 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 514 18446604453922388096 0 0 -1 6 0 0 0
[pid=10805] ppid=10688 vsize=289844 CPUtime=0.05 cores=4,6
/proc/10805/stat : 10805 (python) S 10688 10688 10649 0 -1 4202560 907 0 0 0 3 2 0 0 18 0 1 0 867124909 296800256 5824 33554432000 4194304 5683644 140736236139488 18446744073709551615 233510317638 0 0 16781312 514 15461385286344212740 0 0 17 4 0 0 0
/proc/10805/statm: 72461 5824 371 364 0 8376 0
[pid=10807] ppid=10805 vsize=1018364 CPUtime=51.28 cores=4,6
/proc/10807/stat : 10807 (gnovelty+2) R 10805 10807 10807 0 -1 4202496 673 0 0 0 5128 0 0 0 25 0 1 0 867124909 1042804736 409 33554432000 134512640 135663704 4287968368 18446744073709551615 134545786 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10807/statm: 254591 409 113 282 0 254307 0
[pid=10688/tid=10744] ppid=10686 vsize=300088 CPUtime=0 cores=4,6
/proc/10688/task/10744/stat : 10744 (python) S 10686 10688 10649 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 3 0 867114894 307290112 7329 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 2 18446604453935777728 0 0 -1 4 0 0 0
[pid=10688/tid=10806] ppid=10686 vsize=300088 CPUtime=0 cores=4,6
/proc/10688/task/10806/stat : 10806 (python) S 10686 10688 10649 0 -1 4202560 33 933 0 0 0 0 0 0 20 0 3 0 867124909 307290112 7329 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 2 18446604453935777728 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 152.78
Current children cumulated vsize (KiB) 2915884

[startup+155.107 s]
/proc/loadavg: 3.71 1.63 0.63 5/207 10859
/proc/meminfo: memFree=31698476/32951124 swapFree=67056964/67111528
[pid=10688] ppid=10686 vsize=300088 CPUtime=1.31 cores=4,6
/proc/10688/stat : 10688 (python) S 10686 10688 10649 0 -1 4202496 12068 933 1 0 112 19 0 0 20 0 3 0 867114692 307290112 7329 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10688/statm: 75022 7329 1872 364 0 10937 0
[pid=10743] ppid=10688 vsize=289224 CPUtime=0.13 cores=4,6
/proc/10743/stat : 10743 (python) S 10688 10688 10649 0 -1 4202560 1145 0 0 0 8 5 0 0 19 0 2 0 867114894 296165376 5734 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10743/statm: 72306 5734 415 364 0 8224 0
[pid=10745] ppid=10743 vsize=1018364 CPUtime=100.01 cores=4,6
/proc/10745/stat : 10745 (gnovelty+2) T 10743 10745 10745 0 -1 4202496 672 0 0 0 10001 0 0 0 25 0 1 0 867114894 1042804736 409 33554432000 134512640 135663704 4287710736 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10745/statm: 254591 409 113 282 0 254307 0
[pid=10743/tid=10804] ppid=10688 vsize=289224 CPUtime=0 cores=4,6
/proc/10743/task/10804/stat : 10804 (python) S 10688 10688 10649 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867124908 296165376 5734 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 514 18446604453922388096 0 0 -1 6 0 0 0
[pid=10805] ppid=10688 vsize=289844 CPUtime=0.07 cores=4,6
/proc/10805/stat : 10805 (python) S 10688 10688 10649 0 -1 4202560 910 0 0 0 4 3 0 0 18 0 1 0 867124909 296800256 5824 33554432000 4194304 5683644 140736236139488 18446744073709551615 233510317638 0 0 16781312 514 15461385286344212740 0 0 17 4 0 0 0
/proc/10805/statm: 72461 5824 371 364 0 8376 0
[pid=10807] ppid=10805 vsize=1018364 CPUtime=52.88 cores=4,6
/proc/10807/stat : 10807 (gnovelty+2) R 10805 10807 10807 0 -1 4202496 673 0 0 0 5288 0 0 0 25 0 1 0 867124909 1042804736 409 33554432000 134512640 135663704 4287968368 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10807/statm: 254591 409 113 282 0 254307 0
[pid=10688/tid=10744] ppid=10686 vsize=300088 CPUtime=0 cores=4,6
/proc/10688/task/10744/stat : 10744 (python) S 10686 10688 10649 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 3 0 867114894 307290112 7329 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 2 18446604453935777728 0 0 -1 4 0 0 0
[pid=10688/tid=10806] ppid=10686 vsize=300088 CPUtime=0 cores=4,6
/proc/10688/task/10806/stat : 10806 (python) S 10686 10688 10649 0 -1 4202560 33 933 0 0 0 0 0 0 20 0 3 0 867124909 307290112 7329 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 2 18446604453935777728 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 154.4
Current children cumulated vsize (KiB) 2915884

[startup+155.501 s]
/proc/loadavg: 3.71 1.63 0.63 5/207 10859
/proc/meminfo: memFree=31698476/32951124 swapFree=67056964/67111528
[pid=10688] ppid=10686 vsize=300088 CPUtime=1.31 cores=4,6
/proc/10688/stat : 10688 (python) S 10686 10688 10649 0 -1 4202496 12068 933 1 0 112 19 0 0 20 0 3 0 867114692 307290112 7329 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10688/statm: 75022 7329 1872 364 0 10937 0
[pid=10743] ppid=10688 vsize=289224 CPUtime=0.13 cores=4,6
/proc/10743/stat : 10743 (python) S 10688 10688 10649 0 -1 4202560 1145 0 0 0 8 5 0 0 19 0 2 0 867114894 296165376 5734 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10743/statm: 72306 5734 415 364 0 8224 0
[pid=10745] ppid=10743 vsize=1018364 CPUtime=100.01 cores=4,6
/proc/10745/stat : 10745 (gnovelty+2) T 10743 10745 10745 0 -1 4202496 672 0 0 0 10001 0 0 0 25 0 1 0 867114894 1042804736 409 33554432000 134512640 135663704 4287710736 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10745/statm: 254591 409 113 282 0 254307 0
[pid=10743/tid=10804] ppid=10688 vsize=289224 CPUtime=0 cores=4,6
/proc/10743/task/10804/stat : 10804 (python) S 10688 10688 10649 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867124908 296165376 5734 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 514 18446604453922388096 0 0 -1 6 0 0 0
[pid=10805] ppid=10688 vsize=289844 CPUtime=0.07 cores=4,6
/proc/10805/stat : 10805 (python) S 10688 10688 10649 0 -1 4202560 910 0 0 0 4 3 0 0 18 0 1 0 867124909 296800256 5824 33554432000 4194304 5683644 140736236139488 18446744073709551615 233510317638 0 0 16781312 514 15461385286344212740 0 0 17 4 0 0 0
/proc/10805/statm: 72461 5824 371 364 0 8376 0
[pid=10807] ppid=10805 vsize=1018364 CPUtime=53.27 cores=4,6
/proc/10807/stat : 10807 (gnovelty+2) R 10805 10807 10807 0 -1 4202496 673 0 0 0 5327 0 0 0 25 0 1 0 867124909 1042804736 409 33554432000 134512640 135663704 4287968368 18446744073709551615 134545566 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10807/statm: 254591 409 113 282 0 254307 0
[pid=10688/tid=10744] ppid=10686 vsize=300088 CPUtime=0 cores=4,6
/proc/10688/task/10744/stat : 10744 (python) S 10686 10688 10649 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 3 0 867114894 307290112 7329 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 2 18446604453935777728 0 0 -1 4 0 0 0
[pid=10688/tid=10806] ppid=10686 vsize=300088 CPUtime=0 cores=4,6
/proc/10688/task/10806/stat : 10806 (python) S 10686 10688 10649 0 -1 4202560 33 933 0 0 0 0 0 0 20 0 3 0 867124909 307290112 7329 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 2 18446604453935777728 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 154.79
Current children cumulated vsize (KiB) 2915884

[startup+155.901 s]
/proc/loadavg: 3.71 1.63 0.63 5/207 10859
/proc/meminfo: memFree=31698476/32951124 swapFree=67056964/67111528
[pid=10688] ppid=10686 vsize=300076 CPUtime=101.47 cores=4,6
/proc/10688/stat : 10688 (python) R 10686 10688 10649 0 -1 4202496 12324 2768 1 0 112 19 10010 6 17 0 2 0 867114692 307277824 7328 33554432000 4194304 5683644 140736236139488 18446744073709551615 233509694005 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10688/statm: 75019 7328 1871 364 0 10937 0
[pid=10805] ppid=10688 vsize=0 CPUtime=53.73 cores=4,6
/proc/10805/stat : 10805 (python) Z 10688 10688 10649 0 -1 4202588 1154 675 0 0 4 3 5366 0 16 0 1 0 867124909 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10805/statm: 0 0 0 0 0 0 0
[pid=10688/tid=10806] ppid=10686 vsize=300076 CPUtime=100.16 cores=4,6
/proc/10688/task/10806/stat : 10806 (python) S 10686 10688 10649 0 -1 4202560 33 2768 0 0 0 0 10010 6 20 0 2 0 867124909 307277824 7328 33554432000 4194304 5683644 140736236139488 18446744073709551615 233522121137 0 0 16781312 2 18446604453935777728 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 155.2
Current children cumulated vsize (KiB) 300076

Child status: 0
Real time (s): 155.921
CPU time (s): 155.268
CPU user time (s): 154.959
CPU system time (s): 0.308953
CPU usage (%): 99.5815
Max. virtual memory (cumulated for all children) (KiB): 2915888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 154.959
system time used= 0.308953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21079
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= 20097
involuntary context switches= 788

runsolver used 0.294955 second user time and 0.564914 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-11 01:03:08
IDJOB=3484003
IDBENCH=82514
IDSOLVER=1975
FILE ID=node145/3484003-1307746988
RUNJOBID= node145-1307746987-10668
PBS_JOBID= 13550815
Free space on /tmp= 74096 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S541704841-072-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-3484003-1307746988/watcher-3484003-1307746988 -o /tmp/evaluation-result-3484003-1307746988/solver-3484003-1307746988 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484003-1307746988.cnf -seed 2106410688 -budget 1200

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

MD5SUM BENCH= d89541d4d678adcd99dbf4694eb0406c
RANDOM SEED=2106410688

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31938720 kB
Buffers:        107304 kB
Cached:         742476 kB
SwapCached:       7944 kB
Active:         319032 kB
Inactive:       550028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31938720 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:           65244 kB
Writeback:           0 kB
AnonPages:       17076 kB
Mapped:          12508 kB
Slab:            77108 kB
PageTables:       4696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191172 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= 73964 MiB
End job on node145 at 2011-06-11 01:05:44