Trace number 3378643

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 1876.56 477.993

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1831136826-075.UNKNOWN.cnf
MD5SUM1e7a565e93334fc4a75fcaa13a0d446a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark363.699
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.33/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.45	c INFO: solving HOME/instance-3378643-1305466540.cnf
0.33/0.45	c INFO: computing task features
0.33/0.48	c INFO: computed variable-clause graph statistics
0.33/0.48	c INFO: computed clause balance statistics
0.50/0.67	c INFO: computed variable balance statistics
0.60/0.75	c INFO: computed small-clause counts
0.60/0.75	c INFO: computed Horn-clause counts
0.60/0.75	c INFO: computed variable graph statistics
0.60/0.75	c INFO: collected features for HOME/instance-3378643-1305466540.cnf in 0.31 s
0.60/0.76	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.54)
0.60/0.77	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.09)
0.60/0.78	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.04)
0.60/0.79	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.03)
376.90/101.13	c INFO: running adaptg2wsat2009++@0 for 97 with 1099 remaining (b = 0.03)
400.82/107.12	c INFO: running march_hi@0 for 485 with 1093 remaining (b = 0.11)
416.79/111.14	c INFO: running gnovelty+2@0 for 97 with 1089 remaining (b = 0.02)
424.68/113.15	c INFO: running march_hi@0 for 485 with 1087 remaining (b = 0.10)
776.64/201.46	c INFO: running march_hi@0 for 485 with 998 remaining (b = 0.09)
816.34/211.47	c INFO: running FH@0 for 97 with 988 remaining (b = 0.02)
1215.21/311.79	c INFO: running march_hi@0 for 485 with 888 remaining (b = 0.08)
1876.01/477.97	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-3378643-1305466540/watcher-3378643-1305466540 -o /tmp/evaluation-result-3378643-1305466540/solver-3378643-1305466540 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378643-1305466540.cnf -seed 1724784988 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 8.95 8.77 6.46 7/435 9361
/proc/meminfo: memFree=23520980/32951132 swapFree=67093844/67111528
[pid=9361] ppid=9359 vsize=16244 CPUtime=0 cores=1,3,5,7
/proc/9361/stat : 9361 (python) R 9359 9361 8625 0 -1 4202496 1003 0 0 0 0 0 0 0 25 0 1 0 658252705 16633856 876 33554432000 4194304 5683644 140733954772048 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/9361/statm: 4061 879 372 364 0 548 0

[startup+0.111675 s]
/proc/loadavg: 8.95 8.77 6.46 7/435 9361
/proc/meminfo: memFree=23520980/32951132 swapFree=67093844/67111528
[pid=9361] ppid=9359 vsize=107564 CPUtime=0.08 cores=1,3,5,7
/proc/9361/stat : 9361 (python) S 9359 9361 8625 0 -1 4202496 3433 0 0 0 5 3 0 0 25 0 1 0 658252705 110145536 3086 33554432000 4194304 5683644 140733954772048 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 7 0 0 0
/proc/9361/statm: 26891 3086 871 364 0 2122 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 107564

[startup+0.204123 s]
/proc/loadavg: 8.95 8.77 6.46 7/435 9361
/proc/meminfo: memFree=23520980/32951132 swapFree=67093844/67111528
[pid=9361] ppid=9359 vsize=133528 CPUtime=0.16 cores=1,3,5,7
/proc/9361/stat : 9361 (python) S 9359 9361 8625 0 -1 4202496 5797 931 1 0 12 4 0 0 18 0 1 0 658252705 136732672 4118 33554432000 4194304 5683644 140733954772048 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 7 0 0 0
/proc/9361/statm: 33382 4118 1029 364 0 3083 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 133528

[startup+0.307465 s]
/proc/loadavg: 8.95 8.77 6.46 7/435 9361
/proc/meminfo: memFree=23520980/32951132 swapFree=67093844/67111528
[pid=9361] ppid=9359 vsize=198920 CPUtime=0.24 cores=1,3,5,7
/proc/9361/stat : 9361 (python) R 9359 9361 8625 0 -1 4202496 7020 931 1 0 17 7 0 0 17 0 1 0 658252705 203694080 5053 33554432000 4194304 5683644 140733954772048 18446744073709551615 242973959088 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/9361/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 198920

[startup+0.700392 s]
/proc/loadavg: 8.95 8.77 6.46 7/435 9361
/proc/meminfo: memFree=23520980/32951132 swapFree=67093844/67111528
[pid=9361] ppid=9359 vsize=279556 CPUtime=0.6 cores=1,3,5,7
/proc/9361/stat : 9361 (python) R 9359 9361 8625 0 -1 4202496 9752 931 1 0 52 8 0 0 17 0 1 0 658252705 286265344 7274 33554432000 4194304 5683644 140733954772048 18446744073709551615 242970208969 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/9361/statm: 69889 7274 1827 364 0 5813 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 279556

[startup+1.50121 s]
/proc/loadavg: 8.95 8.77 6.46 11/448 9378
/proc/meminfo: memFree=23480200/32951132 swapFree=67093844/67111528
[pid=9361] ppid=9359 vsize=320248 CPUtime=0.69 cores=1,3,5,7
/proc/9361/stat : 9361 (python) S 9359 9361 8625 0 -1 4202496 12610 931 1 0 60 9 0 0 21 0 5 0 658252705 327933952 7252 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9361/statm: 80062 7252 1875 364 0 15971 0
[pid=9367] ppid=9361 vsize=278704 CPUtime=0 cores=1,3,5,7
/proc/9367/stat : 9367 (python) S 9361 9361 8625 0 -1 4202560 727 0 0 0 0 0 0 0 19 0 1 0 658252782 285392896 5614 33554432000 4194304 5683644 140733954772048 18446744073709551615 242970570255 0 0 16781312 514 14849998826357391359 0 0 17 7 0 0 0
/proc/9367/statm: 69676 5614 354 364 0 5594 0
[pid=9369] ppid=9367 vsize=1017932 CPUtime=0.72 cores=1,3,5,7
/proc/9369/stat : 9369 (gnovelty+2) R 9367 9369 9369 0 -1 4202496 512 0 0 0 72 0 0 0 22 0 1 0 658252782 1042362368 247 33554432000 134512640 135663704 4289514368 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9369/statm: 254483 247 113 282 0 254199 0
[pid=9370] ppid=9361 vsize=289388 CPUtime=0 cores=1,3,5,7
/proc/9370/stat : 9370 (python) S 9361 9361 8625 0 -1 4202560 737 0 0 0 0 0 0 0 22 0 1 0 658252783 296333312 5704 33554432000 4194304 5683644 140733954772048 18446744073709551615 242970570310 0 0 16781312 514 385716654778089471 0 0 17 5 0 0 0
/proc/9370/statm: 72347 5704 348 364 0 8262 0
[pid=9372] ppid=9370 vsize=1017932 CPUtime=0.7 cores=1,3,5,7
/proc/9372/stat : 9372 (gnovelty+2) R 9370 9372 9372 0 -1 4202496 508 0 0 0 70 0 0 0 25 0 1 0 658252784 1042362368 247 33554432000 134512640 135663704 4289625696 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/9372/statm: 254483 247 113 282 0 254199 0
[pid=9373] ppid=9361 vsize=299140 CPUtime=0 cores=1,3,5,7
/proc/9373/stat : 9373 (python) S 9361 9361 8625 0 -1 4202560 725 0 0 0 0 0 0 0 19 0 1 0 658252784 306319360 5593 33554432000 4194304 5683644 140733954772048 18446744073709551615 242970570310 0 0 16781312 514 15307295882831986687 0 0 17 5 0 0 0
/proc/9373/statm: 74785 5593 344 364 0 10697 0
[pid=9377] ppid=9373 vsize=416652 CPUtime=0.7 cores=1,3,5,7
/proc/9377/stat : 9377 (adaptg2wsat2009) R 9373 9377 9377 0 -1 4202496 570 0 0 0 70 0 0 0 22 0 1 0 658252785 426651648 304 33554432000 134512640 135107411 4294635824 18446744073709551615 134523452 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9377/statm: 104163 304 49 146 0 103039 0
[pid=9375] ppid=9361 vsize=310004 CPUtime=0 cores=1,3,5,7
/proc/9375/stat : 9375 (python) S 9361 9361 8625 0 -1 4202560 726 0 0 0 0 0 0 0 21 0 1 0 658252785 317444096 5717 33554432000 4194304 5683644 140733954772048 18446744073709551615 242970570310 0 0 16781312 514 385720503068786687 0 0 17 5 0 0 0
/proc/9375/statm: 77501 5717 344 364 0 13410 0
[pid=9378] ppid=9375 vsize=416652 CPUtime=0.38 cores=1,3,5,7
/proc/9378/stat : 9378 (adaptg2wsat2009) R 9375 9378 9378 0 -1 4202496 568 0 0 0 38 0 0 0 24 0 1 0 658252785 426651648 303 33554432000 134512640 135107411 4289856944 18446744073709551615 134523483 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9378/statm: 104163 303 49 146 0 103039 0
[pid=9361/tid=9368] ppid=9359 vsize=320248 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9368/stat : 9368 (python) S 9359 9361 8625 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 5 0 658252782 327933952 7252 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 1 0 0 0
[pid=9361/tid=9371] ppid=9359 vsize=320248 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9371/stat : 9371 (python) S 9359 9361 8625 0 -1 4202560 27 931 0 0 0 0 0 0 22 0 5 0 658252783 327933952 7252 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 7 0 0 0
[pid=9361/tid=9374] ppid=9359 vsize=320248 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9374/stat : 9374 (python) S 9359 9361 8625 0 -1 4202560 35 931 0 0 0 0 0 0 20 0 5 0 658252784 327933952 7252 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 5 0 0 0
[pid=9361/tid=9376] ppid=9359 vsize=320248 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9376/stat : 9376 (python) S 9359 9361 8625 0 -1 4202560 18 931 0 0 0 0 0 0 22 0 5 0 658252785 327933952 7252 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 4366652

[startup+3.10093 s]
/proc/loadavg: 8.95 8.77 6.46 13/448 9378
/proc/meminfo: memFree=23477472/32951132 swapFree=67093844/67111528
[pid=9361] ppid=9359 vsize=320248 CPUtime=0.69 cores=1,3,5,7
/proc/9361/stat : 9361 (python) S 9359 9361 8625 0 -1 4202496 12610 931 1 0 60 9 0 0 21 0 5 0 658252705 327933952 7252 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9361/statm: 80062 7252 1875 364 0 15971 0
[pid=9367] ppid=9361 vsize=278704 CPUtime=0 cores=1,3,5,7
/proc/9367/stat : 9367 (python) S 9361 9361 8625 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 658252782 285392896 5614 33554432000 4194304 5683644 140733954772048 18446744073709551615 242970570255 0 0 16781312 514 14849998826357358856 0 0 17 7 0 0 0
/proc/9367/statm: 69676 5614 354 364 0 5594 0
[pid=9369] ppid=9367 vsize=1017932 CPUtime=1.71 cores=1,3,5,7
/proc/9369/stat : 9369 (gnovelty+2) R 9367 9369 9369 0 -1 4202496 512 0 0 0 171 0 0 0 25 0 1 0 658252782 1042362368 247 33554432000 134512640 135663704 4289514368 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9369/statm: 254483 247 113 282 0 254199 0
[pid=9370] ppid=9361 vsize=289388 CPUtime=0 cores=1,3,5,7
/proc/9370/stat : 9370 (python) S 9361 9361 8625 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 658252783 296333312 5704 33554432000 4194304 5683644 140733954772048 18446744073709551615 242970570310 0 0 16781312 514 385716654778056968 0 0 17 5 0 0 0
/proc/9370/statm: 72347 5704 348 364 0 8262 0
[pid=9372] ppid=9370 vsize=1017932 CPUtime=2.28 cores=1,3,5,7
/proc/9372/stat : 9372 (gnovelty+2) R 9370 9372 9372 0 -1 4202496 508 0 0 0 228 0 0 0 25 0 1 0 658252784 1042362368 247 33554432000 134512640 135663704 4289625696 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/9372/statm: 254483 247 113 282 0 254199 0
[pid=9373] ppid=9361 vsize=299140 CPUtime=0 cores=1,3,5,7
/proc/9373/stat : 9373 (python) S 9361 9361 8625 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 658252784 306319360 5597 33554432000 4194304 5683644 140733954772048 18446744073709551615 242970570310 0 0 16781312 514 15307295882831954181 0 0 17 5 0 0 0
/proc/9373/statm: 74785 5597 348 364 0 10697 0
[pid=9377] ppid=9373 vsize=416788 CPUtime=1.52 cores=1,3,5,7
/proc/9377/stat : 9377 (adaptg2wsat2009) R 9373 9377 9377 0 -1 4202496 630 0 0 0 152 0 0 0 25 0 1 0 658252785 426790912 364 33554432000 134512640 135107411 4294635824 18446744073709551615 134531428 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9377/statm: 104197 364 59 146 0 103073 0
[pid=9375] ppid=9361 vsize=310004 CPUtime=0 cores=1,3,5,7
/proc/9375/stat : 9375 (python) S 9361 9361 8625 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 658252785 317444096 5721 33554432000 4194304 5683644 140733954772048 18446744073709551615 242970570310 0 0 16781312 514 385720503068754182 0 0 17 5 0 0 0
/proc/9375/statm: 77501 5721 348 364 0 13410 0
[pid=9378] ppid=9375 vsize=416788 CPUtime=1.14 cores=1,3,5,7
/proc/9378/stat : 9378 (adaptg2wsat2009) R 9375 9378 9378 0 -1 4202496 629 0 0 0 114 0 0 0 25 0 1 0 658252785 426790912 364 33554432000 134512640 135107411 4289856944 18446744073709551615 134531232 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9378/statm: 104197 364 59 146 0 103073 0
[pid=9361/tid=9368] ppid=9359 vsize=320248 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9368/stat : 9368 (python) S 9359 9361 8625 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 5 0 658252782 327933952 7252 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 1 0 0 0
[pid=9361/tid=9371] ppid=9359 vsize=320248 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9371/stat : 9371 (python) S 9359 9361 8625 0 -1 4202560 27 931 0 0 0 0 0 0 22 0 5 0 658252783 327933952 7252 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 7 0 0 0
[pid=9361/tid=9374] ppid=9359 vsize=320248 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9374/stat : 9374 (python) S 9359 9361 8625 0 -1 4202560 35 931 0 0 0 0 0 0 20 0 5 0 658252784 327933952 7252 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 5 0 0 0
[pid=9361/tid=9376] ppid=9359 vsize=320248 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9376/stat : 9376 (python) S 9359 9361 8625 0 -1 4202560 18 931 0 0 0 0 0 0 22 0 5 0 658252785 327933952 7252 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.34
Current children cumulated vsize (KiB) 4366924

[startup+6.30138 s]
/proc/loadavg: 9.12 8.81 6.48 12/448 9378
/proc/meminfo: memFree=23473580/32951132 swapFree=67093844/67111528
[pid=9361] ppid=9359 vsize=320248 CPUtime=0.69 cores=1,3,5,7
/proc/9361/stat : 9361 (python) S 9359 9361 8625 0 -1 4202496 12610 931 1 0 60 9 0 0 21 0 5 0 658252705 327933952 7252 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9361/statm: 80062 7252 1875 364 0 15971 0
[pid=9367] ppid=9361 vsize=278704 CPUtime=0.01 cores=1,3,5,7
/proc/9367/stat : 9367 (python) S 9361 9361 8625 0 -1 4202560 888 0 0 0 0 1 0 0 18 0 1 0 658252782 285392896 5637 33554432000 4194304 5683644 140733954772048 18446744073709551615 242970570255 0 0 16781312 514 14849998826357358856 0 0 17 7 0 0 0
/proc/9367/statm: 69676 5637 377 364 0 5594 0
[pid=9369] ppid=9367 vsize=1017932 CPUtime=3.26 cores=1,3,5,7
/proc/9369/stat : 9369 (gnovelty+2) R 9367 9369 9369 0 -1 4202496 512 0 0 0 326 0 0 0 25 0 1 0 658252782 1042362368 247 33554432000 134512640 135663704 4289514368 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9369/statm: 254483 247 113 282 0 254199 0
[pid=9370] ppid=9361 vsize=289388 CPUtime=0.01 cores=1,3,5,7
/proc/9370/stat : 9370 (python) S 9361 9361 8625 0 -1 4202560 903 0 0 0 0 1 0 0 18 0 1 0 658252783 296333312 5727 33554432000 4194304 5683644 140733954772048 18446744073709551615 242970570310 0 0 16781312 514 385716654778056968 0 0 17 5 0 0 0
/proc/9370/statm: 72347 5727 371 364 0 8262 0
[pid=9372] ppid=9370 vsize=1017932 CPUtime=5.42 cores=1,3,5,7
/proc/9372/stat : 9372 (gnovelty+2) R 9370 9372 9372 0 -1 4202496 508 0 0 0 542 0 0 0 25 0 1 0 658252784 1042362368 247 33554432000 134512640 135663704 4289625696 18446744073709551615 134524526 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/9372/statm: 254483 247 113 282 0 254199 0
[pid=9373] ppid=9361 vsize=299140 CPUtime=0.01 cores=1,3,5,7
/proc/9373/stat : 9373 (python) S 9361 9361 8625 0 -1 4202560 904 0 0 0 1 0 0 0 18 0 1 0 658252784 306319360 5620 33554432000 4194304 5683644 140733954772048 18446744073709551615 242970570310 0 0 16781312 514 15307295882831954181 0 0 17 5 0 0 0
/proc/9373/statm: 74785 5620 371 364 0 10697 0
[pid=9377] ppid=9373 vsize=416788 CPUtime=3.11 cores=1,3,5,7
/proc/9377/stat : 9377 (adaptg2wsat2009) R 9373 9377 9377 0 -1 4202496 630 0 0 0 311 0 0 0 25 0 1 0 658252785 426790912 364 33554432000 134512640 135107411 4294635824 18446744073709551615 134532302 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9377/statm: 104197 364 59 146 0 103073 0
[pid=9375] ppid=9361 vsize=310004 CPUtime=0.01 cores=1,3,5,7
/proc/9375/stat : 9375 (python) S 9361 9361 8625 0 -1 4202560 908 0 0 0 1 0 0 0 18 0 1 0 658252785 317444096 5744 33554432000 4194304 5683644 140733954772048 18446744073709551615 242970570310 0 0 16781312 514 385720503068754182 0 0 17 5 0 0 0
/proc/9375/statm: 77501 5744 371 364 0 13410 0
[pid=9378] ppid=9375 vsize=416788 CPUtime=2.53 cores=1,3,5,7
/proc/9378/stat : 9378 (adaptg2wsat2009) R 9375 9378 9378 0 -1 4202496 629 0 0 0 248 5 0 0 25 0 1 0 658252785 426790912 364 33554432000 134512640 135107411 4289856944 18446744073709551615 134532318 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9378/statm: 104197 364 59 146 0 103073 0
[pid=9361/tid=9368] ppid=9359 vsize=320248 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9368/stat : 9368 (python) S 9359 9361 8625 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 5 0 658252782 327933952 7252 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 1 0 0 0
[pid=9361/tid=9371] ppid=9359 vsize=320248 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9371/stat : 9371 (python) S 9359 9361 8625 0 -1 4202560 27 931 0 0 0 0 0 0 22 0 5 0 658252783 327933952 7252 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 7 0 0 0
[pid=9361/tid=9374] ppid=9359 vsize=320248 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9374/stat : 9374 (python) S 9359 9361 8625 0 -1 4202560 35 931 0 0 0 0 0 0 20 0 5 0 658252784 327933952 7252 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 5 0 0 0
[pid=9361/tid=9376] ppid=9359 vsize=320248 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9376/stat : 9376 (python) S 9359 9361 8625 0 -1 4202560 18 931 0 0 0 0 0 0 22 0 5 0 658252785 327933952 7252 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 15.05
Current children cumulated vsize (KiB) 4366924

[startup+12.7013 s]
/proc/loadavg: 9.27 8.85 6.51 12/448 9379
/proc/meminfo: memFree=23468712/32951132 swapFree=67093844/67111528
[pid=9361] ppid=9359 vsize=320248 CPUtime=0.69 cores=1,3,5,7
/proc/9361/stat : 9361 (python) S 9359 9361 8625 0 -1 4202496 12610 931 1 0 60 9 0 0 21 0 5 0 658252705 327933952 7252 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9361/statm: 80062 7252 1875 364 0 15971 0
[pid=9367] ppid=9361 vsize=278704 CPUtime=0.03 cores=1,3,5,7
/proc/9367/stat : 9367 (python) S 9361 9361 8625 0 -1 4202560 893 0 0 0 1 2 0 0 18 0 1 0 658252782 285392896 5637 33554432000 4194304 5683644 140733954772048 18446744073709551615 242970570255 0 0 16781312 514 2622819017361948936 0 0 17 7 0 0 0
/proc/9367/statm: 69676 5637 377 364 0 5594 0
[pid=9369] ppid=9367 vsize=1017932 CPUtime=6.42 cores=1,3,5,7
/proc/9369/stat : 9369 (gnovelty+2) R 9367 9369 9369 0 -1 4202496 512 0 0 0 642 0 0 0 25 0 1 0 658252782 1042362368 247 33554432000 134512640 135663704 4289514368 18446744073709551615 134525343 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9369/statm: 254483 247 113 282 0 254199 0
[pid=9370] ppid=9361 vsize=289388 CPUtime=0.02 cores=1,3,5,7

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

/proc/9389/statm: 0 0 0 0 0 0 0
[pid=9391] ppid=9361 vsize=340860 CPUtime=0.31 cores=1,3,5,7
/proc/9391/stat : 9391 (python) S 9361 9361 8625 0 -1 4202560 1104 0 0 0 16 15 0 0 19 0 2 0 658263820 349040640 5808 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9391/statm: 85215 5808 400 364 0 21115 0
[pid=9393] ppid=9391 vsize=1017932 CPUtime=100.29 cores=1,3,5,7
/proc/9393/stat : 9393 (gnovelty+2) T 9391 9393 9393 0 -1 4202496 510 0 0 0 10029 0 0 0 25 0 1 0 658263820 1042362368 247 33554432000 134512640 135663704 4292723536 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/9393/statm: 254483 247 113 282 0 254199 0
[pid=9391/tid=9405] ppid=9361 vsize=340860 CPUtime=0 cores=1,3,5,7
/proc/9391/task/9405/stat : 9405 (python) S 9361 9361 8625 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658273851 349040640 5808 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 514 18446604470919858048 0 0 -1 1 0 0 0
[pid=9395] ppid=9361 vsize=351116 CPUtime=1.29 cores=1,3,5,7
/proc/9395/stat : 9395 (python) S 9361 9361 8625 0 -1 4202560 1057 0 0 0 68 61 0 0 15 0 1 0 658264021 359542784 5811 33554432000 4194304 5683644 140733954772048 18446744073709551615 242970570310 0 0 16781312 514 17974129999921250566 0 0 17 7 0 0 0
/proc/9395/statm: 87779 5811 377 364 0 23676 0
[pid=9397] ppid=9395 vsize=3932 CPUtime=356.68 cores=1,3,5,7
/proc/9397/stat : 9397 (march_hi) R 9395 9397 9397 0 -1 4202496 1679 0 0 0 35668 0 0 0 25 0 1 0 658264021 4026368 780 33554432000 4194304 4955518 140733775017632 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/9397/statm: 983 780 106 186 0 796 0
[pid=9402] ppid=9361 vsize=361560 CPUtime=0.98 cores=1,3,5,7
/proc/9402/stat : 9402 (python) S 9361 9361 8625 0 -1 4202560 1030 0 0 0 52 46 0 0 15 0 1 0 658272852 370237440 5839 33554432000 4194304 5683644 140733954772048 18446744073709551615 242970570310 0 0 16781312 514 7109688480099172614 0 0 17 3 0 0 0
/proc/9402/statm: 90390 5839 377 364 0 26284 0
[pid=9404] ppid=9402 vsize=3932 CPUtime=276.22 cores=1,3,5,7
/proc/9404/stat : 9404 (march_hi) R 9402 9404 9404 0 -1 4202496 1572 0 0 0 27622 0 0 0 25 0 1 0 658272852 4026368 675 33554432000 4194304 4955518 140733194370352 18446744073709551615 4237750 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9404/statm: 983 675 106 186 0 796 0
[pid=9406] ppid=9361 vsize=371816 CPUtime=0.31 cores=1,3,5,7
/proc/9406/stat : 9406 (python) S 9361 9361 8625 0 -1 4202560 1112 0 0 0 16 15 0 0 19 0 2 0 658273853 380739584 5867 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9406/statm: 92954 5867 400 364 0 28845 0
[pid=9408] ppid=9406 vsize=246940 CPUtime=99.91 cores=1,3,5,7
/proc/9408/stat : 9408 (FH) T 9406 9408 9408 0 -1 4202496 591 0 0 0 9991 0 0 0 25 0 1 0 658273853 252866560 326 33554432000 134512640 134936988 4287343184 18446744073709551615 134553267 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/9408/statm: 61735 326 41 104 0 61239 0
[pid=9406/tid=9412] ppid=9361 vsize=371816 CPUtime=0 cores=1,3,5,7
/proc/9406/task/9412/stat : 9412 (python) S 9361 9361 8625 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658283884 380739584 5867 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 514 18446604469213821120 0 0 -1 5 0 0 0
[pid=9413] ppid=9361 vsize=382072 CPUtime=0.59 cores=1,3,5,7
/proc/9413/stat : 9413 (python) S 9361 9361 8625 0 -1 4202560 1011 0 0 0 30 29 0 0 15 0 1 0 658283885 391241728 5869 33554432000 4194304 5683644 140733954772048 18446744073709551615 242970570310 0 0 16781312 514 2032359287308648710 0 0 17 3 0 0 0
/proc/9413/statm: 95518 5869 371 364 0 31406 0
[pid=9415] ppid=9413 vsize=3080 CPUtime=164.81 cores=1,3,5,7
/proc/9415/stat : 9415 (march_hi) R 9413 9415 9415 0 -1 4202496 1458 0 0 0 16481 0 0 0 25 0 1 0 658283885 3153920 562 33554432000 4194304 4955518 140735386490528 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9415/statm: 770 562 106 186 0 583 0
[pid=9361/tid=9368] ppid=9359 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9368/stat : 9368 (python) S 9359 9361 8625 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 12 0 658252782 401731584 7400 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 1 0 0 0
[pid=9361/tid=9371] ppid=9359 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9371/stat : 9371 (python) S 9359 9361 8625 0 -1 4202560 27 931 0 0 0 0 0 0 22 0 12 0 658252783 401731584 7400 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 7 0 0 0
[pid=9361/tid=9374] ppid=9359 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9374/stat : 9374 (python) S 9359 9361 8625 0 -1 4202560 35 931 0 0 0 0 0 0 20 0 12 0 658252784 401731584 7400 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 5 0 0 0
[pid=9361/tid=9376] ppid=9359 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9376/stat : 9376 (python) S 9359 9361 8625 0 -1 4202560 18 931 0 0 0 0 0 0 22 0 12 0 658252785 401731584 7400 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 5 0 0 0
[pid=9361/tid=9384] ppid=9359 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9384/stat : 9384 (python) S 9359 9361 8625 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 12 0 658262819 401731584 7400 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 5 0 0 0
[pid=9361/tid=9388] ppid=9359 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9388/stat : 9388 (python) S 9359 9361 8625 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 12 0 658263417 401731584 7400 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 5 0 0 0
[pid=9361/tid=9392] ppid=9359 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9392/stat : 9392 (python) S 9359 9361 8625 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 12 0 658263820 401731584 7400 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 3 0 0 0
[pid=9361/tid=9396] ppid=9359 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9396/stat : 9396 (python) S 9359 9361 8625 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 12 0 658264021 401731584 7400 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 3 0 0 0
[pid=9361/tid=9403] ppid=9359 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9403/stat : 9403 (python) S 9359 9361 8625 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 12 0 658272852 401731584 7400 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 3 0 0 0
[pid=9361/tid=9407] ppid=9359 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9407/stat : 9407 (python) S 9359 9361 8625 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 12 0 658273853 401731584 7400 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 3 0 0 0
[pid=9361/tid=9414] ppid=9359 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9414/stat : 9414 (python) S 9359 9361 8625 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 12 0 658283885 401731584 7400 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1875.61
Current children cumulated vsize (KiB) 8599588

[startup+477.902 s]
/proc/loadavg: 9.30 9.16 7.57 12/481 9425
/proc/meminfo: memFree=23179788/32951132 swapFree=67093844/67111528
[pid=9361] ppid=9359 vsize=392316 CPUtime=0.77 cores=1,3,5,7
/proc/9361/stat : 9361 (python) S 9359 9361 8625 0 -1 4202496 18548 931 1 0 66 11 0 0 19 0 12 0 658252705 401731584 7400 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9361/statm: 98079 7400 1898 364 0 33967 0
[pid=9367] ppid=9361 vsize=288948 CPUtime=0.34 cores=1,3,5,7
/proc/9367/stat : 9367 (python) S 9361 9361 8625 0 -1 4202560 1169 0 0 0 17 17 0 0 19 0 2 0 658252782 295882752 5681 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9367/statm: 72237 5681 416 364 0 8155 0
[pid=9369] ppid=9367 vsize=1017932 CPUtime=101.45 cores=1,3,5,7
/proc/9369/stat : 9369 (gnovelty+2) T 9367 9369 9369 0 -1 4202496 512 0 0 0 10145 0 0 0 25 0 1 0 658252782 1042362368 247 33554432000 134512640 135663704 4289514368 18446744073709551615 134524939 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9369/statm: 254483 247 113 282 0 254199 0
[pid=9367/tid=9390] ppid=9361 vsize=288948 CPUtime=0 cores=1,3,5,7
/proc/9367/task/9390/stat : 9390 (python) S 9361 9361 8625 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658263819 295882752 5681 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 514 18446604469255129920 0 0 -1 3 0 0 0
[pid=9370] ppid=9361 vsize=289388 CPUtime=0.3 cores=1,3,5,7
/proc/9370/stat : 9370 (python) S 9361 9361 8625 0 -1 4202560 1091 0 0 0 15 15 0 0 19 0 2 0 658252783 296333312 5757 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9370/statm: 72347 5757 400 364 0 8262 0
[pid=9372] ppid=9370 vsize=1017932 CPUtime=98.66 cores=1,3,5,7
/proc/9372/stat : 9372 (gnovelty+2) T 9370 9372 9372 0 -1 4202496 508 0 0 0 9866 0 0 0 25 0 1 0 658252784 1042362368 247 33554432000 134512640 135663704 4289625696 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9372/statm: 254483 247 113 282 0 254199 0
[pid=9370/tid=9382] ppid=9361 vsize=289388 CPUtime=0 cores=1,3,5,7
/proc/9370/task/9382/stat : 9382 (python) S 9361 9361 8625 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658262818 296333312 5757 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 514 18446604465887401792 0 0 -1 5 0 0 0
[pid=9373] ppid=9361 vsize=299140 CPUtime=0.32 cores=1,3,5,7
/proc/9373/stat : 9373 (python) S 9361 9361 8625 0 -1 4202560 1091 0 0 0 17 15 0 0 19 0 2 0 658252784 306319360 5650 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9373/statm: 74785 5650 400 364 0 10697 0
[pid=9377] ppid=9373 vsize=416788 CPUtime=101.27 cores=1,3,5,7
/proc/9377/stat : 9377 (adaptg2wsat2009) T 9373 9377 9377 0 -1 4202496 630 0 0 0 10120 7 0 0 25 0 1 0 658252785 426790912 364 33554432000 134512640 135107411 4294635824 18446744073709551615 134537762 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/9377/statm: 104197 364 59 146 0 103073 0
[pid=9373/tid=9386] ppid=9361 vsize=299140 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9386/stat : 9386 (python) S 9361 9361 8625 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658263416 306319360 5650 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 514 18446604456476700800 0 0 -1 5 0 0 0
[pid=9375] ppid=9361 vsize=310004 CPUtime=0.33 cores=1,3,5,7
/proc/9375/stat : 9375 (python) S 9361 9361 8625 0 -1 4202560 1101 0 0 0 17 16 0 0 19 0 2 0 658252785 317444096 5774 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9375/statm: 77501 5774 400 364 0 13410 0
[pid=9378] ppid=9375 vsize=416788 CPUtime=101.54 cores=1,3,5,7
/proc/9378/stat : 9378 (adaptg2wsat2009) T 9375 9378 9378 0 -1 4202496 629 0 0 0 10139 15 0 0 25 0 1 0 658252785 426790912 364 33554432000 134512640 135107411 4289856944 18446744073709551615 134532232 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9378/statm: 104197 364 59 146 0 103073 0
[pid=9375/tid=9394] ppid=9361 vsize=310004 CPUtime=0 cores=1,3,5,7
/proc/9375/task/9394/stat : 9394 (python) S 9361 9361 8625 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658264020 317444096 5774 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 514 18446604465887402688 0 0 -1 1 0 0 0
[pid=9383] ppid=9361 vsize=320260 CPUtime=0.31 cores=1,3,5,7
/proc/9383/stat : 9383 (python) S 9361 9361 8625 0 -1 4202560 1092 0 0 0 15 16 0 0 19 0 2 0 658262819 327946240 5778 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9383/statm: 80065 5778 400 364 0 15971 0
[pid=9385] ppid=9383 vsize=416788 CPUtime=98.99 cores=1,3,5,7
/proc/9385/stat : 9385 (adaptg2wsat2009) T 9383 9385 9385 0 -1 4202496 626 0 0 0 9899 0 0 0 25 0 1 0 658262820 426790912 363 33554432000 134512640 135107411 4287771760 18446744073709551615 134531792 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9385/statm: 104197 363 59 146 0 103073 0
[pid=9383/tid=9401] ppid=9361 vsize=320260 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9401/stat : 9401 (python) S 9361 9361 8625 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658272850 327946240 5778 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 514 18446604459089224960 0 0 -1 5 0 0 0
[pid=9387] ppid=9361 vsize=330064 CPUtime=3.44 cores=1,3,5,7
/proc/9387/stat : 9387 (python) R 9361 9361 8625 0 -1 4202560 1002 0 0 0 251 93 0 0 18 0 1 0 658263417 337985536 5660 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982380351 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/9387/statm: 82516 5660 371 364 0 18419 0
[pid=9389] ppid=9387 vsize=0 CPUtime=366.61 cores=1,3,5,7
/proc/9389/stat : 9389 (march_hi) R 9387 9389 9389 0 -1 4202500 1691 0 0 0 36661 0 0 0 25 0 1 0 658263417 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/9389/statm: 0 0 0 0 0 0 0
[pid=9391] ppid=9361 vsize=340860 CPUtime=0.31 cores=1,3,5,7
/proc/9391/stat : 9391 (python) S 9361 9361 8625 0 -1 4202560 1104 0 0 0 16 15 0 0 19 0 2 0 658263820 349040640 5808 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9391/statm: 85215 5808 400 364 0 21115 0
[pid=9393] ppid=9391 vsize=1017932 CPUtime=100.29 cores=1,3,5,7
/proc/9393/stat : 9393 (gnovelty+2) T 9391 9393 9393 0 -1 4202496 510 0 0 0 10029 0 0 0 25 0 1 0 658263820 1042362368 247 33554432000 134512640 135663704 4292723536 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/9393/statm: 254483 247 113 282 0 254199 0
[pid=9391/tid=9405] ppid=9361 vsize=340860 CPUtime=0 cores=1,3,5,7
/proc/9391/task/9405/stat : 9405 (python) S 9361 9361 8625 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658273851 349040640 5808 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 514 18446604470919858048 0 0 -1 1 0 0 0
[pid=9395] ppid=9361 vsize=351116 CPUtime=1.29 cores=1,3,5,7
/proc/9395/stat : 9395 (python) S 9361 9361 8625 0 -1 4202560 1057 0 0 0 68 61 0 0 15 0 1 0 658264021 359542784 5811 33554432000 4194304 5683644 140733954772048 18446744073709551615 242970570310 0 0 16781312 514 17974129999921250566 0 0 17 7 0 0 0
/proc/9395/statm: 87779 5811 377 364 0 23676 0
[pid=9397] ppid=9395 vsize=3932 CPUtime=356.78 cores=1,3,5,7
/proc/9397/stat : 9397 (march_hi) R 9395 9397 9397 0 -1 4202496 1679 0 0 0 35678 0 0 0 25 0 1 0 658264021 4026368 780 33554432000 4194304 4955518 140733775017632 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/9397/statm: 983 780 106 186 0 796 0
[pid=9402] ppid=9361 vsize=361560 CPUtime=0.98 cores=1,3,5,7
/proc/9402/stat : 9402 (python) S 9361 9361 8625 0 -1 4202560 1030 0 0 0 52 46 0 0 15 0 1 0 658272852 370237440 5839 33554432000 4194304 5683644 140733954772048 18446744073709551615 242970570310 0 0 16781312 514 7109688480099172614 0 0 17 3 0 0 0
/proc/9402/statm: 90390 5839 377 364 0 26284 0
[pid=9404] ppid=9402 vsize=3932 CPUtime=276.31 cores=1,3,5,7
/proc/9404/stat : 9404 (march_hi) R 9402 9404 9404 0 -1 4202496 1572 0 0 0 27631 0 0 0 25 0 1 0 658272852 4026368 675 33554432000 4194304 4955518 140733194370352 18446744073709551615 4208736 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9404/statm: 983 675 106 186 0 796 0
[pid=9406] ppid=9361 vsize=371816 CPUtime=0.31 cores=1,3,5,7
/proc/9406/stat : 9406 (python) S 9361 9361 8625 0 -1 4202560 1112 0 0 0 16 15 0 0 19 0 2 0 658273853 380739584 5867 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9406/statm: 92954 5867 400 364 0 28845 0
[pid=9408] ppid=9406 vsize=246940 CPUtime=99.91 cores=1,3,5,7
/proc/9408/stat : 9408 (FH) T 9406 9408 9408 0 -1 4202496 591 0 0 0 9991 0 0 0 25 0 1 0 658273853 252866560 326 33554432000 134512640 134936988 4287343184 18446744073709551615 134553267 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/9408/statm: 61735 326 41 104 0 61239 0
[pid=9406/tid=9412] ppid=9361 vsize=371816 CPUtime=0 cores=1,3,5,7
/proc/9406/task/9412/stat : 9412 (python) S 9361 9361 8625 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658283884 380739584 5867 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 514 18446604469213821120 0 0 -1 5 0 0 0
[pid=9413] ppid=9361 vsize=382072 CPUtime=0.59 cores=1,3,5,7
/proc/9413/stat : 9413 (python) S 9361 9361 8625 0 -1 4202560 1011 0 0 0 30 29 0 0 15 0 1 0 658283885 391241728 5869 33554432000 4194304 5683644 140733954772048 18446744073709551615 242970570310 0 0 16781312 514 2032359287308648710 0 0 17 3 0 0 0
/proc/9413/statm: 95518 5869 371 364 0 31406 0
[pid=9415] ppid=9413 vsize=3080 CPUtime=164.91 cores=1,3,5,7
/proc/9415/stat : 9415 (march_hi) R 9413 9415 9415 0 -1 4202496 1458 0 0 0 16491 0 0 0 25 0 1 0 658283885 3153920 562 33554432000 4194304 4955518 140735386490528 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9415/statm: 770 562 106 186 0 583 0
[pid=9361/tid=9368] ppid=9359 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9368/stat : 9368 (python) S 9359 9361 8625 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 12 0 658252782 401731584 7400 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 1 0 0 0
[pid=9361/tid=9371] ppid=9359 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9371/stat : 9371 (python) S 9359 9361 8625 0 -1 4202560 27 931 0 0 0 0 0 0 22 0 12 0 658252783 401731584 7400 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 7 0 0 0
[pid=9361/tid=9374] ppid=9359 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9374/stat : 9374 (python) S 9359 9361 8625 0 -1 4202560 35 931 0 0 0 0 0 0 20 0 12 0 658252784 401731584 7400 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 5 0 0 0
[pid=9361/tid=9376] ppid=9359 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9376/stat : 9376 (python) S 9359 9361 8625 0 -1 4202560 18 931 0 0 0 0 0 0 22 0 12 0 658252785 401731584 7400 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 5 0 0 0
[pid=9361/tid=9384] ppid=9359 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9384/stat : 9384 (python) S 9359 9361 8625 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 12 0 658262819 401731584 7400 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 5 0 0 0
[pid=9361/tid=9388] ppid=9359 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9388/stat : 9388 (python) S 9359 9361 8625 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 12 0 658263417 401731584 7400 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 5 0 0 0
[pid=9361/tid=9392] ppid=9359 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9392/stat : 9392 (python) S 9359 9361 8625 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 12 0 658263820 401731584 7400 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 3 0 0 0
[pid=9361/tid=9396] ppid=9359 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9396/stat : 9396 (python) S 9359 9361 8625 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 12 0 658264021 401731584 7400 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 3 0 0 0
[pid=9361/tid=9403] ppid=9359 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9403/stat : 9403 (python) S 9359 9361 8625 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 12 0 658272852 401731584 7400 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 3 0 0 0
[pid=9361/tid=9407] ppid=9359 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9407/stat : 9407 (python) S 9359 9361 8625 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 12 0 658273853 401731584 7400 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 3 0 0 0
[pid=9361/tid=9414] ppid=9359 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/9361/task/9414/stat : 9414 (python) S 9359 9361 8625 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 12 0 658283885 401731584 7400 33554432000 4194304 5683644 140733954772048 18446744073709551615 242982373809 0 0 16781312 2 18446604456476702592 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1876.01
Current children cumulated vsize (KiB) 8599588

Child status: 0
Real time (s): 477.993
CPU time (s): 1876.56
CPU user time (s): 1872.71
CPU system time (s): 3.85241
CPU usage (%): 392.591
Max. virtual memory (cumulated for all children) (KiB): 8604284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1872.71
system time used= 3.85241
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46747
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= 4951
involuntary context switches= 18697

runsolver used 3.00154 second user time and 6.19406 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-15 15:35:40
IDJOB=3378643
IDBENCH=83052
IDSOLVER=1859
FILE ID=node128/3378643-1305466540
RUNJOBID= node128-1305465319-8644
PBS_JOBID= 13325053
Free space on /tmp= 73580 MiB

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

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

MD5SUM BENCH= 1e7a565e93334fc4a75fcaa13a0d446a
RANDOM SEED=1724784988

node128.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.852
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.70
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.852
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.852
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.852
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      23521012 kB
Buffers:        287300 kB
Cached:        3245916 kB
SwapCached:       1440 kB
Active:        6960952 kB
Inactive:      2166156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23521012 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:           33384 kB
Writeback:          32 kB
AnonPages:     5591908 kB
Mapped:          39748 kB
Slab:           192888 kB
PageTables:      44532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 111347316 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73548 MiB
End job on node128 at 2011-05-15 15:43:39