Trace number 3385664

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) 417.752 107.981

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1563258922-027.SATISFIABLE.cnf
MD5SUMd76256d9362323e592886dee80dd4554
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.014997
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3385664-1305571918.cnf
0.32/0.46	c INFO: computing task features
0.32/0.47	c INFO: computed variable-clause graph statistics
0.32/0.47	c INFO: computed clause balance statistics
0.40/0.51	c INFO: computed variable balance statistics
0.40/0.54	c INFO: computed small-clause counts
0.40/0.54	c INFO: computed Horn-clause counts
0.40/0.55	c INFO: computed variable graph statistics
0.40/0.55	c INFO: collected features for HOME/instance-3385664-1305571918.cnf in 0.08 s
0.40/0.58	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.57)
0.50/0.61	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.35)
0.50/0.64	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.31)
0.50/0.67	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.09)
0.66/0.70	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.66/0.73	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.26)
0.66/0.77	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.23)
0.82/0.80	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.21)
0.82/0.80	Traceback (most recent call last):
0.82/0.80	  File "HOME/solve", line 33, in <module>
0.82/0.80	    plac.call(main)
0.82/0.80	  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.82/0.80	    cmd, result = parser_from(obj).consume(arglist)
0.82/0.80	  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.82/0.80	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
0.82/0.80	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
0.82/0.80	    (_, answer, _) = solver(input_path, budget / cores, cores)
0.82/0.80	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
0.82/0.80	    process.die()
0.82/0.80	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
0.82/0.80	    os.kill(self._process.pid, signal.SIGUSR1)
0.82/0.80	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-3385664-1305571918/watcher-3385664-1305571918 -o /tmp/evaluation-result-3385664-1305571918/solver-3385664-1305571918 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385664-1305571918.cnf -seed 619179122 -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: 7.04 8.02 8.07 2/370 4283
/proc/meminfo: memFree=12656804/32950928 swapFree=54713420/67111528
[pid=4283] ppid=4281 vsize=15380 CPUtime=0 cores=0-7
/proc/4283/stat : 4283 (python) S 4281 4283 4082 0 -1 4202496 818 0 0 0 0 0 0 0 25 0 1 0 668790537 15749120 704 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/4283/statm: 3845 704 334 364 0 332 0

[startup+0.0909109 s]
/proc/loadavg: 7.04 8.02 8.07 2/370 4283
/proc/meminfo: memFree=12656804/32950928 swapFree=54713420/67111528
[pid=4283] ppid=4281 vsize=99372 CPUtime=0.07 cores=0-7
/proc/4283/stat : 4283 (python) R 4281 4283 4082 0 -1 4202496 2865 0 0 0 5 2 0 0 25 0 1 0 668790537 101756928 2564 33554432000 4194304 5683644 140734844194864 18446744073709551615 4418224 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4283/statm: 24843 2564 818 364 0 1694 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 99372

[startup+0.10091 s]
/proc/loadavg: 7.04 8.02 8.07 2/370 4283
/proc/meminfo: memFree=12656804/32950928 swapFree=54713420/67111528
[pid=4283] ppid=4281 vsize=104228 CPUtime=0.07 cores=0-7
/proc/4283/stat : 4283 (python) R 4281 4283 4082 0 -1 4202496 3085 0 0 0 5 2 0 0 25 0 1 0 668790537 106729472 2767 33554432000 4194304 5683644 140734844194864 18446744073709551615 5114100 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4283/statm: 26057 2767 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300874 s]
/proc/loadavg: 7.04 8.02 8.07 2/370 4283
/proc/meminfo: memFree=12656804/32950928 swapFree=54713420/67111528
[pid=4283] ppid=4281 vsize=187688 CPUtime=0.23 cores=0-7
/proc/4283/stat : 4283 (python) S 4281 4283 4082 0 -1 4202496 6825 933 1 0 16 7 0 0 25 0 1 0 668790537 192192512 4884 33554432000 4194304 5683644 140734844194864 18446744073709551615 235589942919 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/4283/statm: 46922 4884 1399 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 187688

[startup+0.700804 s]
/proc/loadavg: 7.04 8.02 8.07 2/370 4283
/proc/meminfo: memFree=12656804/32950928 swapFree=54713420/67111528
[pid=4283] ppid=4281 vsize=320332 CPUtime=0.66 cores=0-7
/proc/4283/stat : 4283 (python) R 4281 4283 4082 0 -1 4202496 12876 2426 1 0 50 10 6 0 25 0 5 0 668790537 328019968 7295 33554432000 4194304 5683644 140734844194864 18446744073709551615 4602436 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4283/statm: 80083 7295 1880 364 0 15992 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 320332

[startup+1.50066 s]
/proc/loadavg: 6.79 7.95 8.05 5/379 4314
/proc/meminfo: memFree=12614944/32950928 swapFree=54713420/67111528
[pid=4283] ppid=4281 vsize=310200 CPUtime=1.02 cores=0-7
/proc/4283/stat : 4283 (python) S 4281 4283 4082 0 -1 4202496 16206 6784 1 0 59 11 31 1 25 0 1 0 668790537 317644800 7302 33554432000 4194304 5683644 140734844194864 18446744073709551615 235606696767 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/4283/statm: 77550 7302 1891 364 0 13447 0
[pid=4292] ppid=4283 vsize=289440 CPUtime=0 cores=0-7
/proc/4292/stat : 4292 (python) S 4283 4283 4082 0 -1 4202560 752 0 0 0 0 0 0 0 17 0 1 0 668790598 296386560 5718 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 14591407710277697796 0 0 17 2 0 0 0
/proc/4292/statm: 72360 5718 348 364 0 8275 0
[pid=4294] ppid=4292 vsize=2388 CPUtime=0.88 cores=0-7
/proc/4294/stat : 4294 (march_hi) R 4292 4294 4294 0 -1 4202496 666 0 0 0 88 0 0 0 25 0 1 0 668790598 2445312 403 33554432000 4194304 4955518 140734280363408 18446744073709551615 4227651 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4294/statm: 597 403 104 186 0 410 0
[pid=4295] ppid=4283 vsize=299356 CPUtime=0 cores=0-7
/proc/4295/stat : 4295 (python) S 4283 4283 4082 0 -1 4202560 758 0 0 0 0 0 0 0 17 0 1 0 668790601 306540544 5622 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 711379629419495682 0 0 17 1 0 0 0
/proc/4295/statm: 74839 5622 350 364 0 10751 0
[pid=4298] ppid=4295 vsize=2388 CPUtime=0.84 cores=0-7
/proc/4298/stat : 4298 (march_hi) R 4295 4298 4298 0 -1 4202496 665 0 0 0 84 0 0 0 25 0 1 0 668790601 2445312 402 33554432000 4194304 4955518 140733773591088 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4298/statm: 597 402 104 186 0 410 0
[pid=4309] ppid=4283 vsize=340316 CPUtime=0 cores=0-7
/proc/4309/stat : 4309 (python) S 4283 4283 4082 0 -1 4202560 777 0 0 0 0 0 0 0 19 0 1 0 668790614 348483584 5652 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 15993720442296697090 0 0 17 4 0 0 0
/proc/4309/statm: 85079 5652 348 364 0 20979 0
[pid=4311] ppid=4309 vsize=2320 CPUtime=0.72 cores=0-7
/proc/4311/stat : 4311 (march_hi) R 4309 4311 4311 0 -1 4202496 661 0 0 0 72 0 0 0 25 0 1 0 668790614 2375680 396 33554432000 4194304 4955518 140736032751984 18446744073709551615 4224642 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4311/statm: 580 396 104 186 0 393 0
[pid=4312] ppid=4283 vsize=351176 CPUtime=0 cores=0-7
/proc/4312/stat : 4312 (python) S 4283 4283 4082 0 -1 4202560 808 0 0 0 0 0 0 0 19 0 1 0 668790617 359604224 5781 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 8138554286767309058 0 0 17 6 0 0 0
/proc/4312/statm: 87794 5781 354 364 0 23691 0
[pid=4314] ppid=4312 vsize=2320 CPUtime=0.68 cores=0-7
/proc/4314/stat : 4314 (march_hi) R 4312 4314 4314 0 -1 4202496 668 0 0 0 68 0 0 0 25 0 1 0 668790618 2375680 395 33554432000 4194304 4955518 140735475797760 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4314/statm: 580 395 104 186 0 393 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 1599904

[startup+3.10038 s]
/proc/loadavg: 6.79 7.95 8.05 5/379 4314
/proc/meminfo: memFree=12613456/32950928 swapFree=54713420/67111528
[pid=4283] ppid=4281 vsize=310200 CPUtime=1.02 cores=0-7
/proc/4283/stat : 4283 (python) S 4281 4283 4082 0 -1 4202496 16206 6784 1 0 59 11 31 1 25 0 1 0 668790537 317644800 7302 33554432000 4194304 5683644 140734844194864 18446744073709551615 235606696767 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/4283/statm: 77550 7302 1891 364 0 13447 0
[pid=4292] ppid=4283 vsize=289440 CPUtime=0 cores=0-7
/proc/4292/stat : 4292 (python) S 4283 4283 4082 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 668790598 296386560 5718 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 8377728577256259844 0 0 17 2 0 0 0
/proc/4292/statm: 72360 5718 348 364 0 8275 0
[pid=4294] ppid=4292 vsize=2820 CPUtime=2.48 cores=0-7
/proc/4294/stat : 4294 (march_hi) R 4292 4294 4294 0 -1 4202496 739 0 0 0 248 0 0 0 25 0 1 0 668790598 2887680 476 33554432000 4194304 4955518 140734280363408 18446744073709551615 4235338 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4294/statm: 705 476 104 186 0 518 0
[pid=4295] ppid=4283 vsize=299356 CPUtime=0 cores=0-7
/proc/4295/stat : 4295 (python) S 4283 4283 4082 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 668790601 306540544 5622 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 711379629419495682 0 0 17 1 0 0 0
/proc/4295/statm: 74839 5622 350 364 0 10751 0
[pid=4298] ppid=4295 vsize=2820 CPUtime=2.44 cores=0-7
/proc/4298/stat : 4298 (march_hi) R 4295 4298 4298 0 -1 4202496 738 0 0 0 244 0 0 0 25 0 1 0 668790601 2887680 475 33554432000 4194304 4955518 140733773591088 18446744073709551615 4227824 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4298/statm: 705 475 104 186 0 518 0
[pid=4309] ppid=4283 vsize=340316 CPUtime=0 cores=0-7
/proc/4309/stat : 4309 (python) S 4283 4283 4082 0 -1 4202560 778 0 0 0 0 0 0 0 15 0 1 0 668790614 348483584 5652 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 15993720442296697090 0 0 17 4 0 0 0
/proc/4309/statm: 85079 5652 348 364 0 20979 0
[pid=4311] ppid=4309 vsize=2820 CPUtime=2.32 cores=0-7
/proc/4311/stat : 4311 (march_hi) R 4309 4311 4311 0 -1 4202496 733 0 0 0 232 0 0 0 25 0 1 0 668790614 2887680 468 33554432000 4194304 4955518 140736032751984 18446744073709551615 4263553 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4311/statm: 705 468 104 186 0 518 0
[pid=4312] ppid=4283 vsize=351176 CPUtime=0 cores=0-7
/proc/4312/stat : 4312 (python) S 4283 4283 4082 0 -1 4202560 811 0 0 0 0 0 0 0 15 0 1 0 668790617 359604224 5781 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 8138554286767309058 0 0 17 6 0 0 0
/proc/4312/statm: 87794 5781 354 364 0 23691 0
[pid=4314] ppid=4312 vsize=2820 CPUtime=2.28 cores=0-7
/proc/4314/stat : 4314 (march_hi) R 4312 4314 4314 0 -1 4202496 742 0 0 0 228 0 0 0 25 0 1 0 668790618 2887680 469 33554432000 4194304 4955518 140735475797760 18446744073709551615 4238406 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4314/statm: 705 469 104 186 0 518 0
Current children cumulated CPU time (s) 10.54
Current children cumulated vsize (KiB) 1601768

[startup+6.30082 s]
/proc/loadavg: 6.79 7.95 8.05 5/379 4314
/proc/meminfo: memFree=12611992/32950928 swapFree=54713420/67111528
[pid=4283] ppid=4281 vsize=310200 CPUtime=1.02 cores=0-7
/proc/4283/stat : 4283 (python) S 4281 4283 4082 0 -1 4202496 16206 6784 1 0 59 11 31 1 25 0 1 0 668790537 317644800 7302 33554432000 4194304 5683644 140734844194864 18446744073709551615 235606696767 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/4283/statm: 77550 7302 1891 364 0 13447 0
[pid=4292] ppid=4283 vsize=289440 CPUtime=0.01 cores=0-7
/proc/4292/stat : 4292 (python) S 4283 4283 4082 0 -1 4202560 909 0 0 0 0 1 0 0 15 0 1 0 668790598 296386560 5741 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 14591407710277697796 0 0 17 2 0 0 0
/proc/4292/statm: 72360 5741 371 364 0 8275 0
[pid=4294] ppid=4292 vsize=3564 CPUtime=5.68 cores=0-7
/proc/4294/stat : 4294 (march_hi) R 4292 4294 4294 0 -1 4202496 894 0 0 0 568 0 0 0 25 0 1 0 668790598 3649536 631 33554432000 4194304 4955518 140734280363408 18446744073709551615 4286672 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4294/statm: 891 631 104 186 0 704 0
[pid=4295] ppid=4283 vsize=299356 CPUtime=0.01 cores=0-7
/proc/4295/stat : 4295 (python) S 4283 4283 4082 0 -1 4202560 911 0 0 0 1 0 0 0 15 0 1 0 668790601 306540544 5645 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 711379629419495682 0 0 17 1 0 0 0
/proc/4295/statm: 74839 5645 373 364 0 10751 0
[pid=4298] ppid=4295 vsize=3564 CPUtime=5.64 cores=0-7
/proc/4298/stat : 4298 (march_hi) R 4295 4298 4298 0 -1 4202496 892 0 0 0 564 0 0 0 25 0 1 0 668790601 3649536 629 33554432000 4194304 4955518 140733773591088 18446744073709551615 4209667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4298/statm: 891 629 104 186 0 704 0
[pid=4309] ppid=4283 vsize=340316 CPUtime=0 cores=0-7
/proc/4309/stat : 4309 (python) S 4283 4283 4082 0 -1 4202560 941 0 0 0 0 0 0 0 15 0 1 0 668790614 348483584 5675 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 15993720442296697090 0 0 17 4 0 0 0
/proc/4309/statm: 85079 5675 371 364 0 20979 0
[pid=4311] ppid=4309 vsize=3564 CPUtime=5.52 cores=0-7
/proc/4311/stat : 4311 (march_hi) R 4309 4311 4311 0 -1 4202496 878 0 0 0 552 0 0 0 25 0 1 0 668790614 3649536 613 33554432000 4194304 4955518 140736032751984 18446744073709551615 4244617 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4311/statm: 891 613 104 186 0 704 0
[pid=4312] ppid=4283 vsize=351176 CPUtime=0.01 cores=0-7
/proc/4312/stat : 4312 (python) S 4283 4283 4082 0 -1 4202560 972 0 0 0 0 1 0 0 15 0 1 0 668790617 359604224 5804 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 8138554286767309058 0 0 17 6 0 0 0
/proc/4312/statm: 87794 5804 377 364 0 23691 0
[pid=4314] ppid=4312 vsize=3564 CPUtime=5.48 cores=0-7
/proc/4314/stat : 4314 (march_hi) R 4312 4314 4314 0 -1 4202496 898 0 0 0 548 0 0 0 25 0 1 0 668790618 3649536 625 33554432000 4194304 4955518 140735475797760 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4314/statm: 891 625 104 186 0 704 0
Current children cumulated CPU time (s) 23.37
Current children cumulated vsize (KiB) 1604744

[startup+12.7007 s]
/proc/loadavg: 6.36 7.82 8.00 5/379 4314
/proc/meminfo: memFree=12608400/32950928 swapFree=54713420/67111528
[pid=4283] ppid=4281 vsize=310200 CPUtime=1.02 cores=0-7
/proc/4283/stat : 4283 (python) S 4281 4283 4082 0 -1 4202496 16206 6784 1 0 59 11 31 1 25 0 1 0 668790537 317644800 7302 33554432000 4194304 5683644 140734844194864 18446744073709551615 235606696767 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/4283/statm: 77550 7302 1891 364 0 13447 0
[pid=4292] ppid=4283 vsize=289440 CPUtime=0.02 cores=0-7
/proc/4292/stat : 4292 (python) S 4283 4283 4082 0 -1 4202560 917 0 0 0 1 1 0 0 15 0 1 0 668790598 296386560 5741 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 14591407710277697796 0 0 17 2 0 0 0
/proc/4292/statm: 72360 5741 371 364 0 8275 0
[pid=4294] ppid=4292 vsize=5076 CPUtime=12.08 cores=0-7
/proc/4294/stat : 4294 (march_hi) R 4292 4294 4294 0 -1 4202496 1146 0 0 0 1208 0 0 0 25 0 1 0 668790598 5197824 883 33554432000 4194304 4955518 140734280363408 18446744073709551615 4227824 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4294/statm: 1269 883 104 186 0 1082 0
[pid=4295] ppid=4283 vsize=299356 CPUtime=0.03 cores=0-7
/proc/4295/stat : 4295 (python) S 4283 4283 4082 0 -1 4202560 914 0 0 0 2 1 0 0 15 0 1 0 668790601 306540544 5645 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 711379629419495682 0 0 17 1 0 0 0
/proc/4295/statm: 74839 5645 373 364 0 10751 0
[pid=4298] ppid=4295 vsize=5076 CPUtime=12.03 cores=0-7
/proc/4298/stat : 4298 (march_hi) R 4295 4298 4298 0 -1 4202496 1142 0 0 0 1203 0 0 0 25 0 1 0 668790601 5197824 879 33554432000 4194304 4955518 140733773591088 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4298/statm: 1269 879 104 186 0 1082 0
[pid=4309] ppid=4283 vsize=340316 CPUtime=0.02 cores=0-7
/proc/4309/stat : 4309 (python) S 4283 4283 4082 0 -1 4202560 946 0 0 0 1 1 0 0 15 0 1 0 668790614 348483584 5675 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 15993720442296697090 0 0 17 4 0 0 0
/proc/4309/statm: 85079 5675 371 364 0 20979 0
[pid=4311] ppid=4309 vsize=4312 CPUtime=11.92 cores=0-7
/proc/4311/stat : 4311 (march_hi) R 4309 4311 4311 0 -1 4202496 1112 0 0 0 1192 0 0 0 25 0 1 0 668790614 4415488 847 33554432000 4194304 4955518 140736032751984 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4311/statm: 1078 847 104 186 0 891 0
[pid=4312] ppid=4283 vsize=351176 CPUtime=0.02 cores=0-7
/proc/4312/stat : 4312 (python) S 4283 4283 4082 0 -1 4202560 979 0 0 0 1 1 0 0 15 0 1 0 668790617 359604224 5804 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 8138554286767309058 0 0 17 6 0 0 0
/proc/4312/statm: 87794 5804 377 364 0 23691 0
[pid=4314] ppid=4312 vsize=5076 CPUtime=11.87 cores=0-7
/proc/4314/stat : 4314 (march_hi) R 4312 4314 4314 0 -1 4202496 1148 0 0 0 1187 0 0 0 25 0 1 0 668790618 5197824 875 33554432000 4194304 4955518 140735475797760 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4314/statm: 1269 875 104 186 0 1082 0
Current children cumulated CPU time (s) 49.01
Current children cumulated vsize (KiB) 1610028

[startup+25.5004 s]
/proc/loadavg: 6.00 7.69 7.96 5/379 4314
/proc/meminfo: memFree=12603412/32950928 swapFree=54713420/67111528
[pid=4283] ppid=4281 vsize=310200 CPUtime=1.02 cores=0-7
/proc/4283/stat : 4283 (python) S 4281 4283 4082 0 -1 4202496 16206 6784 1 0 59 11 31 1 25 0 1 0 668790537 317644800 7302 33554432000 4194304 5683644 140734844194864 18446744073709551615 235606696767 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/4283/statm: 77550 7302 1891 364 0 13447 0
[pid=4292] ppid=4283 vsize=289440 CPUtime=0.06 cores=0-7
/proc/4292/stat : 4292 (python) S 4283 4283 4082 0 -1 4202560 924 0 0 0 3 3 0 0 15 0 1 0 668790598 296386560 5741 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 14591407710277697796 0 0 17 2 0 0 0
/proc/4292/statm: 72360 5741 371 364 0 8275 0
[pid=4294] ppid=4292 vsize=6692 CPUtime=24.88 cores=0-7
/proc/4294/stat : 4294 (march_hi) R 4292 4294 4294 0 -1 4202496 1608 0 0 0 2488 0 0 0 25 0 1 0 668790598 6852608 1345 33554432000 4194304 4955518 140734280363408 18446744073709551615 4227695 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4294/statm: 1673 1345 104 186 0 1486 0
[pid=4295] ppid=4283 vsize=299356 CPUtime=0.06 cores=0-7
/proc/4295/stat : 4295 (python) S 4283 4283 4082 0 -1 4202560 918 0 0 0 4 2 0 0 15 0 1 0 668790601 306540544 5645 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 711379629419495682 0 0 17 1 0 0 0
/proc/4295/statm: 74839 5645 373 364 0 10751 0
[pid=4298] ppid=4295 vsize=6692 CPUtime=24.82 cores=0-7
/proc/4298/stat : 4298 (march_hi) R 4295 4298 4298 0 -1 4202496 1601 0 0 0 2482 0 0 0 25 0 1 0 668790601 6852608 1338 33554432000 4194304 4955518 140733773591088 18446744073709551615 4263685 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4298/statm: 1673 1338 104 186 0 1486 0
[pid=4309] ppid=4283 vsize=340316 CPUtime=0.06 cores=0-7
/proc/4309/stat : 4309 (python) S 4283 4283 4082 0 -1 4202560 951 0 0 0 3 3 0 0 15 0 1 0 668790614 348483584 5675 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 15993720442296697090 0 0 17 4 0 0 0
/proc/4309/statm: 85079 5675 371 364 0 20979 0
[pid=4311] ppid=4309 vsize=6692 CPUtime=24.72 cores=0-7
/proc/4311/stat : 4311 (march_hi) R 4309 4311 4311 0 -1 4202496 1555 0 0 0 2472 0 0 0 25 0 1 0 668790614 6852608 1290 33554432000 4194304 4955518 140736032751984 18446744073709551615 4346490 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4311/statm: 1673 1290 104 186 0 1486 0
[pid=4312] ppid=4283 vsize=351176 CPUtime=0.06 cores=0-7
/proc/4312/stat : 4312 (python) S 4283 4283 4082 0 -1 4202560 984 0 0 0 3 3 0 0 15 0 1 0 668790617 359604224 5804 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 8138554286767309058 0 0 17 6 0 0 0
/proc/4312/statm: 87794 5804 377 364 0 23691 0
[pid=4314] ppid=4312 vsize=6692 CPUtime=24.66 cores=0-7
/proc/4314/stat : 4314 (march_hi) R 4312 4314 4314 0 -1 4202496 1610 0 0 0 2466 0 0 0 25 0 1 0 668790618 6852608 1337 33554432000 4194304 4955518 140735475797760 18446744073709551615 4227593 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4314/statm: 1673 1337 104 186 0 1486 0
Current children cumulated CPU time (s) 100.34
Current children cumulated vsize (KiB) 1617256

[startup+51.1009 s]
/proc/loadavg: 5.32 7.39 7.85 5/379 4315
/proc/meminfo: memFree=12589816/32950928 swapFree=54713420/67111528
[pid=4283] ppid=4281 vsize=310200 CPUtime=1.02 cores=0-7
/proc/4283/stat : 4283 (python) S 4281 4283 4082 0 -1 4202496 16206 6784 1 0 59 11 31 1 25 0 1 0 668790537 317644800 7302 33554432000 4194304 5683644 140734844194864 18446744073709551615 235606696767 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/4283/statm: 77550 7302 1891 364 0 13447 0
[pid=4292] ppid=4283 vsize=289440 CPUtime=0.14 cores=0-7
/proc/4292/stat : 4292 (python) S 4283 4283 4082 0 -1 4202560 936 0 0 0 8 6 0 0 15 0 1 0 668790598 296386560 5741 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 14591407710277697796 0 0 17 2 0 0 0
/proc/4292/statm: 72360 5741 371 364 0 8275 0
[pid=4294] ppid=4292 vsize=11940 CPUtime=50.47 cores=0-7
/proc/4294/stat : 4294 (march_hi) R 4292 4294 4294 0 -1 4202496 2510 0 0 0 5047 0 0 0 25 0 1 0 668790598 12226560 2247 33554432000 4194304 4955518 140734280363408 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4294/statm: 2985 2247 104 186 0 2798 0
[pid=4295] ppid=4283 vsize=299356 CPUtime=0.14 cores=0-7
/proc/4295/stat : 4295 (python) S 4283 4283 4082 0 -1 4202560 932 0 0 0 8 6 0 0 15 0 1 0 668790601 306540544 5645 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 711379629419495682 0 0 17 1 0 0 0
/proc/4295/statm: 74839 5645 373 364 0 10751 0
[pid=4298] ppid=4295 vsize=11940 CPUtime=50.41 cores=0-7
/proc/4298/stat : 4298 (march_hi) R 4295 4298 4298 0 -1 4202496 2498 0 0 0 5041 0 0 0 25 0 1 0 668790601 12226560 2235 33554432000 4194304 4955518 140733773591088 18446744073709551615 4209787 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/4298/statm: 2985 2235 104 186 0 2798 0
[pid=4309] ppid=4283 vsize=340316 CPUtime=0.14 cores=0-7
/proc/4309/stat : 4309 (python) S 4283 4283 4082 0 -1 4202560 962 0 0 0 8 6 0 0 15 0 1 0 668790614 348483584 5675 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 15993720442296697090 0 0 17 4 0 0 0
/proc/4309/statm: 85079 5675 371 364 0 20979 0
[pid=4311] ppid=4309 vsize=11940 CPUtime=50.32 cores=0-7
/proc/4311/stat : 4311 (march_hi) R 4309 4311 4311 0 -1 4202496 2421 0 0 0 5032 0 0 0 25 0 1 0 668790614 12226560 2156 33554432000 4194304 4955518 140736032751984 18446744073709551615 4227576 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4311/statm: 2985 2156 104 186 0 2798 0
[pid=4312] ppid=4283 vsize=351176 CPUtime=0.14 cores=0-7
/proc/4312/stat : 4312 (python) S 4283 4283 4082 0 -1 4202560 994 0 0 0 7 7 0 0 15 0 1 0 668790617 359604224 5804 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 8138554286767309058 0 0 17 2 0 0 0
/proc/4312/statm: 87794 5804 377 364 0 23691 0
[pid=4314] ppid=4312 vsize=11940 CPUtime=50.26 cores=0-7
/proc/4314/stat : 4314 (march_hi) R 4312 4314 4314 0 -1 4202496 2516 0 0 0 5025 1 0 0 25 0 1 0 668790618 12226560 2243 33554432000 4194304 4955518 140735475797760 18446744073709551615 4289794 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4314/statm: 2985 2243 104 186 0 2798 0
Current children cumulated CPU time (s) 203.04
Current children cumulated vsize (KiB) 1638248

[startup+102.313 s]
/proc/loadavg: 4.52 6.82 7.63 5/379 4316
/proc/meminfo: memFree=12561888/32950928 swapFree=54713420/67111528
[pid=4283] ppid=4281 vsize=310200 CPUtime=1.02 cores=0-7
/proc/4283/stat : 4283 (python) S 4281 4283 4082 0 -1 4202496 16206 6784 1 0 59 11 31 1 25 0 1 0 668790537 317644800 7302 33554432000 4194304 5683644 140734844194864 18446744073709551615 235606696767 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/4283/statm: 77550 7302 1891 364 0 13447 0
[pid=4292] ppid=4283 vsize=289440 CPUtime=0.29 cores=0-7
/proc/4292/stat : 4292 (python) S 4283 4283 4082 0 -1 4202560 954 0 0 0 15 14 0 0 15 0 1 0 668790598 296386560 5741 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 14591407710277697796 0 0 17 2 0 0 0
/proc/4292/statm: 72360 5741 371 364 0 8275 0
[pid=4294] ppid=4292 vsize=17820 CPUtime=101.69 cores=0-7
/proc/4294/stat : 4294 (march_hi) R 4292 4294 4294 0 -1 4202496 4237 0 0 0 10168 1 0 0 25 0 1 0 668790598 18247680 3974 33554432000 4194304 4955518 140734280363408 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4294/statm: 4455 3974 104 186 0 4268 0
[pid=4295] ppid=4283 vsize=299356 CPUtime=0.29 cores=0-7
/proc/4295/stat : 4295 (python) S 4283 4283 4082 0 -1 4202560 956 0 0 0 16 13 0 0 15 0 1 0 668790601 306540544 5645 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 711379629419495682 0 0 17 7 0 0 0
/proc/4295/statm: 74839 5645 373 364 0 10751 0
[pid=4298] ppid=4295 vsize=17820 CPUtime=101.63 cores=0-7
/proc/4298/stat : 4298 (march_hi) R 4295 4298 4298 0 -1 4202496 4217 0 0 0 10162 1 0 0 25 0 1 0 668790601 18247680 3954 33554432000 4194304 4955518 140733773591088 18446744073709551615 4228014 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/4298/statm: 4455 3954 104 186 0 4268 0
[pid=4309] ppid=4283 vsize=340316 CPUtime=0.29 cores=0-7
/proc/4309/stat : 4309 (python) S 4283 4283 4082 0 -1 4202560 977 0 0 0 16 13 0 0 15 0 1 0 668790614 348483584 5675 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 15993720442296697090 0 0 17 4 0 0 0
/proc/4309/statm: 85079 5675 371 364 0 20979 0
[pid=4311] ppid=4309 vsize=17820 CPUtime=101.53 cores=0-7
/proc/4311/stat : 4311 (march_hi) R 4309 4311 4311 0 -1 4202496 4083 0 0 0 10153 0 0 0 25 0 1 0 668790614 18247680 3818 33554432000 4194304 4955518 140736032751984 18446744073709551615 4238419 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4311/statm: 4455 3818 104 186 0 4268 0
[pid=4312] ppid=4283 vsize=351176 CPUtime=0.29 cores=0-7
/proc/4312/stat : 4312 (python) S 4283 4283 4082 0 -1 4202560 1011 0 0 0 15 14 0 0 15 0 1 0 668790617 359604224 5804 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 8138554286767309058 0 0 17 2 0 0 0
/proc/4312/statm: 87794 5804 377 364 0 23691 0
[pid=4314] ppid=4312 vsize=17820 CPUtime=101.47 cores=0-7
/proc/4314/stat : 4314 (march_hi) R 4312 4314 4314 0 -1 4202496 4245 0 0 0 10146 1 0 0 25 0 1 0 668790618 18247680 3972 33554432000 4194304 4955518 140735475797760 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4314/statm: 4455 3972 104 186 0 4268 0
Current children cumulated CPU time (s) 408.5
Current children cumulated vsize (KiB) 1661768

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

[startup+105.5 s]
/proc/loadavg: 4.52 6.82 7.63 2/374 4319
/proc/meminfo: memFree=12615992/32950928 swapFree=54713420/67111528
[pid=4283] ppid=4281 vsize=310200 CPUtime=207.42 cores=0-7
/proc/4283/stat : 4283 (python) S 4281 4283 4082 0 -1 4202496 16206 17727 1 0 59 11 20639 33 15 0 1 0 668790537 317644800 7302 33554432000 4194304 5683644 140734844194864 18446744073709551615 235606696767 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/4283/statm: 77550 7302 1891 364 0 13447 0
[pid=4309] ppid=4283 vsize=340316 CPUtime=0.3 cores=0-7
/proc/4309/stat : 4309 (python) S 4283 4283 4082 0 -1 4202560 979 0 0 0 16 14 0 0 15 0 1 0 668790614 348483584 5675 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 14289939209832595714 0 0 17 4 0 0 0
/proc/4309/statm: 85079 5675 371 364 0 20979 0
[pid=4311] ppid=4309 vsize=17820 CPUtime=104.73 cores=0-7
/proc/4311/stat : 4311 (march_hi) R 4309 4311 4311 0 -1 4202496 4190 0 0 0 10472 1 0 0 25 0 1 0 668790614 18247680 3925 33554432000 4194304 4955518 140736032751984 18446744073709551615 4286639 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4311/statm: 4455 3925 104 186 0 4268 0
[pid=4312] ppid=4283 vsize=0 CPUtime=102.77 cores=0-7
/proc/4312/stat : 4312 (python) Z 4283 4283 4082 0 -1 4202588 1269 4286 0 0 15 14 10247 1 16 0 1 0 668790617 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4312/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 415.22
Current children cumulated vsize (KiB) 668336

[startup+107.101 s]
/proc/loadavg: 4.24 6.72 7.59 2/374 4319
/proc/meminfo: memFree=12616116/32950928 swapFree=54713420/67111528
[pid=4283] ppid=4281 vsize=310200 CPUtime=207.42 cores=0-7
/proc/4283/stat : 4283 (python) S 4281 4283 4082 0 -1 4202496 16206 17727 1 0 59 11 20639 33 15 0 1 0 668790537 317644800 7302 33554432000 4194304 5683644 140734844194864 18446744073709551615 235606696767 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/4283/statm: 77550 7302 1891 364 0 13447 0
[pid=4309] ppid=4283 vsize=340316 CPUtime=0.3 cores=0-7
/proc/4309/stat : 4309 (python) S 4283 4283 4082 0 -1 4202560 979 0 0 0 16 14 0 0 15 0 1 0 668790614 348483584 5675 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 15993720442296697090 0 0 17 4 0 0 0
/proc/4309/statm: 85079 5675 371 364 0 20979 0
[pid=4311] ppid=4309 vsize=17820 CPUtime=106.32 cores=0-7
/proc/4311/stat : 4311 (march_hi) R 4309 4311 4311 0 -1 4202496 4243 0 0 0 10631 1 0 0 25 0 1 0 668790614 18247680 3978 33554432000 4194304 4955518 140736032751984 18446744073709551615 4227859 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4311/statm: 4455 3978 104 186 0 4268 0
[pid=4312] ppid=4283 vsize=0 CPUtime=102.77 cores=0-7
/proc/4312/stat : 4312 (python) Z 4283 4283 4082 0 -1 4202588 1269 4286 0 0 15 14 10247 1 16 0 1 0 668790617 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4312/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 416.81
Current children cumulated vsize (KiB) 668336

[startup+107.501 s]
/proc/loadavg: 4.24 6.72 7.59 2/374 4319
/proc/meminfo: memFree=12616116/32950928 swapFree=54713420/67111528
[pid=4283] ppid=4281 vsize=310200 CPUtime=207.42 cores=0-7
/proc/4283/stat : 4283 (python) S 4281 4283 4082 0 -1 4202496 16206 17727 1 0 59 11 20639 33 15 0 1 0 668790537 317644800 7302 33554432000 4194304 5683644 140734844194864 18446744073709551615 235606696767 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/4283/statm: 77550 7302 1891 364 0 13447 0
[pid=4309] ppid=4283 vsize=340316 CPUtime=0.3 cores=0-7
/proc/4309/stat : 4309 (python) S 4283 4283 4082 0 -1 4202560 979 0 0 0 16 14 0 0 15 0 1 0 668790614 348483584 5675 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 15993720442296697090 0 0 17 4 0 0 0
/proc/4309/statm: 85079 5675 371 364 0 20979 0
[pid=4311] ppid=4309 vsize=17820 CPUtime=106.72 cores=0-7
/proc/4311/stat : 4311 (march_hi) R 4309 4311 4311 0 -1 4202496 4257 0 0 0 10671 1 0 0 25 0 1 0 668790614 18247680 3992 33554432000 4194304 4955518 140736032751984 18446744073709551615 4263718 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4311/statm: 4455 3992 104 186 0 4268 0
[pid=4312] ppid=4283 vsize=0 CPUtime=102.77 cores=0-7
/proc/4312/stat : 4312 (python) Z 4283 4283 4082 0 -1 4202588 1269 4286 0 0 15 14 10247 1 16 0 1 0 668790617 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4312/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 417.21
Current children cumulated vsize (KiB) 668336

[startup+107.901 s]
/proc/loadavg: 4.24 6.72 7.59 2/374 4319
/proc/meminfo: memFree=12616172/32950928 swapFree=54713420/67111528
[pid=4283] ppid=4281 vsize=310200 CPUtime=207.42 cores=0-7
/proc/4283/stat : 4283 (python) S 4281 4283 4082 0 -1 4202496 16206 17727 1 0 59 11 20639 33 15 0 1 0 668790537 317644800 7302 33554432000 4194304 5683644 140734844194864 18446744073709551615 235606696767 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/4283/statm: 77550 7302 1891 364 0 13447 0
[pid=4309] ppid=4283 vsize=340316 CPUtime=0.3 cores=0-7
/proc/4309/stat : 4309 (python) S 4283 4283 4082 0 -1 4202560 979 0 0 0 16 14 0 0 15 0 1 0 668790614 348483584 5675 33554432000 4194304 5683644 140734844194864 18446744073709551615 235594886726 0 0 16781312 514 15993720442296697090 0 0 17 4 0 0 0
/proc/4309/statm: 85079 5675 371 364 0 20979 0
[pid=4311] ppid=4309 vsize=17820 CPUtime=107.12 cores=0-7
/proc/4311/stat : 4311 (march_hi) R 4309 4311 4311 0 -1 4202496 4270 0 0 0 10711 1 0 0 25 0 1 0 668790614 18247680 4005 33554432000 4194304 4955518 140736032751984 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4311/statm: 4455 4005 104 186 0 4268 0
[pid=4312] ppid=4283 vsize=0 CPUtime=102.77 cores=0-7
/proc/4312/stat : 4312 (python) Z 4283 4283 4082 0 -1 4202588 1269 4286 0 0 15 14 10247 1 16 0 1 0 668790617 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4312/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 417.61
Current children cumulated vsize (KiB) 668336

Child status: 1
Real time (s): 107.981
CPU time (s): 417.752
CPU user time (s): 416.987
CPU system time (s): 0.764883
CPU usage (%): 386.875
Max. virtual memory (cumulated for all children) (KiB): 1661768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 416.987
system time used= 0.764883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49235
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= 2900
involuntary context switches= 934

runsolver used 0.360945 second user time and 0.857869 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-16 20:51:58
IDJOB=3385664
IDBENCH=82929
IDSOLVER=1870
FILE ID=node120/3385664-1305571918
RUNJOBID= node120-1305571909-4096
PBS_JOBID= 13350152
Free space on /tmp= 73500 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1563258922-027.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-3385664-1305571918/watcher-3385664-1305571918 -o /tmp/evaluation-result-3385664-1305571918/solver-3385664-1305571918 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385664-1305571918.cnf -seed 619179122 -budget 40000 -cores 8

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

MD5SUM BENCH= d76256d9362323e592886dee80dd4554
RANDOM SEED=619179122

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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:     32950928 kB
MemFree:      12657084 kB
Buffers:        128164 kB
Cached:        1492512 kB
SwapCached:      32576 kB
Active:        6898188 kB
Inactive:     13147404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12657084 kB
SwapTotal:    67111528 kB
SwapFree:     54713420 kB
Dirty:           32472 kB
Writeback:           0 kB
AnonPages:    18399608 kB
Mapped:          20916 kB
Slab:            96456 kB
PageTables:      80828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 78395624 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= 73468 MiB
End job on node120 at 2011-05-16 20:53:46