Trace number 3322194

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) 109.785 22.9032

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1617626827-069.SATISFIABLE.cnf
MD5SUM181d327d4cfd49957ee63dfb74a0e12a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.007997
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.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.46	c INFO: solving HOME/instance-3322194-1304375848.cnf
0.30/0.46	c INFO: computing task features
0.30/0.46	c INFO: computed variable-clause graph statistics
0.30/0.46	c INFO: computed clause balance statistics
0.39/0.50	c INFO: computed variable balance statistics
0.39/0.53	c INFO: computed small-clause counts
0.39/0.53	c INFO: computed Horn-clause counts
0.39/0.53	c INFO: computed variable graph statistics
0.39/0.53	c INFO: collected features for HOME/instance-3322194-1304375848.cnf in 0.07 s
0.39/0.57	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.57)
0.49/0.60	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.37)
0.49/0.64	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.37)
0.49/0.68	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.12)
0.62/0.72	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.62/0.76	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.26)
0.71/0.80	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.24)
0.71/0.84	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.21)
0.71/0.85	Traceback (most recent call last):
0.71/0.85	  File "HOME/solve", line 33, in <module>
0.71/0.85	    plac.call(main)
0.71/0.85	  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.71/0.85	    cmd, result = parser_from(obj).consume(arglist)
0.71/0.85	  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.71/0.85	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
0.71/0.85	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
0.71/0.85	    (_, answer, _) = solver(input_path, budget, cores)
0.71/0.85	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
0.71/0.85	    process.die()
0.71/0.85	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
0.71/0.85	    os.kill(self._process.pid, signal.SIGUSR1)
0.71/0.85	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-3322194-1304375848/watcher-3322194-1304375848 -o /tmp/evaluation-result-3322194-1304375848/solver-3322194-1304375848 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322194-1304375848.cnf -seed 99287506 -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: 2.08 2.03 2.03 3/350 30292
/proc/meminfo: memFree=21700536/32951124 swapFree=67111464/67111528
[pid=30292] ppid=30290 vsize=16244 CPUtime=0 cores=0-7
/proc/30292/stat : 30292 (python) R 30290 30292 28808 0 -1 4202496 1036 0 0 0 0 0 0 0 17 0 1 0 549182506 16633856 907 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687336133 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30292/statm: 4061 907 380 364 0 548 0

[startup+0.05918 s]
/proc/loadavg: 2.08 2.03 2.03 3/350 30292
/proc/meminfo: memFree=21700536/32951124 swapFree=67111464/67111528
[pid=30292] ppid=30290 vsize=38908 CPUtime=0.04 cores=0-7
/proc/30292/stat : 30292 (python) S 30290 30292 28808 0 -1 4202496 1665 0 0 0 3 1 0 0 17 0 1 0 549182506 39841792 1491 33554432000 4194304 5683644 140735208126528 18446744073709551615 212682751623 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/30292/statm: 9727 1491 455 364 0 1027 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 38908

[startup+0.10117 s]
/proc/loadavg: 2.08 2.03 2.03 3/350 30292
/proc/meminfo: memFree=21700536/32951124 swapFree=67111464/67111528
[pid=30292] ppid=30290 vsize=104616 CPUtime=0.06 cores=0-7
/proc/30292/stat : 30292 (python) R 30290 30292 28808 0 -1 4202496 3143 0 0 0 5 1 0 0 17 0 1 0 549182506 107126784 2821 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687673344 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30292/statm: 26154 2821 847 364 0 1902 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104616

[startup+0.301132 s]
/proc/loadavg: 2.08 2.03 2.03 3/350 30292
/proc/meminfo: memFree=21700536/32951124 swapFree=67111464/67111528
[pid=30292] ppid=30290 vsize=198920 CPUtime=0.22 cores=0-7
/proc/30292/stat : 30292 (python) R 30290 30292 28808 0 -1 4202496 7013 934 1 0 17 5 0 0 17 0 1 0 549182506 203694080 5046 33554432000 4194304 5683644 140735208126528 18446744073709551615 4954792 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30292/statm: 49730 5046 1459 364 0 3757 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198920

[startup+0.701022 s]
/proc/loadavg: 2.08 2.03 2.03 3/350 30292
/proc/meminfo: memFree=21700536/32951124 swapFree=67111464/67111528
[pid=30292] ppid=30290 vsize=320156 CPUtime=0.62 cores=0-7
/proc/30292/stat : 30292 (python) R 30290 30292 28808 0 -1 4202496 12804 2427 1 0 51 8 2 1 18 0 5 0 549182506 327839744 7243 33554432000 4194304 5683644 140735208126528 18446744073709551615 212691113785 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30292/statm: 80039 7243 1880 364 0 15948 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 320156

[startup+1.50091 s]
/proc/loadavg: 2.08 2.03 2.03 8/361 30323
/proc/meminfo: memFree=21653576/32951124 swapFree=67111464/67111528
[pid=30292] ppid=30290 vsize=310096 CPUtime=1.06 cores=0-7
/proc/30292/stat : 30292 (python) S 30290 30292 28808 0 -1 4202496 15997 5354 1 0 64 9 31 2 19 0 1 0 549182506 317538304 7275 33554432000 4194304 5683644 140735208126528 18446744073709551615 212699505471 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/30292/statm: 77524 7275 1891 364 0 13421 0
[pid=30305] ppid=30292 vsize=299180 CPUtime=0 cores=0-7
/proc/30305/stat : 30305 (python) S 30292 30292 28808 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 549182570 306360320 5607 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 536891532137955588 0 0 17 2 0 0 0
/proc/30305/statm: 74795 5607 348 364 0 10707 0
[pid=30307] ppid=30305 vsize=2132 CPUtime=0.83 cores=0-7
/proc/30307/stat : 30307 (march_hi) R 30305 30307 30307 0 -1 4202496 602 0 0 0 83 0 0 0 23 0 1 0 549182571 2183168 339 33554432000 4194304 4955518 140735108736160 18446744073709551615 4238743 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30307/statm: 533 339 104 186 0 346 0
[pid=30308] ppid=30292 vsize=309912 CPUtime=0 cores=0-7
/proc/30308/stat : 30308 (python) S 30292 30292 28808 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 549182574 317349888 5698 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 536882736044933378 0 0 17 4 0 0 0
/proc/30308/statm: 77478 5698 348 364 0 13387 0
[pid=30310] ppid=30308 vsize=2132 CPUtime=0.8 cores=0-7
/proc/30310/stat : 30310 (march_hi) R 30308 30310 30310 0 -1 4202496 603 0 0 0 80 0 0 0 22 0 1 0 549182575 2183168 339 33554432000 4194304 4955518 140737274651872 18446744073709551615 4227556 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30310/statm: 533 339 104 186 0 346 0
[pid=30314] ppid=30292 vsize=330424 CPUtime=0 cores=0-7
/proc/30314/stat : 30314 (python) S 30292 30292 28808 0 -1 4202560 769 0 0 0 0 0 0 0 15 0 1 0 549182582 338354176 5731 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 14238631878406963199 0 0 17 2 0 0 0
/proc/30314/statm: 82606 5731 348 364 0 18509 0
[pid=30316] ppid=30314 vsize=2132 CPUtime=0.7 cores=0-7
/proc/30316/stat : 30316 (march_hi) R 30314 30316 30316 0 -1 4202496 603 0 0 0 70 0 0 0 22 0 1 0 549182583 2183168 338 33554432000 4194304 4955518 140736273261744 18446744073709551615 4289835 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30316/statm: 533 338 104 186 0 346 0
[pid=30317] ppid=30292 vsize=340680 CPUtime=0 cores=0-7
/proc/30317/stat : 30317 (python) S 30292 30292 28808 0 -1 4202560 773 0 0 0 0 0 0 0 15 0 1 0 549182586 348856320 5735 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 4424777017459736575 0 0 17 4 0 0 0
/proc/30317/statm: 85170 5735 348 364 0 21070 0
[pid=30319] ppid=30317 vsize=2132 CPUtime=0.64 cores=0-7
/proc/30319/stat : 30319 (march_hi) R 30317 30319 30319 0 -1 4202496 604 0 0 0 64 0 0 0 25 0 1 0 549182587 2183168 338 33554432000 4194304 4955518 140734495310416 18446744073709551615 4235400 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30319/statm: 533 338 104 186 0 346 0
[pid=30321] ppid=30292 vsize=351072 CPUtime=0 cores=0-7
/proc/30321/stat : 30321 (python) S 30292 30292 28808 0 -1 4202560 812 0 0 0 0 0 0 0 15 0 1 0 549182590 359497728 5754 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 11066532311058087935 0 0 17 4 0 0 0
/proc/30321/statm: 87768 5754 354 364 0 23665 0
[pid=30323] ppid=30321 vsize=2132 CPUtime=0.64 cores=0-7
/proc/30323/stat : 30323 (march_hi) R 30321 30323 30323 0 -1 4202496 608 0 0 0 64 0 0 0 22 0 1 0 549182591 2183168 337 33554432000 4194304 4955518 140736458816624 18446744073709551615 4227735 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30323/statm: 533 337 104 186 0 346 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 1952024

[startup+3.10062 s]
/proc/loadavg: 2.08 2.03 2.03 8/361 30323
/proc/meminfo: memFree=21652832/32951124 swapFree=67111464/67111528
[pid=30292] ppid=30290 vsize=310096 CPUtime=1.06 cores=0-7
/proc/30292/stat : 30292 (python) S 30290 30292 28808 0 -1 4202496 15997 5354 1 0 64 9 31 2 19 0 1 0 549182506 317538304 7275 33554432000 4194304 5683644 140735208126528 18446744073709551615 212699505471 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/30292/statm: 77524 7275 1891 364 0 13421 0
[pid=30305] ppid=30292 vsize=299180 CPUtime=0 cores=0-7
/proc/30305/stat : 30305 (python) S 30292 30292 28808 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 549182570 306360320 5607 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 536891532137955588 0 0 17 2 0 0 0
/proc/30305/statm: 74795 5607 348 364 0 10707 0
[pid=30307] ppid=30305 vsize=2132 CPUtime=2.43 cores=0-7
/proc/30307/stat : 30307 (march_hi) R 30305 30307 30307 0 -1 4202496 617 0 0 0 243 0 0 0 25 0 1 0 549182571 2183168 354 33554432000 4194304 4955518 140735108736160 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30307/statm: 533 354 104 186 0 346 0
[pid=30308] ppid=30292 vsize=309912 CPUtime=0 cores=0-7
/proc/30308/stat : 30308 (python) S 30292 30292 28808 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 549182574 317349888 5698 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 536882736044933378 0 0 17 4 0 0 0
/proc/30308/statm: 77478 5698 348 364 0 13387 0
[pid=30310] ppid=30308 vsize=2132 CPUtime=2.4 cores=0-7
/proc/30310/stat : 30310 (march_hi) R 30308 30310 30310 0 -1 4202496 618 0 0 0 240 0 0 0 25 0 1 0 549182575 2183168 354 33554432000 4194304 4955518 140737274651872 18446744073709551615 4282803 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30310/statm: 533 354 104 186 0 346 0
[pid=30314] ppid=30292 vsize=330424 CPUtime=0 cores=0-7
/proc/30314/stat : 30314 (python) S 30292 30292 28808 0 -1 4202560 773 0 0 0 0 0 0 0 15 0 1 0 549182582 338354176 5731 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 15654318794988290308 0 0 17 2 0 0 0
/proc/30314/statm: 82606 5731 348 364 0 18509 0
[pid=30316] ppid=30314 vsize=2132 CPUtime=2.3 cores=0-7
/proc/30316/stat : 30316 (march_hi) R 30314 30316 30316 0 -1 4202496 619 0 0 0 230 0 0 0 25 0 1 0 549182583 2183168 354 33554432000 4194304 4955518 140736273261744 18446744073709551615 4227917 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30316/statm: 533 354 104 186 0 346 0
[pid=30317] ppid=30292 vsize=340680 CPUtime=0 cores=0-7
/proc/30317/stat : 30317 (python) S 30292 30292 28808 0 -1 4202560 778 0 0 0 0 0 0 0 15 0 1 0 549182586 348856320 5735 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 5571366159724282115 0 0 17 4 0 0 0
/proc/30317/statm: 85170 5735 348 364 0 21070 0
[pid=30319] ppid=30317 vsize=2132 CPUtime=2.24 cores=0-7
/proc/30319/stat : 30319 (march_hi) R 30317 30319 30319 0 -1 4202496 620 0 0 0 224 0 0 0 25 0 1 0 549182587 2183168 354 33554432000 4194304 4955518 140734495310416 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30319/statm: 533 354 104 186 0 346 0
[pid=30321] ppid=30292 vsize=351072 CPUtime=0 cores=0-7
/proc/30321/stat : 30321 (python) S 30292 30292 28808 0 -1 4202560 816 0 0 0 0 0 0 0 15 0 1 0 549182590 359497728 5754 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 12194036955121418497 0 0 17 4 0 0 0
/proc/30321/statm: 87768 5754 354 364 0 23665 0
[pid=30323] ppid=30321 vsize=2132 CPUtime=2.24 cores=0-7
/proc/30323/stat : 30323 (march_hi) R 30321 30323 30323 0 -1 4202496 624 0 0 0 224 0 0 0 25 0 1 0 549182591 2183168 353 33554432000 4194304 4955518 140736458816624 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30323/statm: 533 353 104 186 0 346 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1952024

[startup+6.301 s]
/proc/loadavg: 2.48 2.11 2.06 8/361 30323
/proc/meminfo: memFree=21651864/32951124 swapFree=67111464/67111528
[pid=30292] ppid=30290 vsize=310096 CPUtime=1.06 cores=0-7
/proc/30292/stat : 30292 (python) S 30290 30292 28808 0 -1 4202496 15997 5354 1 0 64 9 31 2 19 0 1 0 549182506 317538304 7275 33554432000 4194304 5683644 140735208126528 18446744073709551615 212699505471 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/30292/statm: 77524 7275 1891 364 0 13421 0
[pid=30305] ppid=30292 vsize=299180 CPUtime=0.01 cores=0-7
/proc/30305/stat : 30305 (python) S 30292 30292 28808 0 -1 4202560 931 0 0 0 0 1 0 0 15 0 1 0 549182570 306360320 5630 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 536891532137955588 0 0 17 2 0 0 0
/proc/30305/statm: 74795 5630 371 364 0 10707 0
[pid=30307] ppid=30305 vsize=2264 CPUtime=5.62 cores=0-7
/proc/30307/stat : 30307 (march_hi) R 30305 30307 30307 0 -1 4202496 632 0 0 0 562 0 0 0 25 0 1 0 549182571 2318336 369 33554432000 4194304 4955518 140735108736160 18446744073709551615 4224654 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30307/statm: 566 369 104 186 0 379 0
[pid=30308] ppid=30292 vsize=309912 CPUtime=0.01 cores=0-7
/proc/30308/stat : 30308 (python) S 30292 30292 28808 0 -1 4202560 938 0 0 0 0 1 0 0 15 0 1 0 549182574 317349888 5721 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 536882736044933378 0 0 17 4 0 0 0
/proc/30308/statm: 77478 5721 371 364 0 13387 0
[pid=30310] ppid=30308 vsize=2264 CPUtime=5.6 cores=0-7
/proc/30310/stat : 30310 (march_hi) R 30308 30310 30310 0 -1 4202496 632 0 0 0 560 0 0 0 25 0 1 0 549182575 2318336 368 33554432000 4194304 4955518 140737274651872 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30310/statm: 566 368 104 186 0 379 0
[pid=30314] ppid=30292 vsize=330424 CPUtime=0.01 cores=0-7
/proc/30314/stat : 30314 (python) S 30292 30292 28808 0 -1 4202560 953 0 0 0 1 0 0 0 15 0 1 0 549182582 338354176 5754 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 15654318794988290308 0 0 17 2 0 0 0
/proc/30314/statm: 82606 5754 371 364 0 18509 0
[pid=30316] ppid=30314 vsize=2264 CPUtime=5.5 cores=0-7
/proc/30316/stat : 30316 (march_hi) R 30314 30316 30316 0 -1 4202496 634 0 0 0 550 0 0 0 25 0 1 0 549182583 2318336 369 33554432000 4194304 4955518 140736273261744 18446744073709551615 4209695 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30316/statm: 566 369 104 186 0 379 0
[pid=30317] ppid=30292 vsize=340680 CPUtime=0 cores=0-7
/proc/30317/stat : 30317 (python) S 30292 30292 28808 0 -1 4202560 961 0 0 0 0 0 0 0 15 0 1 0 549182586 348856320 5758 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 4424777017459704067 0 0 17 4 0 0 0
/proc/30317/statm: 85170 5758 371 364 0 21070 0
[pid=30319] ppid=30317 vsize=2264 CPUtime=5.44 cores=0-7
/proc/30319/stat : 30319 (march_hi) R 30317 30319 30319 0 -1 4202496 634 0 0 0 544 0 0 0 25 0 1 0 549182587 2318336 368 33554432000 4194304 4955518 140734495310416 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30319/statm: 566 368 104 186 0 379 0
[pid=30321] ppid=30292 vsize=351072 CPUtime=0.01 cores=0-7
/proc/30321/stat : 30321 (python) S 30292 30292 28808 0 -1 4202560 999 0 0 0 1 0 0 0 15 0 1 0 549182590 359497728 5777 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 12194036955121418497 0 0 17 4 0 0 0
/proc/30321/statm: 87768 5777 377 364 0 23665 0
[pid=30323] ppid=30321 vsize=2264 CPUtime=5.41 cores=0-7
/proc/30323/stat : 30323 (march_hi) R 30321 30323 30323 0 -1 4202496 638 0 0 0 541 0 0 0 25 0 1 0 549182591 2318336 367 33554432000 4194304 4955518 140736458816624 18446744073709551615 4209653 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30323/statm: 566 367 104 186 0 379 0
Current children cumulated CPU time (s) 28.67
Current children cumulated vsize (KiB) 1952684

[startup+12.7009 s]
/proc/loadavg: 2.84 2.20 2.08 8/361 30323
/proc/meminfo: memFree=21651872/32951124 swapFree=67111464/67111528
[pid=30292] ppid=30290 vsize=310096 CPUtime=1.06 cores=0-7
/proc/30292/stat : 30292 (python) S 30290 30292 28808 0 -1 4202496 15997 5354 1 0 64 9 31 2 19 0 1 0 549182506 317538304 7275 33554432000 4194304 5683644 140735208126528 18446744073709551615 212699505471 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/30292/statm: 77524 7275 1891 364 0 13421 0
[pid=30305] ppid=30292 vsize=299180 CPUtime=0.03 cores=0-7
/proc/30305/stat : 30305 (python) S 30292 30292 28808 0 -1 4202560 935 0 0 0 1 2 0 0 15 0 1 0 549182570 306360320 5630 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 536891532137955588 0 0 17 2 0 0 0
/proc/30305/statm: 74795 5630 371 364 0 10707 0
[pid=30307] ppid=30305 vsize=2400 CPUtime=12.01 cores=0-7
/proc/30307/stat : 30307 (march_hi) R 30305 30307 30307 0 -1 4202496 686 0 0 0 1201 0 0 0 25 0 1 0 549182571 2457600 423 33554432000 4194304 4955518 140735108736160 18446744073709551615 4224651 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30307/statm: 600 423 104 186 0 413 0
[pid=30308] ppid=30292 vsize=309912 CPUtime=0.03 cores=0-7
/proc/30308/stat : 30308 (python) S 30292 30292 28808 0 -1 4202560 945 0 0 0 1 2 0 0 15 0 1 0 549182574 317349888 5721 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 536882736044933378 0 0 17 4 0 0 0
/proc/30308/statm: 77478 5721 371 364 0 13387 0
[pid=30310] ppid=30308 vsize=2400 CPUtime=12 cores=0-7
/proc/30310/stat : 30310 (march_hi) R 30308 30310 30310 0 -1 4202496 685 0 0 0 1200 0 0 0 25 0 1 0 549182575 2457600 421 33554432000 4194304 4955518 140737274651872 18446744073709551615 4227522 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30310/statm: 600 421 104 186 0 413 0
[pid=30314] ppid=30292 vsize=330424 CPUtime=0.02 cores=0-7
/proc/30314/stat : 30314 (python) S 30292 30292 28808 0 -1 4202560 956 0 0 0 1 1 0 0 15 0 1 0 549182582 338354176 5754 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 15654318794988290308 0 0 17 2 0 0 0
/proc/30314/statm: 82606 5754 371 364 0 18509 0
[pid=30316] ppid=30314 vsize=2400 CPUtime=11.9 cores=0-7
/proc/30316/stat : 30316 (march_hi) R 30314 30316 30316 0 -1 4202496 687 0 0 0 1190 0 0 0 25 0 1 0 549182583 2457600 422 33554432000 4194304 4955518 140736273261744 18446744073709551615 4290855 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30316/statm: 600 422 104 186 0 413 0
[pid=30317] ppid=30292 vsize=340680 CPUtime=0.02 cores=0-7
/proc/30317/stat : 30317 (python) S 30292 30292 28808 0 -1 4202560 966 0 0 0 1 1 0 0 15 0 1 0 549182586 348856320 5758 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 5571366159724282115 0 0 17 4 0 0 0
/proc/30317/statm: 85170 5758 371 364 0 21070 0
[pid=30319] ppid=30317 vsize=2400 CPUtime=11.84 cores=0-7
/proc/30319/stat : 30319 (march_hi) R 30317 30319 30319 0 -1 4202496 688 0 0 0 1184 0 0 0 25 0 1 0 549182587 2457600 422 33554432000 4194304 4955518 140734495310416 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30319/statm: 600 422 104 186 0 413 0
[pid=30321] ppid=30292 vsize=351072 CPUtime=0.03 cores=0-7
/proc/30321/stat : 30321 (python) S 30292 30292 28808 0 -1 4202560 1002 0 0 0 2 1 0 0 15 0 1 0 549182590 359497728 5777 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 12194036955121418497 0 0 17 4 0 0 0
/proc/30321/statm: 87768 5777 377 364 0 23665 0
[pid=30323] ppid=30321 vsize=2400 CPUtime=11.76 cores=0-7
/proc/30323/stat : 30323 (march_hi) R 30321 30323 30323 0 -1 4202496 692 0 0 0 1176 0 0 0 25 0 1 0 549182591 2457600 421 33554432000 4194304 4955518 140736458816624 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30323/statm: 600 421 104 186 0 413 0
Current children cumulated CPU time (s) 60.7
Current children cumulated vsize (KiB) 1953364

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

[startup+19.1007 s]
/proc/loadavg: 3.48 2.35 2.14 8/361 30323
/proc/meminfo: memFree=21652632/32951124 swapFree=67111464/67111528
[pid=30292] ppid=30290 vsize=310096 CPUtime=1.06 cores=0-7
/proc/30292/stat : 30292 (python) S 30290 30292 28808 0 -1 4202496 15997 5354 1 0 64 9 31 2 19 0 1 0 549182506 317538304 7275 33554432000 4194304 5683644 140735208126528 18446744073709551615 212699505471 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/30292/statm: 77524 7275 1891 364 0 13421 0
[pid=30305] ppid=30292 vsize=299180 CPUtime=0.04 cores=0-7
/proc/30305/stat : 30305 (python) S 30292 30292 28808 0 -1 4202560 939 0 0 0 2 2 0 0 15 0 1 0 549182570 306360320 5630 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 536891532137955588 0 0 17 2 0 0 0
/proc/30305/statm: 74795 5630 371 364 0 10707 0
[pid=30307] ppid=30305 vsize=2568 CPUtime=18.35 cores=0-7
/proc/30307/stat : 30307 (march_hi) R 30305 30307 30307 0 -1 4202496 708 0 0 0 1835 0 0 0 25 0 1 0 549182571 2629632 445 33554432000 4194304 4955518 140735108736160 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30307/statm: 642 445 104 186 0 455 0
[pid=30308] ppid=30292 vsize=309912 CPUtime=0.04 cores=0-7
/proc/30308/stat : 30308 (python) S 30292 30292 28808 0 -1 4202560 950 0 0 0 2 2 0 0 15 0 1 0 549182574 317349888 5721 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 536882736044933378 0 0 17 4 0 0 0
/proc/30308/statm: 77478 5721 371 364 0 13387 0
[pid=30310] ppid=30308 vsize=2568 CPUtime=18.4 cores=0-7
/proc/30310/stat : 30310 (march_hi) R 30308 30310 30310 0 -1 4202496 708 0 0 0 1840 0 0 0 25 0 1 0 549182575 2629632 444 33554432000 4194304 4955518 140737274651872 18446744073709551615 4209699 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30310/statm: 642 444 104 186 0 455 0
[pid=30314] ppid=30292 vsize=330424 CPUtime=0.04 cores=0-7
/proc/30314/stat : 30314 (python) S 30292 30292 28808 0 -1 4202560 958 0 0 0 2 2 0 0 15 0 1 0 549182582 338354176 5754 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 15654318794988290308 0 0 17 2 0 0 0
/proc/30314/statm: 82606 5754 371 364 0 18509 0
[pid=30316] ppid=30314 vsize=2568 CPUtime=18.3 cores=0-7
/proc/30316/stat : 30316 (march_hi) R 30314 30316 30316 0 -1 4202496 709 0 0 0 1830 0 0 0 25 0 1 0 549182583 2629632 444 33554432000 4194304 4955518 140736273261744 18446744073709551615 4209708 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30316/statm: 642 444 104 186 0 455 0
[pid=30317] ppid=30292 vsize=340680 CPUtime=0.04 cores=0-7
/proc/30317/stat : 30317 (python) S 30292 30292 28808 0 -1 4202560 971 0 0 0 2 2 0 0 15 0 1 0 549182586 348856320 5758 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 5571366159724282115 0 0 17 3 0 0 0
/proc/30317/statm: 85170 5758 371 364 0 21070 0
[pid=30319] ppid=30317 vsize=2568 CPUtime=18.23 cores=0-7
/proc/30319/stat : 30319 (march_hi) R 30317 30319 30319 0 -1 4202496 710 0 0 0 1823 0 0 0 25 0 1 0 549182587 2629632 444 33554432000 4194304 4955518 140734495310416 18446744073709551615 4244466 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30319/statm: 642 444 104 186 0 455 0
[pid=30321] ppid=30292 vsize=351072 CPUtime=0.05 cores=0-7
/proc/30321/stat : 30321 (python) S 30292 30292 28808 0 -1 4202560 1006 0 0 0 3 2 0 0 15 0 1 0 549182590 359497728 5777 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 12194036955121418497 0 0 17 4 0 0 0
/proc/30321/statm: 87768 5777 377 364 0 23665 0
[pid=30323] ppid=30321 vsize=2568 CPUtime=18.13 cores=0-7
/proc/30323/stat : 30323 (march_hi) R 30321 30323 30323 0 -1 4202496 714 0 0 0 1813 0 0 0 25 0 1 0 549182591 2629632 443 33554432000 4194304 4955518 140736458816624 18446744073709551615 4285006 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30323/statm: 642 443 104 186 0 455 0
Current children cumulated CPU time (s) 92.68
Current children cumulated vsize (KiB) 1954204

[startup+20.7014 s]
/proc/loadavg: 3.48 2.35 2.14 8/361 30323
/proc/meminfo: memFree=21653332/32951124 swapFree=67111464/67111528
[pid=30292] ppid=30290 vsize=310096 CPUtime=1.06 cores=0-7
/proc/30292/stat : 30292 (python) S 30290 30292 28808 0 -1 4202496 15997 5354 1 0 64 9 31 2 19 0 1 0 549182506 317538304 7275 33554432000 4194304 5683644 140735208126528 18446744073709551615 212699505471 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/30292/statm: 77524 7275 1891 364 0 13421 0
[pid=30305] ppid=30292 vsize=299180 CPUtime=0.04 cores=0-7
/proc/30305/stat : 30305 (python) S 30292 30292 28808 0 -1 4202560 939 0 0 0 2 2 0 0 15 0 1 0 549182570 306360320 5630 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 536891532137955588 0 0 17 2 0 0 0
/proc/30305/statm: 74795 5630 371 364 0 10707 0
[pid=30307] ppid=30305 vsize=2568 CPUtime=19.94 cores=0-7
/proc/30307/stat : 30307 (march_hi) R 30305 30307 30307 0 -1 4202496 713 0 0 0 1994 0 0 0 25 0 1 0 549182571 2629632 450 33554432000 4194304 4955518 140735108736160 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30307/statm: 642 450 104 186 0 455 0
[pid=30308] ppid=30292 vsize=309912 CPUtime=0.06 cores=0-7
/proc/30308/stat : 30308 (python) S 30292 30292 28808 0 -1 4202560 952 0 0 0 3 3 0 0 15 0 1 0 549182574 317349888 5721 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 9915694926446690562 0 0 17 4 0 0 0
/proc/30308/statm: 77478 5721 371 364 0 13387 0
[pid=30310] ppid=30308 vsize=2568 CPUtime=20 cores=0-7
/proc/30310/stat : 30310 (march_hi) R 30308 30310 30310 0 -1 4202496 712 0 0 0 2000 0 0 0 25 0 1 0 549182575 2629632 448 33554432000 4194304 4955518 140737274651872 18446744073709551615 4286689 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30310/statm: 642 448 104 186 0 455 0
[pid=30314] ppid=30292 vsize=330424 CPUtime=0.04 cores=0-7
/proc/30314/stat : 30314 (python) S 30292 30292 28808 0 -1 4202560 958 0 0 0 2 2 0 0 15 0 1 0 549182582 338354176 5754 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 15654318794988290308 0 0 17 2 0 0 0
/proc/30314/statm: 82606 5754 371 364 0 18509 0
[pid=30316] ppid=30314 vsize=2568 CPUtime=19.9 cores=0-7
/proc/30316/stat : 30316 (march_hi) R 30314 30316 30316 0 -1 4202496 715 0 0 0 1990 0 0 0 25 0 1 0 549182583 2629632 450 33554432000 4194304 4955518 140736273261744 18446744073709551615 4227677 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30316/statm: 642 450 104 186 0 455 0
[pid=30317] ppid=30292 vsize=340680 CPUtime=0.04 cores=0-7
/proc/30317/stat : 30317 (python) S 30292 30292 28808 0 -1 4202560 971 0 0 0 2 2 0 0 15 0 1 0 549182586 348856320 5758 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 5571366159724282115 0 0 17 3 0 0 0
/proc/30317/statm: 85170 5758 371 364 0 21070 0
[pid=30319] ppid=30317 vsize=2568 CPUtime=19.83 cores=0-7
/proc/30319/stat : 30319 (march_hi) R 30317 30319 30319 0 -1 4202496 715 0 0 0 1983 0 0 0 25 0 1 0 549182587 2629632 449 33554432000 4194304 4955518 140734495310416 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30319/statm: 642 449 104 186 0 455 0
[pid=30321] ppid=30292 vsize=351072 CPUtime=0.05 cores=0-7
/proc/30321/stat : 30321 (python) S 30292 30292 28808 0 -1 4202560 1006 0 0 0 3 2 0 0 15 0 1 0 549182590 359497728 5777 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 12194036955121418497 0 0 17 4 0 0 0
/proc/30321/statm: 87768 5777 377 364 0 23665 0
[pid=30323] ppid=30321 vsize=2568 CPUtime=19.73 cores=0-7
/proc/30323/stat : 30323 (march_hi) R 30321 30323 30323 0 -1 4202496 719 0 0 0 1973 0 0 0 25 0 1 0 549182591 2629632 448 33554432000 4194304 4955518 140736458816624 18446744073709551615 4224672 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30323/statm: 642 448 104 186 0 455 0
Current children cumulated CPU time (s) 100.69
Current children cumulated vsize (KiB) 1954204

[startup+22.3011 s]
/proc/loadavg: 3.48 2.35 2.14 8/361 30323
/proc/meminfo: memFree=21653396/32951124 swapFree=67111464/67111528
[pid=30292] ppid=30290 vsize=310096 CPUtime=1.06 cores=0-7
/proc/30292/stat : 30292 (python) S 30290 30292 28808 0 -1 4202496 15997 5354 1 0 64 9 31 2 18 0 1 0 549182506 317538304 7275 33554432000 4194304 5683644 140735208126528 18446744073709551615 212699505471 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/30292/statm: 77524 7275 1891 364 0 13421 0
[pid=30305] ppid=30292 vsize=0 CPUtime=21.57 cores=0-7
/proc/30305/stat : 30305 (python) Z 30292 30292 28808 0 -1 4202588 1190 736 0 0 3 3 2151 0 15 0 1 0 549182570 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30305/statm: 0 0 0 0 0 0 0
[pid=30308] ppid=30292 vsize=309912 CPUtime=0.06 cores=0-7
/proc/30308/stat : 30308 (python) S 30292 30292 28808 0 -1 4202560 953 0 0 0 3 3 0 0 15 0 1 0 549182574 317349888 5721 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 536882736044933378 0 0 17 4 0 0 0
/proc/30308/statm: 77478 5721 371 364 0 13387 0
[pid=30310] ppid=30308 vsize=2568 CPUtime=21.6 cores=0-7
/proc/30310/stat : 30310 (march_hi) R 30308 30310 30310 0 -1 4202496 718 0 0 0 2160 0 0 0 25 0 1 0 549182575 2629632 454 33554432000 4194304 4955518 140737274651872 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30310/statm: 642 454 104 186 0 455 0
[pid=30314] ppid=30292 vsize=330424 CPUtime=0.06 cores=0-7
/proc/30314/stat : 30314 (python) S 30292 30292 28808 0 -1 4202560 958 0 0 0 3 3 0 0 15 0 1 0 549182582 338354176 5754 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 15654318794988290308 0 0 17 2 0 0 0
/proc/30314/statm: 82606 5754 371 364 0 18509 0
[pid=30316] ppid=30314 vsize=2568 CPUtime=21.5 cores=0-7
/proc/30316/stat : 30316 (march_hi) R 30314 30316 30316 0 -1 4202496 721 0 0 0 2150 0 0 0 25 0 1 0 549182583 2629632 456 33554432000 4194304 4955518 140736273261744 18446744073709551615 4209793 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30316/statm: 642 456 104 186 0 455 0
[pid=30317] ppid=30292 vsize=340680 CPUtime=0.06 cores=0-7
/proc/30317/stat : 30317 (python) S 30292 30292 28808 0 -1 4202560 973 0 0 0 3 3 0 0 15 0 1 0 549182586 348856320 5758 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 5571366159724282115 0 0 17 3 0 0 0
/proc/30317/statm: 85170 5758 371 364 0 21070 0
[pid=30319] ppid=30317 vsize=2568 CPUtime=21.42 cores=0-7
/proc/30319/stat : 30319 (march_hi) R 30317 30319 30319 0 -1 4202496 721 0 0 0 2142 0 0 0 25 0 1 0 549182587 2629632 455 33554432000 4194304 4955518 140734495310416 18446744073709551615 4290789 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30319/statm: 642 455 104 186 0 455 0
[pid=30321] ppid=30292 vsize=351072 CPUtime=0.06 cores=0-7
/proc/30321/stat : 30321 (python) S 30292 30292 28808 0 -1 4202560 1008 0 0 0 3 3 0 0 15 0 1 0 549182590 359497728 5777 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 12194036955121418497 0 0 17 4 0 0 0
/proc/30321/statm: 87768 5777 377 364 0 23665 0
[pid=30323] ppid=30321 vsize=2568 CPUtime=21.29 cores=0-7
/proc/30323/stat : 30323 (march_hi) R 30321 30323 30323 0 -1 4202496 725 0 0 0 2129 0 0 0 25 0 1 0 549182591 2629632 454 33554432000 4194304 4955518 140736458816624 18446744073709551615 4290284 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30323/statm: 642 454 104 186 0 455 0
Current children cumulated CPU time (s) 108.68
Current children cumulated vsize (KiB) 1652456

[startup+22.701 s]
/proc/loadavg: 3.48 2.35 2.14 8/361 30323
/proc/meminfo: memFree=21653396/32951124 swapFree=67111464/67111528
[pid=30292] ppid=30290 vsize=310096 CPUtime=65.96 cores=0-7
/proc/30292/stat : 30292 (python) S 30290 30292 28808 0 -1 4202496 15997 11232 1 0 64 9 6510 13 15 0 1 0 549182506 317538304 7275 33554432000 4194304 5683644 140735208126528 18446744073709551615 212699505471 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/30292/statm: 77524 7275 1891 364 0 13421 0
[pid=30308] ppid=30292 vsize=309912 CPUtime=0.06 cores=0-7
/proc/30308/stat : 30308 (python) S 30292 30292 28808 0 -1 4202560 953 0 0 0 3 3 0 0 15 0 1 0 549182574 317349888 5721 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687695430 0 0 16781312 514 536882736044933378 0 0 17 4 0 0 0
/proc/30308/statm: 77478 5721 371 364 0 13387 0
[pid=30310] ppid=30308 vsize=2568 CPUtime=22 cores=0-7
/proc/30310/stat : 30310 (march_hi) R 30308 30310 30310 0 -1 4202496 719 0 0 0 2200 0 0 0 25 0 1 0 549182575 2629632 455 33554432000 4194304 4955518 140737274651872 18446744073709551615 4235355 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30310/statm: 642 455 104 186 0 455 0
[pid=30321] ppid=30292 vsize=0 CPUtime=21.51 cores=0-7
/proc/30321/stat : 30321 (python) Z 30292 30292 28808 0 -1 4202588 1264 743 0 0 4 3 2144 0 16 0 1 0 549182590 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30321/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 109.53
Current children cumulated vsize (KiB) 622576

[startup+22.901 s]
/proc/loadavg: 3.48 2.35 2.14 8/361 30323
/proc/meminfo: memFree=21653396/32951124 swapFree=67111464/67111528
[pid=30292] ppid=30290 vsize=309988 CPUtime=109.76 cores=0-7
/proc/30292/stat : 30292 (python) R 30290 30292 28808 0 -1 4202496 20081 15178 1 0 66 9 10880 21 15 0 1 0 549182506 317427712 7259 33554432000 4194304 5683644 140735208126528 18446744073709551615 212687331408 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30292/statm: 77497 7260 1876 364 0 13421 0
Current children cumulated CPU time (s) 109.76
Current children cumulated vsize (KiB) 309988

Child status: 1
Real time (s): 22.9032
CPU time (s): 109.785
CPU user time (s): 109.477
CPU system time (s): 0.307953
CPU usage (%): 479.344
Max. virtual memory (cumulated for all children) (KiB): 1954204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 109.477
system time used= 0.307953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35374
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= 1832
involuntary context switches= 898

runsolver used 0.081987 second user time and 0.205968 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-03 00:37:28
IDJOB=3322194
IDBENCH=82972
IDSOLVER=1712
FILE ID=node139/3322194-1304375848
RUNJOBID= node139-1304366465-28822
PBS_JOBID= 13181734
Free space on /tmp= 73128 MiB

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

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

MD5SUM BENCH= 181d327d4cfd49957ee63dfb74a0e12a
RANDOM SEED=99287506

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21700816 kB
Buffers:       1341572 kB
Cached:        4187828 kB
SwapCached:         60 kB
Active:        5436492 kB
Inactive:      5273328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21700816 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           31840 kB
Writeback:           0 kB
AnonPages:     5180676 kB
Mapped:          27388 kB
Slab:           437204 kB
PageTables:      33892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 71138384 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= 73096 MiB
End job on node139 at 2011-05-03 00:37:51