Trace number 3317178

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-random? (MO) 2010.78 507.12

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S817927155-033-UNKNOWN.cnf
MD5SUMbdd02c131ae0dd9fa14ba01f07a63379
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.30/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.67	c INFO: solving HOME/instance-3317178-1304268000.cnf
0.30/0.67	c INFO: computing task features
0.58/0.90	c INFO: computed variable-clause graph statistics
0.58/0.91	c INFO: computed clause balance statistics
1.79/2.15	c INFO: computed variable balance statistics
2.28/2.64	c INFO: computed small-clause counts
2.28/2.64	c INFO: computed Horn-clause counts
2.28/2.68	c INFO: computed variable graph statistics
2.28/2.68	c INFO: collected features for HOME/instance-3317178-1304268000.cnf in 2.00 s
2.38/2.71	c INFO: running gnovelty+2@0 for 97 with 4797 remaining (b = 0.38)
2.38/2.74	c INFO: running gnovelty+2@0 for 97 with 4797 remaining (b = 0.13)
2.38/2.77	c INFO: running adaptg2wsat2009++@0 for 97 with 4797 remaining (b = 0.08)
2.47/2.80	c INFO: running adaptg2wsat2009++@0 for 97 with 4797 remaining (b = 0.07)
398.23/101.95	c INFO: running adaptg2wsat2009++@0 for 97 with 4698 remaining (b = 0.05)
402.22/102.97	c INFO: running gnovelty+2@0 for 97 with 4697 remaining (b = 0.04)
402.54/103.01	c INFO: running FH@0 for 97 with 4697 remaining (b = 0.03)
402.54/103.05	c INFO: running adaptg2wsat2009++@0 for 97 with 4697 remaining (b = 0.03)
797.68/202.15	c INFO: running adaptg2wsat2009++@0 for 97 with 4598 remaining (b = 0.02)
802.04/203.22	c INFO: running FH@0 for 97 with 4597 remaining (b = 0.02)
802.04/203.26	c INFO: running hybridGM3@0 for 194 with 4597 remaining (b = 0.04)
802.26/203.31	c INFO: running gnovelty+2@0 for 97 with 4597 remaining (b = 0.02)
1196.58/302.37	c INFO: running hybridGM3@0 for 194 with 4498 remaining (b = 0.03)
1200.95/303.44	c INFO: running adaptg2wsat2009++@0 for 97 with 4497 remaining (b = 0.01)
1201.34/303.59	c INFO: running hybridGM3@0 for 194 with 4497 remaining (b = 0.03)
1584.37/399.73	c INFO: running hybridGM3@99 for 97 with 4400 remaining (b = 0.01)
1599.94/403.67	c INFO: running hybridGM3@0 for 194 with 4397 remaining (b = 0.02)
1962.68/494.93	c INFO: running TNM@0 for 1552 with 4305 remaining (b = 0.18)
1974.19/497.83	c INFO: running hybridGM3@98 for 97 with 4302 remaining (b = 0.01)
2006.79/506.06	c INFO: running FH@0 for 97 with 4294 remaining (b = 0.01)

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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317178-1304268000/watcher-3317178-1304268000 -o /tmp/evaluation-result-3317178-1304268000/solver-3317178-1304268000 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317178-1304268000.cnf -seed 1317240943 -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.20 7.38 4.29 6/240 32198
/proc/meminfo: memFree=24619844/32951124 swapFree=67111448/67111528
[pid=32198] ppid=32196 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/32198/stat : 32198 (python) S 32196 32198 31940 0 -1 4202496 795 0 0 0 0 0 0 0 25 0 1 0 519216199 15749120 681 33554432000 4194304 5683644 140733921030208 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/32198/statm: 3845 681 322 364 0 332 0

[startup+0.055753 s]
/proc/loadavg: 8.20 7.38 4.29 6/240 32198
/proc/meminfo: memFree=24619844/32951124 swapFree=67111448/67111528
[pid=32198] ppid=32196 vsize=29784 CPUtime=0.02 cores=0,2,4,6
/proc/32198/stat : 32198 (python) R 32196 32198 31940 0 -1 4202496 1401 0 0 0 2 0 0 0 25 0 1 0 519216199 30498816 1244 33554432000 4194304 5683644 140733921030208 18446744073709551615 4622162 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32198/statm: 7446 1244 443 364 0 816 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29784

[startup+0.100794 s]
/proc/loadavg: 8.20 7.38 4.29 6/240 32198
/proc/meminfo: memFree=24619844/32951124 swapFree=67111448/67111528
[pid=32198] ppid=32196 vsize=89764 CPUtime=0.05 cores=0,2,4,6
/proc/32198/stat : 32198 (python) S 32196 32198 31940 0 -1 4202496 2672 0 0 0 4 1 0 0 25 0 1 0 519216199 91918336 2387 33554432000 4194304 5683644 140733921030208 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/32198/statm: 22441 2387 750 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89764

[startup+0.300747 s]
/proc/loadavg: 8.20 7.38 4.29 6/240 32198
/proc/meminfo: memFree=24619844/32951124 swapFree=67111448/67111528
[pid=32198] ppid=32196 vsize=135748 CPUtime=0.17 cores=0,2,4,6
/proc/32198/stat : 32198 (python) R 32196 32198 31940 0 -1 4202496 5965 933 1 0 13 4 0 0 17 0 1 0 519216199 139005952 4151 33554432000 4194304 5683644 140733921030208 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32198/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700675 s]
/proc/loadavg: 8.20 7.38 4.29 6/240 32198
/proc/meminfo: memFree=24619844/32951124 swapFree=67111448/67111528
[pid=32198] ppid=32196 vsize=279980 CPUtime=0.38 cores=0,2,4,6
/proc/32198/stat : 32198 (python) R 32196 32198 31940 0 -1 4202496 9651 933 1 0 29 9 0 0 16 0 1 0 519216199 286699520 7330 33554432000 4194304 5683644 140733921030208 18446744073709551615 47892794701109 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32198/statm: 69995 7330 1761 364 0 5919 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 279980

[startup+1.50053 s]
/proc/loadavg: 8.20 7.38 4.29 6/241 32203
/proc/meminfo: memFree=24586356/32951124 swapFree=67111448/67111528
[pid=32198] ppid=32196 vsize=289496 CPUtime=1.18 cores=0,2,4,6
/proc/32198/stat : 32198 (python) R 32196 32198 31940 0 -1 4202496 13885 933 1 0 108 10 0 0 17 0 1 0 519216199 296443904 9759 33554432000 4194304 5683644 140733921030208 18446744073709551615 255106465323 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32198/statm: 72374 9759 1826 364 0 8298 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 289496

[startup+3.10021 s]
/proc/loadavg: 7.94 7.34 4.30 6/241 32203
/proc/meminfo: memFree=24584744/32951124 swapFree=67111448/67111528
[pid=32198] ppid=32196 vsize=323392 CPUtime=2.47 cores=0,2,4,6
/proc/32198/stat : 32198 (python) S 32196 32198 31940 0 -1 4202496 16752 933 1 0 237 10 0 0 25 0 5 0 519216199 331153408 8047 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32198/statm: 80848 8047 1883 364 0 16757 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 323392
heavy processes:

[startup+6.30065 s]
/proc/loadavg: 7.94 7.34 4.30 10/253 32215
/proc/meminfo: memFree=24560336/32951124 swapFree=67111448/67111528
[pid=32198] ppid=32196 vsize=323392 CPUtime=2.47 cores=0,2,4,6
/proc/32198/stat : 32198 (python) S 32196 32198 31940 0 -1 4202496 16752 933 1 0 237 10 0 0 25 0 5 0 519216199 331153408 8047 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32198/statm: 80848 8047 1883 364 0 16757 0
[pid=32204] ppid=32198 vsize=282236 CPUtime=0 cores=0,2,4,6
/proc/32204/stat : 32204 (python) S 32198 32198 31940 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 519216471 289009664 6331 33554432000 4194304 5683644 140733921030208 18446744073709551615 255106788879 0 0 16781312 514 4385297678074872068 0 0 17 6 0 0 0
/proc/32204/statm: 70559 6331 355 364 0 6477 0
[pid=32206] ppid=32204 vsize=1020188 CPUtime=3.54 cores=0,2,4,6
/proc/32206/stat : 32206 (gnovelty+2) R 32204 32206 32206 0 -1 4202496 1136 0 0 0 354 0 0 0 25 0 1 0 519216471 1044672512 876 33554432000 134512640 135663704 4289555648 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32206/statm: 255047 876 113 282 0 254763 0
[pid=32207] ppid=32198 vsize=293120 CPUtime=0 cores=0,2,4,6
/proc/32207/stat : 32207 (python) S 32198 32198 31940 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 519216473 300154880 6367 33554432000 4194304 5683644 140733921030208 18446744073709551615 255106788934 0 0 16781312 514 4513438611466584324 0 0 17 2 0 0 0
/proc/32207/statm: 73280 6367 349 364 0 9195 0
[pid=32209] ppid=32207 vsize=1020188 CPUtime=3.54 cores=0,2,4,6
/proc/32209/stat : 32209 (gnovelty+2) R 32207 32209 32209 0 -1 4202496 1140 0 0 0 354 0 0 0 25 0 1 0 519216474 1044672512 877 33554432000 134512640 135663704 4291602176 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32209/statm: 255047 877 113 282 0 254763 0
[pid=32210] ppid=32198 vsize=302892 CPUtime=0 cores=0,2,4,6
/proc/32210/stat : 32210 (python) S 32198 32198 31940 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 519216476 310161408 6504 33554432000 4194304 5683644 140733921030208 18446744073709551615 255106788934 0 0 16781312 514 4575113517203423489 0 0 17 4 0 0 0
/proc/32210/statm: 75723 6504 347 364 0 11635 0
[pid=32212] ppid=32210 vsize=421140 CPUtime=3.51 cores=0,2,4,6
/proc/32212/stat : 32212 (adaptg2wsat2009) R 32210 32212 32212 0 -1 4202496 1802 0 0 0 351 0 0 0 25 0 1 0 519216477 431247360 1539 33554432000 134512640 135107411 4293284288 18446744073709551615 134523503 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32212/statm: 105285 1539 49 146 0 104161 0
[pid=32213] ppid=32198 vsize=313148 CPUtime=0 cores=0,2,4,6
/proc/32213/stat : 32213 (python) S 32198 32198 31940 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 519216479 320663552 6508 33554432000 4194304 5683644 140733921030208 18446744073709551615 255106788934 0 0 16781312 514 4521006550000566532 0 0 17 0 0 0 0
/proc/32213/statm: 78287 6508 347 364 0 14196 0
[pid=32215] ppid=32213 vsize=421140 CPUtime=3.48 cores=0,2,4,6
/proc/32215/stat : 32215 (adaptg2wsat2009) R 32213 32215 32215 0 -1 4202496 1803 0 0 0 348 0 0 0 25 0 1 0 519216480 431247360 1539 33554432000 134512640 135107411 4292092160 18446744073709551615 134523346 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32215/statm: 105285 1539 49 146 0 104161 0
[pid=32198/tid=32205] ppid=32196 vsize=323392 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32205/stat : 32205 (python) S 32196 32198 31940 0 -1 4202560 25 933 0 0 0 0 0 0 21 0 5 0 519216471 331153408 8047 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 4 0 0 0
[pid=32198/tid=32208] ppid=32196 vsize=323392 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32208/stat : 32208 (python) S 32196 32198 31940 0 -1 4202560 25 933 0 0 0 0 0 0 23 0 5 0 519216474 331153408 8047 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 0 0 0 0
[pid=32198/tid=32211] ppid=32196 vsize=323392 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32211/stat : 32211 (python) S 32196 32198 31940 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 5 0 519216477 331153408 8047 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 0 0 0 0
[pid=32198/tid=32214] ppid=32196 vsize=323392 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32214/stat : 32214 (python) S 32196 32198 31940 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 5 0 519216480 331153408 8047 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.54
Current children cumulated vsize (KiB) 4397444

[startup+12.7005 s]
/proc/loadavg: 8.10 7.39 4.35 9/261 32224
/proc/meminfo: memFree=24480724/32951124 swapFree=67111448/67111528
[pid=32198] ppid=32196 vsize=323392 CPUtime=2.47 cores=0,2,4,6
/proc/32198/stat : 32198 (python) S 32196 32198 31940 0 -1 4202496 16752 933 1 0 237 10 0 0 25 0 5 0 519216199 331153408 8047 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32198/statm: 80848 8047 1883 364 0 16757 0
[pid=32204] ppid=32198 vsize=282236 CPUtime=0 cores=0,2,4,6
/proc/32204/stat : 32204 (python) S 32198 32198 31940 0 -1 4202560 894 0 0 0 0 0 0 0 18 0 1 0 519216471 289009664 6354 33554432000 4194304 5683644 140733921030208 18446744073709551615 255106788879 0 0 16781312 514 4385297678074872068 0 0 17 6 0 0 0
/proc/32204/statm: 70559 6354 378 364 0 6477 0
[pid=32206] ppid=32204 vsize=1020188 CPUtime=9.89 cores=0,2,4,6
/proc/32206/stat : 32206 (gnovelty+2) R 32204 32206 32206 0 -1 4202496 1136 0 0 0 989 0 0 0 25 0 1 0 519216471 1044672512 876 33554432000 134512640 135663704 4289555648 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32206/statm: 255047 876 113 282 0 254763 0
[pid=32207] ppid=32198 vsize=293120 CPUtime=0 cores=0,2,4,6
/proc/32207/stat : 32207 (python) S 32198 32198 31940 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 519216473 300154880 6390 33554432000 4194304 5683644 140733921030208 18446744073709551615 255106788934 0 0 16781312 514 4513438611466584324 0 0 17 2 0 0 0
/proc/32207/statm: 73280 6390 372 364 0 9195 0
[pid=32209] ppid=32207 vsize=1020188 CPUtime=9.94 cores=0,2,4,6
/proc/32209/stat : 32209 (gnovelty+2) R 32207 32209 32209 0 -1 4202496 1140 0 0 0 994 0 0 0 25 0 1 0 519216474 1044672512 877 33554432000 134512640 135663704 4291602176 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32209/statm: 255047 877 113 282 0 254763 0
[pid=32210] ppid=32198 vsize=302892 CPUtime=0 cores=0,2,4,6
/proc/32210/stat : 32210 (python) S 32198 32198 31940 0 -1 4202560 903 0 0 0 0 0 0 0 18 0 1 0 519216476 310161408 6527 33554432000 4194304 5683644 140733921030208 18446744073709551615 255106788934 0 0 16781312 514 4575113517203423489 0 0 17 4 0 0 0
/proc/32210/statm: 75723 6527 370 364 0 11635 0
[pid=32212] ppid=32210 vsize=421804 CPUtime=9.9 cores=0,2,4,6
/proc/32212/stat : 32212 (adaptg2wsat2009) R 32210 32212 32212 0 -1 4202496 2135 0 0 0 990 0 0 0 25 0 1 0 519216477 431927296 1872 33554432000 134512640 135107411 4293284288 18446744073709551615 134531848 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32212/statm: 105451 1872 59 146 0 104327 0
[pid=32213] ppid=32198 vsize=313148 CPUtime=0 cores=0,2,4,6
/proc/32213/stat : 32213 (python) S 32198 32198 31940 0 -1 4202560 926 0 0 0 0 0 0 0 18 0 1 0 519216479 320663552 6531 33554432000 4194304 5683644 140733921030208 18446744073709551615 255106788934 0 0 16781312 514 4521006550000566532 0 0 17 0 0 0 0
/proc/32213/statm: 78287 6531 370 364 0 14196 0
[pid=32215] ppid=32213 vsize=421804 CPUtime=9.87 cores=0,2,4,6
/proc/32215/stat : 32215 (adaptg2wsat2009) R 32213 32215 32215 0 -1 4202496 2136 0 0 0 987 0 0 0 25 0 1 0 519216480 431927296 1872 33554432000 134512640 135107411 4292092160 18446744073709551615 134531604 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32215/statm: 105451 1872 59 146 0 104327 0
[pid=32198/tid=32205] ppid=32196 vsize=323392 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32205/stat : 32205 (python) S 32196 32198 31940 0 -1 4202560 25 933 0 0 0 0 0 0 21 0 5 0 519216471 331153408 8047 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 4 0 0 0
[pid=32198/tid=32208] ppid=32196 vsize=323392 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32208/stat : 32208 (python) S 32196 32198 31940 0 -1 4202560 25 933 0 0 0 0 0 0 23 0 5 0 519216474 331153408 8047 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 0 0 0 0
[pid=32198/tid=32211] ppid=32196 vsize=323392 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32211/stat : 32211 (python) S 32196 32198 31940 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 5 0 519216477 331153408 8047 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 0 0 0 0
[pid=32198/tid=32214] ppid=32196 vsize=323392 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32214/stat : 32214 (python) S 32196 32198 31940 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 5 0 519216480 331153408 8047 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.07
Current children cumulated vsize (KiB) 4398772

[startup+25.5013 s]
/proc/loadavg: 8.08 7.41 4.38 10/261 32224
/proc/meminfo: memFree=24480728/32951124 swapFree=67111448/67111528
[pid=32198] ppid=32196 vsize=323392 CPUtime=2.47 cores=0,2,4,6
/proc/32198/stat : 32198 (python) S 32196 32198 31940 0 -1 4202496 16752 933 1 0 237 10 0 0 25 0 5 0 519216199 331153408 8047 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32198/statm: 80848 8047 1883 364 0 16757 0
[pid=32204] ppid=32198 vsize=282236 CPUtime=0.03 cores=0,2,4,6
/proc/32204/stat : 32204 (python) S 32198 32198 31940 0 -1 4202560 904 0 0 0 1 2 0 0 18 0 1 0 519216471 289009664 6354 33554432000 4194304 5683644 140733921030208 18446744073709551615 255106788879 0 0 16781312 514 15837893252066803972 0 0 17 6 0 0 0
/proc/32204/statm: 70559 6354 378 364 0 6477 0
[pid=32206] ppid=32204 vsize=1020188 CPUtime=22.57 cores=0,2,4,6
/proc/32206/stat : 32206 (gnovelty+2) R 32204 32206 32206 0 -1 4202496 1136 0 0 0 2257 0 0 0 25 0 1 0 519216471 1044672512 876 33554432000 134512640 135663704 4289555648 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32206/statm: 255047 876 113 282 0 254763 0
[pid=32207] ppid=32198 vsize=293120 CPUtime=0.03 cores=0,2,4,6
/proc/32207/stat : 32207 (python) S 32198 32198 31940 0 -1 4202560 906 0 0 0 2 1 0 0 18 0 1 0 519216473 300154880 6390 33554432000 4194304 5683644 140733921030208 18446744073709551615 255106788934 0 0 16781312 514 15837893252066803972 0 0 17 2 0 0 0
/proc/32207/statm: 73280 6390 372 364 0 9195 0
[pid=32209] ppid=32207 vsize=1020188 CPUtime=22.71 cores=0,2,4,6
/proc/32209/stat : 32209 (gnovelty+2) R 32207 32209 32209 0 -1 4202496 1140 0 0 0 2271 0 0 0 25 0 1 0 519216474 1044672512 877 33554432000 134512640 135663704 4291602176 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32209/statm: 255047 877 113 282 0 254763 0
[pid=32210] ppid=32198 vsize=302892 CPUtime=0.03 cores=0,2,4,6
/proc/32210/stat : 32210 (python) S 32198 32198 31940 0 -1 4202560 912 0 0 0 2 1 0 0 18 0 1 0 519216476 310161408 6527 33554432000 4194304 5683644 140733921030208 18446744073709551615 255106788934 0 0 16781312 514 15837893252066803969 0 0 17 4 0 0 0
/proc/32210/statm: 75723 6527 370 364 0 11635 0
[pid=32212] ppid=32210 vsize=421804 CPUtime=22.67 cores=0,2,4,6
/proc/32212/stat : 32212 (adaptg2wsat2009) R 32210 32212 32212 0 -1 4202496 2135 0 0 0 2267 0 0 0 25 0 1 0 519216477 431927296 1872 33554432000 134512640 135107411 4293284288 18446744073709551615 134531435 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32212/statm: 105451 1872 59 146 0 104327 0
[pid=32213] ppid=32198 vsize=313148 CPUtime=0.02 cores=0,2,4,6
/proc/32213/stat : 32213 (python) S 32198 32198 31940 0 -1 4202560 934 0 0 0 1 1 0 0 18 0 1 0 519216479 320663552 6531 33554432000 4194304 5683644 140733921030208 18446744073709551615 255106788934 0 0 16781312 514 15837893252066803972 0 0 17 0 0 0 0
/proc/32213/statm: 78287 6531 370 364 0 14196 0
[pid=32215] ppid=32213 vsize=421804 CPUtime=22.64 cores=0,2,4,6
/proc/32215/stat : 32215 (adaptg2wsat2009) R 32213 32215 32215 0 -1 4202496 2136 0 0 0 2264 0 0 0 25 0 1 0 519216480 431927296 1872 33554432000 134512640 135107411 4292092160 18446744073709551615 134532306 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32215/statm: 105451 1872 59 146 0 104327 0
[pid=32198/tid=32205] ppid=32196 vsize=323392 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32205/stat : 32205 (python) S 32196 32198 31940 0 -1 4202560 25 933 0 0 0 0 0 0 21 0 5 0 519216471 331153408 8047 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 4 0 0 0
[pid=32198/tid=32208] ppid=32196 vsize=323392 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32208/stat : 32208 (python) S 32196 32198 31940 0 -1 4202560 25 933 0 0 0 0 0 0 23 0 5 0 519216474 331153408 8047 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 0 0 0 0
[pid=32198/tid=32211] ppid=32196 vsize=323392 CPUtime=0 cores=0,2,4,6

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

/proc/32213/stat : 32213 (python) S 32198 32198 31940 0 -1 4202560 1113 0 0 0 9 6 0 0 19 0 2 0 519216479 320663552 6561 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32213/statm: 78287 6561 399 364 0 14196 0
[pid=32215] ppid=32213 vsize=421804 CPUtime=100 cores=0,2,4,6
/proc/32215/stat : 32215 (adaptg2wsat2009) T 32213 32215 32215 0 -1 4202496 2136 0 0 0 10000 0 0 0 25 0 1 0 519216480 431927296 1872 33554432000 134512640 135107411 4292092160 18446744073709551615 134532191 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/32215/statm: 105451 1872 59 146 0 104327 0
[pid=32213/tid=32238] ppid=32198 vsize=313148 CPUtime=0 cores=0,2,4,6
/proc/32213/task/32238/stat : 32238 (python) S 32198 32198 31940 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 519226496 320663552 6561 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 514 18446604453965322112 0 0 -1 0 0 0 0
[pid=32232] ppid=32198 vsize=323540 CPUtime=0.16 cores=0,2,4,6
/proc/32232/stat : 32232 (python) S 32198 32198 31940 0 -1 4202560 1120 0 0 0 8 8 0 0 19 0 2 0 519226394 331304960 6566 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32232/statm: 80885 6566 400 364 0 16791 0
[pid=32234] ppid=32232 vsize=421804 CPUtime=99.99 cores=0,2,4,6
/proc/32234/stat : 32234 (adaptg2wsat2009) T 32232 32234 32234 0 -1 4202496 2137 0 0 0 9998 1 0 0 25 0 1 0 519226394 431927296 1871 33554432000 134512640 135107411 4291463776 18446744073709551615 134532291 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32234/statm: 105451 1871 59 146 0 104327 0
[pid=32232/tid=32258] ppid=32198 vsize=323540 CPUtime=0 cores=0,2,4,6
/proc/32232/task/32258/stat : 32258 (python) S 32198 32198 31940 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 519236410 331304960 6566 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 514 18446604453924207296 0 0 -1 4 0 0 0
[pid=32237] ppid=32198 vsize=333876 CPUtime=0.16 cores=0,2,4,6
/proc/32237/stat : 32237 (python) S 32198 32198 31940 0 -1 4202560 1128 0 0 0 8 8 0 0 19 0 2 0 519226496 341889024 6570 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32237/statm: 83469 6570 400 364 0 19372 0
[pid=32240] ppid=32237 vsize=1020188 CPUtime=98.98 cores=0,2,4,6
/proc/32240/stat : 32240 (gnovelty+2) T 32237 32240 32240 0 -1 4202496 1140 0 0 0 9896 2 0 0 25 0 1 0 519226497 1044672512 876 33554432000 134512640 135663704 4294882448 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/32240/statm: 255047 876 113 282 0 254763 0
[pid=32237/tid=32263] ppid=32198 vsize=333876 CPUtime=0 cores=0,2,4,6
/proc/32237/task/32263/stat : 32263 (python) S 32198 32198 31940 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 519236519 341889024 6570 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 514 18446604453953689408 0 0 -1 6 0 0 0
[pid=32241] ppid=32198 vsize=344224 CPUtime=0.16 cores=0,2,4,6
/proc/32241/stat : 32241 (python) S 32198 32198 31940 0 -1 4202560 1185 0 0 0 9 7 0 0 18 0 2 0 519226500 352485376 6580 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32241/statm: 86056 6580 406 364 0 21956 0
[pid=32243] ppid=32241 vsize=251296 CPUtime=100.15 cores=0,2,4,6
/proc/32243/stat : 32243 (FH) T 32241 32243 32243 0 -1 4202496 1958 0 0 0 10015 0 0 0 25 0 1 0 519226501 257327104 1694 33554432000 134512640 134936988 4289316896 18446744073709551615 134553505 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32243/statm: 62824 1694 41 104 0 62328 0
[pid=32241/tid=32262] ppid=32198 vsize=344224 CPUtime=0 cores=0,2,4,6
/proc/32241/task/32262/stat : 32262 (python) S 32198 32198 31940 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 519236516 352485376 6580 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 514 18446604453924205504 0 0 -1 2 0 0 0
[pid=32244] ppid=32198 vsize=354576 CPUtime=0.16 cores=0,2,4,6
/proc/32244/stat : 32244 (python) S 32198 32198 31940 0 -1 4202560 1168 0 0 0 8 8 0 0 19 0 2 0 519226504 363085824 6584 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32244/statm: 88644 6584 406 364 0 24541 0
[pid=32246] ppid=32244 vsize=421804 CPUtime=99.66 cores=0,2,4,6
/proc/32246/stat : 32246 (adaptg2wsat2009) T 32244 32246 32246 0 -1 4202496 2141 0 0 0 9966 0 0 0 25 0 1 0 519226504 431927296 1873 33554432000 134512640 135107411 4292330336 18446744073709551615 134531806 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32246/statm: 105451 1873 59 146 0 104327 0
[pid=32244/tid=32266] ppid=32198 vsize=354576 CPUtime=0 cores=0,2,4,6
/proc/32244/task/32266/stat : 32266 (python) S 32198 32198 31940 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 519236522 363085824 6584 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 514 18446604453947204864 0 0 -1 6 0 0 0
[pid=32259] ppid=32198 vsize=364836 CPUtime=0.17 cores=0,2,4,6
/proc/32259/stat : 32259 (python) S 32198 32198 31940 0 -1 4202560 1156 0 0 0 8 9 0 0 19 0 2 0 519236414 373592064 6582 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32259/statm: 91209 6582 400 364 0 27103 0
[pid=32261] ppid=32259 vsize=421804 CPUtime=99.98 cores=0,2,4,6
/proc/32261/stat : 32261 (adaptg2wsat2009) T 32259 32261 32261 0 -1 4202496 2143 0 0 0 9998 0 0 0 25 0 1 0 519236414 431927296 1873 33554432000 134512640 135107411 4294320112 18446744073709551615 134531404 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32261/statm: 105451 1873 59 146 0 104327 0
[pid=32259/tid=32284] ppid=32198 vsize=364836 CPUtime=0 cores=0,2,4,6
/proc/32259/task/32284/stat : 32284 (python) S 32198 32198 31940 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519246432 373592064 6582 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 514 18446604453960048960 0 0 -1 0 0 0 0
[pid=32264] ppid=32198 vsize=375204 CPUtime=0.18 cores=0,2,4,6
/proc/32264/stat : 32264 (python) S 32198 32198 31940 0 -1 4202560 1158 0 0 0 10 8 0 0 19 0 2 0 519236521 384208896 6586 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32264/statm: 93801 6586 400 364 0 29692 0
[pid=32267] ppid=32264 vsize=251296 CPUtime=98.42 cores=0,2,4,6
/proc/32267/stat : 32267 (FH) T 32264 32267 32267 0 -1 4202496 1963 0 0 0 9842 0 0 0 25 0 1 0 519236522 257327104 1693 33554432000 134512640 134936988 4287195536 18446744073709551615 134553554 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/32267/statm: 62824 1693 41 104 0 62328 0
[pid=32264/tid=32288] ppid=32198 vsize=375204 CPUtime=0 cores=0,2,4,6
/proc/32264/task/32288/stat : 32288 (python) S 32198 32198 31940 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 519246539 384208896 6586 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 514 18446604453960049856 0 0 -1 6 0 0 0
[pid=32268] ppid=32198 vsize=385580 CPUtime=0.52 cores=0,2,4,6
/proc/32268/stat : 32268 (python) S 32198 32198 31940 0 -1 4202560 1202 0 0 0 29 23 0 0 18 0 2 0 519236526 394833920 6599 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32268/statm: 96395 6599 400 364 0 32283 0
[pid=32270] ppid=32268 vsize=268424 CPUtime=291.24 cores=0,2,4,6
/proc/32270/stat : 32270 (hybridGM3) T 32268 32270 32270 0 -1 4202496 5649 0 0 0 29123 1 0 0 25 0 1 0 519236526 274866176 5378 33554432000 134512640 135204385 4294201456 18446744073709551615 134538171 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32270/statm: 67106 5378 63 169 0 66936 0
[pid=32268/tid=32306] ppid=32198 vsize=385580 CPUtime=0 cores=0,2,4,6
/proc/32268/task/32306/stat : 32306 (python) S 32198 32198 31940 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 519256168 394833920 6599 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 514 18446604453953688512 0 0 -1 0 0 0 0
[pid=32271] ppid=32198 vsize=395824 CPUtime=0.17 cores=0,2,4,6
/proc/32271/stat : 32271 (python) S 32198 32198 31940 0 -1 4202560 1175 0 0 0 8 9 0 0 19 0 2 0 519236530 405323776 6633 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32271/statm: 98956 6633 400 364 0 34841 0
[pid=32273] ppid=32271 vsize=1020188 CPUtime=99.67 cores=0,2,4,6
/proc/32273/stat : 32273 (gnovelty+2) T 32271 32273 32273 0 -1 4202496 1148 0 0 0 9967 0 0 0 25 0 1 0 519236530 1044672512 876 33554432000 134512640 135663704 4291435808 18446744073709551615 134544204 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32273/statm: 255047 876 113 282 0 254763 0
[pid=32271/tid=32292] ppid=32198 vsize=395824 CPUtime=0 cores=0,2,4,6
/proc/32271/task/32292/stat : 32292 (python) S 32198 32198 31940 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 519246553 405323776 6633 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 514 18446604453962138688 0 0 -1 4 0 0 0
[pid=32285] ppid=32198 vsize=406212 CPUtime=0.35 cores=0,2,4,6
/proc/32285/stat : 32285 (python) S 32198 32198 31940 0 -1 4202560 1193 0 0 0 21 14 0 0 18 0 2 0 519246436 415961088 6637 33554432000 4194304 5683644 140733921030208 18446744073709551615 255106788934 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32285/statm: 101553 6637 400 364 0 37435 0
[pid=32287] ppid=32285 vsize=268420 CPUtime=204.34 cores=0,2,4,6
/proc/32287/stat : 32287 (hybridGM3) R 32285 32287 32287 0 -1 4202496 5646 0 0 0 20432 2 0 0 25 0 1 0 519246436 274862080 5377 33554432000 134512640 135204385 4290301920 18446744073709551615 134538320 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32287/statm: 67105 5377 63 169 0 66935 0
[pid=32285/tid=32360] ppid=32198 vsize=406212 CPUtime=0 cores=0,2,4,6
/proc/32285/task/32360/stat : 32360 (python) S 32198 32198 31940 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 519265977 415961088 6637 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 514 18446604453950966848 0 0 -1 0 0 0 0
[pid=32289] ppid=32198 vsize=416148 CPUtime=0.18 cores=0,2,4,6
/proc/32289/stat : 32289 (python) S 32198 32198 31940 0 -1 4202560 1167 0 0 0 10 8 0 0 19 0 2 0 519246544 426135552 6671 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32289/statm: 104037 6671 400 364 0 39916 0
[pid=32291] ppid=32289 vsize=421804 CPUtime=99.62 cores=0,2,4,6
/proc/32291/stat : 32291 (adaptg2wsat2009) T 32289 32291 32291 0 -1 4202496 2144 0 0 0 9962 0 0 0 25 0 1 0 519246544 431927296 1871 33554432000 134512640 135107411 4294065696 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32291/statm: 105451 1871 59 146 0 104327 0
[pid=32289/tid=32350] ppid=32198 vsize=416148 CPUtime=0 cores=0,2,4,6
/proc/32289/task/32350/stat : 32350 (python) S 32198 32198 31940 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 519256561 426135552 6671 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 514 18446604453950964160 0 0 -1 4 0 0 0
[pid=32293] ppid=32198 vsize=426704 CPUtime=0.35 cores=0,2,4,6
/proc/32293/stat : 32293 (python) S 32198 32198 31940 0 -1 4202560 1222 0 0 0 19 16 0 0 19 0 2 0 519246558 436944896 6682 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32293/statm: 106676 6682 407 364 0 42552 0
[pid=32295] ppid=32293 vsize=268428 CPUtime=197.94 cores=0,2,4,6
/proc/32295/stat : 32295 (hybridGM3) T 32293 32295 32295 0 -1 4202496 5652 0 0 0 19793 1 0 0 25 0 1 0 519246558 274870272 5378 33554432000 134512640 135204385 4293085408 18446744073709551615 134538444 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/32295/statm: 67107 5378 63 169 0 66937 0
[pid=32293/tid=32377] ppid=32198 vsize=426704 CPUtime=0 cores=0,2,4,6
/proc/32293/task/32377/stat : 32377 (python) S 32198 32198 31940 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 519266800 436944896 6682 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 514 18446604453952658176 0 0 -1 6 0 0 0
[pid=32351] ppid=32198 vsize=437056 CPUtime=0.17 cores=0,2,4,6
/proc/32351/stat : 32351 (python) S 32198 32198 31940 0 -1 4202560 1076 0 0 0 10 7 0 0 18 0 1 0 519256566 447545344 6692 33554432000 4194304 5683644 140733921030208 18446744073709551615 255106788934 0 0 16781312 514 15837893252066803970 0 0 17 4 0 0 0
/proc/32351/statm: 109264 6692 380 364 0 45137 0
[pid=32353] ppid=32351 vsize=268420 CPUtime=103.01 cores=0,2,4,6
/proc/32353/stat : 32353 (hybridGM3) R 32351 32353 32353 0 -1 4202496 5650 0 0 0 10301 0 0 0 25 0 1 0 519256566 274862080 5377 33554432000 134512640 135204385 4286852416 18446744073709551615 134537704 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32353/statm: 67105 5377 63 169 0 66935 0
[pid=32357] ppid=32198 vsize=447360 CPUtime=0.02 cores=0,2,4,6
/proc/32357/stat : 32357 (python) S 32198 32198 31940 0 -1 4202560 1024 0 0 0 1 1 0 0 18 0 1 0 519265692 458096640 6690 33554432000 4194304 5683644 140733921030208 18446744073709551615 255106788934 0 0 16781312 514 15837893252066803970 0 0 17 4 0 0 0
/proc/32357/statm: 111840 6690 374 364 0 47710 0
[pid=32359] ppid=32357 vsize=459768 CPUtime=12.01 cores=0,2,4,6
/proc/32359/stat : 32359 (TNM) R 32357 32359 32359 0 -1 4202496 1930 0 0 0 1201 0 0 0 25 0 1 0 519265693 470802432 1658 33554432000 134512640 135008748 4290626320 18446744073709551615 134529136 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32359/statm: 114942 1658 46 122 0 113842 0
[pid=32378] ppid=32198 vsize=457628 CPUtime=0 cores=0,2,4,6
/proc/32378/stat : 32378 (python) S 32198 32198 31940 0 -1 4202560 828 0 0 0 0 0 0 0 19 0 1 0 519266805 468611072 6685 33554432000 4194304 5683644 140733921030208 18446744073709551615 255106788934 0 0 16781312 514 4575468659459227647 0 0 17 4 0 0 0
/proc/32378/statm: 114407 6685 346 364 0 50274 0
[pid=32380] ppid=32378 vsize=249144 CPUtime=0.91 cores=0,2,4,6
/proc/32380/stat : 32380 (FH) R 32378 32380 32380 0 -1 4202496 1568 0 0 0 91 0 0 0 23 0 1 0 519266806 255123456 1296 33554432000 134512640 134936988 4294469056 18446744073709551615 134523339 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32380/statm: 62286 1296 37 104 0 61790 0
[pid=32198/tid=32205] ppid=32196 vsize=467388 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32205/stat : 32205 (python) S 32196 32198 31940 0 -1 4202560 25 933 0 0 0 0 0 0 21 0 19 0 519216471 478605312 8254 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 4 0 0 0
[pid=32198/tid=32208] ppid=32196 vsize=467388 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32208/stat : 32208 (python) S 32196 32198 31940 0 -1 4202560 25 933 0 0 0 0 0 0 23 0 19 0 519216474 478605312 8254 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 0 0 0 0
[pid=32198/tid=32211] ppid=32196 vsize=467388 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32211/stat : 32211 (python) S 32196 32198 31940 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 19 0 519216477 478605312 8254 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 0 0 0 0
[pid=32198/tid=32214] ppid=32196 vsize=467388 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32214/stat : 32214 (python) S 32196 32198 31940 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 19 0 519216480 478605312 8254 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 0 0 0 0
[pid=32198/tid=32233] ppid=32196 vsize=467388 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32233/stat : 32233 (python) S 32196 32198 31940 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 19 0 519226394 478605312 8254 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 0 0 0 0
[pid=32198/tid=32239] ppid=32196 vsize=467388 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32239/stat : 32239 (python) S 32196 32198 31940 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 19 0 519226496 478605312 8254 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 6 0 0 0
[pid=32198/tid=32242] ppid=32196 vsize=467388 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32242/stat : 32242 (python) S 32196 32198 31940 0 -1 4202560 22 933 0 0 0 0 0 0 22 0 19 0 519226500 478605312 8254 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 4 0 0 0
[pid=32198/tid=32245] ppid=32196 vsize=467388 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32245/stat : 32245 (python) S 32196 32198 31940 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 19 0 519226504 478605312 8254 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 4 0 0 0
[pid=32198/tid=32260] ppid=32196 vsize=467388 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32260/stat : 32260 (python) S 32196 32198 31940 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 19 0 519236414 478605312 8254 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 4 0 0 0
[pid=32198/tid=32265] ppid=32196 vsize=467388 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32265/stat : 32265 (python) S 32196 32198 31940 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 19 0 519236521 478605312 8254 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 6 0 0 0
[pid=32198/tid=32269] ppid=32196 vsize=467388 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32269/stat : 32269 (python) S 32196 32198 31940 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 19 0 519236526 478605312 8254 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 0 0 0 0
[pid=32198/tid=32272] ppid=32196 vsize=467388 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32272/stat : 32272 (python) S 32196 32198 31940 0 -1 4202560 30 933 0 0 0 0 0 0 24 0 19 0 519236530 478605312 8254 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 4 0 0 0
[pid=32198/tid=32286] ppid=32196 vsize=467388 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32286/stat : 32286 (python) S 32196 32198 31940 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 19 0 519246436 478605312 8254 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 4 0 0 0
[pid=32198/tid=32290] ppid=32196 vsize=467388 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32290/stat : 32290 (python) S 32196 32198 31940 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 19 0 519246544 478605312 8254 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 4 0 0 0
[pid=32198/tid=32294] ppid=32196 vsize=467388 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32294/stat : 32294 (python) S 32196 32198 31940 0 -1 4202560 28 933 0 0 0 0 0 0 21 0 19 0 519246558 478605312 8254 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 4 0 0 0
[pid=32198/tid=32352] ppid=32196 vsize=467388 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32352/stat : 32352 (python) S 32196 32198 31940 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 19 0 519256566 478605312 8254 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 4 0 0 0
[pid=32198/tid=32358] ppid=32196 vsize=467388 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32358/stat : 32358 (python) S 32196 32198 31940 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 19 0 519265692 478605312 8254 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 4 0 0 0
[pid=32198/tid=32379] ppid=32196 vsize=467388 CPUtime=0 cores=0,2,4,6
/proc/32198/task/32379/stat : 32379 (python) S 32196 32198 31940 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 19 0 519266806 478605312 8254 33554432000 4194304 5683644 140733921030208 18446744073709551615 255118592433 0 0 16781312 2 18446604453953687616 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2010.78
Current children cumulated vsize (KiB) 16034568

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 32198 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=57535
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=148977
# CPU time returned by wait4() is 3.20651
# while last known CPU time is 2010.78
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 507.12
CPU time (s): 2010.78
CPU user time (s): 2009.05
CPU system time (s): 1.73
CPU usage (%): 396.51
Max. virtual memory (cumulated for all children) (KiB): 16034568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.05754
system time used= 0.148977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31847
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= 2974
involuntary context switches= 62

runsolver used 3.34149 second user time and 4.83026 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-01 18:40:01
IDJOB=3317178
IDBENCH=82643
IDSOLVER=1705
FILE ID=node144/3317178-1304268000
RUNJOBID= node144-1304267279-31958
PBS_JOBID= 13173935
Free space on /tmp= 73544 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S817927155-033-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-3317178-1304268000/watcher-3317178-1304268000 -o /tmp/evaluation-result-3317178-1304268000/solver-3317178-1304268000 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317178-1304268000.cnf -seed 1317240943 -budget 4800 -cores 4

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

MD5SUM BENCH= bdd02c131ae0dd9fa14ba01f07a63379
RANDOM SEED=1317240943

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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:      24620008 kB
Buffers:       2134896 kB
Cached:        4893652 kB
SwapCached:         80 kB
Active:        1116988 kB
Inactive:      6649032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24620008 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           32728 kB
Writeback:           4 kB
AnonPages:      737040 kB
Mapped:          22168 kB
Slab:           486864 kB
PageTables:      18796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14105160 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= 73512 MiB
End job on node144 at 2011-05-01 18:48:30