Trace number 3317436

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 1440.95 361.415

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S360859187-040.UNKNOWN.cnf
MD5SUM5da80be8e24322484381341b0d82cc61
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark359.33
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.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3317436-1304269719.cnf
0.32/0.46	c INFO: computing task features
0.32/0.47	c INFO: computed variable-clause graph statistics
0.32/0.47	c INFO: computed clause balance statistics
0.41/0.53	c INFO: computed variable balance statistics
0.41/0.56	c INFO: computed small-clause counts
0.41/0.56	c INFO: computed Horn-clause counts
0.41/0.56	c INFO: computed variable graph statistics
0.41/0.56	c INFO: collected features for HOME/instance-3317436-1304269719.cnf in 0.10 s
0.41/0.59	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.62)
0.51/0.62	c INFO: running march_hi@0 for 194 with 4799 remaining (b = 0.19)
0.51/0.65	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.07)
0.51/0.68	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.30)
400.02/100.78	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.31)
400.39/100.86	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.28)
788.06/197.96	c INFO: running march_hi@0 for 97 with 4602 remaining (b = 0.07)
1183.73/297.09	c INFO: running march_hi@98 for 291 with 4503 remaining (b = 0.19)
1440.44/361.39	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-3317436-1304269719/watcher-3317436-1304269719 -o /tmp/evaluation-result-3317436-1304269719/solver-3317436-1304269719 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317436-1304269719.cnf -seed 1751892944 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 7.80 8.05 7.46 6/255 16503
/proc/meminfo: memFree=23098532/32950940 swapFree=67111364/67111528
[pid=16503] ppid=16501 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/16503/stat : 16503 (python) R 16501 16503 15742 0 -1 4202496 888 0 0 0 0 0 0 0 25 0 1 0 617202736 16154624 769 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988253381 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/16503/statm: 3944 771 343 364 0 431 0

[startup+0.0553421 s]
/proc/loadavg: 7.80 8.05 7.46 6/255 16503
/proc/meminfo: memFree=23098532/32950940 swapFree=67111364/67111528
[pid=16503] ppid=16501 vsize=36508 CPUtime=0.03 cores=0,2,4,6
/proc/16503/stat : 16503 (python) R 16501 16503 15742 0 -1 4202496 1564 0 0 0 3 0 0 0 25 0 1 0 617202736 37384192 1398 33554432000 4194304 5683644 140736463502848 18446744073709551615 4651640 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/16503/statm: 9127 1398 452 364 0 944 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36508

[startup+0.100335 s]
/proc/loadavg: 7.80 8.05 7.46 6/255 16503
/proc/meminfo: memFree=23098532/32950940 swapFree=67111364/67111528
[pid=16503] ppid=16501 vsize=104232 CPUtime=0.07 cores=0,2,4,6
/proc/16503/stat : 16503 (python) R 16501 16503 15742 0 -1 4202496 3088 0 0 0 5 2 0 0 25 0 1 0 617202736 106733568 2768 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988253381 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/16503/statm: 26058 2768 847 364 0 1806 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104232

[startup+0.300302 s]
/proc/loadavg: 7.80 8.05 7.46 6/255 16503
/proc/meminfo: memFree=23098532/32950940 swapFree=67111364/67111528
[pid=16503] ppid=16501 vsize=190256 CPUtime=0.24 cores=0,2,4,6
/proc/16503/stat : 16503 (python) R 16501 16503 15742 0 -1 4202496 6850 936 1 0 17 7 0 0 25 0 1 0 617202736 194822144 4905 33554432000 4194304 5683644 140736463502848 18446744073709551615 215983630101 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/16503/statm: 47564 4913 1410 364 0 3724 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 190256

[startup+0.700231 s]
/proc/loadavg: 7.80 8.05 7.46 6/255 16503
/proc/meminfo: memFree=23098532/32950940 swapFree=67111364/67111528
[pid=16503] ppid=16501 vsize=320036 CPUtime=0.59 cores=0,2,4,6
/proc/16503/stat : 16503 (python) S 16501 16503 15742 0 -1 4202496 12229 936 1 0 49 10 0 0 25 0 5 0 617202736 327716864 7222 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16503/statm: 80009 7222 1881 364 0 15918 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 320036

[startup+1.50109 s]
/proc/loadavg: 7.80 8.05 7.46 9/268 16520
/proc/meminfo: memFree=23057624/32950940 swapFree=67111364/67111528
[pid=16503] ppid=16501 vsize=320036 CPUtime=0.59 cores=0,2,4,6
/proc/16503/stat : 16503 (python) S 16501 16503 15742 0 -1 4202496 12229 936 1 0 49 10 0 0 25 0 5 0 617202736 327716864 7222 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16503/statm: 80009 7222 1881 364 0 15918 0
[pid=16509] ppid=16503 vsize=278456 CPUtime=0 cores=0,2,4,6
/proc/16509/stat : 16509 (python) S 16503 16503 15742 0 -1 4202560 735 0 0 0 0 0 0 0 25 0 1 0 617202795 285138944 5551 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988612623 0 0 16781312 514 2634917497853181951 0 0 17 6 0 0 0
/proc/16509/statm: 69614 5551 354 364 0 5532 0
[pid=16511] ppid=16509 vsize=1017800 CPUtime=0.9 cores=0,2,4,6
/proc/16511/stat : 16511 (gnovelty+2) R 16509 16511 16511 0 -1 4202496 436 0 0 0 90 0 0 0 25 0 1 0 617202795 1042227200 172 33554432000 134512640 135663704 4287131888 18446744073709551615 134524901 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16511/statm: 254450 172 113 282 0 254166 0
[pid=16512] ppid=16503 vsize=289280 CPUtime=0 cores=0,2,4,6
/proc/16512/stat : 16512 (python) S 16503 16503 15742 0 -1 4202560 753 0 0 0 0 0 0 0 18 0 1 0 617202798 296222720 5677 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988612678 0 0 16781312 514 11778170871170957572 0 0 17 6 0 0 0
/proc/16512/statm: 72320 5677 348 364 0 8235 0
[pid=16514] ppid=16512 vsize=1560 CPUtime=0.86 cores=0,2,4,6
/proc/16514/stat : 16514 (march_hi) R 16512 16514 16514 0 -1 4202496 500 0 0 0 86 0 0 0 25 0 1 0 617202798 1597440 239 33554432000 4194304 4955518 140737350729664 18446744073709551615 4245783 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16514/statm: 390 239 106 186 0 203 0
[pid=16515] ppid=16503 vsize=299536 CPUtime=0 cores=0,2,4,6
/proc/16515/stat : 16515 (python) S 16503 16503 15742 0 -1 4202560 746 0 0 0 0 0 0 0 25 0 1 0 617202801 306724864 5681 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988612678 0 0 16781312 514 3439685517472432127 0 0 17 4 0 0 0
/proc/16515/statm: 74884 5681 348 364 0 10796 0
[pid=16517] ppid=16515 vsize=1017800 CPUtime=0.83 cores=0,2,4,6
/proc/16517/stat : 16517 (gnovelty+2) R 16515 16517 16517 0 -1 4202496 434 0 0 0 83 0 0 0 25 0 1 0 617202801 1042227200 171 33554432000 134512640 135663704 4293111008 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16517/statm: 254450 171 113 282 0 254166 0
[pid=16518] ppid=16503 vsize=309792 CPUtime=0 cores=0,2,4,6
/proc/16518/stat : 16518 (python) S 16503 16503 15742 0 -1 4202560 756 0 0 0 0 0 0 0 19 0 1 0 617202804 317227008 5685 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988612678 0 0 16781312 514 15487109464682627331 0 0 17 2 0 0 0
/proc/16518/statm: 77448 5685 348 364 0 13357 0
[pid=16520] ppid=16518 vsize=1560 CPUtime=0.81 cores=0,2,4,6
/proc/16520/stat : 16520 (march_hi) R 16518 16520 16520 0 -1 4202496 503 0 0 0 81 0 0 0 25 0 1 0 617202804 1597440 239 33554432000 4194304 4955518 140734567986528 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16520/statm: 390 239 106 186 0 203 0
[pid=16503/tid=16510] ppid=16501 vsize=320036 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16510/stat : 16510 (python) S 16501 16503 15742 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 5 0 617202795 327716864 7222 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 6 0 0 0
[pid=16503/tid=16513] ppid=16501 vsize=320036 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16513/stat : 16513 (python) S 16501 16503 15742 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 617202798 327716864 7222 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
[pid=16503/tid=16516] ppid=16501 vsize=320036 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16516/stat : 16516 (python) S 16501 16503 15742 0 -1 4202560 21 936 0 0 0 0 0 0 25 0 5 0 617202801 327716864 7222 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
[pid=16503/tid=16519] ppid=16501 vsize=320036 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16519/stat : 16519 (python) S 16501 16503 15742 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 5 0 617202804 327716864 7222 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 3535820

[startup+3.10081 s]
/proc/loadavg: 7.89 8.06 7.47 9/268 16520
/proc/meminfo: memFree=23056936/32950940 swapFree=67111364/67111528
[pid=16503] ppid=16501 vsize=320036 CPUtime=0.59 cores=0,2,4,6
/proc/16503/stat : 16503 (python) S 16501 16503 15742 0 -1 4202496 12229 936 1 0 49 10 0 0 25 0 5 0 617202736 327716864 7222 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16503/statm: 80009 7222 1881 364 0 15918 0
[pid=16509] ppid=16503 vsize=278456 CPUtime=0 cores=0,2,4,6
/proc/16509/stat : 16509 (python) S 16503 16503 15742 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 617202795 285138944 5551 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988612623 0 0 16781312 514 2634917497853149441 0 0 17 6 0 0 0
/proc/16509/statm: 69614 5551 354 364 0 5532 0
[pid=16511] ppid=16509 vsize=1017800 CPUtime=2.5 cores=0,2,4,6
/proc/16511/stat : 16511 (gnovelty+2) R 16509 16511 16511 0 -1 4202496 436 0 0 0 250 0 0 0 25 0 1 0 617202795 1042227200 172 33554432000 134512640 135663704 4287131888 18446744073709551615 134525520 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16511/statm: 254450 172 113 282 0 254166 0
[pid=16512] ppid=16503 vsize=289280 CPUtime=0 cores=0,2,4,6
/proc/16512/stat : 16512 (python) S 16503 16503 15742 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 617202798 296222720 5677 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988612678 0 0 16781312 514 5601795809742913796 0 0 17 6 0 0 0
/proc/16512/statm: 72320 5677 348 364 0 8235 0
[pid=16514] ppid=16512 vsize=1560 CPUtime=2.45 cores=0,2,4,6
/proc/16514/stat : 16514 (march_hi) R 16512 16514 16514 0 -1 4202496 503 0 0 0 245 0 0 0 25 0 1 0 617202798 1597440 242 33554432000 4194304 4955518 140737350729664 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16514/statm: 390 242 106 186 0 203 0
[pid=16515] ppid=16503 vsize=299536 CPUtime=0 cores=0,2,4,6
/proc/16515/stat : 16515 (python) S 16503 16503 15742 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 617202801 306724864 5681 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988612678 0 0 16781312 514 3439685517472399617 0 0 17 4 0 0 0
/proc/16515/statm: 74884 5681 348 364 0 10796 0
[pid=16517] ppid=16515 vsize=1017800 CPUtime=2.43 cores=0,2,4,6
/proc/16517/stat : 16517 (gnovelty+2) R 16515 16517 16517 0 -1 4202496 434 0 0 0 243 0 0 0 25 0 1 0 617202801 1042227200 171 33554432000 134512640 135663704 4293111008 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16517/statm: 254450 171 113 282 0 254166 0
[pid=16518] ppid=16503 vsize=309792 CPUtime=0 cores=0,2,4,6
/proc/16518/stat : 16518 (python) S 16503 16503 15742 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 617202804 317227008 5685 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988612678 0 0 16781312 514 5601795809742913795 0 0 17 2 0 0 0
/proc/16518/statm: 77448 5685 348 364 0 13357 0
[pid=16520] ppid=16518 vsize=1560 CPUtime=2.41 cores=0,2,4,6
/proc/16520/stat : 16520 (march_hi) R 16518 16520 16520 0 -1 4202496 506 0 0 0 241 0 0 0 25 0 1 0 617202804 1597440 242 33554432000 4194304 4955518 140734567986528 18446744073709551615 4208592 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16520/statm: 390 242 106 186 0 203 0
[pid=16503/tid=16510] ppid=16501 vsize=320036 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16510/stat : 16510 (python) S 16501 16503 15742 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 5 0 617202795 327716864 7222 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 6 0 0 0
[pid=16503/tid=16513] ppid=16501 vsize=320036 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16513/stat : 16513 (python) S 16501 16503 15742 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 617202798 327716864 7222 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
[pid=16503/tid=16516] ppid=16501 vsize=320036 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16516/stat : 16516 (python) S 16501 16503 15742 0 -1 4202560 21 936 0 0 0 0 0 0 25 0 5 0 617202801 327716864 7222 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
[pid=16503/tid=16519] ppid=16501 vsize=320036 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16519/stat : 16519 (python) S 16501 16503 15742 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 5 0 617202804 327716864 7222 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10.38
Current children cumulated vsize (KiB) 3535820

[startup+6.30125 s]
/proc/loadavg: 7.89 8.06 7.47 10/268 16520
/proc/meminfo: memFree=23054220/32950940 swapFree=67111364/67111528
[pid=16503] ppid=16501 vsize=320036 CPUtime=0.59 cores=0,2,4,6
/proc/16503/stat : 16503 (python) S 16501 16503 15742 0 -1 4202496 12229 936 1 0 49 10 0 0 25 0 5 0 617202736 327716864 7222 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16503/statm: 80009 7222 1881 364 0 15918 0
[pid=16509] ppid=16503 vsize=278456 CPUtime=0 cores=0,2,4,6
/proc/16509/stat : 16509 (python) S 16503 16503 15742 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 617202795 285138944 5574 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988612623 0 0 16781312 514 2634917497853149441 0 0 17 6 0 0 0
/proc/16509/statm: 69614 5574 377 364 0 5532 0
[pid=16511] ppid=16509 vsize=1017800 CPUtime=5.7 cores=0,2,4,6
/proc/16511/stat : 16511 (gnovelty+2) R 16509 16511 16511 0 -1 4202496 436 0 0 0 570 0 0 0 25 0 1 0 617202795 1042227200 172 33554432000 134512640 135663704 4287131888 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16511/statm: 254450 172 113 282 0 254166 0
[pid=16512] ppid=16503 vsize=289280 CPUtime=0.01 cores=0,2,4,6
/proc/16512/stat : 16512 (python) S 16503 16503 15742 0 -1 4202560 911 0 0 0 1 0 0 0 15 0 1 0 617202798 296222720 5700 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988612678 0 0 16781312 514 11778170871170957572 0 0 17 6 0 0 0
/proc/16512/statm: 72320 5700 371 364 0 8235 0
[pid=16514] ppid=16512 vsize=1692 CPUtime=5.61 cores=0,2,4,6
/proc/16514/stat : 16514 (march_hi) R 16512 16514 16514 0 -1 4202496 514 0 0 0 561 0 0 0 25 0 1 0 617202798 1732608 253 33554432000 4194304 4955518 140737350729664 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16514/statm: 423 253 106 186 0 236 0
[pid=16515] ppid=16503 vsize=299536 CPUtime=0 cores=0,2,4,6
/proc/16515/stat : 16515 (python) S 16503 16503 15742 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 617202801 306724864 5704 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988612678 0 0 16781312 514 3439685517472399617 0 0 17 4 0 0 0
/proc/16515/statm: 74884 5704 371 364 0 10796 0
[pid=16517] ppid=16515 vsize=1017800 CPUtime=5.62 cores=0,2,4,6
/proc/16517/stat : 16517 (gnovelty+2) R 16515 16517 16517 0 -1 4202496 434 0 0 0 562 0 0 0 25 0 1 0 617202801 1042227200 171 33554432000 134512640 135663704 4293111008 18446744073709551615 134525353 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16517/statm: 254450 171 113 282 0 254166 0
[pid=16518] ppid=16503 vsize=309792 CPUtime=0 cores=0,2,4,6
/proc/16518/stat : 16518 (python) S 16503 16503 15742 0 -1 4202560 912 0 0 0 0 0 0 0 15 0 1 0 617202804 317227008 5708 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988612678 0 0 16781312 514 15487109464682627331 0 0 17 2 0 0 0
/proc/16518/statm: 77448 5708 371 364 0 13357 0
[pid=16520] ppid=16518 vsize=1692 CPUtime=5.59 cores=0,2,4,6
/proc/16520/stat : 16520 (march_hi) R 16518 16520 16520 0 -1 4202496 517 0 0 0 559 0 0 0 25 0 1 0 617202804 1732608 253 33554432000 4194304 4955518 140734567986528 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16520/statm: 423 253 106 186 0 236 0
[pid=16503/tid=16510] ppid=16501 vsize=320036 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16510/stat : 16510 (python) S 16501 16503 15742 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 5 0 617202795 327716864 7222 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 6 0 0 0
[pid=16503/tid=16513] ppid=16501 vsize=320036 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16513/stat : 16513 (python) S 16501 16503 15742 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 617202798 327716864 7222 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
[pid=16503/tid=16516] ppid=16501 vsize=320036 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16516/stat : 16516 (python) S 16501 16503 15742 0 -1 4202560 21 936 0 0 0 0 0 0 25 0 5 0 617202801 327716864 7222 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
[pid=16503/tid=16519] ppid=16501 vsize=320036 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16519/stat : 16519 (python) S 16501 16503 15742 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 5 0 617202804 327716864 7222 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.12
Current children cumulated vsize (KiB) 3536084

[startup+12.7011 s]
/proc/loadavg: 7.91 8.06 7.47 9/268 16520
/proc/meminfo: memFree=23050644/32950940 swapFree=67111364/67111528
[pid=16503] ppid=16501 vsize=320036 CPUtime=0.59 cores=0,2,4,6
/proc/16503/stat : 16503 (python) S 16501 16503 15742 0 -1 4202496 12229 936 1 0 49 10 0 0 25 0 5 0 617202736 327716864 7222 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16503/statm: 80009 7222 1881 364 0 15918 0
[pid=16509] ppid=16503 vsize=278456 CPUtime=0.01 cores=0,2,4,6
/proc/16509/stat : 16509 (python) S 16503 16503 15742 0 -1 4202560 901 0 0 0 1 0 0 0 18 0 1 0 617202795 285138944 5574 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988612623 0 0 16781312 514 13451372477653418241 0 0 17 6 0 0 0
/proc/16509/statm: 69614 5574 377 364 0 5532 0
[pid=16511] ppid=16509 vsize=1017800 CPUtime=12.1 cores=0,2,4,6
/proc/16511/stat : 16511 (gnovelty+2) R 16509 16511 16511 0 -1 4202496 436 0 0 0 1210 0 0 0 25 0 1 0 617202795 1042227200 172 33554432000 134512640 135663704 4287131888 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16511/statm: 254450 172 113 282 0 254166 0
[pid=16512] ppid=16503 vsize=289280 CPUtime=0.01 cores=0,2,4,6

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

/proc/16526/stat : 16526 (python) S 16503 16503 15742 0 -1 4202560 1033 0 0 0 29 22 0 0 15 0 1 0 617212814 327729152 5730 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988612678 0 0 16781312 514 9324711828858568962 0 0 17 2 0 0 0
/proc/16526/statm: 80012 5730 380 364 0 15918 0
[pid=16528] ppid=16526 vsize=9456 CPUtime=258.19 cores=0,2,4,6
/proc/16528/stat : 16528 (march_hi) R 16526 16528 16528 0 -1 4202496 1974 0 0 0 25817 2 0 0 25 0 1 0 617212814 9682944 1712 33554432000 4194304 4955518 140736429437616 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16528/statm: 2364 1712 106 186 0 2177 0
[pid=16530] ppid=16503 vsize=330180 CPUtime=0.49 cores=0,2,4,6
/proc/16530/stat : 16530 (python) S 16503 16503 15742 0 -1 4202560 1026 0 0 0 28 21 0 0 15 0 1 0 617212822 338104320 5669 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988612678 0 0 16781312 514 14059371625782935809 0 0 17 4 0 0 0
/proc/16530/statm: 82545 5669 371 364 0 18448 0
[pid=16532] ppid=16530 vsize=9456 CPUtime=259.37 cores=0,2,4,6
/proc/16532/stat : 16532 (march_hi) R 16530 16532 16532 0 -1 4202496 1988 0 0 0 25934 3 0 0 25 0 1 0 617212822 9682944 1723 33554432000 4194304 4955518 140734600686304 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16532/statm: 2364 1723 106 186 0 2177 0
[pid=16503/tid=16510] ppid=16501 vsize=340772 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16510/stat : 16510 (python) S 16501 16503 15742 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 7 0 617202795 348950528 7297 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 6 0 0 0
[pid=16503/tid=16513] ppid=16501 vsize=340772 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16513/stat : 16513 (python) S 16501 16503 15742 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 7 0 617202798 348950528 7297 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
[pid=16503/tid=16516] ppid=16501 vsize=340772 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16516/stat : 16516 (python) S 16501 16503 15742 0 -1 4202560 21 936 0 0 0 0 0 0 25 0 7 0 617202801 348950528 7297 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
[pid=16503/tid=16519] ppid=16501 vsize=340772 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16519/stat : 16519 (python) S 16501 16503 15742 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 7 0 617202804 348950528 7297 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
[pid=16503/tid=16527] ppid=16501 vsize=340772 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16527/stat : 16527 (python) S 16501 16503 15742 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 7 0 617212814 348950528 7297 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
[pid=16503/tid=16531] ppid=16501 vsize=340772 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16531/stat : 16531 (python) S 16501 16503 15742 0 -1 4202560 27 936 0 0 0 0 0 0 21 0 7 0 617212822 348950528 7297 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1438.06
Current children cumulated vsize (KiB) 4259852

[startup+361.101 s]
/proc/loadavg: 8.19 8.12 7.66 9/297 16711
/proc/meminfo: memFree=23060068/32950940 swapFree=67111364/67111528
[pid=16503] ppid=16501 vsize=340772 CPUtime=0.71 cores=0,2,4,6
/proc/16503/stat : 16503 (python) S 16501 16503 15742 0 -1 4202496 14589 936 1 0 61 10 0 0 18 0 7 0 617202736 348950528 7297 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16503/statm: 85193 7297 1886 364 0 21096 0
[pid=16509] ppid=16503 vsize=288700 CPUtime=0.16 cores=0,2,4,6
/proc/16509/stat : 16509 (python) S 16503 16503 15742 0 -1 4202560 1086 0 0 0 9 7 0 0 19 0 2 0 617202795 295628800 5612 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16509/statm: 72175 5612 410 364 0 8093 0
[pid=16511] ppid=16509 vsize=1017800 CPUtime=100.15 cores=0,2,4,6
/proc/16511/stat : 16511 (gnovelty+2) T 16509 16511 16511 0 -1 4202496 436 0 0 0 10015 0 0 0 25 0 1 0 617202795 1042227200 172 33554432000 134512640 135663704 4287131888 18446744073709551615 134524553 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16511/statm: 254450 172 113 282 0 254166 0
[pid=16509/tid=16525] ppid=16503 vsize=288700 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16525/stat : 16525 (python) S 16503 16503 15742 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617212811 295628800 5612 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 514 18446604440641280896 0 0 -1 6 0 0 0
[pid=16512] ppid=16503 vsize=289280 CPUtime=0.71 cores=0,2,4,6
/proc/16512/stat : 16512 (python) S 16503 16503 15742 0 -1 4202560 1168 0 0 0 42 29 0 0 15 0 2 0 617202798 296222720 5730 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988612678 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16512/statm: 72320 5730 400 364 0 8235 0
[pid=16514] ppid=16512 vsize=13516 CPUtime=357.53 cores=0,2,4,6
/proc/16514/stat : 16514 (march_hi) R 16512 16514 16514 0 -1 4202496 3118 0 0 0 35753 0 0 0 25 0 1 0 617202798 13840384 2857 33554432000 4194304 4955518 140737350729664 18446744073709551615 4235263 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16514/statm: 3379 2857 106 186 0 3192 0
[pid=16512/tid=16675] ppid=16503 vsize=289280 CPUtime=0 cores=0,2,4,6
/proc/16512/task/16675/stat : 16675 (python) S 16503 16503 15742 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 617222529 296222720 5730 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 514 18446604440641280000 0 0 -1 6 0 0 0
[pid=16515] ppid=16503 vsize=299536 CPUtime=0.16 cores=0,2,4,6
/proc/16515/stat : 16515 (python) S 16503 16503 15742 0 -1 4202560 1084 0 0 0 9 7 0 0 19 0 2 0 617202801 306724864 5734 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16515/statm: 74884 5734 400 364 0 10796 0
[pid=16517] ppid=16515 vsize=1017800 CPUtime=99.99 cores=0,2,4,6
/proc/16517/stat : 16517 (gnovelty+2) T 16515 16517 16517 0 -1 4202496 434 0 0 0 9999 0 0 0 25 0 1 0 617202801 1042227200 171 33554432000 134512640 135663704 4293111008 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/16517/statm: 254450 171 113 282 0 254166 0
[pid=16515/tid=16529] ppid=16503 vsize=299536 CPUtime=0 cores=0,2,4,6
/proc/16515/task/16529/stat : 16529 (python) S 16503 16503 15742 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617212819 306724864 5734 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 514 18446604453713557440 0 0 -1 4 0 0 0
[pid=16518] ppid=16503 vsize=309792 CPUtime=0.69 cores=0,2,4,6
/proc/16518/stat : 16518 (python) S 16503 16503 15742 0 -1 4202560 1015 0 0 0 40 29 0 0 16 0 1 0 617202804 317227008 5708 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988612678 0 0 16781312 514 5601797347341205763 0 0 17 2 0 0 0
/proc/16518/statm: 77448 5708 371 364 0 13357 0
[pid=16520] ppid=16518 vsize=13516 CPUtime=360.19 cores=0,2,4,6
/proc/16520/stat : 16520 (march_hi) R 16518 16520 16520 0 -1 4202496 3204 0 0 0 36019 0 0 0 25 0 1 0 617202804 13840384 2940 33554432000 4194304 4955518 140734567986528 18446744073709551615 4285987 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16520/statm: 3379 2940 106 186 0 3192 0
[pid=16526] ppid=16503 vsize=320048 CPUtime=0.51 cores=0,2,4,6
/proc/16526/stat : 16526 (python) S 16503 16503 15742 0 -1 4202560 1033 0 0 0 29 22 0 0 15 0 1 0 617212814 327729152 5730 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988612678 0 0 16781312 514 9324711828858568962 0 0 17 2 0 0 0
/proc/16526/statm: 80012 5730 380 364 0 15918 0
[pid=16528] ppid=16526 vsize=9456 CPUtime=258.58 cores=0,2,4,6
/proc/16528/stat : 16528 (march_hi) R 16526 16528 16528 0 -1 4202496 1978 0 0 0 25856 2 0 0 25 0 1 0 617212814 9682944 1716 33554432000 4194304 4955518 140736429437616 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16528/statm: 2364 1716 106 186 0 2177 0
[pid=16530] ppid=16503 vsize=330180 CPUtime=0.49 cores=0,2,4,6
/proc/16530/stat : 16530 (python) S 16503 16503 15742 0 -1 4202560 1026 0 0 0 28 21 0 0 15 0 1 0 617212822 338104320 5669 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988612678 0 0 16781312 514 14059371625782935809 0 0 17 4 0 0 0
/proc/16530/statm: 82545 5669 371 364 0 18448 0
[pid=16532] ppid=16530 vsize=9456 CPUtime=259.77 cores=0,2,4,6
/proc/16532/stat : 16532 (march_hi) R 16530 16532 16532 0 -1 4202496 1990 0 0 0 25974 3 0 0 25 0 1 0 617212822 9682944 1725 33554432000 4194304 4955518 140734600686304 18446744073709551615 4237796 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16532/statm: 2364 1725 106 186 0 2177 0
[pid=16503/tid=16510] ppid=16501 vsize=340772 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16510/stat : 16510 (python) S 16501 16503 15742 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 7 0 617202795 348950528 7297 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 6 0 0 0
[pid=16503/tid=16513] ppid=16501 vsize=340772 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16513/stat : 16513 (python) S 16501 16503 15742 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 7 0 617202798 348950528 7297 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
[pid=16503/tid=16516] ppid=16501 vsize=340772 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16516/stat : 16516 (python) S 16501 16503 15742 0 -1 4202560 21 936 0 0 0 0 0 0 25 0 7 0 617202801 348950528 7297 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
[pid=16503/tid=16519] ppid=16501 vsize=340772 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16519/stat : 16519 (python) S 16501 16503 15742 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 7 0 617202804 348950528 7297 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
[pid=16503/tid=16527] ppid=16501 vsize=340772 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16527/stat : 16527 (python) S 16501 16503 15742 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 7 0 617212814 348950528 7297 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
[pid=16503/tid=16531] ppid=16501 vsize=340772 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16531/stat : 16531 (python) S 16501 16503 15742 0 -1 4202560 27 936 0 0 0 0 0 0 21 0 7 0 617212822 348950528 7297 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1439.64
Current children cumulated vsize (KiB) 4259852

[startup+361.301 s]
/proc/loadavg: 8.19 8.12 7.66 9/297 16711
/proc/meminfo: memFree=23060068/32950940 swapFree=67111364/67111528
[pid=16503] ppid=16501 vsize=340772 CPUtime=0.71 cores=0,2,4,6
/proc/16503/stat : 16503 (python) S 16501 16503 15742 0 -1 4202496 14589 936 1 0 61 10 0 0 18 0 7 0 617202736 348950528 7297 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16503/statm: 85193 7297 1886 364 0 21096 0
[pid=16509] ppid=16503 vsize=288700 CPUtime=0.16 cores=0,2,4,6
/proc/16509/stat : 16509 (python) S 16503 16503 15742 0 -1 4202560 1086 0 0 0 9 7 0 0 19 0 2 0 617202795 295628800 5612 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16509/statm: 72175 5612 410 364 0 8093 0
[pid=16511] ppid=16509 vsize=1017800 CPUtime=100.15 cores=0,2,4,6
/proc/16511/stat : 16511 (gnovelty+2) T 16509 16511 16511 0 -1 4202496 436 0 0 0 10015 0 0 0 25 0 1 0 617202795 1042227200 172 33554432000 134512640 135663704 4287131888 18446744073709551615 134524553 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16511/statm: 254450 172 113 282 0 254166 0
[pid=16509/tid=16525] ppid=16503 vsize=288700 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16525/stat : 16525 (python) S 16503 16503 15742 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617212811 295628800 5612 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 514 18446604440641280896 0 0 -1 6 0 0 0
[pid=16512] ppid=16503 vsize=289280 CPUtime=0.71 cores=0,2,4,6
/proc/16512/stat : 16512 (python) S 16503 16503 15742 0 -1 4202560 1168 0 0 0 42 29 0 0 15 0 2 0 617202798 296222720 5730 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988612678 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16512/statm: 72320 5730 400 364 0 8235 0
[pid=16514] ppid=16512 vsize=13516 CPUtime=357.72 cores=0,2,4,6
/proc/16514/stat : 16514 (march_hi) R 16512 16514 16514 0 -1 4202496 3120 0 0 0 35772 0 0 0 25 0 1 0 617202798 13840384 2859 33554432000 4194304 4955518 140737350729664 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16514/statm: 3379 2859 106 186 0 3192 0
[pid=16512/tid=16675] ppid=16503 vsize=289280 CPUtime=0 cores=0,2,4,6
/proc/16512/task/16675/stat : 16675 (python) S 16503 16503 15742 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 617222529 296222720 5730 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 514 18446604440641280000 0 0 -1 6 0 0 0
[pid=16515] ppid=16503 vsize=299536 CPUtime=0.16 cores=0,2,4,6
/proc/16515/stat : 16515 (python) S 16503 16503 15742 0 -1 4202560 1084 0 0 0 9 7 0 0 19 0 2 0 617202801 306724864 5734 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16515/statm: 74884 5734 400 364 0 10796 0
[pid=16517] ppid=16515 vsize=1017800 CPUtime=99.99 cores=0,2,4,6
/proc/16517/stat : 16517 (gnovelty+2) T 16515 16517 16517 0 -1 4202496 434 0 0 0 9999 0 0 0 25 0 1 0 617202801 1042227200 171 33554432000 134512640 135663704 4293111008 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/16517/statm: 254450 171 113 282 0 254166 0
[pid=16515/tid=16529] ppid=16503 vsize=299536 CPUtime=0 cores=0,2,4,6
/proc/16515/task/16529/stat : 16529 (python) S 16503 16503 15742 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617212819 306724864 5734 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 514 18446604453713557440 0 0 -1 4 0 0 0
[pid=16518] ppid=16503 vsize=309792 CPUtime=0.7 cores=0,2,4,6
/proc/16518/stat : 16518 (python) S 16503 16503 15742 0 -1 4202560 1019 0 0 0 40 30 0 0 15 0 1 0 617202804 317227008 5708 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988612678 0 0 16781312 514 5601797347341205763 0 0 17 2 0 0 0
/proc/16518/statm: 77448 5708 371 364 0 13357 0
[pid=16520] ppid=16518 vsize=13516 CPUtime=360.39 cores=0,2,4,6
/proc/16520/stat : 16520 (march_hi) R 16518 16520 16520 0 -1 4202496 3207 0 0 0 36039 0 0 0 25 0 1 0 617202804 13840384 2943 33554432000 4194304 4955518 140734567986528 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16520/statm: 3379 2943 106 186 0 3192 0
[pid=16526] ppid=16503 vsize=320048 CPUtime=0.51 cores=0,2,4,6
/proc/16526/stat : 16526 (python) S 16503 16503 15742 0 -1 4202560 1033 0 0 0 29 22 0 0 15 0 1 0 617212814 327729152 5730 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988612678 0 0 16781312 514 9324711828858568962 0 0 17 2 0 0 0
/proc/16526/statm: 80012 5730 380 364 0 15918 0
[pid=16528] ppid=16526 vsize=9456 CPUtime=258.78 cores=0,2,4,6
/proc/16528/stat : 16528 (march_hi) R 16526 16528 16528 0 -1 4202496 1979 0 0 0 25876 2 0 0 25 0 1 0 617212814 9682944 1717 33554432000 4194304 4955518 140736429437616 18446744073709551615 4208653 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16528/statm: 2364 1717 106 186 0 2177 0
[pid=16530] ppid=16503 vsize=330180 CPUtime=0.49 cores=0,2,4,6
/proc/16530/stat : 16530 (python) S 16503 16503 15742 0 -1 4202560 1026 0 0 0 28 21 0 0 15 0 1 0 617212822 338104320 5669 33554432000 4194304 5683644 140736463502848 18446744073709551615 215988612678 0 0 16781312 514 14059371625782935809 0 0 17 4 0 0 0
/proc/16530/statm: 82545 5669 371 364 0 18448 0
[pid=16532] ppid=16530 vsize=9456 CPUtime=259.97 cores=0,2,4,6
/proc/16532/stat : 16532 (march_hi) R 16530 16532 16532 0 -1 4202496 1992 0 0 0 25994 3 0 0 25 0 1 0 617212822 9682944 1727 33554432000 4194304 4955518 140734600686304 18446744073709551615 4208714 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16532/statm: 2364 1727 106 186 0 2177 0
[pid=16503/tid=16510] ppid=16501 vsize=340772 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16510/stat : 16510 (python) S 16501 16503 15742 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 7 0 617202795 348950528 7297 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 6 0 0 0
[pid=16503/tid=16513] ppid=16501 vsize=340772 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16513/stat : 16513 (python) S 16501 16503 15742 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 7 0 617202798 348950528 7297 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
[pid=16503/tid=16516] ppid=16501 vsize=340772 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16516/stat : 16516 (python) S 16501 16503 15742 0 -1 4202560 21 936 0 0 0 0 0 0 25 0 7 0 617202801 348950528 7297 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
[pid=16503/tid=16519] ppid=16501 vsize=340772 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16519/stat : 16519 (python) S 16501 16503 15742 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 7 0 617202804 348950528 7297 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
[pid=16503/tid=16527] ppid=16501 vsize=340772 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16527/stat : 16527 (python) S 16501 16503 15742 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 7 0 617212814 348950528 7297 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
[pid=16503/tid=16531] ppid=16501 vsize=340772 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16531/stat : 16531 (python) S 16501 16503 15742 0 -1 4202560 27 936 0 0 0 0 0 0 21 0 7 0 617212822 348950528 7297 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 2 18446604450707658944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1440.44
Current children cumulated vsize (KiB) 4259852

[startup+361.401 s]
/proc/loadavg: 8.19 8.12 7.66 9/297 16711
/proc/meminfo: memFree=23060068/32950940 swapFree=67111364/67111528
[pid=16503] ppid=16501 vsize=340708 CPUtime=1440.91 cores=0,2,4,6
/proc/16503/stat : 16503 (python) R 16501 16503 15742 0 -1 4202496 16433 18908 1 0 62 10 143892 127 17 0 6 0 617202736 348884992 7289 33554432000 4194304 5683644 140736463502848 18446744073709551615 5114130 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16503/statm: 85177 7289 1878 364 0 21096 0
[pid=16503/tid=16513] ppid=16501 vsize=340708 CPUtime=1440.19 cores=0,2,4,6
/proc/16503/task/16513/stat : 16513 (python) S 16501 16503 15742 0 -1 4202560 29 18908 0 0 0 0 143892 127 18 0 6 0 617202798 348884992 7289 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 0 18446604450707658944 0 0 -1 6 0 0 0
[pid=16503/tid=16516] ppid=16501 vsize=340708 CPUtime=1440.19 cores=0,2,4,6
/proc/16503/task/16516/stat : 16516 (python) S 16501 16503 15742 0 -1 4202560 23 18908 0 0 0 0 143892 127 18 0 6 0 617202801 348884992 7289 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 0 18446604450707658944 0 0 -1 6 0 0 0
[pid=16503/tid=16519] ppid=16501 vsize=340708 CPUtime=1440.19 cores=0,2,4,6
/proc/16503/task/16519/stat : 16519 (python) S 16501 16503 15742 0 -1 4202560 26 18908 0 0 0 0 143892 127 18 0 6 0 617202804 348884992 7289 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 0 18446604450707658944 0 0 -1 4 0 0 0
[pid=16503/tid=16527] ppid=16501 vsize=340708 CPUtime=1440.19 cores=0,2,4,6
/proc/16503/task/16527/stat : 16527 (python) S 16501 16503 15742 0 -1 4202560 27 18908 0 0 0 0 143892 127 18 0 6 0 617212814 348884992 7289 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 0 18446604450707658944 0 0 -1 6 0 0 0
[pid=16503/tid=16531] ppid=16501 vsize=340708 CPUtime=1440.19 cores=0,2,4,6
/proc/16503/task/16531/stat : 16531 (python) S 16501 16503 15742 0 -1 4202560 27 18908 0 0 0 0 143892 127 18 0 6 0 617212822 348884992 7289 33554432000 4194304 5683644 140736463502848 18446744073709551615 216000416177 0 0 16781312 0 18446604450707658944 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1440.91
Current children cumulated vsize (KiB) 340708

Child status: 0
Real time (s): 361.415
CPU time (s): 1440.95
CPU user time (s): 1439.56
CPU system time (s): 1.39179
CPU usage (%): 398.698
Max. virtual memory (cumulated for all children) (KiB): 4259852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1439.56
system time used= 1.39179
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37515
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= 4245
involuntary context switches= 9606

runsolver used 0.845871 second user time and 1.79473 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-01 19:08:39
IDJOB=3317436
IDBENCH=82901
IDSOLVER=1705
FILE ID=node117/3317436-1304269719
RUNJOBID= node117-1304267285-15760
PBS_JOBID= 13173962
Free space on /tmp= 72588 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S360859187-040.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-3317436-1304269719/watcher-3317436-1304269719 -o /tmp/evaluation-result-3317436-1304269719/solver-3317436-1304269719 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317436-1304269719.cnf -seed 1751892944 -budget 4800 -cores 4

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

MD5SUM BENCH= 5da80be8e24322484381341b0d82cc61
RANDOM SEED=1751892944

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      23098688 kB
Buffers:       1906124 kB
Cached:        5786788 kB
SwapCached:        160 kB
Active:        2762160 kB
Inactive:      6505256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      23098688 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           31876 kB
Writeback:          28 kB
AnonPages:     1574236 kB
Mapped:          24880 kB
Slab:           507412 kB
PageTables:      18500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 26576984 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= 72552 MiB
End job on node117 at 2011-05-01 19:14:41