Trace number 3385645

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)UNSAT 197.805 29.1278

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S895193371-061.UNKNOWN.cnf
MD5SUM737aa440f80cd8be0050a0f138c79eb6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.2119
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.33/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.63	c INFO: solving HOME/instance-3385645-1305571692.cnf
0.33/0.63	c INFO: computing task features
0.33/0.64	c INFO: computed variable-clause graph statistics
0.33/0.64	c INFO: computed clause balance statistics
0.33/0.67	c INFO: computed variable balance statistics
0.33/0.69	c INFO: computed small-clause counts
0.33/0.69	c INFO: computed Horn-clause counts
0.33/0.69	c INFO: computed variable graph statistics
0.33/0.69	c INFO: collected features for HOME/instance-3385645-1305571692.cnf in 0.06 s
0.42/0.72	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.56)
0.42/0.75	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.39)
0.42/0.79	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.34)
0.53/0.82	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.34)
0.53/0.85	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.11)
0.53/0.88	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.07)
0.62/0.92	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.24)
0.62/0.95	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.21)
197.62/29.10	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: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3385645-1305571692/watcher-3385645-1305571692 -o /tmp/evaluation-result-3385645-1305571692/solver-3385645-1305571692 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385645-1305571692.cnf -seed 1918626126 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 10.13 10.21 10.34 3/402 26651
/proc/meminfo: memFree=7218492/32950928 swapFree=64721852/67111528
[pid=26651] ppid=26649 vsize=15904 CPUtime=0 cores=0-7
/proc/26651/stat : 26651 (python) R 26649 26651 25311 0 -1 4202496 956 0 0 0 0 0 0 0 22 0 1 0 668769049 16285696 833 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089694053 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26651/statm: 3976 833 357 364 0 463 0

[startup+0.0668979 s]
/proc/loadavg: 10.13 10.21 10.34 3/402 26651
/proc/meminfo: memFree=7218492/32950928 swapFree=64721852/67111528
[pid=26651] ppid=26649 vsize=36504 CPUtime=0.03 cores=0-7
/proc/26651/stat : 26651 (python) R 26649 26651 25311 0 -1 4202496 1568 0 0 0 3 0 0 0 22 0 1 0 668769049 37380096 1404 33554432000 4194304 5683644 140735375531696 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26651/statm: 9126 1406 452 364 0 943 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36504

[startup+0.100879 s]
/proc/loadavg: 10.13 10.21 10.34 3/402 26651
/proc/meminfo: memFree=7218492/32950928 swapFree=64721852/67111528
[pid=26651] ppid=26649 vsize=93956 CPUtime=0.05 cores=0-7
/proc/26651/stat : 26651 (python) R 26649 26651 25311 0 -1 4202496 2692 0 0 0 4 1 0 0 17 0 1 0 668769049 96210944 2406 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089696256 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26651/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93956

[startup+0.300853 s]
/proc/loadavg: 10.13 10.21 10.34 3/402 26651
/proc/meminfo: memFree=7218492/32950928 swapFree=64721852/67111528
[pid=26651] ppid=26649 vsize=135748 CPUtime=0.18 cores=0-7
/proc/26651/stat : 26651 (python) S 26649 26651 25311 0 -1 4202496 5958 936 1 0 14 4 0 0 18 0 1 0 668769049 139005952 4151 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089694213 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/26651/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700775 s]
/proc/loadavg: 10.13 10.21 10.34 3/402 26651
/proc/meminfo: memFree=7218492/32950928 swapFree=64721852/67111528
[pid=26651] ppid=26649 vsize=278260 CPUtime=0.42 cores=0-7
/proc/26651/stat : 26651 (python) R 26649 26651 25311 0 -1 4202496 9312 936 1 0 34 8 0 0 17 0 1 0 668769049 284938240 6977 33554432000 4194304 5683644 140735375531696 18446744073709551615 4273416 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26651/statm: 69564 6976 1835 364 0 5488 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 278260

[startup+1.50157 s]
/proc/loadavg: 10.13 10.21 10.34 13/426 26679
/proc/meminfo: memFree=7162204/32950928 swapFree=64721852/67111528
[pid=26651] ppid=26649 vsize=361252 CPUtime=0.67 cores=0-7
/proc/26651/stat : 26651 (python) S 26649 26651 25311 0 -1 4202496 15777 936 1 0 57 10 0 0 25 0 9 0 668769049 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26651/statm: 90313 7285 1889 364 0 26210 0
[pid=26657] ppid=26651 vsize=278472 CPUtime=0 cores=0-7
/proc/26657/stat : 26657 (python) S 26651 26651 25311 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 668769122 285155328 5553 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718287 0 0 16781312 514 4118132570321846271 0 0 17 7 0 0 0
/proc/26657/statm: 69618 5553 354 364 0 5536 0
[pid=26659] ppid=26657 vsize=1017800 CPUtime=0.54 cores=0-7
/proc/26659/stat : 26659 (gnovelty+2) R 26657 26659 26659 0 -1 4202496 431 0 0 0 54 0 0 0 20 0 1 0 668769122 1042227200 169 33554432000 134512640 135663704 4290490640 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26659/statm: 254450 169 113 282 0 254166 0
[pid=26660] ppid=26651 vsize=289304 CPUtime=0 cores=0-7
/proc/26660/stat : 26660 (python) S 26651 26651 25311 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 668769125 296247296 5684 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 18253832563887931654 0 0 17 7 0 0 0
/proc/26660/statm: 72326 5684 348 364 0 8241 0
[pid=26662] ppid=26660 vsize=1972 CPUtime=0.71 cores=0-7
/proc/26662/stat : 26662 (march_hi) R 26660 26662 26662 0 -1 4202496 578 0 0 0 71 0 0 0 22 0 1 0 668769126 2019328 314 33554432000 4194304 4955518 140733262873488 18446744073709551615 4224631 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26662/statm: 493 314 104 186 0 306 0
[pid=26663] ppid=26651 vsize=299188 CPUtime=0 cores=0-7
/proc/26663/stat : 26663 (python) S 26651 26651 25311 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 668769128 306368512 5592 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 18054812163167453444 0 0 17 4 0 0 0
/proc/26663/statm: 74797 5592 348 364 0 10709 0
[pid=26665] ppid=26663 vsize=1972 CPUtime=0.7 cores=0-7
/proc/26665/stat : 26665 (march_hi) R 26663 26665 26665 0 -1 4202496 577 0 0 0 70 0 0 0 25 0 1 0 668769129 2019328 315 33554432000 4194304 4955518 140733358967056 18446744073709551615 4209695 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26665/statm: 493 315 104 186 0 306 0
[pid=26666] ppid=26651 vsize=309984 CPUtime=0 cores=0-7
/proc/26666/stat : 26666 (python) S 26651 26651 25311 0 -1 4202560 761 0 0 0 0 0 0 0 19 0 1 0 668769132 317423616 5717 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 3088180721043341572 0 0 17 4 0 0 0
/proc/26666/statm: 77496 5717 348 364 0 13405 0
[pid=26668] ppid=26666 vsize=1972 CPUtime=0.67 cores=0-7
/proc/26668/stat : 26668 (march_hi) R 26666 26668 26668 0 -1 4202496 571 0 0 0 67 0 0 0 25 0 1 0 668769132 2019328 309 33554432000 4194304 4955518 140736473750864 18446744073709551615 4209669 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26668/statm: 493 309 104 186 0 306 0
[pid=26669] ppid=26651 vsize=320240 CPUtime=0 cores=0-7
/proc/26669/stat : 26669 (python) S 26651 26651 25311 0 -1 4202560 763 0 0 0 0 0 0 0 21 0 1 0 668769135 327925760 5721 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 1408206118638813444 0 0 17 6 0 0 0
/proc/26669/statm: 80060 5721 348 364 0 15966 0
[pid=26671] ppid=26669 vsize=1972 CPUtime=0.62 cores=0-7
/proc/26671/stat : 26671 (march_hi) R 26669 26671 26671 0 -1 4202496 572 0 0 0 62 0 0 0 25 0 1 0 668769135 2019328 309 33554432000 4194304 4955518 140736228714992 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26671/statm: 493 309 104 186 0 306 0
[pid=26672] ppid=26651 vsize=330496 CPUtime=0 cores=0-7
/proc/26672/stat : 26672 (python) S 26651 26651 25311 0 -1 4202560 734 0 0 0 0 0 0 0 24 0 1 0 668769138 338427904 5721 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 15993012356808441855 0 0 17 1 0 0 0
/proc/26672/statm: 82624 5721 344 364 0 18527 0
[pid=26674] ppid=26651 vsize=340752 CPUtime=0 cores=0-7
/proc/26674/stat : 26674 (python) S 26651 26651 25311 0 -1 4202560 766 0 0 0 0 0 0 0 21 0 1 0 668769141 348930048 5729 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 3046935840862208261 0 0 17 2 0 0 0
/proc/26674/statm: 85188 5729 348 364 0 21088 0
[pid=26676] ppid=26674 vsize=1972 CPUtime=0.21 cores=0-7
/proc/26676/stat : 26676 (march_hi) R 26674 26676 26676 0 -1 4202496 565 0 0 0 21 0 0 0 25 0 1 0 668769144 2019328 299 33554432000 4194304 4955518 140736289162752 18446744073709551615 4209794 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26676/statm: 493 299 104 186 0 306 0
[pid=26677] ppid=26651 vsize=351008 CPUtime=0 cores=0-7
/proc/26677/stat : 26677 (python) S 26651 26651 25311 0 -1 4202560 814 0 0 0 0 0 0 0 23 0 1 0 668769145 359432192 5746 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 7944261786046267652 0 0 17 2 0 0 0
/proc/26677/statm: 87752 5746 354 364 0 23649 0
[pid=26679] ppid=26677 vsize=1972 CPUtime=0.53 cores=0-7
/proc/26679/stat : 26679 (march_hi) R 26677 26679 26679 0 -1 4202496 579 0 0 0 53 0 0 0 25 0 1 0 668769145 2019328 308 33554432000 4194304 4955518 140734119959584 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26679/statm: 493 308 104 186 0 306 0
[pid=26651/tid=26658] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26658/stat : 26658 (python) S 26649 26651 25311 0 -1 4202560 27 936 0 0 0 0 0 0 18 0 9 0 668769122 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
[pid=26651/tid=26661] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26661/stat : 26661 (python) S 26649 26651 25311 0 -1 4202560 21 936 0 0 0 0 0 0 20 0 9 0 668769125 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
[pid=26651/tid=26664] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26664/stat : 26664 (python) S 26649 26651 25311 0 -1 4202560 24 936 0 0 0 0 0 0 22 0 9 0 668769129 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
[pid=26651/tid=26667] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26667/stat : 26667 (python) S 26649 26651 25311 0 -1 4202560 22 936 0 0 0 0 0 0 24 0 9 0 668769132 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 4 0 0 0
[pid=26651/tid=26670] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26670/stat : 26670 (python) S 26649 26651 25311 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 9 0 668769135 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 6 0 0 0
[pid=26651/tid=26673] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26673/stat : 26673 (python) S 26649 26651 25311 0 -1 4202560 22 936 0 0 0 0 0 0 25 0 9 0 668769138 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
[pid=26651/tid=26675] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26675/stat : 26675 (python) S 26649 26651 25311 0 -1 4202560 28 936 0 0 0 0 0 0 25 0 9 0 668769142 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
[pid=26651/tid=26678] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26678/stat : 26678 (python) S 26649 26651 25311 0 -1 4202560 28 936 0 0 0 0 0 0 25 0 9 0 668769145 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 3910328

[startup+3.10129 s]
/proc/loadavg: 10.13 10.21 10.34 11/427 26680
/proc/meminfo: memFree=7160460/32950928 swapFree=64721852/67111528
[pid=26651] ppid=26649 vsize=361252 CPUtime=0.67 cores=0-7
/proc/26651/stat : 26651 (python) S 26649 26651 25311 0 -1 4202496 15777 936 1 0 57 10 0 0 25 0 9 0 668769049 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26651/statm: 90313 7285 1889 364 0 26210 0
[pid=26657] ppid=26651 vsize=278472 CPUtime=0 cores=0-7
/proc/26657/stat : 26657 (python) S 26651 26651 25311 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 668769122 285155328 5553 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718287 0 0 16781312 514 4118132570321813761 0 0 17 7 0 0 0
/proc/26657/statm: 69618 5553 354 364 0 5536 0
[pid=26659] ppid=26657 vsize=1017800 CPUtime=1.34 cores=0-7
/proc/26659/stat : 26659 (gnovelty+2) R 26657 26659 26659 0 -1 4202496 431 0 0 0 134 0 0 0 23 0 1 0 668769122 1042227200 169 33554432000 134512640 135663704 4290490640 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26659/statm: 254450 169 113 282 0 254166 0
[pid=26660] ppid=26651 vsize=289304 CPUtime=0 cores=0-7
/proc/26660/stat : 26660 (python) S 26651 26651 25311 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 668769125 296247296 5684 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 18253832563887931654 0 0 17 7 0 0 0
/proc/26660/statm: 72326 5684 348 364 0 8241 0
[pid=26662] ppid=26660 vsize=2128 CPUtime=2.3 cores=0-7
/proc/26662/stat : 26662 (march_hi) R 26660 26662 26662 0 -1 4202496 601 0 0 0 230 0 0 0 25 0 1 0 668769126 2179072 337 33554432000 4194304 4955518 140733262873488 18446744073709551615 4238986 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26662/statm: 532 337 104 186 0 345 0
[pid=26663] ppid=26651 vsize=299188 CPUtime=0 cores=0-7
/proc/26663/stat : 26663 (python) S 26651 26651 25311 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 668769128 306368512 5592 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 18054812163167453444 0 0 17 4 0 0 0
/proc/26663/statm: 74797 5592 348 364 0 10709 0
[pid=26665] ppid=26663 vsize=2128 CPUtime=2.3 cores=0-7
/proc/26665/stat : 26665 (march_hi) R 26663 26665 26665 0 -1 4202496 600 0 0 0 230 0 0 0 25 0 1 0 668769129 2179072 338 33554432000 4194304 4955518 140733358967056 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26665/statm: 532 338 104 186 0 345 0
[pid=26666] ppid=26651 vsize=309984 CPUtime=0 cores=0-7
/proc/26666/stat : 26666 (python) S 26651 26651 25311 0 -1 4202560 766 0 0 0 0 0 0 0 15 0 1 0 668769132 317423616 5717 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 3088180721043341572 0 0 17 4 0 0 0
/proc/26666/statm: 77496 5717 348 364 0 13405 0
[pid=26668] ppid=26666 vsize=2128 CPUtime=2.26 cores=0-7
/proc/26668/stat : 26668 (march_hi) R 26666 26668 26668 0 -1 4202496 600 0 0 0 226 0 0 0 25 0 1 0 668769132 2179072 338 33554432000 4194304 4955518 140736473750864 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26668/statm: 532 338 104 186 0 345 0
[pid=26669] ppid=26651 vsize=320240 CPUtime=0 cores=0-7
/proc/26669/stat : 26669 (python) S 26651 26651 25311 0 -1 4202560 771 0 0 0 0 0 0 0 15 0 1 0 668769135 327925760 5721 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 1408206118638813444 0 0 17 6 0 0 0
/proc/26669/statm: 80060 5721 348 364 0 15966 0
[pid=26671] ppid=26669 vsize=2128 CPUtime=2.22 cores=0-7
/proc/26671/stat : 26671 (march_hi) R 26669 26671 26671 0 -1 4202496 601 0 0 0 222 0 0 0 25 0 1 0 668769135 2179072 338 33554432000 4194304 4955518 140736228714992 18446744073709551615 4290454 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26671/statm: 532 338 104 186 0 345 0
[pid=26672] ppid=26651 vsize=330496 CPUtime=0 cores=0-7
/proc/26672/stat : 26672 (python) S 26651 26651 25311 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 668769138 338427904 5725 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 15993012356808441855 0 0 17 1 0 0 0
/proc/26672/statm: 82624 5725 348 364 0 18527 0
[pid=26680] ppid=26672 vsize=454912 CPUtime=1.79 cores=0-7
/proc/26680/stat : 26680 (TNM) R 26672 26680 26680 0 -1 4202496 423 0 0 0 179 0 0 0 25 0 1 0 668769150 465829888 161 33554432000 134512640 135008748 4291814480 18446744073709551615 134527804 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26680/statm: 113728 161 46 122 0 112628 0
[pid=26674] ppid=26651 vsize=340752 CPUtime=0 cores=0-7
/proc/26674/stat : 26674 (python) S 26651 26651 25311 0 -1 4202560 775 0 0 0 0 0 0 0 15 0 1 0 668769141 348930048 5729 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 3046935840862208261 0 0 17 2 0 0 0
/proc/26674/statm: 85188 5729 348 364 0 21088 0
[pid=26676] ppid=26674 vsize=1972 CPUtime=1.01 cores=0-7
/proc/26676/stat : 26676 (march_hi) R 26674 26676 26676 0 -1 4202496 582 0 0 0 101 0 0 0 25 0 1 0 668769144 2019328 316 33554432000 4194304 4955518 140736289162752 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26676/statm: 493 316 104 186 0 306 0
[pid=26677] ppid=26651 vsize=351008 CPUtime=0 cores=0-7
/proc/26677/stat : 26677 (python) S 26651 26651 25311 0 -1 4202560 818 0 0 0 0 0 0 0 15 0 1 0 668769145 359432192 5746 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 7944261786046267652 0 0 17 2 0 0 0
/proc/26677/statm: 87752 5746 354 364 0 23649 0
[pid=26679] ppid=26677 vsize=2128 CPUtime=2.13 cores=0-7
/proc/26679/stat : 26679 (march_hi) R 26677 26679 26679 0 -1 4202496 607 0 0 0 213 0 0 0 25 0 1 0 668769145 2179072 336 33554432000 4194304 4955518 140734119959584 18446744073709551615 4239004 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26679/statm: 532 336 104 186 0 345 0
[pid=26651/tid=26658] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26658/stat : 26658 (python) S 26649 26651 25311 0 -1 4202560 27 936 0 0 0 0 0 0 18 0 9 0 668769122 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
[pid=26651/tid=26661] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26661/stat : 26661 (python) S 26649 26651 25311 0 -1 4202560 21 936 0 0 0 0 0 0 20 0 9 0 668769125 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
[pid=26651/tid=26664] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26664/stat : 26664 (python) S 26649 26651 25311 0 -1 4202560 24 936 0 0 0 0 0 0 22 0 9 0 668769129 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
[pid=26651/tid=26667] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26667/stat : 26667 (python) S 26649 26651 25311 0 -1 4202560 22 936 0 0 0 0 0 0 24 0 9 0 668769132 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 4 0 0 0
[pid=26651/tid=26670] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26670/stat : 26670 (python) S 26649 26651 25311 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 9 0 668769135 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 6 0 0 0
[pid=26651/tid=26673] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26673/stat : 26673 (python) S 26649 26651 25311 0 -1 4202560 22 936 0 0 0 0 0 0 25 0 9 0 668769138 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0

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

[pid=26666] ppid=26651 vsize=309984 CPUtime=0.11 cores=0-7
/proc/26666/stat : 26666 (python) S 26651 26651 25311 0 -1 4202560 927 0 0 0 6 5 0 0 15 0 1 0 668769132 317423616 5740 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 3088180721043341572 0 0 17 4 0 0 0
/proc/26666/statm: 77496 5740 371 364 0 13405 0
[pid=26668] ppid=26666 vsize=4044 CPUtime=26.88 cores=0-7
/proc/26668/stat : 26668 (march_hi) R 26666 26668 26668 0 -1 4202496 1054 0 0 0 2688 0 0 0 25 0 1 0 668769132 4141056 792 33554432000 4194304 4955518 140736473750864 18446744073709551615 4290229 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26668/statm: 1011 792 104 186 0 824 0
[pid=26669] ppid=26651 vsize=320240 CPUtime=0.11 cores=0-7
/proc/26669/stat : 26669 (python) S 26651 26651 25311 0 -1 4202560 929 0 0 0 6 5 0 0 15 0 1 0 668769135 327925760 5745 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 1408206118638813444 0 0 17 6 0 0 0
/proc/26669/statm: 80060 5745 372 364 0 15966 0
[pid=26671] ppid=26669 vsize=4044 CPUtime=26.88 cores=0-7
/proc/26671/stat : 26671 (march_hi) R 26669 26671 26671 0 -1 4202496 1054 0 0 0 2688 0 0 0 25 0 1 0 668769135 4141056 791 33554432000 4194304 4955518 140736228714992 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26671/statm: 1011 791 104 186 0 824 0
[pid=26672] ppid=26651 vsize=330496 CPUtime=0.07 cores=0-7
/proc/26672/stat : 26672 (python) S 26651 26651 25311 0 -1 4202560 936 0 0 0 4 3 0 0 18 0 1 0 668769138 338427904 5748 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 3482689886840914181 0 0 17 1 0 0 0
/proc/26672/statm: 82624 5748 371 364 0 18527 0
[pid=26680] ppid=26672 vsize=454912 CPUtime=26.52 cores=0-7
/proc/26680/stat : 26680 (TNM) R 26672 26680 26680 0 -1 4202496 423 0 0 0 2652 0 0 0 25 0 1 0 668769150 465829888 161 33554432000 134512640 135008748 4291814480 18446744073709551615 134527526 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26680/statm: 113728 161 46 122 0 112628 0
[pid=26674] ppid=26651 vsize=340752 CPUtime=0.1 cores=0-7
/proc/26674/stat : 26674 (python) S 26651 26651 25311 0 -1 4202560 957 0 0 0 5 5 0 0 15 0 1 0 668769141 348930048 5752 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 3046935840862208261 0 0 17 2 0 0 0
/proc/26674/statm: 85188 5752 371 364 0 21088 0
[pid=26676] ppid=26674 vsize=2812 CPUtime=13.41 cores=0-7
/proc/26676/stat : 26676 (march_hi) R 26674 26676 26676 0 -1 4202496 768 0 0 0 1341 0 0 0 25 0 1 0 668769144 2879488 502 33554432000 4194304 4955518 140736289162752 18446744073709551615 4346998 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26676/statm: 703 502 104 186 0 516 0
[pid=26677] ppid=26651 vsize=351008 CPUtime=0.11 cores=0-7
/proc/26677/stat : 26677 (python) S 26651 26651 25311 0 -1 4202560 992 0 0 0 6 5 0 0 15 0 1 0 668769145 359432192 5769 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 7944261786046267652 0 0 17 2 0 0 0
/proc/26677/statm: 87752 5769 377 364 0 23649 0
[pid=26679] ppid=26677 vsize=4044 CPUtime=26.71 cores=0-7
/proc/26679/stat : 26679 (march_hi) R 26677 26679 26679 0 -1 4202496 1057 0 0 0 2671 0 0 0 25 0 1 0 668769145 4141056 786 33554432000 4194304 4955518 140734119959584 18446744073709551615 4298048 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26679/statm: 1011 786 104 186 0 824 0
[pid=26651/tid=26658] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26658/stat : 26658 (python) S 26649 26651 25311 0 -1 4202560 27 936 0 0 0 0 0 0 18 0 9 0 668769122 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
[pid=26651/tid=26661] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26661/stat : 26661 (python) S 26649 26651 25311 0 -1 4202560 21 936 0 0 0 0 0 0 20 0 9 0 668769125 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
[pid=26651/tid=26664] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26664/stat : 26664 (python) S 26649 26651 25311 0 -1 4202560 24 936 0 0 0 0 0 0 22 0 9 0 668769129 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
[pid=26651/tid=26667] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26667/stat : 26667 (python) S 26649 26651 25311 0 -1 4202560 22 936 0 0 0 0 0 0 24 0 9 0 668769132 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 4 0 0 0
[pid=26651/tid=26670] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26670/stat : 26670 (python) S 26649 26651 25311 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 9 0 668769135 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 6 0 0 0
[pid=26651/tid=26673] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26673/stat : 26673 (python) S 26649 26651 25311 0 -1 4202560 22 936 0 0 0 0 0 0 25 0 9 0 668769138 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
[pid=26651/tid=26675] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26675/stat : 26675 (python) S 26649 26651 25311 0 -1 4202560 28 936 0 0 0 0 0 0 25 0 9 0 668769142 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
[pid=26651/tid=26678] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26678/stat : 26678 (python) S 26649 26651 25311 0 -1 4202560 28 936 0 0 0 0 0 0 25 0 9 0 668769145 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 189.23
Current children cumulated vsize (KiB) 4376440

[startup+28.7018 s]
/proc/loadavg: 10.08 10.19 10.33 12/427 26681
/proc/meminfo: memFree=7151140/32950928 swapFree=64721852/67111528
[pid=26651] ppid=26649 vsize=361252 CPUtime=0.67 cores=0-7
/proc/26651/stat : 26651 (python) S 26649 26651 25311 0 -1 4202496 15777 936 1 0 57 10 0 0 25 0 9 0 668769049 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26651/statm: 90313 7285 1889 364 0 26210 0
[pid=26657] ppid=26651 vsize=278472 CPUtime=0.07 cores=0-7
/proc/26657/stat : 26657 (python) S 26651 26651 25311 0 -1 4202560 909 0 0 0 3 4 0 0 18 0 1 0 668769122 285155328 5576 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718287 0 0 16781312 514 3482689886840914177 0 0 17 7 0 0 0
/proc/26657/statm: 69618 5576 377 364 0 5536 0
[pid=26659] ppid=26657 vsize=1017800 CPUtime=14.14 cores=0-7
/proc/26659/stat : 26659 (gnovelty+2) R 26657 26659 26659 0 -1 4202496 431 0 0 0 1414 0 0 0 25 0 1 0 668769122 1042227200 169 33554432000 134512640 135663704 4290490640 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26659/statm: 254450 169 113 282 0 254166 0
[pid=26660] ppid=26651 vsize=289304 CPUtime=0.1 cores=0-7
/proc/26660/stat : 26660 (python) S 26651 26651 25311 0 -1 4202560 938 0 0 0 6 4 0 0 15 0 1 0 668769125 296247296 5707 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 18253832563887931654 0 0 17 7 0 0 0
/proc/26660/statm: 72326 5707 371 364 0 8241 0
[pid=26662] ppid=26660 vsize=4044 CPUtime=27.38 cores=0-7
/proc/26662/stat : 26662 (march_hi) R 26660 26662 26662 0 -1 4202496 1064 0 0 0 2738 0 0 0 25 0 1 0 668769126 4141056 800 33554432000 4194304 4955518 140733262873488 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26662/statm: 1011 800 104 186 0 824 0
[pid=26663] ppid=26651 vsize=299188 CPUtime=0.57 cores=0-7
/proc/26663/stat : 26663 (python) R 26651 26651 25311 0 -1 4202560 920 0 0 0 45 12 0 0 16 0 1 0 668769128 306368512 5615 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101528383 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/26663/statm: 74797 5615 371 364 0 10709 0
[pid=26665] ppid=26663 vsize=0 CPUtime=27.39 cores=0-7
/proc/26665/stat : 26665 (march_hi) R 26663 26665 26665 0 -1 4202500 1067 0 0 0 2739 0 0 0 25 0 1 0 668769129 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/26665/statm: 0 0 0 0 0 0 0
[pid=26666] ppid=26651 vsize=309984 CPUtime=0.3 cores=0-7
/proc/26666/stat : 26666 (python) R 26651 26651 25311 0 -1 4202560 927 0 0 0 23 7 0 0 16 0 1 0 668769132 317423616 5740 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101528383 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/26666/statm: 77496 5740 371 364 0 13405 0
[pid=26668] ppid=26666 vsize=0 CPUtime=27.48 cores=0-7
/proc/26668/stat : 26668 (march_hi) R 26666 26668 26668 0 -1 4202500 1067 0 0 0 2748 0 0 0 25 0 1 0 668769132 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26668/statm: 0 0 0 0 0 0 0
[pid=26669] ppid=26651 vsize=320240 CPUtime=0.27 cores=0-7
/proc/26669/stat : 26669 (python) R 26651 26651 25311 0 -1 4202560 933 0 0 0 20 7 0 0 16 0 1 0 668769135 327925760 5745 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/26669/statm: 80060 5745 372 364 0 15966 0
[pid=26671] ppid=26669 vsize=0 CPUtime=27.52 cores=0-7
/proc/26671/stat : 26671 (march_hi) R 26669 26671 26671 0 -1 4202500 1068 0 0 0 2752 0 0 0 25 0 1 0 668769135 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/26671/statm: 0 0 0 0 0 0 0
[pid=26672] ppid=26651 vsize=330496 CPUtime=0.07 cores=0-7
/proc/26672/stat : 26672 (python) S 26651 26651 25311 0 -1 4202560 936 0 0 0 4 3 0 0 18 0 1 0 668769138 338427904 5748 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 3482689886840914181 0 0 17 1 0 0 0
/proc/26672/statm: 82624 5748 371 364 0 18527 0
[pid=26680] ppid=26672 vsize=454912 CPUtime=27.32 cores=0-7
/proc/26680/stat : 26680 (TNM) R 26672 26680 26680 0 -1 4202496 423 0 0 0 2732 0 0 0 25 0 1 0 668769150 465829888 161 33554432000 134512640 135008748 4291814480 18446744073709551615 134529292 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26680/statm: 113728 161 46 122 0 112628 0
[pid=26674] ppid=26651 vsize=340752 CPUtime=0.1 cores=0-7
/proc/26674/stat : 26674 (python) S 26651 26651 25311 0 -1 4202560 957 0 0 0 5 5 0 0 15 0 1 0 668769141 348930048 5752 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 3046935840862208261 0 0 17 2 0 0 0
/proc/26674/statm: 85188 5752 371 364 0 21088 0
[pid=26676] ppid=26674 vsize=2812 CPUtime=13.81 cores=0-7
/proc/26676/stat : 26676 (march_hi) R 26674 26676 26676 0 -1 4202496 775 0 0 0 1381 0 0 0 25 0 1 0 668769144 2879488 509 33554432000 4194304 4955518 140736289162752 18446744073709551615 4224642 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26676/statm: 703 509 104 186 0 516 0
[pid=26677] ppid=26651 vsize=351008 CPUtime=0.11 cores=0-7
/proc/26677/stat : 26677 (python) S 26651 26651 25311 0 -1 4202560 992 0 0 0 6 5 0 0 15 0 1 0 668769145 359432192 5769 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718342 0 0 16781312 514 5607387848572371204 0 0 17 2 0 0 0
/proc/26677/statm: 87752 5769 377 364 0 23649 0
[pid=26679] ppid=26677 vsize=4044 CPUtime=27.51 cores=0-7
/proc/26679/stat : 26679 (march_hi) R 26677 26679 26679 0 -1 4202496 1074 0 0 0 2751 0 0 0 25 0 1 0 668769145 4141056 803 33554432000 4194304 4955518 140734119959584 18446744073709551615 4295464 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26679/statm: 1011 803 104 186 0 824 0
[pid=26651/tid=26658] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26658/stat : 26658 (python) S 26649 26651 25311 0 -1 4202560 27 936 0 0 0 0 0 0 18 0 9 0 668769122 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
[pid=26651/tid=26661] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26661/stat : 26661 (python) S 26649 26651 25311 0 -1 4202560 21 936 0 0 0 0 0 0 20 0 9 0 668769125 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
[pid=26651/tid=26664] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26664/stat : 26664 (python) S 26649 26651 25311 0 -1 4202560 24 936 0 0 0 0 0 0 22 0 9 0 668769129 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
[pid=26651/tid=26667] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26667/stat : 26667 (python) S 26649 26651 25311 0 -1 4202560 22 936 0 0 0 0 0 0 24 0 9 0 668769132 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 4 0 0 0
[pid=26651/tid=26670] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26670/stat : 26670 (python) S 26649 26651 25311 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 9 0 668769135 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 6 0 0 0
[pid=26651/tid=26673] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26673/stat : 26673 (python) S 26649 26651 25311 0 -1 4202560 22 936 0 0 0 0 0 0 25 0 9 0 668769138 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
[pid=26651/tid=26675] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26675/stat : 26675 (python) S 26649 26651 25311 0 -1 4202560 28 936 0 0 0 0 0 0 25 0 9 0 668769142 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
[pid=26651/tid=26678] ppid=26649 vsize=361252 CPUtime=0 cores=0-7
/proc/26651/task/26678/stat : 26678 (python) S 26649 26651 25311 0 -1 4202560 28 936 0 0 0 0 0 0 25 0 9 0 668769145 369922048 7285 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 194.81
Current children cumulated vsize (KiB) 4364308

[startup+29.1018 s]
/proc/loadavg: 10.08 10.19 10.33 12/427 26681
/proc/meminfo: memFree=7151140/32950928 swapFree=64721852/67111528
[pid=26651] ppid=26649 vsize=361252 CPUtime=56.5 cores=0-7
/proc/26651/stat : 26651 (python) S 26649 26651 25311 0 -1 4202496 15820 4462 1 0 57 10 5569 14 17 0 9 0 668769049 369922048 7286 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101528383 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26651/statm: 90313 7286 1890 364 0 26210 0
[pid=26657] ppid=26651 vsize=278472 CPUtime=0.09 cores=0-7
/proc/26657/stat : 26657 (python) S 26651 26651 25311 0 -1 4202560 910 0 0 0 4 5 0 0 18 0 1 0 668769122 285155328 5576 33554432000 4194304 5683644 140735375531696 18446744073709551615 248089718287 0 0 16781312 514 3482689886840914177 0 0 17 7 0 0 0
/proc/26657/statm: 69618 5576 377 364 0 5536 0
[pid=26659] ppid=26657 vsize=1017800 CPUtime=14.34 cores=0-7
/proc/26659/stat : 26659 (gnovelty+2) R 26657 26659 26659 0 -1 4202496 431 0 0 0 1434 0 0 0 25 0 1 0 668769122 1042227200 169 33554432000 134512640 135663704 4290490640 18446744073709551615 134544252 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26659/statm: 254450 169 113 282 0 254166 0
[pid=26660] ppid=26651 vsize=0 CPUtime=27.85 cores=0-7
/proc/26660/stat : 26660 (python) Z 26651 26651 25311 0 -1 4202588 1164 1068 0 0 21 5 2759 0 17 0 1 0 668769125 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26660/statm: 0 0 0 0 0 0 0
[pid=26663] ppid=26651 vsize=0 CPUtime=28.36 cores=0-7
/proc/26663/stat : 26663 (python) Z 26651 26651 25311 0 -1 4202588 1149 1067 0 0 80 17 2739 0 17 0 1 0 668769128 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26663/statm: 0 0 0 0 0 0 0
[pid=26666] ppid=26651 vsize=309984 CPUtime=28.18 cores=0-7
/proc/26666/stat : 26666 (python) R 26651 26651 25311 0 -1 4202560 1142 1067 0 0 58 12 2748 0 17 0 2 0 668769132 317423616 5771 33554432000 4194304 5683644 140735375531696 18446744073709551615 5298066 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26666/statm: 77496 5771 401 364 0 13405 0
[pid=26669] ppid=26651 vsize=320240 CPUtime=28.19 cores=0-7
/proc/26669/stat : 26669 (python) S 26651 26651 25311 0 -1 4202560 1130 1068 0 0 55 12 2752 0 17 0 2 0 668769135 327925760 5770 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26669/statm: 80060 5772 399 364 0 15966 0
[pid=26674] ppid=26651 vsize=340752 CPUtime=0.1 cores=0-7
/proc/26674/stat : 26674 (python) S 26651 26651 25311 0 -1 4202560 975 0 0 0 5 5 0 0 15 0 1 0 668769141 348930048 5757 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101528383 0 0 16781824 2 18446744071562232103 0 0 17 2 0 0 0
/proc/26674/statm: 85188 5757 376 364 0 21088 0
[pid=26676] ppid=26674 vsize=0 CPUtime=14.01 cores=0-7
/proc/26676/stat : 26676 (march_hi) R 26674 26676 26676 0 -1 4203524 779 0 0 0 1401 0 0 0 25 0 1 0 668769144 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/26676/statm: 0 0 0 0 0 0 0
[pid=26651/tid=26658] ppid=26649 vsize=361252 CPUtime=55.83 cores=0-7
/proc/26651/task/26658/stat : 26658 (python) S 26649 26651 25311 0 -1 4202560 27 4462 0 0 0 0 5569 14 18 0 9 0 668769122 369922048 7286 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
[pid=26651/tid=26661] ppid=26649 vsize=361252 CPUtime=55.83 cores=0-7
/proc/26651/task/26661/stat : 26661 (python) S 26649 26651 25311 0 -1 4202560 21 4462 0 0 0 0 5569 14 20 0 9 0 668769125 369922048 7286 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
[pid=26651/tid=26664] ppid=26649 vsize=361252 CPUtime=55.83 cores=0-7
/proc/26651/task/26664/stat : 26664 (python) S 26649 26651 25311 0 -1 4202560 24 4462 0 0 0 0 5569 14 22 0 9 0 668769129 369922048 7286 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
[pid=26651/tid=26667] ppid=26649 vsize=361252 CPUtime=55.83 cores=0-7
/proc/26651/task/26667/stat : 26667 (python) S 26649 26651 25311 0 -1 4202560 22 4462 0 0 0 0 5569 14 24 0 9 0 668769132 369922048 7286 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 4 0 0 0
[pid=26651/tid=26670] ppid=26649 vsize=361252 CPUtime=55.83 cores=0-7
/proc/26651/task/26670/stat : 26670 (python) S 26649 26651 25311 0 -1 4202560 27 4462 0 0 0 0 5569 14 25 0 9 0 668769135 369922048 7286 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 6 0 0 0
[pid=26651/tid=26673] ppid=26649 vsize=361252 CPUtime=55.83 cores=0-7
/proc/26651/task/26673/stat : 26673 (python) S 26649 26651 25311 0 -1 4202560 22 4462 0 0 0 0 5569 14 25 0 9 0 668769138 369922048 7286 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
[pid=26651/tid=26675] ppid=26649 vsize=361252 CPUtime=55.83 cores=0-7
/proc/26651/task/26675/stat : 26675 (python) S 26649 26651 25311 0 -1 4202560 28 4462 0 0 0 0 5569 14 25 0 9 0 668769142 369922048 7286 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
[pid=26651/tid=26678] ppid=26649 vsize=361252 CPUtime=55.83 cores=0-7
/proc/26651/task/26678/stat : 26678 (python) S 26649 26651 25311 0 -1 4202560 28 4462 0 0 0 0 5569 14 25 0 9 0 668769145 369922048 7286 33554432000 4194304 5683644 140735375531696 18446744073709551615 248101521841 0 0 16781312 2 18446604453739637696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 197.62
Current children cumulated vsize (KiB) 2628500

Child status: 0
Real time (s): 29.1278
CPU time (s): 197.805
CPU user time (s): 196.919
CPU system time (s): 0.885865
CPU usage (%): 679.093
Max. virtual memory (cumulated for all children) (KiB): 4376440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 196.919
system time used= 0.885865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36722
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= 6352
involuntary context switches= 4492

runsolver used 0.124981 second user time and 0.264959 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-16 20:48:12
IDJOB=3385645
IDBENCH=82910
IDSOLVER=1870
FILE ID=node123/3385645-1305571692
RUNJOBID= node123-1305564964-25325
PBS_JOBID= 13350127
Free space on /tmp= 73260 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S895193371-061.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-3385645-1305571692/watcher-3385645-1305571692 -o /tmp/evaluation-result-3385645-1305571692/solver-3385645-1305571692 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385645-1305571692.cnf -seed 1918626126 -budget 40000 -cores 8

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

MD5SUM BENCH= 737aa440f80cd8be0050a0f138c79eb6
RANDOM SEED=1918626126

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7218656 kB
Buffers:        342252 kB
Cached:        4864892 kB
SwapCached:      10524 kB
Active:       22009348 kB
Inactive:      3398620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7218656 kB
SwapTotal:    67111528 kB
SwapFree:     64721852 kB
Dirty:           31980 kB
Writeback:           0 kB
AnonPages:    20199456 kB
Mapped:          29516 kB
Slab:           184008 kB
PageTables:      70740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 106552664 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= 73228 MiB
End job on node123 at 2011-05-16 20:48:42