Trace number 3385623

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)SAT 9.94749 2.14767

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1335110382-066.SATISFIABLE.cnf
MD5SUMa5daafd605bd47234b7e5aaf0173eab8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.029995
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3385623-1305571149.cnf
0.31/0.46	c INFO: computing task features
0.41/0.50	c INFO: computed variable-clause graph statistics
0.41/0.51	c INFO: computed clause balance statistics
0.61/0.73	c INFO: computed variable balance statistics
0.71/0.82	c INFO: computed small-clause counts
0.71/0.82	c INFO: computed Horn-clause counts
0.71/0.83	c INFO: computed variable graph statistics
0.71/0.83	c INFO: collected features for HOME/instance-3385623-1305571149.cnf in 0.36 s
0.71/0.86	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.52)
0.71/0.89	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.10)
0.81/0.92	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.05)
0.81/0.95	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.04)
0.81/0.98	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.03)
0.91/1.01	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.03)
0.91/1.04	c INFO: running FH@0 for 97 with 4999 remaining (b = 0.02)
0.91/1.08	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.09)
9.72/2.12	s SATISFIABLE
9.72/2.12	v -1 2 -3 4 -5 -6 7 8 -9 -10 -11 12 -13 14 -15 16 17 18 -19 -20 -21 -22 23 24 -25 -26 -27 28 29 -30 31 -32 33 -34 -35 -36 -37 -38 -39 -40 41 -42 43 -44 -45 -46 47 48 49 50 51 52 53 54 55 -56 -57 58 59 -60 -61 62 63 64 -65 -66 -67 -68 -69 70 0

Verifier Data

OK

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-3385623-1305571149/watcher-3385623-1305571149 -o /tmp/evaluation-result-3385623-1305571149/solver-3385623-1305571149 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385623-1305571149.cnf -seed 989114630 -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: 0.40 0.08 0.03 1/417 4786
/proc/meminfo: memFree=20137764/32950928 swapFree=65730892/67111528
[pid=4786] ppid=4784 vsize=15380 CPUtime=0 cores=0-7
/proc/4786/stat : 4786 (python) S 4784 4786 4295 0 -1 4202496 793 0 0 0 0 0 0 0 25 0 1 0 747345563 15749120 681 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/4786/statm: 3845 681 322 364 0 332 0

[startup+0.101378 s]
/proc/loadavg: 0.40 0.08 0.03 1/417 4786
/proc/meminfo: memFree=20137764/32950928 swapFree=65730892/67111528
[pid=4786] ppid=4784 vsize=104228 CPUtime=0.07 cores=0-7
/proc/4786/stat : 4786 (python) R 4784 4786 4295 0 -1 4202496 3085 0 0 0 5 2 0 0 17 0 1 0 747345563 106729472 2767 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905054917 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/4786/statm: 26057 2767 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.200403 s]
/proc/loadavg: 0.40 0.08 0.03 1/417 4786
/proc/meminfo: memFree=20137764/32950928 swapFree=65730892/67111528
[pid=4786] ppid=4784 vsize=128868 CPUtime=0.15 cores=0-7
/proc/4786/stat : 4786 (python) R 4784 4786 4295 0 -1 4202496 5594 933 1 0 11 4 0 0 19 0 1 0 747345563 131960832 4020 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905393920 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/4786/statm: 32217 4019 1011 364 0 2996 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 128868

[startup+0.300341 s]
/proc/loadavg: 0.40 0.08 0.03 1/417 4786
/proc/meminfo: memFree=20137764/32950928 swapFree=65730892/67111528
[pid=4786] ppid=4784 vsize=187688 CPUtime=0.23 cores=0-7
/proc/4786/stat : 4786 (python) R 4784 4786 4295 0 -1 4202496 6823 933 1 0 17 6 0 0 18 0 1 0 747345563 192192512 4882 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905392128 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/4786/statm: 46922 4882 1399 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 187688

[startup+0.700269 s]
/proc/loadavg: 0.40 0.08 0.03 1/417 4786
/proc/meminfo: memFree=20137764/32950928 swapFree=65730892/67111528
[pid=4786] ppid=4784 vsize=279748 CPUtime=0.61 cores=0-7
/proc/4786/stat : 4786 (python) R 4784 4786 4295 0 -1 4202496 10025 933 1 0 52 9 0 0 18 0 1 0 747345563 286461952 7322 33554432000 4194304 5683644 140735798571120 18446744073709551615 46945062599322 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/4786/statm: 69937 7322 1826 364 0 5861 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 279748

[startup+1.50112 s]
/proc/loadavg: 0.40 0.08 0.03 9/442 4815
/proc/meminfo: memFree=20076680/32950928 swapFree=65730892/67111528
[pid=4786] ppid=4784 vsize=361288 CPUtime=0.99 cores=0-7
/proc/4786/stat : 4786 (python) S 4784 4786 4295 0 -1 4202496 16471 933 1 0 88 11 0 0 25 0 9 0 747345563 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4786/statm: 90322 7306 1891 364 0 26219 0
[pid=4792] ppid=4786 vsize=278748 CPUtime=0 cores=0-7
/proc/4792/stat : 4792 (python) S 4786 4786 4295 0 -1 4202560 736 0 0 0 0 0 0 0 20 0 1 0 747345649 285437952 5626 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414159 0 0 16781312 514 15297034140809953279 0 0 17 1 0 0 0
/proc/4792/statm: 69687 5626 354 364 0 5605 0
[pid=4794] ppid=4792 vsize=1018076 CPUtime=0.63 cores=0-7
/proc/4794/stat : 4794 (gnovelty+2) R 4792 4794 4794 0 -1 4202496 531 0 0 0 63 0 0 0 24 0 1 0 747345650 1042509824 266 33554432000 134512640 135663704 4291931232 18446744073709551615 134525070 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4794/statm: 254519 266 113 282 0 254235 0
[pid=4795] ppid=4786 vsize=289408 CPUtime=0 cores=0-7
/proc/4795/stat : 4795 (python) S 4786 4786 4295 0 -1 4202560 743 0 0 0 0 0 0 0 21 0 1 0 747345652 296353792 5710 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 11171566182958366719 0 0 17 2 0 0 0
/proc/4795/statm: 72352 5710 348 364 0 8267 0
[pid=4797] ppid=4795 vsize=1018076 CPUtime=0.6 cores=0-7
/proc/4797/stat : 4797 (gnovelty+2) R 4795 4797 4797 0 -1 4202496 529 0 0 0 60 0 0 0 25 0 1 0 747345653 1042509824 266 33554432000 134512640 135663704 4293696592 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4797/statm: 254519 266 113 282 0 254235 0
[pid=4798] ppid=4786 vsize=299156 CPUtime=0 cores=0-7
/proc/4798/stat : 4798 (python) S 4786 4786 4295 0 -1 4202560 719 0 0 0 0 0 0 0 23 0 1 0 747345656 306335744 5598 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 12135169377448230911 0 0 17 0 0 0 0
/proc/4798/statm: 74789 5598 344 364 0 10701 0
[pid=4800] ppid=4798 vsize=416784 CPUtime=0.55 cores=0-7
/proc/4800/stat : 4800 (adaptg2wsat2009) R 4798 4800 4800 0 -1 4202496 605 0 0 0 55 0 0 0 25 0 1 0 747345656 426786816 341 33554432000 134512640 135107411 4294320128 18446744073709551615 134523261 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/4800/statm: 104196 341 49 146 0 103072 0
[pid=4801] ppid=4786 vsize=310020 CPUtime=0 cores=0-7
/proc/4801/stat : 4801 (python) S 4786 4786 4295 0 -1 4202560 730 0 0 0 0 0 0 0 19 0 1 0 747345659 317460480 5722 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 12135161680866836479 0 0 17 4 0 0 0
/proc/4801/statm: 77505 5722 344 364 0 13414 0
[pid=4803] ppid=4801 vsize=416784 CPUtime=0.54 cores=0-7
/proc/4803/stat : 4803 (adaptg2wsat2009) R 4801 4803 4803 0 -1 4202496 602 0 0 0 54 0 0 0 22 0 1 0 747345659 426786816 341 33554432000 134512640 135107411 4290384672 18446744073709551615 134523308 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/4803/statm: 104196 341 49 146 0 103072 0
[pid=4804] ppid=4786 vsize=320276 CPUtime=0 cores=0-7
/proc/4804/stat : 4804 (python) S 4786 4786 4295 0 -1 4202560 733 0 0 0 0 0 0 0 21 0 1 0 747345662 327962624 5743 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 1933294664035598335 0 0 17 0 0 0 0
/proc/4804/statm: 80069 5743 344 364 0 15975 0
[pid=4806] ppid=4804 vsize=416784 CPUtime=0.51 cores=0-7
/proc/4806/stat : 4806 (adaptg2wsat2009) R 4804 4806 4806 0 -1 4202496 605 0 0 0 51 0 0 0 25 0 1 0 747345662 426786816 342 33554432000 134512640 135107411 4292920224 18446744073709551615 134523505 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4806/statm: 104196 342 49 146 0 103072 0
[pid=4807] ppid=4786 vsize=330532 CPUtime=0 cores=0-7
/proc/4807/stat : 4807 (python) S 4786 4786 4295 0 -1 4202560 761 0 0 0 0 0 0 0 23 0 1 0 747345665 338464768 5751 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 1595720954808369151 0 0 17 2 0 0 0
/proc/4807/statm: 82633 5751 348 364 0 18536 0
[pid=4809] ppid=4807 vsize=1018076 CPUtime=0.44 cores=0-7
/proc/4809/stat : 4809 (gnovelty+2) R 4807 4809 4809 0 -1 4202496 530 0 0 0 44 0 0 0 25 0 1 0 747345665 1042509824 266 33554432000 134512640 135663704 4287787136 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4809/statm: 254519 266 113 282 0 254235 0
[pid=4810] ppid=4786 vsize=340788 CPUtime=0 cores=0-7
/proc/4810/stat : 4810 (python) S 4786 4786 4295 0 -1 4202560 752 0 0 0 0 0 0 0 25 0 1 0 747345668 348966912 5751 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 6079248722535907327 0 0 17 0 0 0 0
/proc/4810/statm: 85197 5751 344 364 0 21097 0
[pid=4812] ppid=4810 vsize=245580 CPUtime=0.25 cores=0-7
/proc/4812/stat : 4812 (FH) R 4810 4812 4812 0 -1 4202496 550 0 0 0 25 0 0 0 25 0 1 0 747345668 251473920 287 33554432000 134512640 134936988 4293231728 18446744073709551615 134523678 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4812/statm: 61395 287 37 104 0 60899 0
[pid=4813] ppid=4786 vsize=351044 CPUtime=0 cores=0-7
/proc/4813/stat : 4813 (python) S 4786 4786 4295 0 -1 4202560 811 0 0 0 0 0 0 0 22 0 1 0 747345671 359469056 5765 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 12135165529157533695 0 0 17 0 0 0 0
/proc/4813/statm: 87761 5765 354 364 0 23658 0
[pid=4815] ppid=4813 vsize=2592 CPUtime=0.41 cores=0-7
/proc/4815/stat : 4815 (march_hi) R 4813 4815 4815 0 -1 4202496 1482 0 0 0 41 0 0 0 25 0 1 0 747345672 2654208 443 33554432000 4194304 4955518 140733871437072 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4815/statm: 648 443 106 186 0 461 0
[pid=4786/tid=4793] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4793/stat : 4793 (python) S 4784 4786 4295 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 747345649 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 4 0 0 0
[pid=4786/tid=4796] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4796/stat : 4796 (python) S 4784 4786 4295 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 9 0 747345652 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 0 0 0 0
[pid=4786/tid=4799] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4799/stat : 4799 (python) S 4784 4786 4295 0 -1 4202560 23 933 0 0 0 0 0 0 24 0 9 0 747345656 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 0 0 0 0
[pid=4786/tid=4802] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4802/stat : 4802 (python) S 4784 4786 4295 0 -1 4202560 21 933 0 0 0 0 0 0 18 0 9 0 747345659 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 2 0 0 0
[pid=4786/tid=4805] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4805/stat : 4805 (python) S 4784 4786 4295 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 9 0 747345662 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 4 0 0 0
[pid=4786/tid=4808] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4808/stat : 4808 (python) S 4784 4786 4295 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 9 0 747345665 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 0 0 0 0
[pid=4786/tid=4811] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4811/stat : 4811 (python) S 4784 4786 4295 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 9 0 747345668 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 2 0 0 0
[pid=4786/tid=4814] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4814/stat : 4814 (python) S 4784 4786 4295 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 9 0 747345672 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 7434012

Solver just ended. Dumping a history of the last processes samples

[startup+1.6011 s]
/proc/loadavg: 0.40 0.08 0.03 9/442 4815
/proc/meminfo: memFree=20076680/32950928 swapFree=65730892/67111528
[pid=4786] ppid=4784 vsize=361288 CPUtime=0.99 cores=0-7
/proc/4786/stat : 4786 (python) S 4784 4786 4295 0 -1 4202496 16471 933 1 0 88 11 0 0 25 0 9 0 747345563 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4786/statm: 90322 7306 1891 364 0 26219 0
[pid=4792] ppid=4786 vsize=278748 CPUtime=0 cores=0-7
/proc/4792/stat : 4792 (python) S 4786 4786 4295 0 -1 4202560 736 0 0 0 0 0 0 0 20 0 1 0 747345649 285437952 5626 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414159 0 0 16781312 514 15297034140809953279 0 0 17 1 0 0 0
/proc/4792/statm: 69687 5626 354 364 0 5605 0
[pid=4794] ppid=4792 vsize=1018076 CPUtime=0.73 cores=0-7
/proc/4794/stat : 4794 (gnovelty+2) R 4792 4794 4794 0 -1 4202496 531 0 0 0 73 0 0 0 25 0 1 0 747345650 1042509824 266 33554432000 134512640 135663704 4291931232 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4794/statm: 254519 266 113 282 0 254235 0
[pid=4795] ppid=4786 vsize=289408 CPUtime=0 cores=0-7
/proc/4795/stat : 4795 (python) S 4786 4786 4295 0 -1 4202560 743 0 0 0 0 0 0 0 21 0 1 0 747345652 296353792 5710 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 11171566182958366719 0 0 17 2 0 0 0
/proc/4795/statm: 72352 5710 348 364 0 8267 0
[pid=4797] ppid=4795 vsize=1018076 CPUtime=0.7 cores=0-7
/proc/4797/stat : 4797 (gnovelty+2) R 4795 4797 4797 0 -1 4202496 529 0 0 0 70 0 0 0 25 0 1 0 747345653 1042509824 266 33554432000 134512640 135663704 4293696592 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4797/statm: 254519 266 113 282 0 254235 0
[pid=4798] ppid=4786 vsize=299156 CPUtime=0 cores=0-7
/proc/4798/stat : 4798 (python) S 4786 4786 4295 0 -1 4202560 719 0 0 0 0 0 0 0 23 0 1 0 747345656 306335744 5598 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 12135169377448230911 0 0 17 0 0 0 0
/proc/4798/statm: 74789 5598 344 364 0 10701 0
[pid=4800] ppid=4798 vsize=416784 CPUtime=0.65 cores=0-7
/proc/4800/stat : 4800 (adaptg2wsat2009) R 4798 4800 4800 0 -1 4202496 605 0 0 0 65 0 0 0 25 0 1 0 747345656 426786816 341 33554432000 134512640 135107411 4294320128 18446744073709551615 134523302 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/4800/statm: 104196 341 49 146 0 103072 0
[pid=4801] ppid=4786 vsize=310020 CPUtime=0 cores=0-7
/proc/4801/stat : 4801 (python) S 4786 4786 4295 0 -1 4202560 730 0 0 0 0 0 0 0 19 0 1 0 747345659 317460480 5722 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 12135161680866836479 0 0 17 4 0 0 0
/proc/4801/statm: 77505 5722 344 364 0 13414 0
[pid=4803] ppid=4801 vsize=416784 CPUtime=0.64 cores=0-7
/proc/4803/stat : 4803 (adaptg2wsat2009) R 4801 4803 4803 0 -1 4202496 602 0 0 0 64 0 0 0 22 0 1 0 747345659 426786816 341 33554432000 134512640 135107411 4290384672 18446744073709551615 134523306 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/4803/statm: 104196 341 49 146 0 103072 0
[pid=4804] ppid=4786 vsize=320276 CPUtime=0 cores=0-7
/proc/4804/stat : 4804 (python) S 4786 4786 4295 0 -1 4202560 733 0 0 0 0 0 0 0 21 0 1 0 747345662 327962624 5743 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 1933294664035598335 0 0 17 0 0 0 0
/proc/4804/statm: 80069 5743 344 364 0 15975 0
[pid=4806] ppid=4804 vsize=416784 CPUtime=0.61 cores=0-7
/proc/4806/stat : 4806 (adaptg2wsat2009) R 4804 4806 4806 0 -1 4202496 605 0 0 0 61 0 0 0 25 0 1 0 747345662 426786816 342 33554432000 134512640 135107411 4292920224 18446744073709551615 134523516 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4806/statm: 104196 342 49 146 0 103072 0
[pid=4807] ppid=4786 vsize=330532 CPUtime=0 cores=0-7
/proc/4807/stat : 4807 (python) S 4786 4786 4295 0 -1 4202560 761 0 0 0 0 0 0 0 23 0 1 0 747345665 338464768 5751 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 1595720954808369151 0 0 17 2 0 0 0
/proc/4807/statm: 82633 5751 348 364 0 18536 0
[pid=4809] ppid=4807 vsize=1018076 CPUtime=0.54 cores=0-7
/proc/4809/stat : 4809 (gnovelty+2) R 4807 4809 4809 0 -1 4202496 530 0 0 0 54 0 0 0 25 0 1 0 747345665 1042509824 266 33554432000 134512640 135663704 4287787136 18446744073709551615 134524947 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4809/statm: 254519 266 113 282 0 254235 0
[pid=4810] ppid=4786 vsize=340788 CPUtime=0 cores=0-7
/proc/4810/stat : 4810 (python) S 4786 4786 4295 0 -1 4202560 752 0 0 0 0 0 0 0 25 0 1 0 747345668 348966912 5751 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 6079248722535907327 0 0 17 0 0 0 0
/proc/4810/statm: 85197 5751 344 364 0 21097 0
[pid=4812] ppid=4810 vsize=245580 CPUtime=0.35 cores=0-7
/proc/4812/stat : 4812 (FH) R 4810 4812 4812 0 -1 4202496 550 0 0 0 35 0 0 0 25 0 1 0 747345668 251473920 287 33554432000 134512640 134936988 4293231728 18446744073709551615 134523704 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4812/statm: 61395 287 37 104 0 60899 0
[pid=4813] ppid=4786 vsize=351044 CPUtime=0 cores=0-7
/proc/4813/stat : 4813 (python) S 4786 4786 4295 0 -1 4202560 814 0 0 0 0 0 0 0 21 0 1 0 747345671 359469056 5765 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 5607385396146045188 0 0 17 0 0 0 0
/proc/4813/statm: 87761 5765 354 364 0 23658 0
[pid=4815] ppid=4813 vsize=2592 CPUtime=0.51 cores=0-7
/proc/4815/stat : 4815 (march_hi) R 4813 4815 4815 0 -1 4202496 1485 0 0 0 51 0 0 0 25 0 1 0 747345672 2654208 446 33554432000 4194304 4955518 140733871437072 18446744073709551615 4237736 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4815/statm: 648 446 106 186 0 461 0
[pid=4786/tid=4793] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4793/stat : 4793 (python) S 4784 4786 4295 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 747345649 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 4 0 0 0
[pid=4786/tid=4796] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4796/stat : 4796 (python) S 4784 4786 4295 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 9 0 747345652 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 0 0 0 0
[pid=4786/tid=4799] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4799/stat : 4799 (python) S 4784 4786 4295 0 -1 4202560 23 933 0 0 0 0 0 0 24 0 9 0 747345656 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 0 0 0 0
[pid=4786/tid=4802] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4802/stat : 4802 (python) S 4784 4786 4295 0 -1 4202560 21 933 0 0 0 0 0 0 18 0 9 0 747345659 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 2 0 0 0
[pid=4786/tid=4805] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4805/stat : 4805 (python) S 4784 4786 4295 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 9 0 747345662 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 4 0 0 0
[pid=4786/tid=4808] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4808/stat : 4808 (python) S 4784 4786 4295 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 9 0 747345665 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 0 0 0 0
[pid=4786/tid=4811] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4811/stat : 4811 (python) S 4784 4786 4295 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 9 0 747345668 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 2 0 0 0
[pid=4786/tid=4814] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4814/stat : 4814 (python) S 4784 4786 4295 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 9 0 747345672 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 7434012

[startup+2.00103 s]
/proc/loadavg: 0.40 0.08 0.03 9/442 4815
/proc/meminfo: memFree=20076680/32950928 swapFree=65730892/67111528
[pid=4786] ppid=4784 vsize=361288 CPUtime=0.99 cores=0-7
/proc/4786/stat : 4786 (python) S 4784 4786 4295 0 -1 4202496 16471 933 1 0 88 11 0 0 25 0 9 0 747345563 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4786/statm: 90322 7306 1891 364 0 26219 0
[pid=4792] ppid=4786 vsize=278748 CPUtime=0 cores=0-7
/proc/4792/stat : 4792 (python) S 4786 4786 4295 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 747345649 285437952 5626 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414159 0 0 16781312 514 15297034140809920771 0 0 17 1 0 0 0
/proc/4792/statm: 69687 5626 354 364 0 5605 0
[pid=4794] ppid=4792 vsize=1018076 CPUtime=1.13 cores=0-7
/proc/4794/stat : 4794 (gnovelty+2) R 4792 4794 4794 0 -1 4202496 531 0 0 0 113 0 0 0 25 0 1 0 747345650 1042509824 266 33554432000 134512640 135663704 4291931232 18446744073709551615 134524919 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4794/statm: 254519 266 113 282 0 254235 0
[pid=4795] ppid=4786 vsize=289408 CPUtime=0 cores=0-7
/proc/4795/stat : 4795 (python) S 4786 4786 4295 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 747345652 296353792 5710 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 11171566182958334210 0 0 17 2 0 0 0
/proc/4795/statm: 72352 5710 348 364 0 8267 0
[pid=4797] ppid=4795 vsize=1018076 CPUtime=1.1 cores=0-7
/proc/4797/stat : 4797 (gnovelty+2) R 4795 4797 4797 0 -1 4202496 529 0 0 0 110 0 0 0 25 0 1 0 747345653 1042509824 266 33554432000 134512640 135663704 4293696592 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4797/statm: 254519 266 113 282 0 254235 0
[pid=4798] ppid=4786 vsize=299156 CPUtime=0 cores=0-7
/proc/4798/stat : 4798 (python) S 4786 4786 4295 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 747345656 306335744 5602 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 12135169377448230911 0 0 17 0 0 0 0
/proc/4798/statm: 74789 5602 348 364 0 10701 0
[pid=4800] ppid=4798 vsize=416920 CPUtime=1.05 cores=0-7
/proc/4800/stat : 4800 (adaptg2wsat2009) R 4798 4800 4800 0 -1 4202496 670 0 0 0 105 0 0 0 25 0 1 0 747345656 426926080 406 33554432000 134512640 135107411 4294320128 18446744073709551615 134532408 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/4800/statm: 104230 406 59 146 0 103106 0
[pid=4801] ppid=4786 vsize=310020 CPUtime=0 cores=0-7
/proc/4801/stat : 4801 (python) S 4786 4786 4295 0 -1 4202560 747 0 0 0 0 0 0 0 18 0 1 0 747345659 317460480 5726 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 12135161680866836479 0 0 17 4 0 0 0
/proc/4801/statm: 77505 5726 348 364 0 13414 0
[pid=4803] ppid=4801 vsize=416920 CPUtime=1.04 cores=0-7
/proc/4803/stat : 4803 (adaptg2wsat2009) R 4801 4803 4803 0 -1 4202496 667 0 0 0 104 0 0 0 24 0 1 0 747345659 426926080 406 33554432000 134512640 135107411 4290384672 18446744073709551615 134532135 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/4803/statm: 104230 406 59 146 0 103106 0
[pid=4804] ppid=4786 vsize=320276 CPUtime=0 cores=0-7
/proc/4804/stat : 4804 (python) S 4786 4786 4295 0 -1 4202560 751 0 0 0 0 0 0 0 18 0 1 0 747345662 327962624 5747 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 1933294664035598335 0 0 17 0 0 0 0
/proc/4804/statm: 80069 5747 348 364 0 15975 0
[pid=4806] ppid=4804 vsize=416920 CPUtime=1.01 cores=0-7
/proc/4806/stat : 4806 (adaptg2wsat2009) R 4804 4806 4806 0 -1 4202496 671 0 0 0 101 0 0 0 25 0 1 0 747345662 426926080 408 33554432000 134512640 135107411 4292920224 18446744073709551615 134531345 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4806/statm: 104230 408 59 146 0 103106 0
[pid=4807] ppid=4786 vsize=330532 CPUtime=0 cores=0-7
/proc/4807/stat : 4807 (python) S 4786 4786 4295 0 -1 4202560 761 0 0 0 0 0 0 0 23 0 1 0 747345665 338464768 5751 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 1595720954808369151 0 0 17 2 0 0 0
/proc/4807/statm: 82633 5751 348 364 0 18536 0
[pid=4809] ppid=4807 vsize=1018076 CPUtime=0.94 cores=0-7
/proc/4809/stat : 4809 (gnovelty+2) R 4807 4809 4809 0 -1 4202496 530 0 0 0 94 0 0 0 25 0 1 0 747345665 1042509824 266 33554432000 134512640 135663704 4287787136 18446744073709551615 134545529 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4809/statm: 254519 266 113 282 0 254235 0
[pid=4810] ppid=4786 vsize=340788 CPUtime=0 cores=0-7
/proc/4810/stat : 4810 (python) S 4786 4786 4295 0 -1 4202560 752 0 0 0 0 0 0 0 25 0 1 0 747345668 348966912 5751 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 6079248722535907327 0 0 17 0 0 0 0
/proc/4810/statm: 85197 5751 344 364 0 21097 0
[pid=4812] ppid=4810 vsize=245580 CPUtime=0.75 cores=0-7
/proc/4812/stat : 4812 (FH) R 4810 4812 4812 0 -1 4202496 550 0 0 0 75 0 0 0 25 0 1 0 747345668 251473920 287 33554432000 134512640 134936988 4293231728 18446744073709551615 134523460 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4812/statm: 61395 287 37 104 0 60899 0
[pid=4813] ppid=4786 vsize=351044 CPUtime=0 cores=0-7
/proc/4813/stat : 4813 (python) S 4786 4786 4295 0 -1 4202560 820 0 0 0 0 0 0 0 18 0 1 0 747345671 359469056 5765 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 12135165529157533695 0 0 17 0 0 0 0
/proc/4813/statm: 87761 5765 354 364 0 23658 0
[pid=4815] ppid=4813 vsize=2592 CPUtime=0.91 cores=0-7
/proc/4815/stat : 4815 (march_hi) R 4813 4815 4815 0 -1 4202496 1486 0 0 0 91 0 0 0 25 0 1 0 747345672 2654208 447 33554432000 4194304 4955518 140733871437072 18446744073709551615 4224697 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4815/statm: 648 447 106 186 0 461 0
[pid=4786/tid=4793] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4793/stat : 4793 (python) S 4784 4786 4295 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 747345649 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 4 0 0 0
[pid=4786/tid=4796] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4796/stat : 4796 (python) S 4784 4786 4295 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 9 0 747345652 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 0 0 0 0
[pid=4786/tid=4799] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4799/stat : 4799 (python) S 4784 4786 4295 0 -1 4202560 23 933 0 0 0 0 0 0 24 0 9 0 747345656 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 0 0 0 0
[pid=4786/tid=4802] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4802/stat : 4802 (python) S 4784 4786 4295 0 -1 4202560 21 933 0 0 0 0 0 0 18 0 9 0 747345659 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 2 0 0 0
[pid=4786/tid=4805] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4805/stat : 4805 (python) S 4784 4786 4295 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 9 0 747345662 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 4 0 0 0
[pid=4786/tid=4808] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4808/stat : 4808 (python) S 4784 4786 4295 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 9 0 747345665 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 0 0 0 0
[pid=4786/tid=4811] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4811/stat : 4811 (python) S 4784 4786 4295 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 9 0 747345668 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 2 0 0 0
[pid=4786/tid=4814] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4814/stat : 4814 (python) S 4784 4786 4295 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 9 0 747345672 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.92
Current children cumulated vsize (KiB) 7434420

[startup+2.10101 s]
/proc/loadavg: 0.40 0.08 0.03 9/442 4815
/proc/meminfo: memFree=20076680/32950928 swapFree=65730892/67111528
[pid=4786] ppid=4784 vsize=361288 CPUtime=0.99 cores=0-7
/proc/4786/stat : 4786 (python) S 4784 4786 4295 0 -1 4202496 16471 933 1 0 88 11 0 0 25 0 9 0 747345563 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4786/statm: 90322 7306 1891 364 0 26219 0
[pid=4792] ppid=4786 vsize=278748 CPUtime=0 cores=0-7
/proc/4792/stat : 4792 (python) S 4786 4786 4295 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 747345649 285437952 5626 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414159 0 0 16781312 514 15297034140809920771 0 0 17 1 0 0 0
/proc/4792/statm: 69687 5626 354 364 0 5605 0
[pid=4794] ppid=4792 vsize=1018076 CPUtime=1.23 cores=0-7
/proc/4794/stat : 4794 (gnovelty+2) R 4792 4794 4794 0 -1 4202496 531 0 0 0 123 0 0 0 25 0 1 0 747345650 1042509824 266 33554432000 134512640 135663704 4291931232 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4794/statm: 254519 266 113 282 0 254235 0
[pid=4795] ppid=4786 vsize=289408 CPUtime=0 cores=0-7
/proc/4795/stat : 4795 (python) S 4786 4786 4295 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 747345652 296353792 5710 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 11171566182958334210 0 0 17 2 0 0 0
/proc/4795/statm: 72352 5710 348 364 0 8267 0
[pid=4797] ppid=4795 vsize=1018076 CPUtime=1.2 cores=0-7
/proc/4797/stat : 4797 (gnovelty+2) R 4795 4797 4797 0 -1 4202496 529 0 0 0 120 0 0 0 25 0 1 0 747345653 1042509824 266 33554432000 134512640 135663704 4293696592 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4797/statm: 254519 266 113 282 0 254235 0
[pid=4798] ppid=4786 vsize=299156 CPUtime=0 cores=0-7
/proc/4798/stat : 4798 (python) S 4786 4786 4295 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 747345656 306335744 5602 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 12135169377448230911 0 0 17 0 0 0 0
/proc/4798/statm: 74789 5602 348 364 0 10701 0
[pid=4800] ppid=4798 vsize=416920 CPUtime=1.15 cores=0-7
/proc/4800/stat : 4800 (adaptg2wsat2009) R 4798 4800 4800 0 -1 4202496 670 0 0 0 115 0 0 0 25 0 1 0 747345656 426926080 406 33554432000 134512640 135107411 4294320128 18446744073709551615 134532318 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/4800/statm: 104230 406 59 146 0 103106 0
[pid=4801] ppid=4786 vsize=310020 CPUtime=0 cores=0-7
/proc/4801/stat : 4801 (python) S 4786 4786 4295 0 -1 4202560 747 0 0 0 0 0 0 0 18 0 1 0 747345659 317460480 5726 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 12135161680866836479 0 0 17 4 0 0 0
/proc/4801/statm: 77505 5726 348 364 0 13414 0
[pid=4803] ppid=4801 vsize=416920 CPUtime=1.14 cores=0-7
/proc/4803/stat : 4803 (adaptg2wsat2009) R 4801 4803 4803 0 -1 4202496 667 0 0 0 114 0 0 0 25 0 1 0 747345659 426926080 406 33554432000 134512640 135107411 4290384672 18446744073709551615 134531246 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/4803/statm: 104230 406 59 146 0 103106 0
[pid=4804] ppid=4786 vsize=320276 CPUtime=0 cores=0-7
/proc/4804/stat : 4804 (python) S 4786 4786 4295 0 -1 4202560 751 0 0 0 0 0 0 0 18 0 1 0 747345662 327962624 5747 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 1933294664035598335 0 0 17 0 0 0 0
/proc/4804/statm: 80069 5747 348 364 0 15975 0
[pid=4806] ppid=4804 vsize=416920 CPUtime=1.11 cores=0-7
/proc/4806/stat : 4806 (adaptg2wsat2009) R 4804 4806 4806 0 -1 4202496 671 0 0 0 111 0 0 0 25 0 1 0 747345662 426926080 408 33554432000 134512640 135107411 4292920224 18446744073709551615 134532088 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4806/statm: 104230 408 59 146 0 103106 0
[pid=4807] ppid=4786 vsize=330532 CPUtime=0 cores=0-7
/proc/4807/stat : 4807 (python) S 4786 4786 4295 0 -1 4202560 761 0 0 0 0 0 0 0 18 0 1 0 747345665 338464768 5751 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 1595720954808336644 0 0 17 2 0 0 0
/proc/4807/statm: 82633 5751 348 364 0 18536 0
[pid=4809] ppid=4807 vsize=1018076 CPUtime=1.04 cores=0-7
/proc/4809/stat : 4809 (gnovelty+2) R 4807 4809 4809 0 -1 4202496 530 0 0 0 104 0 0 0 25 0 1 0 747345665 1042509824 266 33554432000 134512640 135663704 4287787136 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4809/statm: 254519 266 113 282 0 254235 0
[pid=4810] ppid=4786 vsize=340788 CPUtime=0 cores=0-7
/proc/4810/stat : 4810 (python) S 4786 4786 4295 0 -1 4202560 752 0 0 0 0 0 0 0 25 0 1 0 747345668 348966912 5751 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 6079248722535907327 0 0 17 0 0 0 0
/proc/4810/statm: 85197 5751 344 364 0 21097 0
[pid=4812] ppid=4810 vsize=245580 CPUtime=0.85 cores=0-7
/proc/4812/stat : 4812 (FH) R 4810 4812 4812 0 -1 4202496 550 0 0 0 85 0 0 0 25 0 1 0 747345668 251473920 287 33554432000 134512640 134936988 4293231728 18446744073709551615 134523734 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4812/statm: 61395 287 37 104 0 60899 0
[pid=4813] ppid=4786 vsize=351044 CPUtime=0 cores=0-7
/proc/4813/stat : 4813 (python) S 4786 4786 4295 0 -1 4202560 820 0 0 0 0 0 0 0 18 0 1 0 747345671 359469056 5765 33554432000 4194304 5683644 140735798571120 18446744073709551615 260905414214 0 0 16781312 514 12135165529157533695 0 0 17 0 0 0 0
/proc/4813/statm: 87761 5765 354 364 0 23658 0
[pid=4815] ppid=4813 vsize=2592 CPUtime=1.01 cores=0-7
/proc/4815/stat : 4815 (march_hi) R 4813 4815 4815 0 -1 4202496 1486 0 0 0 101 0 0 0 25 0 1 0 747345672 2654208 447 33554432000 4194304 4955518 140733871437072 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4815/statm: 648 447 106 186 0 461 0
[pid=4786/tid=4793] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4793/stat : 4793 (python) S 4784 4786 4295 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 747345649 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 4 0 0 0
[pid=4786/tid=4796] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4796/stat : 4796 (python) S 4784 4786 4295 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 9 0 747345652 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 0 0 0 0
[pid=4786/tid=4799] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4799/stat : 4799 (python) S 4784 4786 4295 0 -1 4202560 23 933 0 0 0 0 0 0 24 0 9 0 747345656 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 0 0 0 0
[pid=4786/tid=4802] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4802/stat : 4802 (python) S 4784 4786 4295 0 -1 4202560 21 933 0 0 0 0 0 0 18 0 9 0 747345659 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 2 0 0 0
[pid=4786/tid=4805] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4805/stat : 4805 (python) S 4784 4786 4295 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 9 0 747345662 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 4 0 0 0
[pid=4786/tid=4808] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4808/stat : 4808 (python) S 4784 4786 4295 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 9 0 747345665 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 0 0 0 0
[pid=4786/tid=4811] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4811/stat : 4811 (python) S 4784 4786 4295 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 9 0 747345668 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 2 0 0 0
[pid=4786/tid=4814] ppid=4784 vsize=361288 CPUtime=0 cores=0-7
/proc/4786/task/4814/stat : 4814 (python) S 4784 4786 4295 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 9 0 747345672 369958912 7306 33554432000 4194304 5683644 140735798571120 18446744073709551615 260917217713 0 0 16781312 2 18446604446866491200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.72
Current children cumulated vsize (KiB) 7434420

Child status: 0
Real time (s): 2.14767
CPU time (s): 9.94749
CPU user time (s): 9.79051
CPU system time (s): 0.156976
CPU usage (%): 463.176
Max. virtual memory (cumulated for all children) (KiB): 7529684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.79051
system time used= 0.156976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34259
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= 1559
involuntary context switches= 143

runsolver used 0.012998 second user time and 0.035994 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-16 20:39:09
IDJOB=3385623
IDBENCH=82888
IDSOLVER=1870
FILE ID=node116/3385623-1305571149
RUNJOBID= node116-1305564965-4309
PBS_JOBID= 13350134
Free space on /tmp= 73040 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S1335110382-066.SATISFIABLE.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-3385623-1305571149/watcher-3385623-1305571149 -o /tmp/evaluation-result-3385623-1305571149/solver-3385623-1305571149 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385623-1305571149.cnf -seed 989114630 -budget 40000 -cores 8

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

MD5SUM BENCH= a5daafd605bd47234b7e5aaf0173eab8
RANDOM SEED=989114630

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20138044 kB
Buffers:        179084 kB
Cached:        2351196 kB
SwapCached:      12328 kB
Active:       11366776 kB
Inactive:      1201476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20138044 kB
SwapTotal:    67111528 kB
SwapFree:     65730892 kB
Dirty:           34004 kB
Writeback:           0 kB
AnonPages:    10037168 kB
Mapped:          19824 kB
Slab:           119188 kB
PageTables:      52580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 113396180 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= 73008 MiB
End job on node116 at 2011-05-16 20:39:11