Trace number 3317476

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 29.2406 10.1471

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1733949620-064.UNKNOWN.cnf
MD5SUM60552051d2d5a0c0eefaeedea18e63df
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.9058
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.33/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.45	c INFO: solving HOME/instance-3317476-1304269784.cnf
0.33/0.45	c INFO: computing task features
0.33/0.45	c INFO: computed variable-clause graph statistics
0.33/0.45	c INFO: computed clause balance statistics
0.33/0.48	c INFO: computed variable balance statistics
0.42/0.50	c INFO: computed small-clause counts
0.42/0.50	c INFO: computed Horn-clause counts
0.42/0.50	c INFO: computed variable graph statistics
0.42/0.50	c INFO: collected features for HOME/instance-3317476-1304269784.cnf in 0.05 s
0.42/0.53	c INFO: running TNM@0 for 97 with 4799 remaining (b = 0.56)
0.42/0.56	c INFO: running march_hi@0 for 194 with 4799 remaining (b = 0.28)
0.42/0.59	c INFO: running march_hi@0 for 194 with 4799 remaining (b = 0.20)
0.51/0.62	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.28)
29.07/10.12	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-3317476-1304269784/watcher-3317476-1304269784 -o /tmp/evaluation-result-3317476-1304269784/solver-3317476-1304269784 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317476-1304269784.cnf -seed 1951192839 -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: 8.96 8.92 7.94 7/246 24309
/proc/meminfo: memFree=29360152/32950928 swapFree=67054472/67111528
[pid=24309] ppid=24307 vsize=15772 CPUtime=0 cores=0,2,4,6
/proc/24309/stat : 24309 (python) R 24307 24309 23228 0 -1 4202496 869 0 0 0 0 0 0 0 25 0 1 0 617209100 16150528 750 33554432000 4194304 5683644 140735063363216 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24309/statm: 3943 750 343 364 0 430 0

[startup+0.0577931 s]
/proc/loadavg: 8.96 8.92 7.94 7/246 24309
/proc/meminfo: memFree=29360152/32950928 swapFree=67054472/67111528
[pid=24309] ppid=24307 vsize=38904 CPUtime=0.04 cores=0,2,4,6
/proc/24309/stat : 24309 (python) R 24307 24309 23228 0 -1 4202496 1647 0 0 0 4 0 0 0 25 0 1 0 617209100 39837696 1475 33554432000 4194304 5683644 140735063363216 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24309/statm: 9726 1481 455 364 0 1026 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 38904

[startup+0.100844 s]
/proc/loadavg: 8.96 8.92 7.94 7/246 24309
/proc/meminfo: memFree=29360152/32950928 swapFree=67054472/67111528
[pid=24309] ppid=24307 vsize=104616 CPUtime=0.07 cores=0,2,4,6
/proc/24309/stat : 24309 (python) R 24307 24309 23228 0 -1 4202496 3150 0 0 0 5 2 0 0 25 0 1 0 617209100 107126784 2826 33554432000 4194304 5683644 140735063363216 18446744073709551615 5260144 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24309/statm: 26154 2828 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.300809 s]
/proc/loadavg: 8.96 8.92 7.94 7/246 24309
/proc/meminfo: memFree=29360152/32950928 swapFree=67054472/67111528
[pid=24309] ppid=24307 vsize=198916 CPUtime=0.23 cores=0,2,4,6
/proc/24309/stat : 24309 (python) R 24307 24309 23228 0 -1 4202496 7019 935 1 0 18 5 0 0 17 0 1 0 617209100 203689984 5053 33554432000 4194304 5683644 140735063363216 18446744073709551615 5005930 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24309/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198916

[startup+0.700677 s]
/proc/loadavg: 8.96 8.92 7.94 7/246 24309
/proc/meminfo: memFree=29360152/32950928 swapFree=67054472/67111528
[pid=24309] ppid=24307 vsize=320208 CPUtime=0.54 cores=0,2,4,6
/proc/24309/stat : 24309 (python) S 24307 24309 23228 0 -1 4202496 12298 935 1 0 45 9 0 0 24 0 5 0 617209100 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24309/statm: 80052 7249 1881 364 0 15961 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 320208

[startup+1.50053 s]
/proc/loadavg: 8.96 8.92 7.94 11/259 24326
/proc/meminfo: memFree=29319260/32950928 swapFree=67054472/67111528
[pid=24309] ppid=24307 vsize=320208 CPUtime=0.54 cores=0,2,4,6
/proc/24309/stat : 24309 (python) S 24307 24309 23228 0 -1 4202496 12298 935 1 0 45 9 0 0 24 0 5 0 617209100 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24309/statm: 80052 7249 1881 364 0 15961 0
[pid=24315] ppid=24309 vsize=278452 CPUtime=0 cores=0,2,4,6
/proc/24315/stat : 24315 (python) S 24309 24309 23228 0 -1 4202560 717 0 0 0 0 0 0 0 18 0 1 0 617209153 285134848 5543 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414159 0 0 16781312 514 4051973856166936575 0 0 17 2 0 0 0
/proc/24315/statm: 69613 5543 347 364 0 5531 0
[pid=24317] ppid=24315 vsize=454892 CPUtime=0.95 cores=0,2,4,6
/proc/24317/stat : 24317 (TNM) R 24315 24317 24317 0 -1 4202496 412 0 0 0 95 0 0 0 21 0 1 0 617209153 465809408 150 33554432000 134512640 135008748 4294546544 18446744073709551615 134536429 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24317/statm: 113723 150 46 122 0 112623 0
[pid=24318] ppid=24309 vsize=289284 CPUtime=0 cores=0,2,4,6
/proc/24318/stat : 24318 (python) S 24309 24309 23228 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 617209156 296226816 5679 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414214 0 0 16781312 514 18115214933950955780 0 0 17 2 0 0 0
/proc/24318/statm: 72321 5679 348 364 0 8236 0
[pid=24320] ppid=24318 vsize=1808 CPUtime=0.51 cores=0,2,4,6
/proc/24320/stat : 24320 (march_hi) R 24318 24320 24320 0 -1 4202496 539 0 0 0 51 0 0 0 24 0 1 0 617209156 1851392 278 33554432000 4194304 4955518 140733320302752 18446744073709551615 4238566 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24320/statm: 452 278 104 186 0 265 0
[pid=24321] ppid=24309 vsize=299168 CPUtime=0 cores=0,2,4,6
/proc/24321/stat : 24321 (python) S 24309 24309 23228 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 617209159 306348032 5587 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414214 0 0 16781312 514 3807723120492511490 0 0 17 0 0 0 0
/proc/24321/statm: 74792 5587 348 364 0 10704 0
[pid=24325] ppid=24321 vsize=1808 CPUtime=0.87 cores=0,2,4,6
/proc/24325/stat : 24325 (march_hi) R 24321 24325 24325 0 -1 4202496 547 0 0 0 87 0 0 0 25 0 1 0 617209162 1851392 285 33554432000 4194304 4955518 140735508445296 18446744073709551615 4224628 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/24325/statm: 452 285 104 186 0 265 0
[pid=24323] ppid=24309 vsize=309964 CPUtime=0 cores=0,2,4,6
/proc/24323/stat : 24323 (python) S 24309 24309 23228 0 -1 4202560 767 0 0 0 0 0 0 0 16 0 1 0 617209162 317403136 5712 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414214 0 0 16781312 514 18062706656654885122 0 0 17 6 0 0 0
/proc/24323/statm: 77491 5712 348 364 0 13400 0
[pid=24326] ppid=24323 vsize=1808 CPUtime=0.4 cores=0,2,4,6
/proc/24326/stat : 24326 (march_hi) R 24323 24326 24326 0 -1 4202496 539 0 0 0 40 0 0 0 25 0 1 0 617209162 1851392 278 33554432000 4194304 4955518 140736731327104 18446744073709551615 4209787 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24326/statm: 452 278 104 186 0 265 0
[pid=24309/tid=24316] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24316/stat : 24316 (python) S 24307 24309 23228 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 5 0 617209153 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 4 0 0 0
[pid=24309/tid=24319] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24319/stat : 24319 (python) S 24307 24309 23228 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 617209156 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 2 0 0 0
[pid=24309/tid=24322] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24322/stat : 24322 (python) S 24307 24309 23228 0 -1 4202560 38 935 0 0 0 0 0 0 23 0 5 0 617209159 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 6 0 0 0
[pid=24309/tid=24324] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24324/stat : 24324 (python) S 24307 24309 23228 0 -1 4202560 16 935 0 0 0 0 0 0 25 0 5 0 617209162 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 1957392

[startup+3.10124 s]
/proc/loadavg: 8.96 8.92 7.94 11/259 24326
/proc/meminfo: memFree=29318640/32950928 swapFree=67054472/67111528
[pid=24309] ppid=24307 vsize=320208 CPUtime=0.54 cores=0,2,4,6
/proc/24309/stat : 24309 (python) S 24307 24309 23228 0 -1 4202496 12298 935 1 0 45 9 0 0 24 0 5 0 617209100 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24309/statm: 80052 7249 1881 364 0 15961 0
[pid=24315] ppid=24309 vsize=278452 CPUtime=0 cores=0,2,4,6
/proc/24315/stat : 24315 (python) S 24309 24309 23228 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 617209153 285134848 5550 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414159 0 0 16781312 514 4051973856166904065 0 0 17 2 0 0 0
/proc/24315/statm: 69613 5550 354 364 0 5531 0
[pid=24317] ppid=24315 vsize=454892 CPUtime=2.55 cores=0,2,4,6
/proc/24317/stat : 24317 (TNM) R 24315 24317 24317 0 -1 4202496 412 0 0 0 255 0 0 0 25 0 1 0 617209153 465809408 150 33554432000 134512640 135008748 4294546544 18446744073709551615 134537440 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24317/statm: 113723 150 46 122 0 112623 0
[pid=24318] ppid=24309 vsize=289284 CPUtime=0 cores=0,2,4,6
/proc/24318/stat : 24318 (python) S 24309 24309 23228 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 617209156 296226816 5679 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414214 0 0 16781312 514 18115214933950955780 0 0 17 2 0 0 0
/proc/24318/statm: 72321 5679 348 364 0 8236 0
[pid=24320] ppid=24318 vsize=1808 CPUtime=1.31 cores=0,2,4,6
/proc/24320/stat : 24320 (march_hi) R 24318 24320 24320 0 -1 4202496 552 0 0 0 131 0 0 0 25 0 1 0 617209156 1851392 291 33554432000 4194304 4955518 140733320302752 18446744073709551615 4209692 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24320/statm: 452 291 104 186 0 265 0
[pid=24321] ppid=24309 vsize=299168 CPUtime=0 cores=0,2,4,6
/proc/24321/stat : 24321 (python) S 24309 24309 23228 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 617209159 306348032 5587 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414214 0 0 16781312 514 3807723120492511490 0 0 17 0 0 0 0
/proc/24321/statm: 74792 5587 348 364 0 10704 0
[pid=24325] ppid=24321 vsize=1948 CPUtime=2.47 cores=0,2,4,6
/proc/24325/stat : 24325 (march_hi) R 24321 24325 24325 0 -1 4202496 572 0 0 0 247 0 0 0 25 0 1 0 617209162 1994752 310 33554432000 4194304 4955518 140735508445296 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/24325/statm: 487 310 104 186 0 300 0
[pid=24323] ppid=24309 vsize=309964 CPUtime=0 cores=0,2,4,6
/proc/24323/stat : 24323 (python) S 24309 24309 23228 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 617209162 317403136 5712 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414214 0 0 16781312 514 18062706656654885122 0 0 17 6 0 0 0
/proc/24323/statm: 77491 5712 348 364 0 13400 0
[pid=24326] ppid=24323 vsize=1808 CPUtime=1.2 cores=0,2,4,6
/proc/24326/stat : 24326 (march_hi) R 24323 24326 24326 0 -1 4202496 552 0 0 0 120 0 0 0 25 0 1 0 617209162 1851392 291 33554432000 4194304 4955518 140736731327104 18446744073709551615 4224651 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24326/statm: 452 291 104 186 0 265 0
[pid=24309/tid=24316] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24316/stat : 24316 (python) S 24307 24309 23228 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 5 0 617209153 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 4 0 0 0
[pid=24309/tid=24319] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24319/stat : 24319 (python) S 24307 24309 23228 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 617209156 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 2 0 0 0
[pid=24309/tid=24322] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24322/stat : 24322 (python) S 24307 24309 23228 0 -1 4202560 38 935 0 0 0 0 0 0 23 0 5 0 617209159 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 6 0 0 0
[pid=24309/tid=24324] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24324/stat : 24324 (python) S 24307 24309 23228 0 -1 4202560 16 935 0 0 0 0 0 0 25 0 5 0 617209162 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.07
Current children cumulated vsize (KiB) 1957532

[startup+6.30065 s]
/proc/loadavg: 9.04 8.94 7.95 11/259 24326
/proc/meminfo: memFree=29316336/32950928 swapFree=67054472/67111528
[pid=24309] ppid=24307 vsize=320208 CPUtime=0.54 cores=0,2,4,6
/proc/24309/stat : 24309 (python) S 24307 24309 23228 0 -1 4202496 12298 935 1 0 45 9 0 0 24 0 5 0 617209100 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24309/statm: 80052 7249 1881 364 0 15961 0
[pid=24315] ppid=24309 vsize=278452 CPUtime=0 cores=0,2,4,6
/proc/24315/stat : 24315 (python) S 24309 24309 23228 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 617209153 285134848 5572 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414159 0 0 16781312 514 4051973856166904065 0 0 17 2 0 0 0
/proc/24315/statm: 69613 5572 376 364 0 5531 0
[pid=24317] ppid=24315 vsize=454892 CPUtime=5.75 cores=0,2,4,6
/proc/24317/stat : 24317 (TNM) R 24315 24317 24317 0 -1 4202496 412 0 0 0 575 0 0 0 25 0 1 0 617209153 465809408 150 33554432000 134512640 135008748 4294546544 18446744073709551615 134527734 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24317/statm: 113723 150 46 122 0 112623 0
[pid=24318] ppid=24309 vsize=289284 CPUtime=0 cores=0,2,4,6
/proc/24318/stat : 24318 (python) S 24309 24309 23228 0 -1 4202560 908 0 0 0 0 0 0 0 15 0 1 0 617209156 296226816 5702 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414214 0 0 16781312 514 18115214933950955780 0 0 17 2 0 0 0
/proc/24318/statm: 72321 5702 371 364 0 8236 0
[pid=24320] ppid=24318 vsize=1948 CPUtime=2.91 cores=0,2,4,6
/proc/24320/stat : 24320 (march_hi) R 24318 24320 24320 0 -1 4202496 572 0 0 0 291 0 0 0 25 0 1 0 617209156 1994752 311 33554432000 4194304 4955518 140733320302752 18446744073709551615 4282523 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24320/statm: 487 311 104 186 0 300 0
[pid=24321] ppid=24309 vsize=299168 CPUtime=0.01 cores=0,2,4,6
/proc/24321/stat : 24321 (python) S 24309 24309 23228 0 -1 4202560 902 0 0 0 1 0 0 0 15 0 1 0 617209159 306348032 5610 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414214 0 0 16781312 514 3807723120492511490 0 0 17 0 0 0 0
/proc/24321/statm: 74792 5610 371 364 0 10704 0
[pid=24325] ppid=24321 vsize=2152 CPUtime=5.65 cores=0,2,4,6
/proc/24325/stat : 24325 (march_hi) R 24321 24325 24325 0 -1 4202496 618 0 0 0 565 0 0 0 25 0 1 0 617209162 2203648 356 33554432000 4194304 4955518 140735508445296 18446744073709551615 4238419 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/24325/statm: 538 356 104 186 0 351 0
[pid=24323] ppid=24309 vsize=309964 CPUtime=0 cores=0,2,4,6
/proc/24323/stat : 24323 (python) S 24309 24309 23228 0 -1 4202560 939 0 0 0 0 0 0 0 15 0 1 0 617209162 317403136 5735 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414214 0 0 16781312 514 18062706656654885122 0 0 17 6 0 0 0
/proc/24323/statm: 77491 5735 371 364 0 13400 0
[pid=24326] ppid=24323 vsize=1948 CPUtime=2.78 cores=0,2,4,6
/proc/24326/stat : 24326 (march_hi) R 24323 24326 24326 0 -1 4202496 572 0 0 0 278 0 0 0 25 0 1 0 617209162 1994752 311 33554432000 4194304 4955518 140736731327104 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24326/statm: 487 311 104 186 0 300 0
[pid=24309/tid=24316] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24316/stat : 24316 (python) S 24307 24309 23228 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 5 0 617209153 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 4 0 0 0
[pid=24309/tid=24319] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24319/stat : 24319 (python) S 24307 24309 23228 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 617209156 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 2 0 0 0
[pid=24309/tid=24322] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24322/stat : 24322 (python) S 24307 24309 23228 0 -1 4202560 38 935 0 0 0 0 0 0 23 0 5 0 617209159 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 6 0 0 0
[pid=24309/tid=24324] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24324/stat : 24324 (python) S 24307 24309 23228 0 -1 4202560 16 935 0 0 0 0 0 0 25 0 5 0 617209162 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 17.64
Current children cumulated vsize (KiB) 1958016

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

[startup+7.90136 s]
/proc/loadavg: 9.04 8.94 7.95 11/259 24326
/proc/meminfo: memFree=29315464/32950928 swapFree=67054472/67111528
[pid=24309] ppid=24307 vsize=320208 CPUtime=0.54 cores=0,2,4,6
/proc/24309/stat : 24309 (python) S 24307 24309 23228 0 -1 4202496 12298 935 1 0 45 9 0 0 24 0 5 0 617209100 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24309/statm: 80052 7249 1881 364 0 15961 0
[pid=24315] ppid=24309 vsize=278452 CPUtime=0 cores=0,2,4,6
/proc/24315/stat : 24315 (python) S 24309 24309 23228 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 617209153 285134848 5572 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414159 0 0 16781312 514 4051973856166904065 0 0 17 2 0 0 0
/proc/24315/statm: 69613 5572 376 364 0 5531 0
[pid=24317] ppid=24315 vsize=454892 CPUtime=7.35 cores=0,2,4,6
/proc/24317/stat : 24317 (TNM) R 24315 24317 24317 0 -1 4202496 412 0 0 0 735 0 0 0 25 0 1 0 617209153 465809408 150 33554432000 134512640 135008748 4294546544 18446744073709551615 134527374 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24317/statm: 113723 150 46 122 0 112623 0
[pid=24318] ppid=24309 vsize=289284 CPUtime=0 cores=0,2,4,6
/proc/24318/stat : 24318 (python) S 24309 24309 23228 0 -1 4202560 908 0 0 0 0 0 0 0 15 0 1 0 617209156 296226816 5702 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414214 0 0 16781312 514 18115214933950955780 0 0 17 2 0 0 0
/proc/24318/statm: 72321 5702 371 364 0 8236 0
[pid=24320] ppid=24318 vsize=1948 CPUtime=3.71 cores=0,2,4,6
/proc/24320/stat : 24320 (march_hi) R 24318 24320 24320 0 -1 4202496 578 0 0 0 371 0 0 0 25 0 1 0 617209156 1994752 317 33554432000 4194304 4955518 140733320302752 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24320/statm: 487 317 104 186 0 300 0
[pid=24321] ppid=24309 vsize=299168 CPUtime=0.01 cores=0,2,4,6
/proc/24321/stat : 24321 (python) S 24309 24309 23228 0 -1 4202560 903 0 0 0 1 0 0 0 15 0 1 0 617209159 306348032 5610 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414214 0 0 16781312 514 3807723120492511490 0 0 17 0 0 0 0
/proc/24321/statm: 74792 5610 371 364 0 10704 0
[pid=24325] ppid=24321 vsize=2252 CPUtime=7.25 cores=0,2,4,6
/proc/24325/stat : 24325 (march_hi) R 24321 24325 24325 0 -1 4202496 633 0 0 0 725 0 0 0 25 0 1 0 617209162 2306048 371 33554432000 4194304 4955518 140735508445296 18446744073709551615 4235390 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/24325/statm: 563 371 104 186 0 376 0
[pid=24323] ppid=24309 vsize=309964 CPUtime=0 cores=0,2,4,6
/proc/24323/stat : 24323 (python) S 24309 24309 23228 0 -1 4202560 939 0 0 0 0 0 0 0 15 0 1 0 617209162 317403136 5735 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414214 0 0 16781312 514 18062706656654885122 0 0 17 6 0 0 0
/proc/24323/statm: 77491 5735 371 364 0 13400 0
[pid=24326] ppid=24323 vsize=1948 CPUtime=3.58 cores=0,2,4,6
/proc/24326/stat : 24326 (march_hi) R 24323 24326 24326 0 -1 4202496 577 0 0 0 358 0 0 0 25 0 1 0 617209162 1994752 316 33554432000 4194304 4955518 140736731327104 18446744073709551615 4235344 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24326/statm: 487 316 104 186 0 300 0
[pid=24309/tid=24316] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24316/stat : 24316 (python) S 24307 24309 23228 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 5 0 617209153 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 4 0 0 0
[pid=24309/tid=24319] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24319/stat : 24319 (python) S 24307 24309 23228 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 617209156 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 2 0 0 0
[pid=24309/tid=24322] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24322/stat : 24322 (python) S 24307 24309 23228 0 -1 4202560 38 935 0 0 0 0 0 0 23 0 5 0 617209159 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 6 0 0 0
[pid=24309/tid=24324] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24324/stat : 24324 (python) S 24307 24309 23228 0 -1 4202560 16 935 0 0 0 0 0 0 25 0 5 0 617209162 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.44
Current children cumulated vsize (KiB) 1958116

[startup+9.50106 s]
/proc/loadavg: 9.04 8.94 7.95 12/259 24326
/proc/meminfo: memFree=29315464/32950928 swapFree=67054472/67111528
[pid=24309] ppid=24307 vsize=320208 CPUtime=0.54 cores=0,2,4,6
/proc/24309/stat : 24309 (python) S 24307 24309 23228 0 -1 4202496 12298 935 1 0 45 9 0 0 24 0 5 0 617209100 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24309/statm: 80052 7249 1881 364 0 15961 0
[pid=24315] ppid=24309 vsize=278452 CPUtime=0 cores=0,2,4,6
/proc/24315/stat : 24315 (python) S 24309 24309 23228 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 617209153 285134848 5572 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414159 0 0 16781312 514 4051973856166904065 0 0 17 2 0 0 0
/proc/24315/statm: 69613 5572 376 364 0 5531 0
[pid=24317] ppid=24315 vsize=454892 CPUtime=8.95 cores=0,2,4,6
/proc/24317/stat : 24317 (TNM) R 24315 24317 24317 0 -1 4202496 412 0 0 0 895 0 0 0 25 0 1 0 617209153 465809408 150 33554432000 134512640 135008748 4294546544 18446744073709551615 134529176 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24317/statm: 113723 150 46 122 0 112623 0
[pid=24318] ppid=24309 vsize=289284 CPUtime=0 cores=0,2,4,6
/proc/24318/stat : 24318 (python) S 24309 24309 23228 0 -1 4202560 909 0 0 0 0 0 0 0 15 0 1 0 617209156 296226816 5702 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414214 0 0 16781312 514 18115214933950955780 0 0 17 2 0 0 0
/proc/24318/statm: 72321 5702 371 364 0 8236 0
[pid=24320] ppid=24318 vsize=2084 CPUtime=4.51 cores=0,2,4,6
/proc/24320/stat : 24320 (march_hi) R 24318 24320 24320 0 -1 4202496 606 0 0 0 451 0 0 0 25 0 1 0 617209156 2134016 345 33554432000 4194304 4955518 140733320302752 18446744073709551615 4227671 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24320/statm: 521 345 104 186 0 334 0
[pid=24321] ppid=24309 vsize=299168 CPUtime=1.49 cores=0,2,4,6
/proc/24321/stat : 24321 (python) R 24309 24309 23228 0 -1 4202560 904 0 0 0 134 15 0 0 17 0 1 0 617209159 306348032 5610 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414214 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/24321/statm: 74792 5610 371 364 0 10704 0
[pid=24325] ppid=24321 vsize=0 CPUtime=7.37 cores=0,2,4,6
/proc/24325/stat : 24325 (march_hi) R 24321 24325 24325 0 -1 4202500 636 0 0 0 737 0 0 0 25 0 1 0 617209162 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24325/statm: 0 0 0 0 0 0 0
[pid=24323] ppid=24309 vsize=309964 CPUtime=0 cores=0,2,4,6
/proc/24323/stat : 24323 (python) S 24309 24309 23228 0 -1 4202560 941 0 0 0 0 0 0 0 15 0 1 0 617209162 317403136 5735 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414214 0 0 16781312 514 18062706656654885122 0 0 17 6 0 0 0
/proc/24323/statm: 77491 5735 371 364 0 13400 0
[pid=24326] ppid=24323 vsize=2084 CPUtime=4.38 cores=0,2,4,6
/proc/24326/stat : 24326 (march_hi) R 24323 24326 24326 0 -1 4202496 606 0 0 0 438 0 0 0 25 0 1 0 617209162 2134016 345 33554432000 4194304 4955518 140736731327104 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24326/statm: 521 345 104 186 0 334 0
[pid=24309/tid=24316] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24316/stat : 24316 (python) S 24307 24309 23228 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 5 0 617209153 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 4 0 0 0
[pid=24309/tid=24319] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24319/stat : 24319 (python) S 24307 24309 23228 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 617209156 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 2 0 0 0
[pid=24309/tid=24322] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24322/stat : 24322 (python) S 24307 24309 23228 0 -1 4202560 38 935 0 0 0 0 0 0 23 0 5 0 617209159 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 6 0 0 0
[pid=24309/tid=24324] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24324/stat : 24324 (python) S 24307 24309 23228 0 -1 4202560 16 935 0 0 0 0 0 0 25 0 5 0 617209162 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 27.24
Current children cumulated vsize (KiB) 1956136

[startup+9.90899 s]
/proc/loadavg: 9.04 8.94 7.95 12/259 24326
/proc/meminfo: memFree=29315092/32950928 swapFree=67054472/67111528
[pid=24309] ppid=24307 vsize=320208 CPUtime=0.54 cores=0,2,4,6
/proc/24309/stat : 24309 (python) S 24307 24309 23228 0 -1 4202496 12298 935 1 0 45 9 0 0 24 0 5 0 617209100 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24309/statm: 80052 7249 1881 364 0 15961 0
[pid=24315] ppid=24309 vsize=278452 CPUtime=0 cores=0,2,4,6
/proc/24315/stat : 24315 (python) S 24309 24309 23228 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 617209153 285134848 5572 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414159 0 0 16781312 514 4051973856166904065 0 0 17 2 0 0 0
/proc/24315/statm: 69613 5572 376 364 0 5531 0
[pid=24317] ppid=24315 vsize=454892 CPUtime=9.36 cores=0,2,4,6
/proc/24317/stat : 24317 (TNM) R 24315 24317 24317 0 -1 4202496 412 0 0 0 936 0 0 0 25 0 1 0 617209153 465809408 150 33554432000 134512640 135008748 4294546544 18446744073709551615 134535656 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24317/statm: 113723 150 46 122 0 112623 0
[pid=24318] ppid=24309 vsize=289284 CPUtime=0.02 cores=0,2,4,6
/proc/24318/stat : 24318 (python) S 24309 24309 23228 0 -1 4202560 915 0 0 0 1 1 0 0 15 0 1 0 617209156 296226816 5702 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414214 0 0 16781312 514 18115214933950955780 0 0 17 2 0 0 0
/proc/24318/statm: 72321 5702 371 364 0 8236 0
[pid=24320] ppid=24318 vsize=2084 CPUtime=4.71 cores=0,2,4,6
/proc/24320/stat : 24320 (march_hi) R 24318 24320 24320 0 -1 4202496 607 0 0 0 471 0 0 0 25 0 1 0 617209156 2134016 346 33554432000 4194304 4955518 140733320302752 18446744073709551615 4209669 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24320/statm: 521 346 104 186 0 334 0
[pid=24321] ppid=24309 vsize=299168 CPUtime=1.9 cores=0,2,4,6
/proc/24321/stat : 24321 (python) R 24309 24309 23228 0 -1 4202560 908 0 0 0 170 20 0 0 17 0 1 0 617209159 306348032 5610 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917224255 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/24321/statm: 74792 5610 371 364 0 10704 0
[pid=24325] ppid=24321 vsize=0 CPUtime=7.37 cores=0,2,4,6
/proc/24325/stat : 24325 (march_hi) R 24321 24325 24325 0 -1 4202500 636 0 0 0 737 0 0 0 25 0 1 0 617209162 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24325/statm: 0 0 0 0 0 0 0
[pid=24323] ppid=24309 vsize=309964 CPUtime=0.02 cores=0,2,4,6
/proc/24323/stat : 24323 (python) S 24309 24309 23228 0 -1 4202560 945 0 0 0 1 1 0 0 15 0 1 0 617209162 317403136 5735 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414214 0 0 16781312 514 18062706656654885122 0 0 17 6 0 0 0
/proc/24323/statm: 77491 5735 371 364 0 13400 0
[pid=24326] ppid=24323 vsize=2084 CPUtime=4.58 cores=0,2,4,6
/proc/24326/stat : 24326 (march_hi) R 24323 24326 24326 0 -1 4202496 607 0 0 0 458 0 0 0 25 0 1 0 617209162 2134016 346 33554432000 4194304 4955518 140736731327104 18446744073709551615 4238668 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24326/statm: 521 346 104 186 0 334 0
[pid=24309/tid=24316] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24316/stat : 24316 (python) S 24307 24309 23228 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 5 0 617209153 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 4 0 0 0
[pid=24309/tid=24319] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24319/stat : 24319 (python) S 24307 24309 23228 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 617209156 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 2 0 0 0
[pid=24309/tid=24322] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24322/stat : 24322 (python) S 24307 24309 23228 0 -1 4202560 38 935 0 0 0 0 0 0 23 0 5 0 617209159 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 6 0 0 0
[pid=24309/tid=24324] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24324/stat : 24324 (python) S 24307 24309 23228 0 -1 4202560 16 935 0 0 0 0 0 0 25 0 5 0 617209162 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 28.5
Current children cumulated vsize (KiB) 1956136

[startup+10.101 s]
/proc/loadavg: 9.04 8.94 7.95 12/259 24326
/proc/meminfo: memFree=29315092/32950928 swapFree=67054472/67111528
[pid=24309] ppid=24307 vsize=320208 CPUtime=0.54 cores=0,2,4,6
/proc/24309/stat : 24309 (python) S 24307 24309 23228 0 -1 4202496 12298 935 1 0 45 9 0 0 24 0 5 0 617209100 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24309/statm: 80052 7249 1881 364 0 15961 0
[pid=24315] ppid=24309 vsize=278452 CPUtime=0 cores=0,2,4,6
/proc/24315/stat : 24315 (python) S 24309 24309 23228 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 617209153 285134848 5572 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414159 0 0 16781312 514 4051973856166904065 0 0 17 2 0 0 0
/proc/24315/statm: 69613 5572 376 364 0 5531 0
[pid=24317] ppid=24315 vsize=454892 CPUtime=9.55 cores=0,2,4,6
/proc/24317/stat : 24317 (TNM) R 24315 24317 24317 0 -1 4202496 412 0 0 0 955 0 0 0 25 0 1 0 617209153 465809408 150 33554432000 134512640 135008748 4294546544 18446744073709551615 134527564 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24317/statm: 113723 150 46 122 0 112623 0
[pid=24318] ppid=24309 vsize=289284 CPUtime=0.02 cores=0,2,4,6
/proc/24318/stat : 24318 (python) S 24309 24309 23228 0 -1 4202560 915 0 0 0 1 1 0 0 15 0 1 0 617209156 296226816 5702 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414214 0 0 16781312 514 18115214933950955780 0 0 17 2 0 0 0
/proc/24318/statm: 72321 5702 371 364 0 8236 0
[pid=24320] ppid=24318 vsize=2084 CPUtime=4.81 cores=0,2,4,6
/proc/24320/stat : 24320 (march_hi) R 24318 24320 24320 0 -1 4202496 608 0 0 0 481 0 0 0 25 0 1 0 617209156 2134016 347 33554432000 4194304 4955518 140733320302752 18446744073709551615 4224512 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24320/statm: 521 347 104 186 0 334 0
[pid=24321] ppid=24309 vsize=299168 CPUtime=2.09 cores=0,2,4,6
/proc/24321/stat : 24321 (python) R 24309 24309 23228 0 -1 4202560 908 0 0 0 186 23 0 0 18 0 1 0 617209159 306348032 5610 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414214 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/24321/statm: 74792 5610 371 364 0 10704 0
[pid=24325] ppid=24321 vsize=0 CPUtime=7.37 cores=0,2,4,6
/proc/24325/stat : 24325 (march_hi) R 24321 24325 24325 0 -1 4202500 636 0 0 0 737 0 0 0 25 0 1 0 617209162 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24325/statm: 0 0 0 0 0 0 0
[pid=24323] ppid=24309 vsize=309964 CPUtime=0.02 cores=0,2,4,6
/proc/24323/stat : 24323 (python) S 24309 24309 23228 0 -1 4202560 945 0 0 0 1 1 0 0 15 0 1 0 617209162 317403136 5735 33554432000 4194304 5683644 140735063363216 18446744073709551615 260905414214 0 0 16781312 514 18062706656654885122 0 0 17 6 0 0 0
/proc/24323/statm: 77491 5735 371 364 0 13400 0
[pid=24326] ppid=24323 vsize=2084 CPUtime=4.67 cores=0,2,4,6
/proc/24326/stat : 24326 (march_hi) R 24323 24326 24326 0 -1 4202496 608 0 0 0 467 0 0 0 25 0 1 0 617209162 2134016 347 33554432000 4194304 4955518 140736731327104 18446744073709551615 4261360 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24326/statm: 521 347 104 186 0 334 0
[pid=24309/tid=24316] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24316/stat : 24316 (python) S 24307 24309 23228 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 5 0 617209153 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 4 0 0 0
[pid=24309/tid=24319] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24319/stat : 24319 (python) S 24307 24309 23228 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 617209156 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 2 0 0 0
[pid=24309/tid=24322] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24322/stat : 24322 (python) S 24307 24309 23228 0 -1 4202560 38 935 0 0 0 0 0 0 23 0 5 0 617209159 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 6 0 0 0
[pid=24309/tid=24324] ppid=24307 vsize=320208 CPUtime=0 cores=0,2,4,6
/proc/24309/task/24324/stat : 24324 (python) S 24307 24309 23228 0 -1 4202560 16 935 0 0 0 0 0 0 25 0 5 0 617209162 327892992 7249 33554432000 4194304 5683644 140735063363216 18446744073709551615 260917217713 0 0 16781312 2 18446604448559890560 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 29.07
Current children cumulated vsize (KiB) 1956136

Child status: 0
Real time (s): 10.1471
CPU time (s): 29.2406
CPU user time (s): 28.8636
CPU system time (s): 0.376942
CPU usage (%): 288.166
Max. virtual memory (cumulated for all children) (KiB): 1958116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.8636
system time used= 0.376942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23906
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= 1958
involuntary context switches= 880

runsolver used 0.023996 second user time and 0.056991 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-01 19:09:44
IDJOB=3317476
IDBENCH=82941
IDSOLVER=1705
FILE ID=node116/3317476-1304269784
RUNJOBID= node116-1304267284-23246
PBS_JOBID= 13173963
Free space on /tmp= 73232 MiB

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

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

MD5SUM BENCH= 60552051d2d5a0c0eefaeedea18e63df
RANDOM SEED=1951192839

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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:      29360308 kB
Buffers:       1045904 kB
Cached:        1700836 kB
SwapCached:       9656 kB
Active:         855584 kB
Inactive:      2376012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29360308 kB
SwapTotal:    67111528 kB
SwapFree:     67054472 kB
Dirty:           32952 kB
Writeback:           0 kB
AnonPages:      482432 kB
Mapped:          24276 kB
Slab:           284700 kB
PageTables:      14724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 32117552 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= 73200 MiB
End job on node116 at 2011-05-01 19:09:54