Trace number 3378414

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)? 4777.79 1199.04

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1971541934-090.UNKNOWN.cnf
MD5SUM6180decb1c46447c67f7e6e340e02857
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.47	c INFO: solving HOME/instance-3378414-1305465325.cnf
0.32/0.47	c INFO: computing task features
0.32/0.48	c INFO: computed variable-clause graph statistics
0.32/0.48	c INFO: computed clause balance statistics
0.40/0.53	c INFO: computed variable balance statistics
0.40/0.57	c INFO: computed small-clause counts
0.40/0.57	c INFO: computed Horn-clause counts
0.40/0.58	c INFO: computed variable graph statistics
0.40/0.58	c INFO: collected features for HOME/instance-3378414-1305465325.cnf in 0.11 s
0.40/0.59	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
0.40/0.60	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.49/0.60	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.28)
0.49/0.62	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.34)
392.03/98.90	c INFO: running march_hi@0 for 679 with 1101 remaining (b = 0.31)
400.00/100.87	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.27)
1582.23/397.33	c INFO: running march_hi@0 for 97 with 803 remaining (b = 0.05)
1977.66/496.55	c INFO: running march_hi@97 for 291 with 703 remaining (b = 0.16)
2734.04/686.27	c INFO: running march_hi@0 for 514 with 514 remaining (b = 0.20)
3113.52/781.40	c INFO: running march_hi@0 for 419 with 419 remaining (b = 0.15)
3132.23/786.14	c INFO: running march_hi@97 for 291 with 414 remaining (b = 0.10)
3145.40/789.41	c INFO: running march_hi@100 for 291 with 411 remaining (b = 0.10)
4297.00/1078.43	c INFO: running march_hi@390 for 122 with 122 remaining (b = 0.05)
4328.88/1086.45	c INFO: running march_hi@389 for 114 with 114 remaining (b = 0.05)
4777.60/1199.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378414-1305465325/watcher-3378414-1305465325 -o /tmp/evaluation-result-3378414-1305465325/solver-3378414-1305465325 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378414-1305465325.cnf -seed 1584200343 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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: 0.08 0.03 0.72 5/384 5937
/proc/meminfo: memFree=23670084/32951124 swapFree=44485764/67111528
[pid=5937] ppid=5935 vsize=15780 CPUtime=0 cores=1,3,5,7
/proc/5937/stat : 5937 (python) R 5935 5937 5751 0 -1 4202496 927 0 0 0 0 0 0 0 25 0 1 0 658132995 16158720 807 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446943232 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/5937/statm: 3945 807 356 364 0 432 0

[startup+0.089489 s]
/proc/loadavg: 0.08 0.03 0.72 5/384 5937
/proc/meminfo: memFree=23670084/32951124 swapFree=44485764/67111528
[pid=5937] ppid=5935 vsize=94212 CPUtime=0.05 cores=1,3,5,7
/proc/5937/stat : 5937 (python) S 5935 5937 5751 0 -1 4202496 2778 0 0 0 4 1 0 0 25 0 1 0 658132995 96473088 2483 33554432000 4194304 5683644 140736749926672 18446744073709551615 244442021511 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/5937/statm: 23553 2483 765 364 0 1685 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 94212

[startup+0.100481 s]
/proc/loadavg: 0.08 0.03 0.72 5/384 5937
/proc/meminfo: memFree=23670084/32951124 swapFree=44485764/67111528
[pid=5937] ppid=5935 vsize=104220 CPUtime=0.06 cores=1,3,5,7
/proc/5937/stat : 5937 (python) S 5935 5937 5751 0 -1 4202496 3044 0 0 0 5 1 0 0 25 0 1 0 658132995 106721280 2731 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/5937/statm: 26055 2731 847 364 0 1803 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104220

[startup+0.300451 s]
/proc/loadavg: 0.08 0.03 0.72 5/384 5937
/proc/meminfo: memFree=23670084/32951124 swapFree=44485764/67111528
[pid=5937] ppid=5935 vsize=168676 CPUtime=0.22 cores=1,3,5,7
/proc/5937/stat : 5937 (python) S 5935 5937 5751 0 -1 4202496 6722 934 1 0 16 6 0 0 17 0 1 0 658132995 172724224 4797 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/5937/statm: 42169 4797 1331 364 0 3454 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 168676

[startup+0.700371 s]
/proc/loadavg: 0.08 0.03 0.72 5/384 5937
/proc/meminfo: memFree=23670084/32951124 swapFree=44485764/67111528
[pid=5937] ppid=5935 vsize=320324 CPUtime=0.51 cores=1,3,5,7
/proc/5937/stat : 5937 (python) S 5935 5937 5751 0 -1 4202496 12201 934 1 0 42 9 0 0 19 0 5 0 658132995 328011776 7269 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5937/statm: 80081 7269 1873 364 0 15990 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 320324

[startup+1.50122 s]
/proc/loadavg: 0.47 0.11 0.75 10/397 5954
/proc/meminfo: memFree=23628184/32951124 swapFree=44485764/67111528
[pid=5937] ppid=5935 vsize=320324 CPUtime=0.51 cores=1,3,5,7
/proc/5937/stat : 5937 (python) S 5935 5937 5751 0 -1 4202496 12201 934 1 0 42 9 0 0 19 0 5 0 658132995 328011776 7269 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5937/statm: 80081 7269 1873 364 0 15990 0
[pid=5943] ppid=5937 vsize=278628 CPUtime=0 cores=1,3,5,7
/proc/5943/stat : 5943 (python) S 5937 5937 5751 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 658133055 285315072 5575 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446965263 0 0 16781312 514 2367349693966450687 0 0 17 7 0 0 0
/proc/5943/statm: 69657 5575 354 364 0 5575 0
[pid=5945] ppid=5943 vsize=1017936 CPUtime=0.9 cores=1,3,5,7
/proc/5945/stat : 5945 (gnovelty+2) R 5943 5945 5945 0 -1 4202496 461 0 0 0 90 0 0 0 21 0 1 0 658133055 1042366464 196 33554432000 134512640 135663704 4290878304 18446744073709551615 134545682 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/5945/statm: 254484 196 113 282 0 254200 0
[pid=5946] ppid=5937 vsize=289432 CPUtime=0 cores=1,3,5,7
/proc/5946/stat : 5946 (python) S 5937 5937 5751 0 -1 4202560 734 0 0 0 0 0 0 0 20 0 1 0 658133056 296378368 5715 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446965318 0 0 16781312 514 9364418217394569215 0 0 17 1 0 0 0
/proc/5946/statm: 72358 5715 348 364 0 8273 0
[pid=5948] ppid=5946 vsize=1017936 CPUtime=0.89 cores=1,3,5,7
/proc/5948/stat : 5948 (gnovelty+2) R 5946 5948 5948 0 -1 4202496 461 0 0 0 89 0 0 0 25 0 1 0 658133056 1042366464 196 33554432000 134512640 135663704 4288064608 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5948/statm: 254484 196 113 282 0 254200 0
[pid=5949] ppid=5937 vsize=299688 CPUtime=0 cores=1,3,5,7
/proc/5949/stat : 5949 (python) S 5937 5937 5751 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 1 0 658133056 306880512 5719 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446965318 0 0 16781312 514 17621406669730709764 0 0 17 7 0 0 0
/proc/5949/statm: 74922 5719 348 364 0 10834 0
[pid=5951] ppid=5949 vsize=2880 CPUtime=0.87 cores=1,3,5,7
/proc/5951/stat : 5951 (march_hi) R 5949 5951 5951 0 -1 4202496 777 0 0 0 87 0 0 0 25 0 1 0 658133057 2949120 515 33554432000 4194304 4955518 140736329646352 18446744073709551615 4347009 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/5951/statm: 720 515 104 186 0 533 0
[pid=5952] ppid=5937 vsize=310080 CPUtime=0 cores=1,3,5,7
/proc/5952/stat : 5952 (python) S 5937 5937 5751 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 658133057 317521920 5740 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446965318 0 0 16781312 514 3882379960018501895 0 0 17 1 0 0 0
/proc/5952/statm: 77520 5740 348 364 0 13429 0
[pid=5954] ppid=5952 vsize=2880 CPUtime=0.87 cores=1,3,5,7
/proc/5954/stat : 5954 (march_hi) R 5952 5954 5954 0 -1 4202496 776 0 0 0 87 0 0 0 23 0 1 0 658133058 2949120 516 33554432000 4194304 4955518 140736848351760 18446744073709551615 4263703 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5954/statm: 720 516 104 186 0 533 0
[pid=5937/tid=5944] ppid=5935 vsize=320324 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5944/stat : 5944 (python) S 5935 5937 5751 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 5 0 658133055 328011776 7269 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 7 0 0 0
[pid=5937/tid=5947] ppid=5935 vsize=320324 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5947/stat : 5947 (python) S 5935 5937 5751 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 5 0 658133056 328011776 7269 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
[pid=5937/tid=5950] ppid=5935 vsize=320324 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5950/stat : 5950 (python) S 5935 5937 5751 0 -1 4202560 23 934 0 0 0 0 0 0 23 0 5 0 658133057 328011776 7269 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 7 0 0 0
[pid=5937/tid=5953] ppid=5935 vsize=320324 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5953/stat : 5953 (python) S 5935 5937 5751 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 5 0 658133058 328011776 7269 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 3539784

[startup+3.10093 s]
/proc/loadavg: 0.47 0.11 0.75 9/397 5954
/proc/meminfo: memFree=23626984/32951124 swapFree=44485764/67111528
[pid=5937] ppid=5935 vsize=320324 CPUtime=0.51 cores=1,3,5,7
/proc/5937/stat : 5937 (python) S 5935 5937 5751 0 -1 4202496 12201 934 1 0 42 9 0 0 19 0 5 0 658132995 328011776 7269 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5937/statm: 80081 7269 1873 364 0 15990 0
[pid=5943] ppid=5937 vsize=278628 CPUtime=0 cores=1,3,5,7
/proc/5943/stat : 5943 (python) S 5937 5937 5751 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 658133055 285315072 5575 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446965263 0 0 16781312 514 2367349693966418183 0 0 17 7 0 0 0
/proc/5943/statm: 69657 5575 354 364 0 5575 0
[pid=5945] ppid=5943 vsize=1017936 CPUtime=2.5 cores=1,3,5,7
/proc/5945/stat : 5945 (gnovelty+2) R 5943 5945 5945 0 -1 4202496 461 0 0 0 250 0 0 0 25 0 1 0 658133055 1042366464 196 33554432000 134512640 135663704 4290878304 18446744073709551615 134524561 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/5945/statm: 254484 196 113 282 0 254200 0
[pid=5946] ppid=5937 vsize=289432 CPUtime=0 cores=1,3,5,7
/proc/5946/stat : 5946 (python) S 5937 5937 5751 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 658133056 296378368 5715 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446965318 0 0 16781312 514 9364418217394536709 0 0 17 1 0 0 0
/proc/5946/statm: 72358 5715 348 364 0 8273 0
[pid=5948] ppid=5946 vsize=1017936 CPUtime=2.49 cores=1,3,5,7
/proc/5948/stat : 5948 (gnovelty+2) R 5946 5948 5948 0 -1 4202496 461 0 0 0 249 0 0 0 25 0 1 0 658133056 1042366464 196 33554432000 134512640 135663704 4288064608 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5948/statm: 254484 196 113 282 0 254200 0
[pid=5949] ppid=5937 vsize=299688 CPUtime=0 cores=1,3,5,7
/proc/5949/stat : 5949 (python) S 5937 5937 5751 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 658133056 306880512 5719 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446965318 0 0 16781312 514 17621406669730709764 0 0 17 7 0 0 0
/proc/5949/statm: 74922 5719 348 364 0 10834 0
[pid=5951] ppid=5949 vsize=3304 CPUtime=2.45 cores=1,3,5,7
/proc/5951/stat : 5951 (march_hi) R 5949 5951 5951 0 -1 4202496 841 0 0 0 245 0 0 0 25 0 1 0 658133057 3383296 579 33554432000 4194304 4955518 140736329646352 18446744073709551615 4286801 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/5951/statm: 826 579 104 186 0 639 0
[pid=5952] ppid=5937 vsize=310080 CPUtime=0 cores=1,3,5,7
/proc/5952/stat : 5952 (python) S 5937 5937 5751 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 658133057 317521920 5740 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446965318 0 0 16781312 514 3882379960018501895 0 0 17 1 0 0 0
/proc/5952/statm: 77520 5740 348 364 0 13429 0
[pid=5954] ppid=5952 vsize=3304 CPUtime=2.47 cores=1,3,5,7
/proc/5954/stat : 5954 (march_hi) R 5952 5954 5954 0 -1 4202496 841 0 0 0 247 0 0 0 25 0 1 0 658133058 3383296 581 33554432000 4194304 4955518 140736848351760 18446744073709551615 4227824 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5954/statm: 826 581 104 186 0 639 0
[pid=5937/tid=5944] ppid=5935 vsize=320324 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5944/stat : 5944 (python) S 5935 5937 5751 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 5 0 658133055 328011776 7269 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 7 0 0 0
[pid=5937/tid=5947] ppid=5935 vsize=320324 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5947/stat : 5947 (python) S 5935 5937 5751 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 5 0 658133056 328011776 7269 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
[pid=5937/tid=5950] ppid=5935 vsize=320324 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5950/stat : 5950 (python) S 5935 5937 5751 0 -1 4202560 23 934 0 0 0 0 0 0 23 0 5 0 658133057 328011776 7269 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 7 0 0 0
[pid=5937/tid=5953] ppid=5935 vsize=320324 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5953/stat : 5953 (python) S 5935 5937 5751 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 5 0 658133058 328011776 7269 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.42
Current children cumulated vsize (KiB) 3540632

[startup+6.30133 s]
/proc/loadavg: 1.08 0.24 0.79 9/397 5954
/proc/meminfo: memFree=23622036/32951124 swapFree=44485764/67111528
[pid=5937] ppid=5935 vsize=320324 CPUtime=0.51 cores=1,3,5,7
/proc/5937/stat : 5937 (python) S 5935 5937 5751 0 -1 4202496 12201 934 1 0 42 9 0 0 19 0 5 0 658132995 328011776 7269 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5937/statm: 80081 7269 1873 364 0 15990 0
[pid=5943] ppid=5937 vsize=278628 CPUtime=0.01 cores=1,3,5,7
/proc/5943/stat : 5943 (python) S 5937 5937 5751 0 -1 4202560 890 0 0 0 1 0 0 0 18 0 1 0 658133055 285315072 5598 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446965263 0 0 16781312 514 2367349693966418183 0 0 17 7 0 0 0
/proc/5943/statm: 69657 5598 377 364 0 5575 0
[pid=5945] ppid=5943 vsize=1017936 CPUtime=5.67 cores=1,3,5,7
/proc/5945/stat : 5945 (gnovelty+2) R 5943 5945 5945 0 -1 4202496 461 0 0 0 567 0 0 0 25 0 1 0 658133055 1042366464 196 33554432000 134512640 135663704 4290878304 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/5945/statm: 254484 196 113 282 0 254200 0
[pid=5946] ppid=5937 vsize=289432 CPUtime=0 cores=1,3,5,7
/proc/5946/stat : 5946 (python) S 5937 5937 5751 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 658133056 296378368 5738 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446965318 0 0 16781312 514 9364418217394536709 0 0 17 1 0 0 0
/proc/5946/statm: 72358 5738 371 364 0 8273 0
[pid=5948] ppid=5946 vsize=1017936 CPUtime=5.69 cores=1,3,5,7
/proc/5948/stat : 5948 (gnovelty+2) R 5946 5948 5948 0 -1 4202496 461 0 0 0 569 0 0 0 25 0 1 0 658133056 1042366464 196 33554432000 134512640 135663704 4288064608 18446744073709551615 134545607 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5948/statm: 254484 196 113 282 0 254200 0
[pid=5949] ppid=5937 vsize=299688 CPUtime=0.01 cores=1,3,5,7
/proc/5949/stat : 5949 (python) S 5937 5937 5751 0 -1 4202560 906 0 0 0 0 1 0 0 15 0 1 0 658133056 306880512 5742 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446965318 0 0 16781312 514 17621406669730709764 0 0 17 7 0 0 0
/proc/5949/statm: 74922 5742 371 364 0 10834 0
[pid=5951] ppid=5949 vsize=4032 CPUtime=5.58 cores=1,3,5,7
/proc/5951/stat : 5951 (march_hi) R 5949 5951 5951 0 -1 4202496 989 0 0 0 558 0 0 0 25 0 1 0 658133057 4128768 727 33554432000 4194304 4955518 140736329646352 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/5951/statm: 1008 727 104 186 0 821 0
[pid=5952] ppid=5937 vsize=310080 CPUtime=0.01 cores=1,3,5,7
/proc/5952/stat : 5952 (python) S 5937 5937 5751 0 -1 4202560 915 0 0 0 1 0 0 0 15 0 1 0 658133057 317521920 5763 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446965318 0 0 16781312 514 3882379960018501895 0 0 17 1 0 0 0
/proc/5952/statm: 77520 5763 371 364 0 13429 0
[pid=5954] ppid=5952 vsize=4032 CPUtime=5.67 cores=1,3,5,7
/proc/5954/stat : 5954 (march_hi) R 5952 5954 5954 0 -1 4202496 993 0 0 0 567 0 0 0 25 0 1 0 658133058 4128768 733 33554432000 4194304 4955518 140736848351760 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5954/statm: 1008 733 104 186 0 821 0
[pid=5937/tid=5944] ppid=5935 vsize=320324 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5944/stat : 5944 (python) S 5935 5937 5751 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 5 0 658133055 328011776 7269 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 7 0 0 0
[pid=5937/tid=5947] ppid=5935 vsize=320324 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5947/stat : 5947 (python) S 5935 5937 5751 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 5 0 658133056 328011776 7269 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
[pid=5937/tid=5950] ppid=5935 vsize=320324 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5950/stat : 5950 (python) S 5935 5937 5751 0 -1 4202560 23 934 0 0 0 0 0 0 23 0 5 0 658133057 328011776 7269 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 7 0 0 0
[pid=5937/tid=5953] ppid=5935 vsize=320324 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5953/stat : 5953 (python) S 5935 5937 5751 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 5 0 658133058 328011776 7269 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.15
Current children cumulated vsize (KiB) 3542088

[startup+12.7012 s]
/proc/loadavg: 1.63 0.37 0.82 9/397 5954
/proc/meminfo: memFree=23618848/32951124 swapFree=44485764/67111528
[pid=5937] ppid=5935 vsize=320324 CPUtime=0.51 cores=1,3,5,7
/proc/5937/stat : 5937 (python) S 5935 5937 5751 0 -1 4202496 12201 934 1 0 42 9 0 0 19 0 5 0 658132995 328011776 7269 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5937/statm: 80081 7269 1873 364 0 15990 0
[pid=5943] ppid=5937 vsize=278628 CPUtime=0.03 cores=1,3,5,7
/proc/5943/stat : 5943 (python) S 5937 5937 5751 0 -1 4202560 894 0 0 0 1 2 0 0 18 0 1 0 658133055 285315072 5598 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446965263 0 0 16781312 514 15449211493601476871 0 0 17 7 0 0 0
/proc/5943/statm: 69657 5598 377 364 0 5575 0
[pid=5945] ppid=5943 vsize=1017936 CPUtime=12.03 cores=1,3,5,7
/proc/5945/stat : 5945 (gnovelty+2) R 5943 5945 5945 0 -1 4202496 461 0 0 0 1203 0 0 0 25 0 1 0 658133055 1042366464 196 33554432000 134512640 135663704 4290878304 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/5945/statm: 254484 196 113 282 0 254200 0
[pid=5946] ppid=5937 vsize=289432 CPUtime=0.02 cores=1,3,5,7

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

/proc/5975/stat : 5975 (python) S 5937 5937 5751 0 -1 4202560 1155 0 0 0 127 111 0 0 15 0 2 0 658143083 337985536 5701 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446965318 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5975/statm: 82516 5701 400 364 0 18419 0
[pid=5977] ppid=5975 vsize=156068 CPUtime=802.91 cores=1,3,5,7
/proc/5977/stat : 5977 (march_hi) R 5975 5977 5977 0 -1 4202496 29081 0 0 0 80283 8 0 0 25 0 1 0 658143083 159813632 28820 33554432000 4194304 4955518 140735041234832 18446744073709551615 4227647 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5977/statm: 39017 28820 104 186 0 38830 0
[pid=5975/tid=6036] ppid=5937 vsize=330064 CPUtime=0 cores=1,3,5,7
/proc/5975/task/6036/stat : 6036 (python) S 5937 5937 5751 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 658211609 337985536 5701 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 514 18446604466626183616 0 0 -1 5 0 0 0
[pid=6021] ppid=5937 vsize=340944 CPUtime=1.57 cores=1,3,5,7
/proc/6021/stat : 6021 (python) S 5937 5937 5751 0 -1 4202560 1009 0 0 0 86 71 0 0 15 0 1 0 658201623 349126656 5822 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446965318 0 0 16781312 514 15449211493601476870 0 0 17 1 0 0 0
/proc/6021/statm: 85236 5822 371 364 0 21136 0
[pid=6023] ppid=6021 vsize=111868 CPUtime=507.15 cores=1,3,5,7
/proc/6023/stat : 6023 (march_hi) R 6021 6023 6023 0 -1 4202496 19096 0 0 0 50712 3 0 0 25 0 1 0 658201623 114552832 18832 33554432000 4194304 4955518 140736357978512 18446744073709551615 4227756 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6023/statm: 27967 18832 104 186 0 27780 0
[pid=6033] ppid=5937 vsize=350824 CPUtime=1.29 cores=1,3,5,7
/proc/6033/stat : 6033 (python) S 5937 5937 5751 0 -1 4202560 1050 0 0 0 70 59 0 0 15 0 1 0 658211136 359243776 5715 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446965318 0 0 16781312 514 15449211493601476869 0 0 17 1 0 0 0
/proc/6033/statm: 87706 5715 377 364 0 23603 0
[pid=6035] ppid=6033 vsize=72224 CPUtime=414.65 cores=1,3,5,7
/proc/6035/stat : 6035 (march_hi) R 6033 6035 6035 0 -1 4202496 15802 0 0 0 41462 3 0 0 25 0 1 0 658211136 73957376 15530 33554432000 4194304 4955518 140734994389072 18446744073709551615 4227827 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6035/statm: 18056 15530 104 186 0 17869 0
[pid=5937/tid=5944] ppid=5935 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5944/stat : 5944 (python) S 5935 5937 5751 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 9 0 658133055 370401280 7395 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 7 0 0 0
[pid=5937/tid=5947] ppid=5935 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5947/stat : 5947 (python) S 5935 5937 5751 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 9 0 658133056 370401280 7395 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
[pid=5937/tid=5950] ppid=5935 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5950/stat : 5950 (python) S 5935 5937 5751 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 9 0 658133057 370401280 7395 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 7 0 0 0
[pid=5937/tid=5953] ppid=5935 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5953/stat : 5953 (python) S 5935 5937 5751 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 658133058 370401280 7395 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
[pid=5937/tid=5959] ppid=5935 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5959/stat : 5959 (python) S 5935 5937 5751 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 658142885 370401280 7395 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
[pid=5937/tid=5976] ppid=5935 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5976/stat : 5976 (python) S 5935 5937 5751 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 658143083 370401280 7395 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
[pid=5937/tid=6022] ppid=5935 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/5937/task/6022/stat : 6022 (python) S 5935 5937 5751 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 658201623 370401280 7395 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
[pid=5937/tid=6034] ppid=5935 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/5937/task/6034/stat : 6034 (python) S 5935 5937 5751 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 658211136 370401280 7395 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4772.76
Current children cumulated vsize (KiB) 5777032

[startup+1198.6 s]
/proc/loadavg: 8.38 8.06 6.11 10/462 6051
/proc/meminfo: memFree=22844448/32951124 swapFree=44485764/67111528
[pid=5937] ppid=5935 vsize=361720 CPUtime=0.59 cores=1,3,5,7
/proc/5937/stat : 5937 (python) S 5935 5937 5751 0 -1 4202496 16243 934 1 0 49 10 0 0 18 0 9 0 658132995 370401280 7395 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5937/statm: 90430 7395 1890 364 0 26327 0
[pid=5943] ppid=5937 vsize=288872 CPUtime=0.27 cores=1,3,5,7
/proc/5943/stat : 5943 (python) S 5937 5937 5751 0 -1 4202560 1159 0 0 0 14 13 0 0 19 0 2 0 658133055 295804928 5642 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/5943/statm: 72218 5642 416 364 0 8136 0
[pid=5945] ppid=5943 vsize=1017936 CPUtime=97.92 cores=1,3,5,7
/proc/5945/stat : 5945 (gnovelty+2) T 5943 5945 5945 0 -1 4202496 462 0 0 0 9792 0 0 0 25 0 1 0 658133055 1042366464 197 33554432000 134512640 135663704 4290878304 18446744073709551615 134545772 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/5945/statm: 254484 197 113 282 0 254200 0
[pid=5943/tid=5957] ppid=5937 vsize=288872 CPUtime=0 cores=1,3,5,7
/proc/5943/task/5957/stat : 5957 (python) S 5937 5937 5751 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 658142885 295804928 5642 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 514 18446604470643753984 0 0 -1 7 0 0 0
[pid=5946] ppid=5937 vsize=289432 CPUtime=0.26 cores=1,3,5,7
/proc/5946/stat : 5946 (python) S 5937 5937 5751 0 -1 4202560 1091 0 0 0 14 12 0 0 19 0 2 0 658133056 296378368 5768 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/5946/statm: 72358 5768 400 364 0 8273 0
[pid=5948] ppid=5946 vsize=1017936 CPUtime=100.24 cores=1,3,5,7
/proc/5948/stat : 5948 (gnovelty+2) T 5946 5948 5948 0 -1 4202496 462 0 0 0 10024 0 0 0 25 0 1 0 658133056 1042366464 197 33554432000 134512640 135663704 4288064608 18446744073709551615 134525187 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/5948/statm: 254484 197 113 282 0 254200 0
[pid=5946/tid=5974] ppid=5937 vsize=289432 CPUtime=0 cores=1,3,5,7
/proc/5946/task/5974/stat : 5974 (python) S 5937 5937 5751 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658143082 296378368 5768 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 514 18446604459387984064 0 0 -1 1 0 0 0
[pid=5949] ppid=5937 vsize=299688 CPUtime=2.35 cores=1,3,5,7
/proc/5949/stat : 5949 (python) S 5937 5937 5751 0 -1 4202560 1157 0 0 0 127 108 0 0 16 0 2 0 658133056 306880512 5772 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/5949/statm: 74922 5772 400 364 0 10834 0
[pid=5951] ppid=5949 vsize=156068 CPUtime=778.36 cores=1,3,5,7
/proc/5951/stat : 5951 (march_hi) T 5949 5951 5951 0 -1 4202496 28268 0 0 0 77831 5 0 0 25 0 1 0 658133057 159813632 28006 33554432000 4194304 4955518 140736329646352 18446744073709551615 4224651 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/5951/statm: 39017 28006 104 186 0 38830 0
[pid=5949/tid=6009] ppid=5937 vsize=299688 CPUtime=0 cores=1,3,5,7
/proc/5949/task/6009/stat : 6009 (python) S 5937 5937 5751 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 658172727 306880512 5772 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 514 18446604469249532160 0 0 -1 3 0 0 0
[pid=5952] ppid=5937 vsize=310080 CPUtime=2.91 cores=1,3,5,7
/proc/5952/stat : 5952 (python) S 5937 5937 5751 0 -1 4202560 1158 0 0 0 148 143 0 0 15 0 2 0 658133057 317521920 5793 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/5952/statm: 77520 5793 400 364 0 13429 0
[pid=5954] ppid=5952 vsize=176420 CPUtime=975.18 cores=1,3,5,7
/proc/5954/stat : 5954 (march_hi) T 5952 5954 5954 0 -1 4202496 34735 0 0 0 97510 8 0 0 25 0 1 0 658133058 180654080 34475 33554432000 4194304 4955518 140736848351760 18446744073709551615 4238410 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5954/statm: 44105 34475 104 186 0 43918 0
[pid=5952/tid=6020] ppid=5937 vsize=310080 CPUtime=0 cores=1,3,5,7
/proc/5952/task/6020/stat : 6020 (python) S 5937 5937 5751 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658201622 317521920 5793 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 514 18446604471088473280 0 0 -1 3 0 0 0
[pid=5958] ppid=5937 vsize=320336 CPUtime=3.26 cores=1,3,5,7
/proc/5958/stat : 5958 (python) S 5937 5937 5751 0 -1 4202560 1155 0 0 0 168 158 0 0 16 0 2 0 658142885 328024064 5797 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446965318 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/5958/statm: 80084 5797 400 364 0 15990 0
[pid=5960] ppid=5958 vsize=176552 CPUtime=1082.29 cores=1,3,5,7
/proc/5960/stat : 5960 (march_hi) R 5958 5960 5960 0 -1 4202496 38501 0 0 0 108222 7 0 0 25 0 1 0 658142886 180789248 38240 33554432000 4194304 4955518 140734388576704 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5960/statm: 44138 38240 104 186 0 43951 0
[pid=5958/tid=6032] ppid=5937 vsize=320336 CPUtime=0 cores=1,3,5,7
/proc/5958/task/6032/stat : 6032 (python) S 5937 5937 5751 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 658211135 328024064 5797 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 514 18446604457338528128 0 0 -1 1 0 0 0
[pid=5975] ppid=5937 vsize=330064 CPUtime=2.38 cores=1,3,5,7
/proc/5975/stat : 5975 (python) S 5937 5937 5751 0 -1 4202560 1155 0 0 0 127 111 0 0 15 0 2 0 658143083 337985536 5701 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446965318 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5975/statm: 82516 5701 400 364 0 18419 0
[pid=5977] ppid=5975 vsize=156068 CPUtime=803.71 cores=1,3,5,7
/proc/5977/stat : 5977 (march_hi) R 5975 5977 5977 0 -1 4202496 29111 0 0 0 80363 8 0 0 25 0 1 0 658143083 159813632 28850 33554432000 4194304 4955518 140735041234832 18446744073709551615 4227667 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5977/statm: 39017 28850 104 186 0 38830 0
[pid=5975/tid=6036] ppid=5937 vsize=330064 CPUtime=0 cores=1,3,5,7
/proc/5975/task/6036/stat : 6036 (python) S 5937 5937 5751 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 658211609 337985536 5701 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 514 18446604466626183616 0 0 -1 5 0 0 0
[pid=6021] ppid=5937 vsize=340944 CPUtime=1.57 cores=1,3,5,7
/proc/6021/stat : 6021 (python) S 5937 5937 5751 0 -1 4202560 1009 0 0 0 86 71 0 0 15 0 1 0 658201623 349126656 5822 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446965318 0 0 16781312 514 15449211493601476870 0 0 17 1 0 0 0
/proc/6021/statm: 85236 5822 371 364 0 21136 0
[pid=6023] ppid=6021 vsize=111868 CPUtime=507.93 cores=1,3,5,7
/proc/6023/stat : 6023 (march_hi) R 6021 6023 6023 0 -1 4202496 19123 0 0 0 50790 3 0 0 25 0 1 0 658201623 114552832 18859 33554432000 4194304 4955518 140736357978512 18446744073709551615 4227609 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6023/statm: 27967 18859 104 186 0 27780 0
[pid=6033] ppid=5937 vsize=350824 CPUtime=1.29 cores=1,3,5,7
/proc/6033/stat : 6033 (python) S 5937 5937 5751 0 -1 4202560 1050 0 0 0 70 59 0 0 15 0 1 0 658211136 359243776 5715 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446965318 0 0 16781312 514 15449211493601476869 0 0 17 1 0 0 0
/proc/6033/statm: 87706 5715 377 364 0 23603 0
[pid=6035] ppid=6033 vsize=72224 CPUtime=415.43 cores=1,3,5,7
/proc/6035/stat : 6035 (march_hi) R 6033 6035 6035 0 -1 4202496 15830 0 0 0 41540 3 0 0 25 0 1 0 658211136 73957376 15558 33554432000 4194304 4955518 140734994389072 18446744073709551615 4227847 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6035/statm: 18056 15558 104 186 0 17869 0
[pid=5937/tid=5944] ppid=5935 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5944/stat : 5944 (python) S 5935 5937 5751 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 9 0 658133055 370401280 7395 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 7 0 0 0
[pid=5937/tid=5947] ppid=5935 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5947/stat : 5947 (python) S 5935 5937 5751 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 9 0 658133056 370401280 7395 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
[pid=5937/tid=5950] ppid=5935 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5950/stat : 5950 (python) S 5935 5937 5751 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 9 0 658133057 370401280 7395 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 7 0 0 0
[pid=5937/tid=5953] ppid=5935 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5953/stat : 5953 (python) S 5935 5937 5751 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 658133058 370401280 7395 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
[pid=5937/tid=5959] ppid=5935 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5959/stat : 5959 (python) S 5935 5937 5751 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 658142885 370401280 7395 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
[pid=5937/tid=5976] ppid=5935 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/5937/task/5976/stat : 5976 (python) S 5935 5937 5751 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 658143083 370401280 7395 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
[pid=5937/tid=6022] ppid=5935 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/5937/task/6022/stat : 6022 (python) S 5935 5937 5751 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 658201623 370401280 7395 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
[pid=5937/tid=6034] ppid=5935 vsize=361720 CPUtime=0 cores=1,3,5,7
/proc/5937/task/6034/stat : 6034 (python) S 5935 5937 5751 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 658211136 370401280 7395 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4775.94
Current children cumulated vsize (KiB) 5777032

[startup+1199 s]
/proc/loadavg: 8.38 8.06 6.11 10/462 6051
/proc/meminfo: memFree=22844448/32951124 swapFree=44485764/67111528
[pid=5937] ppid=5935 vsize=360980 CPUtime=1958.16 cores=1,3,5,7
/proc/5937/stat : 5937 (python) S 5935 5937 5751 0 -1 4202496 16327 69523 1 0 49 10 195464 293 17 0 9 0 658132995 369643520 7242 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458775359 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5937/statm: 90245 7242 1890 364 0 26142 0
[pid=5958] ppid=5937 vsize=320336 CPUtime=3.26 cores=1,3,5,7
/proc/5958/stat : 5958 (python) S 5937 5937 5751 0 -1 4202560 1155 0 0 0 168 158 0 0 16 0 2 0 658142885 328024064 5797 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446965318 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/5958/statm: 80084 5797 400 364 0 15990 0
[pid=5960] ppid=5958 vsize=176552 CPUtime=1082.67 cores=1,3,5,7
/proc/5960/stat : 5960 (march_hi) R 5958 5960 5960 0 -1 4202496 38515 0 0 0 108260 7 0 0 25 0 1 0 658142886 180789248 38254 33554432000 4194304 4955518 140734388576704 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5960/statm: 44138 38254 104 186 0 43951 0
[pid=5958/tid=6032] ppid=5937 vsize=320336 CPUtime=0 cores=1,3,5,7
/proc/5958/task/6032/stat : 6032 (python) S 5937 5937 5751 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 658211135 328024064 5797 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 514 18446604457338528128 0 0 -1 1 0 0 0
[pid=5975] ppid=5937 vsize=0 CPUtime=806.49 cores=1,3,5,7
/proc/5975/stat : 5975 (python) R 5937 5937 5751 0 -1 4202564 1188 29125 0 0 128 112 80401 8 16 0 1 0 658143083 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5975/statm: 0 0 0 0 0 0 0
[pid=6021] ppid=5937 vsize=340944 CPUtime=1.59 cores=1,3,5,7
/proc/6021/stat : 6021 (python) S 5937 5937 5751 0 -1 4202560 1009 0 0 0 87 72 0 0 16 0 1 0 658201623 349126656 5822 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446965318 0 0 16781312 514 15449211493601476870 0 0 17 1 0 0 0
/proc/6021/statm: 85236 5822 371 364 0 21136 0
[pid=6023] ppid=6021 vsize=111868 CPUtime=508.31 cores=1,3,5,7
/proc/6023/stat : 6023 (march_hi) R 6021 6023 6023 0 -1 4202496 19135 0 0 0 50828 3 0 0 25 0 1 0 658201623 114552832 18871 33554432000 4194304 4955518 140736357978512 18446744073709551615 4238743 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6023/statm: 27967 18871 104 186 0 27780 0
[pid=6033] ppid=5937 vsize=350824 CPUtime=1.29 cores=1,3,5,7
/proc/6033/stat : 6033 (python) S 5937 5937 5751 0 -1 4202560 1050 0 0 0 70 59 0 0 15 0 1 0 658211136 359243776 5715 33554432000 4194304 5683644 140736749926672 18446744073709551615 244446965318 0 0 16781312 514 15449211493601476869 0 0 17 1 0 0 0
/proc/6033/statm: 87706 5715 377 364 0 23603 0
[pid=6035] ppid=6033 vsize=72224 CPUtime=415.83 cores=1,3,5,7
/proc/6035/stat : 6035 (march_hi) R 6033 6035 6035 0 -1 4202496 15843 0 0 0 41580 3 0 0 25 0 1 0 658211136 73957376 15571 33554432000 4194304 4955518 140734994389072 18446744073709551615 4227741 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6035/statm: 18056 15571 104 186 0 17869 0
[pid=5937/tid=5944] ppid=5935 vsize=360980 CPUtime=1957.57 cores=1,3,5,7
/proc/5937/task/5944/stat : 5944 (python) S 5935 5937 5751 0 -1 4202560 26 69523 0 0 0 0 195464 293 19 0 9 0 658133055 369643520 7242 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 7 0 0 0
[pid=5937/tid=5947] ppid=5935 vsize=360980 CPUtime=1957.57 cores=1,3,5,7
/proc/5937/task/5947/stat : 5947 (python) S 5935 5937 5751 0 -1 4202560 22 69523 0 0 0 0 195464 293 21 0 9 0 658133056 369643520 7242 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
[pid=5937/tid=5950] ppid=5935 vsize=360980 CPUtime=1957.57 cores=1,3,5,7
/proc/5937/task/5950/stat : 5950 (python) S 5935 5937 5751 0 -1 4202560 29 69523 0 0 0 0 195464 293 18 0 9 0 658133057 369643520 7242 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 7 0 0 0
[pid=5937/tid=5953] ppid=5935 vsize=360980 CPUtime=1957.57 cores=1,3,5,7
/proc/5937/task/5953/stat : 5953 (python) S 5935 5937 5751 0 -1 4202560 31 69523 0 0 0 0 195464 293 18 0 9 0 658133058 369643520 7242 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
[pid=5937/tid=5959] ppid=5935 vsize=360980 CPUtime=1957.57 cores=1,3,5,7
/proc/5937/task/5959/stat : 5959 (python) S 5935 5937 5751 0 -1 4202560 30 69523 0 0 0 0 195464 293 18 0 9 0 658142885 369643520 7242 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
[pid=5937/tid=5976] ppid=5935 vsize=360980 CPUtime=1957.57 cores=1,3,5,7
/proc/5937/task/5976/stat : 5976 (python) S 5935 5937 5751 0 -1 4202560 31 69523 0 0 0 0 195464 293 18 0 9 0 658143083 369643520 7242 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
[pid=5937/tid=6022] ppid=5935 vsize=360980 CPUtime=1957.57 cores=1,3,5,7
/proc/5937/task/6022/stat : 6022 (python) S 5935 5937 5751 0 -1 4202560 29 69523 0 0 0 0 195464 293 20 0 9 0 658201623 369643520 7242 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
[pid=5937/tid=6034] ppid=5935 vsize=360980 CPUtime=1957.57 cores=1,3,5,7
/proc/5937/task/6034/stat : 6034 (python) S 5935 5937 5751 0 -1 4202560 26 69523 0 0 0 0 195464 293 20 0 9 0 658211136 369643520 7242 33554432000 4194304 5683644 140736749926672 18446744073709551615 244458768817 0 0 16781312 2 18446604465405654208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4777.6
Current children cumulated vsize (KiB) 1733728

Child status: 0
Real time (s): 1199.04
CPU time (s): 4777.79
CPU user time (s): 4770.46
CPU system time (s): 7.32389
CPU usage (%): 398.468
Max. virtual memory (cumulated for all children) (KiB): 5777036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4770.46
system time used= 7.32389
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197063
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= 8079
involuntary context switches= 29954

runsolver used 5.52716 second user time and 10.7304 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 15:15:25
IDJOB=3378414
IDBENCH=82823
IDSOLVER=1859
FILE ID=node105/3378414-1305465325
RUNJOBID= node105-1305465320-5770
PBS_JOBID= 13325059
Free space on /tmp= 73548 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S1971541934-090.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-3378414-1305465325/watcher-3378414-1305465325 -o /tmp/evaluation-result-3378414-1305465325/solver-3378414-1305465325 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378414-1305465325.cnf -seed 1584200343 -budget 4800 -cores 4

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

MD5SUM BENCH= 6180decb1c46447c67f7e6e340e02857
RANDOM SEED=1584200343

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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:      23670364 kB
Buffers:        307156 kB
Cached:        6814996 kB
SwapCached:      39656 kB
Active:        1657668 kB
Inactive:      7336880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23670364 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:           64104 kB
Writeback:           0 kB
AnonPages:     1840144 kB
Mapped:          22188 kB
Slab:           143552 kB
PageTables:      75988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 94437028 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= 73516 MiB
End job on node105 at 2011-05-15 15:35:25