Trace number 3317265

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 2309.86 579.164

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1094982880-055.UNKNOWN.cnf
MD5SUM7bcc4ef0cfce2800562872a802fb17f2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark619.499
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.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.68	c INFO: solving HOME/instance-3317265-1304268537.cnf
0.30/0.68	c INFO: computing task features
0.30/0.69	c INFO: computed variable-clause graph statistics
0.30/0.69	c INFO: computed clause balance statistics
0.37/0.73	c INFO: computed variable balance statistics
0.37/0.76	c INFO: computed small-clause counts
0.37/0.76	c INFO: computed Horn-clause counts
0.37/0.76	c INFO: computed variable graph statistics
0.37/0.76	c INFO: collected features for HOME/instance-3317265-1304268537.cnf in 0.08 s
0.37/0.79	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.57)
0.47/0.82	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.35)
0.47/0.85	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.35)
0.47/0.88	c INFO: running march_hi@0 for 97 with 4799 remaining (b = 0.10)
400.08/100.96	c INFO: running gnovelty+2@0 for 97 with 4699 remaining (b = 0.07)
401.28/101.26	c INFO: running march_hi@100 for 97 with 4699 remaining (b = 0.08)
791.82/199.04	c INFO: running march_hi@197 for 194 with 4601 remaining (b = 0.15)
800.20/201.14	c INFO: running march_hi@0 for 485 with 4599 remaining (b = 0.30)
1556.87/390.67	c INFO: running march_hi@297 for 97 with 4410 remaining (b = 0.10)
1558.05/390.97	c INFO: running march_hi@0 for 97 with 4409 remaining (b = 0.07)
1948.98/488.80	c INFO: running march_hi@0 for 97 with 4311 remaining (b = 0.06)
1951.41/489.44	c INFO: running march_hi@0 for 291 with 4311 remaining (b = 0.19)
1959.79/491.52	c INFO: running march_hi@487 for 97 with 4309 remaining (b = 0.09)
2309.54/579.14	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-3317265-1304268537/watcher-3317265-1304268537 -o /tmp/evaluation-result-3317265-1304268537/solver-3317265-1304268537 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317265-1304268537.cnf -seed 26425585 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 7.98 7.93 5.91 5/235 22187
/proc/meminfo: memFree=28613492/32951124 swapFree=67111356/67111528
[pid=22187] ppid=22185 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/22187/stat : 22187 (python) S 22185 22187 21633 0 -1 4202496 794 0 0 0 0 0 0 0 25 0 1 0 538451429 15749120 681 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/22187/statm: 3845 681 322 364 0 332 0

[startup+0.0885339 s]
/proc/loadavg: 7.98 7.93 5.91 5/235 22187
/proc/meminfo: memFree=28613492/32951124 swapFree=67111356/67111528
[pid=22187] ppid=22185 vsize=54536 CPUtime=0.04 cores=0,2,4,6
/proc/22187/stat : 22187 (python) S 22185 22187 21633 0 -1 4202496 2079 0 0 0 4 0 0 0 25 0 1 0 538451429 55844864 1835 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/22187/statm: 13634 1835 492 364 0 1284 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 54536

[startup+0.100541 s]
/proc/loadavg: 7.98 7.93 5.91 5/235 22187
/proc/meminfo: memFree=28613492/32951124 swapFree=67111356/67111528
[pid=22187] ppid=22185 vsize=87704 CPUtime=0.06 cores=0,2,4,6
/proc/22187/stat : 22187 (python) S 22185 22187 21633 0 -1 4202496 2637 0 0 0 5 1 0 0 25 0 1 0 538451429 89808896 2354 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/22187/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300476 s]
/proc/loadavg: 7.98 7.93 5.91 5/235 22187
/proc/meminfo: memFree=28613492/32951124 swapFree=67111356/67111528
[pid=22187] ppid=22185 vsize=135748 CPUtime=0.15 cores=0,2,4,6
/proc/22187/stat : 22187 (python) R 22185 22187 21633 0 -1 4202496 5960 933 1 0 12 3 0 0 18 0 1 0 538451429 139005952 4151 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905726981 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22187/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 135748

[startup+0.700414 s]
/proc/loadavg: 7.98 7.93 5.91 5/235 22187
/proc/meminfo: memFree=28613492/32951124 swapFree=67111356/67111528
[pid=22187] ppid=22185 vsize=278300 CPUtime=0.37 cores=0,2,4,6
/proc/22187/stat : 22187 (python) R 22185 22187 21633 0 -1 4202496 9320 933 1 0 29 8 0 0 17 0 1 0 538451429 284979200 6992 33554432000 4194304 5683644 140733261256752 18446744073709551615 47358963196291 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22187/statm: 69575 6992 1826 364 0 5499 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 278300

[startup+1.5012 s]
/proc/loadavg: 7.98 7.93 5.91 10/248 22204
/proc/meminfo: memFree=28573824/32951124 swapFree=67111356/67111528
[pid=22187] ppid=22185 vsize=320200 CPUtime=0.55 cores=0,2,4,6
/proc/22187/stat : 22187 (python) S 22185 22187 21633 0 -1 4202496 12348 933 1 0 46 9 0 0 19 0 5 0 538451429 327884800 7247 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22187/statm: 80050 7247 1881 364 0 15959 0
[pid=22193] ppid=22187 vsize=278656 CPUtime=0 cores=0,2,4,6
/proc/22193/stat : 22193 (python) S 22187 22187 21633 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 538451508 285343744 5576 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905751055 0 0 16781312 514 4290319939522265087 0 0 17 4 0 0 0
/proc/22193/statm: 69664 5576 354 364 0 5582 0
[pid=22195] ppid=22193 vsize=1017800 CPUtime=0.7 cores=0,2,4,6
/proc/22195/stat : 22195 (gnovelty+2) R 22193 22195 22195 0 -1 4202496 440 0 0 0 70 0 0 0 21 0 1 0 538451509 1042227200 178 33554432000 134512640 135663704 4290073936 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22195/statm: 254450 178 113 282 0 254166 0
[pid=22196] ppid=22187 vsize=289340 CPUtime=0 cores=0,2,4,6
/proc/22196/stat : 22196 (python) S 22187 22187 21633 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 538451511 296284160 5693 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905751110 0 0 16781312 514 4255426663136854273 0 0 17 2 0 0 0
/proc/22196/statm: 72335 5693 348 364 0 8250 0
[pid=22198] ppid=22196 vsize=2188 CPUtime=0.66 cores=0,2,4,6
/proc/22198/stat : 22198 (march_hi) R 22196 22198 22198 0 -1 4202496 618 0 0 0 66 0 0 0 22 0 1 0 538451511 2240512 353 33554432000 4194304 4955518 140733886083120 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22198/statm: 547 353 104 186 0 360 0
[pid=22199] ppid=22187 vsize=299256 CPUtime=0 cores=0,2,4,6
/proc/22199/stat : 22199 (python) S 22187 22187 21633 0 -1 4202560 750 0 0 0 0 0 0 0 17 0 1 0 538451514 306438144 5598 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905751110 0 0 16781312 514 3438124485838864643 0 0 17 4 0 0 0
/proc/22199/statm: 74814 5598 348 364 0 10726 0
[pid=22201] ppid=22199 vsize=2188 CPUtime=0.64 cores=0,2,4,6
/proc/22201/stat : 22201 (march_hi) R 22199 22201 22201 0 -1 4202496 620 0 0 0 64 0 0 0 25 0 1 0 538451514 2240512 354 33554432000 4194304 4955518 140735725090736 18446744073709551615 4209780 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22201/statm: 547 354 104 186 0 360 0
[pid=22202] ppid=22187 vsize=309956 CPUtime=0 cores=0,2,4,6
/proc/22202/stat : 22202 (python) S 22187 22187 21633 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 538451517 317394944 5710 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905751110 0 0 16781312 514 4283002414761476353 0 0 17 2 0 0 0
/proc/22202/statm: 77489 5710 348 364 0 13398 0
[pid=22204] ppid=22202 vsize=2188 CPUtime=0.61 cores=0,2,4,6
/proc/22204/stat : 22204 (march_hi) R 22202 22204 22204 0 -1 4202496 617 0 0 0 61 0 0 0 22 0 1 0 538451517 2240512 353 33554432000 4194304 4955518 140734572757984 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22204/statm: 547 353 104 186 0 360 0
[pid=22187/tid=22194] ppid=22185 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22194/stat : 22194 (python) S 22185 22187 21633 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 5 0 538451508 327884800 7247 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 4 0 0 0
[pid=22187/tid=22197] ppid=22185 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22197/stat : 22197 (python) S 22185 22187 21633 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 538451511 327884800 7247 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
[pid=22187/tid=22200] ppid=22185 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22200/stat : 22200 (python) S 22185 22187 21633 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 5 0 538451514 327884800 7247 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 4 0 0 0
[pid=22187/tid=22203] ppid=22185 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22203/stat : 22203 (python) S 22185 22187 21633 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 538451517 327884800 7247 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 2521772

[startup+3.10091 s]
/proc/loadavg: 7.98 7.93 5.91 9/248 22204
/proc/meminfo: memFree=28573080/32951124 swapFree=67111356/67111528
[pid=22187] ppid=22185 vsize=320200 CPUtime=0.55 cores=0,2,4,6
/proc/22187/stat : 22187 (python) S 22185 22187 21633 0 -1 4202496 12348 933 1 0 46 9 0 0 19 0 5 0 538451429 327884800 7247 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22187/statm: 80050 7247 1881 364 0 15959 0
[pid=22193] ppid=22187 vsize=278656 CPUtime=0 cores=0,2,4,6
/proc/22193/stat : 22193 (python) S 22187 22187 21633 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 538451508 285343744 5576 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905751055 0 0 16781312 514 4290319939522232577 0 0 17 4 0 0 0
/proc/22193/statm: 69664 5576 354 364 0 5582 0
[pid=22195] ppid=22193 vsize=1017800 CPUtime=2.3 cores=0,2,4,6
/proc/22195/stat : 22195 (gnovelty+2) R 22193 22195 22195 0 -1 4202496 440 0 0 0 230 0 0 0 25 0 1 0 538451509 1042227200 178 33554432000 134512640 135663704 4290073936 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22195/statm: 254450 178 113 282 0 254166 0
[pid=22196] ppid=22187 vsize=289340 CPUtime=0 cores=0,2,4,6
/proc/22196/stat : 22196 (python) S 22187 22187 21633 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 538451511 296284160 5693 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905751110 0 0 16781312 514 4255426663136854273 0 0 17 2 0 0 0
/proc/22196/statm: 72335 5693 348 364 0 8250 0
[pid=22198] ppid=22196 vsize=2336 CPUtime=2.25 cores=0,2,4,6
/proc/22198/stat : 22198 (march_hi) R 22196 22198 22198 0 -1 4202496 637 0 0 0 225 0 0 0 25 0 1 0 538451511 2392064 372 33554432000 4194304 4955518 140733886083120 18446744073709551615 4227571 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22198/statm: 584 372 104 186 0 397 0
[pid=22199] ppid=22187 vsize=299256 CPUtime=0 cores=0,2,4,6
/proc/22199/stat : 22199 (python) S 22187 22187 21633 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 538451514 306438144 5598 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905751110 0 0 16781312 514 3438124485838864643 0 0 17 4 0 0 0
/proc/22199/statm: 74814 5598 348 364 0 10726 0
[pid=22201] ppid=22199 vsize=2336 CPUtime=2.24 cores=0,2,4,6
/proc/22201/stat : 22201 (march_hi) R 22199 22201 22201 0 -1 4202496 639 0 0 0 224 0 0 0 25 0 1 0 538451514 2392064 373 33554432000 4194304 4955518 140735725090736 18446744073709551615 4224738 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22201/statm: 584 373 104 186 0 397 0
[pid=22202] ppid=22187 vsize=309956 CPUtime=0 cores=0,2,4,6
/proc/22202/stat : 22202 (python) S 22187 22187 21633 0 -1 4202560 773 0 0 0 0 0 0 0 15 0 1 0 538451517 317394944 5710 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905751110 0 0 16781312 514 4283002414761476353 0 0 17 2 0 0 0
/proc/22202/statm: 77489 5710 348 364 0 13398 0
[pid=22204] ppid=22202 vsize=2336 CPUtime=2.21 cores=0,2,4,6
/proc/22204/stat : 22204 (march_hi) R 22202 22204 22204 0 -1 4202496 637 0 0 0 221 0 0 0 25 0 1 0 538451517 2392064 373 33554432000 4194304 4955518 140734572757984 18446744073709551615 4209780 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22204/statm: 584 373 104 186 0 397 0
[pid=22187/tid=22194] ppid=22185 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22194/stat : 22194 (python) S 22185 22187 21633 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 5 0 538451508 327884800 7247 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 4 0 0 0
[pid=22187/tid=22197] ppid=22185 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22197/stat : 22197 (python) S 22185 22187 21633 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 538451511 327884800 7247 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
[pid=22187/tid=22200] ppid=22185 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22200/stat : 22200 (python) S 22185 22187 21633 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 5 0 538451514 327884800 7247 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 4 0 0 0
[pid=22187/tid=22203] ppid=22185 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22203/stat : 22203 (python) S 22185 22187 21633 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 538451517 327884800 7247 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 9.55
Current children cumulated vsize (KiB) 2522216

[startup+6.30134 s]
/proc/loadavg: 8.14 7.97 5.93 9/248 22204
/proc/meminfo: memFree=28570116/32951124 swapFree=67111356/67111528
[pid=22187] ppid=22185 vsize=320200 CPUtime=0.55 cores=0,2,4,6
/proc/22187/stat : 22187 (python) S 22185 22187 21633 0 -1 4202496 12348 933 1 0 46 9 0 0 19 0 5 0 538451429 327884800 7247 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22187/statm: 80050 7247 1881 364 0 15959 0
[pid=22193] ppid=22187 vsize=278656 CPUtime=0 cores=0,2,4,6
/proc/22193/stat : 22193 (python) S 22187 22187 21633 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 538451508 285343744 5599 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905751055 0 0 16781312 514 4290319939522232577 0 0 17 4 0 0 0
/proc/22193/statm: 69664 5599 377 364 0 5582 0
[pid=22195] ppid=22193 vsize=1017800 CPUtime=5.5 cores=0,2,4,6
/proc/22195/stat : 22195 (gnovelty+2) R 22193 22195 22195 0 -1 4202496 440 0 0 0 550 0 0 0 25 0 1 0 538451509 1042227200 178 33554432000 134512640 135663704 4290073936 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22195/statm: 254450 178 113 282 0 254166 0
[pid=22196] ppid=22187 vsize=289340 CPUtime=0 cores=0,2,4,6
/proc/22196/stat : 22196 (python) S 22187 22187 21633 0 -1 4202560 894 0 0 0 0 0 0 0 15 0 1 0 538451511 296284160 5716 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905751110 0 0 16781312 514 4255426663136854273 0 0 17 2 0 0 0
/proc/22196/statm: 72335 5716 371 364 0 8250 0
[pid=22198] ppid=22196 vsize=2336 CPUtime=5.43 cores=0,2,4,6
/proc/22198/stat : 22198 (march_hi) R 22196 22198 22198 0 -1 4202496 649 0 0 0 543 0 0 0 25 0 1 0 538451511 2392064 384 33554432000 4194304 4955518 140733886083120 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22198/statm: 584 384 104 186 0 397 0
[pid=22199] ppid=22187 vsize=299256 CPUtime=0 cores=0,2,4,6
/proc/22199/stat : 22199 (python) S 22187 22187 21633 0 -1 4202560 905 0 0 0 0 0 0 0 15 0 1 0 538451514 306438144 5621 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905751110 0 0 16781312 514 3438124485838864643 0 0 17 4 0 0 0
/proc/22199/statm: 74814 5621 371 364 0 10726 0
[pid=22201] ppid=22199 vsize=2336 CPUtime=5.42 cores=0,2,4,6
/proc/22201/stat : 22201 (march_hi) R 22199 22201 22201 0 -1 4202496 652 0 0 0 542 0 0 0 25 0 1 0 538451514 2392064 386 33554432000 4194304 4955518 140735725090736 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22201/statm: 584 386 104 186 0 397 0
[pid=22202] ppid=22187 vsize=309956 CPUtime=0 cores=0,2,4,6
/proc/22202/stat : 22202 (python) S 22187 22187 21633 0 -1 4202560 945 0 0 0 0 0 0 0 15 0 1 0 538451517 317394944 5733 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905751110 0 0 16781312 514 4283002414761476353 0 0 17 2 0 0 0
/proc/22202/statm: 77489 5733 371 364 0 13398 0
[pid=22204] ppid=22202 vsize=2336 CPUtime=5.39 cores=0,2,4,6
/proc/22204/stat : 22204 (march_hi) R 22202 22204 22204 0 -1 4202496 649 0 0 0 539 0 0 0 25 0 1 0 538451517 2392064 385 33554432000 4194304 4955518 140734572757984 18446744073709551615 4224691 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22204/statm: 584 385 104 186 0 397 0
[pid=22187/tid=22194] ppid=22185 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22194/stat : 22194 (python) S 22185 22187 21633 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 5 0 538451508 327884800 7247 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 4 0 0 0
[pid=22187/tid=22197] ppid=22185 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22197/stat : 22197 (python) S 22185 22187 21633 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 538451511 327884800 7247 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
[pid=22187/tid=22200] ppid=22185 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22200/stat : 22200 (python) S 22185 22187 21633 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 5 0 538451514 327884800 7247 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 4 0 0 0
[pid=22187/tid=22203] ppid=22185 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22203/stat : 22203 (python) S 22185 22187 21633 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 538451517 327884800 7247 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 22.29
Current children cumulated vsize (KiB) 2522216

[startup+12.7012 s]
/proc/loadavg: 8.13 7.97 5.94 9/248 22205
/proc/meminfo: memFree=28570384/32951124 swapFree=67111356/67111528
[pid=22187] ppid=22185 vsize=320200 CPUtime=0.55 cores=0,2,4,6
/proc/22187/stat : 22187 (python) S 22185 22187 21633 0 -1 4202496 12348 933 1 0 46 9 0 0 19 0 5 0 538451429 327884800 7247 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22187/statm: 80050 7247 1881 364 0 15959 0
[pid=22193] ppid=22187 vsize=278656 CPUtime=0 cores=0,2,4,6
/proc/22193/stat : 22193 (python) S 22187 22187 21633 0 -1 4202560 901 0 0 0 0 0 0 0 18 0 1 0 538451508 285343744 5599 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905751055 0 0 16781312 514 12119784731579482369 0 0 17 4 0 0 0
/proc/22193/statm: 69664 5599 377 364 0 5582 0
[pid=22195] ppid=22193 vsize=1017800 CPUtime=11.9 cores=0,2,4,6
/proc/22195/stat : 22195 (gnovelty+2) R 22193 22195 22195 0 -1 4202496 440 0 0 0 1190 0 0 0 25 0 1 0 538451509 1042227200 178 33554432000 134512640 135663704 4290073936 18446744073709551615 134524697 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22195/statm: 254450 178 113 282 0 254166 0
[pid=22196] ppid=22187 vsize=289340 CPUtime=0.01 cores=0,2,4,6

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

[pid=22187/tid=22194] ppid=22185 vsize=351124 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22194/stat : 22194 (python) S 22185 22187 21633 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 8 0 538451508 359550976 7327 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 4 0 0 0
[pid=22187/tid=22197] ppid=22185 vsize=351124 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22197/stat : 22197 (python) S 22185 22187 21633 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 8 0 538451511 359550976 7327 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
[pid=22187/tid=22200] ppid=22185 vsize=351124 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22200/stat : 22200 (python) S 22185 22187 21633 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 8 0 538451514 359550976 7327 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
[pid=22187/tid=22203] ppid=22185 vsize=351124 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22203/stat : 22203 (python) S 22185 22187 21633 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 8 0 538451517 359550976 7327 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
[pid=22187/tid=22222] ppid=22185 vsize=351124 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22222/stat : 22222 (python) S 22185 22187 21633 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 8 0 538461526 359550976 7327 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
[pid=22187/tid=22235] ppid=22185 vsize=351124 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22235/stat : 22235 (python) S 22185 22187 21633 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 8 0 538471543 359550976 7327 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
[pid=22187/tid=22517] ppid=22185 vsize=351124 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22517/stat : 22517 (python) S 22185 22187 21633 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 538490527 359550976 7327 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2306.36
Current children cumulated vsize (KiB) 4636080

[startup+578.701 s]
/proc/loadavg: 9.17 8.60 7.11 10/254 22533
/proc/meminfo: memFree=28399424/32951124 swapFree=67111356/67111528
[pid=22187] ppid=22185 vsize=351124 CPUtime=0.82 cores=0,2,4,6
/proc/22187/stat : 22187 (python) S 22185 22187 21633 0 -1 4202496 15647 933 1 0 72 10 0 0 18 0 8 0 538451429 359550976 7327 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22187/statm: 87781 7327 1888 364 0 23681 0
[pid=22193] ppid=22187 vsize=288900 CPUtime=0.14 cores=0,2,4,6
/proc/22193/stat : 22193 (python) S 22187 22187 21633 0 -1 4202560 1082 0 0 0 7 7 0 0 19 0 2 0 538451508 295833600 5637 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22193/statm: 72225 5637 410 364 0 8143 0
[pid=22195] ppid=22193 vsize=1017800 CPUtime=100.14 cores=0,2,4,6
/proc/22195/stat : 22195 (gnovelty+2) T 22193 22195 22195 0 -1 4202496 440 0 0 0 10014 0 0 0 25 0 1 0 538451509 1042227200 178 33554432000 134512640 135663704 4290073936 18446744073709551615 134546200 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22195/statm: 254450 178 113 282 0 254166 0
[pid=22193/tid=22220] ppid=22187 vsize=288900 CPUtime=0 cores=0,2,4,6
/proc/22193/task/22220/stat : 22220 (python) S 22187 22187 21633 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538461522 295833600 5637 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 514 18446604453911611200 0 0 -1 4 0 0 0
[pid=22196] ppid=22187 vsize=289340 CPUtime=0.82 cores=0,2,4,6
/proc/22196/stat : 22196 (python) S 22187 22187 21633 0 -1 4202560 1135 0 0 0 42 40 0 0 15 0 2 0 538451511 296284160 5747 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905751110 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22196/statm: 72335 5747 401 364 0 8250 0
[pid=22198] ppid=22196 vsize=16172 CPUtime=477.91 cores=0,2,4,6
/proc/22198/stat : 22198 (march_hi) R 22196 22198 22198 0 -1 4202496 3238 0 0 0 47790 1 0 0 25 0 1 0 538451511 16560128 2973 33554432000 4194304 4955518 140733886083120 18446744073709551615 4282258 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22198/statm: 4043 2973 104 186 0 3856 0
[pid=22196/tid=22515] ppid=22187 vsize=289340 CPUtime=0 cores=0,2,4,6
/proc/22196/task/22515/stat : 22515 (python) S 22187 22187 21633 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538490523 296284160 5747 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 514 18446604453970395456 0 0 -1 2 0 0 0
[pid=22199] ppid=22187 vsize=299256 CPUtime=0.99 cores=0,2,4,6
/proc/22199/stat : 22199 (python) S 22187 22187 21633 0 -1 4202560 1166 0 0 0 53 46 0 0 15 0 2 0 538451514 306438144 5652 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905751110 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22199/statm: 74814 5652 401 364 0 10726 0
[pid=22201] ppid=22199 vsize=21992 CPUtime=576.83 cores=0,2,4,6
/proc/22201/stat : 22201 (march_hi) R 22199 22201 22201 0 -1 4202496 4465 0 0 0 57682 1 0 0 25 0 1 0 538451514 22519808 4199 33554432000 4194304 4955518 140735725090736 18446744073709551615 4209776 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22201/statm: 5498 4199 104 186 0 5311 0
[pid=22199/tid=22529] ppid=22187 vsize=299256 CPUtime=0 cores=0,2,4,6
/proc/22199/task/22529/stat : 22529 (python) S 22187 22187 21633 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538500306 306438144 5652 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 514 18446604453910424448 0 0 -1 4 0 0 0
[pid=22202] ppid=22187 vsize=309956 CPUtime=0.83 cores=0,2,4,6
/proc/22202/stat : 22202 (python) S 22187 22187 21633 0 -1 4202560 1176 0 0 0 44 39 0 0 16 0 2 0 538451517 317394944 5763 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22202/statm: 77489 5763 400 364 0 13398 0
[pid=22204] ppid=22202 vsize=16172 CPUtime=487.1 cores=0,2,4,6
/proc/22204/stat : 22204 (march_hi) T 22202 22204 22204 0 -1 4202496 3334 0 0 0 48707 3 0 0 25 0 1 0 538451517 16560128 3070 33554432000 4194304 4955518 140734572757984 18446744073709551615 4224682 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22204/statm: 4043 3070 104 186 0 3856 0
[pid=22202/tid=22224] ppid=22187 vsize=309956 CPUtime=0 cores=0,2,4,6
/proc/22202/task/22224/stat : 22224 (python) S 22187 22187 21633 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 538461552 317394944 5763 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 514 18446604453891523520 0 0 -1 2 0 0 0
[pid=22221] ppid=22187 vsize=320212 CPUtime=0.15 cores=0,2,4,6
/proc/22221/stat : 22221 (python) S 22187 22187 21633 0 -1 4202560 1118 0 0 0 8 7 0 0 19 0 2 0 538461525 327897088 5767 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22221/statm: 80053 5767 400 364 0 15959 0
[pid=22223] ppid=22221 vsize=1017800 CPUtime=99.96 cores=0,2,4,6
/proc/22223/stat : 22223 (gnovelty+2) T 22221 22223 22223 0 -1 4202496 442 0 0 0 9996 0 0 0 25 0 1 0 538461526 1042227200 177 33554432000 134512640 135663704 4293952304 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22223/statm: 254450 177 113 282 0 254166 0
[pid=22221/tid=22233] ppid=22187 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/22221/task/22233/stat : 22233 (python) S 22187 22187 21633 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538471540 327897088 5767 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 514 18446604453891495168 0 0 -1 2 0 0 0
[pid=22234] ppid=22187 vsize=330624 CPUtime=0.64 cores=0,2,4,6
/proc/22234/stat : 22234 (python) S 22187 22187 21633 0 -1 4202560 1017 0 0 0 34 30 0 0 15 0 1 0 538471543 338558976 5801 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905751110 0 0 16781312 514 4255409070950809858 0 0 17 6 0 0 0
/proc/22234/statm: 82656 5801 371 364 0 18559 0
[pid=22236] ppid=22234 vsize=10892 CPUtime=374.27 cores=0,2,4,6
/proc/22236/stat : 22236 (march_hi) R 22234 22236 22236 0 -1 4202496 2274 0 0 0 37423 4 0 0 25 0 1 0 538471543 11153408 2008 33554432000 4194304 4955518 140736349142512 18446744073709551615 4239007 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22236/statm: 2723 2008 104 186 0 2536 0
[pid=22516] ppid=22187 vsize=340880 CPUtime=0.32 cores=0,2,4,6
/proc/22516/stat : 22516 (python) S 22187 22187 21633 0 -1 4202560 1200 0 0 0 18 14 0 0 15 0 2 0 538490526 349061120 5841 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905751110 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22516/statm: 85220 5841 406 364 0 21120 0
[pid=22518] ppid=22516 vsize=4960 CPUtime=187.03 cores=0,2,4,6
/proc/22518/stat : 22518 (march_hi) R 22516 22518 22518 0 -1 4202496 1234 0 0 0 18703 0 0 0 25 0 1 0 538490527 5079040 966 33554432000 4194304 4955518 140734276503040 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22518/statm: 1240 966 104 186 0 1053 0
[pid=22516/tid=22530] ppid=22187 vsize=340880 CPUtime=0 cores=0,2,4,6
/proc/22516/task/22530/stat : 22530 (python) S 22187 22187 21633 0 -1 4202560 93 0 0 0 0 0 0 0 16 0 2 0 538500578 349061120 5841 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 514 18446604453907439680 0 0 -1 2 0 0 0
[pid=22187/tid=22194] ppid=22185 vsize=351124 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22194/stat : 22194 (python) S 22185 22187 21633 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 8 0 538451508 359550976 7327 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 4 0 0 0
[pid=22187/tid=22197] ppid=22185 vsize=351124 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22197/stat : 22197 (python) S 22185 22187 21633 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 8 0 538451511 359550976 7327 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
[pid=22187/tid=22200] ppid=22185 vsize=351124 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22200/stat : 22200 (python) S 22185 22187 21633 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 8 0 538451514 359550976 7327 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
[pid=22187/tid=22203] ppid=22185 vsize=351124 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22203/stat : 22203 (python) S 22185 22187 21633 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 8 0 538451517 359550976 7327 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
[pid=22187/tid=22222] ppid=22185 vsize=351124 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22222/stat : 22222 (python) S 22185 22187 21633 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 8 0 538461526 359550976 7327 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
[pid=22187/tid=22235] ppid=22185 vsize=351124 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22235/stat : 22235 (python) S 22185 22187 21633 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 8 0 538471543 359550976 7327 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
[pid=22187/tid=22517] ppid=22185 vsize=351124 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22517/stat : 22517 (python) S 22185 22187 21633 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 538490527 359550976 7327 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2307.95
Current children cumulated vsize (KiB) 4636080

[startup+579.101 s]
/proc/loadavg: 9.17 8.60 7.11 10/254 22533
/proc/meminfo: memFree=28399424/32951124 swapFree=67111356/67111528
[pid=22187] ppid=22185 vsize=351124 CPUtime=0.82 cores=0,2,4,6
/proc/22187/stat : 22187 (python) S 22185 22187 21633 0 -1 4202496 15647 933 1 0 72 10 0 0 18 0 8 0 538451429 359550976 7327 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22187/statm: 87781 7327 1888 364 0 23681 0
[pid=22193] ppid=22187 vsize=288900 CPUtime=0.14 cores=0,2,4,6
/proc/22193/stat : 22193 (python) S 22187 22187 21633 0 -1 4202560 1082 0 0 0 7 7 0 0 19 0 2 0 538451508 295833600 5637 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22193/statm: 72225 5637 410 364 0 8143 0
[pid=22195] ppid=22193 vsize=1017800 CPUtime=100.14 cores=0,2,4,6
/proc/22195/stat : 22195 (gnovelty+2) T 22193 22195 22195 0 -1 4202496 440 0 0 0 10014 0 0 0 25 0 1 0 538451509 1042227200 178 33554432000 134512640 135663704 4290073936 18446744073709551615 134546200 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22195/statm: 254450 178 113 282 0 254166 0
[pid=22193/tid=22220] ppid=22187 vsize=288900 CPUtime=0 cores=0,2,4,6
/proc/22193/task/22220/stat : 22220 (python) S 22187 22187 21633 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538461522 295833600 5637 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 514 18446604453911611200 0 0 -1 4 0 0 0
[pid=22196] ppid=22187 vsize=289340 CPUtime=0.82 cores=0,2,4,6
/proc/22196/stat : 22196 (python) S 22187 22187 21633 0 -1 4202560 1135 0 0 0 42 40 0 0 15 0 2 0 538451511 296284160 5747 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905751110 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22196/statm: 72335 5747 401 364 0 8250 0
[pid=22198] ppid=22196 vsize=16172 CPUtime=478.3 cores=0,2,4,6
/proc/22198/stat : 22198 (march_hi) R 22196 22198 22198 0 -1 4202496 3241 0 0 0 47829 1 0 0 25 0 1 0 538451511 16560128 2976 33554432000 4194304 4955518 140733886083120 18446744073709551615 4227654 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22198/statm: 4043 2976 104 186 0 3856 0
[pid=22196/tid=22515] ppid=22187 vsize=289340 CPUtime=0 cores=0,2,4,6
/proc/22196/task/22515/stat : 22515 (python) S 22187 22187 21633 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538490523 296284160 5747 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 514 18446604453970395456 0 0 -1 2 0 0 0
[pid=22199] ppid=22187 vsize=299256 CPUtime=0.99 cores=0,2,4,6
/proc/22199/stat : 22199 (python) S 22187 22187 21633 0 -1 4202560 1166 0 0 0 53 46 0 0 15 0 2 0 538451514 306438144 5652 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905751110 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22199/statm: 74814 5652 401 364 0 10726 0
[pid=22201] ppid=22199 vsize=21992 CPUtime=577.23 cores=0,2,4,6
/proc/22201/stat : 22201 (march_hi) R 22199 22201 22201 0 -1 4202496 4472 0 0 0 57722 1 0 0 25 0 1 0 538451514 22519808 4206 33554432000 4194304 4955518 140735725090736 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22201/statm: 5498 4206 104 186 0 5311 0
[pid=22199/tid=22529] ppid=22187 vsize=299256 CPUtime=0 cores=0,2,4,6
/proc/22199/task/22529/stat : 22529 (python) S 22187 22187 21633 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538500306 306438144 5652 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 514 18446604453910424448 0 0 -1 4 0 0 0
[pid=22202] ppid=22187 vsize=309956 CPUtime=0.83 cores=0,2,4,6
/proc/22202/stat : 22202 (python) S 22187 22187 21633 0 -1 4202560 1176 0 0 0 44 39 0 0 16 0 2 0 538451517 317394944 5763 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22202/statm: 77489 5763 400 364 0 13398 0
[pid=22204] ppid=22202 vsize=16172 CPUtime=487.1 cores=0,2,4,6
/proc/22204/stat : 22204 (march_hi) T 22202 22204 22204 0 -1 4202496 3334 0 0 0 48707 3 0 0 25 0 1 0 538451517 16560128 3070 33554432000 4194304 4955518 140734572757984 18446744073709551615 4224682 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22204/statm: 4043 3070 104 186 0 3856 0
[pid=22202/tid=22224] ppid=22187 vsize=309956 CPUtime=0 cores=0,2,4,6
/proc/22202/task/22224/stat : 22224 (python) S 22187 22187 21633 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 538461552 317394944 5763 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 514 18446604453891523520 0 0 -1 2 0 0 0
[pid=22221] ppid=22187 vsize=320212 CPUtime=0.15 cores=0,2,4,6
/proc/22221/stat : 22221 (python) S 22187 22187 21633 0 -1 4202560 1118 0 0 0 8 7 0 0 19 0 2 0 538461525 327897088 5767 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22221/statm: 80053 5767 400 364 0 15959 0
[pid=22223] ppid=22221 vsize=1017800 CPUtime=99.96 cores=0,2,4,6
/proc/22223/stat : 22223 (gnovelty+2) T 22221 22223 22223 0 -1 4202496 442 0 0 0 9996 0 0 0 25 0 1 0 538461526 1042227200 177 33554432000 134512640 135663704 4293952304 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22223/statm: 254450 177 113 282 0 254166 0
[pid=22221/tid=22233] ppid=22187 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/22221/task/22233/stat : 22233 (python) S 22187 22187 21633 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538471540 327897088 5767 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 514 18446604453891495168 0 0 -1 2 0 0 0
[pid=22234] ppid=22187 vsize=330624 CPUtime=0.64 cores=0,2,4,6
/proc/22234/stat : 22234 (python) S 22187 22187 21633 0 -1 4202560 1017 0 0 0 34 30 0 0 15 0 1 0 538471543 338558976 5801 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905751110 0 0 16781312 514 4255409070950809858 0 0 17 6 0 0 0
/proc/22234/statm: 82656 5801 371 364 0 18559 0
[pid=22236] ppid=22234 vsize=10892 CPUtime=374.67 cores=0,2,4,6
/proc/22236/stat : 22236 (march_hi) R 22234 22236 22236 0 -1 4202496 2277 0 0 0 37463 4 0 0 25 0 1 0 538471543 11153408 2011 33554432000 4194304 4955518 140736349142512 18446744073709551615 4224693 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22236/statm: 2723 2011 104 186 0 2536 0
[pid=22516] ppid=22187 vsize=340880 CPUtime=0.32 cores=0,2,4,6
/proc/22516/stat : 22516 (python) S 22187 22187 21633 0 -1 4202560 1200 0 0 0 18 14 0 0 15 0 2 0 538490526 349061120 5841 33554432000 4194304 5683644 140733261256752 18446744073709551615 218905751110 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22516/statm: 85220 5841 406 364 0 21120 0
[pid=22518] ppid=22516 vsize=4960 CPUtime=187.43 cores=0,2,4,6
/proc/22518/stat : 22518 (march_hi) R 22516 22518 22518 0 -1 4202496 1235 0 0 0 18743 0 0 0 25 0 1 0 538490527 5079040 967 33554432000 4194304 4955518 140734276503040 18446744073709551615 4227121 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22518/statm: 1240 967 104 186 0 1053 0
[pid=22516/tid=22530] ppid=22187 vsize=340880 CPUtime=0 cores=0,2,4,6
/proc/22516/task/22530/stat : 22530 (python) S 22187 22187 21633 0 -1 4202560 93 0 0 0 0 0 0 0 16 0 2 0 538500578 349061120 5841 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 514 18446604453907439680 0 0 -1 2 0 0 0
[pid=22187/tid=22194] ppid=22185 vsize=351124 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22194/stat : 22194 (python) S 22185 22187 21633 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 8 0 538451508 359550976 7327 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 4 0 0 0
[pid=22187/tid=22197] ppid=22185 vsize=351124 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22197/stat : 22197 (python) S 22185 22187 21633 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 8 0 538451511 359550976 7327 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
[pid=22187/tid=22200] ppid=22185 vsize=351124 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22200/stat : 22200 (python) S 22185 22187 21633 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 8 0 538451514 359550976 7327 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
[pid=22187/tid=22203] ppid=22185 vsize=351124 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22203/stat : 22203 (python) S 22185 22187 21633 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 8 0 538451517 359550976 7327 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
[pid=22187/tid=22222] ppid=22185 vsize=351124 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22222/stat : 22222 (python) S 22185 22187 21633 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 8 0 538461526 359550976 7327 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
[pid=22187/tid=22235] ppid=22185 vsize=351124 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22235/stat : 22235 (python) S 22185 22187 21633 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 8 0 538471543 359550976 7327 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
[pid=22187/tid=22517] ppid=22185 vsize=351124 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22517/stat : 22517 (python) S 22185 22187 21633 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 538490527 359550976 7327 33554432000 4194304 5683644 140733261256752 18446744073709551615 218917554609 0 0 16781312 2 18446604453924250048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2309.54
Current children cumulated vsize (KiB) 4636080

Child status: 0
Real time (s): 579.164
CPU time (s): 2309.86
CPU user time (s): 2307.76
CPU system time (s): 2.09868
CPU usage (%): 398.826
Max. virtual memory (cumulated for all children) (KiB): 4636080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2307.76
system time used= 2.09868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44217
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= 7317
involuntary context switches= 14450

runsolver used 1.20682 second user time and 2.68159 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-01 18:48:57
IDJOB=3317265
IDBENCH=82730
IDSOLVER=1705
FILE ID=node137/3317265-1304268537
RUNJOBID= node137-1304267281-21651
PBS_JOBID= 13173942
Free space on /tmp= 73388 MiB

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

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

MD5SUM BENCH= 7bcc4ef0cfce2800562872a802fb17f2
RANDOM SEED=26425585

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28613896 kB
Buffers:        936908 kB
Cached:        2602020 kB
SwapCached:         48 kB
Active:         637508 kB
Inactive:      3225372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28613896 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           31520 kB
Writeback:           0 kB
AnonPages:      323612 kB
Mapped:          22664 kB
Slab:           399756 kB
PageTables:      15588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 15823624 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= 73344 MiB
End job on node137 at 2011-05-01 18:58:36