Trace number 3317532

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-randomUNSAT 20.024 7.17991

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S804294807-063.UNKNOWN.cnf
MD5SUMb542abc79e1a870fc4bd1b25791c8222
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.33534
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.45	c INFO: solving HOME/instance-3317532-1304269964.cnf
0.32/0.45	c INFO: computing task features
0.32/0.45	c INFO: computed variable-clause graph statistics
0.32/0.45	c INFO: computed clause balance statistics
0.32/0.48	c INFO: computed variable balance statistics
0.40/0.50	c INFO: computed small-clause counts
0.40/0.50	c INFO: computed Horn-clause counts
0.40/0.50	c INFO: computed variable graph statistics
0.40/0.50	c INFO: collected features for HOME/instance-3317532-1304269964.cnf in 0.05 s
0.40/0.53	c INFO: running TNM@0 for 97 with 4799 remaining (b = 0.56)
0.40/0.56	c INFO: running march_hi@0 for 194 with 4799 remaining (b = 0.28)
0.40/0.59	c INFO: running march_hi@0 for 194 with 4799 remaining (b = 0.20)
0.50/0.63	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.28)
19.72/7.15	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3317532-1304269964/watcher-3317532-1304269964 -o /tmp/evaluation-result-3317532-1304269964/solver-3317532-1304269964 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317532-1304269964.cnf -seed 624173171 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 9.91 10.03 9.14 8/239 16212
/proc/meminfo: memFree=28878596/32950928 swapFree=67111464/67111528
[pid=16212] ppid=16210 vsize=104624 CPUtime=0.06 cores=0,2,4,6
/proc/16212/stat : 16212 (python) R 16210 16212 15176 0 -1 4202496 3100 0 0 0 5 1 0 0 22 0 1 0 538593063 107134976 2780 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500687796 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16212/statm: 26156 2788 847 364 0 1904 0

[startup+0.102699 s]
/proc/loadavg: 9.91 10.03 9.14 8/239 16212
/proc/meminfo: memFree=28878596/32950928 swapFree=67111464/67111528
[pid=16212] ppid=16210 vsize=104628 CPUtime=0.06 cores=0,2,4,6
/proc/16212/stat : 16212 (python) R 16210 16212 15176 0 -1 4202496 3165 0 0 0 5 1 0 0 22 0 1 0 538593063 107139072 2838 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500687717 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16212/statm: 26157 2838 847 364 0 1905 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104628

[startup+0.200681 s]
/proc/loadavg: 9.91 10.03 9.14 8/239 16212
/proc/meminfo: memFree=28878596/32950928 swapFree=67111464/67111528
[pid=16212] ppid=16210 vsize=131300 CPUtime=0.15 cores=0,2,4,6
/proc/16212/stat : 16212 (python) R 16210 16212 15176 0 -1 4202496 5705 934 1 0 12 3 0 0 24 0 1 0 538593063 134451200 4099 33554432000 4194304 5683644 140733751477504 18446744073709551615 4870108 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16212/statm: 32825 4099 1015 364 0 3086 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 131300

[startup+0.300662 s]
/proc/loadavg: 9.91 10.03 9.14 8/239 16212
/proc/meminfo: memFree=28878596/32950928 swapFree=67111464/67111528
[pid=16212] ppid=16210 vsize=198920 CPUtime=0.23 cores=0,2,4,6
/proc/16212/stat : 16212 (python) R 16210 16212 15176 0 -1 4202496 7022 934 1 0 18 5 0 0 25 0 1 0 538593063 203694080 5053 33554432000 4194304 5683644 140733751477504 18446744073709551615 4877027 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16212/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198920

[startup+0.700582 s]
/proc/loadavg: 9.91 10.03 9.14 8/239 16212
/proc/meminfo: memFree=28878596/32950928 swapFree=67111464/67111528
[pid=16212] ppid=16210 vsize=320212 CPUtime=0.52 cores=0,2,4,6
/proc/16212/stat : 16212 (python) S 16210 16212 15176 0 -1 4202496 12305 934 1 0 44 8 0 0 25 0 5 0 538593063 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16212/statm: 80053 7249 1881 364 0 15962 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 320212

[startup+1.50142 s]
/proc/loadavg: 9.91 10.03 9.14 12/251 16229
/proc/meminfo: memFree=28841408/32950928 swapFree=67111464/67111528
[pid=16212] ppid=16210 vsize=320212 CPUtime=0.52 cores=0,2,4,6
/proc/16212/stat : 16212 (python) S 16210 16212 15176 0 -1 4202496 12305 934 1 0 44 8 0 0 25 0 5 0 538593063 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16212/statm: 80053 7249 1881 364 0 15962 0
[pid=16218] ppid=16212 vsize=278456 CPUtime=0 cores=0,2,4,6
/proc/16218/stat : 16218 (python) S 16212 16212 15176 0 -1 4202560 705 0 0 0 0 0 0 0 25 0 1 0 538593117 285138944 5541 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500711951 0 0 16781312 514 3271993776440082431 0 0 17 0 0 0 0
/proc/16218/statm: 69614 5541 347 364 0 5532 0
[pid=16220] ppid=16218 vsize=454896 CPUtime=0.84 cores=0,2,4,6
/proc/16220/stat : 16220 (TNM) R 16218 16220 16220 0 -1 4202496 415 0 0 0 84 0 0 0 25 0 1 0 538593117 465813504 151 33554432000 134512640 135008748 4293804928 18446744073709551615 134527111 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16220/statm: 113724 151 46 122 0 112624 0
[pid=16221] ppid=16212 vsize=289288 CPUtime=0 cores=0,2,4,6
/proc/16221/stat : 16221 (python) S 16212 16212 15176 0 -1 4202560 749 0 0 0 0 0 0 0 17 0 1 0 538593120 296230912 5678 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500712006 0 0 16781312 514 4573339455192006913 0 0 17 0 0 0 0
/proc/16221/statm: 72322 5678 348 364 0 8237 0
[pid=16223] ppid=16221 vsize=1808 CPUtime=0.41 cores=0,2,4,6
/proc/16223/stat : 16223 (march_hi) R 16221 16223 16223 0 -1 4202496 540 0 0 0 41 0 0 0 25 0 1 0 538593122 1851392 277 33554432000 4194304 4955518 140733864502624 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16223/statm: 452 277 104 186 0 265 0
[pid=16224] ppid=16212 vsize=299172 CPUtime=0 cores=0,2,4,6
/proc/16224/stat : 16224 (python) S 16212 16212 15176 0 -1 4202560 754 0 0 0 0 0 0 0 17 0 1 0 538593123 306352128 5587 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500712006 0 0 16781312 514 5601796849124999427 0 0 17 6 0 0 0
/proc/16224/statm: 74793 5587 348 364 0 10705 0
[pid=16226] ppid=16224 vsize=1808 CPUtime=0.39 cores=0,2,4,6
/proc/16226/stat : 16226 (march_hi) R 16224 16226 16226 0 -1 4202496 540 0 0 0 39 0 0 0 25 0 1 0 538593126 1851392 276 33554432000 4194304 4955518 140736334456080 18446744073709551615 4307000 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16226/statm: 452 276 104 186 0 265 0
[pid=16227] ppid=16212 vsize=309968 CPUtime=0 cores=0,2,4,6
/proc/16227/stat : 16227 (python) S 16212 16212 15176 0 -1 4202560 764 0 0 0 0 0 0 0 19 0 1 0 538593126 317407232 5712 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500712006 0 0 16781312 514 13489969738129834241 0 0 17 0 0 0 0
/proc/16227/statm: 77492 5712 348 364 0 13401 0
[pid=16229] ppid=16227 vsize=1808 CPUtime=0.86 cores=0,2,4,6
/proc/16229/stat : 16229 (march_hi) R 16227 16229 16229 0 -1 4202496 550 0 0 0 86 0 0 0 25 0 1 0 538593127 1851392 284 33554432000 4194304 4955518 140734207345040 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16229/statm: 452 284 104 186 0 265 0
[pid=16212/tid=16219] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16219/stat : 16219 (python) S 16210 16212 15176 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 538593117 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
[pid=16212/tid=16222] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16222/stat : 16222 (python) S 16210 16212 15176 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 538593120 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
[pid=16212/tid=16225] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16225/stat : 16225 (python) S 16210 16212 15176 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 538593123 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
[pid=16212/tid=16228] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16228/stat : 16228 (python) S 16210 16212 15176 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 538593127 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 1957416

[startup+3.1011 s]
/proc/loadavg: 9.91 10.03 9.14 11/251 16229
/proc/meminfo: memFree=28840156/32950928 swapFree=67111464/67111528
[pid=16212] ppid=16210 vsize=320212 CPUtime=0.52 cores=0,2,4,6
/proc/16212/stat : 16212 (python) S 16210 16212 15176 0 -1 4202496 12305 934 1 0 44 8 0 0 25 0 5 0 538593063 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16212/statm: 80053 7249 1881 364 0 15962 0
[pid=16218] ppid=16212 vsize=278456 CPUtime=0 cores=0,2,4,6
/proc/16218/stat : 16218 (python) S 16212 16212 15176 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 538593117 285138944 5548 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500711951 0 0 16781312 514 3271993776440049921 0 0 17 0 0 0 0
/proc/16218/statm: 69614 5548 354 364 0 5532 0
[pid=16220] ppid=16218 vsize=454896 CPUtime=2.44 cores=0,2,4,6
/proc/16220/stat : 16220 (TNM) R 16218 16220 16220 0 -1 4202496 415 0 0 0 244 0 0 0 25 0 1 0 538593117 465813504 151 33554432000 134512640 135008748 4293804928 18446744073709551615 134527513 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16220/statm: 113724 151 46 122 0 112624 0
[pid=16221] ppid=16212 vsize=289288 CPUtime=0 cores=0,2,4,6
/proc/16221/stat : 16221 (python) S 16212 16212 15176 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 538593120 296230912 5678 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500712006 0 0 16781312 514 4573339455192006913 0 0 17 0 0 0 0
/proc/16221/statm: 72322 5678 348 364 0 8237 0
[pid=16223] ppid=16221 vsize=1808 CPUtime=1.21 cores=0,2,4,6
/proc/16223/stat : 16223 (march_hi) R 16221 16223 16223 0 -1 4202496 549 0 0 0 121 0 0 0 25 0 1 0 538593122 1851392 286 33554432000 4194304 4955518 140733864502624 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16223/statm: 452 286 104 186 0 265 0
[pid=16224] ppid=16212 vsize=299172 CPUtime=0 cores=0,2,4,6
/proc/16224/stat : 16224 (python) S 16212 16212 15176 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 538593123 306352128 5587 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500712006 0 0 16781312 514 2797333507217522947 0 0 17 6 0 0 0
/proc/16224/statm: 74793 5587 348 364 0 10705 0
[pid=16226] ppid=16224 vsize=1808 CPUtime=1.18 cores=0,2,4,6
/proc/16226/stat : 16226 (march_hi) R 16224 16226 16226 0 -1 4202496 550 0 0 0 118 0 0 0 25 0 1 0 538593126 1851392 286 33554432000 4194304 4955518 140736334456080 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16226/statm: 452 286 104 186 0 265 0
[pid=16227] ppid=16212 vsize=309968 CPUtime=0 cores=0,2,4,6
/proc/16227/stat : 16227 (python) S 16212 16212 15176 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 538593126 317407232 5712 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500712006 0 0 16781312 514 13489969738129834241 0 0 17 0 0 0 0
/proc/16227/statm: 77492 5712 348 364 0 13401 0
[pid=16229] ppid=16227 vsize=1972 CPUtime=2.46 cores=0,2,4,6
/proc/16229/stat : 16229 (march_hi) R 16227 16229 16229 0 -1 4202496 565 0 0 0 246 0 0 0 25 0 1 0 538593127 2019328 299 33554432000 4194304 4955518 140734207345040 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16229/statm: 493 299 104 186 0 306 0
[pid=16212/tid=16219] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16219/stat : 16219 (python) S 16210 16212 15176 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 538593117 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
[pid=16212/tid=16222] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16222/stat : 16222 (python) S 16210 16212 15176 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 538593120 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
[pid=16212/tid=16225] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16225/stat : 16225 (python) S 16210 16212 15176 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 538593123 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
[pid=16212/tid=16228] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16228/stat : 16228 (python) S 16210 16212 15176 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 538593127 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 1957580

[startup+6.30046 s]
/proc/loadavg: 9.92 10.03 9.15 12/251 16229
/proc/meminfo: memFree=28837188/32950928 swapFree=67111464/67111528
[pid=16212] ppid=16210 vsize=320212 CPUtime=0.52 cores=0,2,4,6
/proc/16212/stat : 16212 (python) S 16210 16212 15176 0 -1 4202496 12305 934 1 0 44 8 0 0 25 0 5 0 538593063 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16212/statm: 80053 7249 1881 364 0 15962 0
[pid=16218] ppid=16212 vsize=278456 CPUtime=0 cores=0,2,4,6
/proc/16218/stat : 16218 (python) S 16212 16212 15176 0 -1 4202560 892 0 0 0 0 0 0 0 18 0 1 0 538593117 285138944 5571 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500711951 0 0 16781312 514 3271993776440049921 0 0 17 2 0 0 0
/proc/16218/statm: 69614 5571 377 364 0 5532 0
[pid=16220] ppid=16218 vsize=454896 CPUtime=5.63 cores=0,2,4,6
/proc/16220/stat : 16220 (TNM) R 16218 16220 16220 0 -1 4202496 415 0 0 0 563 0 0 0 25 0 1 0 538593117 465813504 151 33554432000 134512640 135008748 4293804928 18446744073709551615 134529384 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16220/statm: 113724 151 46 122 0 112624 0
[pid=16221] ppid=16212 vsize=289288 CPUtime=0 cores=0,2,4,6
/proc/16221/stat : 16221 (python) S 16212 16212 15176 0 -1 4202560 908 0 0 0 0 0 0 0 15 0 1 0 538593120 296230912 5701 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500712006 0 0 16781312 514 4573339455192006913 0 0 17 2 0 0 0
/proc/16221/statm: 72322 5701 371 364 0 8237 0
[pid=16223] ppid=16221 vsize=1972 CPUtime=2.81 cores=0,2,4,6
/proc/16223/stat : 16223 (march_hi) R 16221 16223 16223 0 -1 4202496 565 0 0 0 281 0 0 0 25 0 1 0 538593122 2019328 302 33554432000 4194304 4955518 140733864502624 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16223/statm: 493 302 104 186 0 306 0
[pid=16224] ppid=16212 vsize=299172 CPUtime=0 cores=0,2,4,6
/proc/16224/stat : 16224 (python) S 16212 16212 15176 0 -1 4202560 903 0 0 0 0 0 0 0 15 0 1 0 538593123 306352128 5610 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500712006 0 0 16781312 514 2797333507217522947 0 0 17 6 0 0 0
/proc/16224/statm: 74793 5610 371 364 0 10705 0
[pid=16226] ppid=16224 vsize=1972 CPUtime=2.74 cores=0,2,4,6
/proc/16226/stat : 16226 (march_hi) R 16224 16226 16226 0 -1 4202496 564 0 0 0 274 0 0 0 25 0 1 0 538593126 2019328 300 33554432000 4194304 4955518 140736334456080 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16226/statm: 493 300 104 186 0 306 0
[pid=16227] ppid=16212 vsize=309968 CPUtime=1.26 cores=0,2,4,6
/proc/16227/stat : 16227 (python) R 16212 16212 15176 0 -1 4202560 929 0 0 0 112 14 0 0 17 0 1 0 538593126 317407232 5735 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512522047 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/16227/statm: 77492 5735 371 364 0 13401 0
[pid=16229] ppid=16227 vsize=0 CPUtime=4.37 cores=0,2,4,6
/proc/16229/stat : 16229 (march_hi) R 16227 16229 16229 0 -1 4202500 577 0 0 0 437 0 0 0 25 0 1 0 538593127 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16229/statm: 0 0 0 0 0 0 0
[pid=16212/tid=16219] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16219/stat : 16219 (python) S 16210 16212 15176 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 538593117 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
[pid=16212/tid=16222] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16222/stat : 16222 (python) S 16210 16212 15176 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 538593120 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
[pid=16212/tid=16225] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16225/stat : 16225 (python) S 16210 16212 15176 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 538593123 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
[pid=16212/tid=16228] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16228/stat : 16228 (python) S 16210 16212 15176 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 538593127 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.33
Current children cumulated vsize (KiB) 1955936

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

[startup+6.40144 s]
/proc/loadavg: 9.92 10.03 9.15 12/251 16229
/proc/meminfo: memFree=28837188/32950928 swapFree=67111464/67111528
[pid=16212] ppid=16210 vsize=320212 CPUtime=0.52 cores=0,2,4,6
/proc/16212/stat : 16212 (python) S 16210 16212 15176 0 -1 4202496 12305 934 1 0 44 8 0 0 25 0 5 0 538593063 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16212/statm: 80053 7249 1881 364 0 15962 0
[pid=16218] ppid=16212 vsize=278456 CPUtime=0 cores=0,2,4,6
/proc/16218/stat : 16218 (python) S 16212 16212 15176 0 -1 4202560 892 0 0 0 0 0 0 0 18 0 1 0 538593117 285138944 5571 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500711951 0 0 16781312 514 3271993776440049921 0 0 17 2 0 0 0
/proc/16218/statm: 69614 5571 377 364 0 5532 0
[pid=16220] ppid=16218 vsize=454896 CPUtime=5.73 cores=0,2,4,6
/proc/16220/stat : 16220 (TNM) R 16218 16220 16220 0 -1 4202496 415 0 0 0 573 0 0 0 25 0 1 0 538593117 465813504 151 33554432000 134512640 135008748 4293804928 18446744073709551615 134527038 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16220/statm: 113724 151 46 122 0 112624 0
[pid=16221] ppid=16212 vsize=289288 CPUtime=0 cores=0,2,4,6
/proc/16221/stat : 16221 (python) S 16212 16212 15176 0 -1 4202560 908 0 0 0 0 0 0 0 15 0 1 0 538593120 296230912 5701 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500712006 0 0 16781312 514 4573339455192006913 0 0 17 2 0 0 0
/proc/16221/statm: 72322 5701 371 364 0 8237 0
[pid=16223] ppid=16221 vsize=1972 CPUtime=2.81 cores=0,2,4,6
/proc/16223/stat : 16223 (march_hi) R 16221 16223 16223 0 -1 4202496 565 0 0 0 281 0 0 0 25 0 1 0 538593122 2019328 302 33554432000 4194304 4955518 140733864502624 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16223/statm: 493 302 104 186 0 306 0
[pid=16224] ppid=16212 vsize=299172 CPUtime=0 cores=0,2,4,6
/proc/16224/stat : 16224 (python) S 16212 16212 15176 0 -1 4202560 903 0 0 0 0 0 0 0 15 0 1 0 538593123 306352128 5610 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500712006 0 0 16781312 514 2797333507217522947 0 0 17 6 0 0 0
/proc/16224/statm: 74793 5610 371 364 0 10705 0
[pid=16226] ppid=16224 vsize=1972 CPUtime=2.81 cores=0,2,4,6
/proc/16226/stat : 16226 (march_hi) R 16224 16226 16226 0 -1 4202496 566 0 0 0 281 0 0 0 25 0 1 0 538593126 2019328 302 33554432000 4194304 4955518 140736334456080 18446744073709551615 4308669 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16226/statm: 493 302 104 186 0 306 0
[pid=16227] ppid=16212 vsize=309968 CPUtime=1.36 cores=0,2,4,6
/proc/16227/stat : 16227 (python) R 16212 16212 15176 0 -1 4202560 929 0 0 0 122 14 0 0 17 0 1 0 538593126 317407232 5735 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512522047 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/16227/statm: 77492 5735 371 364 0 13401 0
[pid=16229] ppid=16227 vsize=0 CPUtime=4.37 cores=0,2,4,6
/proc/16229/stat : 16229 (march_hi) R 16227 16229 16229 0 -1 4202500 577 0 0 0 437 0 0 0 25 0 1 0 538593127 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16229/statm: 0 0 0 0 0 0 0
[pid=16212/tid=16219] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16219/stat : 16219 (python) S 16210 16212 15176 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 538593117 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
[pid=16212/tid=16222] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16222/stat : 16222 (python) S 16210 16212 15176 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 538593120 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
[pid=16212/tid=16225] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16225/stat : 16225 (python) S 16210 16212 15176 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 538593123 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
[pid=16212/tid=16228] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16228/stat : 16228 (python) S 16210 16212 15176 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 538593127 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.6
Current children cumulated vsize (KiB) 1955936

[startup+6.80136 s]
/proc/loadavg: 9.92 10.03 9.15 12/251 16229
/proc/meminfo: memFree=28836444/32950928 swapFree=67111464/67111528
[pid=16212] ppid=16210 vsize=320212 CPUtime=0.52 cores=0,2,4,6
/proc/16212/stat : 16212 (python) S 16210 16212 15176 0 -1 4202496 12305 934 1 0 44 8 0 0 25 0 5 0 538593063 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16212/statm: 80053 7249 1881 364 0 15962 0
[pid=16218] ppid=16212 vsize=278456 CPUtime=0 cores=0,2,4,6
/proc/16218/stat : 16218 (python) S 16212 16212 15176 0 -1 4202560 892 0 0 0 0 0 0 0 18 0 1 0 538593117 285138944 5571 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500711951 0 0 16781312 514 3271993776440049921 0 0 17 2 0 0 0
/proc/16218/statm: 69614 5571 377 364 0 5532 0
[pid=16220] ppid=16218 vsize=454896 CPUtime=6.13 cores=0,2,4,6
/proc/16220/stat : 16220 (TNM) R 16218 16220 16220 0 -1 4202496 415 0 0 0 613 0 0 0 25 0 1 0 538593117 465813504 151 33554432000 134512640 135008748 4293804928 18446744073709551615 134536415 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16220/statm: 113724 151 46 122 0 112624 0
[pid=16221] ppid=16212 vsize=289288 CPUtime=0 cores=0,2,4,6
/proc/16221/stat : 16221 (python) S 16212 16212 15176 0 -1 4202560 909 0 0 0 0 0 0 0 15 0 1 0 538593120 296230912 5701 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500712006 0 0 16781312 514 4573339455192006913 0 0 17 2 0 0 0
/proc/16221/statm: 72322 5701 371 364 0 8237 0
[pid=16223] ppid=16221 vsize=1972 CPUtime=3.01 cores=0,2,4,6
/proc/16223/stat : 16223 (march_hi) R 16221 16223 16223 0 -1 4202496 566 0 0 0 301 0 0 0 25 0 1 0 538593122 2019328 303 33554432000 4194304 4955518 140733864502624 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16223/statm: 493 303 104 186 0 306 0
[pid=16224] ppid=16212 vsize=299172 CPUtime=0 cores=0,2,4,6
/proc/16224/stat : 16224 (python) S 16212 16212 15176 0 -1 4202560 903 0 0 0 0 0 0 0 15 0 1 0 538593123 306352128 5610 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500712006 0 0 16781312 514 2797333507217522947 0 0 17 6 0 0 0
/proc/16224/statm: 74793 5610 371 364 0 10705 0
[pid=16226] ppid=16224 vsize=1972 CPUtime=3.01 cores=0,2,4,6
/proc/16226/stat : 16226 (march_hi) R 16224 16226 16226 0 -1 4202496 567 0 0 0 301 0 0 0 25 0 1 0 538593126 2019328 303 33554432000 4194304 4955518 140736334456080 18446744073709551615 4209695 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16226/statm: 493 303 104 186 0 306 0
[pid=16227] ppid=16212 vsize=309968 CPUtime=1.76 cores=0,2,4,6
/proc/16227/stat : 16227 (python) R 16212 16212 15176 0 -1 4202560 929 0 0 0 158 18 0 0 17 0 1 0 538593126 317407232 5735 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512522047 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/16227/statm: 77492 5735 371 364 0 13401 0
[pid=16229] ppid=16227 vsize=0 CPUtime=4.37 cores=0,2,4,6
/proc/16229/stat : 16229 (march_hi) R 16227 16229 16229 0 -1 4202500 577 0 0 0 437 0 0 0 25 0 1 0 538593127 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16229/statm: 0 0 0 0 0 0 0
[pid=16212/tid=16219] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16219/stat : 16219 (python) S 16210 16212 15176 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 538593117 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
[pid=16212/tid=16222] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16222/stat : 16222 (python) S 16210 16212 15176 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 538593120 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
[pid=16212/tid=16225] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16225/stat : 16225 (python) S 16210 16212 15176 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 538593123 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
[pid=16212/tid=16228] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16228/stat : 16228 (python) S 16210 16212 15176 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 538593127 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.8
Current children cumulated vsize (KiB) 1955936

[startup+7.00132 s]
/proc/loadavg: 9.92 10.03 9.15 12/251 16229
/proc/meminfo: memFree=28836444/32950928 swapFree=67111464/67111528
[pid=16212] ppid=16210 vsize=320212 CPUtime=0.52 cores=0,2,4,6
/proc/16212/stat : 16212 (python) S 16210 16212 15176 0 -1 4202496 12305 934 1 0 44 8 0 0 25 0 5 0 538593063 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16212/statm: 80053 7249 1881 364 0 15962 0
[pid=16218] ppid=16212 vsize=278456 CPUtime=0 cores=0,2,4,6
/proc/16218/stat : 16218 (python) S 16212 16212 15176 0 -1 4202560 892 0 0 0 0 0 0 0 18 0 1 0 538593117 285138944 5571 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500711951 0 0 16781312 514 3271993776440049921 0 0 17 2 0 0 0
/proc/16218/statm: 69614 5571 377 364 0 5532 0
[pid=16220] ppid=16218 vsize=454896 CPUtime=6.33 cores=0,2,4,6
/proc/16220/stat : 16220 (TNM) R 16218 16220 16220 0 -1 4202496 415 0 0 0 633 0 0 0 25 0 1 0 538593117 465813504 151 33554432000 134512640 135008748 4293804928 18446744073709551615 134528894 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16220/statm: 113724 151 46 122 0 112624 0
[pid=16221] ppid=16212 vsize=289288 CPUtime=0 cores=0,2,4,6
/proc/16221/stat : 16221 (python) S 16212 16212 15176 0 -1 4202560 909 0 0 0 0 0 0 0 15 0 1 0 538593120 296230912 5701 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500712006 0 0 16781312 514 4573339455192006913 0 0 17 2 0 0 0
/proc/16221/statm: 72322 5701 371 364 0 8237 0
[pid=16223] ppid=16221 vsize=1972 CPUtime=3.11 cores=0,2,4,6
/proc/16223/stat : 16223 (march_hi) R 16221 16223 16223 0 -1 4202496 567 0 0 0 311 0 0 0 25 0 1 0 538593122 2019328 304 33554432000 4194304 4955518 140733864502624 18446744073709551615 4224691 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16223/statm: 493 304 104 186 0 306 0
[pid=16224] ppid=16212 vsize=299172 CPUtime=0 cores=0,2,4,6
/proc/16224/stat : 16224 (python) S 16212 16212 15176 0 -1 4202560 903 0 0 0 0 0 0 0 15 0 1 0 538593123 306352128 5610 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500712006 0 0 16781312 514 2797333507217522947 0 0 17 6 0 0 0
/proc/16224/statm: 74793 5610 371 364 0 10705 0
[pid=16226] ppid=16224 vsize=1972 CPUtime=3.11 cores=0,2,4,6
/proc/16226/stat : 16226 (march_hi) R 16224 16226 16226 0 -1 4202496 568 0 0 0 311 0 0 0 25 0 1 0 538593126 2019328 304 33554432000 4194304 4955518 140736334456080 18446744073709551615 4209667 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16226/statm: 493 304 104 186 0 306 0
[pid=16227] ppid=16212 vsize=309968 CPUtime=1.96 cores=0,2,4,6
/proc/16227/stat : 16227 (python) R 16212 16212 15176 0 -1 4202560 929 0 0 0 176 20 0 0 18 0 1 0 538593126 317407232 5735 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512522047 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/16227/statm: 77492 5735 371 364 0 13401 0
[pid=16229] ppid=16227 vsize=0 CPUtime=4.37 cores=0,2,4,6
/proc/16229/stat : 16229 (march_hi) R 16227 16229 16229 0 -1 4202500 577 0 0 0 437 0 0 0 25 0 1 0 538593127 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16229/statm: 0 0 0 0 0 0 0
[pid=16212/tid=16219] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16219/stat : 16219 (python) S 16210 16212 15176 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 538593117 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
[pid=16212/tid=16222] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16222/stat : 16222 (python) S 16210 16212 15176 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 538593120 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
[pid=16212/tid=16225] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16225/stat : 16225 (python) S 16210 16212 15176 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 538593123 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
[pid=16212/tid=16228] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16228/stat : 16228 (python) S 16210 16212 15176 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 538593127 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.4
Current children cumulated vsize (KiB) 1955936

[startup+7.1013 s]
/proc/loadavg: 9.92 10.03 9.15 12/251 16229
/proc/meminfo: memFree=28836444/32950928 swapFree=67111464/67111528
[pid=16212] ppid=16210 vsize=320212 CPUtime=0.52 cores=0,2,4,6
/proc/16212/stat : 16212 (python) S 16210 16212 15176 0 -1 4202496 12305 934 1 0 44 8 0 0 25 0 5 0 538593063 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16212/statm: 80053 7249 1881 364 0 15962 0
[pid=16218] ppid=16212 vsize=278456 CPUtime=0 cores=0,2,4,6
/proc/16218/stat : 16218 (python) S 16212 16212 15176 0 -1 4202560 892 0 0 0 0 0 0 0 18 0 1 0 538593117 285138944 5571 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500711951 0 0 16781312 514 3271993776440049921 0 0 17 2 0 0 0
/proc/16218/statm: 69614 5571 377 364 0 5532 0
[pid=16220] ppid=16218 vsize=454896 CPUtime=6.43 cores=0,2,4,6
/proc/16220/stat : 16220 (TNM) R 16218 16220 16220 0 -1 4202496 415 0 0 0 643 0 0 0 25 0 1 0 538593117 465813504 151 33554432000 134512640 135008748 4293804928 18446744073709551615 134528942 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16220/statm: 113724 151 46 122 0 112624 0
[pid=16221] ppid=16212 vsize=289288 CPUtime=0 cores=0,2,4,6
/proc/16221/stat : 16221 (python) S 16212 16212 15176 0 -1 4202560 909 0 0 0 0 0 0 0 15 0 1 0 538593120 296230912 5701 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500712006 0 0 16781312 514 4573339455192006913 0 0 17 2 0 0 0
/proc/16221/statm: 72322 5701 371 364 0 8237 0
[pid=16223] ppid=16221 vsize=1972 CPUtime=3.21 cores=0,2,4,6
/proc/16223/stat : 16223 (march_hi) R 16221 16223 16223 0 -1 4202496 567 0 0 0 321 0 0 0 25 0 1 0 538593122 2019328 304 33554432000 4194304 4955518 140733864502624 18446744073709551615 4282552 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16223/statm: 493 304 104 186 0 306 0
[pid=16224] ppid=16212 vsize=299172 CPUtime=0 cores=0,2,4,6
/proc/16224/stat : 16224 (python) S 16212 16212 15176 0 -1 4202560 903 0 0 0 0 0 0 0 15 0 1 0 538593123 306352128 5610 33554432000 4194304 5683644 140733751477504 18446744073709551615 254500712006 0 0 16781312 514 2797333507217522947 0 0 17 6 0 0 0
/proc/16224/statm: 74793 5610 371 364 0 10705 0
[pid=16226] ppid=16224 vsize=1972 CPUtime=3.13 cores=0,2,4,6
/proc/16226/stat : 16226 (march_hi) R 16224 16226 16226 0 -1 4202496 568 0 0 0 313 0 0 0 25 0 1 0 538593126 2019328 304 33554432000 4194304 4955518 140736334456080 18446744073709551615 4312093 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16226/statm: 493 304 104 186 0 306 0
[pid=16227] ppid=16212 vsize=309968 CPUtime=2.06 cores=0,2,4,6
/proc/16227/stat : 16227 (python) R 16212 16212 15176 0 -1 4202560 929 0 0 0 185 21 0 0 18 0 1 0 538593126 317407232 5735 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512522047 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/16227/statm: 77492 5735 371 364 0 13401 0
[pid=16229] ppid=16227 vsize=0 CPUtime=4.37 cores=0,2,4,6
/proc/16229/stat : 16229 (march_hi) R 16227 16229 16229 0 -1 4202500 577 0 0 0 437 0 0 0 25 0 1 0 538593127 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16229/statm: 0 0 0 0 0 0 0
[pid=16212/tid=16219] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16219/stat : 16219 (python) S 16210 16212 15176 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 538593117 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
[pid=16212/tid=16222] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16222/stat : 16222 (python) S 16210 16212 15176 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 538593120 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
[pid=16212/tid=16225] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16225/stat : 16225 (python) S 16210 16212 15176 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 538593123 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
[pid=16212/tid=16228] ppid=16210 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/16212/task/16228/stat : 16228 (python) S 16210 16212 15176 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 538593127 327897088 7249 33554432000 4194304 5683644 140733751477504 18446744073709551615 254512515505 0 0 16781312 2 18446604449730266240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.72
Current children cumulated vsize (KiB) 1955936

Child status: 0
Real time (s): 7.17991
CPU time (s): 20.024
CPU user time (s): 19.672
CPU system time (s): 0.351946
CPU usage (%): 278.889
Max. virtual memory (cumulated for all children) (KiB): 1957908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.672
system time used= 0.351946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23749
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= 1835
involuntary context switches= 970

runsolver used 0.016997 second user time and 0.039993 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-01 19:12:44
IDJOB=3317532
IDBENCH=82997
IDSOLVER=1705
FILE ID=node149/3317532-1304269964
RUNJOBID= node149-1304267279-15194
PBS_JOBID= 13173930
Free space on /tmp= 73292 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S804294807-063.UNKNOWN.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-3317532-1304269964/watcher-3317532-1304269964 -o /tmp/evaluation-result-3317532-1304269964/solver-3317532-1304269964 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317532-1304269964.cnf -seed 624173171 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b542abc79e1a870fc4bd1b25791c8222
RANDOM SEED=624173171

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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.806
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:      28878876 kB
Buffers:        542120 kB
Cached:        1602836 kB
SwapCached:         60 kB
Active:        1825032 kB
Inactive:      1849848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28878876 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           33384 kB
Writeback:           0 kB
AnonPages:     1529768 kB
Mapped:          25352 kB
Slab:           321264 kB
PageTables:      16164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 21060896 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= 73264 MiB
End job on node149 at 2011-05-01 19:12:51