Trace number 3322270

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-randomUNSAT 260.125 37.9994

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1880985555-004.UNKNOWN.cnf
MD5SUMa1e34b50698b079e87a3cad9c76615ca
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.1038
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
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 54450

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3322270-1304378661.cnf
0.32/0.46	c INFO: computing task features
0.32/0.49	c INFO: computed variable-clause graph statistics
0.32/0.49	c INFO: computed clause balance statistics
0.50/0.65	c INFO: computed variable balance statistics
0.60/0.71	c INFO: computed small-clause counts
0.60/0.72	c INFO: computed Horn-clause counts
0.60/0.72	c INFO: computed variable graph statistics
0.60/0.72	c INFO: collected features for HOME/instance-3322270-1304378661.cnf in 0.26 s
0.60/0.76	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.57)
0.60/0.79	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.09)
0.69/0.83	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.04)
0.69/0.87	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.03)
0.80/0.90	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.02)
0.80/0.94	c INFO: running FH@0 for 97 with 39999 remaining (b = 0.02)
0.80/0.98	c INFO: running march_hi@0 for 2134 with 39999 remaining (b = 0.38)
1.77/1.02	c INFO: running march_hi@0 for 2134 with 39999 remaining (b = 0.36)
259.47/37.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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3322270-1304378661/watcher-3322270-1304378661 -o /tmp/evaluation-result-3322270-1304378661/solver-3322270-1304378661 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322270-1304378661.cnf -seed 774805470 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.52 9.05 9.08 2/377 11612
/proc/meminfo: memFree=4511892/32950928 swapFree=67111448/67111528
[pid=11612] ppid=11610 vsize=16240 CPUtime=0 cores=0-7
/proc/11612/stat : 11612 (python) R 11610 11612 9896 0 -1 4202496 1037 0 0 0 0 0 0 0 23 0 1 0 549464800 16629760 908 33554432000 4194304 5683644 140734056795920 18446744073709551615 251813900997 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11612/statm: 4060 909 380 364 0 547 0

[startup+0.0559301 s]
/proc/loadavg: 8.52 9.05 9.08 2/377 11612
/proc/meminfo: memFree=4511892/32950928 swapFree=67111448/67111528
[pid=11612] ppid=11610 vsize=36508 CPUtime=0.04 cores=0-7
/proc/11612/stat : 11612 (python) R 11610 11612 9896 0 -1 4202496 1568 0 0 0 3 1 0 0 23 0 1 0 549464800 37384192 1402 33554432000 4194304 5683644 140734056795920 18446744073709551615 5114052 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11612/statm: 9127 1402 452 364 0 944 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36508

[startup+0.100993 s]
/proc/loadavg: 8.52 9.05 9.08 2/377 11612
/proc/meminfo: memFree=4511892/32950928 swapFree=67111448/67111528
[pid=11612] ppid=11610 vsize=104232 CPUtime=0.07 cores=0-7
/proc/11612/stat : 11612 (python) R 11610 11612 9896 0 -1 4202496 3088 0 0 0 4 3 0 0 23 0 1 0 549464800 106733568 2768 33554432000 4194304 5683644 140734056795920 18446744073709551615 5114052 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/11612/statm: 26058 2768 847 364 0 1806 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104232

[startup+0.300975 s]
/proc/loadavg: 8.52 9.05 9.08 2/377 11612
/proc/meminfo: memFree=4511892/32950928 swapFree=67111448/67111528
[pid=11612] ppid=11610 vsize=187692 CPUtime=0.23 cores=0-7
/proc/11612/stat : 11612 (python) S 11610 11612 9896 0 -1 4202496 6827 934 1 0 16 7 0 0 24 0 1 0 549464800 192196608 4883 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/11612/statm: 46923 4883 1399 364 0 3724 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 187692

[startup+0.700814 s]
/proc/loadavg: 8.52 9.05 9.08 2/377 11612
/proc/meminfo: memFree=4511892/32950928 swapFree=67111448/67111528
[pid=11612] ppid=11610 vsize=279220 CPUtime=0.6 cores=0-7
/proc/11612/stat : 11612 (python) R 11610 11612 9896 0 -1 4202496 9531 934 1 0 51 9 0 0 25 0 1 0 549464800 285921280 7200 33554432000 4194304 5683644 140734056795920 18446744073709551615 47347286727618 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11612/statm: 69805 7200 1827 364 0 5729 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 279220

[startup+1.50068 s]
/proc/loadavg: 8.52 9.05 9.08 10/398 11637
/proc/meminfo: memFree=4457148/32950928 swapFree=67111448/67111528
[pid=11612] ppid=11610 vsize=427204 CPUtime=0.92 cores=0-7
/proc/11612/stat : 11612 (python) S 11610 11612 9896 0 -1 4202496 15537 934 1 0 81 11 0 0 25 0 9 0 549464800 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11612/statm: 106801 7648 1891 364 0 42698 0
[pid=11618] ppid=11612 vsize=279244 CPUtime=0 cores=0-7
/proc/11618/stat : 11618 (python) S 11612 11612 9896 0 -1 4202560 741 0 0 0 0 0 0 0 25 0 1 0 549464876 285945856 5727 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260239 0 0 16781312 514 1539281373687185407 0 0 17 3 0 0 0
/proc/11618/statm: 69811 5727 354 364 0 5729 0
[pid=11620] ppid=11618 vsize=1017932 CPUtime=0.73 cores=0-7
/proc/11620/stat : 11620 (gnovelty+2) R 11618 11620 11620 0 -1 4202496 487 0 0 0 73 0 0 0 25 0 1 0 549464877 1042362368 226 33554432000 134512640 135663704 4286967120 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11620/statm: 254483 226 113 282 0 254199 0
[pid=11621] ppid=11612 vsize=289888 CPUtime=0 cores=0-7
/proc/11621/stat : 11621 (python) S 11612 11612 9896 0 -1 4202560 737 0 0 0 0 0 0 0 25 0 1 0 549464880 296845312 5813 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 17762276099481403391 0 0 17 0 0 0 0
/proc/11621/statm: 72472 5813 348 364 0 8387 0
[pid=11623] ppid=11621 vsize=1017932 CPUtime=0.68 cores=0-7
/proc/11623/stat : 11623 (gnovelty+2) R 11621 11623 11623 0 -1 4202496 492 0 0 0 68 0 0 0 25 0 1 0 549464880 1042362368 227 33554432000 134512640 135663704 4290839936 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/11623/statm: 254483 227 113 282 0 254199 0
[pid=11624] ppid=11612 vsize=300144 CPUtime=0 cores=0-7
/proc/11624/stat : 11624 (python) S 11612 11612 9896 0 -1 4202560 719 0 0 0 0 0 0 0 18 0 1 0 549464884 307347456 5813 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 4416065861710774271 0 0 17 0 0 0 0
/proc/11624/statm: 75036 5813 344 364 0 10948 0
[pid=11626] ppid=11624 vsize=416520 CPUtime=0.44 cores=0-7
/proc/11626/stat : 11626 (adaptg2wsat2009) R 11624 11626 11626 0 -1 4202496 530 0 0 0 44 0 0 0 25 0 1 0 549464884 426516480 265 33554432000 134512640 135107411 4292545968 18446744073709551615 134523300 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11626/statm: 104130 265 49 146 0 103006 0
[pid=11627] ppid=11612 vsize=375936 CPUtime=0 cores=0-7
/proc/11627/stat : 11627 (python) S 11612 11612 9896 0 -1 4202560 695 0 0 0 0 0 0 0 19 0 1 0 549464887 384958464 5990 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 11161437481843294207 0 0 17 0 0 0 0
/proc/11627/statm: 93984 5990 344 364 0 29893 0
[pid=11629] ppid=11627 vsize=416524 CPUtime=0.62 cores=0-7
/proc/11629/stat : 11629 (adaptg2wsat2009) R 11627 11629 11629 0 -1 4202496 574 0 0 0 62 0 0 0 22 0 1 0 549464888 426520576 321 33554432000 134512640 135107411 4290434640 18446744073709551615 134531741 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11629/statm: 104131 321 59 146 0 103007 0
[pid=11630] ppid=11612 vsize=386192 CPUtime=0 cores=0-7
/proc/11630/stat : 11630 (python) S 11612 11612 9896 0 -1 4202560 708 0 0 0 0 0 0 0 20 0 1 0 549464891 395460608 5966 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 13719786085154815999 0 0 17 1 0 0 0
/proc/11630/statm: 96548 5966 344 364 0 32454 0
[pid=11632] ppid=11630 vsize=416520 CPUtime=0.58 cores=0-7
/proc/11632/stat : 11632 (adaptg2wsat2009) R 11630 11632 11632 0 -1 4202496 522 0 0 0 58 0 0 0 23 0 1 0 549464892 426516480 265 33554432000 134512640 135107411 4290739184 18446744073709551615 134523312 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11632/statm: 104130 265 49 146 0 103006 0
[pid=11633] ppid=11612 vsize=396448 CPUtime=0 cores=0-7
/proc/11633/stat : 11633 (python) S 11612 11612 9896 0 -1 4202560 713 0 0 0 0 0 0 0 22 0 1 0 549464895 405962752 5936 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 1135260053624848383 0 0 17 3 0 0 0
/proc/11633/statm: 99112 5936 344 364 0 35015 0
[pid=11635] ppid=11633 vsize=245316 CPUtime=0.54 cores=0-7
/proc/11635/stat : 11635 (FH) R 11633 11635 11635 0 -1 4202496 481 0 0 0 54 0 0 0 25 0 1 0 549464896 251203584 223 33554432000 134512640 134936988 4292295504 18446744073709551615 134523497 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11635/statm: 61329 223 37 104 0 60833 0
[pid=11636] ppid=11612 vsize=406704 CPUtime=0 cores=0-7
/proc/11636/stat : 11636 (python) S 11612 11612 9896 0 -1 4202560 723 0 0 0 0 0 0 0 24 0 1 0 549464899 416464896 6077 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 9522546681166430207 0 0 17 1 0 0 0
/proc/11636/statm: 101676 6077 344 364 0 37576 0
[pid=11612/tid=11619] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11619/stat : 11619 (python) S 11610 11612 9896 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 549464877 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 5 0 0 0
[pid=11612/tid=11622] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11622/stat : 11622 (python) S 11610 11612 9896 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 9 0 549464880 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 7 0 0 0
[pid=11612/tid=11625] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11625/stat : 11625 (python) S 11610 11612 9896 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 549464884 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 2 0 0 0
[pid=11612/tid=11628] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11628/stat : 11628 (python) S 11610 11612 9896 0 -1 4202560 82 934 0 0 0 0 0 0 19 0 9 0 549464888 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 3 0 0 0
[pid=11612/tid=11631] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11631/stat : 11631 (python) S 11610 11612 9896 0 -1 4202560 33 934 0 0 0 0 0 0 21 0 9 0 549464891 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 1 0 0 0
[pid=11612/tid=11634] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11634/stat : 11634 (python) S 11610 11612 9896 0 -1 4202560 30 934 0 0 0 0 0 0 23 0 9 0 549464895 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 1 0 0 0
[pid=11612/tid=11637] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11637/stat : 11637 (python) S 11610 11612 9896 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 9 0 549464899 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 6392504

[startup+3.10141 s]
/proc/loadavg: 8.56 9.04 9.08 10/402 11641
/proc/meminfo: memFree=4449784/32950928 swapFree=67111448/67111528
[pid=11612] ppid=11610 vsize=427204 CPUtime=0.92 cores=0-7
/proc/11612/stat : 11612 (python) S 11610 11612 9896 0 -1 4202496 15537 934 1 0 81 11 0 0 25 0 9 0 549464800 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11612/statm: 106801 7648 1891 364 0 42698 0
[pid=11618] ppid=11612 vsize=279244 CPUtime=0 cores=0-7
/proc/11618/stat : 11618 (python) S 11612 11612 9896 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 549464876 285945856 5727 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260239 0 0 16781312 514 1539281373687152902 0 0 17 3 0 0 0
/proc/11618/statm: 69811 5727 354 364 0 5729 0
[pid=11620] ppid=11618 vsize=1017932 CPUtime=2.33 cores=0-7
/proc/11620/stat : 11620 (gnovelty+2) R 11618 11620 11620 0 -1 4202496 487 0 0 0 233 0 0 0 25 0 1 0 549464877 1042362368 226 33554432000 134512640 135663704 4286967120 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11620/statm: 254483 226 113 282 0 254199 0
[pid=11621] ppid=11612 vsize=289888 CPUtime=0 cores=0-7
/proc/11621/stat : 11621 (python) S 11612 11612 9896 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 549464880 296845312 5813 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 17762276099481370887 0 0 17 0 0 0 0
/proc/11621/statm: 72472 5813 348 364 0 8387 0
[pid=11623] ppid=11621 vsize=1017932 CPUtime=2.26 cores=0-7
/proc/11623/stat : 11623 (gnovelty+2) R 11621 11623 11623 0 -1 4202496 492 0 0 0 226 0 0 0 25 0 1 0 549464880 1042362368 227 33554432000 134512640 135663704 4290839936 18446744073709551615 134545699 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/11623/statm: 254483 227 113 282 0 254199 0
[pid=11624] ppid=11612 vsize=300144 CPUtime=0 cores=0-7
/proc/11624/stat : 11624 (python) S 11612 11612 9896 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 549464884 307347456 5817 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 4416065861710741766 0 0 17 0 0 0 0
/proc/11624/statm: 75036 5817 348 364 0 10948 0
[pid=11626] ppid=11624 vsize=416524 CPUtime=1.24 cores=0-7
/proc/11626/stat : 11626 (adaptg2wsat2009) R 11624 11626 11626 0 -1 4202496 585 0 0 0 124 0 0 0 25 0 1 0 549464884 426520576 320 33554432000 134512640 135107411 4292545968 18446744073709551615 134532349 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11626/statm: 104131 320 59 146 0 103007 0
[pid=11627] ppid=11612 vsize=375936 CPUtime=0 cores=0-7
/proc/11627/stat : 11627 (python) S 11612 11612 9896 0 -1 4202560 711 0 0 0 0 0 0 0 18 0 1 0 549464887 384958464 5994 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 11161437481843261703 0 0 17 0 0 0 0
/proc/11627/statm: 93984 5994 348 364 0 29893 0
[pid=11629] ppid=11627 vsize=416524 CPUtime=2.22 cores=0-7
/proc/11629/stat : 11629 (adaptg2wsat2009) R 11627 11629 11629 0 -1 4202496 574 0 0 0 222 0 0 0 25 0 1 0 549464888 426520576 321 33554432000 134512640 135107411 4290434640 18446744073709551615 134532110 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11629/statm: 104131 321 59 146 0 103007 0
[pid=11630] ppid=11612 vsize=386192 CPUtime=0 cores=0-7
/proc/11630/stat : 11630 (python) S 11612 11612 9896 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 549464891 395460608 5970 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 13719786085154783494 0 0 17 1 0 0 0
/proc/11630/statm: 96548 5970 348 364 0 32454 0
[pid=11632] ppid=11630 vsize=416524 CPUtime=2.18 cores=0-7
/proc/11632/stat : 11632 (adaptg2wsat2009) R 11630 11632 11632 0 -1 4202496 577 0 0 0 218 0 0 0 25 0 1 0 549464892 426520576 320 33554432000 134512640 135107411 4290739184 18446744073709551615 134531508 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11632/statm: 104131 320 59 146 0 103007 0
[pid=11633] ppid=11612 vsize=396448 CPUtime=0 cores=0-7
/proc/11633/stat : 11633 (python) S 11612 11612 9896 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 549464895 405962752 5940 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 1135260053624815876 0 0 17 3 0 0 0
/proc/11633/statm: 99112 5940 348 364 0 35015 0
[pid=11635] ppid=11633 vsize=246808 CPUtime=2.14 cores=0-7
/proc/11635/stat : 11635 (FH) R 11633 11635 11635 0 -1 4202496 546 0 0 0 214 0 0 0 25 0 1 0 549464896 252731392 286 33554432000 134512640 134936988 4292295504 18446744073709551615 134554258 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11635/statm: 61702 286 41 104 0 61206 0
[pid=11636] ppid=11612 vsize=406704 CPUtime=0 cores=0-7
/proc/11636/stat : 11636 (python) S 11612 11612 9896 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 549464899 416464896 6081 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 12064065884625273092 0 0 17 1 0 0 0
/proc/11636/statm: 101676 6081 348 364 0 37576 0
[pid=11638] ppid=11636 vsize=2264 CPUtime=1.01 cores=0-7
/proc/11638/stat : 11638 (march_hi) R 11636 11638 11638 0 -1 4202496 983 0 0 0 101 0 0 0 25 0 1 0 549464901 2318336 391 33554432000 4194304 4955518 140735537931344 18446744073709551615 4245780 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11638/statm: 566 391 106 186 0 379 0
[pid=11639] ppid=11612 vsize=416960 CPUtime=0 cores=0-7
/proc/11639/stat : 11639 (python) S 11612 11612 9896 0 -1 4202560 787 0 0 0 0 0 0 0 15 0 1 0 549464903 426967040 6107 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 5453063106622095620 0 0 17 1 0 0 0
/proc/11639/statm: 104240 6107 354 364 0 40137 0
[pid=11641] ppid=11639 vsize=2264 CPUtime=2.06 cores=0-7
/proc/11641/stat : 11641 (march_hi) R 11639 11641 11641 0 -1 4202496 991 0 0 0 206 0 0 0 25 0 1 0 549464903 2318336 392 33554432000 4194304 4955518 140736407223008 18446744073709551615 4297337 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11641/statm: 566 392 106 186 0 379 0
[pid=11612/tid=11619] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11619/stat : 11619 (python) S 11610 11612 9896 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 549464877 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 5 0 0 0
[pid=11612/tid=11622] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11622/stat : 11622 (python) S 11610 11612 9896 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 9 0 549464880 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 7 0 0 0
[pid=11612/tid=11625] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11625/stat : 11625 (python) S 11610 11612 9896 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 549464884 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 2 0 0 0
[pid=11612/tid=11628] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11628/stat : 11628 (python) S 11610 11612 9896 0 -1 4202560 82 934 0 0 0 0 0 0 19 0 9 0 549464888 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 3 0 0 0
[pid=11612/tid=11631] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11631/stat : 11631 (python) S 11610 11612 9896 0 -1 4202560 33 934 0 0 0 0 0 0 21 0 9 0 549464891 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 1 0 0 0
[pid=11612/tid=11634] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11634/stat : 11634 (python) S 11610 11612 9896 0 -1 4202560 30 934 0 0 0 0 0 0 23 0 9 0 549464895 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 1 0 0 0
[pid=11612/tid=11637] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11637/stat : 11637 (python) S 11610 11612 9896 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 9 0 549464899 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 1 0 0 0
[pid=11612/tid=11640] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11640/stat : 11640 (python) S 11610 11612 9896 0 -1 4202560 35 934 0 0 0 0 0 0 25 0 9 0 549464903 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.36
Current children cumulated vsize (KiB) 6815492

[startup+6.30087 s]

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

[pid=11639] ppid=11612 vsize=416960 CPUtime=1.04 cores=0-7
/proc/11639/stat : 11639 (python) R 11612 11612 9896 0 -1 4202560 876 0 0 0 88 16 0 0 16 0 1 0 549464903 426967040 6130 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/11639/statm: 104240 6130 377 364 0 40137 0
[pid=11641] ppid=11639 vsize=0 CPUtime=34.4 cores=0-7
/proc/11641/stat : 11641 (march_hi) R 11639 11641 11641 0 -1 4202500 1041 0 0 0 3440 0 0 0 25 0 1 0 549464903 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/11641/statm: 0 0 0 0 0 0 0
[pid=11612/tid=11619] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11619/stat : 11619 (python) S 11610 11612 9896 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 549464877 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 5 0 0 0
[pid=11612/tid=11622] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11622/stat : 11622 (python) S 11610 11612 9896 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 9 0 549464880 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 7 0 0 0
[pid=11612/tid=11625] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11625/stat : 11625 (python) S 11610 11612 9896 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 549464884 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 2 0 0 0
[pid=11612/tid=11628] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11628/stat : 11628 (python) S 11610 11612 9896 0 -1 4202560 82 934 0 0 0 0 0 0 19 0 9 0 549464888 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 3 0 0 0
[pid=11612/tid=11631] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11631/stat : 11631 (python) S 11610 11612 9896 0 -1 4202560 33 934 0 0 0 0 0 0 21 0 9 0 549464891 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 1 0 0 0
[pid=11612/tid=11634] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11634/stat : 11634 (python) S 11610 11612 9896 0 -1 4202560 30 934 0 0 0 0 0 0 23 0 9 0 549464895 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 1 0 0 0
[pid=11612/tid=11637] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11637/stat : 11637 (python) S 11610 11612 9896 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 9 0 549464899 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 1 0 0 0
[pid=11612/tid=11640] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11640/stat : 11640 (python) S 11610 11612 9896 0 -1 4202560 35 934 0 0 0 0 0 0 25 0 9 0 549464903 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 251.09
Current children cumulated vsize (KiB) 6813228

[startup+37.5016 s]
/proc/loadavg: 8.89 9.07 9.09 11/402 11642
/proc/meminfo: memFree=4453980/32950928 swapFree=67111448/67111528
[pid=11612] ppid=11610 vsize=427204 CPUtime=0.92 cores=0-7
/proc/11612/stat : 11612 (python) S 11610 11612 9896 0 -1 4202496 15537 934 1 0 81 11 0 0 25 0 9 0 549464800 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11612/statm: 106801 7648 1891 364 0 42698 0
[pid=11618] ppid=11612 vsize=279244 CPUtime=0.09 cores=0-7
/proc/11618/stat : 11618 (python) S 11612 11612 9896 0 -1 4202560 919 0 0 0 5 4 0 0 18 0 1 0 549464876 285945856 5750 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260239 0 0 16781312 514 17341620538585350406 0 0 17 3 0 0 0
/proc/11618/statm: 69811 5750 377 364 0 5729 0
[pid=11620] ppid=11618 vsize=1017932 CPUtime=36.52 cores=0-7
/proc/11620/stat : 11620 (gnovelty+2) R 11618 11620 11620 0 -1 4202496 487 0 0 0 3652 0 0 0 25 0 1 0 549464877 1042362368 226 33554432000 134512640 135663704 4286967120 18446744073709551615 134545183 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11620/statm: 254483 226 113 282 0 254199 0
[pid=11621] ppid=11612 vsize=289888 CPUtime=0.09 cores=0-7
/proc/11621/stat : 11621 (python) S 11612 11612 9896 0 -1 4202560 913 0 0 0 5 4 0 0 18 0 1 0 549464880 296845312 5836 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 17341620538585350407 0 0 17 0 0 0 0
/proc/11621/statm: 72472 5836 371 364 0 8387 0
[pid=11623] ppid=11621 vsize=1017932 CPUtime=36.25 cores=0-7
/proc/11623/stat : 11623 (gnovelty+2) R 11621 11623 11623 0 -1 4202496 492 0 0 0 3625 0 0 0 25 0 1 0 549464880 1042362368 227 33554432000 134512640 135663704 4290839936 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/11623/statm: 254483 227 113 282 0 254199 0
[pid=11624] ppid=11612 vsize=300144 CPUtime=0.1 cores=0-7
/proc/11624/stat : 11624 (python) S 11612 11612 9896 0 -1 4202560 926 0 0 0 5 5 0 0 18 0 1 0 549464884 307347456 5840 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 17341620538585350406 0 0 17 0 0 0 0
/proc/11624/statm: 75036 5840 371 364 0 10948 0
[pid=11626] ppid=11624 vsize=416524 CPUtime=18.43 cores=0-7
/proc/11626/stat : 11626 (adaptg2wsat2009) R 11624 11626 11626 0 -1 4202496 585 0 0 0 1843 0 0 0 25 0 1 0 549464884 426520576 320 33554432000 134512640 135107411 4292545968 18446744073709551615 134531674 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11626/statm: 104131 320 59 146 0 103007 0
[pid=11627] ppid=11612 vsize=375936 CPUtime=0.1 cores=0-7
/proc/11627/stat : 11627 (python) S 11612 11612 9896 0 -1 4202560 792 0 0 0 4 6 0 0 18 0 1 0 549464887 384958464 6017 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 17341620538585350407 0 0 17 0 0 0 0
/proc/11627/statm: 93984 6017 371 364 0 29893 0
[pid=11629] ppid=11627 vsize=416524 CPUtime=36.62 cores=0-7
/proc/11629/stat : 11629 (adaptg2wsat2009) R 11627 11629 11629 0 -1 4202496 574 0 0 0 3662 0 0 0 25 0 1 0 549464888 426520576 321 33554432000 134512640 135107411 4290434640 18446744073709551615 134532364 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11629/statm: 104131 321 59 146 0 103007 0
[pid=11630] ppid=11612 vsize=386192 CPUtime=0.09 cores=0-7
/proc/11630/stat : 11630 (python) S 11612 11612 9896 0 -1 4202560 807 0 0 0 4 5 0 0 18 0 1 0 549464891 395460608 5993 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 17341620538585350406 0 0 17 3 0 0 0
/proc/11630/statm: 96548 5993 371 364 0 32454 0
[pid=11632] ppid=11630 vsize=416524 CPUtime=36.27 cores=0-7
/proc/11632/stat : 11632 (adaptg2wsat2009) R 11630 11632 11632 0 -1 4202496 577 0 0 0 3627 0 0 0 25 0 1 0 549464892 426520576 320 33554432000 134512640 135107411 4290739184 18446744073709551615 134532135 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11632/statm: 104131 320 59 146 0 103007 0
[pid=11633] ppid=11612 vsize=396448 CPUtime=0.09 cores=0-7
/proc/11633/stat : 11633 (python) S 11612 11612 9896 0 -1 4202560 813 0 0 0 5 4 0 0 18 0 1 0 549464895 405962752 5963 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 17341620538585350404 0 0 17 3 0 0 0
/proc/11633/statm: 99112 5963 371 364 0 35015 0
[pid=11635] ppid=11633 vsize=246808 CPUtime=36.54 cores=0-7
/proc/11635/stat : 11635 (FH) R 11633 11635 11635 0 -1 4202496 546 0 0 0 3654 0 0 0 25 0 1 0 549464896 252731392 286 33554432000 134512640 134936988 4292295504 18446744073709551615 134545107 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11635/statm: 61702 286 41 104 0 61206 0
[pid=11636] ppid=11612 vsize=406704 CPUtime=0.12 cores=0-7
/proc/11636/stat : 11636 (python) S 11612 11612 9896 0 -1 4202560 830 0 0 0 6 6 0 0 15 0 1 0 549464899 416464896 6104 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 12064065884625273092 0 0 17 3 0 0 0
/proc/11636/statm: 101676 6104 371 364 0 37576 0
[pid=11638] ppid=11636 vsize=2264 CPUtime=18.21 cores=0-7
/proc/11638/stat : 11638 (march_hi) R 11636 11638 11638 0 -1 4202496 983 0 0 0 1821 0 0 0 25 0 1 0 549464901 2318336 391 33554432000 4194304 4955518 140735537931344 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11638/statm: 566 391 106 186 0 379 0
[pid=11639] ppid=11612 vsize=416960 CPUtime=1.85 cores=0-7
/proc/11639/stat : 11639 (python) R 11612 11612 9896 0 -1 4202560 876 0 0 0 157 28 0 0 17 0 1 0 549464903 426967040 6130 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826070335 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/11639/statm: 104240 6130 377 364 0 40137 0
[pid=11641] ppid=11639 vsize=0 CPUtime=34.4 cores=0-7
/proc/11641/stat : 11641 (march_hi) R 11639 11641 11641 0 -1 4202500 1041 0 0 0 3440 0 0 0 25 0 1 0 549464903 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/11641/statm: 0 0 0 0 0 0 0
[pid=11612/tid=11619] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11619/stat : 11619 (python) S 11610 11612 9896 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 549464877 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 5 0 0 0
[pid=11612/tid=11622] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11622/stat : 11622 (python) S 11610 11612 9896 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 9 0 549464880 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 7 0 0 0
[pid=11612/tid=11625] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11625/stat : 11625 (python) S 11610 11612 9896 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 549464884 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 2 0 0 0
[pid=11612/tid=11628] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11628/stat : 11628 (python) S 11610 11612 9896 0 -1 4202560 82 934 0 0 0 0 0 0 19 0 9 0 549464888 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 3 0 0 0
[pid=11612/tid=11631] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11631/stat : 11631 (python) S 11610 11612 9896 0 -1 4202560 33 934 0 0 0 0 0 0 21 0 9 0 549464891 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 1 0 0 0
[pid=11612/tid=11634] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11634/stat : 11634 (python) S 11610 11612 9896 0 -1 4202560 30 934 0 0 0 0 0 0 23 0 9 0 549464895 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 1 0 0 0
[pid=11612/tid=11637] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11637/stat : 11637 (python) S 11610 11612 9896 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 9 0 549464899 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 1 0 0 0
[pid=11612/tid=11640] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11640/stat : 11640 (python) S 11610 11612 9896 0 -1 4202560 35 934 0 0 0 0 0 0 25 0 9 0 549464903 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 256.69
Current children cumulated vsize (KiB) 6813228

[startup+37.9016 s]
/proc/loadavg: 8.89 9.07 9.09 11/402 11642
/proc/meminfo: memFree=4453980/32950928 swapFree=67111448/67111528
[pid=11612] ppid=11610 vsize=427204 CPUtime=0.92 cores=0-7
/proc/11612/stat : 11612 (python) S 11610 11612 9896 0 -1 4202496 15537 934 1 0 81 11 0 0 25 0 9 0 549464800 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11612/statm: 106801 7648 1891 364 0 42698 0
[pid=11618] ppid=11612 vsize=279244 CPUtime=0.09 cores=0-7
/proc/11618/stat : 11618 (python) S 11612 11612 9896 0 -1 4202560 919 0 0 0 5 4 0 0 18 0 1 0 549464876 285945856 5750 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260239 0 0 16781312 514 17341620538585350406 0 0 17 3 0 0 0
/proc/11618/statm: 69811 5750 377 364 0 5729 0
[pid=11620] ppid=11618 vsize=1017932 CPUtime=36.92 cores=0-7
/proc/11620/stat : 11620 (gnovelty+2) R 11618 11620 11620 0 -1 4202496 487 0 0 0 3692 0 0 0 25 0 1 0 549464877 1042362368 226 33554432000 134512640 135663704 4286967120 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11620/statm: 254483 226 113 282 0 254199 0
[pid=11621] ppid=11612 vsize=289888 CPUtime=0.09 cores=0-7
/proc/11621/stat : 11621 (python) S 11612 11612 9896 0 -1 4202560 913 0 0 0 5 4 0 0 18 0 1 0 549464880 296845312 5836 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 17341620538585350407 0 0 17 0 0 0 0
/proc/11621/statm: 72472 5836 371 364 0 8387 0
[pid=11623] ppid=11621 vsize=1017932 CPUtime=36.65 cores=0-7
/proc/11623/stat : 11623 (gnovelty+2) R 11621 11623 11623 0 -1 4202496 492 0 0 0 3665 0 0 0 25 0 1 0 549464880 1042362368 227 33554432000 134512640 135663704 4290839936 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/11623/statm: 254483 227 113 282 0 254199 0
[pid=11624] ppid=11612 vsize=300144 CPUtime=0.1 cores=0-7
/proc/11624/stat : 11624 (python) S 11612 11612 9896 0 -1 4202560 926 0 0 0 5 5 0 0 18 0 1 0 549464884 307347456 5840 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 17341620538585350406 0 0 17 0 0 0 0
/proc/11624/statm: 75036 5840 371 364 0 10948 0
[pid=11626] ppid=11624 vsize=416524 CPUtime=18.63 cores=0-7
/proc/11626/stat : 11626 (adaptg2wsat2009) R 11624 11626 11626 0 -1 4202496 585 0 0 0 1863 0 0 0 25 0 1 0 549464884 426520576 320 33554432000 134512640 135107411 4292545968 18446744073709551615 134532107 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11626/statm: 104131 320 59 146 0 103007 0
[pid=11627] ppid=11612 vsize=375936 CPUtime=0.1 cores=0-7
/proc/11627/stat : 11627 (python) S 11612 11612 9896 0 -1 4202560 792 0 0 0 4 6 0 0 18 0 1 0 549464887 384958464 6017 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 17341620538585350407 0 0 17 0 0 0 0
/proc/11627/statm: 93984 6017 371 364 0 29893 0
[pid=11629] ppid=11627 vsize=416524 CPUtime=37.02 cores=0-7
/proc/11629/stat : 11629 (adaptg2wsat2009) R 11627 11629 11629 0 -1 4202496 574 0 0 0 3702 0 0 0 25 0 1 0 549464888 426520576 321 33554432000 134512640 135107411 4290434640 18446744073709551615 134531613 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11629/statm: 104131 321 59 146 0 103007 0
[pid=11630] ppid=11612 vsize=386192 CPUtime=0.09 cores=0-7
/proc/11630/stat : 11630 (python) S 11612 11612 9896 0 -1 4202560 807 0 0 0 4 5 0 0 18 0 1 0 549464891 395460608 5993 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 17341620538585350406 0 0 17 3 0 0 0
/proc/11630/statm: 96548 5993 371 364 0 32454 0
[pid=11632] ppid=11630 vsize=416524 CPUtime=36.66 cores=0-7
/proc/11632/stat : 11632 (adaptg2wsat2009) R 11630 11632 11632 0 -1 4202496 577 0 0 0 3666 0 0 0 25 0 1 0 549464892 426520576 320 33554432000 134512640 135107411 4290739184 18446744073709551615 134532088 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11632/statm: 104131 320 59 146 0 103007 0
[pid=11633] ppid=11612 vsize=396448 CPUtime=0.09 cores=0-7
/proc/11633/stat : 11633 (python) S 11612 11612 9896 0 -1 4202560 813 0 0 0 5 4 0 0 18 0 1 0 549464895 405962752 5963 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 17341620538585350404 0 0 17 3 0 0 0
/proc/11633/statm: 99112 5963 371 364 0 35015 0
[pid=11635] ppid=11633 vsize=246808 CPUtime=36.94 cores=0-7
/proc/11635/stat : 11635 (FH) R 11633 11635 11635 0 -1 4202496 546 0 0 0 3694 0 0 0 25 0 1 0 549464896 252731392 286 33554432000 134512640 134936988 4292295504 18446744073709551615 134554227 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11635/statm: 61702 286 41 104 0 61206 0
[pid=11636] ppid=11612 vsize=406704 CPUtime=0.12 cores=0-7
/proc/11636/stat : 11636 (python) S 11612 11612 9896 0 -1 4202560 830 0 0 0 6 6 0 0 15 0 1 0 549464899 416464896 6104 33554432000 4194304 5683644 140734056795920 18446744073709551615 251814260294 0 0 16781312 514 12064065884625273092 0 0 17 3 0 0 0
/proc/11636/statm: 101676 6104 371 364 0 37576 0
[pid=11638] ppid=11636 vsize=2264 CPUtime=18.41 cores=0-7
/proc/11638/stat : 11638 (march_hi) R 11636 11638 11638 0 -1 4202496 983 0 0 0 1841 0 0 0 25 0 1 0 549464901 2318336 391 33554432000 4194304 4955518 140735537931344 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11638/statm: 566 391 106 186 0 379 0
[pid=11639] ppid=11612 vsize=416960 CPUtime=2.24 cores=0-7
/proc/11639/stat : 11639 (python) R 11612 11612 9896 0 -1 4202560 876 0 0 0 191 33 0 0 18 0 1 0 549464903 426967040 6130 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826070335 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/11639/statm: 104240 6130 377 364 0 40137 0
[pid=11641] ppid=11639 vsize=0 CPUtime=34.4 cores=0-7
/proc/11641/stat : 11641 (march_hi) R 11639 11641 11641 0 -1 4202500 1041 0 0 0 3440 0 0 0 25 0 1 0 549464903 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/11641/statm: 0 0 0 0 0 0 0
[pid=11612/tid=11619] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11619/stat : 11619 (python) S 11610 11612 9896 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 549464877 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 5 0 0 0
[pid=11612/tid=11622] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11622/stat : 11622 (python) S 11610 11612 9896 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 9 0 549464880 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 7 0 0 0
[pid=11612/tid=11625] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11625/stat : 11625 (python) S 11610 11612 9896 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 549464884 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 2 0 0 0
[pid=11612/tid=11628] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11628/stat : 11628 (python) S 11610 11612 9896 0 -1 4202560 82 934 0 0 0 0 0 0 19 0 9 0 549464888 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 3 0 0 0
[pid=11612/tid=11631] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11631/stat : 11631 (python) S 11610 11612 9896 0 -1 4202560 33 934 0 0 0 0 0 0 21 0 9 0 549464891 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 1 0 0 0
[pid=11612/tid=11634] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11634/stat : 11634 (python) S 11610 11612 9896 0 -1 4202560 30 934 0 0 0 0 0 0 23 0 9 0 549464895 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 1 0 0 0
[pid=11612/tid=11637] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11637/stat : 11637 (python) S 11610 11612 9896 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 9 0 549464899 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 1 0 0 0
[pid=11612/tid=11640] ppid=11610 vsize=427204 CPUtime=0 cores=0-7
/proc/11612/task/11640/stat : 11640 (python) S 11610 11612 9896 0 -1 4202560 35 934 0 0 0 0 0 0 25 0 9 0 549464903 437456896 7648 33554432000 4194304 5683644 140734056795920 18446744073709551615 251826063793 0 0 16781312 2 18446604440863752640 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 259.47
Current children cumulated vsize (KiB) 6813228

Child status: 0
Real time (s): 37.9994
CPU time (s): 260.125
CPU user time (s): 259.245
CPU system time (s): 0.880866
CPU usage (%): 684.551
Max. virtual memory (cumulated for all children) (KiB): 6815700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 259.245
system time used= 0.880866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33646
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= 2595
involuntary context switches= 2785

runsolver used 0.147977 second user time and 0.313952 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-03 01:24:21
IDJOB=3322270
IDBENCH=83048
IDSOLVER=1712
FILE ID=node126/3322270-1304378661
RUNJOBID= node126-1304366466-9910
PBS_JOBID= 13181745
Free space on /tmp= 73596 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1880985555-004.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-3322270-1304378661/watcher-3322270-1304378661 -o /tmp/evaluation-result-3322270-1304378661/solver-3322270-1304378661 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322270-1304378661.cnf -seed 774805470 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= a1e34b50698b079e87a3cad9c76615ca
RANDOM SEED=774805470

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       4512296 kB
Buffers:        353252 kB
Cached:        2065492 kB
SwapCached:         76 kB
Active:       26156312 kB
Inactive:      1868820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4512296 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           32232 kB
Writeback:           0 kB
AnonPages:    25606708 kB
Mapped:          30520 kB
Slab:           266428 kB
PageTables:      75592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 86514648 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73564 MiB
End job on node126 at 2011-05-03 01:24:59