Trace number 3317198

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) 1984.17 500.522

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.34/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.68	c INFO: solving HOME/instance-3317198-1304268103.cnf
0.34/0.68	c INFO: computing task features
0.62/0.91	c INFO: computed variable-clause graph statistics
0.62/0.92	c INFO: computed clause balance statistics
1.82/2.12	c INFO: computed variable balance statistics
2.32/2.61	c INFO: computed small-clause counts
2.32/2.62	c INFO: computed Horn-clause counts
2.32/2.66	c INFO: computed variable graph statistics
2.32/2.66	c INFO: collected features for HOME/instance-3317198-1304268103.cnf in 1.97 s
2.32/2.69	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.38)
2.42/2.72	c INFO: running gnovelty+2@0 for 97 with 4797 remaining (b = 0.13)
2.42/2.75	c INFO: running adaptg2wsat2009++@0 for 97 with 4797 remaining (b = 0.08)
2.42/2.78	c INFO: running adaptg2wsat2009++@0 for 97 with 4797 remaining (b = 0.07)
402.35/102.93	c INFO: running adaptg2wsat2009++@0 for 97 with 4697 remaining (b = 0.05)
402.35/102.97	c INFO: running gnovelty+2@0 for 97 with 4697 remaining (b = 0.04)
402.63/103.00	c INFO: running FH@0 for 97 with 4697 remaining (b = 0.03)
402.63/103.06	c INFO: running adaptg2wsat2009++@0 for 97 with 4697 remaining (b = 0.03)
797.37/202.13	c INFO: running adaptg2wsat2009++@0 for 97 with 4598 remaining (b = 0.02)
801.72/203.21	c INFO: running FH@0 for 97 with 4597 remaining (b = 0.02)
801.72/203.25	c INFO: running hybridGM3@0 for 194 with 4597 remaining (b = 0.04)
801.95/203.30	c INFO: running gnovelty+2@0 for 97 with 4597 remaining (b = 0.02)
1196.30/302.35	c INFO: running hybridGM3@0 for 194 with 4498 remaining (b = 0.03)
1200.67/303.43	c INFO: running adaptg2wsat2009++@0 for 97 with 4497 remaining (b = 0.01)
1201.08/303.58	c INFO: running hybridGM3@0 for 194 with 4497 remaining (b = 0.03)
1576.08/397.75	c INFO: running hybridGM3@99 for 97 with 4402 remaining (b = 0.01)
1599.59/403.65	c INFO: running hybridGM3@0 for 194 with 4397 remaining (b = 0.02)
1974.18/497.98	c INFO: running TNM@0 for 1552 with 4302 remaining (b = 0.18)
1982.52/500.05	c INFO: running FH@0 for 97 with 4300 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-3317198-1304268103/watcher-3317198-1304268103 -o /tmp/evaluation-result-3317198-1304268103/solver-3317198-1304268103 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317198-1304268103.cnf -seed 225418663 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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.09 7.56 4.67 5/233 12788
/proc/meminfo: memFree=29651236/32950928 swapFree=67086616/67111528
[pid=12788] ppid=12786 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/12788/stat : 12788 (python) S 12786 12788 12303 0 -1 4202496 792 0 0 0 0 0 0 0 22 0 1 0 538407378 15749120 679 33554432000 4194304 5683644 140735053486464 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/12788/statm: 3845 679 322 364 0 332 0

[startup+0.0679459 s]
/proc/loadavg: 8.09 7.56 4.67 5/233 12788
/proc/meminfo: memFree=29651236/32950928 swapFree=67086616/67111528
[pid=12788] ppid=12786 vsize=30116 CPUtime=0.04 cores=1,3,5,7
/proc/12788/stat : 12788 (python) R 12786 12788 12303 0 -1 4202496 1471 0 0 0 3 1 0 0 17 0 1 0 538407378 30838784 1309 33554432000 4194304 5683644 140735053486464 18446744073709551615 239476692992 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12788/statm: 7529 1309 443 364 0 899 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30116

[startup+0.10095 s]
/proc/loadavg: 8.09 7.56 4.67 5/233 12788
/proc/meminfo: memFree=29651236/32950928 swapFree=67086616/67111528
[pid=12788] ppid=12786 vsize=85368 CPUtime=0.06 cores=1,3,5,7
/proc/12788/stat : 12788 (python) R 12786 12788 12303 0 -1 4202496 2596 0 0 0 4 2 0 0 17 0 1 0 538407378 87416832 2315 33554432000 4194304 5683644 140735053486464 18446744073709551615 239476694784 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12788/statm: 21342 2315 713 364 0 1559 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85368

[startup+0.300918 s]
/proc/loadavg: 8.09 7.56 4.67 5/233 12788
/proc/meminfo: memFree=29651236/32950928 swapFree=67086616/67111528
[pid=12788] ppid=12786 vsize=135752 CPUtime=0.18 cores=1,3,5,7
/proc/12788/stat : 12788 (python) S 12786 12788 12303 0 -1 4202496 5964 935 1 0 13 5 0 0 17 0 1 0 538407378 139010048 4151 33554432000 4194304 5683644 140735053486464 18446744073709551615 239476690949 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/12788/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700828 s]
/proc/loadavg: 8.09 7.56 4.67 5/233 12788
/proc/meminfo: memFree=29651236/32950928 swapFree=67086616/67111528
[pid=12788] ppid=12786 vsize=279760 CPUtime=0.42 cores=1,3,5,7
/proc/12788/stat : 12788 (python) R 12786 12788 12303 0 -1 4202496 9587 935 1 0 31 11 0 0 15 0 1 0 538407378 286474240 7266 33554432000 4194304 5683644 140735053486464 18446744073709551615 239476381395 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12788/statm: 69940 7267 1761 364 0 5864 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 279760

[startup+1.50067 s]
/proc/loadavg: 8.09 7.56 4.67 6/234 12793
/proc/meminfo: memFree=29617376/32950928 swapFree=67086616/67111528
[pid=12788] ppid=12786 vsize=289496 CPUtime=1.22 cores=1,3,5,7
/proc/12788/stat : 12788 (python) R 12786 12788 12303 0 -1 4202496 13884 935 1 0 111 11 0 0 16 0 1 0 538407378 296443904 9758 33554432000 4194304 5683644 140735053486464 18446744073709551615 47740669850014 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12788/statm: 72374 9758 1826 364 0 8298 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 289496

[startup+3.10031 s]
/proc/loadavg: 8.09 7.56 4.67 6/234 12793
/proc/meminfo: memFree=29617060/32950928 swapFree=67086616/67111528
[pid=12788] ppid=12786 vsize=323440 CPUtime=2.49 cores=1,3,5,7
/proc/12788/stat : 12788 (python) S 12786 12788 12303 0 -1 4202496 16792 935 1 0 237 12 0 0 20 0 5 0 538407378 331202560 8058 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12788/statm: 80860 8058 1883 364 0 16769 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 323440

[startup+6.30069 s]
/proc/loadavg: 7.84 7.52 4.67 9/246 12805
/proc/meminfo: memFree=29591412/32950928 swapFree=67086616/67111528
[pid=12788] ppid=12786 vsize=323440 CPUtime=2.49 cores=1,3,5,7
/proc/12788/stat : 12788 (python) S 12786 12788 12303 0 -1 4202496 16792 935 1 0 237 12 0 0 20 0 5 0 538407378 331202560 8058 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12788/statm: 80860 8058 1883 364 0 16769 0
[pid=12794] ppid=12788 vsize=282308 CPUtime=0 cores=1,3,5,7
/proc/12794/stat : 12794 (python) S 12788 12788 12303 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 538407647 289083392 6330 33554432000 4194304 5683644 140735053486464 18446744073709551615 239476715023 0 0 16781312 514 4581484637330571525 0 0 17 7 0 0 0
/proc/12794/statm: 70577 6330 355 364 0 6495 0
[pid=12796] ppid=12794 vsize=1020188 CPUtime=3.59 cores=1,3,5,7
/proc/12796/stat : 12796 (gnovelty+2) R 12794 12796 12796 0 -1 4202496 1139 0 0 0 359 0 0 0 25 0 1 0 538407647 1044672512 876 33554432000 134512640 135663704 4291623632 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12796/statm: 255047 876 113 282 0 254763 0
[pid=12797] ppid=12788 vsize=293168 CPUtime=0 cores=1,3,5,7
/proc/12797/stat : 12797 (python) S 12788 12788 12303 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 538407650 300204032 6378 33554432000 4194304 5683644 140735053486464 18446744073709551615 239476715078 0 0 16781312 514 13586007405891649800 0 0 17 3 0 0 0
/proc/12797/statm: 73292 6378 349 364 0 9207 0
[pid=12799] ppid=12797 vsize=1020188 CPUtime=3.57 cores=1,3,5,7
/proc/12799/stat : 12799 (gnovelty+2) R 12797 12799 12799 0 -1 4202496 1139 0 0 0 357 0 0 0 25 0 1 0 538407650 1044672512 876 33554432000 134512640 135663704 4291292512 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12799/statm: 255047 876 113 282 0 254763 0
[pid=12800] ppid=12788 vsize=302940 CPUtime=0 cores=1,3,5,7
/proc/12800/stat : 12800 (python) S 12788 12788 12303 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 538407653 310210560 6515 33554432000 4194304 5683644 140735053486464 18446744073709551615 239476715078 0 0 16781312 514 4473575542523658502 0 0 17 3 0 0 0
/proc/12800/statm: 75735 6515 347 364 0 11647 0
[pid=12802] ppid=12800 vsize=421140 CPUtime=3.54 cores=1,3,5,7
/proc/12802/stat : 12802 (adaptg2wsat2009) R 12800 12802 12802 0 -1 4202496 1803 0 0 0 354 0 0 0 25 0 1 0 538407653 431247360 1538 33554432000 134512640 135107411 4287576752 18446744073709551615 134523300 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12802/statm: 105285 1538 49 146 0 104161 0
[pid=12803] ppid=12788 vsize=313196 CPUtime=0 cores=1,3,5,7
/proc/12803/stat : 12803 (python) S 12788 12788 12303 0 -1 4202560 750 0 0 0 0 0 0 0 18 0 1 0 538407656 320712704 6519 33554432000 4194304 5683644 140735053486464 18446744073709551615 239476715078 0 0 16781312 514 6758450864995664136 0 0 17 5 0 0 0
/proc/12803/statm: 78299 6519 347 364 0 14208 0
[pid=12805] ppid=12803 vsize=421140 CPUtime=3.48 cores=1,3,5,7
/proc/12805/stat : 12805 (adaptg2wsat2009) R 12803 12805 12805 0 -1 4202496 1806 0 0 0 348 0 0 0 25 0 1 0 538407656 431247360 1538 33554432000 134512640 135107411 4294213280 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12805/statm: 105285 1538 49 146 0 104161 0
[pid=12788/tid=12795] ppid=12786 vsize=323440 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12795/stat : 12795 (python) S 12786 12788 12303 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 5 0 538407647 331202560 8058 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0
[pid=12788/tid=12798] ppid=12786 vsize=323440 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12798/stat : 12798 (python) S 12786 12788 12303 0 -1 4202560 22 935 0 0 0 0 0 0 22 0 5 0 538407650 331202560 8058 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0
[pid=12788/tid=12801] ppid=12786 vsize=323440 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12801/stat : 12801 (python) S 12786 12788 12303 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 538407653 331202560 8058 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0
[pid=12788/tid=12804] ppid=12786 vsize=323440 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12804/stat : 12804 (python) S 12786 12788 12303 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 5 0 538407656 331202560 8058 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 16.67
Current children cumulated vsize (KiB) 4397708

[startup+12.7015 s]
/proc/loadavg: 7.85 7.52 4.69 9/246 12805
/proc/meminfo: memFree=29587500/32950928 swapFree=67086616/67111528
[pid=12788] ppid=12786 vsize=323440 CPUtime=2.49 cores=1,3,5,7
/proc/12788/stat : 12788 (python) S 12786 12788 12303 0 -1 4202496 16792 935 1 0 237 12 0 0 20 0 5 0 538407378 331202560 8058 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12788/statm: 80860 8058 1883 364 0 16769 0
[pid=12794] ppid=12788 vsize=282308 CPUtime=0 cores=1,3,5,7
/proc/12794/stat : 12794 (python) S 12788 12788 12303 0 -1 4202560 893 0 0 0 0 0 0 0 18 0 1 0 538407647 289083392 6353 33554432000 4194304 5683644 140735053486464 18446744073709551615 239476715023 0 0 16781312 514 4581484637330571525 0 0 17 7 0 0 0
/proc/12794/statm: 70577 6353 378 364 0 6495 0
[pid=12796] ppid=12794 vsize=1020188 CPUtime=9.98 cores=1,3,5,7
/proc/12796/stat : 12796 (gnovelty+2) R 12794 12796 12796 0 -1 4202496 1139 0 0 0 998 0 0 0 25 0 1 0 538407647 1044672512 876 33554432000 134512640 135663704 4291623632 18446744073709551615 134524843 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12796/statm: 255047 876 113 282 0 254763 0
[pid=12797] ppid=12788 vsize=293168 CPUtime=0 cores=1,3,5,7
/proc/12797/stat : 12797 (python) S 12788 12788 12303 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 538407650 300204032 6401 33554432000 4194304 5683644 140735053486464 18446744073709551615 239476715078 0 0 16781312 514 13586007405891649800 0 0 17 3 0 0 0
/proc/12797/statm: 73292 6401 372 364 0 9207 0
[pid=12799] ppid=12797 vsize=1020188 CPUtime=9.97 cores=1,3,5,7
/proc/12799/stat : 12799 (gnovelty+2) R 12797 12799 12799 0 -1 4202496 1139 0 0 0 997 0 0 0 25 0 1 0 538407650 1044672512 876 33554432000 134512640 135663704 4291292512 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12799/statm: 255047 876 113 282 0 254763 0
[pid=12800] ppid=12788 vsize=302940 CPUtime=0 cores=1,3,5,7
/proc/12800/stat : 12800 (python) S 12788 12788 12303 0 -1 4202560 919 0 0 0 0 0 0 0 18 0 1 0 538407653 310210560 6538 33554432000 4194304 5683644 140735053486464 18446744073709551615 239476715078 0 0 16781312 514 4473575542523658502 0 0 17 3 0 0 0
/proc/12800/statm: 75735 6538 370 364 0 11647 0
[pid=12802] ppid=12800 vsize=421804 CPUtime=9.92 cores=1,3,5,7
/proc/12802/stat : 12802 (adaptg2wsat2009) R 12800 12802 12802 0 -1 4202496 2136 0 0 0 992 0 0 0 25 0 1 0 538407653 431927296 1871 33554432000 134512640 135107411 4287576752 18446744073709551615 134539306 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12802/statm: 105451 1871 59 146 0 104327 0
[pid=12803] ppid=12788 vsize=313196 CPUtime=0 cores=1,3,5,7
/proc/12803/stat : 12803 (python) S 12788 12788 12303 0 -1 4202560 936 0 0 0 0 0 0 0 18 0 1 0 538407656 320712704 6542 33554432000 4194304 5683644 140735053486464 18446744073709551615 239476715078 0 0 16781312 514 6758450864995664136 0 0 17 5 0 0 0
/proc/12803/statm: 78299 6542 370 364 0 14208 0
[pid=12805] ppid=12803 vsize=421804 CPUtime=9.83 cores=1,3,5,7
/proc/12805/stat : 12805 (adaptg2wsat2009) R 12803 12805 12805 0 -1 4202496 2139 0 0 0 983 0 0 0 25 0 1 0 538407656 431927296 1871 33554432000 134512640 135107411 4294213280 18446744073709551615 134531661 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12805/statm: 105451 1871 59 146 0 104327 0
[pid=12788/tid=12795] ppid=12786 vsize=323440 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12795/stat : 12795 (python) S 12786 12788 12303 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 5 0 538407647 331202560 8058 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0
[pid=12788/tid=12798] ppid=12786 vsize=323440 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12798/stat : 12798 (python) S 12786 12788 12303 0 -1 4202560 22 935 0 0 0 0 0 0 22 0 5 0 538407650 331202560 8058 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0
[pid=12788/tid=12801] ppid=12786 vsize=323440 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12801/stat : 12801 (python) S 12786 12788 12303 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 538407653 331202560 8058 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0
[pid=12788/tid=12804] ppid=12786 vsize=323440 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12804/stat : 12804 (python) S 12786 12788 12303 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 5 0 538407656 331202560 8058 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 42.19
Current children cumulated vsize (KiB) 4399036

[startup+25.501 s]
/proc/loadavg: 7.97 7.56 4.75 9/246 12805
/proc/meminfo: memFree=29587740/32950928 swapFree=67086616/67111528
[pid=12788] ppid=12786 vsize=323440 CPUtime=2.49 cores=1,3,5,7
/proc/12788/stat : 12788 (python) S 12786 12788 12303 0 -1 4202496 16792 935 1 0 237 12 0 0 20 0 5 0 538407378 331202560 8058 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12788/statm: 80860 8058 1883 364 0 16769 0
[pid=12794] ppid=12788 vsize=282308 CPUtime=0.02 cores=1,3,5,7
/proc/12794/stat : 12794 (python) S 12788 12788 12303 0 -1 4202560 903 0 0 0 1 1 0 0 18 0 1 0 538407647 289083392 6353 33554432000 4194304 5683644 140735053486464 18446744073709551615 239476715023 0 0 16781312 514 8824609955785965829 0 0 17 7 0 0 0
/proc/12794/statm: 70577 6353 378 364 0 6495 0
[pid=12796] ppid=12794 vsize=1020188 CPUtime=22.76 cores=1,3,5,7
/proc/12796/stat : 12796 (gnovelty+2) R 12794 12796 12796 0 -1 4202496 1139 0 0 0 2276 0 0 0 25 0 1 0 538407647 1044672512 876 33554432000 134512640 135663704 4291623632 18446744073709551615 134525722 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12796/statm: 255047 876 113 282 0 254763 0
[pid=12797] ppid=12788 vsize=293168 CPUtime=0.03 cores=1,3,5,7
/proc/12797/stat : 12797 (python) S 12788 12788 12303 0 -1 4202560 907 0 0 0 2 1 0 0 18 0 1 0 538407650 300204032 6401 33554432000 4194304 5683644 140735053486464 18446744073709551615 239476715078 0 0 16781312 514 8824609955785965832 0 0 17 3 0 0 0
/proc/12797/statm: 73292 6401 372 364 0 9207 0
[pid=12799] ppid=12797 vsize=1020188 CPUtime=22.77 cores=1,3,5,7
/proc/12799/stat : 12799 (gnovelty+2) R 12797 12799 12799 0 -1 4202496 1139 0 0 0 2277 0 0 0 25 0 1 0 538407650 1044672512 876 33554432000 134512640 135663704 4291292512 18446744073709551615 134544212 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12799/statm: 255047 876 113 282 0 254763 0
[pid=12800] ppid=12788 vsize=302940 CPUtime=0.03 cores=1,3,5,7
/proc/12800/stat : 12800 (python) S 12788 12788 12303 0 -1 4202560 925 0 0 0 2 1 0 0 18 0 1 0 538407653 310210560 6538 33554432000 4194304 5683644 140735053486464 18446744073709551615 239476715078 0 0 16781312 514 8824609955785965830 0 0 17 3 0 0 0
/proc/12800/statm: 75735 6538 370 364 0 11647 0
[pid=12802] ppid=12800 vsize=421804 CPUtime=22.66 cores=1,3,5,7
/proc/12802/stat : 12802 (adaptg2wsat2009) R 12800 12802 12802 0 -1 4202496 2136 0 0 0 2266 0 0 0 25 0 1 0 538407653 431927296 1871 33554432000 134512640 135107411 4287576752 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12802/statm: 105451 1871 59 146 0 104327 0
[pid=12803] ppid=12788 vsize=313196 CPUtime=0.02 cores=1,3,5,7
/proc/12803/stat : 12803 (python) S 12788 12788 12303 0 -1 4202560 944 0 0 0 1 1 0 0 18 0 1 0 538407656 320712704 6542 33554432000 4194304 5683644 140735053486464 18446744073709551615 239476715078 0 0 16781312 514 8824609955785965832 0 0 17 5 0 0 0
/proc/12803/statm: 78299 6542 370 364 0 14208 0
[pid=12805] ppid=12803 vsize=421804 CPUtime=22.5 cores=1,3,5,7
/proc/12805/stat : 12805 (adaptg2wsat2009) R 12803 12805 12805 0 -1 4202496 2139 0 0 0 2250 0 0 0 25 0 1 0 538407656 431927296 1871 33554432000 134512640 135107411 4294213280 18446744073709551615 134531232 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12805/statm: 105451 1871 59 146 0 104327 0
[pid=12788/tid=12795] ppid=12786 vsize=323440 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12795/stat : 12795 (python) S 12786 12788 12303 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 5 0 538407647 331202560 8058 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0
[pid=12788/tid=12798] ppid=12786 vsize=323440 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12798/stat : 12798 (python) S 12786 12788 12303 0 -1 4202560 22 935 0 0 0 0 0 0 22 0 5 0 538407650 331202560 8058 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0
[pid=12788/tid=12801] ppid=12786 vsize=323440 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12801/stat : 12801 (python) S 12786 12788 12303 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 538407653 331202560 8058 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0

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

/proc/12800/task/12825/stat : 12825 (python) S 12788 12788 12303 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 538417670 310210560 6568 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 514 18446604471134147904 0 0 -1 3 0 0 0
[pid=12803] ppid=12788 vsize=313196 CPUtime=0.16 cores=1,3,5,7
/proc/12803/stat : 12803 (python) S 12788 12788 12303 0 -1 4202560 1124 0 0 0 9 7 0 0 19 0 2 0 538407656 320712704 6572 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/12803/statm: 78299 6572 399 364 0 14208 0
[pid=12805] ppid=12803 vsize=421804 CPUtime=99.25 cores=1,3,5,7
/proc/12805/stat : 12805 (adaptg2wsat2009) T 12803 12805 12805 0 -1 4202496 2139 0 0 0 9925 0 0 0 25 0 1 0 538407656 431927296 1871 33554432000 134512640 135107411 4294213280 18446744073709551615 134532291 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12805/statm: 105451 1871 59 146 0 104327 0
[pid=12803/tid=12826] ppid=12788 vsize=313196 CPUtime=0 cores=1,3,5,7
/proc/12803/task/12826/stat : 12826 (python) S 12788 12788 12303 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538417671 320712704 6572 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 514 18446604463076202304 0 0 -1 3 0 0 0
[pid=12827] ppid=12788 vsize=323452 CPUtime=0.16 cores=1,3,5,7
/proc/12827/stat : 12827 (python) S 12788 12788 12303 0 -1 4202560 1127 0 0 0 6 10 0 0 19 0 2 0 538417672 331214848 6576 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12827/statm: 80863 6576 399 364 0 16769 0
[pid=12829] ppid=12827 vsize=421804 CPUtime=97.32 cores=1,3,5,7
/proc/12829/stat : 12829 (adaptg2wsat2009) T 12827 12829 12829 0 -1 4202496 2138 0 0 0 9732 0 0 0 25 0 1 0 538417672 431927296 1871 33554432000 134512640 135107411 4287957232 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12829/statm: 105451 1871 59 146 0 104327 0
[pid=12827/tid=12855] ppid=12788 vsize=323452 CPUtime=0 cores=1,3,5,7
/proc/12827/task/12855/stat : 12855 (python) S 12788 12788 12303 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538427588 331214848 6576 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 514 18446604471133270080 0 0 -1 7 0 0 0
[pid=12830] ppid=12788 vsize=333880 CPUtime=0.16 cores=1,3,5,7
/proc/12830/stat : 12830 (python) S 12788 12788 12303 0 -1 4202560 1134 0 0 0 8 8 0 0 19 0 2 0 538417675 341893120 6581 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12830/statm: 83470 6581 400 364 0 19373 0
[pid=12832] ppid=12830 vsize=1020188 CPUtime=100.03 cores=1,3,5,7
/proc/12832/stat : 12832 (gnovelty+2) T 12830 12832 12832 0 -1 4202496 1142 0 0 0 10003 0 0 0 25 0 1 0 538417675 1044672512 876 33554432000 134512640 135663704 4292872592 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/12832/statm: 255047 876 113 282 0 254763 0
[pid=12830/tid=12860] ppid=12788 vsize=333880 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12860/stat : 12860 (python) S 12788 12788 12303 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538427696 341893120 6581 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 514 18446604471133272768 0 0 -1 5 0 0 0
[pid=12833] ppid=12788 vsize=344224 CPUtime=0.16 cores=1,3,5,7
/proc/12833/stat : 12833 (python) S 12788 12788 12303 0 -1 4202560 1201 0 0 0 9 7 0 0 19 0 2 0 538417679 352485376 6591 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/12833/statm: 86056 6591 406 364 0 21956 0
[pid=12835] ppid=12833 vsize=251292 CPUtime=99.98 cores=1,3,5,7
/proc/12835/stat : 12835 (FH) T 12833 12835 12835 0 -1 4202496 1961 0 0 0 9998 0 0 0 25 0 1 0 538417679 257323008 1694 33554432000 134512640 134936988 4288309088 18446744073709551615 134544958 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/12835/statm: 62823 1694 41 104 0 62327 0
[pid=12833/tid=12859] ppid=12788 vsize=344224 CPUtime=0 cores=1,3,5,7
/proc/12833/task/12859/stat : 12859 (python) S 12788 12788 12303 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538427696 352485376 6591 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 514 18446604471149810816 0 0 -1 1 0 0 0
[pid=12837] ppid=12788 vsize=354580 CPUtime=0.16 cores=1,3,5,7
/proc/12837/stat : 12837 (python) S 12788 12788 12303 0 -1 4202560 1184 0 0 0 8 8 0 0 19 0 2 0 538417684 363089920 6595 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/12837/statm: 88645 6595 406 364 0 24542 0
[pid=12839] ppid=12837 vsize=421804 CPUtime=99.97 cores=1,3,5,7
/proc/12839/stat : 12839 (adaptg2wsat2009) T 12837 12839 12839 0 -1 4202496 2145 0 0 0 9997 0 0 0 25 0 1 0 538417684 431927296 1873 33554432000 134512640 135107411 4288561632 18446744073709551615 134531411 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/12839/statm: 105451 1873 59 146 0 104327 0
[pid=12837/tid=12864] ppid=12788 vsize=354580 CPUtime=0 cores=1,3,5,7
/proc/12837/task/12864/stat : 12864 (python) S 12788 12788 12303 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538427702 363089920 6595 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 514 18446604471149811712 0 0 -1 3 0 0 0
[pid=12856] ppid=12788 vsize=364940 CPUtime=0.18 cores=1,3,5,7
/proc/12856/stat : 12856 (python) S 12788 12788 12303 0 -1 4202560 1165 0 0 0 9 9 0 0 19 0 2 0 538427592 373698560 6593 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/12856/statm: 91235 6593 400 364 0 27129 0
[pid=12858] ppid=12856 vsize=421804 CPUtime=98.27 cores=1,3,5,7
/proc/12858/stat : 12858 (adaptg2wsat2009) T 12856 12858 12858 0 -1 4202496 2141 0 0 0 9827 0 0 0 25 0 1 0 538427592 431927296 1871 33554432000 134512640 135107411 4290026944 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12858/statm: 105451 1871 59 146 0 104327 0
[pid=12856/tid=12878] ppid=12788 vsize=364940 CPUtime=0 cores=1,3,5,7
/proc/12856/task/12878/stat : 12878 (python) S 12788 12788 12303 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 538437609 373698560 6593 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 514 18446604463780493184 0 0 -1 7 0 0 0
[pid=12861] ppid=12788 vsize=375180 CPUtime=0.18 cores=1,3,5,7
/proc/12861/stat : 12861 (python) S 12788 12788 12303 0 -1 4202560 1158 0 0 0 10 8 0 0 19 0 2 0 538427700 384184320 6597 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/12861/statm: 93795 6597 400 364 0 29686 0
[pid=12863] ppid=12861 vsize=251288 CPUtime=99.59 cores=1,3,5,7
/proc/12863/stat : 12863 (FH) T 12861 12863 12863 0 -1 4202496 1964 0 0 0 9959 0 0 0 25 0 1 0 538427700 257318912 1693 33554432000 134512640 134936988 4289331904 18446744073709551615 134553238 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12863/statm: 62822 1693 41 104 0 62326 0
[pid=12861/tid=12882] ppid=12788 vsize=375180 CPUtime=0 cores=1,3,5,7
/proc/12861/task/12882/stat : 12882 (python) S 12788 12788 12303 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538437717 384184320 6597 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 514 18446604471159271552 0 0 -1 3 0 0 0
[pid=12865] ppid=12788 vsize=385556 CPUtime=0.55 cores=1,3,5,7
/proc/12865/stat : 12865 (python) S 12788 12788 12303 0 -1 4202560 1195 0 0 0 29 26 0 0 18 0 2 0 538427704 394809344 6601 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12865/statm: 96389 6601 400 364 0 32277 0
[pid=12867] ppid=12865 vsize=268428 CPUtime=294.58 cores=1,3,5,7
/proc/12867/stat : 12867 (hybridGM3) T 12865 12867 12867 0 -1 4202496 5649 0 0 0 29458 0 0 0 25 0 1 0 538427704 274870272 5378 33554432000 134512640 135204385 4289144192 18446744073709551615 134538284 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/12867/statm: 67107 5378 63 169 0 66937 0
[pid=12865/tid=12895] ppid=12788 vsize=385556 CPUtime=0 cores=1,3,5,7
/proc/12865/task/12895/stat : 12895 (python) S 12788 12788 12303 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538447148 394809344 6601 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 514 18446604470207982400 0 0 -1 7 0 0 0
[pid=12868] ppid=12788 vsize=395692 CPUtime=0.19 cores=1,3,5,7
/proc/12868/stat : 12868 (python) S 12788 12788 12303 0 -1 4202560 1183 0 0 0 11 8 0 0 19 0 2 0 538427708 405188608 6626 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/12868/statm: 98923 6626 400 364 0 34808 0
[pid=12870] ppid=12868 vsize=1020188 CPUtime=100.21 cores=1,3,5,7
/proc/12870/stat : 12870 (gnovelty+2) T 12868 12870 12870 0 -1 4202496 1151 0 0 0 10021 0 0 0 25 0 1 0 538427709 1044672512 876 33554432000 134512640 135663704 4290284128 18446744073709551615 134524919 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/12870/statm: 255047 876 113 282 0 254763 0
[pid=12868/tid=12886] ppid=12788 vsize=395692 CPUtime=0 cores=1,3,5,7
/proc/12868/task/12886/stat : 12886 (python) S 12788 12788 12303 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538437731 405188608 6626 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 514 18446604465867104512 0 0 -1 3 0 0 0
[pid=12879] ppid=12788 vsize=405956 CPUtime=0.36 cores=1,3,5,7
/proc/12879/stat : 12879 (python) S 12788 12788 12303 0 -1 4202560 1040 0 0 0 19 17 0 0 18 0 1 0 538437614 415698944 6601 33554432000 4194304 5683644 140735053486464 18446744073709551615 239476715078 0 0 16781312 514 8824609955785965829 0 0 17 3 0 0 0
/proc/12879/statm: 101489 6601 372 364 0 37371 0
[pid=12881] ppid=12879 vsize=268428 CPUtime=193.18 cores=1,3,5,7
/proc/12881/stat : 12881 (hybridGM3) R 12879 12881 12881 0 -1 4202496 5649 0 0 0 19318 0 0 0 25 0 1 0 538437614 274870272 5378 33554432000 134512640 135204385 4291983856 18446744073709551615 134537792 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12881/statm: 67107 5378 63 169 0 66937 0
[pid=12883] ppid=12788 vsize=416352 CPUtime=0.18 cores=1,3,5,7
/proc/12883/stat : 12883 (python) S 12788 12788 12303 0 -1 4202560 1185 0 0 0 9 9 0 0 19 0 2 0 538437721 426344448 6634 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/12883/statm: 104088 6634 400 364 0 39967 0
[pid=12885] ppid=12883 vsize=421804 CPUtime=99.64 cores=1,3,5,7
/proc/12885/stat : 12885 (adaptg2wsat2009) T 12883 12885 12885 0 -1 4202496 2149 0 0 0 9964 0 0 0 25 0 1 0 538437722 431927296 1871 33554432000 134512640 135107411 4291804736 18446744073709551615 134532376 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/12885/statm: 105451 1871 59 146 0 104327 0
[pid=12883/tid=12896] ppid=12788 vsize=416352 CPUtime=0 cores=1,3,5,7
/proc/12883/task/12896/stat : 12896 (python) S 12788 12788 12303 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538447739 426344448 6634 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 514 18446604454223780800 0 0 -1 3 0 0 0
[pid=12887] ppid=12788 vsize=426760 CPUtime=0.36 cores=1,3,5,7
/proc/12887/stat : 12887 (python) S 12788 12788 12303 0 -1 4202560 1238 0 0 0 19 17 0 0 19 0 2 0 538437736 437002240 6652 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/12887/statm: 106690 6652 407 364 0 42566 0
[pid=12889] ppid=12887 vsize=268420 CPUtime=196.41 cores=1,3,5,7
/proc/12889/stat : 12889 (hybridGM3) T 12887 12889 12889 0 -1 4202496 5656 0 0 0 19641 0 0 0 25 0 1 0 538437736 274862080 5377 33554432000 134512640 135204385 4287910496 18446744073709551615 134538355 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/12889/statm: 67105 5377 63 169 0 66935 0
[pid=12887/tid=12909] ppid=12788 vsize=426760 CPUtime=0 cores=1,3,5,7
/proc/12887/task/12909/stat : 12909 (python) S 12788 12788 12303 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538457378 437002240 6652 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 514 18446604471139153088 0 0 -1 7 0 0 0
[pid=12897] ppid=12788 vsize=436744 CPUtime=0.18 cores=1,3,5,7
/proc/12897/stat : 12897 (python) S 12788 12788 12303 0 -1 4202560 1084 0 0 0 10 8 0 0 18 0 1 0 538447744 447225856 6666 33554432000 4194304 5683644 140735053486464 18446744073709551615 239476715078 0 0 16781312 514 8824609955785965830 0 0 17 3 0 0 0
/proc/12897/statm: 109186 6666 380 364 0 45059 0
[pid=12899] ppid=12897 vsize=268428 CPUtime=96.22 cores=1,3,5,7
/proc/12899/stat : 12899 (hybridGM3) R 12897 12899 12899 0 -1 4202496 5656 0 0 0 9622 0 0 0 25 0 1 0 538447744 274870272 5378 33554432000 134512640 135204385 4287776896 18446744073709551615 134538248 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12899/statm: 67107 5378 63 169 0 66937 0
[pid=12906] ppid=12788 vsize=447588 CPUtime=0 cores=1,3,5,7
/proc/12906/stat : 12906 (python) S 12788 12788 12303 0 -1 4202560 842 0 0 0 0 0 0 0 18 0 1 0 538457176 458330112 6641 33554432000 4194304 5683644 140735053486464 18446744073709551615 239476715078 0 0 16781312 514 495717295578906884 0 0 17 3 0 0 0
/proc/12906/statm: 111897 6641 351 364 0 47767 0
[pid=12908] ppid=12906 vsize=455276 CPUtime=2.38 cores=1,3,5,7
/proc/12908/stat : 12908 (TNM) R 12906 12908 12908 0 -1 4202496 1577 0 0 0 238 0 0 0 25 0 1 0 538457177 466202624 1302 33554432000 134512640 135008748 4292042816 18446744073709551615 134523372 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12908/statm: 113819 1302 45 122 0 112719 0
[pid=12910] ppid=12788 vsize=457528 CPUtime=0 cores=1,3,5,7
/proc/12910/stat : 12910 (python) S 12788 12788 12303 0 -1 4202560 826 0 0 0 0 0 0 0 19 0 1 0 538457383 468508672 6655 33554432000 4194304 5683644 140735053486464 18446744073709551615 239476715078 0 0 16781312 514 9783353313176059903 0 0 17 3 0 0 0
/proc/12910/statm: 114382 6655 346 364 0 50249 0
[pid=12912] ppid=12910 vsize=249144 CPUtime=0.36 cores=1,3,5,7
/proc/12912/stat : 12912 (FH) R 12910 12912 12912 0 -1 4202496 1567 0 0 0 36 0 0 0 21 0 1 0 538457384 255123456 1296 33554432000 134512640 134936988 4288419936 18446744073709551615 134523648 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12912/statm: 62286 1296 37 104 0 61790 0
[pid=12788/tid=12795] ppid=12786 vsize=467288 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12795/stat : 12795 (python) S 12786 12788 12303 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 19 0 538407647 478502912 8224 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0
[pid=12788/tid=12798] ppid=12786 vsize=467288 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12798/stat : 12798 (python) S 12786 12788 12303 0 -1 4202560 22 935 0 0 0 0 0 0 22 0 19 0 538407650 478502912 8224 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0
[pid=12788/tid=12801] ppid=12786 vsize=467288 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12801/stat : 12801 (python) S 12786 12788 12303 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 19 0 538407653 478502912 8224 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0
[pid=12788/tid=12804] ppid=12786 vsize=467288 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12804/stat : 12804 (python) S 12786 12788 12303 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 19 0 538407656 478502912 8224 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 5 0 0 0
[pid=12788/tid=12828] ppid=12786 vsize=467288 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12828/stat : 12828 (python) S 12786 12788 12303 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 19 0 538417672 478502912 8224 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0
[pid=12788/tid=12831] ppid=12786 vsize=467288 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12831/stat : 12831 (python) S 12786 12788 12303 0 -1 4202560 25 935 0 0 0 0 0 0 22 0 19 0 538417675 478502912 8224 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 5 0 0 0
[pid=12788/tid=12834] ppid=12786 vsize=467288 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12834/stat : 12834 (python) S 12786 12788 12303 0 -1 4202560 30 935 0 0 0 0 0 0 24 0 19 0 538417679 478502912 8224 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0
[pid=12788/tid=12838] ppid=12786 vsize=467288 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12838/stat : 12838 (python) S 12786 12788 12303 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 19 0 538417684 478502912 8224 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0
[pid=12788/tid=12857] ppid=12786 vsize=467288 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12857/stat : 12857 (python) S 12786 12788 12303 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 19 0 538427592 478502912 8224 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0
[pid=12788/tid=12862] ppid=12786 vsize=467288 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12862/stat : 12862 (python) S 12786 12788 12303 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 19 0 538427700 478502912 8224 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0
[pid=12788/tid=12866] ppid=12786 vsize=467288 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12866/stat : 12866 (python) S 12786 12788 12303 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 19 0 538427704 478502912 8224 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 7 0 0 0
[pid=12788/tid=12869] ppid=12786 vsize=467288 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12869/stat : 12869 (python) S 12786 12788 12303 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 19 0 538427709 478502912 8224 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0
[pid=12788/tid=12880] ppid=12786 vsize=467288 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12880/stat : 12880 (python) S 12786 12788 12303 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 19 0 538437614 478502912 8224 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0
[pid=12788/tid=12884] ppid=12786 vsize=467288 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12884/stat : 12884 (python) S 12786 12788 12303 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 19 0 538437722 478502912 8224 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0
[pid=12788/tid=12888] ppid=12786 vsize=467288 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12888/stat : 12888 (python) S 12786 12788 12303 0 -1 4202560 29 935 0 0 0 0 0 0 21 0 19 0 538437736 478502912 8224 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0
[pid=12788/tid=12898] ppid=12786 vsize=467288 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12898/stat : 12898 (python) S 12786 12788 12303 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 19 0 538447744 478502912 8224 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0
[pid=12788/tid=12907] ppid=12786 vsize=467288 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12907/stat : 12907 (python) S 12786 12788 12303 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 19 0 538457176 478502912 8224 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0
[pid=12788/tid=12911] ppid=12786 vsize=467288 CPUtime=0 cores=1,3,5,7
/proc/12788/task/12911/stat : 12911 (python) S 12786 12788 12303 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 19 0 538457384 478502912 8224 33554432000 4194304 5683644 140735053486464 18446744073709551615 239488518577 0 0 16781312 2 18446604454685005696 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1984.17
Current children cumulated vsize (KiB) 16029856

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

Real time (s): 500.522
CPU time (s): 1984.17
CPU user time (s): 1982.36
CPU system time (s): 1.81
CPU usage (%): 396.42
Max. virtual memory (cumulated for all children) (KiB): 16029856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.00354
system time used= 0.164974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31589
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= 2972
involuntary context switches= 75

runsolver used 2.6486 second user time and 6.03708 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-01 18:41:43
IDJOB=3317198
IDBENCH=82663
IDSOLVER=1705
FILE ID=node148/3317198-1304268103
RUNJOBID= node148-1304267279-12322
PBS_JOBID= 13173931
Free space on /tmp= 73072 MiB

SOLVER NAME= borg-sat 11.03.02-random
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-3317198-1304268103/watcher-3317198-1304268103 -o /tmp/evaluation-result-3317198-1304268103/solver-3317198-1304268103 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317198-1304268103.cnf -seed 225418663 -budget 4800 -cores 4

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

MD5SUM BENCH= 7eb6d5b5c1c99a6b88954b61ac97b4f7
RANDOM SEED=225418663

node148.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29651516 kB
Buffers:        798692 kB
Cached:        1863716 kB
SwapCached:       3772 kB
Active:         550736 kB
Inactive:      2361312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29651516 kB
SwapTotal:    67111528 kB
SwapFree:     67086616 kB
Dirty:           33068 kB
Writeback:           0 kB
AnonPages:      247832 kB
Mapped:          22760 kB
Slab:           311704 kB
PageTables:      14200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 20982372 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= 73040 MiB
End job on node148 at 2011-05-01 18:50:06