Trace number 3385825

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)UNSAT 2926.64 558.017

General information on the benchmark

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

Solver Data

0.36/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.64	c INFO: solving HOME/instance-3385825-1305575567.cnf
0.36/0.64	c INFO: computing task features
0.36/0.68	c INFO: computed variable-clause graph statistics
0.36/0.68	c INFO: computed clause balance statistics
0.54/0.85	c INFO: computed variable balance statistics
0.64/0.93	c INFO: computed small-clause counts
0.64/0.93	c INFO: computed Horn-clause counts
0.64/0.93	c INFO: computed variable graph statistics
0.64/0.93	c INFO: collected features for HOME/instance-3385825-1305575567.cnf in 0.29 s
0.64/0.96	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.55)
0.64/0.99	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.09)
0.77/1.02	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.04)
0.77/1.05	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.03)
0.77/1.11	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.03)
1.17/1.34	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.02)
1.17/1.37	c INFO: running FH@0 for 97 with 4999 remaining (b = 0.02)
1.33/1.41	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.01)
566.54/104.59	c INFO: running march_hi@0 for 2134 with 4896 remaining (b = 0.31)
643.38/119.98	c INFO: running march_hi@0 for 2134 with 4880 remaining (b = 0.29)
674.95/125.71	c INFO: running march_hi@0 for 388 with 4874 remaining (b = 0.11)
794.13/149.54	c INFO: running march_hi@0 for 388 with 4851 remaining (b = 0.09)
824.58/155.60	c INFO: running march_hi@0 for 485 with 4845 remaining (b = 0.09)
900.20/170.76	c INFO: running adaptg2wsat2009++@0 for 97 with 4829 remaining (b = 0.01)
948.73/180.08	c INFO: running adaptg2wsat2009++@102 for 97 with 4820 remaining (b = 0.01)
1050.08/198.12	c INFO: running march_hi@0 for 485 with 4802 remaining (b = 0.08)
1458.70/271.23	c INFO: running FH@0 for 97 with 4729 remaining (b = 0.01)
1957.82/361.78	c INFO: running hybridGM3@0 for 194 with 4638 remaining (b = 0.02)
2103.09/389.73	c INFO: running march_hi@0 for 2134 with 4610 remaining (b = 0.23)
2925.82/557.99	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3385825-1305575567/watcher-3385825-1305575567 -o /tmp/evaluation-result-3385825-1305575567/solver-3385825-1305575567 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385825-1305575567.cnf -seed 1147607073 -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: 12.41 12.15 11.57 6/484 7367
/proc/meminfo: memFree=21307180/32950928 swapFree=67056568/67111528
[pid=7367] ppid=7365 vsize=15384 CPUtime=0 cores=0-7
/proc/7367/stat : 7367 (python) S 7365 7367 5798 0 -1 4202496 818 0 0 0 0 0 0 0 25 0 1 0 669153807 15753216 704 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/7367/statm: 3846 704 334 364 0 333 0

[startup+0.0697411 s]
/proc/loadavg: 12.41 12.15 11.57 6/484 7367
/proc/meminfo: memFree=21307180/32950928 swapFree=67056568/67111528
[pid=7367] ppid=7365 vsize=36512 CPUtime=0.04 cores=0-7
/proc/7367/stat : 7367 (python) S 7365 7367 5798 0 -1 4202496 1612 0 0 0 3 1 0 0 25 0 1 0 669153807 37388288 1445 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/7367/statm: 9128 1445 452 364 0 945 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36512

[startup+0.100751 s]
/proc/loadavg: 12.41 12.15 11.57 6/484 7367
/proc/meminfo: memFree=21307180/32950928 swapFree=67056568/67111528
[pid=7367] ppid=7365 vsize=93964 CPUtime=0.05 cores=0-7
/proc/7367/stat : 7367 (python) S 7365 7367 5798 0 -1 4202496 2691 0 0 0 4 1 0 0 17 0 1 0 669153807 96219136 2407 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476690789 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/7367/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93964

[startup+0.300701 s]
/proc/loadavg: 12.41 12.15 11.57 6/484 7367
/proc/meminfo: memFree=21307180/32950928 swapFree=67056568/67111528
[pid=7367] ppid=7365 vsize=135752 CPUtime=0.18 cores=0-7
/proc/7367/stat : 7367 (python) S 7365 7367 5798 0 -1 4202496 5966 934 1 0 14 4 0 0 18 0 1 0 669153807 139010048 4151 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476690949 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/7367/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700619 s]
/proc/loadavg: 12.41 12.15 11.57 6/484 7367
/proc/meminfo: memFree=21307180/32950928 swapFree=67056568/67111528
[pid=7367] ppid=7365 vsize=279556 CPUtime=0.44 cores=0-7
/proc/7367/stat : 7367 (python) R 7365 7367 5798 0 -1 4202496 9752 934 1 0 35 9 0 0 17 0 1 0 669153807 286265344 7273 33554432000 4194304 5683644 140734787005296 18446744073709551615 47922964236590 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/7367/statm: 69889 7273 1826 364 0 5813 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 279556

[startup+1.50041 s]
/proc/loadavg: 12.41 12.15 11.57 8/490 7377
/proc/meminfo: memFree=21277372/32950928 swapFree=67056568/67111528
[pid=7367] ppid=7365 vsize=427008 CPUtime=0.92 cores=0-7
/proc/7367/stat : 7367 (python) S 7365 7367 5798 0 -1 4202496 16189 934 1 0 81 11 0 0 25 0 9 0 669153807 437256192 7336 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7367/statm: 106752 7336 1891 364 0 42649 0
[pid=7373] ppid=7367 vsize=278704 CPUtime=0 cores=0-7
/proc/7373/stat : 7373 (python) S 7367 7367 5798 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 669153904 285392896 5614 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715023 0 0 16781312 514 13503517370651508735 0 0 17 1 0 0 0
/proc/7373/statm: 69676 5614 354 364 0 5594 0
[pid=7375] ppid=7373 vsize=1017932 CPUtime=0.5 cores=0-7
/proc/7375/stat : 7375 (gnovelty+2) R 7373 7375 7375 0 -1 4202496 513 0 0 0 50 0 0 0 20 0 1 0 669153904 1042362368 247 33554432000 134512640 135663704 4287347840 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7375/statm: 254483 247 113 282 0 254199 0
[pid=7376] ppid=7367 vsize=289356 CPUtime=0 cores=0-7
/proc/7376/stat : 7376 (python) S 7367 7367 5798 0 -1 4202560 740 0 0 0 0 0 0 0 19 0 1 0 669153907 296300544 5696 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715078 0 0 16781312 514 1488268432204890111 0 0 17 1 0 0 0
/proc/7376/statm: 72339 5696 348 364 0 8254 0
[pid=7367/tid=7374] ppid=7365 vsize=427008 CPUtime=0 cores=0-7
/proc/7367/task/7374/stat : 7374 (python) S 7365 7367 5798 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 669153904 437256192 7336 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 0 0 0 0
[pid=7367/tid=7377] ppid=7365 vsize=427008 CPUtime=0 cores=0-7
/proc/7367/task/7377/stat : 7377 (python) S 7365 7367 5798 0 -1 4202560 19 934 0 0 0 0 0 0 19 0 9 0 669153907 437256192 7336 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 2013000

[startup+3.1011 s]
/proc/loadavg: 12.41 12.15 11.57 13/509 7396
/proc/meminfo: memFree=21245096/32950928 swapFree=67056568/67111528
[pid=7367] ppid=7365 vsize=427008 CPUtime=0.92 cores=0-7
/proc/7367/stat : 7367 (python) S 7365 7367 5798 0 -1 4202496 16189 934 1 0 81 11 0 0 25 0 9 0 669153807 437256192 7336 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7367/statm: 106752 7336 1891 364 0 42649 0
[pid=7373] ppid=7367 vsize=278704 CPUtime=0 cores=0-7
/proc/7373/stat : 7373 (python) S 7367 7367 5798 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 669153904 285392896 5614 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715023 0 0 16781312 514 13503517370651476227 0 0 17 1 0 0 0
/proc/7373/statm: 69676 5614 354 364 0 5594 0
[pid=7375] ppid=7373 vsize=1017932 CPUtime=1.3 cores=0-7
/proc/7375/stat : 7375 (gnovelty+2) R 7373 7375 7375 0 -1 4202496 513 0 0 0 130 0 0 0 23 0 1 0 669153904 1042362368 247 33554432000 134512640 135663704 4287347840 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7375/statm: 254483 247 113 282 0 254199 0
[pid=7376] ppid=7367 vsize=289356 CPUtime=0 cores=0-7
/proc/7376/stat : 7376 (python) S 7367 7367 5798 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 669153907 296300544 5696 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715078 0 0 16781312 514 1488268432204857604 0 0 17 1 0 0 0
/proc/7376/statm: 72339 5696 348 364 0 8254 0
[pid=7378] ppid=7376 vsize=1017932 CPUtime=2.05 cores=0-7
/proc/7378/stat : 7378 (gnovelty+2) R 7376 7378 7378 0 -1 4202496 514 0 0 0 205 0 0 0 25 0 1 0 669153908 1042362368 248 33554432000 134512640 135663704 4290283728 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/7378/statm: 254483 248 113 282 0 254199 0
[pid=7379] ppid=7367 vsize=364812 CPUtime=0 cores=0-7
/proc/7379/stat : 7379 (python) S 7367 7367 5798 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 669153910 373567488 5601 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715078 0 0 16781312 514 10871630955773133059 0 0 17 7 0 0 0
/proc/7379/statm: 91203 5601 348 364 0 27115 0
[pid=7383] ppid=7379 vsize=416788 CPUtime=1.04 cores=0-7
/proc/7383/stat : 7383 (adaptg2wsat2009) R 7379 7383 7383 0 -1 4202496 630 0 0 0 104 0 0 0 24 0 1 0 669153913 426790912 362 33554432000 134512640 135107411 4289853712 18446744073709551615 134539318 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7383/statm: 104197 362 59 146 0 103073 0
[pid=7381] ppid=7367 vsize=375608 CPUtime=0 cores=0-7
/proc/7381/stat : 7381 (python) S 7367 7367 5798 0 -1 4202560 756 0 0 0 0 0 0 0 18 0 1 0 669153913 384622592 5740 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715078 0 0 16781312 514 15447897856379191295 0 0 17 7 0 0 0
/proc/7381/statm: 93902 5740 348 364 0 29811 0
[pid=7384] ppid=7381 vsize=416788 CPUtime=1.91 cores=0-7
/proc/7384/stat : 7384 (adaptg2wsat2009) R 7381 7384 7384 0 -1 4202496 629 0 0 0 191 0 0 0 25 0 1 0 669153913 426790912 363 33554432000 134512640 135107411 4293273536 18446744073709551615 134531246 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7384/statm: 104197 363 59 146 0 103073 0
[pid=7385] ppid=7367 vsize=385864 CPUtime=0 cores=0-7
/proc/7385/stat : 7385 (python) S 7367 7367 5798 0 -1 4202560 762 0 0 0 0 0 0 0 18 0 1 0 669153918 395124736 5744 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715078 0 0 16781312 514 1078409804910690303 0 0 17 2 0 0 0
/proc/7385/statm: 96466 5744 348 364 0 32372 0
[pid=7387] ppid=7385 vsize=416788 CPUtime=0.91 cores=0-7
/proc/7387/stat : 7387 (adaptg2wsat2009) R 7385 7387 7387 0 -1 4202496 632 0 0 0 91 0 0 0 25 0 1 0 669153931 426790912 363 33554432000 134512640 135107411 4289482864 18446744073709551615 134531707 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7387/statm: 104197 363 59 146 0 103073 0
[pid=7388] ppid=7367 vsize=396120 CPUtime=0 cores=0-7
/proc/7388/stat : 7388 (python) S 7367 7367 5798 0 -1 4202560 764 0 0 0 0 0 0 0 18 0 1 0 669153941 405626880 5748 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715078 0 0 16781312 514 11715335430911000833 0 0 17 2 0 0 0
/proc/7388/statm: 99030 5748 348 364 0 34933 0
[pid=7392] ppid=7388 vsize=1017932 CPUtime=0.87 cores=0-7
/proc/7392/stat : 7392 (gnovelty+2) R 7388 7392 7392 0 -1 4202496 511 0 0 0 87 0 0 0 25 0 1 0 669153945 1042362368 247 33554432000 134512640 135663704 4288113952 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7392/statm: 254483 247 113 282 0 254199 0
[pid=7390] ppid=7367 vsize=406376 CPUtime=0 cores=0-7
/proc/7390/stat : 7390 (python) S 7367 7367 5798 0 -1 4202560 766 0 0 0 0 0 0 0 18 0 1 0 669153945 416129024 5768 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715078 0 0 16781312 514 11715323886038941695 0 0 17 2 0 0 0
/proc/7390/statm: 101594 5768 348 364 0 37494 0
[pid=7393] ppid=7390 vsize=246936 CPUtime=0.98 cores=0-7
/proc/7393/stat : 7393 (FH) R 7390 7393 7393 0 -1 4202496 598 0 0 0 98 0 0 0 25 0 1 0 669153947 252862464 327 33554432000 134512640 134936988 4287942432 18446744073709551615 134552368 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7393/statm: 61734 327 41 104 0 61238 0
[pid=7394] ppid=7367 vsize=416764 CPUtime=0 cores=0-7
/proc/7394/stat : 7394 (python) S 7367 7367 5798 0 -1 4202560 814 0 0 0 0 0 0 0 18 0 1 0 669153948 426766336 5795 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715078 0 0 16781312 514 8314602865926602751 0 0 17 2 0 0 0
/proc/7394/statm: 104191 5795 354 364 0 40088 0
[pid=7396] ppid=7394 vsize=416788 CPUtime=0.82 cores=0-7
/proc/7396/stat : 7396 (adaptg2wsat2009) R 7394 7396 7396 0 -1 4202496 638 0 0 0 82 0 0 0 25 0 1 0 669153948 426790912 362 33554432000 134512640 135107411 4289559712 18446744073709551615 134532264 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7396/statm: 104197 362 59 146 0 103073 0
[pid=7367/tid=7374] ppid=7365 vsize=427008 CPUtime=0 cores=0-7
/proc/7367/task/7374/stat : 7374 (python) S 7365 7367 5798 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 669153904 437256192 7336 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 0 0 0 0
[pid=7367/tid=7377] ppid=7365 vsize=427008 CPUtime=0 cores=0-7
/proc/7367/task/7377/stat : 7377 (python) S 7365 7367 5798 0 -1 4202560 19 934 0 0 0 0 0 0 19 0 9 0 669153907 437256192 7336 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 1 0 0 0
[pid=7367/tid=7380] ppid=7365 vsize=427008 CPUtime=0 cores=0-7
/proc/7367/task/7380/stat : 7380 (python) S 7365 7367 5798 0 -1 4202560 36 934 0 0 0 0 0 0 19 0 9 0 669153910 437256192 7336 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 2 0 0 0
[pid=7367/tid=7382] ppid=7365 vsize=427008 CPUtime=0 cores=0-7
/proc/7367/task/7382/stat : 7382 (python) S 7365 7367 5798 0 -1 4202560 16 934 0 0 0 0 0 0 20 0 9 0 669153913 437256192 7336 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 1 0 0 0
[pid=7367/tid=7386] ppid=7365 vsize=427008 CPUtime=0 cores=0-7
/proc/7367/task/7386/stat : 7386 (python) S 7365 7367 5798 0 -1 4202560 20 934 0 0 0 0 0 0 22 0 9 0 669153918 437256192 7336 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 2 0 0 0
[pid=7367/tid=7389] ppid=7365 vsize=427008 CPUtime=0 cores=0-7
/proc/7367/task/7389/stat : 7389 (python) S 7365 7367 5798 0 -1 4202560 41 934 0 0 0 0 0 0 23 0 9 0 669153942 437256192 7336 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 2 0 0 0
[pid=7367/tid=7391] ppid=7365 vsize=427008 CPUtime=0 cores=0-7
/proc/7367/task/7391/stat : 7391 (python) S 7365 7367 5798 0 -1 4202560 18 934 0 0 0 0 0 0 24 0 9 0 669153945 437256192 7336 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 2 0 0 0
[pid=7367/tid=7395] ppid=7365 vsize=427008 CPUtime=0 cores=0-7
/proc/7367/task/7395/stat : 7395 (python) S 7365 7367 5798 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 9 0 669153948 437256192 7336 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10.8
Current children cumulated vsize (KiB) 8308496

[startup+6.30149 s]
/proc/loadavg: 12.38 12.15 11.57 14/509 7396
/proc/meminfo: memFree=21242748/32950928 swapFree=67056568/67111528
[pid=7367] ppid=7365 vsize=427008 CPUtime=0.92 cores=0-7
/proc/7367/stat : 7367 (python) S 7365 7367 5798 0 -1 4202496 16189 934 1 0 81 11 0 0 25 0 9 0 669153807 437256192 7336 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7367/statm: 106752 7336 1891 364 0 42649 0
[pid=7373] ppid=7367 vsize=278704 CPUtime=0.01 cores=0-7
/proc/7373/stat : 7373 (python) S 7367 7367 5798 0 -1 4202560 902 0 0 0 0 1 0 0 18 0 1 0 669153904 285392896 5637 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715023 0 0 16781312 514 13503517370651476227 0 0 17 1 0 0 0
/proc/7373/statm: 69676 5637 377 364 0 5594 0
[pid=7375] ppid=7373 vsize=1017932 CPUtime=2.9 cores=0-7
/proc/7375/stat : 7375 (gnovelty+2) R 7373 7375 7375 0 -1 4202496 513 0 0 0 290 0 0 0 25 0 1 0 669153904 1042362368 247 33554432000 134512640 135663704 4287347840 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7375/statm: 254483 247 113 282 0 254199 0
[pid=7376] ppid=7367 vsize=289356 CPUtime=0.01 cores=0-7
/proc/7376/stat : 7376 (python) S 7367 7367 5798 0 -1 4202560 902 0 0 0 0 1 0 0 18 0 1 0 669153907 296300544 5719 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715078 0 0 16781312 514 1488268432204857604 0 0 17 1 0 0 0
/proc/7376/statm: 72339 5719 371 364 0 8254 0
[pid=7378] ppid=7376 vsize=1017932 CPUtime=5.15 cores=0-7
/proc/7378/stat : 7378 (gnovelty+2) R 7376 7378 7378 0 -1 4202496 514 0 0 0 515 0 0 0 25 0 1 0 669153908 1042362368 248 33554432000 134512640 135663704 4290283728 18446744073709551615 134524874 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/7378/statm: 254483 248 113 282 0 254199 0
[pid=7379] ppid=7367 vsize=364812 CPUtime=0.02 cores=0-7
/proc/7379/stat : 7379 (python) S 7367 7367 5798 0 -1 4202560 893 0 0 0 1 1 0 0 18 0 1 0 669153910 373567488 5624 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715078 0 0 16781312 514 10871630955773133059 0 0 17 7 0 0 0
/proc/7379/statm: 91203 5624 371 364 0 27115 0
[pid=7383] ppid=7379 vsize=416788 CPUtime=2.64 cores=0-7
/proc/7383/stat : 7383 (adaptg2wsat2009) R 7379 7383 7383 0 -1 4202496 630 0 0 0 264 0 0 0 25 0 1 0 669153913 426790912 362 33554432000 134512640 135107411 4289853712 18446744073709551615 134531709 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7383/statm: 104197 362 59 146 0 103073 0
[pid=7381] ppid=7367 vsize=375608 CPUtime=0.02 cores=0-7
/proc/7381/stat : 7381 (python) S 7367 7367 5798 0 -1 4202560 925 0 0 0 1 1 0 0 18 0 1 0 669153913 384622592 5762 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715078 0 0 16781312 514 15447897856379158785 0 0 17 7 0 0 0
/proc/7381/statm: 93902 5762 370 364 0 29811 0
[pid=7384] ppid=7381 vsize=416788 CPUtime=5.06 cores=0-7
/proc/7384/stat : 7384 (adaptg2wsat2009) R 7381 7384 7384 0 -1 4202496 629 0 0 0 505 1 0 0 25 0 1 0 669153913 426790912 363 33554432000 134512640 135107411 4293273536 18446744073709551615 134531830 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7384/statm: 104197 363 59 146 0 103073 0
[pid=7385] ppid=7367 vsize=385864 CPUtime=0.01 cores=0-7
/proc/7385/stat : 7385 (python) S 7367 7367 5798 0 -1 4202560 929 0 0 0 0 1 0 0 18 0 1 0 669153918 395124736 5767 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715078 0 0 16781312 514 1078409804910657796 0 0 17 2 0 0 0
/proc/7385/statm: 96466 5767 371 364 0 32372 0
[pid=7387] ppid=7385 vsize=416788 CPUtime=2.51 cores=0-7
/proc/7387/stat : 7387 (adaptg2wsat2009) R 7385 7387 7387 0 -1 4202496 632 0 0 0 251 0 0 0 25 0 1 0 669153931 426790912 363 33554432000 134512640 135107411 4289482864 18446744073709551615 134532088 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7387/statm: 104197 363 59 146 0 103073 0
[pid=7388] ppid=7367 vsize=396120 CPUtime=0.02 cores=0-7
/proc/7388/stat : 7388 (python) S 7367 7367 5798 0 -1 4202560 924 0 0 0 1 1 0 0 18 0 1 0 669153941 405626880 5771 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715078 0 0 16781312 514 11715335430911000833 0 0 17 2 0 0 0
/proc/7388/statm: 99030 5771 371 364 0 34933 0
[pid=7392] ppid=7388 vsize=1017932 CPUtime=2.47 cores=0-7
/proc/7392/stat : 7392 (gnovelty+2) R 7388 7392 7392 0 -1 4202496 511 0 0 0 247 0 0 0 25 0 1 0 669153945 1042362368 247 33554432000 134512640 135663704 4288113952 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 5 0 0 0

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

/proc/loadavg: 12.35 12.19 11.83 16/545 7456
/proc/meminfo: memFree=21163792/32950928 swapFree=67056568/67111528
[pid=7367] ppid=7365 vsize=519044 CPUtime=1.37 cores=0-7
/proc/7367/stat : 7367 (python) S 7365 7367 5798 0 -1 4202496 24462 934 1 0 123 14 0 0 19 0 18 0 669153807 531501056 7488 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7367/statm: 129761 7488 1910 364 0 65631 0
[pid=7373] ppid=7367 vsize=288948 CPUtime=0.55 cores=0-7
/proc/7373/stat : 7373 (python) S 7367 7367 5798 0 -1 4202560 1102 0 0 0 28 27 0 0 19 0 2 0 669153904 295882752 5675 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7373/statm: 72237 5675 410 364 0 8155 0
[pid=7375] ppid=7373 vsize=1017932 CPUtime=97.71 cores=0-7
/proc/7375/stat : 7375 (gnovelty+2) T 7373 7375 7375 0 -1 4202496 513 0 0 0 9771 0 0 0 25 0 1 0 669153904 1042362368 247 33554432000 134512640 135663704 4287347840 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7375/statm: 254483 247 113 282 0 254199 0
[pid=7373/tid=7413] ppid=7367 vsize=288948 CPUtime=0 cores=0-7
/proc/7373/task/7413/stat : 7413 (python) S 7367 7367 5798 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 669168758 295882752 5675 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 514 18446604443171824000 0 0 -1 2 0 0 0
[pid=7376] ppid=7367 vsize=354892 CPUtime=0.56 cores=0-7
/proc/7376/stat : 7376 (python) S 7367 7367 5798 0 -1 4202560 1102 0 0 0 30 26 0 0 19 0 2 0 669153907 363409408 5750 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7376/statm: 88723 5750 400 364 0 24638 0
[pid=7378] ppid=7376 vsize=1017932 CPUtime=98.6 cores=0-7
/proc/7378/stat : 7378 (gnovelty+2) T 7376 7378 7378 0 -1 4202496 514 0 0 0 9860 0 0 0 25 0 1 0 669153908 1042362368 248 33554432000 134512640 135663704 4290283728 18446744073709551615 134525136 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7378/statm: 254483 248 113 282 0 254199 0
[pid=7376/tid=7417] ppid=7367 vsize=354892 CPUtime=0 cores=0-7
/proc/7376/task/7417/stat : 7417 (python) S 7367 7367 5798 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 669169364 363409408 5750 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 514 18446604440374305856 0 0 -1 0 0 0 0
[pid=7379] ppid=7367 vsize=364812 CPUtime=0.63 cores=0-7
/proc/7379/stat : 7379 (python) S 7367 7367 5798 0 -1 4202560 1103 0 0 0 35 28 0 0 19 0 2 0 669153910 373567488 5654 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7379/statm: 91203 5654 400 364 0 27115 0
[pid=7383] ppid=7379 vsize=416788 CPUtime=99.04 cores=0-7
/proc/7383/stat : 7383 (adaptg2wsat2009) T 7379 7383 7383 0 -1 4202496 630 0 0 0 9904 0 0 0 25 0 1 0 669153913 426790912 362 33554432000 134512640 135107411 4289853712 18446744073709551615 134531411 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7383/statm: 104197 362 59 146 0 103073 0
[pid=7379/tid=7422] ppid=7367 vsize=364812 CPUtime=0 cores=0-7
/proc/7379/task/7422/stat : 7422 (python) S 7367 7367 5798 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 669170879 373567488 5654 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 514 18446604442559040192 0 0 -1 1 0 0 0
[pid=7381] ppid=7367 vsize=375608 CPUtime=0.79 cores=0-7
/proc/7381/stat : 7381 (python) S 7367 7367 5798 0 -1 4202560 1154 0 0 0 41 38 0 0 18 0 2 0 669153913 384622592 5793 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7381/statm: 93902 5793 400 364 0 29811 0
[pid=7384] ppid=7381 vsize=416788 CPUtime=199.49 cores=0-7
/proc/7384/stat : 7384 (adaptg2wsat2009) T 7381 7384 7384 0 -1 4202496 629 0 0 0 19948 1 0 0 25 0 1 0 669153913 426790912 363 33554432000 134512640 135107411 4293273536 18446744073709551615 134531822 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/7384/statm: 104197 363 59 146 0 103073 0
[pid=7381/tid=7400] ppid=7367 vsize=375608 CPUtime=0 cores=0-7
/proc/7381/task/7400/stat : 7400 (python) S 7367 7367 5798 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 669164263 384622592 5793 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 514 18446604443624535360 0 0 -1 7 0 0 0
[pid=7385] ppid=7367 vsize=385864 CPUtime=0.45 cores=0-7
/proc/7385/stat : 7385 (python) S 7367 7367 5798 0 -1 4202560 1126 0 0 0 23 22 0 0 19 0 2 0 669153918 395124736 5797 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7385/statm: 96466 5797 400 364 0 32372 0
[pid=7387] ppid=7385 vsize=416788 CPUtime=100.73 cores=0-7
/proc/7387/stat : 7387 (adaptg2wsat2009) T 7385 7387 7387 0 -1 4202496 632 0 0 0 10073 0 0 0 25 0 1 0 669153931 426790912 363 33554432000 134512640 135107411 4289482864 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/7387/statm: 104197 363 59 146 0 103073 0
[pid=7385/tid=7408] ppid=7367 vsize=385864 CPUtime=0 cores=0-7
/proc/7385/task/7408/stat : 7408 (python) S 7367 7367 5798 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 669166375 395124736 5797 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 514 18446604440278878208 0 0 -1 1 0 0 0
[pid=7388] ppid=7367 vsize=396120 CPUtime=0.72 cores=0-7
/proc/7388/stat : 7388 (python) S 7367 7367 5798 0 -1 4202560 1137 0 0 0 38 34 0 0 19 0 2 0 669153941 405626880 5801 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7388/statm: 99030 5801 400 364 0 34933 0
[pid=7392] ppid=7388 vsize=1017932 CPUtime=98.3 cores=0-7
/proc/7392/stat : 7392 (gnovelty+2) T 7388 7392 7392 0 -1 4202496 511 0 0 0 9830 0 0 0 25 0 1 0 669153945 1042362368 247 33554432000 134512640 135663704 4288113952 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/7392/statm: 254483 247 113 282 0 254199 0
[pid=7388/tid=7424] ppid=7367 vsize=396120 CPUtime=0 cores=0-7
/proc/7388/task/7424/stat : 7424 (python) S 7367 7367 5798 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 669173615 405626880 5801 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 514 18446604447050447744 0 0 -1 1 0 0 0
[pid=7390] ppid=7367 vsize=406376 CPUtime=0.65 cores=0-7
/proc/7390/stat : 7390 (python) S 7367 7367 5798 0 -1 4202560 1147 0 0 0 34 31 0 0 19 0 2 0 669153945 416129024 5821 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7390/statm: 101594 5821 400 364 0 37494 0
[pid=7393] ppid=7390 vsize=246936 CPUtime=99.2 cores=0-7
/proc/7393/stat : 7393 (FH) T 7390 7393 7393 0 -1 4202496 598 0 0 0 9920 0 0 0 25 0 1 0 669153947 252862464 327 33554432000 134512640 134936988 4287942432 18446744073709551615 134553498 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/7393/statm: 61734 327 41 104 0 61238 0
[pid=7390/tid=7423] ppid=7367 vsize=406376 CPUtime=0 cores=0-7
/proc/7390/task/7423/stat : 7423 (python) S 7367 7367 5798 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 669171811 416129024 5821 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 514 18446604447050445056 0 0 -1 1 0 0 0
[pid=7394] ppid=7367 vsize=416764 CPUtime=1.12 cores=0-7
/proc/7394/stat : 7394 (python) S 7367 7367 5798 0 -1 4202560 1231 0 0 0 54 58 0 0 18 0 2 0 669153948 426766336 5848 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7394/statm: 104191 5848 406 364 0 40088 0
[pid=7396] ppid=7394 vsize=416788 CPUtime=195.08 cores=0-7
/proc/7396/stat : 7396 (adaptg2wsat2009) T 7394 7396 7396 0 -1 4202496 638 0 0 0 19508 0 0 0 25 0 1 0 669153948 426790912 362 33554432000 134512640 135107411 4289559712 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/7396/statm: 104197 362 59 146 0 103073 0
[pid=7394/tid=7404] ppid=7367 vsize=416764 CPUtime=0 cores=0-7
/proc/7394/task/7404/stat : 7404 (python) S 7367 7367 5798 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 669165803 426766336 5848 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 514 18446604446258652992 0 0 -1 1 0 0 0
[pid=7401] ppid=7367 vsize=427020 CPUtime=1.93 cores=0-7
/proc/7401/stat : 7401 (python) S 7367 7367 5798 0 -1 4202560 1059 0 0 0 99 94 0 0 15 0 1 0 669164266 437268480 5816 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715078 0 0 16781312 514 5135462575869231362 0 0 17 3 0 0 0
/proc/7401/statm: 106755 5816 371 364 0 42649 0
[pid=7403] ppid=7401 vsize=3932 CPUtime=322.56 cores=0-7
/proc/7403/stat : 7403 (march_hi) R 7401 7403 7403 0 -1 4202496 1644 0 0 0 32256 0 0 0 25 0 1 0 669164267 4026368 743 33554432000 4194304 4955518 140735309397488 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7403/statm: 983 743 106 186 0 796 0
[pid=7405] ppid=7367 vsize=437276 CPUtime=1.82 cores=0-7
/proc/7405/stat : 7405 (python) S 7367 7367 5798 0 -1 4202560 852 0 0 0 95 87 0 0 15 0 1 0 669165806 447770624 5992 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715078 0 0 16781312 514 9032224143684108546 0 0 17 5 0 0 0
/proc/7405/statm: 109319 5992 371 364 0 45210 0
[pid=7407] ppid=7405 vsize=3420 CPUtime=236.97 cores=0-7
/proc/7407/stat : 7407 (march_hi) R 7405 7407 7407 0 -1 4202496 1531 0 0 0 23697 0 0 0 25 0 1 0 669165806 3502080 638 33554432000 4194304 4955518 140734412201296 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7407/statm: 855 638 106 186 0 668 0
[pid=7409] ppid=7367 vsize=447532 CPUtime=1.79 cores=0-7
/proc/7409/stat : 7409 (python) S 7367 7367 5798 0 -1 4202560 863 0 0 0 91 88 0 0 15 0 1 0 669166378 458272768 5995 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715078 0 0 16781312 514 16434492663639539970 0 0 17 7 0 0 0
/proc/7409/statm: 111883 5995 371 364 0 47771 0
[pid=7411] ppid=7409 vsize=3932 CPUtime=294.07 cores=0-7
/proc/7411/stat : 7411 (march_hi) R 7409 7411 7411 0 -1 4202496 1603 0 0 0 29404 3 0 0 25 0 1 0 669166379 4026368 706 33554432000 4194304 4955518 140736289924944 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7411/statm: 983 706 106 186 0 796 0
[pid=7414] ppid=7367 vsize=457788 CPUtime=4.25 cores=0-7
/proc/7414/stat : 7414 (python) R 7367 7367 5798 0 -1 4202560 877 0 0 0 311 114 0 0 18 0 1 0 669168762 468774912 6021 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715078 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/7414/statm: 114447 6021 371 364 0 50332 0
[pid=7416] ppid=7414 vsize=0 CPUtime=353.45 cores=0-7
/proc/7416/stat : 7416 (march_hi) R 7414 7416 7416 0 -1 4202500 1696 0 0 0 35345 0 0 0 25 0 1 0 669168762 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/7416/statm: 0 0 0 0 0 0 0
[pid=7418] ppid=7367 vsize=468044 CPUtime=1.7 cores=0-7
/proc/7418/stat : 7418 (python) S 7367 7367 5798 0 -1 4202560 1041 0 0 0 91 79 0 0 15 0 1 0 669169368 479277056 5980 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715078 0 0 16781312 514 11004026724286431492 0 0 17 1 0 0 0
/proc/7418/statm: 117011 5980 371 364 0 52893 0
[pid=7420] ppid=7418 vsize=3420 CPUtime=201.08 cores=0-7
/proc/7420/stat : 7420 (march_hi) R 7418 7420 7420 0 -1 4202496 1503 0 0 0 20108 0 0 0 25 0 1 0 669169368 3502080 599 33554432000 4194304 4955518 140736630194864 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7420/statm: 855 599 106 186 0 668 0
[pid=7425] ppid=7367 vsize=478468 CPUtime=1.51 cores=0-7
/proc/7425/stat : 7425 (python) S 7367 7367 5798 0 -1 4202560 1056 0 0 0 77 74 0 0 15 0 1 0 669173619 489951232 6026 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715078 0 0 16781312 514 13344530738054136065 0 0 17 6 0 0 0
/proc/7425/statm: 119617 6026 371 364 0 55496 0
[pid=7427] ppid=7425 vsize=3420 CPUtime=201.58 cores=0-7
/proc/7427/stat : 7427 (march_hi) R 7425 7427 7427 0 -1 4202496 1506 0 0 0 20158 0 0 0 25 0 1 0 669173619 3502080 600 33554432000 4194304 4955518 140734695684608 18446744073709551615 4297352 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7427/statm: 855 600 106 186 0 668 0
[pid=7430] ppid=7367 vsize=488724 CPUtime=0.44 cores=0-7
/proc/7430/stat : 7430 (python) S 7367 7367 5798 0 -1 4202560 1217 0 0 0 21 23 0 0 19 0 2 0 669180931 500453376 6068 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7430/statm: 122181 6068 408 364 0 58057 0
[pid=7432] ppid=7430 vsize=246940 CPUtime=97.49 cores=0-7
/proc/7432/stat : 7432 (FH) T 7430 7432 7432 0 -1 4202496 602 0 0 0 9749 0 0 0 25 0 1 0 669180931 252866560 326 33554432000 134512640 134936988 4294155312 18446744073709551615 134547071 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/7432/statm: 61735 326 41 104 0 61239 0
[pid=7430/tid=7440] ppid=7367 vsize=488724 CPUtime=0 cores=0-7
/proc/7430/task/7440/stat : 7440 (python) S 7367 7367 5798 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 669192776 500453376 6068 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 514 18446604447050446848 0 0 -1 3 0 0 0
[pid=7436] ppid=7367 vsize=498020 CPUtime=0.76 cores=0-7
/proc/7436/stat : 7436 (python) S 7367 7367 5798 0 -1 4202560 950 0 0 0 42 34 0 0 18 0 1 0 669189985 509972480 5866 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715078 0 0 16781312 514 18446744073709519108 0 0 17 5 0 0 0
/proc/7436/statm: 124505 5866 379 364 0 60378 0
[pid=7438] ppid=7436 vsize=268424 CPUtime=97.99 cores=0-7
/proc/7438/stat : 7438 (hybridGM3) R 7436 7438 7438 0 -1 4202496 4883 0 0 0 9799 0 0 0 25 0 1 0 669189986 274866176 4610 33554432000 134512640 135204385 4292166288 18446744073709551615 134537483 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7438/statm: 67106 4610 64 169 0 66936 0
[pid=7441] ppid=7367 vsize=508800 CPUtime=0.72 cores=0-7
/proc/7441/stat : 7441 (python) S 7367 7367 5798 0 -1 4202560 1052 0 0 0 36 36 0 0 15 0 1 0 669192781 521011200 5946 33554432000 4194304 5683644 140734787005296 18446744073709551615 239476715078 0 0 16781312 514 6210828928299270402 0 0 17 7 0 0 0
/proc/7441/statm: 127200 5946 372 364 0 63070 0
[pid=7443] ppid=7441 vsize=2852 CPUtime=110.72 cores=0-7
/proc/7443/stat : 7443 (march_hi) R 7441 7443 7443 0 -1 4202496 1421 0 0 0 11072 0 0 0 25 0 1 0 669192781 2920448 514 33554432000 4194304 4955518 140735635259584 18446744073709551615 4237818 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/7443/statm: 713 514 106 186 0 526 0
[pid=7367/tid=7374] ppid=7365 vsize=519044 CPUtime=0 cores=0-7
/proc/7367/task/7374/stat : 7374 (python) S 7365 7367 5798 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 18 0 669153904 531501056 7488 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 0 0 0 0
[pid=7367/tid=7377] ppid=7365 vsize=519044 CPUtime=0 cores=0-7
/proc/7367/task/7377/stat : 7377 (python) S 7365 7367 5798 0 -1 4202560 19 934 0 0 0 0 0 0 19 0 18 0 669153907 531501056 7488 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 1 0 0 0
[pid=7367/tid=7380] ppid=7365 vsize=519044 CPUtime=0 cores=0-7
/proc/7367/task/7380/stat : 7380 (python) S 7365 7367 5798 0 -1 4202560 36 934 0 0 0 0 0 0 19 0 18 0 669153910 531501056 7488 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 2 0 0 0
[pid=7367/tid=7382] ppid=7365 vsize=519044 CPUtime=0 cores=0-7
/proc/7367/task/7382/stat : 7382 (python) S 7365 7367 5798 0 -1 4202560 22 934 0 0 0 0 0 0 18 0 18 0 669153913 531501056 7488 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 1 0 0 0
[pid=7367/tid=7386] ppid=7365 vsize=519044 CPUtime=0 cores=0-7
/proc/7367/task/7386/stat : 7386 (python) S 7365 7367 5798 0 -1 4202560 20 934 0 0 0 0 0 0 22 0 18 0 669153918 531501056 7488 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 2 0 0 0
[pid=7367/tid=7389] ppid=7365 vsize=519044 CPUtime=0 cores=0-7
/proc/7367/task/7389/stat : 7389 (python) S 7365 7367 5798 0 -1 4202560 41 934 0 0 0 0 0 0 23 0 18 0 669153942 531501056 7488 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 2 0 0 0
[pid=7367/tid=7391] ppid=7365 vsize=519044 CPUtime=0 cores=0-7
/proc/7367/task/7391/stat : 7391 (python) S 7365 7367 5798 0 -1 4202560 18 934 0 0 0 0 0 0 24 0 18 0 669153945 531501056 7488 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 2 0 0 0
[pid=7367/tid=7395] ppid=7365 vsize=519044 CPUtime=0 cores=0-7
/proc/7367/task/7395/stat : 7395 (python) S 7365 7367 5798 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 18 0 669153948 531501056 7488 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 2 0 0 0
[pid=7367/tid=7402] ppid=7365 vsize=519044 CPUtime=0 cores=0-7
/proc/7367/task/7402/stat : 7402 (python) S 7365 7367 5798 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 18 0 669164266 531501056 7488 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 3 0 0 0
[pid=7367/tid=7406] ppid=7365 vsize=519044 CPUtime=0 cores=0-7
/proc/7367/task/7406/stat : 7406 (python) S 7365 7367 5798 0 -1 4202560 77 934 0 0 0 0 0 0 19 0 18 0 669165806 531501056 7488 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 2 0 0 0
[pid=7367/tid=7410] ppid=7365 vsize=519044 CPUtime=0 cores=0-7
/proc/7367/task/7410/stat : 7410 (python) S 7365 7367 5798 0 -1 4202560 33 934 0 0 0 0 0 0 19 0 18 0 669166379 531501056 7488 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 3 0 0 0
[pid=7367/tid=7415] ppid=7365 vsize=519044 CPUtime=0 cores=0-7
/proc/7367/task/7415/stat : 7415 (python) S 7365 7367 5798 0 -1 4202560 36 934 0 0 0 0 0 0 19 0 18 0 669168762 531501056 7488 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 2 0 0 0
[pid=7367/tid=7419] ppid=7365 vsize=519044 CPUtime=0 cores=0-7
/proc/7367/task/7419/stat : 7419 (python) S 7365 7367 5798 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 18 0 669169368 531501056 7488 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 2 0 0 0
[pid=7367/tid=7426] ppid=7365 vsize=519044 CPUtime=0 cores=0-7
/proc/7367/task/7426/stat : 7426 (python) S 7365 7367 5798 0 -1 4202560 37 934 0 0 0 0 0 0 19 0 18 0 669173619 531501056 7488 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 3 0 0 0
[pid=7367/tid=7431] ppid=7365 vsize=519044 CPUtime=0 cores=0-7
/proc/7367/task/7431/stat : 7431 (python) S 7365 7367 5798 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 18 0 669180931 531501056 7488 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 7 0 0 0
[pid=7367/tid=7437] ppid=7365 vsize=519044 CPUtime=0 cores=0-7
/proc/7367/task/7437/stat : 7437 (python) S 7365 7367 5798 0 -1 4202560 105 934 0 0 0 0 0 0 20 0 18 0 669189985 531501056 7488 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 2 0 0 0
[pid=7367/tid=7442] ppid=7365 vsize=519044 CPUtime=0 cores=0-7
/proc/7367/task/7442/stat : 7442 (python) S 7365 7367 5798 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 18 0 669192781 531501056 7488 33554432000 4194304 5683644 140734787005296 18446744073709551615 239488518577 0 0 16781312 2 18446604443696869696 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2925.82
Current children cumulated vsize (KiB) 13224324

[startup+558.003 s]
/proc/loadavg: 12.35 12.19 11.83 16/545 7456
/proc/meminfo: memFree=21163792/32950928 swapFree=67056568/67111528
[pid=7367] ppid=7365 vsize=375412 CPUtime=2926.6 cores=0-7
/proc/7367/stat : 7367 (python) R 7365 7367 5798 0 -1 4202496 26721 40945 1 0 124 14 291606 916 17 0 1 0 669153807 384421888 7397 33554432000 4194304 5683644 140734787005296 18446744073709551615 5114167 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7367/statm: 93853 7397 1875 364 0 29777 0
Current children cumulated CPU time (s) 2926.6
Current children cumulated vsize (KiB) 375412

Child status: 0
Real time (s): 558.017
CPU time (s): 2926.64
CPU user time (s): 2917.33
CPU system time (s): 9.30958
CPU usage (%): 524.471
Max. virtual memory (cumulated for all children) (KiB): 13229020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2917.33
system time used= 9.30958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69890
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= 10130
involuntary context switches= 32986

runsolver used 4.64429 second user time and 9.41557 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-16 21:52:47
IDJOB=3385825
IDBENCH=83090
IDSOLVER=1870
FILE ID=node148/3385825-1305575567
RUNJOBID= node148-1305564960-5812
PBS_JOBID= 13350102
Free space on /tmp= 72884 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S1675230100-032.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385825-1305575567/watcher-3385825-1305575567 -o /tmp/evaluation-result-3385825-1305575567/solver-3385825-1305575567 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385825-1305575567.cnf -seed 1147607073 -budget 40000 -cores 8

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

MD5SUM BENCH= f9a60c414c65108f1df33ba3a81b8715
RANDOM SEED=1147607073

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21307708 kB
Buffers:        354004 kB
Cached:        5038632 kB
SwapCached:       8488 kB
Active:        8054764 kB
Inactive:      3215224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21307708 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           31924 kB
Writeback:           0 kB
AnonPages:     5875300 kB
Mapped:          37184 kB
Slab:           251520 kB
PageTables:      48700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 141722336 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= 72852 MiB
End job on node148 at 2011-05-16 22:02:06