Trace number 3385772

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-par-random (fixed)? (exit code) 270.308 67.419

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S196779284-038.SATISFIABLE.cnf
MD5SUMd6fc0fc1938fb2a6255c0a87d93d5767
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.010997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
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 52130
Number of clauses of size over 50

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3385772-1305574024.cnf
0.31/0.46	c INFO: computing task features
0.31/0.47	c INFO: computed variable-clause graph statistics
0.31/0.47	c INFO: computed clause balance statistics
0.39/0.52	c INFO: computed variable balance statistics
0.39/0.55	c INFO: computed small-clause counts
0.39/0.55	c INFO: computed Horn-clause counts
0.39/0.56	c INFO: computed variable graph statistics
0.39/0.56	c INFO: collected features for HOME/instance-3385772-1305574024.cnf in 0.10 s
0.39/0.59	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.62)
0.48/0.62	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.20)
0.48/0.65	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.48/0.68	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.30)
0.64/0.71	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.27)
0.64/0.75	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.28)
0.64/0.78	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.25)
0.74/0.81	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.19)
0.74/0.82	Traceback (most recent call last):
0.74/0.82	  File "HOME/solve", line 33, in <module>
0.74/0.82	    plac.call(main)
0.74/0.82	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
0.74/0.82	    cmd, result = parser_from(obj).consume(arglist)
0.74/0.82	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
0.74/0.84	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
0.74/0.84	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
0.74/0.84	    (_, answer, _) = solver(input_path, budget / cores, cores)
0.74/0.84	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
0.74/0.84	    process.die()
0.74/0.84	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
0.74/0.84	    os.kill(self._process.pid, signal.SIGUSR1)
0.74/0.84	OSError: [Errno 3] No such process

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3385772-1305574024/watcher-3385772-1305574024 -o /tmp/evaluation-result-3385772-1305574024/solver-3385772-1305574024 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385772-1305574024.cnf -seed 218320766 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 11.11 11.19 11.16 6/503 25239
/proc/meminfo: memFree=23467996/32951124 swapFree=53501260/67111528
[pid=25239] ppid=25237 vsize=16240 CPUtime=0 cores=0-7
/proc/25239/stat : 25239 (python) R 25237 25239 23657 0 -1 4202496 1041 0 0 0 0 0 0 0 25 0 1 0 669005014 16629760 913 33554432000 4194304 5683644 140734971389536 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/25239/statm: 4060 913 380 364 0 547 0

[startup+0.111752 s]
/proc/loadavg: 11.11 11.19 11.16 6/503 25239
/proc/meminfo: memFree=23467996/32951124 swapFree=53501260/67111528
[pid=25239] ppid=25237 vsize=105228 CPUtime=0.06 cores=0-7
/proc/25239/stat : 25239 (python) S 25237 25239 23657 0 -1 4202496 3314 0 0 0 5 1 0 0 25 0 1 0 669005014 107753472 2978 33554432000 4194304 5683644 140734971389536 18446744073709551615 216629591687 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/25239/statm: 26307 2978 868 364 0 2055 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 105228

[startup+0.20071 s]
/proc/loadavg: 11.11 11.19 11.16 6/503 25239
/proc/meminfo: memFree=23467996/32951124 swapFree=53501260/67111528
[pid=25239] ppid=25237 vsize=128864 CPUtime=0.13 cores=0-7
/proc/25239/stat : 25239 (python) S 25237 25239 23657 0 -1 4202496 5600 935 1 0 11 2 0 0 19 0 1 0 669005014 131956736 4019 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/25239/statm: 32216 4019 1011 364 0 2995 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 128864

[startup+0.300716 s]
/proc/loadavg: 11.11 11.19 11.16 6/503 25239
/proc/meminfo: memFree=23467996/32951124 swapFree=53501260/67111528
[pid=25239] ppid=25237 vsize=196848 CPUtime=0.22 cores=0-7
/proc/25239/stat : 25239 (python) S 25237 25239 23657 0 -1 4202496 6958 935 1 0 17 5 0 0 18 0 1 0 669005014 201572352 5006 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/25239/statm: 49212 5006 1446 364 0 3756 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 196848

[startup+0.700614 s]
/proc/loadavg: 11.11 11.19 11.16 6/503 25239
/proc/meminfo: memFree=23467996/32951124 swapFree=53501260/67111528
[pid=25239] ppid=25237 vsize=320096 CPUtime=0.64 cores=0-7
/proc/25239/stat : 25239 (python) R 25237 25239 23657 0 -1 4202496 12724 2415 1 0 50 8 6 0 21 0 5 0 669005014 327778304 7237 33554432000 4194304 5683644 140734971389536 18446744073709551615 216637997601 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25239/statm: 80024 7237 1880 364 0 15933 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 320096

[startup+1.50145 s]
/proc/loadavg: 11.11 11.19 11.16 12/516 25270
/proc/meminfo: memFree=23417540/32951124 swapFree=53501260/67111528
[pid=25239] ppid=25237 vsize=309968 CPUtime=0.77 cores=0-7
/proc/25239/stat : 25239 (python) S 25237 25239 23657 0 -1 4202496 15933 3909 1 0 60 9 8 0 25 0 1 0 669005014 317407232 7244 33554432000 4194304 5683644 140734971389536 18446744073709551615 216646345535 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/25239/statm: 77492 7244 1891 364 0 13389 0
[pid=25248] ppid=25239 vsize=289240 CPUtime=0 cores=0-7
/proc/25248/stat : 25248 (python) S 25239 25239 23657 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 669005076 296181760 5668 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 15232414193178083590 0 0 17 7 0 0 0
/proc/25248/statm: 72310 5668 348 364 0 8225 0
[pid=25250] ppid=25248 vsize=1560 CPUtime=0.84 cores=0-7
/proc/25250/stat : 25250 (march_hi) R 25248 25250 25250 0 -1 4202496 504 0 0 0 84 0 0 0 23 0 1 0 669005077 1597440 241 33554432000 4194304 4955518 140735851589664 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/25250/statm: 390 241 106 186 0 203 0
[pid=25256] ppid=25239 vsize=309852 CPUtime=0 cores=0-7
/proc/25256/stat : 25256 (python) S 25239 25239 23657 0 -1 4202560 765 0 0 0 0 0 0 0 17 0 1 0 669005083 317288448 5701 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 15032544969480962309 0 0 17 0 0 0 0
/proc/25256/statm: 77463 5701 348 364 0 13372 0
[pid=25258] ppid=25256 vsize=1560 CPUtime=0.78 cores=0-7
/proc/25258/stat : 25258 (march_hi) R 25256 25258 25258 0 -1 4202496 504 0 0 0 78 0 0 0 25 0 1 0 669005083 1597440 241 33554432000 4194304 4955518 140733472983168 18446744073709551615 4296743 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25258/statm: 390 241 106 186 0 203 0
[pid=25259] ppid=25239 vsize=320108 CPUtime=0 cores=0-7
/proc/25259/stat : 25259 (python) S 25239 25239 23657 0 -1 4202560 770 0 0 0 0 0 0 0 16 0 1 0 669005086 327790592 5705 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 5607397744177021190 0 0 17 3 0 0 0
/proc/25259/statm: 80027 5705 348 364 0 15933 0
[pid=25261] ppid=25259 vsize=1560 CPUtime=0.32 cores=0-7
/proc/25261/stat : 25261 (march_hi) R 25259 25261 25261 0 -1 4202496 504 0 0 0 32 0 0 0 25 0 1 0 669005089 1597440 241 33554432000 4194304 4955518 140735409667712 18446744073709551615 4224416 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/25261/statm: 390 241 106 186 0 203 0
[pid=25262] ppid=25239 vsize=329972 CPUtime=0 cores=0-7
/proc/25262/stat : 25262 (python) S 25239 25239 23657 0 -1 4202560 774 0 0 0 0 0 0 0 19 0 1 0 669005090 337891328 5617 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 9281782496863682821 0 0 17 1 0 0 0
/proc/25262/statm: 82493 5617 348 364 0 18396 0
[pid=25264] ppid=25262 vsize=1560 CPUtime=0.67 cores=0-7
/proc/25264/stat : 25264 (march_hi) R 25262 25264 25264 0 -1 4202496 507 0 0 0 67 0 0 0 25 0 1 0 669005092 1597440 240 33554432000 4194304 4955518 140733918681952 18446744073709551615 4208693 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25264/statm: 390 240 106 186 0 203 0
[pid=25265] ppid=25239 vsize=340688 CPUtime=0 cores=0-7
/proc/25265/stat : 25265 (python) S 25239 25239 23657 0 -1 4202560 774 0 0 0 0 0 0 0 20 0 1 0 669005093 348864512 5713 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 5607397744177021191 0 0 17 1 0 0 0
/proc/25265/statm: 85172 5713 348 364 0 21072 0
[pid=25267] ppid=25265 vsize=1560 CPUtime=0.22 cores=0-7
/proc/25267/stat : 25267 (march_hi) R 25265 25267 25267 0 -1 4202496 506 0 0 0 22 0 0 0 25 0 1 0 669005095 1597440 240 33554432000 4194304 4955518 140734401105808 18446744073709551615 4224473 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/25267/statm: 390 240 106 186 0 203 0
[pid=25268] ppid=25239 vsize=350944 CPUtime=0 cores=0-7
/proc/25268/stat : 25268 (python) S 25239 25239 23657 0 -1 4202560 814 0 0 0 0 0 0 0 20 0 1 0 669005096 359366656 5723 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 5607397744177021190 0 0 17 1 0 0 0
/proc/25268/statm: 87736 5723 354 364 0 23633 0
[pid=25270] ppid=25268 vsize=1560 CPUtime=0.22 cores=0-7
/proc/25270/stat : 25270 (march_hi) R 25268 25270 25270 0 -1 4202496 515 0 0 0 22 0 0 0 25 0 1 0 669005099 1597440 240 33554432000 4194304 4955518 140733893452416 18446744073709551615 4285712 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/25270/statm: 390 240 106 186 0 203 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 2260132

[startup+3.10117 s]
/proc/loadavg: 11.11 11.19 11.16 12/516 25270
/proc/meminfo: memFree=23417052/32951124 swapFree=53501260/67111528
[pid=25239] ppid=25237 vsize=309968 CPUtime=0.77 cores=0-7
/proc/25239/stat : 25239 (python) S 25237 25239 23657 0 -1 4202496 15933 3909 1 0 60 9 8 0 25 0 1 0 669005014 317407232 7244 33554432000 4194304 5683644 140734971389536 18446744073709551615 216646345535 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/25239/statm: 77492 7244 1891 364 0 13389 0
[pid=25248] ppid=25239 vsize=289240 CPUtime=0 cores=0-7
/proc/25248/stat : 25248 (python) S 25239 25239 23657 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 669005076 296181760 5668 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 15232414193178083590 0 0 17 7 0 0 0
/proc/25248/statm: 72310 5668 348 364 0 8225 0
[pid=25250] ppid=25248 vsize=1560 CPUtime=2.42 cores=0-7
/proc/25250/stat : 25250 (march_hi) R 25248 25250 25250 0 -1 4202496 504 0 0 0 242 0 0 0 25 0 1 0 669005077 1597440 241 33554432000 4194304 4955518 140735851589664 18446744073709551615 4314117 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/25250/statm: 390 241 106 186 0 203 0
[pid=25256] ppid=25239 vsize=309852 CPUtime=0 cores=0-7
/proc/25256/stat : 25256 (python) S 25239 25239 23657 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 669005083 317288448 5701 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 15032544969480962309 0 0 17 0 0 0 0
/proc/25256/statm: 77463 5701 348 364 0 13372 0
[pid=25258] ppid=25256 vsize=1560 CPUtime=2.38 cores=0-7
/proc/25258/stat : 25258 (march_hi) R 25256 25258 25258 0 -1 4202496 504 0 0 0 238 0 0 0 25 0 1 0 669005083 1597440 241 33554432000 4194304 4955518 140733472983168 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25258/statm: 390 241 106 186 0 203 0
[pid=25259] ppid=25239 vsize=320108 CPUtime=0 cores=0-7
/proc/25259/stat : 25259 (python) S 25239 25239 23657 0 -1 4202560 776 0 0 0 0 0 0 0 15 0 1 0 669005086 327790592 5705 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 14048398499737731334 0 0 17 3 0 0 0
/proc/25259/statm: 80027 5705 348 364 0 15933 0
[pid=25261] ppid=25259 vsize=1560 CPUtime=1.43 cores=0-7
/proc/25261/stat : 25261 (march_hi) R 25259 25261 25261 0 -1 4202496 504 0 0 0 143 0 0 0 25 0 1 0 669005089 1597440 241 33554432000 4194304 4955518 140735409667712 18446744073709551615 4297490 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/25261/statm: 390 241 106 186 0 203 0
[pid=25262] ppid=25239 vsize=329972 CPUtime=0 cores=0-7
/proc/25262/stat : 25262 (python) S 25239 25239 23657 0 -1 4202560 774 0 0 0 0 0 0 0 15 0 1 0 669005090 337891328 5617 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 9281782496863682821 0 0 17 1 0 0 0
/proc/25262/statm: 82493 5617 348 364 0 18396 0
[pid=25264] ppid=25262 vsize=1560 CPUtime=2.27 cores=0-7
/proc/25264/stat : 25264 (march_hi) R 25262 25264 25264 0 -1 4202496 507 0 0 0 227 0 0 0 25 0 1 0 669005092 1597440 240 33554432000 4194304 4955518 140733918681952 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25264/statm: 390 240 106 186 0 203 0
[pid=25265] ppid=25239 vsize=340688 CPUtime=0 cores=0-7
/proc/25265/stat : 25265 (python) S 25239 25239 23657 0 -1 4202560 777 0 0 0 0 0 0 0 15 0 1 0 669005093 348864512 5713 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 5607397752766955783 0 0 17 1 0 0 0
/proc/25265/statm: 85172 5713 348 364 0 21072 0
[pid=25267] ppid=25265 vsize=1560 CPUtime=1.02 cores=0-7
/proc/25267/stat : 25267 (march_hi) R 25265 25267 25267 0 -1 4202496 506 0 0 0 102 0 0 0 25 0 1 0 669005095 1597440 240 33554432000 4194304 4955518 140734401105808 18446744073709551615 4224443 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/25267/statm: 390 240 106 186 0 203 0
[pid=25268] ppid=25239 vsize=350944 CPUtime=0 cores=0-7
/proc/25268/stat : 25268 (python) S 25239 25239 23657 0 -1 4202560 820 0 0 0 0 0 0 0 15 0 1 0 669005096 359366656 5723 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 17313520873965092863 0 0 17 1 0 0 0
/proc/25268/statm: 87736 5723 354 364 0 23633 0
[pid=25270] ppid=25268 vsize=1560 CPUtime=1.42 cores=0-7
/proc/25270/stat : 25270 (march_hi) R 25268 25270 25270 0 -1 4202496 515 0 0 0 142 0 0 0 25 0 1 0 669005099 1597440 240 33554432000 4194304 4955518 140733893452416 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/25270/statm: 390 240 106 186 0 203 0
Current children cumulated CPU time (s) 11.71
Current children cumulated vsize (KiB) 2260132

[startup+6.3006 s]
/proc/loadavg: 10.94 11.15 11.15 10/514 25270
/proc/meminfo: memFree=23417168/32951124 swapFree=53501260/67111528
[pid=25239] ppid=25237 vsize=309968 CPUtime=0.77 cores=0-7
/proc/25239/stat : 25239 (python) S 25237 25239 23657 0 -1 4202496 15933 3909 1 0 60 9 8 0 25 0 1 0 669005014 317407232 7244 33554432000 4194304 5683644 140734971389536 18446744073709551615 216646345535 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/25239/statm: 77492 7244 1891 364 0 13389 0
[pid=25248] ppid=25239 vsize=289240 CPUtime=0.02 cores=0-7
/proc/25248/stat : 25248 (python) S 25239 25239 23657 0 -1 4202560 902 0 0 0 1 1 0 0 15 0 1 0 669005076 296181760 5691 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 15232414193178083590 0 0 17 7 0 0 0
/proc/25248/statm: 72310 5691 371 364 0 8225 0
[pid=25250] ppid=25248 vsize=1560 CPUtime=5.54 cores=0-7
/proc/25250/stat : 25250 (march_hi) R 25248 25250 25250 0 -1 4202496 505 0 0 0 554 0 0 0 25 0 1 0 669005077 1597440 242 33554432000 4194304 4955518 140735851589664 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/25250/statm: 390 242 106 186 0 203 0
[pid=25256] ppid=25239 vsize=309852 CPUtime=0.01 cores=0-7
/proc/25256/stat : 25256 (python) S 25239 25239 23657 0 -1 4202560 941 0 0 0 0 1 0 0 15 0 1 0 669005083 317288448 5724 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 15032544969480962309 0 0 17 0 0 0 0
/proc/25256/statm: 77463 5724 371 364 0 13372 0
[pid=25258] ppid=25256 vsize=1560 CPUtime=5.56 cores=0-7
/proc/25258/stat : 25258 (march_hi) R 25256 25258 25258 0 -1 4202496 505 0 0 0 556 0 0 0 25 0 1 0 669005083 1597440 242 33554432000 4194304 4955518 140733472983168 18446744073709551615 4297059 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25258/statm: 390 242 106 186 0 203 0
[pid=25259] ppid=25239 vsize=320108 CPUtime=0.02 cores=0-7
/proc/25259/stat : 25259 (python) S 25239 25239 23657 0 -1 4202560 934 0 0 0 1 1 0 0 15 0 1 0 669005086 327790592 5727 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 14048398499737731334 0 0 17 3 0 0 0
/proc/25259/statm: 80027 5727 370 364 0 15933 0
[pid=25261] ppid=25259 vsize=1560 CPUtime=4.61 cores=0-7
/proc/25261/stat : 25261 (march_hi) R 25259 25261 25261 0 -1 4202496 504 0 0 0 461 0 0 0 25 0 1 0 669005089 1597440 241 33554432000 4194304 4955518 140735409667712 18446744073709551615 4297053 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/25261/statm: 390 241 106 186 0 203 0
[pid=25262] ppid=25239 vsize=329972 CPUtime=0.02 cores=0-7
/proc/25262/stat : 25262 (python) S 25239 25239 23657 0 -1 4202560 949 0 0 0 1 1 0 0 15 0 1 0 669005090 337891328 5640 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 9281782496863682821 0 0 17 1 0 0 0
/proc/25262/statm: 82493 5640 371 364 0 18396 0
[pid=25264] ppid=25262 vsize=1560 CPUtime=5.42 cores=0-7
/proc/25264/stat : 25264 (march_hi) R 25262 25264 25264 0 -1 4202496 508 0 0 0 542 0 0 0 25 0 1 0 669005092 1597440 241 33554432000 4194304 4955518 140733918681952 18446744073709551615 4245413 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25264/statm: 390 241 106 186 0 203 0
[pid=25265] ppid=25239 vsize=340688 CPUtime=0.01 cores=0-7
/proc/25265/stat : 25265 (python) S 25239 25239 23657 0 -1 4202560 950 0 0 0 1 0 0 0 15 0 1 0 669005093 348864512 5736 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 887701712096166151 0 0 17 1 0 0 0
/proc/25265/statm: 85172 5736 371 364 0 21072 0
[pid=25267] ppid=25265 vsize=1560 CPUtime=2.62 cores=0-7
/proc/25267/stat : 25267 (march_hi) R 25265 25267 25267 0 -1 4202496 506 0 0 0 262 0 0 0 25 0 1 0 669005095 1597440 240 33554432000 4194304 4955518 140734401105808 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/25267/statm: 390 240 106 186 0 203 0
[pid=25268] ppid=25239 vsize=350944 CPUtime=0.01 cores=0-7
/proc/25268/stat : 25268 (python) S 25239 25239 23657 0 -1 4202560 982 0 0 0 1 0 0 0 15 0 1 0 669005096 359366656 5746 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 3606279396144414982 0 0 17 2 0 0 0
/proc/25268/statm: 87736 5746 377 364 0 23633 0
[pid=25270] ppid=25268 vsize=1560 CPUtime=4.59 cores=0-7
/proc/25270/stat : 25270 (march_hi) R 25268 25270 25270 0 -1 4202496 515 0 0 0 459 0 0 0 25 0 1 0 669005099 1597440 240 33554432000 4194304 4955518 140733893452416 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/25270/statm: 390 240 106 186 0 203 0
Current children cumulated CPU time (s) 29.2
Current children cumulated vsize (KiB) 2260132

[startup+12.7015 s]

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

/proc/25265/statm: 85172 5736 371 364 0 21072 0
[pid=25267] ppid=25265 vsize=1704 CPUtime=12.21 cores=0-7
/proc/25267/stat : 25267 (march_hi) R 25265 25267 25267 0 -1 4202496 519 0 0 0 1221 0 0 0 25 0 1 0 669005095 1744896 253 33554432000 4194304 4955518 140734401105808 18446744073709551615 4224853 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/25267/statm: 426 253 106 186 0 239 0
[pid=25268] ppid=25239 vsize=350944 CPUtime=0.08 cores=0-7
/proc/25268/stat : 25268 (python) S 25239 25239 23657 0 -1 4202560 990 0 0 0 5 3 0 0 15 0 1 0 669005096 359366656 5746 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 3606279396144414982 0 0 17 2 0 0 0
/proc/25268/statm: 87736 5746 377 364 0 23633 0
[pid=25270] ppid=25268 vsize=1704 CPUtime=23.72 cores=0-7
/proc/25270/stat : 25270 (march_hi) R 25268 25270 25270 0 -1 4202496 536 0 0 0 2372 0 0 0 25 0 1 0 669005099 1744896 261 33554432000 4194304 4955518 140733893452416 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/25270/statm: 426 261 106 186 0 239 0
Current children cumulated CPU time (s) 134.48
Current children cumulated vsize (KiB) 2260996

[startup+51.1008 s]
/proc/loadavg: 9.57 10.78 11.03 5/506 25276
/proc/meminfo: memFree=23438012/32951124 swapFree=53501260/67111528
[pid=25239] ppid=25237 vsize=309968 CPUtime=135.96 cores=0-7
/proc/25239/stat : 25239 (python) S 25237 25239 23657 0 -1 4202496 15936 9229 1 0 60 9 13432 95 17 0 1 0 669005014 317407232 7244 33554432000 4194304 5683644 140734971389536 18446744073709551615 216646345535 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/25239/statm: 77492 7244 1891 364 0 13389 0
[pid=25256] ppid=25239 vsize=0 CPUtime=45.67 cores=0-7
/proc/25256/stat : 25256 (python) Z 25239 25239 23657 0 -1 4202588 1203 576 0 0 224 36 4307 0 19 0 1 0 669005083 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25256/statm: 0 0 0 0 0 0 0
[pid=25265] ppid=25239 vsize=340688 CPUtime=0.2 cores=0-7
/proc/25265/stat : 25265 (python) S 25239 25239 23657 0 -1 4202560 967 0 0 0 10 10 0 0 15 0 1 0 669005093 348864512 5736 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 887701712096166151 0 0 17 7 0 0 0
/proc/25265/statm: 85172 5736 371 364 0 21072 0
[pid=25267] ppid=25265 vsize=1704 CPUtime=27.31 cores=0-7
/proc/25267/stat : 25267 (march_hi) R 25265 25267 25267 0 -1 4202496 529 0 0 0 2731 0 0 0 25 0 1 0 669005095 1744896 263 33554432000 4194304 4955518 140734401105808 18446744073709551615 4208598 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/25267/statm: 426 263 106 186 0 239 0
[pid=25268] ppid=25239 vsize=0 CPUtime=44.69 cores=0-7
/proc/25268/stat : 25268 (python) Z 25239 25239 23657 0 -1 4202588 1257 587 0 0 109 25 4335 0 18 0 1 0 669005096 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25268/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 253.83
Current children cumulated vsize (KiB) 652360

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

[startup+51.2007 s]
/proc/loadavg: 9.57 10.78 11.03 5/506 25276
/proc/meminfo: memFree=23438012/32951124 swapFree=53501260/67111528
[pid=25239] ppid=25237 vsize=309968 CPUtime=135.96 cores=0-7
/proc/25239/stat : 25239 (python) S 25237 25239 23657 0 -1 4202496 15936 9229 1 0 60 9 13432 95 17 0 1 0 669005014 317407232 7244 33554432000 4194304 5683644 140734971389536 18446744073709551615 216646345535 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/25239/statm: 77492 7244 1891 364 0 13389 0
[pid=25256] ppid=25239 vsize=0 CPUtime=45.67 cores=0-7
/proc/25256/stat : 25256 (python) Z 25239 25239 23657 0 -1 4202588 1203 576 0 0 224 36 4307 0 19 0 1 0 669005083 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25256/statm: 0 0 0 0 0 0 0
[pid=25265] ppid=25239 vsize=340688 CPUtime=0.2 cores=0-7
/proc/25265/stat : 25265 (python) S 25239 25239 23657 0 -1 4202560 967 0 0 0 10 10 0 0 15 0 1 0 669005093 348864512 5736 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 887701712096166151 0 0 17 7 0 0 0
/proc/25265/statm: 85172 5736 371 364 0 21072 0
[pid=25267] ppid=25265 vsize=1704 CPUtime=27.41 cores=0-7
/proc/25267/stat : 25267 (march_hi) R 25265 25267 25267 0 -1 4202496 529 0 0 0 2741 0 0 0 25 0 1 0 669005095 1744896 263 33554432000 4194304 4955518 140734401105808 18446744073709551615 4208626 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/25267/statm: 426 263 106 186 0 239 0
[pid=25268] ppid=25239 vsize=0 CPUtime=44.69 cores=0-7
/proc/25268/stat : 25268 (python) Z 25239 25239 23657 0 -1 4202588 1257 587 0 0 109 25 4335 0 18 0 1 0 669005096 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25268/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 253.93
Current children cumulated vsize (KiB) 652360

[startup+57.6006 s]
/proc/loadavg: 9.12 10.67 10.99 5/506 25276
/proc/meminfo: memFree=23437648/32951124 swapFree=53501260/67111528
[pid=25239] ppid=25237 vsize=309968 CPUtime=135.96 cores=0-7
/proc/25239/stat : 25239 (python) S 25237 25239 23657 0 -1 4202496 15936 9229 1 0 60 9 13432 95 17 0 1 0 669005014 317407232 7244 33554432000 4194304 5683644 140734971389536 18446744073709551615 216646345535 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/25239/statm: 77492 7244 1891 364 0 13389 0
[pid=25256] ppid=25239 vsize=0 CPUtime=45.67 cores=0-7
/proc/25256/stat : 25256 (python) Z 25239 25239 23657 0 -1 4202588 1203 576 0 0 224 36 4307 0 19 0 1 0 669005083 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25256/statm: 0 0 0 0 0 0 0
[pid=25265] ppid=25239 vsize=340688 CPUtime=0.22 cores=0-7
/proc/25265/stat : 25265 (python) S 25239 25239 23657 0 -1 4202560 969 0 0 0 12 10 0 0 15 0 1 0 669005093 348864512 5736 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 887701712096166151 0 0 17 1 0 0 0
/proc/25265/statm: 85172 5736 371 364 0 21072 0
[pid=25267] ppid=25265 vsize=1704 CPUtime=33.81 cores=0-7
/proc/25267/stat : 25267 (march_hi) R 25265 25267 25267 0 -1 4202496 536 0 0 0 3381 0 0 0 25 0 1 0 669005095 1744896 270 33554432000 4194304 4955518 140734401105808 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/25267/statm: 426 270 106 186 0 239 0
[pid=25268] ppid=25239 vsize=0 CPUtime=44.69 cores=0-7
/proc/25268/stat : 25268 (python) Z 25239 25239 23657 0 -1 4202588 1257 587 0 0 109 25 4335 0 18 0 1 0 669005096 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25268/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 260.35
Current children cumulated vsize (KiB) 652360

[startup+64.0005 s]
/proc/loadavg: 8.33 10.45 10.91 5/506 25276
/proc/meminfo: memFree=23436904/32951124 swapFree=53501260/67111528
[pid=25239] ppid=25237 vsize=309968 CPUtime=135.96 cores=0-7
/proc/25239/stat : 25239 (python) S 25237 25239 23657 0 -1 4202496 15936 9229 1 0 60 9 13432 95 17 0 1 0 669005014 317407232 7244 33554432000 4194304 5683644 140734971389536 18446744073709551615 216646345535 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/25239/statm: 77492 7244 1891 364 0 13389 0
[pid=25256] ppid=25239 vsize=0 CPUtime=45.67 cores=0-7
/proc/25256/stat : 25256 (python) Z 25239 25239 23657 0 -1 4202588 1203 576 0 0 224 36 4307 0 19 0 1 0 669005083 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25256/statm: 0 0 0 0 0 0 0
[pid=25265] ppid=25239 vsize=340688 CPUtime=0.24 cores=0-7
/proc/25265/stat : 25265 (python) S 25239 25239 23657 0 -1 4202560 971 0 0 0 13 11 0 0 15 0 1 0 669005093 348864512 5736 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 887701712096166151 0 0 17 1 0 0 0
/proc/25265/statm: 85172 5736 371 364 0 21072 0
[pid=25267] ppid=25265 vsize=1704 CPUtime=40.21 cores=0-7
/proc/25267/stat : 25267 (march_hi) R 25265 25267 25267 0 -1 4202496 541 0 0 0 4021 0 0 0 25 0 1 0 669005095 1744896 275 33554432000 4194304 4955518 140734401105808 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25267/statm: 426 275 106 186 0 239 0
[pid=25268] ppid=25239 vsize=0 CPUtime=44.69 cores=0-7
/proc/25268/stat : 25268 (python) Z 25239 25239 23657 0 -1 4202588 1257 587 0 0 109 25 4335 0 18 0 1 0 669005096 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25268/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 266.77
Current children cumulated vsize (KiB) 652360

[startup+65.6012 s]
/proc/loadavg: 8.33 10.45 10.91 5/506 25276
/proc/meminfo: memFree=23437028/32951124 swapFree=53501260/67111528
[pid=25239] ppid=25237 vsize=309968 CPUtime=135.96 cores=0-7
/proc/25239/stat : 25239 (python) S 25237 25239 23657 0 -1 4202496 15936 9229 1 0 60 9 13432 95 17 0 1 0 669005014 317407232 7244 33554432000 4194304 5683644 140734971389536 18446744073709551615 216646345535 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/25239/statm: 77492 7244 1891 364 0 13389 0
[pid=25256] ppid=25239 vsize=0 CPUtime=45.67 cores=0-7
/proc/25256/stat : 25256 (python) Z 25239 25239 23657 0 -1 4202588 1203 576 0 0 224 36 4307 0 19 0 1 0 669005083 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25256/statm: 0 0 0 0 0 0 0
[pid=25265] ppid=25239 vsize=340688 CPUtime=0.26 cores=0-7
/proc/25265/stat : 25265 (python) S 25239 25239 23657 0 -1 4202560 973 0 0 0 14 12 0 0 15 0 1 0 669005093 348864512 5736 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 887701712096166151 0 0 17 1 0 0 0
/proc/25265/statm: 85172 5736 371 364 0 21072 0
[pid=25267] ppid=25265 vsize=1868 CPUtime=41.81 cores=0-7
/proc/25267/stat : 25267 (march_hi) R 25265 25267 25267 0 -1 4202496 576 0 0 0 4181 0 0 0 25 0 1 0 669005095 1912832 308 33554432000 4194304 4955518 140734401105808 18446744073709551615 4224541 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25267/statm: 467 308 106 186 0 280 0
[pid=25268] ppid=25239 vsize=0 CPUtime=44.69 cores=0-7
/proc/25268/stat : 25268 (python) Z 25239 25239 23657 0 -1 4202588 1257 587 0 0 109 25 4335 0 18 0 1 0 669005096 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25268/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 268.39
Current children cumulated vsize (KiB) 652524

[startup+66.401 s]
/proc/loadavg: 8.33 10.45 10.91 5/506 25276
/proc/meminfo: memFree=23437152/32951124 swapFree=53501260/67111528
[pid=25239] ppid=25237 vsize=309968 CPUtime=135.96 cores=0-7
/proc/25239/stat : 25239 (python) S 25237 25239 23657 0 -1 4202496 15936 9229 1 0 60 9 13432 95 17 0 1 0 669005014 317407232 7244 33554432000 4194304 5683644 140734971389536 18446744073709551615 216646345535 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/25239/statm: 77492 7244 1891 364 0 13389 0
[pid=25256] ppid=25239 vsize=0 CPUtime=45.67 cores=0-7
/proc/25256/stat : 25256 (python) Z 25239 25239 23657 0 -1 4202588 1203 576 0 0 224 36 4307 0 19 0 1 0 669005083 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25256/statm: 0 0 0 0 0 0 0
[pid=25265] ppid=25239 vsize=340688 CPUtime=0.26 cores=0-7
/proc/25265/stat : 25265 (python) S 25239 25239 23657 0 -1 4202560 973 0 0 0 14 12 0 0 15 0 1 0 669005093 348864512 5736 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 887701712096166151 0 0 17 1 0 0 0
/proc/25265/statm: 85172 5736 371 364 0 21072 0
[pid=25267] ppid=25265 vsize=1868 CPUtime=42.61 cores=0-7
/proc/25267/stat : 25267 (march_hi) R 25265 25267 25267 0 -1 4202496 577 0 0 0 4261 0 0 0 25 0 1 0 669005095 1912832 309 33554432000 4194304 4955518 140734401105808 18446744073709551615 4224833 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25267/statm: 467 309 106 186 0 280 0
[pid=25268] ppid=25239 vsize=0 CPUtime=44.69 cores=0-7
/proc/25268/stat : 25268 (python) Z 25239 25239 23657 0 -1 4202588 1257 587 0 0 109 25 4335 0 18 0 1 0 669005096 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25268/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 269.19
Current children cumulated vsize (KiB) 652524

[startup+67.2179 s]
/proc/loadavg: 8.33 10.45 10.91 5/506 25276
/proc/meminfo: memFree=23436904/32951124 swapFree=53501260/67111528
[pid=25239] ppid=25237 vsize=309968 CPUtime=135.96 cores=0-7
/proc/25239/stat : 25239 (python) S 25237 25239 23657 0 -1 4202496 15936 9229 1 0 60 9 13432 95 17 0 1 0 669005014 317407232 7244 33554432000 4194304 5683644 140734971389536 18446744073709551615 216646345535 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/25239/statm: 77492 7244 1891 364 0 13389 0
[pid=25256] ppid=25239 vsize=0 CPUtime=45.67 cores=0-7
/proc/25256/stat : 25256 (python) Z 25239 25239 23657 0 -1 4202588 1203 576 0 0 224 36 4307 0 19 0 1 0 669005083 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25256/statm: 0 0 0 0 0 0 0
[pid=25265] ppid=25239 vsize=340688 CPUtime=0.26 cores=0-7
/proc/25265/stat : 25265 (python) S 25239 25239 23657 0 -1 4202560 973 0 0 0 14 12 0 0 15 0 1 0 669005093 348864512 5736 33554432000 4194304 5683644 140734971389536 18446744073709551615 216634535494 0 0 16781312 514 887701712096166151 0 0 17 1 0 0 0
/proc/25265/statm: 85172 5736 371 364 0 21072 0
[pid=25267] ppid=25265 vsize=1868 CPUtime=43.42 cores=0-7
/proc/25267/stat : 25267 (march_hi) R 25265 25267 25267 0 -1 4202496 577 0 0 0 4342 0 0 0 25 0 1 0 669005095 1912832 309 33554432000 4194304 4955518 140734401105808 18446744073709551615 4237750 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25267/statm: 467 309 106 186 0 280 0
[pid=25268] ppid=25239 vsize=0 CPUtime=44.69 cores=0-7
/proc/25268/stat : 25268 (python) Z 25239 25239 23657 0 -1 4202588 1257 587 0 0 109 25 4335 0 18 0 1 0 669005096 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25268/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 270
Current children cumulated vsize (KiB) 652524

[startup+67.4009 s]
/proc/loadavg: 8.33 10.45 10.91 5/506 25276
/proc/meminfo: memFree=23436904/32951124 swapFree=53501260/67111528
[pid=25239] ppid=25237 vsize=309968 CPUtime=270.27 cores=0-7
/proc/25239/stat : 25239 (python) R 25237 25239 23657 0 -1 4202496 17860 14695 1 0 61 9 26785 172 15 0 1 0 669005014 317407232 7244 33554432000 4194304 5683644 140734971389536 18446744073709551615 5114130 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25239/statm: 77492 7244 1891 364 0 13389 0
Current children cumulated CPU time (s) 270.27
Current children cumulated vsize (KiB) 309968

Child status: 1
Real time (s): 67.419
CPU time (s): 270.308
CPU user time (s): 268.487
CPU system time (s): 1.82072
CPU usage (%): 400.937
Max. virtual memory (cumulated for all children) (KiB): 2261816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 268.487
system time used= 1.82072
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34812
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= 2351
involuntary context switches= 2870

runsolver used 0.318951 second user time and 0.751885 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-16 21:27:04
IDJOB=3385772
IDBENCH=83037
IDSOLVER=1870
FILE ID=node103/3385772-1305574024
RUNJOBID= node103-1305564967-23671
PBS_JOBID= 13350147
Free space on /tmp= 73068 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S196779284-038.SATISFIABLE.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385772-1305574024/watcher-3385772-1305574024 -o /tmp/evaluation-result-3385772-1305574024/solver-3385772-1305574024 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385772-1305574024.cnf -seed 218320766 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= d6fc0fc1938fb2a6255c0a87d93d5767
RANDOM SEED=218320766

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.75
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.858
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.77
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.858
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.75
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.858
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.858
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.83
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.858
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:      23468152 kB
Buffers:        348088 kB
Cached:        4549732 kB
SwapCached:     340168 kB
Active:        3643188 kB
Inactive:      5525076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23468152 kB
SwapTotal:    67111528 kB
SwapFree:     53501260 kB
Dirty:           33264 kB
Writeback:           0 kB
AnonPages:     3941308 kB
Mapped:          24716 kB
Slab:           167712 kB
PageTables:      74820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163413628 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= 73036 MiB
End job on node103 at 2011-05-16 21:28:11