Trace number 3322190

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-random? (exit code) 245.328 62.3514

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S2083898043-071.SATISFIABLE.cnf
MD5SUM07e93672799a66cb8290b6b816b1a83d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.011997
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3322190-1304375618.cnf
0.31/0.45	c INFO: computing task features
0.31/0.46	c INFO: computed variable-clause graph statistics
0.31/0.46	c INFO: computed clause balance statistics
0.31/0.49	c INFO: computed variable balance statistics
0.40/0.52	c INFO: computed small-clause counts
0.40/0.52	c INFO: computed Horn-clause counts
0.40/0.52	c INFO: computed variable graph statistics
0.40/0.52	c INFO: collected features for HOME/instance-3322190-1304375618.cnf in 0.07 s
0.40/0.56	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.57)
0.40/0.59	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.37)
0.49/0.63	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.37)
0.49/0.67	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.12)
0.60/0.71	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.60/0.75	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.26)
0.60/0.79	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.19)
0.85/0.83	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.21)
0.85/0.83	Traceback (most recent call last):
0.85/0.83	  File "HOME/solve", line 33, in <module>
0.85/0.83	    plac.call(main)
0.85/0.83	  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.85/0.83	    cmd, result = parser_from(obj).consume(arglist)
0.85/0.83	  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.85/0.83	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
0.85/0.83	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
0.85/0.83	    (_, answer, _) = solver(input_path, budget, cores)
0.85/0.83	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
0.85/0.83	    process.die()
0.85/0.83	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
0.85/0.83	    os.kill(self._process.pid, signal.SIGUSR1)
0.85/0.83	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: 935)

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-3322190-1304375618/watcher-3322190-1304375618 -o /tmp/evaluation-result-3322190-1304375618/solver-3322190-1304375618 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322190-1304375618.cnf -seed 386146208 -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: 9.12 9.16 9.34 3/269 18044
/proc/meminfo: memFree=6465852/32951124 swapFree=67051472/67111528
[pid=18044] ppid=18042 vsize=15776 CPUtime=0 cores=0-7
/proc/18044/stat : 18044 (python) S 18042 18044 17290 0 -1 4202496 904 0 0 0 0 0 0 0 25 0 1 0 549164613 16154624 784 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/18044/statm: 3944 784 346 364 0 431 0

[startup+0.036608 s]
/proc/loadavg: 9.12 9.16 9.34 3/269 18044
/proc/meminfo: memFree=6465852/32951124 swapFree=67051472/67111528
[pid=18044] ppid=18042 vsize=18884 CPUtime=0.02 cores=0-7
/proc/18044/stat : 18044 (python) R 18042 18044 17290 0 -1 4202496 1288 0 0 0 2 0 0 0 25 0 1 0 549164613 19337216 1140 33554432000 4194304 5683644 140735631720448 18446744073709551615 4438830 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18044/statm: 4721 1140 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100574 s]
/proc/loadavg: 9.12 9.16 9.34 3/269 18044
/proc/meminfo: memFree=6465852/32951124 swapFree=67051472/67111528
[pid=18044] ppid=18042 vsize=104616 CPUtime=0.05 cores=0-7
/proc/18044/stat : 18044 (python) R 18042 18044 17290 0 -1 4202496 3145 0 0 0 4 1 0 0 25 0 1 0 549164613 107126784 2822 33554432000 4194304 5683644 140735631720448 18446744073709551615 4953304 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18044/statm: 26154 2822 847 364 0 1902 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 104616

[startup+0.300538 s]
/proc/loadavg: 9.12 9.16 9.34 3/269 18044
/proc/meminfo: memFree=6465852/32951124 swapFree=67051472/67111528
[pid=18044] ppid=18042 vsize=198920 CPUtime=0.22 cores=0-7
/proc/18044/stat : 18044 (python) R 18042 18044 17290 0 -1 4202496 7019 937 1 0 16 6 0 0 25 0 1 0 549164613 203694080 5054 33554432000 4194304 5683644 140735631720448 18446744073709551615 218374365873 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18044/statm: 49730 5054 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198920

[startup+0.700432 s]
/proc/loadavg: 9.12 9.16 9.34 3/269 18044
/proc/meminfo: memFree=6465852/32951124 swapFree=67051472/67111528
[pid=18044] ppid=18042 vsize=385280 CPUtime=0.6 cores=0-7
/proc/18044/stat : 18044 (python) R 18042 18044 17290 0 -1 4202496 12692 937 1 0 52 8 0 0 19 0 5 0 549164613 394526720 7292 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370648160 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18044/statm: 96320 7292 1880 364 0 32229 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 385280

[startup+1.50139 s]
/proc/loadavg: 9.03 9.14 9.33 7/278 18075
/proc/meminfo: memFree=6426332/32951124 swapFree=67051472/67111528
[pid=18044] ppid=18042 vsize=375084 CPUtime=1.28 cores=0-7
/proc/18044/stat : 18044 (python) S 18042 18044 17290 0 -1 4202496 15661 6630 1 0 64 8 54 2 19 0 1 0 549164613 384086016 7419 33554432000 4194304 5683644 140735631720448 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/18044/statm: 93771 7419 1891 364 0 29668 0
[pid=18056] ppid=18044 vsize=299244 CPUtime=0 cores=0-7
/proc/18056/stat : 18056 (python) S 18044 18044 17290 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 549164677 306425856 5609 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 2043671062935208192 0 0 17 4 0 0 0
/proc/18056/statm: 74811 5609 348 364 0 10723 0
[pid=18058] ppid=18056 vsize=2136 CPUtime=0.85 cores=0-7
/proc/18058/stat : 18058 (march_hi) R 18056 18058 18058 0 -1 4202496 600 0 0 0 85 0 0 0 25 0 1 0 549164678 2187264 334 33554432000 4194304 4955518 140736842457072 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18058/statm: 534 334 104 186 0 347 0
[pid=18067] ppid=18044 vsize=395548 CPUtime=0 cores=0-7
/proc/18067/stat : 18067 (python) S 18044 18044 17290 0 -1 4202560 733 0 0 0 0 0 0 0 15 0 1 0 549164689 405041152 5781 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 2159071405340066052 0 0 17 4 0 0 0
/proc/18067/statm: 98887 5781 348 364 0 34790 0
[pid=18069] ppid=18067 vsize=2136 CPUtime=0.74 cores=0-7
/proc/18069/stat : 18069 (march_hi) R 18067 18069 18069 0 -1 4202496 591 0 0 0 74 0 0 0 22 0 1 0 549164689 2187264 334 33554432000 4194304 4955518 140734322045088 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18069/statm: 534 334 104 186 0 347 0
[pid=18070] ppid=18044 vsize=405804 CPUtime=0 cores=0-7
/proc/18070/stat : 18070 (python) S 18044 18044 17290 0 -1 4202560 746 0 0 0 0 0 0 0 16 0 1 0 549164693 415543296 5751 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 4528967563941478659 0 0 17 0 0 0 0
/proc/18070/statm: 101451 5751 348 364 0 37351 0
[pid=18072] ppid=18070 vsize=2136 CPUtime=0.66 cores=0-7
/proc/18072/stat : 18072 (march_hi) R 18070 18072 18072 0 -1 4202496 590 0 0 0 66 0 0 0 25 0 1 0 549164693 2187264 332 33554432000 4194304 4955518 140733984802016 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18072/statm: 534 332 104 186 0 347 0
[pid=18073] ppid=18044 vsize=416060 CPUtime=0 cores=0-7
/proc/18073/stat : 18073 (python) S 18044 18044 17290 0 -1 4202560 778 0 0 0 0 0 0 0 15 0 1 0 549164697 426045440 5898 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 11974926277938217216 0 0 17 2 0 0 0
/proc/18073/statm: 104015 5898 354 364 0 39912 0
[pid=18075] ppid=18073 vsize=2136 CPUtime=0.66 cores=0-7
/proc/18075/stat : 18075 (march_hi) R 18073 18075 18075 0 -1 4202496 593 0 0 0 66 0 0 0 22 0 1 0 549164697 2187264 332 33554432000 4194304 4955518 140734258324512 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18075/statm: 534 332 104 186 0 347 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 1900284

[startup+3.10104 s]
/proc/loadavg: 9.03 9.14 9.33 7/278 18075
/proc/meminfo: memFree=6425960/32951124 swapFree=67051472/67111528
[pid=18044] ppid=18042 vsize=375084 CPUtime=1.28 cores=0-7
/proc/18044/stat : 18044 (python) S 18042 18044 17290 0 -1 4202496 15661 6630 1 0 64 8 54 2 19 0 1 0 549164613 384086016 7419 33554432000 4194304 5683644 140735631720448 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/18044/statm: 93771 7419 1891 364 0 29668 0
[pid=18056] ppid=18044 vsize=299244 CPUtime=0 cores=0-7
/proc/18056/stat : 18056 (python) S 18044 18044 17290 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 549164677 306425856 5609 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 2043671062935208192 0 0 17 4 0 0 0
/proc/18056/statm: 74811 5609 348 364 0 10723 0
[pid=18058] ppid=18056 vsize=2136 CPUtime=2.45 cores=0-7
/proc/18058/stat : 18058 (march_hi) R 18056 18058 18058 0 -1 4202496 616 0 0 0 245 0 0 0 25 0 1 0 549164678 2187264 350 33554432000 4194304 4955518 140736842457072 18446744073709551615 4209669 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18058/statm: 534 350 104 186 0 347 0
[pid=18067] ppid=18044 vsize=395548 CPUtime=0 cores=0-7
/proc/18067/stat : 18067 (python) S 18044 18044 17290 0 -1 4202560 735 0 0 0 0 0 0 0 15 0 1 0 549164689 405041152 5781 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 2159071405340066052 0 0 17 4 0 0 0
/proc/18067/statm: 98887 5781 348 364 0 34790 0
[pid=18069] ppid=18067 vsize=2136 CPUtime=2.34 cores=0-7
/proc/18069/stat : 18069 (march_hi) R 18067 18069 18069 0 -1 4202496 607 0 0 0 234 0 0 0 25 0 1 0 549164689 2187264 350 33554432000 4194304 4955518 140734322045088 18446744073709551615 4238763 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18069/statm: 534 350 104 186 0 347 0
[pid=18070] ppid=18044 vsize=405804 CPUtime=0 cores=0-7
/proc/18070/stat : 18070 (python) S 18044 18044 17290 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 549164693 415543296 5753 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 4528967563941478659 0 0 17 0 0 0 0
/proc/18070/statm: 101451 5753 349 364 0 37351 0
[pid=18072] ppid=18070 vsize=2136 CPUtime=2.25 cores=0-7
/proc/18072/stat : 18072 (march_hi) R 18070 18072 18072 0 -1 4202496 604 0 0 0 225 0 0 0 25 0 1 0 549164693 2187264 346 33554432000 4194304 4955518 140733984802016 18446744073709551615 4314013 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18072/statm: 534 346 104 186 0 347 0
[pid=18073] ppid=18044 vsize=416060 CPUtime=0 cores=0-7
/proc/18073/stat : 18073 (python) S 18044 18044 17290 0 -1 4202560 778 0 0 0 0 0 0 0 15 0 1 0 549164697 426045440 5898 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 11974926277938217216 0 0 17 2 0 0 0
/proc/18073/statm: 104015 5898 354 364 0 39912 0
[pid=18075] ppid=18073 vsize=2136 CPUtime=2.25 cores=0-7
/proc/18075/stat : 18075 (march_hi) R 18073 18075 18075 0 -1 4202496 607 0 0 0 225 0 0 0 25 0 1 0 549164697 2187264 346 33554432000 4194304 4955518 140734258324512 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18075/statm: 534 346 104 186 0 347 0
Current children cumulated CPU time (s) 10.57
Current children cumulated vsize (KiB) 1900284

[startup+6.3015 s]
/proc/loadavg: 9.03 9.14 9.33 7/278 18075
/proc/meminfo: memFree=6425340/32951124 swapFree=67051472/67111528
[pid=18044] ppid=18042 vsize=375084 CPUtime=1.28 cores=0-7
/proc/18044/stat : 18044 (python) S 18042 18044 17290 0 -1 4202496 15661 6630 1 0 64 8 54 2 19 0 1 0 549164613 384086016 7419 33554432000 4194304 5683644 140735631720448 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/18044/statm: 93771 7419 1891 364 0 29668 0
[pid=18056] ppid=18044 vsize=299244 CPUtime=0 cores=0-7
/proc/18056/stat : 18056 (python) S 18044 18044 17290 0 -1 4202560 914 0 0 0 0 0 0 0 15 0 1 0 549164677 306425856 5632 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 2043671062935208192 0 0 17 4 0 0 0
/proc/18056/statm: 74811 5632 371 364 0 10723 0
[pid=18058] ppid=18056 vsize=2136 CPUtime=5.65 cores=0-7
/proc/18058/stat : 18058 (march_hi) R 18056 18058 18058 0 -1 4202496 628 0 0 0 565 0 0 0 25 0 1 0 549164678 2187264 362 33554432000 4194304 4955518 140736842457072 18446744073709551615 4261387 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18058/statm: 534 362 104 186 0 347 0
[pid=18067] ppid=18044 vsize=395548 CPUtime=0 cores=0-7
/proc/18067/stat : 18067 (python) S 18044 18044 17290 0 -1 4202560 814 0 0 0 0 0 0 0 15 0 1 0 549164689 405041152 5804 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 2159071405340066052 0 0 17 4 0 0 0
/proc/18067/statm: 98887 5804 371 364 0 34790 0
[pid=18069] ppid=18067 vsize=2136 CPUtime=5.54 cores=0-7
/proc/18069/stat : 18069 (march_hi) R 18067 18069 18069 0 -1 4202496 619 0 0 0 554 0 0 0 25 0 1 0 549164689 2187264 362 33554432000 4194304 4955518 140734322045088 18446744073709551615 4224642 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18069/statm: 534 362 104 186 0 347 0
[pid=18070] ppid=18044 vsize=405804 CPUtime=0 cores=0-7
/proc/18070/stat : 18070 (python) S 18044 18044 17290 0 -1 4202560 828 0 0 0 0 0 0 0 15 0 1 0 549164693 415543296 5776 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 4528967563941478659 0 0 17 0 0 0 0
/proc/18070/statm: 101451 5776 372 364 0 37351 0
[pid=18072] ppid=18070 vsize=2136 CPUtime=5.46 cores=0-7
/proc/18072/stat : 18072 (march_hi) R 18070 18072 18072 0 -1 4202496 620 0 0 0 546 0 0 0 25 0 1 0 549164693 2187264 362 33554432000 4194304 4955518 140733984802016 18446744073709551615 4286523 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18072/statm: 534 362 104 186 0 347 0
[pid=18073] ppid=18044 vsize=416060 CPUtime=0.01 cores=0-7
/proc/18073/stat : 18073 (python) S 18044 18044 17290 0 -1 4202560 862 0 0 0 0 1 0 0 15 0 1 0 549164697 426045440 5921 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 11974926277938217216 0 0 17 2 0 0 0
/proc/18073/statm: 104015 5921 377 364 0 39912 0
[pid=18075] ppid=18073 vsize=2136 CPUtime=5.45 cores=0-7
/proc/18075/stat : 18075 (march_hi) R 18073 18075 18075 0 -1 4202496 623 0 0 0 545 0 0 0 25 0 1 0 549164697 2187264 362 33554432000 4194304 4955518 140734258324512 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18075/statm: 534 362 104 186 0 347 0
Current children cumulated CPU time (s) 23.39
Current children cumulated vsize (KiB) 1900284

[startup+12.7013 s]
/proc/loadavg: 8.57 9.04 9.29 7/278 18075
/proc/meminfo: memFree=6428032/32951124 swapFree=67051472/67111528
[pid=18044] ppid=18042 vsize=375084 CPUtime=1.28 cores=0-7
/proc/18044/stat : 18044 (python) S 18042 18044 17290 0 -1 4202496 15661 6630 1 0 64 8 54 2 19 0 1 0 549164613 384086016 7419 33554432000 4194304 5683644 140735631720448 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/18044/statm: 93771 7419 1891 364 0 29668 0
[pid=18056] ppid=18044 vsize=299244 CPUtime=0.02 cores=0-7
/proc/18056/stat : 18056 (python) S 18044 18044 17290 0 -1 4202560 921 0 0 0 1 1 0 0 15 0 1 0 549164677 306425856 5632 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 2043671062935208192 0 0 17 4 0 0 0
/proc/18056/statm: 74811 5632 371 364 0 10723 0
[pid=18058] ppid=18056 vsize=2276 CPUtime=12.05 cores=0-7
/proc/18058/stat : 18058 (march_hi) R 18056 18058 18058 0 -1 4202496 650 0 0 0 1205 0 0 0 25 0 1 0 549164678 2330624 384 33554432000 4194304 4955518 140736842457072 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18058/statm: 569 384 104 186 0 382 0
[pid=18067] ppid=18044 vsize=395548 CPUtime=0.01 cores=0-7
/proc/18067/stat : 18067 (python) S 18044 18044 17290 0 -1 4202560 815 0 0 0 1 0 0 0 15 0 1 0 549164689 405041152 5804 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 2159071405340066052 0 0 17 4 0 0 0
/proc/18067/statm: 98887 5804 371 364 0 34790 0
[pid=18069] ppid=18067 vsize=2276 CPUtime=11.93 cores=0-7
/proc/18069/stat : 18069 (march_hi) R 18067 18069 18069 0 -1 4202496 641 0 0 0 1193 0 0 0 25 0 1 0 549164689 2330624 384 33554432000 4194304 4955518 140734322045088 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18069/statm: 569 384 104 186 0 382 0
[pid=18070] ppid=18044 vsize=405804 CPUtime=0.01 cores=0-7
/proc/18070/stat : 18070 (python) S 18044 18044 17290 0 -1 4202560 830 0 0 0 1 0 0 0 15 0 1 0 549164693 415543296 5776 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 4528967563941478659 0 0 17 0 0 0 0
/proc/18070/statm: 101451 5776 372 364 0 37351 0
[pid=18072] ppid=18070 vsize=2276 CPUtime=11.86 cores=0-7
/proc/18072/stat : 18072 (march_hi) R 18070 18072 18072 0 -1 4202496 642 0 0 0 1186 0 0 0 25 0 1 0 549164693 2330624 384 33554432000 4194304 4955518 140733984802016 18446744073709551615 4244920 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18072/statm: 569 384 104 186 0 382 0
[pid=18073] ppid=18044 vsize=416060 CPUtime=0.01 cores=0-7
/proc/18073/stat : 18073 (python) S 18044 18044 17290 0 -1 4202560 864 0 0 0 0 1 0 0 15 0 1 0 549164697 426045440 5921 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 11974926277938217216 0 0 17 2 0 0 0
/proc/18073/statm: 104015 5921 377 364 0 39912 0
[pid=18075] ppid=18073 vsize=2276 CPUtime=11.85 cores=0-7
/proc/18075/stat : 18075 (march_hi) R 18073 18075 18075 0 -1 4202496 645 0 0 0 1185 0 0 0 25 0 1 0 549164697 2330624 384 33554432000 4194304 4955518 140734258324512 18446744073709551615 4209628 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18075/statm: 569 384 104 186 0 382 0
Current children cumulated CPU time (s) 49.02
Current children cumulated vsize (KiB) 1900844

[startup+25.501 s]
/proc/loadavg: 8.17 8.93 9.26 7/278 18075
/proc/meminfo: memFree=6431496/32951124 swapFree=67051472/67111528
[pid=18044] ppid=18042 vsize=375084 CPUtime=1.28 cores=0-7

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

/proc/18056/statm: 74811 5632 371 364 0 10723 0
[pid=18058] ppid=18056 vsize=2732 CPUtime=50.45 cores=0-7
/proc/18058/stat : 18058 (march_hi) R 18056 18058 18058 0 -1 4202496 747 0 0 0 5045 0 0 0 25 0 1 0 549164678 2797568 481 33554432000 4194304 4955518 140736842457072 18446744073709551615 4308598 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18058/statm: 683 481 104 186 0 496 0
[pid=18067] ppid=18044 vsize=395548 CPUtime=0.1 cores=0-7
/proc/18067/stat : 18067 (python) S 18044 18044 17290 0 -1 4202560 815 0 0 0 6 4 0 0 15 0 1 0 549164689 405041152 5804 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 2159071405340066052 0 0 17 4 0 0 0
/proc/18067/statm: 98887 5804 371 364 0 34790 0
[pid=18069] ppid=18067 vsize=2732 CPUtime=50.3 cores=0-7
/proc/18069/stat : 18069 (march_hi) R 18067 18069 18069 0 -1 4202496 737 0 0 0 5030 0 0 0 25 0 1 0 549164689 2797568 480 33554432000 4194304 4955518 140734322045088 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18069/statm: 683 480 104 186 0 496 0
[pid=18070] ppid=18044 vsize=405804 CPUtime=0.1 cores=0-7
/proc/18070/stat : 18070 (python) S 18044 18044 17290 0 -1 4202560 833 0 0 0 6 4 0 0 15 0 1 0 549164693 415543296 5776 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 4528967563941478659 0 0 17 0 0 0 0
/proc/18070/statm: 101451 5776 372 364 0 37351 0
[pid=18072] ppid=18070 vsize=2732 CPUtime=50.26 cores=0-7
/proc/18072/stat : 18072 (march_hi) R 18070 18072 18072 0 -1 4202496 739 0 0 0 5026 0 0 0 25 0 1 0 549164693 2797568 481 33554432000 4194304 4955518 140733984802016 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18072/statm: 683 481 104 186 0 496 0
[pid=18073] ppid=18044 vsize=416060 CPUtime=0.1 cores=0-7
/proc/18073/stat : 18073 (python) S 18044 18044 17290 0 -1 4202560 866 0 0 0 4 6 0 0 15 0 1 0 549164697 426045440 5921 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 11974926277938217216 0 0 17 2 0 0 0
/proc/18073/statm: 104015 5921 377 364 0 39912 0
[pid=18075] ppid=18073 vsize=2732 CPUtime=50.2 cores=0-7
/proc/18075/stat : 18075 (march_hi) R 18073 18075 18075 0 -1 4202496 740 0 0 0 5020 0 0 0 25 0 1 0 549164697 2797568 479 33554432000 4194304 4955518 140734258324512 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18075/statm: 683 479 104 186 0 496 0
Current children cumulated CPU time (s) 202.89
Current children cumulated vsize (KiB) 1902668

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

[startup+57.5014 s]
/proc/loadavg: 7.21 8.61 9.13 7/278 18076
/proc/meminfo: memFree=6429996/32951124 swapFree=67051472/67111528
[pid=18044] ppid=18042 vsize=375084 CPUtime=1.28 cores=0-7
/proc/18044/stat : 18044 (python) S 18042 18044 17290 0 -1 4202496 15661 6630 1 0 64 8 54 2 19 0 1 0 549164613 384086016 7419 33554432000 4194304 5683644 140735631720448 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/18044/statm: 93771 7419 1891 364 0 29668 0
[pid=18056] ppid=18044 vsize=299244 CPUtime=0.11 cores=0-7
/proc/18056/stat : 18056 (python) S 18044 18044 17290 0 -1 4202560 940 0 0 0 6 5 0 0 15 0 1 0 549164677 306425856 5632 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 2043671062935208192 0 0 17 4 0 0 0
/proc/18056/statm: 74811 5632 371 364 0 10723 0
[pid=18058] ppid=18056 vsize=2732 CPUtime=56.85 cores=0-7
/proc/18058/stat : 18058 (march_hi) R 18056 18058 18058 0 -1 4202496 765 0 0 0 5685 0 0 0 25 0 1 0 549164678 2797568 499 33554432000 4194304 4955518 140736842457072 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18058/statm: 683 499 104 186 0 496 0
[pid=18067] ppid=18044 vsize=395548 CPUtime=0.1 cores=0-7
/proc/18067/stat : 18067 (python) S 18044 18044 17290 0 -1 4202560 815 0 0 0 6 4 0 0 15 0 1 0 549164689 405041152 5804 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 2159071405340066052 0 0 17 4 0 0 0
/proc/18067/statm: 98887 5804 371 364 0 34790 0
[pid=18069] ppid=18067 vsize=2732 CPUtime=56.69 cores=0-7
/proc/18069/stat : 18069 (march_hi) R 18067 18069 18069 0 -1 4202496 754 0 0 0 5669 0 0 0 25 0 1 0 549164689 2797568 497 33554432000 4194304 4955518 140734322045088 18446744073709551615 4290427 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18069/statm: 683 497 104 186 0 496 0
[pid=18070] ppid=18044 vsize=405804 CPUtime=0.12 cores=0-7
/proc/18070/stat : 18070 (python) S 18044 18044 17290 0 -1 4202560 833 0 0 0 7 5 0 0 15 0 1 0 549164693 415543296 5776 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 4528967563941478659 0 0 17 0 0 0 0
/proc/18070/statm: 101451 5776 372 364 0 37351 0
[pid=18072] ppid=18070 vsize=2732 CPUtime=56.66 cores=0-7
/proc/18072/stat : 18072 (march_hi) R 18070 18072 18072 0 -1 4202496 757 0 0 0 5666 0 0 0 25 0 1 0 549164693 2797568 499 33554432000 4194304 4955518 140733984802016 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18072/statm: 683 499 104 186 0 496 0
[pid=18073] ppid=18044 vsize=416060 CPUtime=0.1 cores=0-7
/proc/18073/stat : 18073 (python) S 18044 18044 17290 0 -1 4202560 866 0 0 0 4 6 0 0 15 0 1 0 549164697 426045440 5921 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 11974926277938217216 0 0 17 2 0 0 0
/proc/18073/statm: 104015 5921 377 364 0 39912 0
[pid=18075] ppid=18073 vsize=2732 CPUtime=56.6 cores=0-7
/proc/18075/stat : 18075 (march_hi) R 18073 18075 18075 0 -1 4202496 757 0 0 0 5660 0 0 0 25 0 1 0 549164697 2797568 496 33554432000 4194304 4955518 140734258324512 18446744073709551615 4263706 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18075/statm: 683 496 104 186 0 496 0
Current children cumulated CPU time (s) 228.51
Current children cumulated vsize (KiB) 1902668

[startup+60.7008 s]
/proc/loadavg: 7.21 8.61 9.13 7/278 18076
/proc/meminfo: memFree=6430028/32951124 swapFree=67051472/67111528
[pid=18044] ppid=18042 vsize=375084 CPUtime=1.28 cores=0-7
/proc/18044/stat : 18044 (python) S 18042 18044 17290 0 -1 4202496 15661 6630 1 0 64 8 54 2 19 0 1 0 549164613 384086016 7419 33554432000 4194304 5683644 140735631720448 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/18044/statm: 93771 7419 1891 364 0 29668 0
[pid=18056] ppid=18044 vsize=299244 CPUtime=0.12 cores=0-7
/proc/18056/stat : 18056 (python) S 18044 18044 17290 0 -1 4202560 942 0 0 0 7 5 0 0 15 0 1 0 549164677 306425856 5632 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 2043671062935208192 0 0 17 4 0 0 0
/proc/18056/statm: 74811 5632 371 364 0 10723 0
[pid=18058] ppid=18056 vsize=2868 CPUtime=60.05 cores=0-7
/proc/18058/stat : 18058 (march_hi) R 18056 18058 18058 0 -1 4202496 778 0 0 0 6005 0 0 0 25 0 1 0 549164678 2936832 512 33554432000 4194304 4955518 140736842457072 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18058/statm: 717 512 104 186 0 530 0
[pid=18067] ppid=18044 vsize=395548 CPUtime=0.12 cores=0-7
/proc/18067/stat : 18067 (python) S 18044 18044 17290 0 -1 4202560 815 0 0 0 7 5 0 0 15 0 1 0 549164689 405041152 5804 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 11305143372420710660 0 0 17 4 0 0 0
/proc/18067/statm: 98887 5804 371 364 0 34790 0
[pid=18069] ppid=18067 vsize=2732 CPUtime=59.88 cores=0-7
/proc/18069/stat : 18069 (march_hi) R 18067 18069 18069 0 -1 4202496 761 0 0 0 5988 0 0 0 25 0 1 0 549164689 2797568 504 33554432000 4194304 4955518 140734322045088 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18069/statm: 683 504 104 186 0 496 0
[pid=18070] ppid=18044 vsize=405804 CPUtime=0.13 cores=0-7
/proc/18070/stat : 18070 (python) S 18044 18044 17290 0 -1 4202560 833 0 0 0 8 5 0 0 15 0 1 0 549164693 415543296 5776 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 4528967563941478659 0 0 17 0 0 0 0
/proc/18070/statm: 101451 5776 372 364 0 37351 0
[pid=18072] ppid=18070 vsize=2868 CPUtime=59.86 cores=0-7
/proc/18072/stat : 18072 (march_hi) R 18070 18072 18072 0 -1 4202496 768 0 0 0 5986 0 0 0 25 0 1 0 549164693 2936832 510 33554432000 4194304 4955518 140733984802016 18446744073709551615 4209669 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18072/statm: 717 510 104 186 0 530 0
[pid=18073] ppid=18044 vsize=416060 CPUtime=0.12 cores=0-7
/proc/18073/stat : 18073 (python) S 18044 18044 17290 0 -1 4202560 867 0 0 0 5 7 0 0 15 0 1 0 549164697 426045440 5921 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 11305143372420710656 0 0 17 2 0 0 0
/proc/18073/statm: 104015 5921 377 364 0 39912 0
[pid=18075] ppid=18073 vsize=2732 CPUtime=59.79 cores=0-7
/proc/18075/stat : 18075 (march_hi) R 18073 18075 18075 0 -1 4202496 765 0 0 0 5979 0 0 0 25 0 1 0 549164697 2797568 504 33554432000 4194304 4955518 140734258324512 18446744073709551615 4224651 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18075/statm: 683 504 104 186 0 496 0
Current children cumulated CPU time (s) 241.35
Current children cumulated vsize (KiB) 1902940

[startup+61.5007 s]
/proc/loadavg: 7.11 8.57 9.12 5/276 18078
/proc/meminfo: memFree=6438104/32951124 swapFree=67051472/67111528
[pid=18044] ppid=18042 vsize=375084 CPUtime=1.28 cores=0-7
/proc/18044/stat : 18044 (python) S 18042 18044 17290 0 -1 4202496 15661 6630 1 0 64 8 54 2 16 0 1 0 549164613 384086016 7419 33554432000 4194304 5683644 140735631720448 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/18044/statm: 93771 7419 1891 364 0 29668 0
[pid=18056] ppid=18044 vsize=0 CPUtime=60.5 cores=0-7
/proc/18056/stat : 18056 (python) Z 18044 18044 17290 0 -1 4202588 1186 779 0 0 7 5 6038 0 15 0 1 0 549164677 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18056/statm: 0 0 0 0 0 0 0
[pid=18067] ppid=18044 vsize=395548 CPUtime=0.12 cores=0-7
/proc/18067/stat : 18067 (python) S 18044 18044 17290 0 -1 4202560 815 0 0 0 7 5 0 0 15 0 1 0 549164689 405041152 5804 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 2159071405340066052 0 0 17 4 0 0 0
/proc/18067/statm: 98887 5804 371 364 0 34790 0
[pid=18069] ppid=18067 vsize=2732 CPUtime=60.69 cores=0-7
/proc/18069/stat : 18069 (march_hi) R 18067 18069 18069 0 -1 4202496 762 0 0 0 6069 0 0 0 25 0 1 0 549164689 2797568 505 33554432000 4194304 4955518 140734322045088 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18069/statm: 683 505 104 186 0 496 0
[pid=18070] ppid=18044 vsize=0 CPUtime=60.43 cores=0-7
/proc/18070/stat : 18070 (python) Z 18044 18044 17290 0 -1 4202588 1151 771 0 0 8 5 6030 0 16 0 1 0 549164693 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18070/statm: 0 0 0 0 0 0 0
[pid=18073] ppid=18044 vsize=416060 CPUtime=0.12 cores=0-7
/proc/18073/stat : 18073 (python) S 18044 18044 17290 0 -1 4202560 867 0 0 0 5 7 0 0 15 0 1 0 549164697 426045440 5921 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 11974926277938217216 0 0 17 2 0 0 0
/proc/18073/statm: 104015 5921 377 364 0 39912 0
[pid=18075] ppid=18073 vsize=2732 CPUtime=60.6 cores=0-7
/proc/18075/stat : 18075 (march_hi) R 18073 18075 18075 0 -1 4202496 767 0 0 0 6060 0 0 0 25 0 1 0 549164697 2797568 506 33554432000 4194304 4955518 140734258324512 18446744073709551615 4307184 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18075/statm: 683 506 104 186 0 496 0
Current children cumulated CPU time (s) 243.74
Current children cumulated vsize (KiB) 1192156

[startup+61.9006 s]
/proc/loadavg: 7.11 8.57 9.12 5/276 18078
/proc/meminfo: memFree=6438104/32951124 swapFree=67051472/67111528
[pid=18044] ppid=18042 vsize=375084 CPUtime=1.28 cores=0-7
/proc/18044/stat : 18044 (python) S 18042 18044 17290 0 -1 4202496 15661 6630 1 0 64 8 54 2 16 0 1 0 549164613 384086016 7419 33554432000 4194304 5683644 140735631720448 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/18044/statm: 93771 7419 1891 364 0 29668 0
[pid=18056] ppid=18044 vsize=0 CPUtime=60.5 cores=0-7
/proc/18056/stat : 18056 (python) Z 18044 18044 17290 0 -1 4202588 1186 779 0 0 7 5 6038 0 15 0 1 0 549164677 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18056/statm: 0 0 0 0 0 0 0
[pid=18067] ppid=18044 vsize=395548 CPUtime=0.12 cores=0-7
/proc/18067/stat : 18067 (python) S 18044 18044 17290 0 -1 4202560 815 0 0 0 7 5 0 0 15 0 1 0 549164689 405041152 5804 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 2159071405340066052 0 0 17 4 0 0 0
/proc/18067/statm: 98887 5804 371 364 0 34790 0
[pid=18069] ppid=18067 vsize=2868 CPUtime=61.08 cores=0-7
/proc/18069/stat : 18069 (march_hi) R 18067 18069 18069 0 -1 4202496 767 0 0 0 6108 0 0 0 25 0 1 0 549164689 2936832 510 33554432000 4194304 4955518 140734322045088 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18069/statm: 717 510 104 186 0 530 0
[pid=18070] ppid=18044 vsize=0 CPUtime=60.43 cores=0-7
/proc/18070/stat : 18070 (python) Z 18044 18044 17290 0 -1 4202588 1151 771 0 0 8 5 6030 0 16 0 1 0 549164693 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18070/statm: 0 0 0 0 0 0 0
[pid=18073] ppid=18044 vsize=416060 CPUtime=0.12 cores=0-7
/proc/18073/stat : 18073 (python) S 18044 18044 17290 0 -1 4202560 867 0 0 0 5 7 0 0 15 0 1 0 549164697 426045440 5921 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 11974926277938217216 0 0 17 2 0 0 0
/proc/18073/statm: 104015 5921 377 364 0 39912 0
[pid=18075] ppid=18073 vsize=3096 CPUtime=60.99 cores=0-7
/proc/18075/stat : 18075 (march_hi) R 18073 18075 18075 0 -1 4202496 773 0 0 0 6099 0 0 0 25 0 1 0 549164697 3170304 512 33554432000 4194304 4955518 140734258324512 18446744073709551615 4209711 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18075/statm: 774 512 104 186 0 587 0
Current children cumulated CPU time (s) 244.52
Current children cumulated vsize (KiB) 1192656

[startup+62.3005 s]
/proc/loadavg: 7.11 8.57 9.12 5/276 18078
/proc/meminfo: memFree=6438104/32951124 swapFree=67051472/67111528
[pid=18044] ppid=18042 vsize=375084 CPUtime=1.28 cores=0-7
/proc/18044/stat : 18044 (python) S 18042 18044 17290 0 -1 4202496 15661 6630 1 0 64 8 54 2 15 0 1 0 549164613 384086016 7419 33554432000 4194304 5683644 140735631720448 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/18044/statm: 93771 7419 1891 364 0 29668 0
[pid=18056] ppid=18044 vsize=0 CPUtime=60.5 cores=0-7
/proc/18056/stat : 18056 (python) Z 18044 18044 17290 0 -1 4202588 1186 779 0 0 7 5 6038 0 15 0 1 0 549164677 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18056/statm: 0 0 0 0 0 0 0
[pid=18067] ppid=18044 vsize=395548 CPUtime=0.12 cores=0-7
/proc/18067/stat : 18067 (python) S 18044 18044 17290 0 -1 4202560 815 0 0 0 7 5 0 0 15 0 1 0 549164689 405041152 5804 33554432000 4194304 5683644 140735631720448 18446744073709551615 218370977350 0 0 16781312 514 2159071405340066052 0 0 17 4 0 0 0
/proc/18067/statm: 98887 5804 371 364 0 34790 0
[pid=18069] ppid=18067 vsize=3096 CPUtime=61.48 cores=0-7
/proc/18069/stat : 18069 (march_hi) R 18067 18069 18069 0 -1 4202496 769 0 0 0 6148 0 0 0 25 0 1 0 549164689 3170304 512 33554432000 4194304 4955518 140734322045088 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18069/statm: 774 512 104 186 0 587 0
[pid=18070] ppid=18044 vsize=0 CPUtime=60.43 cores=0-7
/proc/18070/stat : 18070 (python) Z 18044 18044 17290 0 -1 4202588 1151 771 0 0 8 5 6030 0 16 0 1 0 549164693 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18070/statm: 0 0 0 0 0 0 0
[pid=18073] ppid=18044 vsize=0 CPUtime=61.36 cores=0-7
/proc/18073/stat : 18073 (python) Z 18044 18044 17290 0 -1 4202588 1148 774 0 0 5 7 6124 0 15 0 1 0 549164697 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18073/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 245.17
Current children cumulated vsize (KiB) 773728

Child status: 1
Real time (s): 62.3514
CPU time (s): 245.328
CPU user time (s): 244.943
CPU system time (s): 0.384941
CPU usage (%): 393.46
Max. virtual memory (cumulated for all children) (KiB): 1903396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.943
system time used= 0.384941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34184
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= 2631
involuntary context switches= 1262

runsolver used 0.146977 second user time and 0.419936 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-03 00:33:38
IDJOB=3322190
IDBENCH=82968
IDSOLVER=1712
FILE ID=node101/3322190-1304375618
RUNJOBID= node101-1304370010-17304
PBS_JOBID= 13181771
Free space on /tmp= 73084 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S2083898043-071.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-3322190-1304375618/watcher-3322190-1304375618 -o /tmp/evaluation-result-3322190-1304375618/solver-3322190-1304375618 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322190-1304375618.cnf -seed 386146208 -budget 40000 -cores 8

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

MD5SUM BENCH= 07e93672799a66cb8290b6b816b1a83d
RANDOM SEED=386146208

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       6466008 kB
Buffers:        257688 kB
Cached:        2421900 kB
SwapCached:      23472 kB
Active:       23882448 kB
Inactive:      2250300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6466008 kB
SwapTotal:    67111528 kB
SwapFree:     67051472 kB
Dirty:           32748 kB
Writeback:           0 kB
AnonPages:    23452900 kB
Mapped:          22184 kB
Slab:           223892 kB
PageTables:      59720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 35852268 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= 73052 MiB
End job on node101 at 2011-05-03 00:34:41