Trace number 3385791

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 2264.57 409.334

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1741857700-014.UNKNOWN.cnf
MD5SUM68bf08be908d1e2b9826bc30706a7365
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark348.401
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
Number of clauses of size over 50

Solver Data

0.36/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.65	c INFO: solving HOME/instance-3385791-1305575157.cnf
0.36/0.65	c INFO: computing task features
0.36/0.66	c INFO: computed variable-clause graph statistics
0.36/0.66	c INFO: computed clause balance statistics
0.44/0.71	c INFO: computed variable balance statistics
0.44/0.74	c INFO: computed small-clause counts
0.44/0.74	c INFO: computed Horn-clause counts
0.44/0.74	c INFO: computed variable graph statistics
0.44/0.74	c INFO: collected features for HOME/instance-3385791-1305575157.cnf in 0.09 s
0.44/0.77	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.62)
0.55/0.80	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.19)
0.55/0.84	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.55/0.87	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.29)
0.64/0.90	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.26)
0.64/0.94	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.27)
0.64/0.97	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.24)
0.74/1.01	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.21)
1080.82/196.94	c INFO: running march_hi@0 for 97 with 4803 remaining (b = 0.05)
1083.79/197.47	c INFO: running march_hi@0 for 485 with 4803 remaining (b = 0.18)
1084.33/197.59	c INFO: running kcnfs-2006@0 for 582 with 4803 remaining (b = 0.19)
1893.97/337.84	c INFO: running march_hi@97 for 97 with 4662 remaining (b = 0.04)
2263.94/409.31	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-3385791-1305575157/watcher-3385791-1305575157 -o /tmp/evaluation-result-3385791-1305575157/solver-3385791-1305575157 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385791-1305575157.cnf -seed 624858118 -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: 12.16 11.86 11.22 5/484 7291
/proc/meminfo: memFree=21306576/32950928 swapFree=67056568/67111528
[pid=7291] ppid=7289 vsize=15380 CPUtime=0 cores=0-7
/proc/7291/stat : 7291 (python) S 7289 7291 5798 0 -1 4202496 818 0 0 0 0 0 0 0 17 0 1 0 669112821 15749120 704 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/7291/statm: 3845 704 334 364 0 332 0

[startup+0.106199 s]
/proc/loadavg: 12.16 11.86 11.22 5/484 7291
/proc/meminfo: memFree=21306576/32950928 swapFree=67056568/67111528
[pid=7291] ppid=7289 vsize=94168 CPUtime=0.07 cores=0-7
/proc/7291/stat : 7291 (python) S 7289 7291 5798 0 -1 4202496 2762 0 0 0 5 2 0 0 17 0 1 0 669112821 96428032 2473 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476690789 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/7291/statm: 23542 2473 764 364 0 1674 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 94168

[startup+0.200169 s]
/proc/loadavg: 12.16 11.86 11.22 5/484 7291
/proc/meminfo: memFree=21306576/32950928 swapFree=67056568/67111528
[pid=7291] ppid=7289 vsize=124232 CPUtime=0.13 cores=0-7
/proc/7291/stat : 7291 (python) R 7289 7291 5798 0 -1 4202496 4263 0 1 0 10 3 0 0 17 0 1 0 669112821 127213568 3872 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476692992 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/7291/statm: 31058 3872 996 364 0 2869 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 124232

[startup+0.301149 s]
/proc/loadavg: 12.16 11.86 11.22 5/484 7291
/proc/meminfo: memFree=21306576/32950928 swapFree=67056568/67111528
[pid=7291] ppid=7289 vsize=135748 CPUtime=0.18 cores=0-7
/proc/7291/stat : 7291 (python) S 7289 7291 5798 0 -1 4202496 5963 931 1 0 14 4 0 0 18 0 1 0 669112821 139005952 4151 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476690949 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/7291/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.701083 s]
/proc/loadavg: 12.16 11.86 11.22 5/484 7291
/proc/meminfo: memFree=21306576/32950928 swapFree=67056568/67111528
[pid=7291] ppid=7289 vsize=278428 CPUtime=0.44 cores=0-7
/proc/7291/stat : 7291 (python) R 7289 7291 5798 0 -1 4202496 9330 931 1 0 35 9 0 0 17 0 1 0 669112821 285110272 7000 33554432000 4194304 5683644 140735633403440 18446744073709551615 47184975206124 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/7291/statm: 69607 7000 1826 364 0 5531 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 278428

[startup+1.50086 s]
/proc/loadavg: 12.16 11.86 11.22 17/509 7320
/proc/meminfo: memFree=21250320/32950928 swapFree=67056568/67111528
[pid=7291] ppid=7289 vsize=361188 CPUtime=0.75 cores=0-7
/proc/7291/stat : 7291 (python) S 7289 7291 5798 0 -1 4202496 15609 931 1 0 64 11 0 0 25 0 9 0 669112821 369856512 7262 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7291/statm: 90297 7262 1889 364 0 26194 0
[pid=7297] ppid=7291 vsize=278452 CPUtime=0 cores=0-7
/proc/7297/stat : 7297 (python) S 7291 7291 5798 0 -1 4202560 740 0 0 0 0 0 0 0 19 0 1 0 669112899 285134848 5552 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715023 0 0 16781312 514 11167472151412342783 0 0 17 1 0 0 0
/proc/7297/statm: 69613 5552 354 364 0 5531 0
[pid=7299] ppid=7297 vsize=1017800 CPUtime=0.5 cores=0-7
/proc/7299/stat : 7299 (gnovelty+2) R 7297 7299 7299 0 -1 4202496 432 0 0 0 50 0 0 0 22 0 1 0 669112899 1042227200 171 33554432000 134512640 135663704 4288498464 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/7299/statm: 254450 171 113 282 0 254166 0
[pid=7300] ppid=7291 vsize=289276 CPUtime=0 cores=0-7
/proc/7300/stat : 7300 (python) S 7291 7291 5798 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 669112902 296218624 5676 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 3003566704216211715 0 0 17 1 0 0 0
/proc/7300/statm: 72319 5676 348 364 0 8234 0
[pid=7302] ppid=7300 vsize=1560 CPUtime=0.68 cores=0-7
/proc/7302/stat : 7302 (march_hi) R 7300 7302 7302 0 -1 4202496 501 0 0 0 68 0 0 0 22 0 1 0 669112902 1597440 239 33554432000 4194304 4955518 140736079530880 18446744073709551615 4224855 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7302/statm: 390 239 106 186 0 203 0
[pid=7303] ppid=7291 vsize=299532 CPUtime=0 cores=0-7
/proc/7303/stat : 7303 (python) S 7291 7291 5798 0 -1 4202560 748 0 0 0 0 0 0 0 21 0 1 0 669112905 306720768 5680 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 4884298935713136639 0 0 17 0 0 0 0
/proc/7303/statm: 74883 5680 348 364 0 10795 0
[pid=7305] ppid=7303 vsize=1017800 CPUtime=0.41 cores=0-7
/proc/7305/stat : 7305 (gnovelty+2) R 7303 7305 7305 0 -1 4202496 433 0 0 0 41 0 0 0 25 0 1 0 669112905 1042227200 172 33554432000 134512640 135663704 4286902800 18446744073709551615 134525292 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7305/statm: 254450 172 113 282 0 254166 0
[pid=7306] ppid=7291 vsize=309920 CPUtime=0 cores=0-7
/proc/7306/stat : 7306 (python) S 7291 7291 5798 0 -1 4202560 759 0 0 0 0 0 0 0 18 0 1 0 669112908 317358080 5701 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 5607402614669934849 0 0 17 3 0 0 0
/proc/7306/statm: 77480 5701 348 364 0 13389 0
[pid=7308] ppid=7306 vsize=1560 CPUtime=0.32 cores=0-7
/proc/7308/stat : 7308 (march_hi) R 7306 7308 7308 0 -1 4202496 502 0 0 0 32 0 0 0 25 0 1 0 669112911 1597440 240 33554432000 4194304 4955518 140733898049648 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7308/statm: 390 240 106 186 0 203 0
[pid=7309] ppid=7291 vsize=320176 CPUtime=0 cores=0-7
/proc/7309/stat : 7309 (python) S 7291 7291 5798 0 -1 4202560 769 0 0 0 0 0 0 0 21 0 1 0 669112912 327860224 5705 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 4095544478318690564 0 0 17 4 0 0 0
/proc/7309/statm: 80044 5705 348 364 0 15950 0
[pid=7311] ppid=7309 vsize=1560 CPUtime=0.5 cores=0-7
/proc/7311/stat : 7311 (march_hi) R 7309 7311 7311 0 -1 4202496 504 0 0 0 50 0 0 0 25 0 1 0 669112914 1597440 240 33554432000 4194304 4955518 140735738627952 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7311/statm: 390 240 106 186 0 203 0
[pid=7312] ppid=7291 vsize=329992 CPUtime=0 cores=0-7
/proc/7312/stat : 7312 (python) S 7291 7291 5798 0 -1 4202560 766 0 0 0 0 0 0 0 22 0 1 0 669112915 337911808 5617 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 15236455997921788164 0 0 17 4 0 0 0
/proc/7312/statm: 82498 5617 348 364 0 18401 0
[pid=7314] ppid=7312 vsize=1560 CPUtime=0.21 cores=0-7
/proc/7314/stat : 7314 (march_hi) R 7312 7314 7314 0 -1 4202496 504 0 0 0 21 0 0 0 25 0 1 0 669112918 1597440 240 33554432000 4194304 4955518 140733338828064 18446744073709551615 4315411 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7314/statm: 390 240 106 186 0 203 0
[pid=7315] ppid=7291 vsize=340688 CPUtime=0 cores=0-7
/proc/7315/stat : 7315 (python) S 7291 7291 5798 0 -1 4202560 790 0 0 0 0 0 0 0 22 0 1 0 669112919 348864512 5713 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 1184776559781708034 0 0 17 0 0 0 0
/proc/7315/statm: 85172 5713 348 364 0 21072 0
[pid=7319] ppid=7315 vsize=1560 CPUtime=0.21 cores=0-7
/proc/7319/stat : 7319 (march_hi) R 7315 7319 7319 0 -1 4202496 505 0 0 0 21 0 0 0 25 0 1 0 669112922 1597440 240 33554432000 4194304 4955518 140737210139632 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7319/statm: 390 240 106 186 0 203 0
[pid=7317] ppid=7291 vsize=350944 CPUtime=0 cores=0-7
/proc/7317/stat : 7317 (python) S 7291 7291 5798 0 -1 4202560 813 0 0 0 0 0 0 0 22 0 1 0 669112922 359366656 5723 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 10577477785360498947 0 0 17 5 0 0 0
/proc/7317/statm: 87736 5723 354 364 0 23633 0
[pid=7320] ppid=7317 vsize=1560 CPUtime=0.19 cores=0-7
/proc/7320/stat : 7320 (march_hi) R 7317 7320 7320 0 -1 4202496 511 0 0 0 19 0 0 0 25 0 1 0 669112926 1597440 240 33554432000 4194304 4955518 140737116508288 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/7320/statm: 390 240 106 186 0 203 0
[pid=7291/tid=7298] ppid=7289 vsize=361188 CPUtime=0 cores=0-7
/proc/7291/task/7298/stat : 7298 (python) S 7289 7291 5798 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 9 0 669112899 369856512 7262 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 0 0 0 0
[pid=7291/tid=7301] ppid=7289 vsize=361188 CPUtime=0 cores=0-7
/proc/7291/task/7301/stat : 7301 (python) S 7289 7291 5798 0 -1 4202560 19 931 0 0 0 0 0 0 20 0 9 0 669112902 369856512 7262 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=7291/tid=7304] ppid=7289 vsize=361188 CPUtime=0 cores=0-7
/proc/7291/task/7304/stat : 7304 (python) S 7289 7291 5798 0 -1 4202560 23 931 0 0 0 0 0 0 22 0 9 0 669112905 369856512 7262 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 0 0 0 0
[pid=7291/tid=7307] ppid=7289 vsize=361188 CPUtime=0 cores=0-7
/proc/7291/task/7307/stat : 7307 (python) S 7289 7291 5798 0 -1 4202560 22 931 0 0 0 0 0 0 24 0 9 0 669112908 369856512 7262 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=7291/tid=7310] ppid=7289 vsize=361188 CPUtime=0 cores=0-7
/proc/7291/task/7310/stat : 7310 (python) S 7289 7291 5798 0 -1 4202560 25 931 0 0 0 0 0 0 25 0 9 0 669112912 369856512 7262 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=7291/tid=7313] ppid=7289 vsize=361188 CPUtime=0 cores=0-7
/proc/7291/task/7313/stat : 7313 (python) S 7289 7291 5798 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 9 0 669112915 369856512 7262 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=7291/tid=7316] ppid=7289 vsize=361188 CPUtime=0 cores=0-7
/proc/7291/task/7316/stat : 7316 (python) S 7289 7291 5798 0 -1 4202560 35 931 0 0 0 0 0 0 25 0 9 0 669112919 369856512 7262 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=7291/tid=7318] ppid=7289 vsize=361188 CPUtime=0 cores=0-7
/proc/7291/task/7318/stat : 7318 (python) S 7289 7291 5798 0 -1 4202560 23 931 0 0 0 0 0 0 25 0 9 0 669112922 369856512 7262 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 4925128

[startup+3.10155 s]
/proc/loadavg: 12.15 11.86 11.23 13/509 7320
/proc/meminfo: memFree=21249452/32950928 swapFree=67056568/67111528
[pid=7291] ppid=7289 vsize=361188 CPUtime=0.75 cores=0-7
/proc/7291/stat : 7291 (python) S 7289 7291 5798 0 -1 4202496 15609 931 1 0 64 11 0 0 25 0 9 0 669112821 369856512 7262 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7291/statm: 90297 7262 1889 364 0 26194 0
[pid=7297] ppid=7291 vsize=278452 CPUtime=0 cores=0-7
/proc/7297/stat : 7297 (python) S 7291 7291 5798 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 669112899 285134848 5552 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715023 0 0 16781312 514 11167472151412310274 0 0 17 1 0 0 0
/proc/7297/statm: 69613 5552 354 364 0 5531 0
[pid=7299] ppid=7297 vsize=1017800 CPUtime=1.36 cores=0-7
/proc/7299/stat : 7299 (gnovelty+2) R 7297 7299 7299 0 -1 4202496 432 0 0 0 136 0 0 0 25 0 1 0 669112899 1042227200 171 33554432000 134512640 135663704 4288498464 18446744073709551615 134524566 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/7299/statm: 254450 171 113 282 0 254166 0
[pid=7300] ppid=7291 vsize=289276 CPUtime=0 cores=0-7
/proc/7300/stat : 7300 (python) S 7291 7291 5798 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 669112902 296218624 5676 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 3003566704216211715 0 0 17 1 0 0 0
/proc/7300/statm: 72319 5676 348 364 0 8234 0
[pid=7302] ppid=7300 vsize=1560 CPUtime=2.28 cores=0-7
/proc/7302/stat : 7302 (march_hi) R 7300 7302 7302 0 -1 4202496 506 0 0 0 228 0 0 0 25 0 1 0 669112902 1597440 244 33554432000 4194304 4955518 140736079530880 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7302/statm: 390 244 106 186 0 203 0
[pid=7303] ppid=7291 vsize=299532 CPUtime=0 cores=0-7
/proc/7303/stat : 7303 (python) S 7291 7291 5798 0 -1 4202560 748 0 0 0 0 0 0 0 18 0 1 0 669112905 306720768 5680 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 4884298935713104130 0 0 17 0 0 0 0
/proc/7303/statm: 74883 5680 348 364 0 10795 0
[pid=7305] ppid=7303 vsize=1017800 CPUtime=1.21 cores=0-7
/proc/7305/stat : 7305 (gnovelty+2) R 7303 7305 7305 0 -1 4202496 433 0 0 0 121 0 0 0 25 0 1 0 669112905 1042227200 172 33554432000 134512640 135663704 4286902800 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7305/statm: 254450 172 113 282 0 254166 0
[pid=7306] ppid=7291 vsize=309920 CPUtime=0 cores=0-7
/proc/7306/stat : 7306 (python) S 7291 7291 5798 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 669112908 317358080 5701 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 2376818688104825089 0 0 17 3 0 0 0
/proc/7306/statm: 77480 5701 348 364 0 13389 0
[pid=7308] ppid=7306 vsize=1560 CPUtime=1.12 cores=0-7
/proc/7308/stat : 7308 (march_hi) R 7306 7308 7308 0 -1 4202496 502 0 0 0 112 0 0 0 25 0 1 0 669112911 1597440 240 33554432000 4194304 4955518 140733898049648 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7308/statm: 390 240 106 186 0 203 0
[pid=7309] ppid=7291 vsize=320176 CPUtime=0 cores=0-7
/proc/7309/stat : 7309 (python) S 7291 7291 5798 0 -1 4202560 774 0 0 0 0 0 0 0 15 0 1 0 669112912 327860224 5705 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 4095544478318690564 0 0 17 4 0 0 0
/proc/7309/statm: 80044 5705 348 364 0 15950 0
[pid=7311] ppid=7309 vsize=1560 CPUtime=2.1 cores=0-7
/proc/7311/stat : 7311 (march_hi) R 7309 7311 7311 0 -1 4202496 508 0 0 0 210 0 0 0 25 0 1 0 669112914 1597440 244 33554432000 4194304 4955518 140735738627952 18446744073709551615 4208714 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7311/statm: 390 244 106 186 0 203 0
[pid=7312] ppid=7291 vsize=329992 CPUtime=0 cores=0-7
/proc/7312/stat : 7312 (python) S 7291 7291 5798 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 669112915 337911808 5617 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 15236455997921788164 0 0 17 4 0 0 0
/proc/7312/statm: 82498 5617 348 364 0 18401 0
[pid=7314] ppid=7312 vsize=1560 CPUtime=1.01 cores=0-7
/proc/7314/stat : 7314 (march_hi) R 7312 7314 7314 0 -1 4202496 504 0 0 0 101 0 0 0 25 0 1 0 669112918 1597440 240 33554432000 4194304 4955518 140733338828064 18446744073709551615 4237892 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7314/statm: 390 240 106 186 0 203 0
[pid=7315] ppid=7291 vsize=340688 CPUtime=0 cores=0-7
/proc/7315/stat : 7315 (python) S 7291 7291 5798 0 -1 4202560 795 0 0 0 0 0 0 0 15 0 1 0 669112919 348864512 5713 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 1184776559781708034 0 0 17 0 0 0 0
/proc/7315/statm: 85172 5713 348 364 0 21072 0
[pid=7319] ppid=7315 vsize=1560 CPUtime=1.01 cores=0-7
/proc/7319/stat : 7319 (march_hi) R 7315 7319 7319 0 -1 4202496 505 0 0 0 101 0 0 0 25 0 1 0 669112922 1597440 240 33554432000 4194304 4955518 140737210139632 18446744073709551615 4413776 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7319/statm: 390 240 106 186 0 203 0
[pid=7317] ppid=7291 vsize=350944 CPUtime=0 cores=0-7
/proc/7317/stat : 7317 (python) S 7291 7291 5798 0 -1 4202560 815 0 0 0 0 0 0 0 15 0 1 0 669112922 359366656 5723 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 10577477785360498947 0 0 17 5 0 0 0
/proc/7317/statm: 87736 5723 354 364 0 23633 0
[pid=7320] ppid=7317 vsize=1560 CPUtime=0.92 cores=0-7
/proc/7320/stat : 7320 (march_hi) R 7317 7320 7320 0 -1 4202496 511 0 0 0 92 0 0 0 25 0 1 0 669112926 1597440 240 33554432000 4194304 4955518 140737116508288 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/7320/statm: 390 240 106 186 0 203 0
[pid=7291/tid=7298] ppid=7289 vsize=361188 CPUtime=0 cores=0-7
/proc/7291/task/7298/stat : 7298 (python) S 7289 7291 5798 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 9 0 669112899 369856512 7262 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 0 0 0 0
[pid=7291/tid=7301] ppid=7289 vsize=361188 CPUtime=0 cores=0-7
/proc/7291/task/7301/stat : 7301 (python) S 7289 7291 5798 0 -1 4202560 19 931 0 0 0 0 0 0 20 0 9 0 669112902 369856512 7262 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=7291/tid=7304] ppid=7289 vsize=361188 CPUtime=0 cores=0-7
/proc/7291/task/7304/stat : 7304 (python) S 7289 7291 5798 0 -1 4202560 23 931 0 0 0 0 0 0 22 0 9 0 669112905 369856512 7262 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 0 0 0 0
[pid=7291/tid=7307] ppid=7289 vsize=361188 CPUtime=0 cores=0-7
/proc/7291/task/7307/stat : 7307 (python) S 7289 7291 5798 0 -1 4202560 22 931 0 0 0 0 0 0 24 0 9 0 669112908 369856512 7262 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=7291/tid=7310] ppid=7289 vsize=361188 CPUtime=0 cores=0-7

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

/proc/7305/statm: 254450 172 113 282 0 254166 0
[pid=7303/tid=7332] ppid=7291 vsize=299532 CPUtime=0 cores=0-7
/proc/7303/task/7332/stat : 7332 (python) S 7291 7291 5798 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 669132577 306720768 5733 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 514 18446604445459973120 0 0 -1 0 0 0 0
[pid=7306] ppid=7291 vsize=309920 CPUtime=3.8 cores=0-7
/proc/7306/stat : 7306 (python) R 7291 7291 5798 0 -1 4202560 1027 0 0 0 271 109 0 0 18 0 1 0 669112908 317358080 5724 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488525119 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/7306/statm: 77480 5724 371 364 0 13389 0
[pid=7308] ppid=7306 vsize=0 CPUtime=355.92 cores=0-7
/proc/7308/stat : 7308 (march_hi) R 7306 7308 7308 0 -1 4202500 4820 0 0 0 35591 1 0 0 25 0 1 0 669112911 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/7308/statm: 0 0 0 0 0 0 0
[pid=7309] ppid=7291 vsize=320176 CPUtime=1.66 cores=0-7
/proc/7309/stat : 7309 (python) S 7291 7291 5798 0 -1 4202560 1018 0 0 0 88 78 0 0 15 0 1 0 669112912 327860224 5728 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 4095544478318690564 0 0 17 4 0 0 0
/proc/7309/statm: 80044 5728 371 364 0 15950 0
[pid=7311] ppid=7309 vsize=19532 CPUtime=288.22 cores=0-7
/proc/7311/stat : 7311 (march_hi) R 7309 7311 7311 0 -1 4202496 3582 0 0 0 28821 1 0 0 25 0 1 0 669112914 20000768 3318 33554432000 4194304 4955518 140735738627952 18446744073709551615 4237772 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7311/statm: 4883 3318 106 186 0 4696 0
[pid=7312] ppid=7291 vsize=329992 CPUtime=1.68 cores=0-7
/proc/7312/stat : 7312 (python) S 7291 7291 5798 0 -1 4202560 1026 0 0 0 83 85 0 0 15 0 1 0 669112915 337911808 5641 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 2737027489162297604 0 0 17 2 0 0 0
/proc/7312/statm: 82498 5641 372 364 0 18401 0
[pid=7314] ppid=7312 vsize=19532 CPUtime=297.11 cores=0-7
/proc/7314/stat : 7314 (march_hi) R 7312 7314 7314 0 -1 4202496 3727 0 0 0 29710 1 0 0 25 0 1 0 669112918 20000768 3463 33554432000 4194304 4955518 140733338828064 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7314/statm: 4883 3463 106 186 0 4696 0
[pid=7315] ppid=7291 vsize=340688 CPUtime=1.69 cores=0-7
/proc/7315/stat : 7315 (python) S 7291 7291 5798 0 -1 4202560 1046 0 0 0 89 80 0 0 15 0 1 0 669112919 348864512 5736 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 1184776559781708034 0 0 17 0 0 0 0
/proc/7315/statm: 85172 5736 371 364 0 21072 0
[pid=7319] ppid=7315 vsize=19532 CPUtime=301.9 cores=0-7
/proc/7319/stat : 7319 (march_hi) R 7315 7319 7319 0 -1 4202496 3812 0 0 0 30186 4 0 0 25 0 1 0 669112922 20000768 3547 33554432000 4194304 4955518 140737210139632 18446744073709551615 4224427 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7319/statm: 4883 3547 106 186 0 4696 0
[pid=7317] ppid=7291 vsize=350944 CPUtime=1.59 cores=0-7
/proc/7317/stat : 7317 (python) S 7291 7291 5798 0 -1 4202560 1064 0 0 0 87 72 0 0 15 0 1 0 669112922 359366656 5746 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 10577477785360498947 0 0 17 5 0 0 0
/proc/7317/statm: 87736 5746 377 364 0 23633 0
[pid=7320] ppid=7317 vsize=9656 CPUtime=214.98 cores=0-7
/proc/7320/stat : 7320 (march_hi) R 7317 7320 7320 0 -1 4202496 2481 0 0 0 21498 0 0 0 25 0 1 0 669112926 9887744 2210 33554432000 4194304 4955518 140737116508288 18446744073709551615 4224445 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7320/statm: 2414 2210 106 186 0 2227 0
[pid=7329] ppid=7291 vsize=361344 CPUtime=0.86 cores=0-7
/proc/7329/stat : 7329 (python) S 7291 7291 5798 0 -1 4202560 1041 0 0 0 41 45 0 0 15 0 1 0 669132568 370016256 5780 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 10369129127989969153 0 0 17 7 0 0 0
/proc/7329/statm: 90336 5780 371 364 0 26230 0
[pid=7331] ppid=7329 vsize=6888 CPUtime=152.08 cores=0-7
/proc/7331/stat : 7331 (march_hi) R 7329 7331 7331 0 -1 4202496 1709 0 0 0 15208 0 0 0 25 0 1 0 669132569 7053312 1437 33554432000 4194304 4955518 140736333398032 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7331/statm: 1722 1437 106 186 0 1535 0
[pid=7333] ppid=7291 vsize=371600 CPUtime=0.77 cores=0-7
/proc/7333/stat : 7333 (python) S 7291 7291 5798 0 -1 4202560 1022 0 0 0 41 36 0 0 18 0 1 0 669132580 380518400 5803 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 2737027489162297604 0 0 17 4 0 0 0
/proc/7333/statm: 92900 5803 371 364 0 28791 0
[pid=7335] ppid=7333 vsize=181248 CPUtime=111.39 cores=0-7
/proc/7335/stat : 7335 (kcnfs-2006) R 7333 7335 7335 0 -1 4202496 626 0 0 0 11139 0 0 0 25 0 1 0 669132580 185597952 357 33554432000 134512640 135163436 4292595184 18446744073709551615 134564615 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7335/statm: 45312 357 76 159 0 45152 0
[pid=7291/tid=7298] ppid=7289 vsize=381844 CPUtime=0 cores=0-7
/proc/7291/task/7298/stat : 7298 (python) S 7289 7291 5798 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 11 0 669112899 391008256 7330 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 0 0 0 0
[pid=7291/tid=7301] ppid=7289 vsize=381844 CPUtime=0 cores=0-7
/proc/7291/task/7301/stat : 7301 (python) S 7289 7291 5798 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 11 0 669112902 391008256 7330 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=7291/tid=7304] ppid=7289 vsize=381844 CPUtime=0 cores=0-7
/proc/7291/task/7304/stat : 7304 (python) S 7289 7291 5798 0 -1 4202560 23 931 0 0 0 0 0 0 22 0 11 0 669112905 391008256 7330 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 0 0 0 0
[pid=7291/tid=7307] ppid=7289 vsize=381844 CPUtime=0 cores=0-7
/proc/7291/task/7307/stat : 7307 (python) S 7289 7291 5798 0 -1 4202560 22 931 0 0 0 0 0 0 24 0 11 0 669112908 391008256 7330 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=7291/tid=7310] ppid=7289 vsize=381844 CPUtime=0 cores=0-7
/proc/7291/task/7310/stat : 7310 (python) S 7289 7291 5798 0 -1 4202560 25 931 0 0 0 0 0 0 25 0 11 0 669112912 391008256 7330 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=7291/tid=7313] ppid=7289 vsize=381844 CPUtime=0 cores=0-7
/proc/7291/task/7313/stat : 7313 (python) S 7289 7291 5798 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 11 0 669112915 391008256 7330 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=7291/tid=7316] ppid=7289 vsize=381844 CPUtime=0 cores=0-7
/proc/7291/task/7316/stat : 7316 (python) S 7289 7291 5798 0 -1 4202560 35 931 0 0 0 0 0 0 25 0 11 0 669112919 391008256 7330 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=7291/tid=7318] ppid=7289 vsize=381844 CPUtime=0 cores=0-7
/proc/7291/task/7318/stat : 7318 (python) S 7289 7291 5798 0 -1 4202560 23 931 0 0 0 0 0 0 25 0 11 0 669112922 391008256 7330 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=7291/tid=7330] ppid=7289 vsize=381844 CPUtime=0 cores=0-7
/proc/7291/task/7330/stat : 7330 (python) S 7289 7291 5798 0 -1 4202560 27 931 0 0 0 0 0 0 19 0 11 0 669132568 391008256 7330 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 7 0 0 0
[pid=7291/tid=7334] ppid=7289 vsize=381844 CPUtime=0 cores=0-7
/proc/7291/task/7334/stat : 7334 (python) S 7289 7291 5798 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 11 0 669132580 391008256 7330 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2261.67
Current children cumulated vsize (KiB) 6021068

[startup+409.202 s]
/proc/loadavg: 12.41 12.15 11.57 15/518 7340
/proc/meminfo: memFree=21168476/32950928 swapFree=67056568/67111528
[pid=7291] ppid=7289 vsize=381844 CPUtime=0.88 cores=0-7
/proc/7291/stat : 7291 (python) S 7289 7291 5798 0 -1 4202496 18072 931 1 0 76 12 0 0 18 0 11 0 669112821 391008256 7330 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488525119 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7291/statm: 95461 7330 1894 364 0 31352 0
[pid=7297] ppid=7291 vsize=288696 CPUtime=0.68 cores=0-7
/proc/7297/stat : 7297 (python) S 7291 7291 5798 0 -1 4202560 1128 0 0 0 35 33 0 0 18 0 2 0 669112899 295624704 5613 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488525119 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7297/statm: 72174 5613 410 364 0 8092 0
[pid=7299] ppid=7297 vsize=1017800 CPUtime=97.28 cores=0-7
/proc/7299/stat : 7299 (gnovelty+2) R 7297 7299 7299 0 -1 4202496 432 0 0 0 9728 0 0 0 18 0 1 0 669112899 1042227200 171 33554432000 134512640 135663704 4288498464 18446744073709551615 134546752 256 0 16781312 0 0 0 0 17 7 0 0 0
/proc/7299/statm: 254450 171 113 282 0 254166 0
[pid=7300] ppid=7291 vsize=354812 CPUtime=1.64 cores=0-7
/proc/7300/stat : 7300 (python) S 7291 7291 5798 0 -1 4202560 1158 0 0 0 83 81 0 0 15 0 2 0 669112902 363327488 5731 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7300/statm: 88703 5731 400 364 0 24618 0
[pid=7302] ppid=7300 vsize=19532 CPUtime=329.06 cores=0-7
/proc/7302/stat : 7302 (march_hi) R 7300 7302 7302 0 -1 4202496 4352 0 0 0 32904 2 0 0 25 0 1 0 669112902 20000768 4090 33554432000 4194304 4955518 140736079530880 18446744073709551615 4224478 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7302/statm: 4883 4090 106 186 0 4696 0
[pid=7303] ppid=7291 vsize=299532 CPUtime=0.72 cores=0-7
/proc/7303/stat : 7303 (python) S 7291 7291 5798 0 -1 4202560 1130 0 0 0 38 34 0 0 19 0 2 0 669112905 306720768 5733 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7303/statm: 74883 5733 400 364 0 10795 0
[pid=7305] ppid=7303 vsize=1017800 CPUtime=97.97 cores=0-7
/proc/7305/stat : 7305 (gnovelty+2) T 7303 7305 7305 0 -1 4202496 433 0 0 0 9797 0 0 0 25 0 1 0 669112905 1042227200 172 33554432000 134512640 135663704 4286902800 18446744073709551615 134546752 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7305/statm: 254450 172 113 282 0 254166 0
[pid=7306] ppid=7291 vsize=0 CPUtime=360.14 cores=0-7
/proc/7306/stat : 7306 (python) R 7291 7291 5798 0 -1 4202564 1248 4820 0 0 308 114 35591 1 19 0 1 0 669112908 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7306/statm: 0 0 0 0 0 0 0
[pid=7309] ppid=7291 vsize=320176 CPUtime=1.66 cores=0-7
/proc/7309/stat : 7309 (python) S 7291 7291 5798 0 -1 4202560 1018 0 0 0 88 78 0 0 15 0 1 0 669112912 327860224 5728 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 4095544478318690564 0 0 17 4 0 0 0
/proc/7309/statm: 80044 5728 371 364 0 15950 0
[pid=7311] ppid=7309 vsize=19532 CPUtime=288.63 cores=0-7
/proc/7311/stat : 7311 (march_hi) R 7309 7311 7311 0 -1 4202496 3590 0 0 0 28862 1 0 0 25 0 1 0 669112914 20000768 3326 33554432000 4194304 4955518 140735738627952 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7311/statm: 4883 3326 106 186 0 4696 0
[pid=7312] ppid=7291 vsize=329992 CPUtime=1.68 cores=0-7
/proc/7312/stat : 7312 (python) S 7291 7291 5798 0 -1 4202560 1026 0 0 0 83 85 0 0 15 0 1 0 669112915 337911808 5641 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 15236455997921788164 0 0 17 2 0 0 0
/proc/7312/statm: 82498 5641 372 364 0 18401 0
[pid=7314] ppid=7312 vsize=19532 CPUtime=297.52 cores=0-7
/proc/7314/stat : 7314 (march_hi) R 7312 7314 7314 0 -1 4202496 3734 0 0 0 29751 1 0 0 25 0 1 0 669112918 20000768 3470 33554432000 4194304 4955518 140733338828064 18446744073709551615 4296768 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7314/statm: 4883 3470 106 186 0 4696 0
[pid=7315] ppid=7291 vsize=340688 CPUtime=1.69 cores=0-7
/proc/7315/stat : 7315 (python) S 7291 7291 5798 0 -1 4202560 1046 0 0 0 89 80 0 0 15 0 1 0 669112919 348864512 5736 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 1184776559781708034 0 0 17 0 0 0 0
/proc/7315/statm: 85172 5736 371 364 0 21072 0
[pid=7319] ppid=7315 vsize=19532 CPUtime=302.11 cores=0-7
/proc/7319/stat : 7319 (march_hi) R 7315 7319 7319 0 -1 4202496 3815 0 0 0 30207 4 0 0 25 0 1 0 669112922 20000768 3550 33554432000 4194304 4955518 140737210139632 18446744073709551615 4297490 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7319/statm: 4883 3550 106 186 0 4696 0
[pid=7317] ppid=7291 vsize=350944 CPUtime=1.59 cores=0-7
/proc/7317/stat : 7317 (python) S 7291 7291 5798 0 -1 4202560 1064 0 0 0 87 72 0 0 15 0 1 0 669112922 359366656 5746 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 10577477785360498947 0 0 17 5 0 0 0
/proc/7317/statm: 87736 5746 377 364 0 23633 0
[pid=7320] ppid=7317 vsize=9656 CPUtime=215.18 cores=0-7
/proc/7320/stat : 7320 (march_hi) R 7317 7320 7320 0 -1 4202496 2484 0 0 0 21518 0 0 0 25 0 1 0 669112926 9887744 2213 33554432000 4194304 4955518 140737116508288 18446744073709551615 4224532 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7320/statm: 2414 2213 106 186 0 2227 0
[pid=7329] ppid=7291 vsize=361344 CPUtime=0.86 cores=0-7
/proc/7329/stat : 7329 (python) S 7291 7291 5798 0 -1 4202560 1041 0 0 0 41 45 0 0 15 0 1 0 669132568 370016256 5780 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 10369129127989969153 0 0 17 7 0 0 0
/proc/7329/statm: 90336 5780 371 364 0 26230 0
[pid=7331] ppid=7329 vsize=6888 CPUtime=152.29 cores=0-7
/proc/7331/stat : 7331 (march_hi) R 7329 7331 7331 0 -1 4202496 1710 0 0 0 15229 0 0 0 25 0 1 0 669132569 7053312 1438 33554432000 4194304 4955518 140736333398032 18446744073709551615 4297465 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7331/statm: 1722 1438 106 186 0 1535 0
[pid=7333] ppid=7291 vsize=371600 CPUtime=0.77 cores=0-7
/proc/7333/stat : 7333 (python) S 7291 7291 5798 0 -1 4202560 1022 0 0 0 41 36 0 0 18 0 1 0 669132580 380518400 5803 33554432000 4194304 5683644 140735633403440 18446744073709551615 239476715078 0 0 16781312 514 2737027489162297604 0 0 17 4 0 0 0
/proc/7333/statm: 92900 5803 371 364 0 28791 0
[pid=7335] ppid=7333 vsize=181248 CPUtime=111.59 cores=0-7
/proc/7335/stat : 7335 (kcnfs-2006) R 7333 7335 7335 0 -1 4202496 626 0 0 0 11159 0 0 0 25 0 1 0 669132580 185597952 357 33554432000 134512640 135163436 4292595184 18446744073709551615 134572144 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7335/statm: 45312 357 76 159 0 45152 0
[pid=7291/tid=7298] ppid=7289 vsize=381844 CPUtime=639.8 cores=0-7
/proc/7291/task/7298/stat : 7298 (python) S 7289 7291 5798 0 -1 4202560 27 11327 0 0 0 0 63790 190 18 0 11 0 669112899 391008256 7330 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 0 0 0 0
[pid=7291/tid=7301] ppid=7289 vsize=381844 CPUtime=639.8 cores=0-7
/proc/7291/task/7301/stat : 7301 (python) S 7289 7291 5798 0 -1 4202560 27 11327 0 0 0 0 63790 190 18 0 11 0 669112902 391008256 7330 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=7291/tid=7304] ppid=7289 vsize=381844 CPUtime=639.8 cores=0-7
/proc/7291/task/7304/stat : 7304 (python) S 7289 7291 5798 0 -1 4202560 23 11327 0 0 0 0 63790 190 22 0 11 0 669112905 391008256 7330 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 0 0 0 0
[pid=7291/tid=7307] ppid=7289 vsize=381844 CPUtime=639.8 cores=0-7
/proc/7291/task/7307/stat : 7307 (python) S 7289 7291 5798 0 -1 4202560 22 11327 0 0 0 0 63790 190 24 0 11 0 669112908 391008256 7330 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=7291/tid=7310] ppid=7289 vsize=381844 CPUtime=639.8 cores=0-7
/proc/7291/task/7310/stat : 7310 (python) S 7289 7291 5798 0 -1 4202560 25 11327 0 0 0 0 63790 190 25 0 11 0 669112912 391008256 7330 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=7291/tid=7313] ppid=7289 vsize=381844 CPUtime=639.8 cores=0-7
/proc/7291/task/7313/stat : 7313 (python) S 7289 7291 5798 0 -1 4202560 26 11327 0 0 0 0 63790 190 25 0 11 0 669112915 391008256 7330 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=7291/tid=7316] ppid=7289 vsize=381844 CPUtime=639.8 cores=0-7
/proc/7291/task/7316/stat : 7316 (python) S 7289 7291 5798 0 -1 4202560 35 11327 0 0 0 0 63790 190 25 0 11 0 669112919 391008256 7330 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=7291/tid=7318] ppid=7289 vsize=381844 CPUtime=639.8 cores=0-7
/proc/7291/task/7318/stat : 7318 (python) S 7289 7291 5798 0 -1 4202560 23 11327 0 0 0 0 63790 190 25 0 11 0 669112922 391008256 7330 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=7291/tid=7330] ppid=7289 vsize=381844 CPUtime=639.8 cores=0-7
/proc/7291/task/7330/stat : 7330 (python) S 7289 7291 5798 0 -1 4202560 27 11327 0 0 0 0 63790 190 19 0 11 0 669132568 391008256 7330 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 7 0 0 0
[pid=7291/tid=7334] ppid=7289 vsize=381844 CPUtime=639.8 cores=0-7
/proc/7291/task/7334/stat : 7334 (python) S 7289 7291 5798 0 -1 4202560 29 11327 0 0 0 0 63790 190 20 0 11 0 669132580 391008256 7330 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2263.94
Current children cumulated vsize (KiB) 5711148

[startup+409.319 s]
/proc/loadavg: 12.41 12.15 11.57 15/518 7340
/proc/meminfo: memFree=21168476/32950928 swapFree=67056568/67111528
[pid=7291] ppid=7289 vsize=350980 CPUtime=2264.53 cores=0-7
/proc/7291/stat : 7291 (python) R 7289 7291 5798 0 -1 4202496 19948 38164 1 0 77 12 225687 677 17 0 5 0 669112821 359403520 7297 33554432000 4194304 5683644 140735633403440 18446744073709551615 5114130 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/7291/statm: 87745 7297 1873 364 0 23669 0
[pid=7291/tid=7307] ppid=7289 vsize=350980 CPUtime=2263.64 cores=0-7
/proc/7291/task/7307/stat : 7307 (python) S 7289 7291 5798 0 -1 4202560 24 38164 0 0 0 0 225687 677 18 0 5 0 669112908 359403520 7297 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 0 18446604453942803264 0 0 -1 0 0 0 0
[pid=7291/tid=7310] ppid=7289 vsize=350980 CPUtime=2263.64 cores=0-7
/proc/7291/task/7310/stat : 7310 (python) S 7289 7291 5798 0 -1 4202560 29 38164 0 0 0 0 225687 677 18 0 5 0 669112912 359403520 7297 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 0 18446604453942803264 0 0 -1 4 0 0 0
[pid=7291/tid=7313] ppid=7289 vsize=350980 CPUtime=2263.64 cores=0-7
/proc/7291/task/7313/stat : 7313 (python) S 7289 7291 5798 0 -1 4202560 28 38164 0 0 0 0 225687 677 17 0 5 0 669112915 359403520 7297 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 0 18446604453942803264 0 0 -1 0 0 0 0
[pid=7291/tid=7316] ppid=7289 vsize=350980 CPUtime=2263.64 cores=0-7
/proc/7291/task/7316/stat : 7316 (python) S 7289 7291 5798 0 -1 4202560 37 38164 0 0 0 0 225687 677 17 0 5 0 669112919 359403520 7297 33554432000 4194304 5683644 140735633403440 18446744073709551615 239488518577 0 0 16781312 0 18446604453942803264 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2264.53
Current children cumulated vsize (KiB) 350980

Child status: 0
Real time (s): 409.334
CPU time (s): 2264.57
CPU user time (s): 2257.66
CPU system time (s): 6.90895
CPU usage (%): 553.232
Max. virtual memory (cumulated for all children) (KiB): 6040956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2257.66
system time used= 6.90895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60285
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= 9366
involuntary context switches= 25892

runsolver used 2.74758 second user time and 5.72913 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-16 21:45:57
IDJOB=3385791
IDBENCH=83056
IDSOLVER=1870
FILE ID=node148/3385791-1305575157
RUNJOBID= node148-1305564960-5812
PBS_JOBID= 13350102
Free space on /tmp= 72884 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S1741857700-014.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-3385791-1305575157/watcher-3385791-1305575157 -o /tmp/evaluation-result-3385791-1305575157/solver-3385791-1305575157 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385791-1305575157.cnf -seed 624858118 -budget 40000 -cores 8

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

MD5SUM BENCH= 68bf08be908d1e2b9826bc30706a7365
RANDOM SEED=624858118

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21306980 kB
Buffers:        353692 kB
Cached:        5038352 kB
SwapCached:       8488 kB
Active:        8054284 kB
Inactive:      3215232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21306980 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           31580 kB
Writeback:           0 kB
AnonPages:     5875324 kB
Mapped:          37164 kB
Slab:           251588 kB
PageTables:      48812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 141723484 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= 72852 MiB
End job on node148 at 2011-05-16 21:52:47