Trace number 3317536

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 1605.07 509.178

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S247862791-097.UNKNOWN.cnf
MD5SUM6b69f72e1046222baee8c8d817a4adac
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark485.529
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.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3317536-1304269970.cnf
0.31/0.45	c INFO: computing task features
0.31/0.46	c INFO: computed variable-clause graph statistics
0.31/0.46	c INFO: computed clause balance statistics
0.31/0.49	c INFO: computed variable balance statistics
0.40/0.52	c INFO: computed small-clause counts
0.40/0.52	c INFO: computed Horn-clause counts
0.40/0.53	c INFO: computed variable graph statistics
0.40/0.53	c INFO: collected features for HOME/instance-3317536-1304269970.cnf in 0.08 s
0.40/0.55	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.57)
0.40/0.58	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.35)
0.50/0.61	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.35)
0.50/0.65	c INFO: running march_hi@0 for 97 with 4799 remaining (b = 0.10)
426.99/132.99	c INFO: running gnovelty+2@0 for 97 with 4667 remaining (b = 0.07)
538.47/164.85	c INFO: running march_hi@98 for 97 with 4635 remaining (b = 0.08)
797.02/251.21	c INFO: running march_hi@0 for 485 with 4549 remaining (b = 0.28)
964.10/307.09	c INFO: running march_hi@200 for 194 with 4493 remaining (b = 0.13)
1388.31/437.05	c INFO: running march_hi@0 for 97 with 4363 remaining (b = 0.07)
1604.74/509.15	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-3317536-1304269970/watcher-3317536-1304269970 -o /tmp/evaluation-result-3317536-1304269970/solver-3317536-1304269970 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317536-1304269970.cnf -seed 469319439 -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: 8.81 9.03 8.45 8/246 6183
/proc/meminfo: memFree=29174776/32951124 swapFree=67111416/67111528
[pid=6183] ppid=6181 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/6183/stat : 6183 (python) R 6181 6183 5229 0 -1 4202496 1040 0 0 0 0 0 0 0 25 0 1 0 538599387 16629760 911 33554432000 4194304 5683644 140735185918496 18446744073709551615 4864810 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6183/statm: 4060 912 380 364 0 547 0

[startup+0.082246 s]
/proc/loadavg: 8.81 9.03 8.45 8/246 6183
/proc/meminfo: memFree=29174776/32951124 swapFree=67111416/67111528
[pid=6183] ppid=6181 vsize=93964 CPUtime=0.05 cores=0,2,4,6
/proc/6183/stat : 6183 (python) R 6181 6183 5229 0 -1 4202496 2695 0 0 0 4 1 0 0 17 0 1 0 538599387 96219136 2407 33554432000 4194304 5683644 140735185918496 18446744073709551615 212436060250 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6183/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93964

[startup+0.100215 s]
/proc/loadavg: 8.81 9.03 8.45 8/246 6183
/proc/meminfo: memFree=29174776/32951124 swapFree=67111416/67111528
[pid=6183] ppid=6181 vsize=104620 CPUtime=0.06 cores=0,2,4,6
/proc/6183/stat : 6183 (python) R 6181 6183 5229 0 -1 4202496 3144 0 0 0 5 1 0 0 17 0 1 0 538599387 107130880 2822 33554432000 4194304 5683644 140735185918496 18446744073709551615 4509251 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6183/statm: 26154 2821 847 364 0 1902 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104620

[startup+0.300207 s]
/proc/loadavg: 8.81 9.03 8.45 8/246 6183
/proc/meminfo: memFree=29174776/32951124 swapFree=67111416/67111528
[pid=6183] ppid=6181 vsize=198920 CPUtime=0.22 cores=0,2,4,6
/proc/6183/stat : 6183 (python) R 6181 6183 5229 0 -1 4202496 7020 938 1 0 17 5 0 0 18 0 1 0 538599387 203694080 5053 33554432000 4194304 5683644 140735185918496 18446744073709551615 47516670185485 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6183/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198920

[startup+0.700102 s]
/proc/loadavg: 8.81 9.03 8.45 8/246 6183
/proc/meminfo: memFree=29174776/32951124 swapFree=67111416/67111528
[pid=6183] ppid=6181 vsize=320192 CPUtime=0.55 cores=0,2,4,6
/proc/6183/stat : 6183 (python) S 6181 6183 5229 0 -1 4202496 12350 938 1 0 47 8 0 0 24 0 5 0 538599387 327876608 7244 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6183/statm: 80048 7244 1881 364 0 15957 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 320192

[startup+1.50095 s]
/proc/loadavg: 8.81 9.03 8.45 11/259 6200
/proc/meminfo: memFree=29136216/32951124 swapFree=67111416/67111528
[pid=6183] ppid=6181 vsize=320192 CPUtime=0.55 cores=0,2,4,6
/proc/6183/stat : 6183 (python) S 6181 6183 5229 0 -1 4202496 12350 938 1 0 47 8 0 0 24 0 5 0 538599387 327876608 7244 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6183/statm: 80048 7244 1881 364 0 15957 0
[pid=6189] ppid=6183 vsize=278664 CPUtime=0 cores=0,2,4,6
/proc/6189/stat : 6189 (python) S 6183 6183 5229 0 -1 4202560 737 0 0 0 0 0 0 0 19 0 1 0 538599442 285351936 5572 33554432000 4194304 5683644 140735185918496 18446744073709551615 212436037135 0 0 16781312 514 14140182157011714047 0 0 17 6 0 0 0
/proc/6189/statm: 69666 5572 354 364 0 5584 0
[pid=6191] ppid=6189 vsize=1017800 CPUtime=0.51 cores=0,2,4,6
/proc/6191/stat : 6191 (gnovelty+2) R 6189 6191 6191 0 -1 4202496 442 0 0 0 51 0 0 0 22 0 1 0 538599443 1042227200 178 33554432000 134512640 135663704 4287361568 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6191/statm: 254450 178 113 282 0 254166 0
[pid=6192] ppid=6183 vsize=289336 CPUtime=0 cores=0,2,4,6
/proc/6192/stat : 6192 (python) S 6183 6183 5229 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 538599445 296280064 5691 33554432000 4194304 5683644 140735185918496 18446744073709551615 212436037190 0 0 16781312 514 5601796879189770499 0 0 17 2 0 0 0
/proc/6192/statm: 72334 5691 348 364 0 8249 0
[pid=6194] ppid=6192 vsize=2172 CPUtime=0.86 cores=0,2,4,6
/proc/6194/stat : 6194 (march_hi) R 6192 6194 6194 0 -1 4202496 620 0 0 0 86 0 0 0 23 0 1 0 538599448 2224128 355 33554432000 4194304 4955518 140735116043488 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6194/statm: 543 355 104 186 0 356 0
[pid=6195] ppid=6183 vsize=299236 CPUtime=0 cores=0,2,4,6
/proc/6195/stat : 6195 (python) S 6183 6183 5229 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 538599449 306417664 5596 33554432000 4194304 5683644 140735185918496 18446744073709551615 212436037190 0 0 16781312 514 802656686710948097 0 0 17 2 0 0 0
/proc/6195/statm: 74809 5596 348 364 0 10721 0
[pid=6197] ppid=6195 vsize=2172 CPUtime=0.42 cores=0,2,4,6
/proc/6197/stat : 6197 (march_hi) R 6195 6197 6197 0 -1 4202496 607 0 0 0 42 0 0 0 25 0 1 0 538599451 2224128 343 33554432000 4194304 4955518 140733461057120 18446744073709551615 4209624 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6197/statm: 543 343 104 186 0 356 0
[pid=6198] ppid=6183 vsize=309948 CPUtime=0 cores=0,2,4,6
/proc/6198/stat : 6198 (python) S 6183 6183 5229 0 -1 4202560 756 0 0 0 0 0 0 0 18 0 1 0 538599452 317386752 5707 33554432000 4194304 5683644 140735185918496 18446744073709551615 212436037190 0 0 16781312 514 1575595768851431681 0 0 17 2 0 0 0
/proc/6198/statm: 77487 5707 348 364 0 13396 0
[pid=6200] ppid=6198 vsize=2172 CPUtime=0.41 cores=0,2,4,6
/proc/6200/stat : 6200 (march_hi) R 6198 6200 6200 0 -1 4202496 611 0 0 0 41 0 0 0 25 0 1 0 538599452 2224128 343 33554432000 4194304 4955518 140734202970832 18446744073709551615 4235379 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6200/statm: 543 343 104 186 0 356 0
[pid=6183/tid=6190] ppid=6181 vsize=320192 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6190/stat : 6190 (python) S 6181 6183 5229 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 5 0 538599443 327876608 7244 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 6 0 0 0
[pid=6183/tid=6193] ppid=6181 vsize=320192 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6193/stat : 6193 (python) S 6181 6183 5229 0 -1 4202560 23 938 0 0 0 0 0 0 20 0 5 0 538599446 327876608 7244 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
[pid=6183/tid=6196] ppid=6181 vsize=320192 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6196/stat : 6196 (python) S 6181 6183 5229 0 -1 4202560 22 938 0 0 0 0 0 0 22 0 5 0 538599449 327876608 7244 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
[pid=6183/tid=6199] ppid=6181 vsize=320192 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6199/stat : 6199 (python) S 6181 6183 5229 0 -1 4202560 25 938 0 0 0 0 0 0 24 0 5 0 538599452 327876608 7244 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 2521692

[startup+3.10065 s]
/proc/loadavg: 8.81 9.03 8.45 11/259 6200
/proc/meminfo: memFree=29134728/32951124 swapFree=67111416/67111528
[pid=6183] ppid=6181 vsize=320192 CPUtime=0.55 cores=0,2,4,6
/proc/6183/stat : 6183 (python) S 6181 6183 5229 0 -1 4202496 12350 938 1 0 47 8 0 0 24 0 5 0 538599387 327876608 7244 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6183/statm: 80048 7244 1881 364 0 15957 0
[pid=6189] ppid=6183 vsize=278664 CPUtime=0 cores=0,2,4,6
/proc/6189/stat : 6189 (python) S 6183 6183 5229 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 538599442 285351936 5572 33554432000 4194304 5683644 140735185918496 18446744073709551615 212436037135 0 0 16781312 514 14140182157011681537 0 0 17 6 0 0 0
/proc/6189/statm: 69666 5572 354 364 0 5584 0
[pid=6191] ppid=6189 vsize=1017800 CPUtime=1.31 cores=0,2,4,6
/proc/6191/stat : 6191 (gnovelty+2) R 6189 6191 6191 0 -1 4202496 442 0 0 0 131 0 0 0 25 0 1 0 538599443 1042227200 178 33554432000 134512640 135663704 4287361568 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6191/statm: 254450 178 113 282 0 254166 0
[pid=6192] ppid=6183 vsize=289336 CPUtime=0 cores=0,2,4,6
/proc/6192/stat : 6192 (python) S 6183 6183 5229 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 538599445 296280064 5691 33554432000 4194304 5683644 140735185918496 18446744073709551615 212436037190 0 0 16781312 514 11788097262146519299 0 0 17 2 0 0 0
/proc/6192/statm: 72334 5691 348 364 0 8249 0
[pid=6194] ppid=6192 vsize=2304 CPUtime=2.46 cores=0,2,4,6
/proc/6194/stat : 6194 (march_hi) R 6192 6194 6194 0 -1 4202496 635 0 0 0 246 0 0 0 25 0 1 0 538599448 2359296 370 33554432000 4194304 4955518 140735116043488 18446744073709551615 4227824 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6194/statm: 576 370 104 186 0 389 0
[pid=6195] ppid=6183 vsize=299236 CPUtime=0 cores=0,2,4,6
/proc/6195/stat : 6195 (python) S 6183 6183 5229 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 538599449 306417664 5596 33554432000 4194304 5683644 140735185918496 18446744073709551615 212436037190 0 0 16781312 514 802656686710948097 0 0 17 2 0 0 0
/proc/6195/statm: 74809 5596 348 364 0 10721 0
[pid=6197] ppid=6195 vsize=2172 CPUtime=1.22 cores=0,2,4,6
/proc/6197/stat : 6197 (march_hi) R 6195 6197 6197 0 -1 4202496 624 0 0 0 122 0 0 0 25 0 1 0 538599451 2224128 360 33554432000 4194304 4955518 140733461057120 18446744073709551615 4227827 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6197/statm: 543 360 104 186 0 356 0
[pid=6198] ppid=6183 vsize=309948 CPUtime=0 cores=0,2,4,6
/proc/6198/stat : 6198 (python) S 6183 6183 5229 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 538599452 317386752 5707 33554432000 4194304 5683644 140735185918496 18446744073709551615 212436037190 0 0 16781312 514 1575595768851431681 0 0 17 2 0 0 0
/proc/6198/statm: 77487 5707 348 364 0 13396 0
[pid=6200] ppid=6198 vsize=2172 CPUtime=1.21 cores=0,2,4,6
/proc/6200/stat : 6200 (march_hi) R 6198 6200 6200 0 -1 4202496 627 0 0 0 121 0 0 0 25 0 1 0 538599452 2224128 359 33554432000 4194304 4955518 140734202970832 18446744073709551615 4209639 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6200/statm: 543 359 104 186 0 356 0
[pid=6183/tid=6190] ppid=6181 vsize=320192 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6190/stat : 6190 (python) S 6181 6183 5229 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 5 0 538599443 327876608 7244 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 6 0 0 0
[pid=6183/tid=6193] ppid=6181 vsize=320192 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6193/stat : 6193 (python) S 6181 6183 5229 0 -1 4202560 23 938 0 0 0 0 0 0 20 0 5 0 538599446 327876608 7244 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
[pid=6183/tid=6196] ppid=6181 vsize=320192 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6196/stat : 6196 (python) S 6181 6183 5229 0 -1 4202560 22 938 0 0 0 0 0 0 22 0 5 0 538599449 327876608 7244 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
[pid=6183/tid=6199] ppid=6181 vsize=320192 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6199/stat : 6199 (python) S 6181 6183 5229 0 -1 4202560 25 938 0 0 0 0 0 0 24 0 5 0 538599452 327876608 7244 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 2521824

[startup+6.30104 s]
/proc/loadavg: 8.90 9.05 8.46 10/258 6200
/proc/meminfo: memFree=29131504/32951124 swapFree=67111416/67111528
[pid=6183] ppid=6181 vsize=320192 CPUtime=0.55 cores=0,2,4,6
/proc/6183/stat : 6183 (python) S 6181 6183 5229 0 -1 4202496 12350 938 1 0 47 8 0 0 24 0 5 0 538599387 327876608 7244 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6183/statm: 80048 7244 1881 364 0 15957 0
[pid=6189] ppid=6183 vsize=278664 CPUtime=0 cores=0,2,4,6
/proc/6189/stat : 6189 (python) S 6183 6183 5229 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 538599442 285351936 5595 33554432000 4194304 5683644 140735185918496 18446744073709551615 212436037135 0 0 16781312 514 14140182157011681537 0 0 17 6 0 0 0
/proc/6189/statm: 69666 5595 377 364 0 5584 0
[pid=6191] ppid=6189 vsize=1017800 CPUtime=2.91 cores=0,2,4,6
/proc/6191/stat : 6191 (gnovelty+2) R 6189 6191 6191 0 -1 4202496 442 0 0 0 291 0 0 0 25 0 1 0 538599443 1042227200 178 33554432000 134512640 135663704 4287361568 18446744073709551615 134525002 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6191/statm: 254450 178 113 282 0 254166 0
[pid=6192] ppid=6183 vsize=289336 CPUtime=0 cores=0,2,4,6
/proc/6192/stat : 6192 (python) S 6183 6183 5229 0 -1 4202560 913 0 0 0 0 0 0 0 15 0 1 0 538599445 296280064 5714 33554432000 4194304 5683644 140735185918496 18446744073709551615 212436037190 0 0 16781312 514 11788097262146519299 0 0 17 2 0 0 0
/proc/6192/statm: 72334 5714 371 364 0 8249 0
[pid=6194] ppid=6192 vsize=2304 CPUtime=5.63 cores=0,2,4,6
/proc/6194/stat : 6194 (march_hi) R 6192 6194 6194 0 -1 4202496 650 0 0 0 563 0 0 0 25 0 1 0 538599448 2359296 385 33554432000 4194304 4955518 140735116043488 18446744073709551615 4238632 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6194/statm: 576 385 104 186 0 389 0
[pid=6195] ppid=6183 vsize=299236 CPUtime=0 cores=0,2,4,6
/proc/6195/stat : 6195 (python) S 6183 6183 5229 0 -1 4202560 915 0 0 0 0 0 0 0 15 0 1 0 538599449 306417664 5619 33554432000 4194304 5683644 140735185918496 18446744073709551615 212436037190 0 0 16781312 514 802656686710948097 0 0 17 2 0 0 0
/proc/6195/statm: 74809 5619 371 364 0 10721 0
[pid=6197] ppid=6195 vsize=2304 CPUtime=3.94 cores=0,2,4,6
/proc/6197/stat : 6197 (march_hi) R 6195 6197 6197 0 -1 4202496 647 0 0 0 394 0 0 0 25 0 1 0 538599451 2359296 383 33554432000 4194304 4955518 140733461057120 18446744073709551615 4229464 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6197/statm: 576 383 104 186 0 389 0
[pid=6198] ppid=6183 vsize=309948 CPUtime=0 cores=0,2,4,6
/proc/6198/stat : 6198 (python) S 6183 6183 5229 0 -1 4202560 914 0 0 0 0 0 0 0 15 0 1 0 538599452 317386752 5730 33554432000 4194304 5683644 140735185918496 18446744073709551615 212436037190 0 0 16781312 514 1575595768851431681 0 0 17 2 0 0 0
/proc/6198/statm: 77487 5730 371 364 0 13396 0
[pid=6200] ppid=6198 vsize=2304 CPUtime=2.82 cores=0,2,4,6
/proc/6200/stat : 6200 (march_hi) R 6198 6200 6200 0 -1 4202496 639 0 0 0 282 0 0 0 25 0 1 0 538599452 2359296 371 33554432000 4194304 4955518 140734202970832 18446744073709551615 4224631 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6200/statm: 576 371 104 186 0 389 0
[pid=6183/tid=6190] ppid=6181 vsize=320192 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6190/stat : 6190 (python) S 6181 6183 5229 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 5 0 538599443 327876608 7244 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 6 0 0 0
[pid=6183/tid=6193] ppid=6181 vsize=320192 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6193/stat : 6193 (python) S 6181 6183 5229 0 -1 4202560 23 938 0 0 0 0 0 0 20 0 5 0 538599446 327876608 7244 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
[pid=6183/tid=6196] ppid=6181 vsize=320192 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6196/stat : 6196 (python) S 6181 6183 5229 0 -1 4202560 22 938 0 0 0 0 0 0 22 0 5 0 538599449 327876608 7244 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
[pid=6183/tid=6199] ppid=6181 vsize=320192 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6199/stat : 6199 (python) S 6181 6183 5229 0 -1 4202560 25 938 0 0 0 0 0 0 24 0 5 0 538599452 327876608 7244 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 15.85
Current children cumulated vsize (KiB) 2522088

[startup+12.7008 s]
/proc/loadavg: 8.91 9.04 8.46 10/258 6201
/proc/meminfo: memFree=29127452/32951124 swapFree=67111416/67111528
[pid=6183] ppid=6181 vsize=320192 CPUtime=0.55 cores=0,2,4,6
/proc/6183/stat : 6183 (python) S 6181 6183 5229 0 -1 4202496 12350 938 1 0 47 8 0 0 24 0 5 0 538599387 327876608 7244 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6183/statm: 80048 7244 1881 364 0 15957 0
[pid=6189] ppid=6183 vsize=278664 CPUtime=0.01 cores=0,2,4,6
/proc/6189/stat : 6189 (python) S 6183 6183 5229 0 -1 4202560 900 0 0 0 1 0 0 0 18 0 1 0 538599442 285351936 5595 33554432000 4194304 5683644 140735185918496 18446744073709551615 212436037135 0 0 16781312 514 6968124154704789761 0 0 17 6 0 0 0
/proc/6189/statm: 69666 5595 377 364 0 5584 0
[pid=6191] ppid=6189 vsize=1017800 CPUtime=6.11 cores=0,2,4,6
/proc/6191/stat : 6191 (gnovelty+2) R 6189 6191 6191 0 -1 4202496 442 0 0 0 611 0 0 0 25 0 1 0 538599443 1042227200 178 33554432000 134512640 135663704 4287361568 18446744073709551615 134524566 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6191/statm: 254450 178 113 282 0 254166 0
[pid=6192] ppid=6183 vsize=289336 CPUtime=0.02 cores=0,2,4,6

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

/proc/6195/statm: 74809 5619 371 364 0 10721 0
[pid=6197] ppid=6195 vsize=11332 CPUtime=419.91 cores=0,2,4,6
/proc/6197/stat : 6197 (march_hi) R 6195 6197 6197 0 -1 4202496 2533 0 0 0 41991 0 0 0 25 0 1 0 538599451 11603968 2269 33554432000 4194304 4955518 140733461057120 18446744073709551615 4224577 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6197/statm: 2833 2269 104 186 0 2646 0
[pid=6198] ppid=6183 vsize=309948 CPUtime=0.88 cores=0,2,4,6
/proc/6198/stat : 6198 (python) S 6183 6183 5229 0 -1 4202560 1175 0 0 0 45 43 0 0 15 0 2 0 538599452 317386752 5760 33554432000 4194304 5683644 140735185918496 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6198/statm: 77487 5760 400 364 0 13396 0
[pid=6200] ppid=6198 vsize=8280 CPUtime=358.75 cores=0,2,4,6
/proc/6200/stat : 6200 (march_hi) R 6198 6200 6200 0 -1 4202496 2016 0 0 0 35875 0 0 0 25 0 1 0 538599452 8478720 1748 33554432000 4194304 4955518 140734202970832 18446744073709551615 4209787 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6200/statm: 2070 1748 104 186 0 1883 0
[pid=6198/tid=6206] ppid=6183 vsize=309948 CPUtime=0 cores=0,2,4,6
/proc/6198/task/6206/stat : 6206 (python) S 6183 6183 5229 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 538612683 317386752 5760 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 514 18446604447477622016 0 0 -1 2 0 0 0
[pid=6207] ppid=6183 vsize=320204 CPUtime=0.19 cores=0,2,4,6
/proc/6207/stat : 6207 (python) S 6183 6183 5229 0 -1 4202560 1108 0 0 0 9 10 0 0 19 0 2 0 538612686 327888896 5781 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6207/statm: 80051 5781 400 364 0 15957 0
[pid=6209] ppid=6207 vsize=1017800 CPUtime=102.28 cores=0,2,4,6
/proc/6209/stat : 6209 (gnovelty+2) T 6207 6209 6209 0 -1 4202496 442 0 0 0 10228 0 0 0 25 0 1 0 538612687 1042227200 177 33554432000 134512640 135663704 4292895488 18446744073709551615 134524984 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6209/statm: 254450 177 113 282 0 254166 0
[pid=6207/tid=6214] ppid=6183 vsize=320204 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6214/stat : 6214 (python) S 6183 6183 5229 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538624505 327888896 5781 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 514 18446604442633614592 0 0 -1 2 0 0 0
[pid=6215] ppid=6183 vsize=330676 CPUtime=0.48 cores=0,2,4,6
/proc/6215/stat : 6215 (python) S 6183 6183 5229 0 -1 4202560 1016 0 0 0 27 21 0 0 15 0 1 0 538624508 338612224 5813 33554432000 4194304 5683644 140735185918496 18446744073709551615 212436037190 0 0 16781312 514 6968124154704789762 0 0 17 4 0 0 0
/proc/6215/statm: 82669 5813 371 364 0 18572 0
[pid=6217] ppid=6215 vsize=4172 CPUtime=166.04 cores=0,2,4,6
/proc/6217/stat : 6217 (march_hi) R 6215 6217 6217 0 -1 4202496 1044 0 0 0 16604 0 0 0 25 0 1 0 538624508 4272128 776 33554432000 4194304 4955518 140735507046608 18446744073709551615 4224727 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6217/statm: 1043 776 104 186 0 856 0
[pid=6183/tid=6190] ppid=6181 vsize=340920 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6190/stat : 6190 (python) S 6181 6183 5229 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 7 0 538599443 349102080 7332 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 6 0 0 0
[pid=6183/tid=6193] ppid=6181 vsize=340920 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6193/stat : 6193 (python) S 6181 6183 5229 0 -1 4202560 27 938 0 0 0 0 0 0 18 0 7 0 538599446 349102080 7332 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
[pid=6183/tid=6196] ppid=6181 vsize=340920 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6196/stat : 6196 (python) S 6181 6183 5229 0 -1 4202560 22 938 0 0 0 0 0 0 22 0 7 0 538599449 349102080 7332 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
[pid=6183/tid=6199] ppid=6181 vsize=340920 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6199/stat : 6199 (python) S 6181 6183 5229 0 -1 4202560 34 938 0 0 0 0 0 0 18 0 7 0 538599452 349102080 7332 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
[pid=6183/tid=6208] ppid=6181 vsize=340920 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6208/stat : 6208 (python) S 6181 6183 5229 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 7 0 538612686 349102080 7332 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
[pid=6183/tid=6216] ppid=6181 vsize=340920 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6216/stat : 6216 (python) S 6181 6183 5229 0 -1 4202560 29 938 0 0 0 0 0 0 20 0 7 0 538624508 349102080 7332 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1601.14
Current children cumulated vsize (KiB) 4238612

[startup+508.701 s]
/proc/loadavg: 9.17 9.12 8.73 11/275 6231
/proc/meminfo: memFree=28821104/32951124 swapFree=67111416/67111528
[pid=6183] ppid=6181 vsize=340920 CPUtime=0.7 cores=0,2,4,6
/proc/6183/stat : 6183 (python) S 6181 6183 5229 0 -1 4202496 14767 938 1 0 61 9 0 0 18 0 7 0 538599387 349102080 7332 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6183/statm: 85230 7332 1886 364 0 21133 0
[pid=6189] ppid=6183 vsize=288908 CPUtime=0.27 cores=0,2,4,6
/proc/6189/stat : 6189 (python) S 6183 6183 5229 0 -1 4202560 1100 0 0 0 16 11 0 0 19 0 2 0 538599442 295841792 5633 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6189/statm: 72227 5633 410 364 0 8145 0
[pid=6191] ppid=6189 vsize=1017800 CPUtime=98.12 cores=0,2,4,6
/proc/6191/stat : 6191 (gnovelty+2) T 6189 6191 6191 0 -1 4202496 442 0 0 0 9812 0 0 0 25 0 1 0 538599443 1042227200 178 33554432000 134512640 135663704 4287361568 18446744073709551615 134546768 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6191/statm: 254450 178 113 282 0 254166 0
[pid=6189/tid=6211] ppid=6183 vsize=288908 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6211/stat : 6211 (python) S 6183 6183 5229 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538615869 295841792 5633 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 514 18446604443320059072 0 0 -1 6 0 0 0
[pid=6192] ppid=6183 vsize=289336 CPUtime=2.72 cores=0,2,4,6
/proc/6192/stat : 6192 (python) R 6183 6183 5229 0 -1 4202560 1157 0 0 0 211 61 0 0 17 0 2 0 538599445 296280064 5745 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447847231 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6192/statm: 72334 5745 401 364 0 8249 0
[pid=6194] ppid=6192 vsize=0 CPUtime=450.64 cores=0,2,4,6
/proc/6194/stat : 6194 (march_hi) R 6192 6194 6194 0 -1 4202500 2950 0 0 0 45062 2 0 0 25 0 1 0 538599448 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/6194/statm: 0 0 0 0 0 0 0
[pid=6192/tid=6224] ppid=6183 vsize=289336 CPUtime=0 cores=0,2,4,6
/proc/6192/task/6224/stat : 6224 (python) S 6183 6183 5229 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538643089 296280064 5745 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 514 18446604443320059968 0 0 -1 0 0 0 0
[pid=6195] ppid=6183 vsize=299236 CPUtime=0.95 cores=0,2,4,6
/proc/6195/stat : 6195 (python) S 6183 6183 5229 0 -1 4202560 1000 0 0 0 50 45 0 0 15 0 1 0 538599449 306417664 5619 33554432000 4194304 5683644 140735185918496 18446744073709551615 212436037190 0 0 16781312 514 802656686710948097 0 0 17 6 0 0 0
/proc/6195/statm: 74809 5619 371 364 0 10721 0
[pid=6197] ppid=6195 vsize=11332 CPUtime=420.7 cores=0,2,4,6
/proc/6197/stat : 6197 (march_hi) R 6195 6197 6197 0 -1 4202496 2541 0 0 0 42070 0 0 0 25 0 1 0 538599451 11603968 2277 33554432000 4194304 4955518 140733461057120 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6197/statm: 2833 2277 104 186 0 2646 0
[pid=6198] ppid=6183 vsize=309948 CPUtime=0.89 cores=0,2,4,6
/proc/6198/stat : 6198 (python) S 6183 6183 5229 0 -1 4202560 1175 0 0 0 46 43 0 0 15 0 2 0 538599452 317386752 5760 33554432000 4194304 5683644 140735185918496 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6198/statm: 77487 5760 400 364 0 13396 0
[pid=6200] ppid=6198 vsize=8280 CPUtime=359.15 cores=0,2,4,6
/proc/6200/stat : 6200 (march_hi) R 6198 6200 6200 0 -1 4202496 2020 0 0 0 35915 0 0 0 25 0 1 0 538599452 8478720 1752 33554432000 4194304 4955518 140734202970832 18446744073709551615 4346371 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6200/statm: 2070 1752 104 186 0 1883 0
[pid=6198/tid=6206] ppid=6183 vsize=309948 CPUtime=0 cores=0,2,4,6
/proc/6198/task/6206/stat : 6206 (python) S 6183 6183 5229 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 538612683 317386752 5760 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 514 18446604447477622016 0 0 -1 2 0 0 0
[pid=6207] ppid=6183 vsize=320204 CPUtime=0.19 cores=0,2,4,6
/proc/6207/stat : 6207 (python) S 6183 6183 5229 0 -1 4202560 1108 0 0 0 9 10 0 0 19 0 2 0 538612686 327888896 5781 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6207/statm: 80051 5781 400 364 0 15957 0
[pid=6209] ppid=6207 vsize=1017800 CPUtime=102.28 cores=0,2,4,6
/proc/6209/stat : 6209 (gnovelty+2) T 6207 6209 6209 0 -1 4202496 442 0 0 0 10228 0 0 0 25 0 1 0 538612687 1042227200 177 33554432000 134512640 135663704 4292895488 18446744073709551615 134524984 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6209/statm: 254450 177 113 282 0 254166 0
[pid=6207/tid=6214] ppid=6183 vsize=320204 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6214/stat : 6214 (python) S 6183 6183 5229 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538624505 327888896 5781 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 514 18446604442633614592 0 0 -1 2 0 0 0
[pid=6215] ppid=6183 vsize=330676 CPUtime=0.48 cores=0,2,4,6
/proc/6215/stat : 6215 (python) S 6183 6183 5229 0 -1 4202560 1016 0 0 0 27 21 0 0 15 0 1 0 538624508 338612224 5813 33554432000 4194304 5683644 140735185918496 18446744073709551615 212436037190 0 0 16781312 514 10029507578356007170 0 0 17 4 0 0 0
/proc/6215/statm: 82669 5813 371 364 0 18572 0
[pid=6217] ppid=6215 vsize=4172 CPUtime=166.44 cores=0,2,4,6
/proc/6217/stat : 6217 (march_hi) R 6215 6217 6217 0 -1 4202496 1046 0 0 0 16644 0 0 0 25 0 1 0 538624508 4272128 778 33554432000 4194304 4955518 140735507046608 18446744073709551615 4209740 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6217/statm: 1043 778 104 186 0 856 0
[pid=6183/tid=6190] ppid=6181 vsize=340920 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6190/stat : 6190 (python) S 6181 6183 5229 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 7 0 538599443 349102080 7332 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 6 0 0 0
[pid=6183/tid=6193] ppid=6181 vsize=340920 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6193/stat : 6193 (python) S 6181 6183 5229 0 -1 4202560 27 938 0 0 0 0 0 0 18 0 7 0 538599446 349102080 7332 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
[pid=6183/tid=6196] ppid=6181 vsize=340920 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6196/stat : 6196 (python) S 6181 6183 5229 0 -1 4202560 22 938 0 0 0 0 0 0 22 0 7 0 538599449 349102080 7332 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
[pid=6183/tid=6199] ppid=6181 vsize=340920 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6199/stat : 6199 (python) S 6181 6183 5229 0 -1 4202560 34 938 0 0 0 0 0 0 18 0 7 0 538599452 349102080 7332 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
[pid=6183/tid=6208] ppid=6181 vsize=340920 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6208/stat : 6208 (python) S 6181 6183 5229 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 7 0 538612686 349102080 7332 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
[pid=6183/tid=6216] ppid=6181 vsize=340920 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6216/stat : 6216 (python) S 6181 6183 5229 0 -1 4202560 29 938 0 0 0 0 0 0 20 0 7 0 538624508 349102080 7332 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1603.53
Current children cumulated vsize (KiB) 4238612

[startup+509.101 s]
/proc/loadavg: 9.17 9.12 8.73 11/275 6231
/proc/meminfo: memFree=28821104/32951124 swapFree=67111416/67111528
[pid=6183] ppid=6181 vsize=340920 CPUtime=0.7 cores=0,2,4,6
/proc/6183/stat : 6183 (python) S 6181 6183 5229 0 -1 4202496 14767 938 1 0 61 9 0 0 18 0 7 0 538599387 349102080 7332 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6183/statm: 85230 7332 1886 364 0 21133 0
[pid=6189] ppid=6183 vsize=288908 CPUtime=0.27 cores=0,2,4,6
/proc/6189/stat : 6189 (python) S 6183 6183 5229 0 -1 4202560 1100 0 0 0 16 11 0 0 19 0 2 0 538599442 295841792 5633 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6189/statm: 72227 5633 410 364 0 8145 0
[pid=6191] ppid=6189 vsize=1017800 CPUtime=98.12 cores=0,2,4,6
/proc/6191/stat : 6191 (gnovelty+2) T 6189 6191 6191 0 -1 4202496 442 0 0 0 9812 0 0 0 25 0 1 0 538599443 1042227200 178 33554432000 134512640 135663704 4287361568 18446744073709551615 134546768 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6191/statm: 254450 178 113 282 0 254166 0
[pid=6189/tid=6211] ppid=6183 vsize=288908 CPUtime=0 cores=0,2,4,6
/proc/6189/task/6211/stat : 6211 (python) S 6183 6183 5229 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538615869 295841792 5633 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 514 18446604443320059072 0 0 -1 6 0 0 0
[pid=6192] ppid=6183 vsize=289336 CPUtime=3.13 cores=0,2,4,6
/proc/6192/stat : 6192 (python) R 6183 6183 5229 0 -1 4202560 1157 0 0 0 245 68 0 0 18 0 2 0 538599445 296280064 5745 33554432000 4194304 5683644 140735185918496 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6192/statm: 72334 5745 401 364 0 8249 0
[pid=6194] ppid=6192 vsize=0 CPUtime=450.64 cores=0,2,4,6
/proc/6194/stat : 6194 (march_hi) R 6192 6194 6194 0 -1 4202500 2950 0 0 0 45062 2 0 0 25 0 1 0 538599448 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/6194/statm: 0 0 0 0 0 0 0
[pid=6192/tid=6224] ppid=6183 vsize=289336 CPUtime=0 cores=0,2,4,6
/proc/6192/task/6224/stat : 6224 (python) S 6183 6183 5229 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538643089 296280064 5745 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 514 18446604443320059968 0 0 -1 0 0 0 0
[pid=6195] ppid=6183 vsize=299236 CPUtime=0.95 cores=0,2,4,6
/proc/6195/stat : 6195 (python) S 6183 6183 5229 0 -1 4202560 1000 0 0 0 50 45 0 0 15 0 1 0 538599449 306417664 5619 33554432000 4194304 5683644 140735185918496 18446744073709551615 212436037190 0 0 16781312 514 802656686710948097 0 0 17 6 0 0 0
/proc/6195/statm: 74809 5619 371 364 0 10721 0
[pid=6197] ppid=6195 vsize=11332 CPUtime=421.1 cores=0,2,4,6
/proc/6197/stat : 6197 (march_hi) R 6195 6197 6197 0 -1 4202496 2547 0 0 0 42110 0 0 0 25 0 1 0 538599451 11603968 2283 33554432000 4194304 4955518 140733461057120 18446744073709551615 4224651 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6197/statm: 2833 2283 104 186 0 2646 0
[pid=6198] ppid=6183 vsize=309948 CPUtime=0.89 cores=0,2,4,6
/proc/6198/stat : 6198 (python) S 6183 6183 5229 0 -1 4202560 1175 0 0 0 46 43 0 0 15 0 2 0 538599452 317386752 5760 33554432000 4194304 5683644 140735185918496 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6198/statm: 77487 5760 400 364 0 13396 0
[pid=6200] ppid=6198 vsize=8280 CPUtime=359.35 cores=0,2,4,6
/proc/6200/stat : 6200 (march_hi) R 6198 6200 6200 0 -1 4202496 2023 0 0 0 35935 0 0 0 25 0 1 0 538599452 8478720 1755 33554432000 4194304 4955518 140734202970832 18446744073709551615 4227079 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6200/statm: 2070 1755 104 186 0 1883 0
[pid=6198/tid=6206] ppid=6183 vsize=309948 CPUtime=0 cores=0,2,4,6
/proc/6198/task/6206/stat : 6206 (python) S 6183 6183 5229 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 538612683 317386752 5760 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 514 18446604447477622016 0 0 -1 2 0 0 0
[pid=6207] ppid=6183 vsize=320204 CPUtime=0.19 cores=0,2,4,6
/proc/6207/stat : 6207 (python) S 6183 6183 5229 0 -1 4202560 1108 0 0 0 9 10 0 0 19 0 2 0 538612686 327888896 5781 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6207/statm: 80051 5781 400 364 0 15957 0
[pid=6209] ppid=6207 vsize=1017800 CPUtime=102.28 cores=0,2,4,6
/proc/6209/stat : 6209 (gnovelty+2) T 6207 6209 6209 0 -1 4202496 442 0 0 0 10228 0 0 0 25 0 1 0 538612687 1042227200 177 33554432000 134512640 135663704 4292895488 18446744073709551615 134524984 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6209/statm: 254450 177 113 282 0 254166 0
[pid=6207/tid=6214] ppid=6183 vsize=320204 CPUtime=0 cores=0,2,4,6
/proc/6207/task/6214/stat : 6214 (python) S 6183 6183 5229 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538624505 327888896 5781 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 514 18446604442633614592 0 0 -1 2 0 0 0
[pid=6215] ppid=6183 vsize=330676 CPUtime=0.48 cores=0,2,4,6
/proc/6215/stat : 6215 (python) S 6183 6183 5229 0 -1 4202560 1016 0 0 0 27 21 0 0 15 0 1 0 538624508 338612224 5813 33554432000 4194304 5683644 140735185918496 18446744073709551615 212436037190 0 0 16781312 514 10029507578356007170 0 0 17 4 0 0 0
/proc/6215/statm: 82669 5813 371 364 0 18572 0
[pid=6217] ppid=6215 vsize=4172 CPUtime=166.64 cores=0,2,4,6
/proc/6217/stat : 6217 (march_hi) R 6215 6217 6217 0 -1 4202496 1046 0 0 0 16664 0 0 0 25 0 1 0 538624508 4272128 778 33554432000 4194304 4955518 140735507046608 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6217/statm: 1043 778 104 186 0 856 0
[pid=6183/tid=6190] ppid=6181 vsize=340920 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6190/stat : 6190 (python) S 6181 6183 5229 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 7 0 538599443 349102080 7332 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 6 0 0 0
[pid=6183/tid=6193] ppid=6181 vsize=340920 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6193/stat : 6193 (python) S 6181 6183 5229 0 -1 4202560 27 938 0 0 0 0 0 0 18 0 7 0 538599446 349102080 7332 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
[pid=6183/tid=6196] ppid=6181 vsize=340920 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6196/stat : 6196 (python) S 6181 6183 5229 0 -1 4202560 22 938 0 0 0 0 0 0 22 0 7 0 538599449 349102080 7332 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
[pid=6183/tid=6199] ppid=6181 vsize=340920 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6199/stat : 6199 (python) S 6181 6183 5229 0 -1 4202560 34 938 0 0 0 0 0 0 18 0 7 0 538599452 349102080 7332 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
[pid=6183/tid=6208] ppid=6181 vsize=340920 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6208/stat : 6208 (python) S 6181 6183 5229 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 7 0 538612686 349102080 7332 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
[pid=6183/tid=6216] ppid=6181 vsize=340920 CPUtime=0 cores=0,2,4,6
/proc/6183/task/6216/stat : 6216 (python) S 6181 6183 5229 0 -1 4202560 29 938 0 0 0 0 0 0 20 0 7 0 538624508 349102080 7332 33554432000 4194304 5683644 140735185918496 18446744073709551615 212447840689 0 0 16781312 2 18446604443320060864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1604.74
Current children cumulated vsize (KiB) 4238612

Child status: 0
Real time (s): 509.178
CPU time (s): 1605.07
CPU user time (s): 1602.9
CPU system time (s): 2.17067
CPU usage (%): 315.227
Max. virtual memory (cumulated for all children) (KiB): 4253824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1602.9
system time used= 2.17067
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35994
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= 4550
involuntary context switches= 18003

runsolver used 1.17682 second user time and 2.54961 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-01 19:12:50
IDJOB=3317536
IDBENCH=83001
IDSOLVER=1705
FILE ID=node102/3317536-1304269970
RUNJOBID= node102-1304267295-5247
PBS_JOBID= 13173976
Free space on /tmp= 72680 MiB

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

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

MD5SUM BENCH= 6b69f72e1046222baee8c8d817a4adac
RANDOM SEED=469319439

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:      29175808 kB
Buffers:        652156 kB
Cached:        1534552 kB
SwapCached:          0 kB
Active:        1476932 kB
Inactive:      1862392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29175808 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           32636 kB
Writeback:           0 kB
AnonPages:     1152228 kB
Mapped:          25296 kB
Slab:           359372 kB
PageTables:      16800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 25180696 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= 72648 MiB
End job on node102 at 2011-05-01 19:21:20