Trace number 3378254

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)? (MO) 1982.37 500.528

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S536077088-015-UNKNOWN.cnf
MD5SUM7eb6d5b5c1c99a6b88954b61ac97b4f7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses34000
Sum of the clauses size238000
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 534000

Solver Data

0.29/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.47	c INFO: solving HOME/instance-3378254-1305464286.cnf
0.29/0.47	c INFO: computing task features
0.57/0.71	c INFO: computed variable-clause graph statistics
0.57/0.72	c INFO: computed clause balance statistics
1.67/1.87	c INFO: computed variable balance statistics
2.17/2.35	c INFO: computed small-clause counts
2.17/2.35	c INFO: computed Horn-clause counts
2.17/2.39	c INFO: computed variable graph statistics
2.17/2.39	c INFO: collected features for HOME/instance-3378254-1305464286.cnf in 1.92 s
2.27/2.40	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
2.27/2.41	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.13)
2.27/2.42	c INFO: running adaptg2wsat2009++@0 for 97 with 1198 remaining (b = 0.08)
2.27/2.43	c INFO: running adaptg2wsat2009++@0 for 97 with 1198 remaining (b = 0.07)
398.59/101.83	c INFO: running adaptg2wsat2009++@0 for 97 with 1098 remaining (b = 0.05)
401.76/102.67	c INFO: running gnovelty+2@0 for 97 with 1097 remaining (b = 0.04)
401.76/102.69	c INFO: running FH@0 for 97 with 1097 remaining (b = 0.03)
402.31/102.80	c INFO: running adaptg2wsat2009++@0 for 97 with 1097 remaining (b = 0.03)
797.57/202.10	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.02)
800.74/202.96	c INFO: running FH@0 for 97 with 997 remaining (b = 0.02)
801.13/203.00	c INFO: running hybridGM3@0 for 194 with 997 remaining (b = 0.04)
801.13/203.07	c INFO: running gnovelty+2@0 for 97 with 997 remaining (b = 0.02)
1196.14/302.38	c INFO: running hybridGM3@0 for 194 with 898 remaining (b = 0.03)
1199.70/303.23	c INFO: running adaptg2wsat2009++@0 for 97 with 897 remaining (b = 0.01)
1200.33/303.45	c INFO: running hybridGM3@0 for 194 with 897 remaining (b = 0.03)
1582.51/399.60	c INFO: running hybridGM3@100 for 97 with 800 remaining (b = 0.01)
1597.84/403.51	c INFO: running hybridGM3@0 for 194 with 796 remaining (b = 0.02)
1960.11/494.85	c INFO: running TNM@0 for 705 with 705 remaining (b = 0.08)
1980.73/500.05	c INFO: running FH@0 for 97 with 700 remaining (b = 0.01)
1982.37/500.51	c INFO: running hybridGM3@0 for 194 with 699 remaining (b = 0.02)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3378254-1305464286/watcher-3378254-1305464286 -o /tmp/evaluation-result-3378254-1305464286/solver-3378254-1305464286 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378254-1305464286.cnf -seed 1683507275 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.33 8.22 7.32 6/371 31665
/proc/meminfo: memFree=11292436/32951124 swapFree=66050672/67111528
[pid=31665] ppid=31663 vsize=15908 CPUtime=0 cores=0,2,4,6
/proc/31665/stat : 31665 (python) S 31663 31665 30970 0 -1 4202496 942 0 0 0 0 0 0 0 25 0 1 0 658026459 16289792 820 33554432000 4194304 5683644 140734328302608 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/31665/statm: 3978 821 357 364 0 465 0

[startup+0.0629309 s]
/proc/loadavg: 8.33 8.22 7.32 6/371 31665
/proc/meminfo: memFree=11292436/32951124 swapFree=66050672/67111528
[pid=31665] ppid=31663 vsize=43820 CPUtime=0.03 cores=0,2,4,6
/proc/31665/stat : 31665 (python) R 31663 31665 30970 0 -1 4202496 1694 0 0 0 3 0 0 0 25 0 1 0 658026459 44871680 1519 33554432000 4194304 5683644 140734328302608 18446744073709551615 255376995421 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31665/statm: 10955 1539 467 364 0 1220 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 43820

[startup+0.100932 s]
/proc/loadavg: 8.33 8.22 7.32 6/371 31665
/proc/meminfo: memFree=11292436/32951124 swapFree=66050672/67111528
[pid=31665] ppid=31663 vsize=104220 CPUtime=0.06 cores=0,2,4,6
/proc/31665/stat : 31665 (python) R 31663 31665 30970 0 -1 4202496 3044 0 0 0 5 1 0 0 25 0 1 0 658026459 106721280 2731 33554432000 4194304 5683644 140734328302608 18446744073709551615 255377301136 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31665/statm: 26055 2731 847 364 0 1803 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104220

[startup+0.300886 s]
/proc/loadavg: 8.33 8.22 7.32 6/371 31665
/proc/meminfo: memFree=11292436/32951124 swapFree=66050672/67111528
[pid=31665] ppid=31663 vsize=168676 CPUtime=0.21 cores=0,2,4,6
/proc/31665/stat : 31665 (python) R 31663 31665 30970 0 -1 4202496 6719 936 1 0 16 5 0 0 18 0 1 0 658026459 172724224 4797 33554432000 4194304 5683644 140734328302608 18446744073709551615 4867472 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31665/statm: 42169 4797 1331 364 0 3454 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 168676

[startup+0.700855 s]
/proc/loadavg: 8.33 8.22 7.32 6/371 31665
/proc/meminfo: memFree=11292436/32951124 swapFree=66050672/67111528
[pid=31665] ppid=31663 vsize=288800 CPUtime=0.57 cores=0,2,4,6
/proc/31665/stat : 31665 (python) R 31663 31665 30970 0 -1 4202496 11728 936 1 0 50 7 0 0 18 0 1 0 658026459 295731200 9408 33554432000 4194304 5683644 140734328302608 18446744073709551615 47406167087429 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31665/statm: 72200 9408 1761 364 0 8124 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 288800

[startup+1.50073 s]
/proc/loadavg: 8.33 8.22 7.32 6/372 31670
/proc/meminfo: memFree=11258700/32951124 swapFree=66050672/67111528
[pid=31665] ppid=31663 vsize=289496 CPUtime=1.37 cores=0,2,4,6
/proc/31665/stat : 31665 (python) R 31663 31665 30970 0 -1 4202496 13883 936 1 0 130 7 0 0 20 0 1 0 658026459 296443904 9758 33554432000 4194304 5683644 140734328302608 18446744073709551615 255380710069 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31665/statm: 72374 9758 1826 364 0 8298 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 289496

[startup+3.10037 s]
/proc/loadavg: 8.33 8.22 7.32 6/372 31670
/proc/meminfo: memFree=11258696/32951124 swapFree=66050672/67111528
[pid=31665] ppid=31663 vsize=323396 CPUtime=2.31 cores=0,2,4,6
/proc/31665/stat : 31665 (python) S 31663 31665 30970 0 -1 4202496 16649 936 1 0 223 8 0 0 22 0 5 0 658026459 331157504 8039 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31665/statm: 80849 8039 1875 364 0 16758 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 323396
heavy processes:

[startup+6.30078 s]
/proc/loadavg: 8.06 8.16 7.31 9/384 31683
/proc/meminfo: memFree=11231956/32951124 swapFree=66050672/67111528
[pid=31665] ppid=31663 vsize=323396 CPUtime=2.31 cores=0,2,4,6
/proc/31665/stat : 31665 (python) S 31663 31665 30970 0 -1 4202496 16649 936 1 0 223 8 0 0 22 0 5 0 658026459 331157504 8039 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31665/statm: 80849 8039 1875 364 0 16758 0
[pid=31671] ppid=31665 vsize=282240 CPUtime=0 cores=0,2,4,6
/proc/31671/stat : 31671 (python) S 31665 31665 30970 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 658026699 289013760 6330 33554432000 4194304 5683644 140734328302608 18446744073709551615 255377321487 0 0 16781312 514 7166009039086649600 0 0 17 2 0 0 0
/proc/31671/statm: 70560 6330 355 364 0 6478 0
[pid=31673] ppid=31671 vsize=1020188 CPUtime=3.88 cores=0,2,4,6
/proc/31673/stat : 31673 (gnovelty+2) R 31671 31673 31673 0 -1 4202496 1140 0 0 0 388 0 0 0 25 0 1 0 658026700 1044672512 876 33554432000 134512640 135663704 4290139424 18446744073709551615 134524734 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31673/statm: 255047 876 113 282 0 254763 0
[pid=31674] ppid=31665 vsize=293124 CPUtime=0 cores=0,2,4,6
/proc/31674/stat : 31674 (python) S 31665 31665 30970 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 658026700 300158976 6367 33554432000 4194304 5683644 140734328302608 18446744073709551615 255377321542 0 0 16781312 514 17424022892068176132 0 0 17 6 0 0 0
/proc/31674/statm: 73281 6367 349 364 0 9196 0
[pid=31676] ppid=31674 vsize=1020188 CPUtime=3.82 cores=0,2,4,6
/proc/31676/stat : 31676 (gnovelty+2) R 31674 31676 31676 0 -1 4202496 1140 0 0 0 382 0 0 0 25 0 1 0 658026701 1044672512 877 33554432000 134512640 135663704 4291704608 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31676/statm: 255047 877 113 282 0 254763 0
[pid=31677] ppid=31665 vsize=302896 CPUtime=0 cores=0,2,4,6
/proc/31677/stat : 31677 (python) S 31665 31665 30970 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 658026701 310165504 6503 33554432000 4194304 5683644 140734328302608 18446744073709551615 255377321542 0 0 16781312 514 3102241825495154946 0 0 17 0 0 0 0
/proc/31677/statm: 75724 6503 347 364 0 11636 0
[pid=31679] ppid=31677 vsize=421140 CPUtime=3.86 cores=0,2,4,6
/proc/31679/stat : 31679 (adaptg2wsat2009) R 31677 31679 31679 0 -1 4202496 1802 0 0 0 386 0 0 0 25 0 1 0 658026702 431247360 1538 33554432000 134512640 135107411 4288095936 18446744073709551615 134523298 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31679/statm: 105285 1538 49 146 0 104161 0
[pid=31680] ppid=31665 vsize=313152 CPUtime=0 cores=0,2,4,6
/proc/31680/stat : 31680 (python) S 31665 31665 30970 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 658026702 320667648 6507 33554432000 4194304 5683644 140734328302608 18446744073709551615 255377321542 0 0 16781312 514 4048339970237104388 0 0 17 0 0 0 0
/proc/31680/statm: 78288 6507 347 364 0 14197 0
[pid=31682] ppid=31680 vsize=421140 CPUtime=3.85 cores=0,2,4,6
/proc/31682/stat : 31682 (adaptg2wsat2009) R 31680 31682 31682 0 -1 4202496 1803 0 0 0 385 0 0 0 25 0 1 0 658026703 431247360 1539 33554432000 134512640 135107411 4287259888 18446744073709551615 134523444 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31682/statm: 105285 1539 49 146 0 104161 0
[pid=31665/tid=31672] ppid=31663 vsize=323396 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31672/stat : 31672 (python) S 31663 31665 30970 0 -1 4202560 24 936 0 0 0 0 0 0 18 0 5 0 658026699 331157504 8039 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 2 0 0 0
[pid=31665/tid=31675] ppid=31663 vsize=323396 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31675/stat : 31675 (python) S 31663 31665 30970 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 658026700 331157504 8039 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 6 0 0 0
[pid=31665/tid=31678] ppid=31663 vsize=323396 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31678/stat : 31678 (python) S 31663 31665 30970 0 -1 4202560 23 936 0 0 0 0 0 0 20 0 5 0 658026701 331157504 8039 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 0 0 0 0
[pid=31665/tid=31681] ppid=31663 vsize=323396 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31681/stat : 31681 (python) S 31663 31665 30970 0 -1 4202560 26 936 0 0 0 0 0 0 22 0 5 0 658026703 331157504 8039 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.72
Current children cumulated vsize (KiB) 4397464

[startup+12.7006 s]
/proc/loadavg: 8.06 8.16 7.31 9/384 31683
/proc/meminfo: memFree=11227816/32951124 swapFree=66050672/67111528
[pid=31665] ppid=31663 vsize=323396 CPUtime=2.31 cores=0,2,4,6
/proc/31665/stat : 31665 (python) S 31663 31665 30970 0 -1 4202496 16649 936 1 0 223 8 0 0 22 0 5 0 658026459 331157504 8039 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31665/statm: 80849 8039 1875 364 0 16758 0
[pid=31671] ppid=31665 vsize=282240 CPUtime=0.02 cores=0,2,4,6
/proc/31671/stat : 31671 (python) S 31665 31665 30970 0 -1 4202560 887 0 0 0 1 1 0 0 18 0 1 0 658026699 289013760 6353 33554432000 4194304 5683644 140734328302608 18446744073709551615 255377321487 0 0 16781312 514 11003754041107775744 0 0 17 2 0 0 0
/proc/31671/statm: 70560 6353 378 364 0 6478 0
[pid=31673] ppid=31671 vsize=1020188 CPUtime=10.29 cores=0,2,4,6
/proc/31673/stat : 31673 (gnovelty+2) R 31671 31673 31673 0 -1 4202496 1140 0 0 0 1028 1 0 0 25 0 1 0 658026700 1044672512 876 33554432000 134512640 135663704 4290139424 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31673/statm: 255047 876 113 282 0 254763 0
[pid=31674] ppid=31665 vsize=293124 CPUtime=0.02 cores=0,2,4,6
/proc/31674/stat : 31674 (python) S 31665 31665 30970 0 -1 4202560 908 0 0 0 1 1 0 0 18 0 1 0 658026700 300158976 6390 33554432000 4194304 5683644 140734328302608 18446744073709551615 255377321542 0 0 16781312 514 11003754041107775748 0 0 17 6 0 0 0
/proc/31674/statm: 73281 6390 372 364 0 9196 0
[pid=31676] ppid=31674 vsize=1020188 CPUtime=10.12 cores=0,2,4,6
/proc/31676/stat : 31676 (gnovelty+2) R 31674 31676 31676 0 -1 4202496 1140 0 0 0 1012 0 0 0 25 0 1 0 658026701 1044672512 877 33554432000 134512640 135663704 4291704608 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31676/statm: 255047 877 113 282 0 254763 0
[pid=31677] ppid=31665 vsize=302896 CPUtime=0.02 cores=0,2,4,6
/proc/31677/stat : 31677 (python) S 31665 31665 30970 0 -1 4202560 900 0 0 0 1 1 0 0 18 0 1 0 658026701 310165504 6525 33554432000 4194304 5683644 140734328302608 18446744073709551615 255377321542 0 0 16781312 514 11003754041107775746 0 0 17 0 0 0 0
/proc/31677/statm: 75724 6525 369 364 0 11636 0
[pid=31679] ppid=31677 vsize=421804 CPUtime=10.23 cores=0,2,4,6
/proc/31679/stat : 31679 (adaptg2wsat2009) R 31677 31679 31679 0 -1 4202496 2136 0 0 0 1023 0 0 0 25 0 1 0 658026702 431927296 1872 33554432000 134512640 135107411 4288095936 18446744073709551615 134531246 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31679/statm: 105451 1872 59 146 0 104327 0
[pid=31680] ppid=31665 vsize=313152 CPUtime=0.02 cores=0,2,4,6
/proc/31680/stat : 31680 (python) S 31665 31665 30970 0 -1 4202560 908 0 0 0 1 1 0 0 18 0 1 0 658026702 320667648 6530 33554432000 4194304 5683644 140734328302608 18446744073709551615 255377321542 0 0 16781312 514 11003754041107775748 0 0 17 0 0 0 0
/proc/31680/statm: 78288 6530 370 364 0 14197 0
[pid=31682] ppid=31680 vsize=421804 CPUtime=10.19 cores=0,2,4,6
/proc/31682/stat : 31682 (adaptg2wsat2009) R 31680 31682 31682 0 -1 4202496 2136 0 0 0 1019 0 0 0 25 0 1 0 658026703 431927296 1872 33554432000 134512640 135107411 4287259888 18446744073709551615 134532408 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31682/statm: 105451 1872 59 146 0 104327 0
[pid=31665/tid=31672] ppid=31663 vsize=323396 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31672/stat : 31672 (python) S 31663 31665 30970 0 -1 4202560 24 936 0 0 0 0 0 0 18 0 5 0 658026699 331157504 8039 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 2 0 0 0
[pid=31665/tid=31675] ppid=31663 vsize=323396 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31675/stat : 31675 (python) S 31663 31665 30970 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 658026700 331157504 8039 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 6 0 0 0
[pid=31665/tid=31678] ppid=31663 vsize=323396 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31678/stat : 31678 (python) S 31663 31665 30970 0 -1 4202560 23 936 0 0 0 0 0 0 20 0 5 0 658026701 331157504 8039 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 0 0 0 0
[pid=31665/tid=31681] ppid=31663 vsize=323396 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31681/stat : 31681 (python) S 31663 31665 30970 0 -1 4202560 26 936 0 0 0 0 0 0 22 0 5 0 658026703 331157504 8039 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 43.22
Current children cumulated vsize (KiB) 4398792

[startup+25.5012 s]
/proc/loadavg: 8.04 8.15 7.32 9/384 31683
/proc/meminfo: memFree=11228552/32951124 swapFree=66050672/67111528
[pid=31665] ppid=31663 vsize=323396 CPUtime=2.31 cores=0,2,4,6
/proc/31665/stat : 31665 (python) S 31663 31665 30970 0 -1 4202496 16649 936 1 0 223 8 0 0 22 0 5 0 658026459 331157504 8039 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31665/statm: 80849 8039 1875 364 0 16758 0
[pid=31671] ppid=31665 vsize=282240 CPUtime=0.05 cores=0,2,4,6
/proc/31671/stat : 31671 (python) S 31665 31665 30970 0 -1 4202560 893 0 0 0 2 3 0 0 18 0 1 0 658026699 289013760 6353 33554432000 4194304 5683644 140734328302608 18446744073709551615 255377321487 0 0 16781312 514 11003754041107775744 0 0 17 2 0 0 0
/proc/31671/statm: 70560 6353 378 364 0 6478 0
[pid=31673] ppid=31671 vsize=1020188 CPUtime=23.08 cores=0,2,4,6
/proc/31673/stat : 31673 (gnovelty+2) R 31671 31673 31673 0 -1 4202496 1140 0 0 0 2307 1 0 0 25 0 1 0 658026700 1044672512 876 33554432000 134512640 135663704 4290139424 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31673/statm: 255047 876 113 282 0 254763 0
[pid=31674] ppid=31665 vsize=293124 CPUtime=0.05 cores=0,2,4,6
/proc/31674/stat : 31674 (python) S 31665 31665 30970 0 -1 4202560 913 0 0 0 3 2 0 0 18 0 1 0 658026700 300158976 6390 33554432000 4194304 5683644 140734328302608 18446744073709551615 255377321542 0 0 16781312 514 11003754041107775748 0 0 17 6 0 0 0
/proc/31674/statm: 73281 6390 372 364 0 9196 0
[pid=31676] ppid=31674 vsize=1020188 CPUtime=22.74 cores=0,2,4,6
/proc/31676/stat : 31676 (gnovelty+2) R 31674 31676 31676 0 -1 4202496 1140 0 0 0 2274 0 0 0 25 0 1 0 658026701 1044672512 877 33554432000 134512640 135663704 4291704608 18446744073709551615 134525111 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31676/statm: 255047 877 113 282 0 254763 0
[pid=31677] ppid=31665 vsize=302896 CPUtime=0.05 cores=0,2,4,6
/proc/31677/stat : 31677 (python) S 31665 31665 30970 0 -1 4202560 906 0 0 0 3 2 0 0 18 0 1 0 658026701 310165504 6525 33554432000 4194304 5683644 140734328302608 18446744073709551615 255377321542 0 0 16781312 514 11003754041107775746 0 0 17 0 0 0 0
/proc/31677/statm: 75724 6525 369 364 0 11636 0
[pid=31679] ppid=31677 vsize=421804 CPUtime=23 cores=0,2,4,6
/proc/31679/stat : 31679 (adaptg2wsat2009) R 31677 31679 31679 0 -1 4202496 2136 0 0 0 2300 0 0 0 25 0 1 0 658026702 431927296 1872 33554432000 134512640 135107411 4288095936 18446744073709551615 134531928 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31679/statm: 105451 1872 59 146 0 104327 0
[pid=31680] ppid=31665 vsize=313152 CPUtime=0.06 cores=0,2,4,6
/proc/31680/stat : 31680 (python) S 31665 31665 30970 0 -1 4202560 912 0 0 0 3 3 0 0 18 0 1 0 658026702 320667648 6530 33554432000 4194304 5683644 140734328302608 18446744073709551615 255377321542 0 0 16781312 514 11003754041107775748 0 0 17 0 0 0 0
/proc/31680/statm: 78288 6530 370 364 0 14197 0
[pid=31682] ppid=31680 vsize=421804 CPUtime=22.93 cores=0,2,4,6
/proc/31682/stat : 31682 (adaptg2wsat2009) R 31680 31682 31682 0 -1 4202496 2136 0 0 0 2293 0 0 0 25 0 1 0 658026703 431927296 1872 33554432000 134512640 135107411 4287259888 18446744073709551615 134532224 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31682/statm: 105451 1872 59 146 0 104327 0
[pid=31665/tid=31672] ppid=31663 vsize=323396 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31672/stat : 31672 (python) S 31663 31665 30970 0 -1 4202560 24 936 0 0 0 0 0 0 18 0 5 0 658026699 331157504 8039 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 2 0 0 0
[pid=31665/tid=31675] ppid=31663 vsize=323396 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31675/stat : 31675 (python) S 31663 31665 30970 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 658026700 331157504 8039 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 6 0 0 0
[pid=31665/tid=31678] ppid=31663 vsize=323396 CPUtime=0 cores=0,2,4,6

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

/proc/31677/task/31695/stat : 31695 (python) S 31665 31665 30970 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658036726 310165504 6556 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 514 18446604453634990208 0 0 -1 2 0 0 0
[pid=31680] ppid=31665 vsize=313152 CPUtime=0.25 cores=0,2,4,6
/proc/31680/stat : 31680 (python) S 31665 31665 30970 0 -1 4202560 1097 0 0 0 13 12 0 0 19 0 2 0 658026702 320667648 6560 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31680/statm: 78288 6560 399 364 0 14197 0
[pid=31682] ppid=31680 vsize=421804 CPUtime=99.74 cores=0,2,4,6
/proc/31682/stat : 31682 (adaptg2wsat2009) T 31680 31682 31682 0 -1 4202496 2136 0 0 0 9973 1 0 0 25 0 1 0 658026703 431927296 1872 33554432000 134512640 135107411 4287259888 18446744073709551615 134531401 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/31682/statm: 105451 1872 59 146 0 104327 0
[pid=31680/tid=31699] ppid=31665 vsize=313152 CPUtime=0 cores=0,2,4,6
/proc/31680/task/31699/stat : 31699 (python) S 31665 31665 30970 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658036727 320667648 6560 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 514 18446604453855270848 0 0 -1 0 0 0 0
[pid=31692] ppid=31665 vsize=324004 CPUtime=0.26 cores=0,2,4,6
/proc/31692/stat : 31692 (python) S 31665 31665 30970 0 -1 4202560 1097 0 0 0 15 11 0 0 19 0 2 0 658036643 331780096 6566 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31692/statm: 81001 6566 400 364 0 16907 0
[pid=31694] ppid=31692 vsize=421804 CPUtime=98.16 cores=0,2,4,6
/proc/31694/stat : 31694 (adaptg2wsat2009) T 31692 31694 31694 0 -1 4202496 2134 0 0 0 9816 0 0 0 25 0 1 0 658036643 431927296 1872 33554432000 134512640 135107411 4289938144 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/31694/statm: 105451 1872 59 146 0 104327 0
[pid=31692/tid=31721] ppid=31665 vsize=324004 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31721/stat : 31721 (python) S 31665 31665 30970 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658046669 331780096 6566 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 514 18446604453528310144 0 0 -1 0 0 0 0
[pid=31696] ppid=31665 vsize=333812 CPUtime=0.26 cores=0,2,4,6
/proc/31696/stat : 31696 (python) S 31665 31665 30970 0 -1 4202560 1095 0 0 0 15 11 0 0 19 0 2 0 658036727 341823488 6598 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31696/statm: 83453 6598 400 364 0 19356 0
[pid=31698] ppid=31696 vsize=1020188 CPUtime=100.03 cores=0,2,4,6
/proc/31698/stat : 31698 (gnovelty+2) T 31696 31698 31698 0 -1 4202496 1138 0 0 0 10003 0 0 0 25 0 1 0 658036727 1044672512 877 33554432000 134512640 135663704 4290549952 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31698/statm: 255047 877 113 282 0 254763 0
[pid=31696/tid=31729] ppid=31665 vsize=333812 CPUtime=0 cores=0,2,4,6
/proc/31696/task/31729/stat : 31729 (python) S 31665 31665 30970 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658046758 341823488 6598 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 514 18446604436879215552 0 0 -1 2 0 0 0
[pid=31700] ppid=31665 vsize=344156 CPUtime=0.26 cores=0,2,4,6
/proc/31700/stat : 31700 (python) S 31665 31665 30970 0 -1 4202560 1099 0 0 0 14 12 0 0 19 0 2 0 658036728 352415744 6602 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31700/statm: 86039 6602 400 364 0 21939 0
[pid=31702] ppid=31700 vsize=251296 CPUtime=99.46 cores=0,2,4,6
/proc/31702/stat : 31702 (FH) T 31700 31702 31702 0 -1 4202496 1957 0 0 0 9946 0 0 0 25 0 1 0 658036728 257327104 1694 33554432000 134512640 134936988 4287841680 18446744073709551615 134554895 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/31702/statm: 62824 1694 41 104 0 62328 0
[pid=31700/tid=31725] ppid=31665 vsize=344156 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31725/stat : 31725 (python) S 31665 31665 30970 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658046754 352415744 6602 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 514 18446604436879213760 0 0 -1 6 0 0 0
[pid=31704] ppid=31665 vsize=354608 CPUtime=0.27 cores=0,2,4,6
/proc/31704/stat : 31704 (python) S 31665 31665 30970 0 -1 4202560 1148 0 0 0 14 13 0 0 19 0 2 0 658036739 363118592 6612 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31704/statm: 88652 6612 406 364 0 24549 0
[pid=31706] ppid=31704 vsize=421804 CPUtime=100.2 cores=0,2,4,6
/proc/31706/stat : 31706 (adaptg2wsat2009) T 31704 31706 31706 0 -1 4202496 2143 0 0 0 10020 0 0 0 25 0 1 0 658036740 431927296 1872 33554432000 134512640 135107411 4290590144 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31706/statm: 105451 1872 59 146 0 104327 0
[pid=31704/tid=31733] ppid=31665 vsize=354608 CPUtime=0 cores=0,2,4,6
/proc/31704/task/31733/stat : 31733 (python) S 31665 31665 30970 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658046765 363118592 6612 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 514 18446604437821637696 0 0 -1 2 0 0 0
[pid=31722] ppid=31665 vsize=364748 CPUtime=0.26 cores=0,2,4,6
/proc/31722/stat : 31722 (python) S 31665 31665 30970 0 -1 4202560 1145 0 0 0 13 13 0 0 19 0 2 0 658046670 373501952 6616 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31722/statm: 91187 6616 406 364 0 27081 0
[pid=31724] ppid=31722 vsize=421804 CPUtime=98.12 cores=0,2,4,6
/proc/31724/stat : 31724 (adaptg2wsat2009) T 31722 31724 31724 0 -1 4202496 2140 0 0 0 9812 0 0 0 25 0 1 0 658046670 431927296 1872 33554432000 134512640 135107411 4293861408 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/31724/statm: 105451 1872 59 146 0 104327 0
[pid=31722/tid=31792] ppid=31665 vsize=364748 CPUtime=0 cores=0,2,4,6
/proc/31722/task/31792/stat : 31792 (python) S 31665 31665 30970 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658056696 373501952 6616 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 514 18446604436123776128 0 0 -1 6 0 0 0
[pid=31726] ppid=31665 vsize=375116 CPUtime=0.26 cores=0,2,4,6
/proc/31726/stat : 31726 (python) S 31665 31665 30970 0 -1 4202560 1124 0 0 0 13 13 0 0 19 0 2 0 658046755 384118784 6614 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31726/statm: 93779 6614 400 364 0 29670 0
[pid=31728] ppid=31726 vsize=251292 CPUtime=100.23 cores=0,2,4,6
/proc/31728/stat : 31728 (FH) T 31726 31728 31728 0 -1 4202496 1961 0 0 0 10023 0 0 0 25 0 1 0 658046756 257323008 1694 33554432000 134512640 134936988 4289261696 18446744073709551615 134554610 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31728/statm: 62823 1694 41 104 0 62327 0
[pid=31726/tid=31796] ppid=31665 vsize=375116 CPUtime=0 cores=0,2,4,6
/proc/31726/task/31796/stat : 31796 (python) S 31665 31665 30970 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658056781 384118784 6614 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 514 18446604436123777920 0 0 -1 0 0 0 0
[pid=31730] ppid=31665 vsize=385276 CPUtime=0.78 cores=0,2,4,6
/proc/31730/stat : 31730 (python) S 31665 31665 30970 0 -1 4202560 1174 0 0 0 42 36 0 0 18 0 2 0 658046759 394522624 6618 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31730/statm: 96319 6618 400 364 0 32207 0
[pid=31732] ppid=31730 vsize=268428 CPUtime=291.76 cores=0,2,4,6
/proc/31732/stat : 31732 (hybridGM3) T 31730 31732 31732 0 -1 4202496 5645 0 0 0 29173 3 0 0 25 0 1 0 658046760 274870272 5378 33554432000 134512640 135204385 4289488784 18446744073709551615 134538264 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31732/statm: 67107 5378 63 169 0 66937 0
[pid=31730/tid=31826] ppid=31665 vsize=385276 CPUtime=0 cores=0,2,4,6
/proc/31730/task/31826/stat : 31826 (python) S 31665 31665 30970 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 658066418 394522624 6618 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 514 18446604448118698048 0 0 -1 2 0 0 0
[pid=31734] ppid=31665 vsize=395660 CPUtime=0.26 cores=0,2,4,6
/proc/31734/stat : 31734 (python) S 31665 31665 30970 0 -1 4202560 1130 0 0 0 14 12 0 0 19 0 2 0 658046766 405155840 6622 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31734/statm: 98915 6622 400 364 0 34800 0
[pid=31736] ppid=31734 vsize=1020188 CPUtime=99.27 cores=0,2,4,6
/proc/31736/stat : 31736 (gnovelty+2) T 31734 31736 31736 0 -1 4202496 1144 0 0 0 9927 0 0 0 25 0 1 0 658046767 1044672512 877 33554432000 134512640 135663704 4287944864 18446744073709551615 134525699 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/31736/statm: 255047 877 113 282 0 254763 0
[pid=31734/tid=31800] ppid=31665 vsize=395660 CPUtime=0 cores=0,2,4,6
/proc/31734/task/31800/stat : 31800 (python) S 31665 31665 30970 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658056802 405155840 6622 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 514 18446604450049689472 0 0 -1 6 0 0 0
[pid=31793] ppid=31665 vsize=406048 CPUtime=0.53 cores=0,2,4,6
/proc/31793/stat : 31793 (python) S 31665 31665 30970 0 -1 4202560 1013 0 0 0 26 27 0 0 18 0 1 0 658056697 415793152 6597 33554432000 4194304 5683644 140734328302608 18446744073709551615 255377321542 0 0 16781312 514 11003754041107775744 0 0 17 4 0 0 0
/proc/31793/statm: 101512 6597 372 364 0 37394 0
[pid=31795] ppid=31793 vsize=268420 CPUtime=192.55 cores=0,2,4,6
/proc/31795/stat : 31795 (hybridGM3) R 31793 31795 31795 0 -1 4202496 5646 0 0 0 19254 1 0 0 25 0 1 0 658056697 274862080 5377 33554432000 134512640 135204385 4287685712 18446744073709551615 134538284 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31795/statm: 67105 5377 63 169 0 66935 0
[pid=31797] ppid=31665 vsize=416208 CPUtime=0.27 cores=0,2,4,6
/proc/31797/stat : 31797 (python) S 31665 31665 30970 0 -1 4202560 1148 0 0 0 15 12 0 0 19 0 2 0 658056782 426196992 6630 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31797/statm: 104052 6630 400 364 0 39931 0
[pid=31799] ppid=31797 vsize=421804 CPUtime=99.48 cores=0,2,4,6
/proc/31799/stat : 31799 (adaptg2wsat2009) T 31797 31799 31799 0 -1 4202496 2143 0 0 0 9947 1 0 0 25 0 1 0 658056783 431927296 1873 33554432000 134512640 135107411 4289561616 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31799/statm: 105451 1873 59 146 0 104327 0
[pid=31797/tid=31827] ppid=31665 vsize=416208 CPUtime=0 cores=0,2,4,6
/proc/31797/task/31827/stat : 31827 (python) S 31665 31665 30970 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 658066809 426196992 6630 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 514 18446604440278456128 0 0 -1 0 0 0 0
[pid=31801] ppid=31665 vsize=426616 CPUtime=0.52 cores=0,2,4,6
/proc/31801/stat : 31801 (python) S 31665 31665 30970 0 -1 4202560 1224 0 0 0 25 27 0 0 19 0 2 0 658056804 436854784 6641 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31801/statm: 106654 6641 407 364 0 42530 0
[pid=31803] ppid=31801 vsize=268424 CPUtime=195.43 cores=0,2,4,6
/proc/31803/stat : 31803 (hybridGM3) T 31801 31803 31803 0 -1 4202496 5655 0 0 0 19540 3 0 0 25 0 1 0 658056804 274866176 5377 33554432000 134512640 135204385 4290583696 18446744073709551615 134538375 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31803/statm: 67106 5377 63 169 0 66936 0
[pid=31801/tid=31970] ppid=31665 vsize=426616 CPUtime=0 cores=0,2,4,6
/proc/31801/task/31970/stat : 31970 (python) S 31665 31665 30970 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658076463 436854784 6641 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 514 18446604449469900992 0 0 -1 2 0 0 0
[pid=31828] ppid=31665 vsize=436704 CPUtime=0.25 cores=0,2,4,6
/proc/31828/stat : 31828 (python) S 31665 31665 30970 0 -1 4202560 1037 0 0 0 14 11 0 0 18 0 1 0 658066811 447184896 6706 33554432000 4194304 5683644 140734328302608 18446744073709551615 255377321542 0 0 16781312 514 11003754041107775744 0 0 17 0 0 0 0
/proc/31828/statm: 109176 6706 377 364 0 45049 0
[pid=31830] ppid=31828 vsize=268424 CPUtime=96.06 cores=0,2,4,6
/proc/31830/stat : 31830 (hybridGM3) R 31828 31830 31830 0 -1 4202496 5650 0 0 0 9604 2 0 0 25 0 1 0 658066811 274866176 5378 33554432000 134512640 135204385 4290377440 18446744073709551615 134538041 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31830/statm: 67106 5378 63 169 0 66936 0
[pid=31967] ppid=31665 vsize=447564 CPUtime=0.01 cores=0,2,4,6
/proc/31967/stat : 31967 (python) S 31665 31665 30970 0 -1 4202560 1021 0 0 0 0 1 0 0 18 0 1 0 658075945 458305536 6712 33554432000 4194304 5683644 140734328302608 18446744073709551615 255377321542 0 0 16781312 514 15910857397736800512 0 0 17 4 0 0 0
/proc/31967/statm: 111891 6712 379 364 0 47761 0
[pid=31969] ppid=31967 vsize=455276 CPUtime=5.52 cores=0,2,4,6
/proc/31969/stat : 31969 (TNM) R 31967 31969 31969 0 -1 4202496 1579 0 0 0 552 0 0 0 25 0 1 0 658075945 466202624 1303 33554432000 134512640 135008748 4289200544 18446744073709551615 134523484 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31969/statm: 113819 1303 45 122 0 112719 0
[pid=31971] ppid=31665 vsize=457736 CPUtime=0 cores=0,2,4,6
/proc/31971/stat : 31971 (python) S 31665 31665 30970 0 -1 4202560 817 0 0 0 0 0 0 0 19 0 1 0 658076465 468721664 6683 33554432000 4194304 5683644 140734328302608 18446744073709551615 255377321542 0 0 16781312 514 15910849701155438591 0 0 17 2 0 0 0
/proc/31971/statm: 114434 6683 346 364 0 50301 0
[pid=31973] ppid=31971 vsize=249144 CPUtime=0.36 cores=0,2,4,6
/proc/31973/stat : 31973 (FH) R 31971 31973 31973 0 -1 4202496 1570 0 0 0 36 0 0 0 21 0 1 0 658076465 255123456 1296 33554432000 134512640 134936988 4291962464 18446744073709551615 134523434 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31973/statm: 62286 1296 37 104 0 61790 0
[pid=31665/tid=31672] ppid=31663 vsize=467460 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31672/stat : 31672 (python) S 31663 31665 30970 0 -1 4202560 24 936 0 0 0 0 0 0 18 0 19 0 658026699 478679040 8252 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 2 0 0 0
[pid=31665/tid=31675] ppid=31663 vsize=467460 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31675/stat : 31675 (python) S 31663 31665 30970 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 19 0 658026700 478679040 8252 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 6 0 0 0
[pid=31665/tid=31678] ppid=31663 vsize=467460 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31678/stat : 31678 (python) S 31663 31665 30970 0 -1 4202560 23 936 0 0 0 0 0 0 20 0 19 0 658026701 478679040 8252 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 0 0 0 0
[pid=31665/tid=31681] ppid=31663 vsize=467460 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31681/stat : 31681 (python) S 31663 31665 30970 0 -1 4202560 26 936 0 0 0 0 0 0 22 0 19 0 658026703 478679040 8252 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 0 0 0 0
[pid=31665/tid=31693] ppid=31663 vsize=467460 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31693/stat : 31693 (python) S 31663 31665 30970 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 19 0 658036643 478679040 8252 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 0 0 0 0
[pid=31665/tid=31697] ppid=31663 vsize=467460 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31697/stat : 31697 (python) S 31663 31665 30970 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 19 0 658036727 478679040 8252 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 2 0 0 0
[pid=31665/tid=31701] ppid=31663 vsize=467460 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31701/stat : 31701 (python) S 31663 31665 30970 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 19 0 658036728 478679040 8252 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 2 0 0 0
[pid=31665/tid=31705] ppid=31663 vsize=467460 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31705/stat : 31705 (python) S 31663 31665 30970 0 -1 4202560 26 936 0 0 0 0 0 0 22 0 19 0 658036740 478679040 8252 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 2 0 0 0
[pid=31665/tid=31723] ppid=31663 vsize=467460 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31723/stat : 31723 (python) S 31663 31665 30970 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 19 0 658046670 478679040 8252 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 2 0 0 0
[pid=31665/tid=31727] ppid=31663 vsize=467460 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31727/stat : 31727 (python) S 31663 31665 30970 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 19 0 658046755 478679040 8252 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 2 0 0 0
[pid=31665/tid=31731] ppid=31663 vsize=467460 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31731/stat : 31731 (python) S 31663 31665 30970 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 19 0 658046760 478679040 8252 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 2 0 0 0
[pid=31665/tid=31735] ppid=31663 vsize=467460 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31735/stat : 31735 (python) S 31663 31665 30970 0 -1 4202560 27 936 0 0 0 0 0 0 22 0 19 0 658046767 478679040 8252 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 2 0 0 0
[pid=31665/tid=31794] ppid=31663 vsize=467460 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31794/stat : 31794 (python) S 31663 31665 30970 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 19 0 658056697 478679040 8252 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 2 0 0 0
[pid=31665/tid=31798] ppid=31663 vsize=467460 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31798/stat : 31798 (python) S 31663 31665 30970 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 19 0 658056783 478679040 8252 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 2 0 0 0
[pid=31665/tid=31802] ppid=31663 vsize=467460 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31802/stat : 31802 (python) S 31663 31665 30970 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 19 0 658056804 478679040 8252 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 2 0 0 0
[pid=31665/tid=31829] ppid=31663 vsize=467460 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31829/stat : 31829 (python) S 31663 31665 30970 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 19 0 658066811 478679040 8252 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 2 0 0 0
[pid=31665/tid=31968] ppid=31663 vsize=467460 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31968/stat : 31968 (python) S 31663 31665 30970 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 19 0 658075945 478679040 8252 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 2 0 0 0
[pid=31665/tid=31972] ppid=31663 vsize=467460 CPUtime=0 cores=0,2,4,6
/proc/31665/task/31972/stat : 31972 (python) S 31663 31665 30970 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 19 0 658076465 478679040 8252 33554432000 4194304 5683644 140734328302608 18446744073709551615 255389125041 0 0 16781312 2 18446604436123777024 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1982.37
Current children cumulated vsize (KiB) 16029652

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31665 and gives
#  childrusage.ru_utime.tv_sec=197
#  childrusage.ru_utime.tv_usec=286007
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=178668
# CPU time returned by wait4() is 199.465
# while last known CPU time is 1982.37
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 500.528
CPU time (s): 1982.37
CPU user time (s): 1979.67
CPU system time (s): 2.7
CPU usage (%): 396.055
Max. virtual memory (cumulated for all children) (KiB): 16029652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 197.286
system time used= 2.17867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52061
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= 3249
involuntary context switches= 2575

runsolver used 3.07253 second user time and 7.62284 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-15 14:58:06
IDJOB=3378254
IDBENCH=82663
IDSOLVER=1859
FILE ID=node135/3378254-1305464286
RUNJOBID= node135-1305462647-30988
PBS_JOBID= 13324970
Free space on /tmp= 73328 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S536077088-015-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-3378254-1305464286/watcher-3378254-1305464286 -o /tmp/evaluation-result-3378254-1305464286/solver-3378254-1305464286 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378254-1305464286.cnf -seed 1683507275 -budget 4800 -cores 4

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

MD5SUM BENCH= 7eb6d5b5c1c99a6b88954b61ac97b4f7
RANDOM SEED=1683507275

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11292716 kB
Buffers:        298180 kB
Cached:        6341784 kB
SwapCached:      50684 kB
Active:       10532444 kB
Inactive:     10857396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11292716 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:           32872 kB
Writeback:           0 kB
AnonPages:    14705036 kB
Mapped:          26728 kB
Slab:           144488 kB
PageTables:      60068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74319008 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73288 MiB
End job on node135 at 2011-05-15 15:06:28