Trace number 3317504

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 2795.61 700.772

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1205196501-095.UNKNOWN.cnf
MD5SUMb1bf2be38e1cea16efc5e7effa1a10c7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark688.356
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.46	c INFO: solving HOME/instance-3317504-1304269902.cnf
0.30/0.46	c INFO: computing task features
0.30/0.47	c INFO: computed variable-clause graph statistics
0.30/0.47	c INFO: computed clause balance statistics
0.39/0.51	c INFO: computed variable balance statistics
0.39/0.54	c INFO: computed small-clause counts
0.39/0.54	c INFO: computed Horn-clause counts
0.39/0.54	c INFO: computed variable graph statistics
0.39/0.54	c INFO: collected features for HOME/instance-3317504-1304269902.cnf in 0.08 s
0.39/0.57	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.57)
0.49/0.60	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.35)
0.49/0.63	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.35)
0.49/0.66	c INFO: running march_hi@0 for 97 with 4799 remaining (b = 0.10)
400.04/100.76	c INFO: running gnovelty+2@0 for 97 with 4699 remaining (b = 0.07)
403.20/101.53	c INFO: running march_hi@100 for 97 with 4698 remaining (b = 0.08)
792.07/199.00	c INFO: running march_hi@197 for 194 with 4601 remaining (b = 0.15)
800.05/200.95	c INFO: running march_hi@0 for 485 with 4599 remaining (b = 0.30)
1559.00/391.03	c INFO: running march_hi@297 for 97 with 4409 remaining (b = 0.10)
1577.38/395.61	c INFO: running march_hi@0 for 97 with 4404 remaining (b = 0.07)
1942.62/487.15	c INFO: running march_hi@0 for 97 with 4313 remaining (b = 0.06)
1958.98/491.25	c INFO: running march_hi@0 for 291 with 4309 remaining (b = 0.19)
1980.13/496.57	c INFO: running march_hi@485 for 97 with 4303 remaining (b = 0.09)
2319.83/581.65	c INFO: running march_hi@99 for 97 with 4218 remaining (b = 0.07)
2376.50/595.90	c INFO: running march_hi@579 for 194 with 4204 remaining (b = 0.13)
2717.42/681.29	c INFO: running march_hi@198 for 194 with 4119 remaining (b = 0.13)
2763.31/692.79	c INFO: running march_hi@191 for 97 with 4107 remaining (b = 0.06)
2795.26/700.75	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-3317504-1304269902/watcher-3317504-1304269902 -o /tmp/evaluation-result-3317504-1304269902/solver-3317504-1304269902 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317504-1304269902.cnf -seed 1888172637 -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: 10.55 9.24 8.04 9/248 7425
/proc/meminfo: memFree=17551328/32951124 swapFree=67111528/67111528
[pid=7425] ppid=7423 vsize=15764 CPUtime=0 cores=0,2,4,6
/proc/7425/stat : 7425 (python) S 7423 7425 6070 0 -1 4202496 846 0 0 0 0 0 0 0 25 0 1 0 538592787 16142336 728 33554432000 4194304 5683644 140734896218416 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/7425/statm: 3941 728 334 364 0 428 0

[startup+0.0331619 s]
/proc/loadavg: 10.55 9.24 8.04 9/248 7425
/proc/meminfo: memFree=17551328/32951124 swapFree=67111528/67111528
[pid=7425] ppid=7423 vsize=18884 CPUtime=0.01 cores=0,2,4,6
/proc/7425/stat : 7425 (python) R 7423 7425 6070 0 -1 4202496 1284 0 0 0 1 0 0 0 25 0 1 0 538592787 19337216 1136 33554432000 4194304 5683644 140734896218416 18446744073709551615 4527955 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/7425/statm: 4721 1136 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.1002 s]
/proc/loadavg: 10.55 9.24 8.04 9/248 7425
/proc/meminfo: memFree=17551328/32951124 swapFree=67111528/67111528
[pid=7425] ppid=7423 vsize=104228 CPUtime=0.07 cores=0,2,4,6
/proc/7425/stat : 7425 (python) S 7423 7425 6070 0 -1 4202496 3060 0 0 0 5 2 0 0 25 0 1 0 538592787 106729472 2742 33554432000 4194304 5683644 140734896218416 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/7425/statm: 26057 2742 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300158 s]
/proc/loadavg: 10.55 9.24 8.04 9/248 7425
/proc/meminfo: memFree=17551328/32951124 swapFree=67111528/67111528
[pid=7425] ppid=7423 vsize=182428 CPUtime=0.23 cores=0,2,4,6
/proc/7425/stat : 7425 (python) S 7423 7425 6070 0 -1 4202496 6750 932 1 0 16 7 0 0 25 0 1 0 538592787 186806272 4817 33554432000 4194304 5683644 140734896218416 18446744073709551615 216629591687 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/7425/statm: 45607 4817 1340 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 182428

[startup+0.701046 s]
/proc/loadavg: 10.55 9.24 8.04 9/248 7425
/proc/meminfo: memFree=17551328/32951124 swapFree=67111528/67111528
[pid=7425] ppid=7423 vsize=320368 CPUtime=0.54 cores=0,2,4,6
/proc/7425/stat : 7425 (python) S 7423 7425 6070 0 -1 4202496 12390 932 1 0 45 9 0 0 22 0 5 0 538592787 328056832 7289 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7425/statm: 80092 7289 1881 364 0 16001 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 320368

[startup+1.5009 s]
/proc/loadavg: 10.55 9.24 8.04 12/261 7442
/proc/meminfo: memFree=17510924/32951124 swapFree=67111528/67111528
[pid=7425] ppid=7423 vsize=320368 CPUtime=0.54 cores=0,2,4,6
/proc/7425/stat : 7425 (python) S 7423 7425 6070 0 -1 4202496 12390 932 1 0 45 9 0 0 22 0 5 0 538592787 328056832 7289 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7425/statm: 80092 7289 1881 364 0 16001 0
[pid=7431] ppid=7425 vsize=278600 CPUtime=0 cores=0,2,4,6
/proc/7431/stat : 7431 (python) S 7425 7425 6070 0 -1 4202560 739 0 0 0 0 0 0 0 25 0 1 0 538592845 285286400 5583 33554432000 4194304 5683644 140734896218416 18446744073709551615 216634535439 0 0 16781312 514 17986628973227933695 0 0 17 6 0 0 0
/proc/7431/statm: 69650 5583 354 364 0 5568 0
[pid=7433] ppid=7431 vsize=1017800 CPUtime=0.91 cores=0,2,4,6
/proc/7433/stat : 7433 (gnovelty+2) R 7431 7433 7433 0 -1 4202496 440 0 0 0 91 0 0 0 25 0 1 0 538592845 1042227200 178 33554432000 134512640 135663704 4292128432 18446744073709551615 134546166 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7433/statm: 254450 178 113 282 0 254166 0
[pid=7434] ppid=7425 vsize=289412 CPUtime=0 cores=0,2,4,6
/proc/7434/stat : 7434 (python) S 7425 7425 6070 0 -1 4202560 759 0 0 0 0 0 0 0 17 0 1 0 538592848 296357888 5710 33554432000 4194304 5683644 140734896218416 18446744073709551615 216634535494 0 0 16781312 514 1587448504198856963 0 0 17 2 0 0 0
/proc/7434/statm: 72353 5710 348 364 0 8268 0
[pid=7436] ppid=7434 vsize=2388 CPUtime=0.88 cores=0,2,4,6
/proc/7436/stat : 7436 (march_hi) R 7434 7436 7436 0 -1 4202496 664 0 0 0 88 0 0 0 25 0 1 0 538592848 2445312 403 33554432000 4194304 4955518 140733457185504 18446744073709551615 4307078 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7436/statm: 597 403 104 186 0 410 0
[pid=7437] ppid=7425 vsize=299328 CPUtime=0 cores=0,2,4,6
/proc/7437/stat : 7437 (python) S 7425 7425 6070 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 538592851 306511872 5613 33554432000 4194304 5683644 140734896218416 18446744073709551615 216634535494 0 0 16781312 514 1587457300291879172 0 0 17 4 0 0 0
/proc/7437/statm: 74832 5613 348 364 0 10744 0
[pid=7439] ppid=7437 vsize=2388 CPUtime=0.85 cores=0,2,4,6
/proc/7439/stat : 7439 (march_hi) R 7437 7439 7439 0 -1 4202496 667 0 0 0 85 0 0 0 23 0 1 0 538592851 2445312 402 33554432000 4194304 4955518 140735686109392 18446744073709551615 4227756 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7439/statm: 597 402 104 186 0 410 0
[pid=7440] ppid=7425 vsize=310124 CPUtime=0 cores=0,2,4,6
/proc/7440/stat : 7440 (python) S 7425 7425 6070 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 538592854 317566976 5752 33554432000 4194304 5683644 140734896218416 18446744073709551615 216634535494 0 0 16781312 514 16504131332096360707 0 0 17 6 0 0 0
/proc/7440/statm: 77531 5752 348 364 0 13440 0
[pid=7442] ppid=7440 vsize=2320 CPUtime=0.82 cores=0,2,4,6
/proc/7442/stat : 7442 (march_hi) R 7440 7442 7442 0 -1 4202496 666 0 0 0 82 0 0 0 25 0 1 0 538592854 2375680 401 33554432000 4194304 4955518 140733734951552 18446744073709551615 4224541 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7442/statm: 580 401 104 186 0 393 0
[pid=7425/tid=7432] ppid=7423 vsize=320368 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7432/stat : 7432 (python) S 7423 7425 6070 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 5 0 538592845 328056832 7289 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 6 0 0 0
[pid=7425/tid=7435] ppid=7423 vsize=320368 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7435/stat : 7435 (python) S 7423 7425 6070 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538592848 328056832 7289 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 4 0 0 0
[pid=7425/tid=7438] ppid=7423 vsize=320368 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7438/stat : 7438 (python) S 7423 7425 6070 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 5 0 538592851 328056832 7289 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 2 0 0 0
[pid=7425/tid=7441] ppid=7423 vsize=320368 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7441/stat : 7441 (python) S 7423 7425 6070 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 5 0 538592854 328056832 7289 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 2522728

[startup+3.10062 s]
/proc/loadavg: 10.59 9.26 8.05 12/261 7442
/proc/meminfo: memFree=17509372/32951124 swapFree=67111528/67111528
[pid=7425] ppid=7423 vsize=320368 CPUtime=0.54 cores=0,2,4,6
/proc/7425/stat : 7425 (python) S 7423 7425 6070 0 -1 4202496 12390 932 1 0 45 9 0 0 22 0 5 0 538592787 328056832 7289 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7425/statm: 80092 7289 1881 364 0 16001 0
[pid=7431] ppid=7425 vsize=278600 CPUtime=0 cores=0,2,4,6
/proc/7431/stat : 7431 (python) S 7425 7425 6070 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 538592845 285286400 5583 33554432000 4194304 5683644 140734896218416 18446744073709551615 216634535439 0 0 16781312 514 17986628973227901188 0 0 17 6 0 0 0
/proc/7431/statm: 69650 5583 354 364 0 5568 0
[pid=7433] ppid=7431 vsize=1017800 CPUtime=2.51 cores=0,2,4,6
/proc/7433/stat : 7433 (gnovelty+2) R 7431 7433 7433 0 -1 4202496 440 0 0 0 251 0 0 0 25 0 1 0 538592845 1042227200 178 33554432000 134512640 135663704 4292128432 18446744073709551615 134524566 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7433/statm: 254450 178 113 282 0 254166 0
[pid=7434] ppid=7425 vsize=289412 CPUtime=0 cores=0,2,4,6
/proc/7434/stat : 7434 (python) S 7425 7425 6070 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 538592848 296357888 5710 33554432000 4194304 5683644 140734896218416 18446744073709551615 216634535494 0 0 16781312 514 1587448504198856963 0 0 17 2 0 0 0
/proc/7434/statm: 72353 5710 348 364 0 8268 0
[pid=7436] ppid=7434 vsize=2824 CPUtime=2.48 cores=0,2,4,6
/proc/7436/stat : 7436 (march_hi) R 7434 7436 7436 0 -1 4202496 735 0 0 0 248 0 0 0 25 0 1 0 538592848 2891776 474 33554432000 4194304 4955518 140733457185504 18446744073709551615 4224631 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7436/statm: 706 474 104 186 0 519 0
[pid=7437] ppid=7425 vsize=299328 CPUtime=0 cores=0,2,4,6
/proc/7437/stat : 7437 (python) S 7425 7425 6070 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 538592851 306511872 5613 33554432000 4194304 5683644 140734896218416 18446744073709551615 216634535494 0 0 16781312 514 1587457300291879172 0 0 17 4 0 0 0
/proc/7437/statm: 74832 5613 348 364 0 10744 0
[pid=7439] ppid=7437 vsize=2824 CPUtime=2.45 cores=0,2,4,6
/proc/7439/stat : 7439 (march_hi) R 7437 7439 7439 0 -1 4202496 739 0 0 0 245 0 0 0 25 0 1 0 538592851 2891776 474 33554432000 4194304 4955518 140735686109392 18446744073709551615 4314013 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7439/statm: 706 474 104 186 0 519 0
[pid=7440] ppid=7425 vsize=310124 CPUtime=0 cores=0,2,4,6
/proc/7440/stat : 7440 (python) S 7425 7425 6070 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 538592854 317566976 5752 33554432000 4194304 5683644 140734896218416 18446744073709551615 216634535494 0 0 16781312 514 16504131332096360707 0 0 17 6 0 0 0
/proc/7440/statm: 77531 5752 348 364 0 13440 0
[pid=7442] ppid=7440 vsize=2824 CPUtime=2.41 cores=0,2,4,6
/proc/7442/stat : 7442 (march_hi) R 7440 7442 7442 0 -1 4202496 737 0 0 0 241 0 0 0 25 0 1 0 538592854 2891776 472 33554432000 4194304 4955518 140733734951552 18446744073709551615 4227715 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7442/statm: 706 472 104 186 0 519 0
[pid=7425/tid=7432] ppid=7423 vsize=320368 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7432/stat : 7432 (python) S 7423 7425 6070 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 5 0 538592845 328056832 7289 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 6 0 0 0
[pid=7425/tid=7435] ppid=7423 vsize=320368 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7435/stat : 7435 (python) S 7423 7425 6070 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538592848 328056832 7289 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 4 0 0 0
[pid=7425/tid=7438] ppid=7423 vsize=320368 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7438/stat : 7438 (python) S 7423 7425 6070 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 5 0 538592851 328056832 7289 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 2 0 0 0
[pid=7425/tid=7441] ppid=7423 vsize=320368 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7441/stat : 7441 (python) S 7423 7425 6070 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 5 0 538592854 328056832 7289 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10.39
Current children cumulated vsize (KiB) 2524104

[startup+6.30106 s]
/proc/loadavg: 10.59 9.26 8.05 12/261 7442
/proc/meminfo: memFree=17504624/32951124 swapFree=67111528/67111528
[pid=7425] ppid=7423 vsize=320368 CPUtime=0.54 cores=0,2,4,6
/proc/7425/stat : 7425 (python) S 7423 7425 6070 0 -1 4202496 12390 932 1 0 45 9 0 0 22 0 5 0 538592787 328056832 7289 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7425/statm: 80092 7289 1881 364 0 16001 0
[pid=7431] ppid=7425 vsize=278600 CPUtime=0.01 cores=0,2,4,6
/proc/7431/stat : 7431 (python) S 7425 7425 6070 0 -1 4202560 902 0 0 0 0 1 0 0 18 0 1 0 538592845 285286400 5605 33554432000 4194304 5683644 140734896218416 18446744073709551615 216634535439 0 0 16781312 514 17986628973227901188 0 0 17 6 0 0 0
/proc/7431/statm: 69650 5605 376 364 0 5568 0
[pid=7433] ppid=7431 vsize=1017800 CPUtime=5.71 cores=0,2,4,6
/proc/7433/stat : 7433 (gnovelty+2) R 7431 7433 7433 0 -1 4202496 440 0 0 0 571 0 0 0 25 0 1 0 538592845 1042227200 178 33554432000 134512640 135663704 4292128432 18446744073709551615 134524436 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7433/statm: 254450 178 113 282 0 254166 0
[pid=7434] ppid=7425 vsize=289412 CPUtime=0 cores=0,2,4,6
/proc/7434/stat : 7434 (python) S 7425 7425 6070 0 -1 4202560 915 0 0 0 0 0 0 0 15 0 1 0 538592848 296357888 5733 33554432000 4194304 5683644 140734896218416 18446744073709551615 216634535494 0 0 16781312 514 1587448504198856963 0 0 17 2 0 0 0
/proc/7434/statm: 72353 5733 371 364 0 8268 0
[pid=7436] ppid=7434 vsize=3568 CPUtime=5.67 cores=0,2,4,6
/proc/7436/stat : 7436 (march_hi) R 7434 7436 7436 0 -1 4202496 888 0 0 0 567 0 0 0 25 0 1 0 538592848 3653632 627 33554432000 4194304 4955518 140733457185504 18446744073709551615 4227756 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7436/statm: 892 627 104 186 0 705 0
[pid=7437] ppid=7425 vsize=299328 CPUtime=0.01 cores=0,2,4,6
/proc/7437/stat : 7437 (python) S 7425 7425 6070 0 -1 4202560 911 0 0 0 1 0 0 0 15 0 1 0 538592851 306511872 5636 33554432000 4194304 5683644 140734896218416 18446744073709551615 216634535494 0 0 16781312 514 1587457300291879172 0 0 17 4 0 0 0
/proc/7437/statm: 74832 5636 371 364 0 10744 0
[pid=7439] ppid=7437 vsize=3568 CPUtime=5.63 cores=0,2,4,6
/proc/7439/stat : 7439 (march_hi) R 7437 7439 7439 0 -1 4202496 893 0 0 0 563 0 0 0 25 0 1 0 538592851 3653632 628 33554432000 4194304 4955518 140735686109392 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7439/statm: 892 628 104 186 0 705 0
[pid=7440] ppid=7425 vsize=310124 CPUtime=0 cores=0,2,4,6
/proc/7440/stat : 7440 (python) S 7425 7425 6070 0 -1 4202560 909 0 0 0 0 0 0 0 15 0 1 0 538592854 317566976 5775 33554432000 4194304 5683644 140734896218416 18446744073709551615 216634535494 0 0 16781312 514 16504131332096360707 0 0 17 6 0 0 0
/proc/7440/statm: 77531 5775 371 364 0 13440 0
[pid=7442] ppid=7440 vsize=3568 CPUtime=5.56 cores=0,2,4,6
/proc/7442/stat : 7442 (march_hi) R 7440 7442 7442 0 -1 4202496 889 0 0 0 556 0 0 0 25 0 1 0 538592854 3653632 624 33554432000 4194304 4955518 140733734951552 18446744073709551615 4209667 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7442/statm: 892 624 104 186 0 705 0
[pid=7425/tid=7432] ppid=7423 vsize=320368 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7432/stat : 7432 (python) S 7423 7425 6070 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 5 0 538592845 328056832 7289 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 6 0 0 0
[pid=7425/tid=7435] ppid=7423 vsize=320368 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7435/stat : 7435 (python) S 7423 7425 6070 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538592848 328056832 7289 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 4 0 0 0
[pid=7425/tid=7438] ppid=7423 vsize=320368 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7438/stat : 7438 (python) S 7423 7425 6070 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 5 0 538592851 328056832 7289 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 2 0 0 0
[pid=7425/tid=7441] ppid=7423 vsize=320368 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7441/stat : 7441 (python) S 7423 7425 6070 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 5 0 538592854 328056832 7289 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.13
Current children cumulated vsize (KiB) 2526336

[startup+12.7009 s]
/proc/loadavg: 10.65 9.32 8.08 12/261 7442
/proc/meminfo: memFree=17500084/32951124 swapFree=67111528/67111528
[pid=7425] ppid=7423 vsize=320368 CPUtime=0.54 cores=0,2,4,6
/proc/7425/stat : 7425 (python) S 7423 7425 6070 0 -1 4202496 12390 932 1 0 45 9 0 0 22 0 5 0 538592787 328056832 7289 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7425/statm: 80092 7289 1881 364 0 16001 0
[pid=7431] ppid=7425 vsize=278600 CPUtime=0.01 cores=0,2,4,6
/proc/7431/stat : 7431 (python) S 7425 7425 6070 0 -1 4202560 907 0 0 0 0 1 0 0 18 0 1 0 538592845 285286400 5606 33554432000 4194304 5683644 140734896218416 18446744073709551615 216634535439 0 0 16781312 514 9445543754409672964 0 0 17 6 0 0 0
/proc/7431/statm: 69650 5606 377 364 0 5568 0
[pid=7433] ppid=7431 vsize=1017800 CPUtime=12.11 cores=0,2,4,6
/proc/7433/stat : 7433 (gnovelty+2) R 7431 7433 7433 0 -1 4202496 440 0 0 0 1211 0 0 0 25 0 1 0 538592845 1042227200 178 33554432000 134512640 135663704 4292128432 18446744073709551615 134545704 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7433/statm: 254450 178 113 282 0 254166 0
[pid=7434] ppid=7425 vsize=289412 CPUtime=0.01 cores=0,2,4,6

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

[pid=7425/tid=7438] ppid=7423 vsize=351280 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7438/stat : 7438 (python) S 7423 7425 6070 0 -1 4202560 25 932 0 0 0 0 0 0 18 0 8 0 538592851 359710720 7355 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 2 0 0 0
[pid=7425/tid=7441] ppid=7423 vsize=351280 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7441/stat : 7441 (python) S 7423 7425 6070 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 8 0 538592854 359710720 7355 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 2 0 0 0
[pid=7425/tid=7456] ppid=7423 vsize=351280 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7456/stat : 7456 (python) S 7423 7425 6070 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 8 0 538602864 359710720 7355 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 2 0 0 0
[pid=7425/tid=7464] ppid=7423 vsize=351280 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7464/stat : 7464 (python) S 7423 7425 6070 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 8 0 538612883 359710720 7355 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 2 0 0 0
[pid=7425/tid=7474] ppid=7423 vsize=351280 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7474/stat : 7474 (python) S 7423 7425 6070 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 8 0 538632349 359710720 7355 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2792.05
Current children cumulated vsize (KiB) 4866284

[startup+700.302 s]
/proc/loadavg: 11.23 11.04 9.71 13/287 7487
/proc/meminfo: memFree=16982956/32951124 swapFree=67111528/67111528
[pid=7425] ppid=7423 vsize=351280 CPUtime=0.94 cores=0,2,4,6
/proc/7425/stat : 7425 (python) S 7423 7425 6070 0 -1 4202496 15778 932 1 0 84 10 0 0 18 0 8 0 538592787 359710720 7355 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7425/statm: 87820 7355 1888 364 0 23720 0
[pid=7431] ppid=7425 vsize=288844 CPUtime=0.16 cores=0,2,4,6
/proc/7431/stat : 7431 (python) S 7425 7425 6070 0 -1 4202560 1090 0 0 0 8 8 0 0 19 0 2 0 538592845 295776256 5644 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7431/statm: 72211 5644 410 364 0 8129 0
[pid=7433] ppid=7431 vsize=1017800 CPUtime=100.14 cores=0,2,4,6
/proc/7433/stat : 7433 (gnovelty+2) T 7431 7433 7433 0 -1 4202496 440 0 0 0 10014 0 0 0 25 0 1 0 538592845 1042227200 178 33554432000 134512640 135663704 4292128432 18446744073709551615 134544122 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7433/statm: 254450 178 113 282 0 254166 0
[pid=7431/tid=7454] ppid=7425 vsize=288844 CPUtime=0 cores=0,2,4,6
/proc/7431/task/7454/stat : 7454 (python) S 7425 7425 6070 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538602861 295776256 5644 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 514 18446604452805564352 0 0 -1 6 0 0 0
[pid=7434] ppid=7425 vsize=289412 CPUtime=1.14 cores=0,2,4,6
/proc/7434/stat : 7434 (python) S 7425 7425 6070 0 -1 4202560 1156 0 0 0 65 49 0 0 15 0 2 0 538592848 296357888 5763 33554432000 4194304 5683644 140734896218416 18446744073709551615 216634535494 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7434/statm: 72353 5763 400 364 0 8268 0
[pid=7436] ppid=7434 vsize=90916 CPUtime=604.06 cores=0,2,4,6
/proc/7436/stat : 7436 (march_hi) R 7434 7436 7436 0 -1 4202496 17517 0 0 0 60402 4 0 0 25 0 1 0 538592848 93097984 17256 33554432000 4194304 4955518 140733457185504 18446744073709551615 4235311 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7436/statm: 22729 17256 104 186 0 22542 0
[pid=7434/tid=7472] ppid=7425 vsize=289412 CPUtime=0 cores=0,2,4,6
/proc/7434/task/7472/stat : 7472 (python) S 7425 7425 6070 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538632345 296357888 5763 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 514 18446604452805563456 0 0 -1 2 0 0 0
[pid=7437] ppid=7425 vsize=299328 CPUtime=3.08 cores=0,2,4,6
/proc/7437/stat : 7437 (python) S 7425 7425 6070 0 -1 4202560 1159 0 0 0 228 80 0 0 17 0 2 0 538592851 306511872 5666 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646345535 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7437/statm: 74832 5666 400 364 0 10744 0
[pid=7439] ppid=7437 vsize=0 CPUtime=692.74 cores=0,2,4,6
/proc/7439/stat : 7439 (march_hi) R 7437 7439 7439 0 -1 4202500 19683 0 0 0 69268 6 0 0 25 0 1 0 538592851 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 0 0 0 0 0 0 0
[pid=7437/tid=7479] ppid=7425 vsize=299328 CPUtime=0 cores=0,2,4,6
/proc/7437/task/7479/stat : 7479 (python) S 7425 7425 6070 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538641499 306511872 5666 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 514 18446604453730883712 0 0 -1 4 0 0 0
[pid=7440] ppid=7425 vsize=310124 CPUtime=0.92 cores=0,2,4,6
/proc/7440/stat : 7440 (python) S 7425 7425 6070 0 -1 4202560 1181 0 0 0 50 42 0 0 15 0 2 0 538592854 317566976 5805 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7440/statm: 77531 5805 400 364 0 13440 0
[pid=7442] ppid=7440 vsize=76216 CPUtime=487.86 cores=0,2,4,6
/proc/7442/stat : 7442 (march_hi) T 7440 7442 7442 0 -1 4202496 14859 0 0 0 48782 4 0 0 25 0 1 0 538592854 78045184 14594 33554432000 4194304 4955518 140733734951552 18446744073709551615 4209688 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7442/statm: 19054 14594 104 186 0 18867 0
[pid=7440/tid=7458] ppid=7425 vsize=310124 CPUtime=0 cores=0,2,4,6
/proc/7440/task/7458/stat : 7458 (python) S 7425 7425 6070 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 2 0 538602938 317566976 5805 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 514 18446604440279346112 0 0 -1 0 0 0 0
[pid=7455] ppid=7425 vsize=320380 CPUtime=0.16 cores=0,2,4,6
/proc/7455/stat : 7455 (python) S 7425 7425 6070 0 -1 4202560 1102 0 0 0 9 7 0 0 19 0 2 0 538602864 328069120 5809 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7455/statm: 80095 5809 400 364 0 16001 0
[pid=7457] ppid=7455 vsize=1017800 CPUtime=99.94 cores=0,2,4,6
/proc/7457/stat : 7457 (gnovelty+2) T 7455 7457 7457 0 -1 4202496 443 0 0 0 9994 0 0 0 25 0 1 0 538602864 1042227200 177 33554432000 134512640 135663704 4290096400 18446744073709551615 134545644 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7457/statm: 254450 177 113 282 0 254166 0
[pid=7455/tid=7462] ppid=7425 vsize=320380 CPUtime=0 cores=0,2,4,6
/proc/7455/task/7462/stat : 7462 (python) S 7425 7425 6070 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538612880 328069120 5809 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 514 18446604446305055872 0 0 -1 2 0 0 0
[pid=7463] ppid=7425 vsize=330636 CPUtime=0.93 cores=0,2,4,6
/proc/7463/stat : 7463 (python) S 7425 7425 6070 0 -1 4202560 1191 0 0 0 52 41 0 0 15 0 2 0 538612883 338571264 5837 33554432000 4194304 5683644 140734896218416 18446744073709551615 216634535494 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 82659 5837 401 364 0 18562 0
[pid=7465] ppid=7463 vsize=76216 CPUtime=497.46 cores=0,2,4,6
/proc/7465/stat : 7465 (march_hi) R 7463 7465 7465 0 -1 4202496 15113 0 0 0 49742 4 0 0 25 0 1 0 538612883 78045184 14847 33554432000 4194304 4955518 140733377868864 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7465/statm: 19054 14847 104 186 0 18867 0
[pid=7463/tid=7487] ppid=7425 vsize=330636 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7487/stat : 7487 (python) S 7425 7425 6070 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538662064 338571264 5837 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 514 18446604453730884608 0 0 -1 4 0 0 0
[pid=7473] ppid=7425 vsize=340892 CPUtime=0.57 cores=0,2,4,6
/proc/7473/stat : 7473 (python) S 7425 7425 6070 0 -1 4202560 1228 0 0 0 32 25 0 0 15 0 2 0 538632348 349073408 5846 33554432000 4194304 5683644 140734896218416 18446744073709551615 216634535494 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7473/statm: 85223 5846 406 364 0 21123 0
[pid=7475] ppid=7473 vsize=56440 CPUtime=303.55 cores=0,2,4,6
/proc/7475/stat : 7475 (march_hi) R 7473 7475 7475 0 -1 4202496 9951 0 0 0 30352 3 0 0 25 0 1 0 538632349 57794560 9684 33554432000 4194304 4955518 140734780807152 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7475/statm: 14110 9684 104 186 0 13923 0
[pid=7473/tid=7480] ppid=7425 vsize=340892 CPUtime=0 cores=0,2,4,6
/proc/7473/task/7480/stat : 7480 (python) S 7425 7425 6070 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 2 0 538642442 349073408 5846 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 514 18446604452363078336 0 0 -1 2 0 0 0
[pid=7425/tid=7432] ppid=7423 vsize=351280 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7432/stat : 7432 (python) S 7423 7425 6070 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 8 0 538592845 359710720 7355 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 6 0 0 0
[pid=7425/tid=7435] ppid=7423 vsize=351280 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7435/stat : 7435 (python) S 7423 7425 6070 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 8 0 538592848 359710720 7355 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 4 0 0 0
[pid=7425/tid=7438] ppid=7423 vsize=351280 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7438/stat : 7438 (python) S 7423 7425 6070 0 -1 4202560 25 932 0 0 0 0 0 0 18 0 8 0 538592851 359710720 7355 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 2 0 0 0
[pid=7425/tid=7441] ppid=7423 vsize=351280 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7441/stat : 7441 (python) S 7423 7425 6070 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 8 0 538592854 359710720 7355 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 2 0 0 0
[pid=7425/tid=7456] ppid=7423 vsize=351280 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7456/stat : 7456 (python) S 7423 7425 6070 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 8 0 538602864 359710720 7355 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 2 0 0 0
[pid=7425/tid=7464] ppid=7423 vsize=351280 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7464/stat : 7464 (python) S 7423 7425 6070 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 8 0 538612883 359710720 7355 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 2 0 0 0
[pid=7425/tid=7474] ppid=7423 vsize=351280 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7474/stat : 7474 (python) S 7423 7425 6070 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 8 0 538632349 359710720 7355 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2793.65
Current children cumulated vsize (KiB) 4866284

[startup+700.71 s]
/proc/loadavg: 11.23 11.04 9.71 13/287 7487
/proc/meminfo: memFree=16982336/32951124 swapFree=67111528/67111528
[pid=7425] ppid=7423 vsize=351280 CPUtime=0.94 cores=0,2,4,6
/proc/7425/stat : 7425 (python) S 7423 7425 6070 0 -1 4202496 15778 932 1 0 84 10 0 0 18 0 8 0 538592787 359710720 7355 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7425/statm: 87820 7355 1888 364 0 23720 0
[pid=7431] ppid=7425 vsize=288844 CPUtime=0.16 cores=0,2,4,6
/proc/7431/stat : 7431 (python) S 7425 7425 6070 0 -1 4202560 1090 0 0 0 8 8 0 0 19 0 2 0 538592845 295776256 5644 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7431/statm: 72211 5644 410 364 0 8129 0
[pid=7433] ppid=7431 vsize=1017800 CPUtime=100.14 cores=0,2,4,6
/proc/7433/stat : 7433 (gnovelty+2) T 7431 7433 7433 0 -1 4202496 440 0 0 0 10014 0 0 0 25 0 1 0 538592845 1042227200 178 33554432000 134512640 135663704 4292128432 18446744073709551615 134544122 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7433/statm: 254450 178 113 282 0 254166 0
[pid=7431/tid=7454] ppid=7425 vsize=288844 CPUtime=0 cores=0,2,4,6
/proc/7431/task/7454/stat : 7454 (python) S 7425 7425 6070 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538602861 295776256 5644 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 514 18446604452805564352 0 0 -1 6 0 0 0
[pid=7434] ppid=7425 vsize=289412 CPUtime=1.14 cores=0,2,4,6
/proc/7434/stat : 7434 (python) S 7425 7425 6070 0 -1 4202560 1156 0 0 0 65 49 0 0 15 0 2 0 538592848 296357888 5763 33554432000 4194304 5683644 140734896218416 18446744073709551615 216634535494 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7434/statm: 72353 5763 400 364 0 8268 0
[pid=7436] ppid=7434 vsize=90916 CPUtime=604.47 cores=0,2,4,6
/proc/7436/stat : 7436 (march_hi) R 7434 7436 7436 0 -1 4202496 17528 0 0 0 60443 4 0 0 25 0 1 0 538592848 93097984 17267 33554432000 4194304 4955518 140733457185504 18446744073709551615 4209699 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7436/statm: 22729 17267 104 186 0 22542 0
[pid=7434/tid=7472] ppid=7425 vsize=289412 CPUtime=0 cores=0,2,4,6
/proc/7434/task/7472/stat : 7472 (python) S 7425 7425 6070 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538632345 296357888 5763 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 514 18446604452805563456 0 0 -1 2 0 0 0
[pid=7437] ppid=7425 vsize=299328 CPUtime=3.48 cores=0,2,4,6
/proc/7437/stat : 7437 (python) S 7425 7425 6070 0 -1 4202560 1159 0 0 0 264 84 0 0 18 0 2 0 538592851 306511872 5666 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646345535 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7437/statm: 74832 5666 400 364 0 10744 0
[pid=7439] ppid=7437 vsize=0 CPUtime=692.74 cores=0,2,4,6
/proc/7439/stat : 7439 (march_hi) R 7437 7439 7439 0 -1 4202500 19683 0 0 0 69268 6 0 0 25 0 1 0 538592851 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 0 0 0 0 0 0 0
[pid=7437/tid=7479] ppid=7425 vsize=299328 CPUtime=0 cores=0,2,4,6
/proc/7437/task/7479/stat : 7479 (python) S 7425 7425 6070 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538641499 306511872 5666 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 514 18446604453730883712 0 0 -1 4 0 0 0
[pid=7440] ppid=7425 vsize=310124 CPUtime=0.92 cores=0,2,4,6
/proc/7440/stat : 7440 (python) S 7425 7425 6070 0 -1 4202560 1181 0 0 0 50 42 0 0 15 0 2 0 538592854 317566976 5805 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7440/statm: 77531 5805 400 364 0 13440 0
[pid=7442] ppid=7440 vsize=76216 CPUtime=487.86 cores=0,2,4,6
/proc/7442/stat : 7442 (march_hi) T 7440 7442 7442 0 -1 4202496 14859 0 0 0 48782 4 0 0 25 0 1 0 538592854 78045184 14594 33554432000 4194304 4955518 140733734951552 18446744073709551615 4209688 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7442/statm: 19054 14594 104 186 0 18867 0
[pid=7440/tid=7458] ppid=7425 vsize=310124 CPUtime=0 cores=0,2,4,6
/proc/7440/task/7458/stat : 7458 (python) S 7425 7425 6070 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 2 0 538602938 317566976 5805 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 514 18446604440279346112 0 0 -1 0 0 0 0
[pid=7455] ppid=7425 vsize=320380 CPUtime=0.16 cores=0,2,4,6
/proc/7455/stat : 7455 (python) S 7425 7425 6070 0 -1 4202560 1102 0 0 0 9 7 0 0 19 0 2 0 538602864 328069120 5809 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7455/statm: 80095 5809 400 364 0 16001 0
[pid=7457] ppid=7455 vsize=1017800 CPUtime=99.94 cores=0,2,4,6
/proc/7457/stat : 7457 (gnovelty+2) T 7455 7457 7457 0 -1 4202496 443 0 0 0 9994 0 0 0 25 0 1 0 538602864 1042227200 177 33554432000 134512640 135663704 4290096400 18446744073709551615 134545644 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7457/statm: 254450 177 113 282 0 254166 0
[pid=7455/tid=7462] ppid=7425 vsize=320380 CPUtime=0 cores=0,2,4,6
/proc/7455/task/7462/stat : 7462 (python) S 7425 7425 6070 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538612880 328069120 5809 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 514 18446604446305055872 0 0 -1 2 0 0 0
[pid=7463] ppid=7425 vsize=330636 CPUtime=0.93 cores=0,2,4,6
/proc/7463/stat : 7463 (python) S 7425 7425 6070 0 -1 4202560 1191 0 0 0 52 41 0 0 15 0 2 0 538612883 338571264 5837 33554432000 4194304 5683644 140734896218416 18446744073709551615 216634535494 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 82659 5837 401 364 0 18562 0
[pid=7465] ppid=7463 vsize=76216 CPUtime=497.86 cores=0,2,4,6
/proc/7465/stat : 7465 (march_hi) R 7463 7465 7465 0 -1 4202496 15122 0 0 0 49782 4 0 0 25 0 1 0 538612883 78045184 14856 33554432000 4194304 4955518 140733377868864 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7465/statm: 19054 14856 104 186 0 18867 0
[pid=7463/tid=7487] ppid=7425 vsize=330636 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7487/stat : 7487 (python) S 7425 7425 6070 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538662064 338571264 5837 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 514 18446604453730884608 0 0 -1 4 0 0 0
[pid=7473] ppid=7425 vsize=340892 CPUtime=0.57 cores=0,2,4,6
/proc/7473/stat : 7473 (python) S 7425 7425 6070 0 -1 4202560 1228 0 0 0 32 25 0 0 15 0 2 0 538632348 349073408 5846 33554432000 4194304 5683644 140734896218416 18446744073709551615 216634535494 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7473/statm: 85223 5846 406 364 0 21123 0
[pid=7475] ppid=7473 vsize=56440 CPUtime=303.95 cores=0,2,4,6
/proc/7475/stat : 7475 (march_hi) R 7473 7475 7475 0 -1 4202496 9962 0 0 0 30392 3 0 0 25 0 1 0 538632349 57794560 9695 33554432000 4194304 4955518 140734780807152 18446744073709551615 4286519 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7475/statm: 14110 9695 104 186 0 13923 0
[pid=7473/tid=7480] ppid=7425 vsize=340892 CPUtime=0 cores=0,2,4,6
/proc/7473/task/7480/stat : 7480 (python) S 7425 7425 6070 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 2 0 538642442 349073408 5846 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 514 18446604452363078336 0 0 -1 2 0 0 0
[pid=7425/tid=7432] ppid=7423 vsize=351280 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7432/stat : 7432 (python) S 7423 7425 6070 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 8 0 538592845 359710720 7355 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 6 0 0 0
[pid=7425/tid=7435] ppid=7423 vsize=351280 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7435/stat : 7435 (python) S 7423 7425 6070 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 8 0 538592848 359710720 7355 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 4 0 0 0
[pid=7425/tid=7438] ppid=7423 vsize=351280 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7438/stat : 7438 (python) S 7423 7425 6070 0 -1 4202560 25 932 0 0 0 0 0 0 18 0 8 0 538592851 359710720 7355 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 2 0 0 0
[pid=7425/tid=7441] ppid=7423 vsize=351280 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7441/stat : 7441 (python) S 7423 7425 6070 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 8 0 538592854 359710720 7355 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 2 0 0 0
[pid=7425/tid=7456] ppid=7423 vsize=351280 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7456/stat : 7456 (python) S 7423 7425 6070 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 8 0 538602864 359710720 7355 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 2 0 0 0
[pid=7425/tid=7464] ppid=7423 vsize=351280 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7464/stat : 7464 (python) S 7423 7425 6070 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 8 0 538612883 359710720 7355 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 2 0 0 0
[pid=7425/tid=7474] ppid=7423 vsize=351280 CPUtime=0 cores=0,2,4,6
/proc/7425/task/7474/stat : 7474 (python) S 7423 7425 6070 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 8 0 538632349 359710720 7355 33554432000 4194304 5683644 140734896218416 18446744073709551615 216646338993 0 0 16781312 2 18446604453733576768 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2795.26
Current children cumulated vsize (KiB) 4866284

Child status: 0
Real time (s): 700.772
CPU time (s): 2795.61
CPU user time (s): 2792.61
CPU system time (s): 2.99154
CPU usage (%): 398.932
Max. virtual memory (cumulated for all children) (KiB): 4957204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2792.61
system time used= 2.99154
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107100
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= 6392
involuntary context switches= 24203

runsolver used 1.71974 second user time and 3.68544 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-01 19:11:42
IDJOB=3317504
IDBENCH=82969
IDSOLVER=1705
FILE ID=node103/3317504-1304269902
RUNJOBID= node103-1304267295-6088
PBS_JOBID= 13173975
Free space on /tmp= 72552 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1205196501-095.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-3317504-1304269902/watcher-3317504-1304269902 -o /tmp/evaluation-result-3317504-1304269902/solver-3317504-1304269902 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317504-1304269902.cnf -seed 1888172637 -budget 4800 -cores 4

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

MD5SUM BENCH= b1bf2be38e1cea16efc5e7effa1a10c7
RANDOM SEED=1888172637

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.83
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.858
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:      17551484 kB
Buffers:       2159644 kB
Cached:       11551684 kB
SwapCached:          0 kB
Active:        6870140 kB
Inactive:      7922540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17551484 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           32348 kB
Writeback:           0 kB
AnonPages:     1080720 kB
Mapped:          26496 kB
Slab:           531064 kB
PageTables:      16312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 31451412 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= 72520 MiB
End job on node103 at 2011-05-01 19:23:23