Trace number 3378681

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)UNSAT 1741.52 570.333

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1675230100-032.UNKNOWN.cnf
MD5SUMf9a60c414c65108f1df33ba3a81b8715
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark349.16
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

Solver Data

0.30/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.63	c INFO: solving HOME/instance-3378681-1305467009.cnf
0.30/0.63	c INFO: computing task features
0.30/0.66	c INFO: computed variable-clause graph statistics
0.30/0.66	c INFO: computed clause balance statistics
0.49/0.85	c INFO: computed variable balance statistics
0.59/0.93	c INFO: computed small-clause counts
0.59/0.93	c INFO: computed Horn-clause counts
0.59/0.94	c INFO: computed variable graph statistics
0.59/0.94	c INFO: collected features for HOME/instance-3378681-1305467009.cnf in 0.31 s
0.59/0.95	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.55)
0.59/0.95	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.09)
0.59/0.96	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.04)
0.59/0.97	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.03)
300.65/101.21	c INFO: running adaptg2wsat2009++@0 for 97 with 1099 remaining (b = 0.03)
300.97/101.23	c INFO: running march_hi@0 for 485 with 1099 remaining (b = 0.12)
445.46/149.42	c INFO: running gnovelty+2@0 for 97 with 1051 remaining (b = 0.02)
589.45/197.44	c INFO: running march_hi@0 for 485 with 1003 remaining (b = 0.11)
598.44/200.49	c INFO: running march_hi@0 for 485 with 1000 remaining (b = 0.09)
818.32/273.74	c INFO: running FH@0 for 97 with 926 remaining (b = 0.02)
1437.70/469.21	c INFO: running march_hi@0 for 485 with 731 remaining (b = 0.08)
1741.25/570.31	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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378681-1305467009/watcher-3378681-1305467009 -o /tmp/evaluation-result-3378681-1305467009/solver-3378681-1305467009 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378681-1305467009.cnf -seed 1755051333 -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: 12.06 12.21 11.63 10/355 27360
/proc/meminfo: memFree=19430524/32951124 swapFree=67056788/67111528
[pid=27360] ppid=27358 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/27360/stat : 27360 (python) R 27358 27360 25829 0 -1 4202496 859 0 0 0 0 0 0 0 17 0 1 0 658298758 16154624 741 33554432000 4194304 5683644 140734354971968 18446744073709551615 271550537360 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27360/statm: 3944 741 335 364 0 431 0

[startup+0.0149329 s]
/proc/loadavg: 12.06 12.21 11.63 10/355 27360
/proc/meminfo: memFree=19430524/32951124 swapFree=67056788/67111528
[pid=27360] ppid=27358 vsize=15908 CPUtime=0 cores=0,2,4,6
/proc/27360/stat : 27360 (python) S 27358 27360 25829 0 -1 4202496 958 0 0 0 0 0 0 0 17 0 1 0 658298758 16289792 834 33554432000 4194304 5683644 140734354971968 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 2 0 0 0
/proc/27360/statm: 3978 835 357 364 0 465 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15908

[startup+0.100894 s]
/proc/loadavg: 12.06 12.21 11.63 10/355 27360
/proc/meminfo: memFree=19430524/32951124 swapFree=67056788/67111528
[pid=27360] ppid=27358 vsize=93960 CPUtime=0.05 cores=0,2,4,6
/proc/27360/stat : 27360 (python) S 27358 27360 25829 0 -1 4202496 2692 0 0 0 4 1 0 0 17 0 1 0 658298758 96215040 2407 33554432000 4194304 5683644 140734354971968 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 2 0 0 0
/proc/27360/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93960

[startup+0.300856 s]
/proc/loadavg: 12.06 12.21 11.63 10/355 27360
/proc/meminfo: memFree=19430524/32951124 swapFree=67056788/67111528
[pid=27360] ppid=27358 vsize=135752 CPUtime=0.15 cores=0,2,4,6
/proc/27360/stat : 27360 (python) S 27358 27360 25829 0 -1 4202496 5965 934 1 0 12 3 0 0 17 0 1 0 658298758 139010048 4152 33554432000 4194304 5683644 140734354971968 18446744073709551615 271550533637 0 2147483391 16781312 2 18446744071699469502 0 0 17 2 0 0 0
/proc/27360/statm: 33938 4152 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 135752

[startup+0.70078 s]
/proc/loadavg: 12.06 12.21 11.63 10/355 27360
/proc/meminfo: memFree=19430524/32951124 swapFree=67056788/67111528
[pid=27360] ppid=27358 vsize=279556 CPUtime=0.39 cores=0,2,4,6
/proc/27360/stat : 27360 (python) R 27358 27360 25829 0 -1 4202496 9753 934 1 0 33 6 0 0 16 0 1 0 658298758 286265344 7274 33554432000 4194304 5683644 140734354971968 18446744073709551615 47690441189143 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27360/statm: 69889 7274 1826 364 0 5813 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 279556

[startup+1.5006 s]
/proc/loadavg: 12.06 12.21 11.63 14/368 27377
/proc/meminfo: memFree=19390984/32951124 swapFree=67056788/67111528
[pid=27360] ppid=27358 vsize=320248 CPUtime=0.67 cores=0,2,4,6
/proc/27360/stat : 27360 (python) S 27358 27360 25829 0 -1 4202496 12612 934 1 0 60 7 0 0 22 0 5 0 658298758 327933952 7253 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27360/statm: 80062 7253 1875 364 0 15971 0
[pid=27366] ppid=27360 vsize=278704 CPUtime=0 cores=0,2,4,6
/proc/27366/stat : 27366 (python) S 27360 27360 25829 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 658298853 285392896 5615 33554432000 4194304 5683644 140734354971968 18446744073709551615 271550557711 0 0 16781312 514 4310710932415184895 0 0 17 0 0 0 0
/proc/27366/statm: 69676 5615 354 364 0 5594 0
[pid=27368] ppid=27366 vsize=1017932 CPUtime=0.53 cores=0,2,4,6
/proc/27368/stat : 27368 (gnovelty+2) R 27366 27368 27368 0 -1 4202496 513 0 0 0 53 0 0 0 20 0 1 0 658298854 1042362368 247 33554432000 134512640 135663704 4292619248 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/27368/statm: 254483 247 113 282 0 254199 0
[pid=27369] ppid=27360 vsize=289388 CPUtime=0 cores=0,2,4,6
/proc/27369/stat : 27369 (python) S 27360 27360 25829 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 658298854 296333312 5705 33554432000 4194304 5683644 140734354971968 18446744073709551615 271550557766 0 0 16781312 514 10460530430095392767 0 0 17 2 0 0 0
/proc/27369/statm: 72347 5705 348 364 0 8262 0
[pid=27371] ppid=27369 vsize=1017932 CPUtime=0.33 cores=0,2,4,6
/proc/27371/stat : 27371 (gnovelty+2) R 27369 27371 27371 0 -1 4202496 509 0 0 0 33 0 0 0 20 0 1 0 658298854 1042362368 247 33554432000 134512640 135663704 4290637024 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27371/statm: 254483 247 113 282 0 254199 0
[pid=27372] ppid=27360 vsize=299140 CPUtime=0 cores=0,2,4,6
/proc/27372/stat : 27372 (python) S 27360 27360 25829 0 -1 4202560 720 0 0 0 0 0 0 0 20 0 1 0 658298855 306319360 5594 33554432000 4194304 5683644 140734354971968 18446744073709551615 271550557766 0 0 16781312 514 7919398529607401471 0 0 17 0 0 0 0
/proc/27372/statm: 74785 5594 344 364 0 10697 0
[pid=27376] ppid=27372 vsize=416652 CPUtime=0.51 cores=0,2,4,6
/proc/27376/stat : 27376 (adaptg2wsat2009) R 27372 27376 27376 0 -1 4202496 567 0 0 0 51 0 0 0 23 0 1 0 658298856 426651648 302 33554432000 134512640 135107411 4287440416 18446744073709551615 134523426 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/27376/statm: 104163 302 49 146 0 103039 0
[pid=27374] ppid=27360 vsize=310004 CPUtime=0 cores=0,2,4,6
/proc/27374/stat : 27374 (python) S 27360 27360 25829 0 -1 4202560 723 0 0 0 0 0 0 0 22 0 1 0 658298856 317444096 5718 33554432000 4194304 5683644 140734354971968 18446744073709551615 271550557766 0 0 16781312 514 4825045979214381055 0 0 17 0 0 0 0
/proc/27374/statm: 77501 5718 344 364 0 13410 0
[pid=27377] ppid=27374 vsize=416652 CPUtime=0.2 cores=0,2,4,6
/proc/27377/stat : 27377 (adaptg2wsat2009) R 27374 27377 27377 0 -1 4202496 565 0 0 0 20 0 0 0 25 0 1 0 658298856 426651648 302 33554432000 134512640 135107411 4289789168 18446744073709551615 134523328 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27377/statm: 104163 302 49 146 0 103039 0
[pid=27360/tid=27367] ppid=27358 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/27360/task/27367/stat : 27367 (python) S 27358 27360 25829 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 658298853 327933952 7253 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27370] ppid=27358 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/27360/task/27370/stat : 27370 (python) S 27358 27360 25829 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 5 0 658298854 327933952 7253 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 2 0 0 0
[pid=27360/tid=27373] ppid=27358 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/27360/task/27373/stat : 27373 (python) S 27358 27360 25829 0 -1 4202560 36 934 0 0 0 0 0 0 21 0 5 0 658298855 327933952 7253 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27375] ppid=27358 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/27360/task/27375/stat : 27375 (python) S 27358 27360 25829 0 -1 4202560 18 934 0 0 0 0 0 0 23 0 5 0 658298856 327933952 7253 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 4366652

[startup+3.10131 s]
/proc/loadavg: 12.06 12.21 11.63 14/368 27377
/proc/meminfo: memFree=19389496/32951124 swapFree=67056788/67111528
[pid=27360] ppid=27358 vsize=320248 CPUtime=0.67 cores=0,2,4,6
/proc/27360/stat : 27360 (python) S 27358 27360 25829 0 -1 4202496 12612 934 1 0 60 7 0 0 22 0 5 0 658298758 327933952 7253 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27360/statm: 80062 7253 1875 364 0 15971 0
[pid=27366] ppid=27360 vsize=278704 CPUtime=0 cores=0,2,4,6
/proc/27366/stat : 27366 (python) S 27360 27360 25829 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 658298853 285392896 5615 33554432000 4194304 5683644 140734354971968 18446744073709551615 271550557711 0 0 16781312 514 4310710932415152385 0 0 17 0 0 0 0
/proc/27366/statm: 69676 5615 354 364 0 5594 0
[pid=27368] ppid=27366 vsize=1017932 CPUtime=2.12 cores=0,2,4,6
/proc/27368/stat : 27368 (gnovelty+2) R 27366 27368 27368 0 -1 4202496 513 0 0 0 212 0 0 0 25 0 1 0 658298854 1042362368 247 33554432000 134512640 135663704 4292619248 18446744073709551615 134524921 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/27368/statm: 254483 247 113 282 0 254199 0
[pid=27369] ppid=27360 vsize=289388 CPUtime=0 cores=0,2,4,6
/proc/27369/stat : 27369 (python) S 27360 27360 25829 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 658298854 296333312 5705 33554432000 4194304 5683644 140734354971968 18446744073709551615 271550557766 0 0 16781312 514 10460530430095360258 0 0 17 2 0 0 0
/proc/27369/statm: 72347 5705 348 364 0 8262 0
[pid=27371] ppid=27369 vsize=1017932 CPUtime=1.13 cores=0,2,4,6
/proc/27371/stat : 27371 (gnovelty+2) R 27369 27371 27371 0 -1 4202496 509 0 0 0 113 0 0 0 22 0 1 0 658298854 1042362368 247 33554432000 134512640 135663704 4290637024 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27371/statm: 254483 247 113 282 0 254199 0
[pid=27372] ppid=27360 vsize=299140 CPUtime=0 cores=0,2,4,6
/proc/27372/stat : 27372 (python) S 27360 27360 25829 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 658298855 306319360 5598 33554432000 4194304 5683644 140734354971968 18446744073709551615 271550557766 0 0 16781312 514 7919398529607368964 0 0 17 0 0 0 0
/proc/27372/statm: 74785 5598 348 364 0 10697 0
[pid=27376] ppid=27372 vsize=416788 CPUtime=2.11 cores=0,2,4,6
/proc/27376/stat : 27376 (adaptg2wsat2009) R 27372 27376 27376 0 -1 4202496 628 0 0 0 211 0 0 0 25 0 1 0 658298856 426790912 363 33554432000 134512640 135107411 4287440416 18446744073709551615 134532107 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/27376/statm: 104197 363 59 146 0 103073 0
[pid=27374] ppid=27360 vsize=310004 CPUtime=0 cores=0,2,4,6
/proc/27374/stat : 27374 (python) S 27360 27360 25829 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 658298856 317444096 5722 33554432000 4194304 5683644 140734354971968 18446744073709551615 271550557766 0 0 16781312 514 4825045979214348546 0 0 17 0 0 0 0
/proc/27374/statm: 77501 5722 348 364 0 13410 0
[pid=27377] ppid=27374 vsize=416788 CPUtime=1 cores=0,2,4,6
/proc/27377/stat : 27377 (adaptg2wsat2009) R 27374 27377 27377 0 -1 4202496 626 0 0 0 100 0 0 0 25 0 1 0 658298856 426790912 363 33554432000 134512640 135107411 4289789168 18446744073709551615 134531600 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27377/statm: 104197 363 59 146 0 103073 0
[pid=27360/tid=27367] ppid=27358 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/27360/task/27367/stat : 27367 (python) S 27358 27360 25829 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 658298853 327933952 7253 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27370] ppid=27358 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/27360/task/27370/stat : 27370 (python) S 27358 27360 25829 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 5 0 658298854 327933952 7253 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 2 0 0 0
[pid=27360/tid=27373] ppid=27358 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/27360/task/27373/stat : 27373 (python) S 27358 27360 25829 0 -1 4202560 36 934 0 0 0 0 0 0 21 0 5 0 658298855 327933952 7253 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27375] ppid=27358 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/27360/task/27375/stat : 27375 (python) S 27358 27360 25829 0 -1 4202560 18 934 0 0 0 0 0 0 23 0 5 0 658298856 327933952 7253 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 4366924

[startup+6.30072 s]
/proc/loadavg: 12.05 12.21 11.63 14/368 27377
/proc/meminfo: memFree=19386436/32951124 swapFree=67056788/67111528
[pid=27360] ppid=27358 vsize=320248 CPUtime=0.67 cores=0,2,4,6
/proc/27360/stat : 27360 (python) S 27358 27360 25829 0 -1 4202496 12612 934 1 0 60 7 0 0 22 0 5 0 658298758 327933952 7253 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27360/statm: 80062 7253 1875 364 0 15971 0
[pid=27366] ppid=27360 vsize=278704 CPUtime=0 cores=0,2,4,6
/proc/27366/stat : 27366 (python) S 27360 27360 25829 0 -1 4202560 887 0 0 0 0 0 0 0 18 0 1 0 658298853 285392896 5638 33554432000 4194304 5683644 140734354971968 18446744073709551615 271550557711 0 0 16781312 514 4310710932415152385 0 0 17 0 0 0 0
/proc/27366/statm: 69676 5638 377 364 0 5594 0
[pid=27368] ppid=27366 vsize=1017932 CPUtime=5.28 cores=0,2,4,6
/proc/27368/stat : 27368 (gnovelty+2) R 27366 27368 27368 0 -1 4202496 513 0 0 0 528 0 0 0 25 0 1 0 658298854 1042362368 247 33554432000 134512640 135663704 4292619248 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/27368/statm: 254483 247 113 282 0 254199 0
[pid=27369] ppid=27360 vsize=289388 CPUtime=0 cores=0,2,4,6
/proc/27369/stat : 27369 (python) S 27360 27360 25829 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 658298854 296333312 5727 33554432000 4194304 5683644 140734354971968 18446744073709551615 271550557766 0 0 16781312 514 10460530430095360258 0 0 17 2 0 0 0
/proc/27369/statm: 72347 5727 370 364 0 8262 0
[pid=27371] ppid=27369 vsize=1017932 CPUtime=2.73 cores=0,2,4,6
/proc/27371/stat : 27371 (gnovelty+2) R 27369 27371 27371 0 -1 4202496 509 0 0 0 273 0 0 0 25 0 1 0 658298854 1042362368 247 33554432000 134512640 135663704 4290637024 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27371/statm: 254483 247 113 282 0 254199 0
[pid=27372] ppid=27360 vsize=299140 CPUtime=0 cores=0,2,4,6
/proc/27372/stat : 27372 (python) S 27360 27360 25829 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 658298855 306319360 5621 33554432000 4194304 5683644 140734354971968 18446744073709551615 271550557766 0 0 16781312 514 7919398529607368964 0 0 17 0 0 0 0
/proc/27372/statm: 74785 5621 371 364 0 10697 0
[pid=27376] ppid=27372 vsize=416788 CPUtime=5.3 cores=0,2,4,6
/proc/27376/stat : 27376 (adaptg2wsat2009) R 27372 27376 27376 0 -1 4202496 628 0 0 0 530 0 0 0 25 0 1 0 658298856 426790912 363 33554432000 134512640 135107411 4287440416 18446744073709551615 134531392 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/27376/statm: 104197 363 59 146 0 103073 0
[pid=27374] ppid=27360 vsize=310004 CPUtime=0.01 cores=0,2,4,6
/proc/27374/stat : 27374 (python) S 27360 27360 25829 0 -1 4202560 902 0 0 0 1 0 0 0 18 0 1 0 658298856 317444096 5744 33554432000 4194304 5683644 140734354971968 18446744073709551615 271550557766 0 0 16781312 514 4825045979214348546 0 0 17 0 0 0 0
/proc/27374/statm: 77501 5744 370 364 0 13410 0
[pid=27377] ppid=27374 vsize=416788 CPUtime=2.6 cores=0,2,4,6
/proc/27377/stat : 27377 (adaptg2wsat2009) R 27374 27377 27377 0 -1 4202496 626 0 0 0 260 0 0 0 25 0 1 0 658298856 426790912 363 33554432000 134512640 135107411 4289789168 18446744073709551615 134531411 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27377/statm: 104197 363 59 146 0 103073 0
[pid=27360/tid=27367] ppid=27358 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/27360/task/27367/stat : 27367 (python) S 27358 27360 25829 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 658298853 327933952 7253 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27370] ppid=27358 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/27360/task/27370/stat : 27370 (python) S 27358 27360 25829 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 5 0 658298854 327933952 7253 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 2 0 0 0
[pid=27360/tid=27373] ppid=27358 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/27360/task/27373/stat : 27373 (python) S 27358 27360 25829 0 -1 4202560 36 934 0 0 0 0 0 0 21 0 5 0 658298855 327933952 7253 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27375] ppid=27358 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/27360/task/27375/stat : 27375 (python) S 27358 27360 25829 0 -1 4202560 18 934 0 0 0 0 0 0 23 0 5 0 658298856 327933952 7253 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.59
Current children cumulated vsize (KiB) 4366924

[startup+12.7006 s]
/proc/loadavg: 12.05 12.21 11.64 14/368 27377
/proc/meminfo: memFree=19383496/32951124 swapFree=67056788/67111528
[pid=27360] ppid=27358 vsize=320248 CPUtime=0.67 cores=0,2,4,6
/proc/27360/stat : 27360 (python) S 27358 27360 25829 0 -1 4202496 12612 934 1 0 60 7 0 0 22 0 5 0 658298758 327933952 7253 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27360/statm: 80062 7253 1875 364 0 15971 0
[pid=27366] ppid=27360 vsize=278704 CPUtime=0.02 cores=0,2,4,6
/proc/27366/stat : 27366 (python) S 27360 27360 25829 0 -1 4202560 890 0 0 0 1 1 0 0 18 0 1 0 658298853 285392896 5638 33554432000 4194304 5683644 140734354971968 18446744073709551615 271550557711 0 0 16781312 514 15427836987557511425 0 0 17 0 0 0 0
/proc/27366/statm: 69676 5638 377 364 0 5594 0
[pid=27368] ppid=27366 vsize=1017932 CPUtime=11.61 cores=0,2,4,6
/proc/27368/stat : 27368 (gnovelty+2) R 27366 27368 27368 0 -1 4202496 513 0 0 0 1161 0 0 0 25 0 1 0 658298854 1042362368 247 33554432000 134512640 135663704 4292619248 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/27368/statm: 254483 247 113 282 0 254199 0
[pid=27369] ppid=27360 vsize=289388 CPUtime=0.02 cores=0,2,4,6

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

/proc/27377/statm: 104197 363 59 146 0 103073 0
[pid=27374/tid=27391] ppid=27360 vsize=310004 CPUtime=0 cores=0,2,4,6
/proc/27374/task/27391/stat : 27391 (python) S 27360 27360 25829 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658313699 317444096 5775 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 514 18446604441151209920 0 0 -1 4 0 0 0
[pid=27382] ppid=27360 vsize=320260 CPUtime=0.25 cores=0,2,4,6
/proc/27382/stat : 27382 (python) S 27360 27360 25829 0 -1 4202560 1090 0 0 0 13 12 0 0 19 0 2 0 658308879 327946240 5779 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/27382/statm: 80065 5779 400 364 0 15971 0
[pid=27384] ppid=27382 vsize=416788 CPUtime=98.44 cores=0,2,4,6
/proc/27384/stat : 27384 (adaptg2wsat2009) T 27382 27384 27384 0 -1 4202496 626 0 0 0 9842 2 0 0 25 0 1 0 658308880 426790912 364 33554432000 134512640 135107411 4293337840 18446744073709551615 134532302 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/27384/statm: 104197 364 59 146 0 103073 0
[pid=27382/tid=27400] ppid=27360 vsize=320260 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27400/stat : 27400 (python) S 27360 27360 25829 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658318806 327946240 5779 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 514 18446604443723962496 0 0 -1 0 0 0 0
[pid=27386] ppid=27360 vsize=330064 CPUtime=1.24 cores=0,2,4,6
/proc/27386/stat : 27386 (python) S 27360 27360 25829 0 -1 4202560 1001 0 0 0 67 57 0 0 15 0 1 0 658308882 337985536 5661 33554432000 4194304 5683644 140734354971968 18446744073709551615 271550557766 0 0 16781312 514 14017132787090292996 0 0 17 6 0 0 0
/proc/27386/statm: 82516 5661 371 364 0 18419 0
[pid=27388] ppid=27386 vsize=3932 CPUtime=317.22 cores=0,2,4,6
/proc/27388/stat : 27388 (march_hi) R 27386 27388 27388 0 -1 4202496 1622 0 0 0 31721 1 0 0 25 0 1 0 658308884 4026368 729 33554432000 4194304 4955518 140737043104304 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/27388/statm: 983 729 106 186 0 796 0
[pid=27392] ppid=27360 vsize=340860 CPUtime=0.31 cores=0,2,4,6
/proc/27392/stat : 27392 (python) S 27360 27360 25829 0 -1 4202560 1108 0 0 0 19 12 0 0 19 0 2 0 658313700 349040640 5809 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/27392/statm: 85215 5809 400 364 0 21115 0
[pid=27394] ppid=27392 vsize=1017932 CPUtime=99.87 cores=0,2,4,6
/proc/27394/stat : 27394 (gnovelty+2) T 27392 27394 27394 0 -1 4202496 513 0 0 0 9987 0 0 0 25 0 1 0 658313701 1042362368 247 33554432000 134512640 135663704 4289101472 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/27394/statm: 254483 247 113 282 0 254199 0
[pid=27392/tid=27424] ppid=27360 vsize=340860 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27424/stat : 27424 (python) S 27360 27360 25829 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658326131 349040640 5809 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 514 18446604448915485824 0 0 -1 0 0 0 0
[pid=27397] ppid=27360 vsize=351116 CPUtime=2.79 cores=0,2,4,6
/proc/27397/stat : 27397 (python) R 27360 27360 25829 0 -1 4202560 1049 0 0 0 211 68 0 0 17 0 1 0 658318502 359542784 5812 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/27397/statm: 87779 5812 377 364 0 23676 0
[pid=27399] ppid=27397 vsize=0 CPUtime=352.79 cores=0,2,4,6
/proc/27399/stat : 27399 (march_hi) R 27397 27399 27399 0 -1 4202500 1698 0 0 0 35279 0 0 0 25 0 1 0 658318503 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27399/statm: 0 0 0 0 0 0 0
[pid=27401] ppid=27360 vsize=361560 CPUtime=1.02 cores=0,2,4,6
/proc/27401/stat : 27401 (python) S 27360 27360 25829 0 -1 4202560 1042 0 0 0 58 44 0 0 15 0 1 0 658318808 370237440 5840 33554432000 4194304 5683644 140734354971968 18446744073709551615 271550557766 0 0 16781312 514 10497710415788605697 0 0 17 2 0 0 0
/proc/27401/statm: 90390 5840 377 364 0 26284 0
[pid=27403] ppid=27401 vsize=3932 CPUtime=320.42 cores=0,2,4,6
/proc/27403/stat : 27403 (march_hi) R 27401 27403 27403 0 -1 4202496 1638 0 0 0 32042 0 0 0 25 0 1 0 658318808 4026368 741 33554432000 4194304 4955518 140736652770576 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/27403/statm: 983 741 106 186 0 796 0
[pid=27425] ppid=27360 vsize=371816 CPUtime=0.46 cores=0,2,4,6
/proc/27425/stat : 27425 (python) S 27360 27360 25829 0 -1 4202560 1142 0 0 0 24 22 0 0 19 0 2 0 658326132 380739584 5868 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/27425/statm: 92954 5868 400 364 0 28845 0
[pid=27427] ppid=27425 vsize=246940 CPUtime=97.04 cores=0,2,4,6
/proc/27427/stat : 27427 (FH) T 27425 27427 27427 0 -1 4202496 594 0 0 0 9704 0 0 0 25 0 1 0 658326133 252866560 326 33554432000 134512640 134936988 4294486752 18446744073709551615 134545184 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/27427/statm: 61735 326 41 104 0 61239 0
[pid=27425/tid=27433] ppid=27360 vsize=371816 CPUtime=0 cores=0,2,4,6
/proc/27425/task/27433/stat : 27433 (python) S 27360 27360 25829 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658345679 380739584 5868 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 514 18446604443975198528 0 0 -1 4 0 0 0
[pid=27434] ppid=27360 vsize=382072 CPUtime=0.26 cores=0,2,4,6
/proc/27434/stat : 27434 (python) S 27360 27360 25829 0 -1 4202560 981 0 0 0 14 12 0 0 15 0 1 0 658345680 391241728 5870 33554432000 4194304 5683644 140734354971968 18446744073709551615 271550557766 0 0 16781312 514 3800044131284123905 0 0 17 6 0 0 0
/proc/27434/statm: 95518 5870 371 364 0 31406 0
[pid=27436] ppid=27434 vsize=2620 CPUtime=50.3 cores=0,2,4,6
/proc/27436/stat : 27436 (march_hi) R 27434 27436 27436 0 -1 4202496 1284 0 0 0 5030 0 0 0 25 0 1 0 658345681 2682880 430 33554432000 4194304 4955518 140733800072176 18446744073709551615 4235379 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/27436/statm: 655 430 106 186 0 468 0
[pid=27360/tid=27367] ppid=27358 vsize=392316 CPUtime=0 cores=0,2,4,6
/proc/27360/task/27367/stat : 27367 (python) S 27358 27360 25829 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 12 0 658298853 401731584 7401 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27370] ppid=27358 vsize=392316 CPUtime=0 cores=0,2,4,6
/proc/27360/task/27370/stat : 27370 (python) S 27358 27360 25829 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 12 0 658298854 401731584 7401 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 2 0 0 0
[pid=27360/tid=27373] ppid=27358 vsize=392316 CPUtime=0 cores=0,2,4,6
/proc/27360/task/27373/stat : 27373 (python) S 27358 27360 25829 0 -1 4202560 36 934 0 0 0 0 0 0 21 0 12 0 658298855 401731584 7401 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27375] ppid=27358 vsize=392316 CPUtime=0 cores=0,2,4,6
/proc/27360/task/27375/stat : 27375 (python) S 27358 27360 25829 0 -1 4202560 18 934 0 0 0 0 0 0 23 0 12 0 658298856 401731584 7401 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27383] ppid=27358 vsize=392316 CPUtime=0 cores=0,2,4,6
/proc/27360/task/27383/stat : 27383 (python) S 27358 27360 25829 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 12 0 658308879 401731584 7401 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27387] ppid=27358 vsize=392316 CPUtime=0 cores=0,2,4,6
/proc/27360/task/27387/stat : 27387 (python) S 27358 27360 25829 0 -1 4202560 24 934 0 0 0 0 0 0 21 0 12 0 658308882 401731584 7401 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27393] ppid=27358 vsize=392316 CPUtime=0 cores=0,2,4,6
/proc/27360/task/27393/stat : 27393 (python) S 27358 27360 25829 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 12 0 658313701 401731584 7401 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27398] ppid=27358 vsize=392316 CPUtime=0 cores=0,2,4,6
/proc/27360/task/27398/stat : 27398 (python) S 27358 27360 25829 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 12 0 658318502 401731584 7401 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27402] ppid=27358 vsize=392316 CPUtime=0 cores=0,2,4,6
/proc/27360/task/27402/stat : 27402 (python) S 27358 27360 25829 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 12 0 658318808 401731584 7401 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27426] ppid=27358 vsize=392316 CPUtime=0 cores=0,2,4,6
/proc/27360/task/27426/stat : 27426 (python) S 27358 27360 25829 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 12 0 658326132 401731584 7401 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27435] ppid=27358 vsize=392316 CPUtime=0 cores=0,2,4,6
/proc/27360/task/27435/stat : 27435 (python) S 27358 27360 25829 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 12 0 658345680 401731584 7401 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1740.02
Current children cumulated vsize (KiB) 8599128

[startup+570.301 s]
/proc/loadavg: 8.17 9.39 10.61 10/369 27439
/proc/meminfo: memFree=19823692/32951124 swapFree=67056788/67111528
[pid=27360] ppid=27358 vsize=392316 CPUtime=100.13 cores=0,2,4,6
/proc/27360/stat : 27360 (python) S 27358 27360 25829 0 -1 4202496 18593 2628 1 0 66 9 9926 12 17 0 12 0 658298758 401731584 7401 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562367807 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27360/statm: 98079 7401 1898 364 0 33967 0
[pid=27369] ppid=27360 vsize=289388 CPUtime=0.48 cores=0,2,4,6
/proc/27369/stat : 27369 (python) S 27360 27360 25829 0 -1 4202560 1111 0 0 0 26 22 0 0 19 0 2 0 658298854 296333312 5758 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/27369/statm: 72347 5758 400 364 0 8262 0
[pid=27371] ppid=27369 vsize=1017932 CPUtime=98.18 cores=0,2,4,6
/proc/27371/stat : 27371 (gnovelty+2) T 27369 27371 27371 0 -1 4202496 509 0 0 0 9818 0 0 0 25 0 1 0 658298854 1042362368 247 33554432000 134512640 135663704 4290637024 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/27371/statm: 254483 247 113 282 0 254199 0
[pid=27369/tid=27396] ppid=27360 vsize=289388 CPUtime=0 cores=0,2,4,6
/proc/27369/task/27396/stat : 27396 (python) S 27360 27360 25829 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 658318501 296333312 5758 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 514 18446604451053257984 0 0 -1 2 0 0 0
[pid=27372] ppid=27360 vsize=299140 CPUtime=100.22 cores=0,2,4,6
/proc/27372/stat : 27372 (python) R 27360 27360 25829 0 -1 4202560 1103 628 0 0 14 10 9998 0 18 0 1 0 658298855 306319360 5656 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781824 2 0 0 0 17 2 0 0 0
/proc/27372/statm: 74785 5656 405 364 0 10697 0
[pid=27374] ppid=27360 vsize=310004 CPUtime=0.37 cores=0,2,4,6
/proc/27374/stat : 27374 (python) S 27360 27360 25829 0 -1 4202560 1104 0 0 0 18 19 0 0 19 0 2 0 658298856 317444096 5775 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/27374/statm: 77501 5775 400 364 0 13410 0
[pid=27377] ppid=27374 vsize=416788 CPUtime=98.25 cores=0,2,4,6
/proc/27377/stat : 27377 (adaptg2wsat2009) T 27374 27377 27377 0 -1 4202496 626 0 0 0 9825 0 0 0 25 0 1 0 658298856 426790912 363 33554432000 134512640 135107411 4289789168 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/27377/statm: 104197 363 59 146 0 103073 0
[pid=27374/tid=27391] ppid=27360 vsize=310004 CPUtime=0 cores=0,2,4,6
/proc/27374/task/27391/stat : 27391 (python) S 27360 27360 25829 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658313699 317444096 5775 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 514 18446604441151209920 0 0 -1 4 0 0 0
[pid=27382] ppid=27360 vsize=320260 CPUtime=0.25 cores=0,2,4,6
/proc/27382/stat : 27382 (python) S 27360 27360 25829 0 -1 4202560 1090 0 0 0 13 12 0 0 19 0 2 0 658308879 327946240 5779 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/27382/statm: 80065 5779 400 364 0 15971 0
[pid=27384] ppid=27382 vsize=416788 CPUtime=98.44 cores=0,2,4,6
/proc/27384/stat : 27384 (adaptg2wsat2009) T 27382 27384 27384 0 -1 4202496 626 0 0 0 9842 2 0 0 25 0 1 0 658308880 426790912 364 33554432000 134512640 135107411 4293337840 18446744073709551615 134532302 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/27384/statm: 104197 364 59 146 0 103073 0
[pid=27382/tid=27400] ppid=27360 vsize=320260 CPUtime=0 cores=0,2,4,6
/proc/27382/task/27400/stat : 27400 (python) S 27360 27360 25829 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658318806 327946240 5779 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 514 18446604443723962496 0 0 -1 0 0 0 0
[pid=27386] ppid=27360 vsize=330064 CPUtime=1.24 cores=0,2,4,6
/proc/27386/stat : 27386 (python) S 27360 27360 25829 0 -1 4202560 1001 0 0 0 67 57 0 0 15 0 1 0 658308882 337985536 5661 33554432000 4194304 5683644 140734354971968 18446744073709551615 271550557766 0 0 16781312 514 14017132787090292996 0 0 17 6 0 0 0
/proc/27386/statm: 82516 5661 371 364 0 18419 0
[pid=27388] ppid=27386 vsize=3932 CPUtime=317.42 cores=0,2,4,6
/proc/27388/stat : 27388 (march_hi) R 27386 27388 27388 0 -1 4202496 1623 0 0 0 31741 1 0 0 25 0 1 0 658308884 4026368 730 33554432000 4194304 4955518 140737043104304 18446744073709551615 4299168 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/27388/statm: 983 730 106 186 0 796 0
[pid=27392] ppid=27360 vsize=340860 CPUtime=0.31 cores=0,2,4,6
/proc/27392/stat : 27392 (python) S 27360 27360 25829 0 -1 4202560 1108 0 0 0 19 12 0 0 19 0 2 0 658313700 349040640 5809 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/27392/statm: 85215 5809 400 364 0 21115 0
[pid=27394] ppid=27392 vsize=1017932 CPUtime=99.87 cores=0,2,4,6
/proc/27394/stat : 27394 (gnovelty+2) T 27392 27394 27394 0 -1 4202496 513 0 0 0 9987 0 0 0 25 0 1 0 658313701 1042362368 247 33554432000 134512640 135663704 4289101472 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/27394/statm: 254483 247 113 282 0 254199 0
[pid=27392/tid=27424] ppid=27360 vsize=340860 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27424/stat : 27424 (python) S 27360 27360 25829 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658326131 349040640 5809 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 514 18446604448915485824 0 0 -1 0 0 0 0
[pid=27397] ppid=27360 vsize=0 CPUtime=355.99 cores=0,2,4,6
/proc/27397/stat : 27397 (python) Z 27360 27360 25829 0 -1 4202588 1272 1698 0 0 246 74 35279 0 18 0 1 0 658318502 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27397/statm: 0 0 0 0 0 0 0
[pid=27401] ppid=27360 vsize=361560 CPUtime=1.02 cores=0,2,4,6
/proc/27401/stat : 27401 (python) S 27360 27360 25829 0 -1 4202560 1042 0 0 0 58 44 0 0 15 0 1 0 658318808 370237440 5840 33554432000 4194304 5683644 140734354971968 18446744073709551615 271550557766 0 0 16781312 514 10497710415788605697 0 0 17 2 0 0 0
/proc/27401/statm: 90390 5840 377 364 0 26284 0
[pid=27403] ppid=27401 vsize=3932 CPUtime=320.82 cores=0,2,4,6
/proc/27403/stat : 27403 (march_hi) R 27401 27403 27403 0 -1 4202496 1639 0 0 0 32082 0 0 0 25 0 1 0 658318808 4026368 742 33554432000 4194304 4955518 140736652770576 18446744073709551615 4314074 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/27403/statm: 983 742 106 186 0 796 0
[pid=27425] ppid=27360 vsize=371816 CPUtime=0.46 cores=0,2,4,6
/proc/27425/stat : 27425 (python) S 27360 27360 25829 0 -1 4202560 1142 0 0 0 24 22 0 0 19 0 2 0 658326132 380739584 5868 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/27425/statm: 92954 5868 400 364 0 28845 0
[pid=27427] ppid=27425 vsize=246940 CPUtime=97.04 cores=0,2,4,6
/proc/27427/stat : 27427 (FH) T 27425 27427 27427 0 -1 4202496 594 0 0 0 9704 0 0 0 25 0 1 0 658326133 252866560 326 33554432000 134512640 134936988 4294486752 18446744073709551615 134545184 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/27427/statm: 61735 326 41 104 0 61239 0
[pid=27425/tid=27433] ppid=27360 vsize=371816 CPUtime=0 cores=0,2,4,6
/proc/27425/task/27433/stat : 27433 (python) S 27360 27360 25829 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658345679 380739584 5868 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 514 18446604443975198528 0 0 -1 4 0 0 0
[pid=27434] ppid=27360 vsize=382072 CPUtime=0.26 cores=0,2,4,6
/proc/27434/stat : 27434 (python) S 27360 27360 25829 0 -1 4202560 981 0 0 0 14 12 0 0 15 0 1 0 658345680 391241728 5870 33554432000 4194304 5683644 140734354971968 18446744073709551615 271550557766 0 0 16781312 514 3800044131284123905 0 0 17 6 0 0 0
/proc/27434/statm: 95518 5870 371 364 0 31406 0
[pid=27436] ppid=27434 vsize=2620 CPUtime=50.5 cores=0,2,4,6
/proc/27436/stat : 27436 (march_hi) R 27434 27436 27436 0 -1 4202496 1284 0 0 0 5050 0 0 0 25 0 1 0 658345681 2682880 430 33554432000 4194304 4955518 140733800072176 18446744073709551615 4237796 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27436/statm: 655 430 106 186 0 468 0
[pid=27360/tid=27367] ppid=27358 vsize=392316 CPUtime=99.38 cores=0,2,4,6
/proc/27360/task/27367/stat : 27367 (python) S 27358 27360 25829 0 -1 4202560 27 2628 0 0 0 0 9926 12 18 0 12 0 658298853 401731584 7401 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27370] ppid=27358 vsize=392316 CPUtime=99.38 cores=0,2,4,6
/proc/27360/task/27370/stat : 27370 (python) S 27358 27360 25829 0 -1 4202560 27 2628 0 0 0 0 9926 12 19 0 12 0 658298854 401731584 7401 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 2 0 0 0
[pid=27360/tid=27373] ppid=27358 vsize=392316 CPUtime=99.38 cores=0,2,4,6
/proc/27360/task/27373/stat : 27373 (python) S 27358 27360 25829 0 -1 4202560 36 2628 0 0 0 0 9926 12 21 0 12 0 658298855 401731584 7401 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27375] ppid=27358 vsize=392316 CPUtime=199.63 cores=0,2,4,6
/proc/27360/task/27375/stat : 27375 (python) S 27358 27360 25829 0 -1 4202560 18 4362 0 0 0 0 19940 23 23 0 12 0 658298856 401731584 7401 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27383] ppid=27358 vsize=392316 CPUtime=199.63 cores=0,2,4,6
/proc/27360/task/27383/stat : 27383 (python) S 27358 27360 25829 0 -1 4202560 23 4362 0 0 0 0 19940 23 20 0 12 0 658308879 401731584 7401 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27387] ppid=27358 vsize=392316 CPUtime=199.63 cores=0,2,4,6
/proc/27360/task/27387/stat : 27387 (python) S 27358 27360 25829 0 -1 4202560 24 4362 0 0 0 0 19940 23 21 0 12 0 658308882 401731584 7401 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27393] ppid=27358 vsize=392316 CPUtime=199.63 cores=0,2,4,6
/proc/27360/task/27393/stat : 27393 (python) S 27358 27360 25829 0 -1 4202560 28 4362 0 0 0 0 19940 23 20 0 12 0 658313701 401731584 7401 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27398] ppid=27358 vsize=392316 CPUtime=199.63 cores=0,2,4,6
/proc/27360/task/27398/stat : 27398 (python) S 27358 27360 25829 0 -1 4202560 27 4362 0 0 0 0 19940 23 20 0 12 0 658318502 401731584 7401 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27402] ppid=27358 vsize=392316 CPUtime=199.63 cores=0,2,4,6
/proc/27360/task/27402/stat : 27402 (python) S 27358 27360 25829 0 -1 4202560 23 4362 0 0 0 0 19940 23 20 0 12 0 658318808 401731584 7401 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27426] ppid=27358 vsize=392316 CPUtime=199.63 cores=0,2,4,6
/proc/27360/task/27426/stat : 27426 (python) S 27358 27360 25829 0 -1 4202560 24 4362 0 0 0 0 19940 23 20 0 12 0 658326132 401731584 7401 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
[pid=27360/tid=27435] ppid=27358 vsize=392316 CPUtime=199.63 cores=0,2,4,6
/proc/27360/task/27435/stat : 27435 (python) S 27358 27360 25829 0 -1 4202560 26 4362 0 0 0 0 19940 23 20 0 12 0 658345680 401731584 7401 33554432000 4194304 5683644 140734354971968 18446744073709551615 271562361265 0 0 16781312 2 18446604440773170240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1741.25
Current children cumulated vsize (KiB) 6524344

Child status: 0
Real time (s): 570.333
CPU time (s): 1741.52
CPU user time (s): 1738.32
CPU system time (s): 3.20151
CPU usage (%): 305.352
Max. virtual memory (cumulated for all children) (KiB): 8603824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1738.32
system time used= 3.20151
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46611
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= 7077
involuntary context switches= 18279

runsolver used 3.57446 second user time and 6.03508 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 15:43:29
IDJOB=3378681
IDBENCH=83090
IDSOLVER=1859
FILE ID=node133/3378681-1305467009
RUNJOBID= node133-1305462765-25847
PBS_JOBID= 13324974
Free space on /tmp= 73588 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S1675230100-032.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-3378681-1305467009/watcher-3378681-1305467009 -o /tmp/evaluation-result-3378681-1305467009/solver-3378681-1305467009 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378681-1305467009.cnf -seed 1755051333 -budget 4800 -cores 4

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

MD5SUM BENCH= f9a60c414c65108f1df33ba3a81b8715
RANDOM SEED=1755051333

node133.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.834
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.66
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.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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:      19430680 kB
Buffers:        308704 kB
Cached:        4217264 kB
SwapCached:       8724 kB
Active:       10047120 kB
Inactive:      3167100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19430680 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           31904 kB
Writeback:           0 kB
AnonPages:     8684768 kB
Mapped:          35252 kB
Slab:           203288 kB
PageTables:      39212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 67940012 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73588 MiB
End job on node133 at 2011-05-15 15:52:59