Trace number 3322051

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-randomUNSAT 71.3731 10.8098

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1713710439-035.UNKNOWN.cnf
MD5SUMa22e1737ea83ac381c0ce023d3bc0e5e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.9028
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
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 51597
Number of clauses of size over 50

Solver Data

0.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.46	c INFO: solving HOME/instance-3322051-1304371582.cnf
0.30/0.46	c INFO: computing task features
0.30/0.47	c INFO: computed variable-clause graph statistics
0.30/0.47	c INFO: computed clause balance statistics
0.39/0.51	c INFO: computed variable balance statistics
0.39/0.53	c INFO: computed small-clause counts
0.39/0.53	c INFO: computed Horn-clause counts
0.39/0.53	c INFO: computed variable graph statistics
0.39/0.53	c INFO: collected features for HOME/instance-3322051-1304371582.cnf in 0.07 s
0.39/0.57	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.61)
0.50/0.61	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.43)
0.50/0.65	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.38)
0.50/0.68	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.13)
0.60/0.72	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.60/0.76	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.22)
0.69/0.80	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.30)
0.69/0.84	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.27)
70.59/10.79	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3322051-1304371582/watcher-3322051-1304371582 -o /tmp/evaluation-result-3322051-1304371582/solver-3322051-1304371582 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322051-1304371582.cnf -seed 1828957852 -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: 7.75 8.80 8.99 3/207 28800
/proc/meminfo: memFree=26990864/32951124 swapFree=67111336/67111528
[pid=28800] ppid=28798 vsize=15752 CPUtime=0 cores=0-7
/proc/28800/stat : 28800 (python) S 28798 28800 28468 0 -1 4202496 840 0 0 0 0 0 0 0 25 0 1 0 548756108 16130048 723 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 6 0 0 0
/proc/28800/statm: 3938 723 334 364 0 425 0

[startup+0.0090299 s]
/proc/loadavg: 7.75 8.80 8.99 3/207 28800
/proc/meminfo: memFree=26990864/32951124 swapFree=67111336/67111528
[pid=28800] ppid=28798 vsize=15772 CPUtime=0 cores=0-7
/proc/28800/stat : 28800 (python) R 28798 28800 28468 0 -1 4202496 891 0 0 0 0 0 0 0 25 0 1 0 548756108 16150528 772 33554432000 4194304 5683644 140735748746080 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/28800/statm: 3943 772 343 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+0.101011 s]
/proc/loadavg: 7.75 8.80 8.99 3/207 28800
/proc/meminfo: memFree=26990864/32951124 swapFree=67111336/67111528
[pid=28800] ppid=28798 vsize=104228 CPUtime=0.06 cores=0-7
/proc/28800/stat : 28800 (python) R 28798 28800 28468 0 -1 4202496 3087 0 0 0 5 1 0 0 25 0 1 0 548756108 106729472 2767 33554432000 4194304 5683644 140735748746080 18446744073709551615 4516228 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/28800/statm: 26057 2767 847 364 0 1805 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104228

[startup+0.301014 s]
/proc/loadavg: 7.75 8.80 8.99 3/207 28800
/proc/meminfo: memFree=26990864/32951124 swapFree=67111336/67111528
[pid=28800] ppid=28798 vsize=192320 CPUtime=0.22 cores=0-7
/proc/28800/stat : 28800 (python) S 28798 28800 28468 0 -1 4202496 6898 931 1 0 17 5 0 0 17 0 1 0 548756108 196935680 4949 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 6 0 0 0
/proc/28800/statm: 48080 4949 1425 364 0 3723 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 192320

[startup+0.708932 s]
/proc/loadavg: 7.75 8.80 8.99 3/207 28800
/proc/meminfo: memFree=26990864/32951124 swapFree=67111336/67111528
[pid=28800] ppid=28798 vsize=385648 CPUtime=0.6 cores=0-7
/proc/28800/stat : 28800 (python) R 28798 28800 28468 0 -1 4202496 12581 931 1 0 52 8 0 0 19 0 5 0 548756108 394903552 7346 33554432000 4194304 5683644 140735748746080 18446744073709551615 4539648 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28800/statm: 96412 7346 1880 364 0 32321 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 385648

[startup+1.50175 s]
/proc/loadavg: 7.29 8.68 8.95 10/232 28829
/proc/meminfo: memFree=26936988/32951124 swapFree=67111336/67111528
[pid=28800] ppid=28798 vsize=426672 CPUtime=0.73 cores=0-7
/proc/28800/stat : 28800 (python) S 28798 28800 28468 0 -1 4202496 15227 931 1 0 64 9 0 0 22 0 9 0 548756108 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28800/statm: 106668 7378 1889 364 0 42565 0
[pid=28806] ppid=28800 vsize=278452 CPUtime=0 cores=0-7
/proc/28806/stat : 28806 (python) S 28800 28800 28468 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 548756166 285134848 5546 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557711 0 0 16781312 514 11388930011042938879 0 0 17 6 0 0 0
/proc/28806/statm: 69613 5546 354 364 0 5531 0
[pid=28808] ppid=28806 vsize=1017800 CPUtime=0.91 cores=0-7
/proc/28808/stat : 28808 (gnovelty+2) R 28806 28808 28808 0 -1 4202496 422 0 0 0 91 0 0 0 21 0 1 0 548756166 1042227200 161 33554432000 134512640 135663704 4292243136 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28808/statm: 254450 161 113 282 0 254166 0
[pid=28809] ppid=28800 vsize=289224 CPUtime=0 cores=0-7
/proc/28809/stat : 28809 (python) S 28800 28800 28468 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 548756169 296165376 5664 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557766 0 0 16781312 514 5602233299406651652 0 0 17 6 0 0 0
/proc/28809/statm: 72306 5664 348 364 0 8221 0
[pid=28811] ppid=28809 vsize=1420 CPUtime=0.88 cores=0-7
/proc/28811/stat : 28811 (march_hi) R 28809 28811 28811 0 -1 4202496 472 0 0 0 88 0 0 0 25 0 1 0 548756170 1454080 210 33554432000 4194304 4955518 140736708492576 18446744073709551615 4224809 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28811/statm: 355 210 106 186 0 168 0
[pid=28812] ppid=28800 vsize=299612 CPUtime=0 cores=0-7
/proc/28812/stat : 28812 (python) S 28800 28800 28468 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 548756173 306802688 5684 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557766 0 0 16781312 514 10849624505421103361 0 0 17 5 0 0 0
/proc/28812/statm: 74903 5684 348 364 0 10815 0
[pid=28814] ppid=28812 vsize=1420 CPUtime=0.84 cores=0-7
/proc/28814/stat : 28814 (march_hi) R 28812 28814 28814 0 -1 4202496 475 0 0 0 84 0 0 0 19 0 1 0 548756173 1454080 210 33554432000 4194304 4955518 140735253932048 18446744073709551615 4208756 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28814/statm: 355 210 106 186 0 168 0
[pid=28815] ppid=28800 vsize=375404 CPUtime=0 cores=0-7
/proc/28815/stat : 28815 (python) S 28800 28800 28468 0 -1 4202560 721 0 0 0 0 0 0 0 15 0 1 0 548756177 384413696 5861 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557766 0 0 16781312 514 4608884467094749441 0 0 17 7 0 0 0
/proc/28815/statm: 93851 5861 348 364 0 29760 0
[pid=28817] ppid=28815 vsize=1420 CPUtime=0.78 cores=0-7
/proc/28817/stat : 28817 (march_hi) R 28815 28817 28817 0 -1 4202496 460 0 0 0 78 0 0 0 23 0 1 0 548756177 1454080 209 33554432000 4194304 4955518 140735854144448 18446744073709551615 4245783 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/28817/statm: 355 209 106 186 0 168 0
[pid=28818] ppid=28800 vsize=385660 CPUtime=0 cores=0-7
/proc/28818/stat : 28818 (python) S 28800 28800 28468 0 -1 4202560 728 0 0 0 0 0 0 0 21 0 1 0 548756181 394915840 5820 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557766 0 0 16781312 514 4138254182865960959 0 0 17 4 0 0 0
/proc/28818/statm: 96415 5820 348 364 0 32321 0
[pid=28820] ppid=28818 vsize=1017800 CPUtime=0.76 cores=0-7
/proc/28820/stat : 28820 (gnovelty+2) R 28818 28820 28820 0 -1 4202496 416 0 0 0 76 0 0 0 25 0 1 0 548756181 1042227200 161 33554432000 134512640 135663704 4291538800 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28820/statm: 254450 161 113 282 0 254166 0
[pid=28821] ppid=28800 vsize=395916 CPUtime=0 cores=0-7
/proc/28821/stat : 28821 (python) S 28800 28800 28468 0 -1 4202560 736 0 0 0 0 0 0 0 15 0 1 0 548756185 405417984 5806 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557766 0 0 16781312 514 5602233299406651652 0 0 17 4 0 0 0
/proc/28821/statm: 98979 5806 348 364 0 34882 0
[pid=28823] ppid=28821 vsize=1420 CPUtime=0.44 cores=0-7
/proc/28823/stat : 28823 (march_hi) R 28821 28823 28823 0 -1 4202496 467 0 0 0 44 0 0 0 25 0 1 0 548756185 1454080 210 33554432000 4194304 4955518 140736963363488 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28823/statm: 355 210 106 186 0 168 0
[pid=28824] ppid=28800 vsize=406172 CPUtime=0 cores=0-7
/proc/28824/stat : 28824 (python) S 28800 28800 28468 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 1 0 548756189 415920128 5946 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557766 0 0 16781312 514 11790744886146203905 0 0 17 0 0 0 0
/proc/28824/statm: 101543 5946 348 364 0 37443 0
[pid=28826] ppid=28824 vsize=1420 CPUtime=0.68 cores=0-7
/proc/28826/stat : 28826 (march_hi) R 28824 28826 28826 0 -1 4202496 467 0 0 0 68 0 0 0 22 0 1 0 548756189 1454080 209 33554432000 4194304 4955518 140735939231280 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28826/statm: 355 209 106 186 0 168 0
[pid=28827] ppid=28800 vsize=416428 CPUtime=0 cores=0-7
/proc/28827/stat : 28827 (python) S 28800 28800 28468 0 -1 4202560 789 0 0 0 0 0 0 0 16 0 1 0 548756193 426422272 5839 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557766 0 0 16781312 514 3757805292591481092 0 0 17 4 0 0 0
/proc/28827/statm: 104107 5839 354 364 0 40004 0
[pid=28829] ppid=28827 vsize=1420 CPUtime=0.31 cores=0-7
/proc/28829/stat : 28829 (march_hi) R 28827 28829 28829 0 -1 4202496 474 0 0 0 31 0 0 0 24 0 1 0 548756193 1454080 210 33554432000 4194304 4955518 140736551450896 18446744073709551615 4296743 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28829/statm: 355 210 106 186 0 168 0
[pid=28800/tid=28807] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28807/stat : 28807 (python) S 28798 28800 28468 0 -1 4202560 26 931 0 0 0 0 0 0 19 0 9 0 548756166 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 6 0 0 0
[pid=28800/tid=28810] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28810/stat : 28810 (python) S 28798 28800 28468 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 9 0 548756169 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 0 0 0 0
[pid=28800/tid=28813] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28813/stat : 28813 (python) S 28798 28800 28468 0 -1 4202560 20 931 0 0 0 0 0 0 18 0 9 0 548756173 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 5 0 0 0
[pid=28800/tid=28816] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28816/stat : 28816 (python) S 28798 28800 28468 0 -1 4202560 80 931 0 0 0 0 0 0 19 0 9 0 548756177 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 0 0 0 0
[pid=28800/tid=28819] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28819/stat : 28819 (python) S 28798 28800 28468 0 -1 4202560 33 931 0 0 0 0 0 0 21 0 9 0 548756181 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 4 0 0 0
[pid=28800/tid=28822] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28822/stat : 28822 (python) S 28798 28800 28468 0 -1 4202560 34 931 0 0 0 0 0 0 23 0 9 0 548756185 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 4 0 0 0
[pid=28800/tid=28825] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28825/stat : 28825 (python) S 28798 28800 28468 0 -1 4202560 35 931 0 0 0 0 0 0 20 0 9 0 548756189 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 4 0 0 0
[pid=28800/tid=28828] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28828/stat : 28828 (python) S 28798 28800 28468 0 -1 4202560 32 931 0 0 0 0 0 0 22 0 9 0 548756193 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 5317660

[startup+3.10146 s]
/proc/loadavg: 7.29 8.68 8.95 10/232 28829
/proc/meminfo: memFree=26936492/32951124 swapFree=67111336/67111528
[pid=28800] ppid=28798 vsize=426672 CPUtime=0.73 cores=0-7
/proc/28800/stat : 28800 (python) S 28798 28800 28468 0 -1 4202496 15227 931 1 0 64 9 0 0 22 0 9 0 548756108 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28800/statm: 106668 7378 1889 364 0 42565 0
[pid=28806] ppid=28800 vsize=278452 CPUtime=0 cores=0-7
/proc/28806/stat : 28806 (python) S 28800 28800 28468 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 548756166 285134848 5546 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557711 0 0 16781312 514 11388930011042906369 0 0 17 6 0 0 0
/proc/28806/statm: 69613 5546 354 364 0 5531 0
[pid=28808] ppid=28806 vsize=1017800 CPUtime=2.51 cores=0-7
/proc/28808/stat : 28808 (gnovelty+2) R 28806 28808 28808 0 -1 4202496 422 0 0 0 251 0 0 0 25 0 1 0 548756166 1042227200 161 33554432000 134512640 135663704 4292243136 18446744073709551615 134545761 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28808/statm: 254450 161 113 282 0 254166 0
[pid=28809] ppid=28800 vsize=289224 CPUtime=0 cores=0-7
/proc/28809/stat : 28809 (python) S 28800 28800 28468 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 548756169 296165376 5664 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557766 0 0 16781312 514 1360355372598001924 0 0 17 6 0 0 0
/proc/28809/statm: 72306 5664 348 364 0 8221 0
[pid=28811] ppid=28809 vsize=1420 CPUtime=2.47 cores=0-7
/proc/28811/stat : 28811 (march_hi) R 28809 28811 28811 0 -1 4202496 472 0 0 0 247 0 0 0 25 0 1 0 548756170 1454080 210 33554432000 4194304 4955518 140736708492576 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28811/statm: 355 210 106 186 0 168 0
[pid=28812] ppid=28800 vsize=299612 CPUtime=0 cores=0-7
/proc/28812/stat : 28812 (python) S 28800 28800 28468 0 -1 4202560 767 0 0 0 0 0 0 0 15 0 1 0 548756173 306802688 5684 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557766 0 0 16781312 514 10849624505421103361 0 0 17 5 0 0 0
/proc/28812/statm: 74903 5684 348 364 0 10815 0
[pid=28814] ppid=28812 vsize=1420 CPUtime=2.44 cores=0-7
/proc/28814/stat : 28814 (march_hi) R 28812 28814 28814 0 -1 4202496 475 0 0 0 244 0 0 0 22 0 1 0 548756173 1454080 210 33554432000 4194304 4955518 140735253932048 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28814/statm: 355 210 106 186 0 168 0
[pid=28815] ppid=28800 vsize=375404 CPUtime=0 cores=0-7
/proc/28815/stat : 28815 (python) S 28800 28800 28468 0 -1 4202560 724 0 0 0 0 0 0 0 15 0 1 0 548756177 384413696 5861 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557766 0 0 16781312 514 4608884467094749441 0 0 17 1 0 0 0
/proc/28815/statm: 93851 5861 348 364 0 29760 0
[pid=28817] ppid=28815 vsize=1420 CPUtime=2.38 cores=0-7
/proc/28817/stat : 28817 (march_hi) R 28815 28817 28817 0 -1 4202496 460 0 0 0 238 0 0 0 25 0 1 0 548756177 1454080 209 33554432000 4194304 4955518 140735854144448 18446744073709551615 4313930 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/28817/statm: 355 209 106 186 0 168 0
[pid=28818] ppid=28800 vsize=385660 CPUtime=0 cores=0-7
/proc/28818/stat : 28818 (python) S 28800 28800 28468 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 548756181 394915840 5820 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557766 0 0 16781312 514 4138254182865928451 0 0 17 4 0 0 0
/proc/28818/statm: 96415 5820 348 364 0 32321 0
[pid=28820] ppid=28818 vsize=1017800 CPUtime=2.34 cores=0-7
/proc/28820/stat : 28820 (gnovelty+2) R 28818 28820 28820 0 -1 4202496 416 0 0 0 234 0 0 0 25 0 1 0 548756181 1042227200 161 33554432000 134512640 135663704 4291538800 18446744073709551615 134524670 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28820/statm: 254450 161 113 282 0 254166 0
[pid=28821] ppid=28800 vsize=395916 CPUtime=0 cores=0-7
/proc/28821/stat : 28821 (python) S 28800 28800 28468 0 -1 4202560 739 0 0 0 0 0 0 0 15 0 1 0 548756185 405417984 5806 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557766 0 0 16781312 514 11262438345092858116 0 0 17 4 0 0 0
/proc/28821/statm: 98979 5806 348 364 0 34882 0
[pid=28823] ppid=28821 vsize=1420 CPUtime=1.24 cores=0-7
/proc/28823/stat : 28823 (march_hi) R 28821 28823 28823 0 -1 4202496 467 0 0 0 124 0 0 0 25 0 1 0 548756185 1454080 210 33554432000 4194304 4955518 140736963363488 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28823/statm: 355 210 106 186 0 168 0
[pid=28824] ppid=28800 vsize=406172 CPUtime=0 cores=0-7
/proc/28824/stat : 28824 (python) S 28800 28800 28468 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 548756189 415920128 5946 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557766 0 0 16781312 514 11790744886146203905 0 0 17 0 0 0 0
/proc/28824/statm: 101543 5946 348 364 0 37443 0
[pid=28826] ppid=28824 vsize=1420 CPUtime=2.28 cores=0-7
/proc/28826/stat : 28826 (march_hi) R 28824 28826 28826 0 -1 4202496 467 0 0 0 228 0 0 0 25 0 1 0 548756189 1454080 209 33554432000 4194304 4955518 140735939231280 18446744073709551615 4237712 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28826/statm: 355 209 106 186 0 168 0
[pid=28827] ppid=28800 vsize=416428 CPUtime=0 cores=0-7
/proc/28827/stat : 28827 (python) S 28800 28800 28468 0 -1 4202560 793 0 0 0 0 0 0 0 15 0 1 0 548756193 426422272 5839 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557766 0 0 16781312 514 3757805292591481092 0 0 17 4 0 0 0
/proc/28827/statm: 104107 5839 354 364 0 40004 0
[pid=28829] ppid=28827 vsize=1420 CPUtime=1.11 cores=0-7
/proc/28829/stat : 28829 (march_hi) R 28827 28829 28829 0 -1 4202496 474 0 0 0 111 0 0 0 25 0 1 0 548756193 1454080 210 33554432000 4194304 4955518 140736551450896 18446744073709551615 4208689 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28829/statm: 355 210 106 186 0 168 0
[pid=28800/tid=28807] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28807/stat : 28807 (python) S 28798 28800 28468 0 -1 4202560 26 931 0 0 0 0 0 0 19 0 9 0 548756166 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 6 0 0 0
[pid=28800/tid=28810] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28810/stat : 28810 (python) S 28798 28800 28468 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 9 0 548756169 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 0 0 0 0
[pid=28800/tid=28813] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28813/stat : 28813 (python) S 28798 28800 28468 0 -1 4202560 20 931 0 0 0 0 0 0 18 0 9 0 548756173 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 5 0 0 0
[pid=28800/tid=28816] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28816/stat : 28816 (python) S 28798 28800 28468 0 -1 4202560 80 931 0 0 0 0 0 0 19 0 9 0 548756177 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 0 0 0 0
[pid=28800/tid=28819] ppid=28798 vsize=426672 CPUtime=0 cores=0-7

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

/proc/28800/task/28810/stat : 28810 (python) S 28798 28800 28468 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 9 0 548756169 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 0 0 0 0
[pid=28800/tid=28813] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28813/stat : 28813 (python) S 28798 28800 28468 0 -1 4202560 20 931 0 0 0 0 0 0 18 0 9 0 548756173 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 5 0 0 0
[pid=28800/tid=28816] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28816/stat : 28816 (python) S 28798 28800 28468 0 -1 4202560 80 931 0 0 0 0 0 0 19 0 9 0 548756177 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 0 0 0 0
[pid=28800/tid=28819] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28819/stat : 28819 (python) S 28798 28800 28468 0 -1 4202560 33 931 0 0 0 0 0 0 21 0 9 0 548756181 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 4 0 0 0
[pid=28800/tid=28822] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28822/stat : 28822 (python) S 28798 28800 28468 0 -1 4202560 34 931 0 0 0 0 0 0 23 0 9 0 548756185 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 4 0 0 0
[pid=28800/tid=28825] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28825/stat : 28825 (python) S 28798 28800 28468 0 -1 4202560 35 931 0 0 0 0 0 0 20 0 9 0 548756189 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 4 0 0 0
[pid=28800/tid=28828] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28828/stat : 28828 (python) S 28798 28800 28468 0 -1 4202560 32 931 0 0 0 0 0 0 22 0 9 0 548756193 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 62.18
Current children cumulated vsize (KiB) 5311980

[startup+10.3012 s]
/proc/loadavg: 7.43 8.69 8.95 18/232 28829
/proc/meminfo: memFree=26936244/32951124 swapFree=67111336/67111528
[pid=28800] ppid=28798 vsize=426672 CPUtime=0.73 cores=0-7
/proc/28800/stat : 28800 (python) S 28798 28800 28468 0 -1 4202496 15227 931 1 0 64 9 0 0 22 0 9 0 548756108 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28800/statm: 106668 7378 1889 364 0 42565 0
[pid=28806] ppid=28800 vsize=278452 CPUtime=0.01 cores=0-7
/proc/28806/stat : 28806 (python) S 28800 28800 28468 0 -1 4202560 889 0 0 0 1 0 0 0 18 0 1 0 548756166 285134848 5568 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557711 0 0 16781312 514 6752162478823538945 0 0 17 2 0 0 0
/proc/28806/statm: 69613 5568 376 364 0 5531 0
[pid=28808] ppid=28806 vsize=1017800 CPUtime=9.7 cores=0-7
/proc/28808/stat : 28808 (gnovelty+2) R 28806 28808 28808 0 -1 4202496 422 0 0 0 970 0 0 0 25 0 1 0 548756166 1042227200 161 33554432000 134512640 135663704 4292243136 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28808/statm: 254450 161 113 282 0 254166 0
[pid=28809] ppid=28800 vsize=289224 CPUtime=1.73 cores=0-7
/proc/28809/stat : 28809 (python) R 28800 28800 28468 0 -1 4202560 922 0 0 0 147 26 0 0 17 0 1 0 548756169 296165376 5687 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/28809/statm: 72306 5687 371 364 0 8221 0
[pid=28811] ppid=28809 vsize=0 CPUtime=7.93 cores=0-7
/proc/28811/stat : 28811 (march_hi) R 28809 28811 28811 0 -1 4202500 511 0 0 0 793 0 0 0 25 0 1 0 548756170 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/28811/statm: 0 0 0 0 0 0 0
[pid=28812] ppid=28800 vsize=299612 CPUtime=1.72 cores=0-7
/proc/28812/stat : 28812 (python) R 28800 28800 28468 0 -1 4202560 928 0 0 0 146 26 0 0 17 0 1 0 548756173 306802688 5707 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557766 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/28812/statm: 74903 5707 371 364 0 10815 0
[pid=28814] ppid=28812 vsize=0 CPUtime=7.91 cores=0-7
/proc/28814/stat : 28814 (march_hi) R 28812 28814 28814 0 -1 4202500 514 0 0 0 791 0 0 0 25 0 1 0 548756173 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28814/statm: 0 0 0 0 0 0 0
[pid=28815] ppid=28800 vsize=375404 CPUtime=1.62 cores=0-7
/proc/28815/stat : 28815 (python) R 28800 28800 28468 0 -1 4202560 812 0 0 0 140 22 0 0 17 0 1 0 548756177 384413696 5884 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/28815/statm: 93851 5884 371 364 0 29760 0
[pid=28817] ppid=28815 vsize=0 CPUtime=7.95 cores=0-7
/proc/28817/stat : 28817 (march_hi) R 28815 28817 28817 0 -1 4202500 499 0 0 0 795 0 0 0 25 0 1 0 548756177 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/28817/statm: 0 0 0 0 0 0 0
[pid=28818] ppid=28800 vsize=385660 CPUtime=0 cores=0-7
/proc/28818/stat : 28818 (python) S 28800 28800 28468 0 -1 4202560 803 0 0 0 0 0 0 0 18 0 1 0 548756181 394915840 5843 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557766 0 0 16781312 514 4138254182865928451 0 0 17 4 0 0 0
/proc/28818/statm: 96415 5843 371 364 0 32321 0
[pid=28820] ppid=28818 vsize=1017800 CPUtime=9.48 cores=0-7
/proc/28820/stat : 28820 (gnovelty+2) R 28818 28820 28820 0 -1 4202496 416 0 0 0 948 0 0 0 25 0 1 0 548756181 1042227200 161 33554432000 134512640 135663704 4291538800 18446744073709551615 134524857 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28820/statm: 254450 161 113 282 0 254166 0
[pid=28821] ppid=28800 vsize=395916 CPUtime=0.02 cores=0-7
/proc/28821/stat : 28821 (python) S 28800 28800 28468 0 -1 4202560 820 0 0 0 1 1 0 0 15 0 1 0 548756185 405417984 5828 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557766 0 0 16781312 514 11262438345092858116 0 0 17 4 0 0 0
/proc/28821/statm: 98979 5828 370 364 0 34882 0
[pid=28823] ppid=28821 vsize=1420 CPUtime=4.81 cores=0-7
/proc/28823/stat : 28823 (march_hi) R 28821 28823 28823 0 -1 4202496 471 0 0 0 481 0 0 0 25 0 1 0 548756185 1454080 214 33554432000 4194304 4955518 140736963363488 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28823/statm: 355 214 106 186 0 168 0
[pid=28824] ppid=28800 vsize=406172 CPUtime=1.53 cores=0-7
/proc/28824/stat : 28824 (python) R 28800 28800 28468 0 -1 4202560 833 0 0 0 133 20 0 0 17 0 1 0 548756189 415920128 5969 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/28824/statm: 101543 5969 371 364 0 37443 0
[pid=28826] ppid=28824 vsize=0 CPUtime=7.95 cores=0-7
/proc/28826/stat : 28826 (march_hi) R 28824 28826 28826 0 -1 4202500 506 0 0 0 795 0 0 0 25 0 1 0 548756189 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28826/statm: 0 0 0 0 0 0 0
[pid=28827] ppid=28800 vsize=416428 CPUtime=0.01 cores=0-7
/proc/28827/stat : 28827 (python) S 28800 28800 28468 0 -1 4202560 875 0 0 0 1 0 0 0 15 0 1 0 548756193 426422272 5862 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557766 0 0 16781312 514 3757805292591481092 0 0 17 4 0 0 0
/proc/28827/statm: 104107 5862 377 364 0 40004 0
[pid=28829] ppid=28827 vsize=1420 CPUtime=4.69 cores=0-7
/proc/28829/stat : 28829 (march_hi) R 28827 28829 28829 0 -1 4202496 477 0 0 0 469 0 0 0 25 0 1 0 548756193 1454080 213 33554432000 4194304 4955518 140736551450896 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28829/statm: 355 213 106 186 0 168 0
[pid=28800/tid=28807] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28807/stat : 28807 (python) S 28798 28800 28468 0 -1 4202560 26 931 0 0 0 0 0 0 19 0 9 0 548756166 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 6 0 0 0
[pid=28800/tid=28810] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28810/stat : 28810 (python) S 28798 28800 28468 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 9 0 548756169 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 0 0 0 0
[pid=28800/tid=28813] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28813/stat : 28813 (python) S 28798 28800 28468 0 -1 4202560 20 931 0 0 0 0 0 0 18 0 9 0 548756173 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 5 0 0 0
[pid=28800/tid=28816] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28816/stat : 28816 (python) S 28798 28800 28468 0 -1 4202560 80 931 0 0 0 0 0 0 19 0 9 0 548756177 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 0 0 0 0
[pid=28800/tid=28819] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28819/stat : 28819 (python) S 28798 28800 28468 0 -1 4202560 33 931 0 0 0 0 0 0 21 0 9 0 548756181 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 4 0 0 0
[pid=28800/tid=28822] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28822/stat : 28822 (python) S 28798 28800 28468 0 -1 4202560 34 931 0 0 0 0 0 0 23 0 9 0 548756185 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 4 0 0 0
[pid=28800/tid=28825] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28825/stat : 28825 (python) S 28798 28800 28468 0 -1 4202560 35 931 0 0 0 0 0 0 20 0 9 0 548756189 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 4 0 0 0
[pid=28800/tid=28828] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28828/stat : 28828 (python) S 28798 28800 28468 0 -1 4202560 32 931 0 0 0 0 0 0 22 0 9 0 548756193 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 67.79
Current children cumulated vsize (KiB) 5311980

[startup+10.7011 s]
/proc/loadavg: 7.43 8.69 8.95 18/232 28829
/proc/meminfo: memFree=26936244/32951124 swapFree=67111336/67111528
[pid=28800] ppid=28798 vsize=426672 CPUtime=0.73 cores=0-7
/proc/28800/stat : 28800 (python) S 28798 28800 28468 0 -1 4202496 15227 931 1 0 64 9 0 0 22 0 9 0 548756108 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28800/statm: 106668 7378 1889 364 0 42565 0
[pid=28806] ppid=28800 vsize=278452 CPUtime=0.01 cores=0-7
/proc/28806/stat : 28806 (python) S 28800 28800 28468 0 -1 4202560 889 0 0 0 1 0 0 0 18 0 1 0 548756166 285134848 5568 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557711 0 0 16781312 514 6752162478823538945 0 0 17 2 0 0 0
/proc/28806/statm: 69613 5568 376 364 0 5531 0
[pid=28808] ppid=28806 vsize=1017800 CPUtime=10.1 cores=0-7
/proc/28808/stat : 28808 (gnovelty+2) R 28806 28808 28808 0 -1 4202496 422 0 0 0 1010 0 0 0 25 0 1 0 548756166 1042227200 161 33554432000 134512640 135663704 4292243136 18446744073709551615 134545757 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28808/statm: 254450 161 113 282 0 254166 0
[pid=28809] ppid=28800 vsize=289224 CPUtime=2.13 cores=0-7
/proc/28809/stat : 28809 (python) R 28800 28800 28468 0 -1 4202560 922 0 0 0 182 31 0 0 18 0 1 0 548756169 296165376 5687 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/28809/statm: 72306 5687 371 364 0 8221 0
[pid=28811] ppid=28809 vsize=0 CPUtime=7.93 cores=0-7
/proc/28811/stat : 28811 (march_hi) R 28809 28811 28811 0 -1 4202500 511 0 0 0 793 0 0 0 25 0 1 0 548756170 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/28811/statm: 0 0 0 0 0 0 0
[pid=28812] ppid=28800 vsize=299612 CPUtime=2.12 cores=0-7
/proc/28812/stat : 28812 (python) R 28800 28800 28468 0 -1 4202560 928 0 0 0 179 33 0 0 18 0 1 0 548756173 306802688 5707 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557766 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/28812/statm: 74903 5707 371 364 0 10815 0
[pid=28814] ppid=28812 vsize=0 CPUtime=7.91 cores=0-7
/proc/28814/stat : 28814 (march_hi) R 28812 28814 28814 0 -1 4202500 514 0 0 0 791 0 0 0 25 0 1 0 548756173 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28814/statm: 0 0 0 0 0 0 0
[pid=28815] ppid=28800 vsize=375404 CPUtime=2.02 cores=0-7
/proc/28815/stat : 28815 (python) R 28800 28800 28468 0 -1 4202560 812 0 0 0 174 28 0 0 18 0 1 0 548756177 384413696 5884 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/28815/statm: 93851 5884 371 364 0 29760 0
[pid=28817] ppid=28815 vsize=0 CPUtime=7.95 cores=0-7
/proc/28817/stat : 28817 (march_hi) R 28815 28817 28817 0 -1 4202500 499 0 0 0 795 0 0 0 25 0 1 0 548756177 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/28817/statm: 0 0 0 0 0 0 0
[pid=28818] ppid=28800 vsize=385660 CPUtime=0 cores=0-7
/proc/28818/stat : 28818 (python) S 28800 28800 28468 0 -1 4202560 803 0 0 0 0 0 0 0 18 0 1 0 548756181 394915840 5843 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557766 0 0 16781312 514 4138254182865928451 0 0 17 4 0 0 0
/proc/28818/statm: 96415 5843 371 364 0 32321 0
[pid=28820] ppid=28818 vsize=1017800 CPUtime=9.88 cores=0-7
/proc/28820/stat : 28820 (gnovelty+2) R 28818 28820 28820 0 -1 4202496 416 0 0 0 988 0 0 0 25 0 1 0 548756181 1042227200 161 33554432000 134512640 135663704 4291538800 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28820/statm: 254450 161 113 282 0 254166 0
[pid=28821] ppid=28800 vsize=395916 CPUtime=0.02 cores=0-7
/proc/28821/stat : 28821 (python) S 28800 28800 28468 0 -1 4202560 820 0 0 0 1 1 0 0 15 0 1 0 548756185 405417984 5828 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557766 0 0 16781312 514 11262438345092858116 0 0 17 4 0 0 0
/proc/28821/statm: 98979 5828 370 364 0 34882 0
[pid=28823] ppid=28821 vsize=1420 CPUtime=5.01 cores=0-7
/proc/28823/stat : 28823 (march_hi) R 28821 28823 28823 0 -1 4202496 471 0 0 0 501 0 0 0 25 0 1 0 548756185 1454080 214 33554432000 4194304 4955518 140736963363488 18446744073709551615 4285300 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28823/statm: 355 214 106 186 0 168 0
[pid=28824] ppid=28800 vsize=406172 CPUtime=1.93 cores=0-7
/proc/28824/stat : 28824 (python) R 28800 28800 28468 0 -1 4202560 833 0 0 0 169 24 0 0 18 0 1 0 548756189 415920128 5969 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557766 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/28824/statm: 101543 5969 371 364 0 37443 0
[pid=28826] ppid=28824 vsize=0 CPUtime=7.95 cores=0-7
/proc/28826/stat : 28826 (march_hi) R 28824 28826 28826 0 -1 4202500 506 0 0 0 795 0 0 0 25 0 1 0 548756189 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28826/statm: 0 0 0 0 0 0 0
[pid=28827] ppid=28800 vsize=416428 CPUtime=0.01 cores=0-7
/proc/28827/stat : 28827 (python) S 28800 28800 28468 0 -1 4202560 875 0 0 0 1 0 0 0 15 0 1 0 548756193 426422272 5862 33554432000 4194304 5683644 140735748746080 18446744073709551615 271550557766 0 0 16781312 514 3757805292591481092 0 0 17 4 0 0 0
/proc/28827/statm: 104107 5862 377 364 0 40004 0
[pid=28829] ppid=28827 vsize=1420 CPUtime=4.89 cores=0-7
/proc/28829/stat : 28829 (march_hi) R 28827 28829 28829 0 -1 4202496 478 0 0 0 489 0 0 0 25 0 1 0 548756193 1454080 214 33554432000 4194304 4955518 140736551450896 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28829/statm: 355 214 106 186 0 168 0
[pid=28800/tid=28807] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28807/stat : 28807 (python) S 28798 28800 28468 0 -1 4202560 26 931 0 0 0 0 0 0 19 0 9 0 548756166 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 6 0 0 0
[pid=28800/tid=28810] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28810/stat : 28810 (python) S 28798 28800 28468 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 9 0 548756169 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 0 0 0 0
[pid=28800/tid=28813] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28813/stat : 28813 (python) S 28798 28800 28468 0 -1 4202560 20 931 0 0 0 0 0 0 18 0 9 0 548756173 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 5 0 0 0
[pid=28800/tid=28816] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28816/stat : 28816 (python) S 28798 28800 28468 0 -1 4202560 80 931 0 0 0 0 0 0 19 0 9 0 548756177 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 0 0 0 0
[pid=28800/tid=28819] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28819/stat : 28819 (python) S 28798 28800 28468 0 -1 4202560 33 931 0 0 0 0 0 0 21 0 9 0 548756181 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 4 0 0 0
[pid=28800/tid=28822] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28822/stat : 28822 (python) S 28798 28800 28468 0 -1 4202560 34 931 0 0 0 0 0 0 23 0 9 0 548756185 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 4 0 0 0
[pid=28800/tid=28825] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28825/stat : 28825 (python) S 28798 28800 28468 0 -1 4202560 35 931 0 0 0 0 0 0 20 0 9 0 548756189 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 4 0 0 0
[pid=28800/tid=28828] ppid=28798 vsize=426672 CPUtime=0 cores=0-7
/proc/28800/task/28828/stat : 28828 (python) S 28798 28800 28468 0 -1 4202560 32 931 0 0 0 0 0 0 22 0 9 0 548756193 436912128 7378 33554432000 4194304 5683644 140735748746080 18446744073709551615 271562361265 0 0 16781312 2 18446604447111696576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 70.59
Current children cumulated vsize (KiB) 5311980

[startup+10.8011 s]
/proc/loadavg: 7.43 8.69 8.95 18/232 28829
/proc/meminfo: memFree=26936244/32951124 swapFree=67111336/67111528
[pid=28800] ppid=28798 vsize=375344 CPUtime=71.34 cores=0-7
/proc/28800/stat : 28800 (python) R 28798 28800 28468 0 -1 4202496 18661 12617 1 0 65 10 6928 131 17 0 1 0 548756108 384352256 7323 33554432000 4194304 5683644 140735748746080 18446744073709551615 5258767 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28800/statm: 93836 7323 1874 364 0 29760 0
Current children cumulated CPU time (s) 71.34
Current children cumulated vsize (KiB) 375344

Child status: 0
Real time (s): 10.8098
CPU time (s): 71.3731
CPU user time (s): 69.9474
CPU system time (s): 1.42578
CPU usage (%): 660.265
Max. virtual memory (cumulated for all children) (KiB): 5318204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.9474
system time used= 1.42578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32243
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= 3902
involuntary context switches= 3250

runsolver used 0.031995 second user time and 0.06099 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-02 23:26:22
IDJOB=3322051
IDBENCH=82829
IDSOLVER=1712
FILE ID=node133/3322051-1304371582
RUNJOBID= node133-1304366465-28482
PBS_JOBID= 13181738
Free space on /tmp= 73648 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1713710439-035.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-3322051-1304371582/watcher-3322051-1304371582 -o /tmp/evaluation-result-3322051-1304371582/solver-3322051-1304371582 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322051-1304371582.cnf -seed 1828957852 -budget 40000 -cores 8

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

MD5SUM BENCH= a22e1737ea83ac381c0ce023d3bc0e5e
RANDOM SEED=1828957852

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26991020 kB
Buffers:        606848 kB
Cached:        1730640 kB
SwapCached:        124 kB
Active:        3730784 kB
Inactive:      1860756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26991020 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:           32316 kB
Writeback:           0 kB
AnonPages:     3253636 kB
Mapped:          20520 kB
Slab:           293640 kB
PageTables:      12616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3759176 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73616 MiB
End job on node133 at 2011-05-02 23:26:33