Trace number 3317180

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) 1989.01 501.62

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S1163171897-095-UNKNOWN.cnf
MD5SUM9c09330ef9d704e301452237c81ff9c7
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.33/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.67	c INFO: solving HOME/instance-3317180-1304268008.cnf
0.33/0.67	c INFO: computing task features
0.61/0.90	c INFO: computed variable-clause graph statistics
0.61/0.90	c INFO: computed clause balance statistics
1.82/2.12	c INFO: computed variable balance statistics
2.21/2.59	c INFO: computed small-clause counts
2.21/2.59	c INFO: computed Horn-clause counts
2.31/2.63	c INFO: computed variable graph statistics
2.31/2.63	c INFO: collected features for HOME/instance-3317180-1304268008.cnf in 1.96 s
2.31/2.66	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.38)
2.31/2.69	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.13)
2.40/2.72	c INFO: running adaptg2wsat2009++@0 for 97 with 4797 remaining (b = 0.08)
2.40/2.75	c INFO: running adaptg2wsat2009++@0 for 97 with 4797 remaining (b = 0.07)
402.47/102.94	c INFO: running adaptg2wsat2009++@0 for 97 with 4697 remaining (b = 0.05)
402.47/102.97	c INFO: running gnovelty+2@0 for 97 with 4697 remaining (b = 0.04)
402.68/103.00	c INFO: running FH@0 for 97 with 4697 remaining (b = 0.03)
402.68/103.04	c INFO: running adaptg2wsat2009++@0 for 97 with 4697 remaining (b = 0.03)
801.76/203.11	c INFO: running adaptg2wsat2009++@0 for 97 with 4597 remaining (b = 0.02)
802.07/203.22	c INFO: running FH@0 for 97 with 4597 remaining (b = 0.02)
802.07/203.26	c INFO: running hybridGM3@0 for 194 with 4597 remaining (b = 0.04)
802.19/203.31	c INFO: running gnovelty+2@0 for 97 with 4597 remaining (b = 0.02)
1196.72/302.32	c INFO: running hybridGM3@0 for 194 with 4498 remaining (b = 0.03)
1197.13/302.43	c INFO: running adaptg2wsat2009++@0 for 97 with 4498 remaining (b = 0.01)
1197.74/302.65	c INFO: running hybridGM3@0 for 194 with 4498 remaining (b = 0.03)
1584.54/399.71	c INFO: running hybridGM3@99 for 97 with 4400 remaining (b = 0.01)
1592.10/401.66	c INFO: running hybridGM3@0 for 194 with 4399 remaining (b = 0.02)
1971.53/497.15	c INFO: running TNM@0 for 1552 with 4303 remaining (b = 0.18)
1977.85/498.79	c INFO: running hybridGM3@99 for 97 with 4301 remaining (b = 0.01)
1986.60/500.93	c INFO: running FH@0 for 97 with 4299 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-3317180-1304268008/watcher-3317180-1304268008 -o /tmp/evaluation-result-3317180-1304268008/solver-3317180-1304268008 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317180-1304268008.cnf -seed 490474672 -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.01 7.36 4.30 5/226 16037
/proc/meminfo: memFree=24156800/32950940 swapFree=67111364/67111528
[pid=16037] ppid=16035 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/16037/stat : 16037 (python) S 16035 16037 15742 0 -1 4202496 795 0 0 0 0 0 0 0 25 0 1 0 617031618 15753216 682 33554432000 4194304 5683644 140733455527408 18446744073709551615 215988590592 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/16037/statm: 3846 682 322 364 0 333 0

[startup+0.080156 s]
/proc/loadavg: 8.01 7.36 4.30 5/226 16037
/proc/meminfo: memFree=24156800/32950940 swapFree=67111364/67111528
[pid=16037] ppid=16035 vsize=50016 CPUtime=0.04 cores=0,2,4,6
/proc/16037/stat : 16037 (python) R 16035 16037 15742 0 -1 4202496 1960 0 0 0 3 1 0 0 25 0 1 0 617031618 51216384 1724 33554432000 4194304 5683644 140733455527408 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16037/statm: 12504 1726 476 364 0 1204 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 50016

[startup+0.10015 s]
/proc/loadavg: 8.01 7.36 4.30 5/226 16037
/proc/meminfo: memFree=24156800/32950940 swapFree=67111364/67111528
[pid=16037] ppid=16035 vsize=89768 CPUtime=0.06 cores=0,2,4,6
/proc/16037/stat : 16037 (python) R 16035 16037 15742 0 -1 4202496 2672 0 0 0 4 2 0 0 25 0 1 0 617031618 91922432 2388 33554432000 4194304 5683644 140733455527408 18446744073709551615 215988588389 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16037/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.300141 s]
/proc/loadavg: 8.01 7.36 4.30 5/226 16037
/proc/meminfo: memFree=24156800/32950940 swapFree=67111364/67111528
[pid=16037] ppid=16035 vsize=135752 CPUtime=0.18 cores=0,2,4,6
/proc/16037/stat : 16037 (python) R 16035 16037 15742 0 -1 4202496 5968 936 1 0 14 4 0 0 25 0 1 0 617031618 139010048 4151 33554432000 4194304 5683644 140733455527408 18446744073709551615 215988588549 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/16037/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.701046 s]
/proc/loadavg: 8.01 7.36 4.30 5/226 16037
/proc/meminfo: memFree=24156800/32950940 swapFree=67111364/67111528
[pid=16037] ppid=16035 vsize=280568 CPUtime=0.41 cores=0,2,4,6
/proc/16037/stat : 16037 (python) R 16035 16037 15742 0 -1 4202496 9800 936 1 0 30 11 0 0 25 0 1 0 617031618 287301632 7479 33554432000 4194304 5683644 140733455527408 18446744073709551615 215988650410 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16037/statm: 70151 7479 1761 364 0 6075 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 280568

[startup+1.5009 s]
/proc/loadavg: 8.01 7.36 4.30 6/227 16042
/proc/meminfo: memFree=24123932/32950940 swapFree=67111364/67111528
[pid=16037] ppid=16035 vsize=289500 CPUtime=1.21 cores=0,2,4,6
/proc/16037/stat : 16037 (python) R 16035 16037 15742 0 -1 4202496 13886 936 1 0 109 12 0 0 25 0 1 0 617031618 296448000 9760 33554432000 4194304 5683644 140733455527408 18446744073709551615 47968856042451 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16037/statm: 72375 9760 1826 364 0 8299 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 289500

[startup+3.10063 s]
/proc/loadavg: 8.01 7.36 4.30 6/227 16042
/proc/meminfo: memFree=24122324/32950940 swapFree=67111364/67111528
[pid=16037] ppid=16035 vsize=322968 CPUtime=2.46 cores=0,2,4,6
/proc/16037/stat : 16037 (python) S 16035 16037 15742 0 -1 4202496 16735 936 1 0 233 13 0 0 25 0 5 0 617031618 330719232 7941 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16037/statm: 80742 7941 1883 364 0 16651 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 322968
heavy processes:

[startup+6.30107 s]
/proc/loadavg: 7.93 7.35 4.31 9/239 16054
/proc/meminfo: memFree=24097552/32950940 swapFree=67111364/67111528
[pid=16037] ppid=16035 vsize=322968 CPUtime=2.46 cores=0,2,4,6
/proc/16037/stat : 16037 (python) S 16035 16037 15742 0 -1 4202496 16735 936 1 0 233 13 0 0 25 0 5 0 617031618 330719232 7941 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16037/statm: 80742 7941 1883 364 0 16651 0
[pid=16043] ppid=16037 vsize=282240 CPUtime=0 cores=0,2,4,6
/proc/16043/stat : 16043 (python) S 16037 16037 15742 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 617031885 289013760 6331 33554432000 4194304 5683644 140733455527408 18446744073709551615 215988612623 0 0 16781312 514 4331138758947602690 0 0 17 2 0 0 0
/proc/16043/statm: 70560 6331 355 364 0 6478 0
[pid=16045] ppid=16043 vsize=1020188 CPUtime=3.59 cores=0,2,4,6
/proc/16045/stat : 16045 (gnovelty+2) R 16043 16045 16045 0 -1 4202496 1139 0 0 0 359 0 0 0 25 0 1 0 617031885 1044672512 877 33554432000 134512640 135663704 4287301968 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16045/statm: 255047 877 113 282 0 254763 0
[pid=16046] ppid=16037 vsize=293172 CPUtime=0 cores=0,2,4,6
/proc/16046/stat : 16046 (python) S 16037 16037 15742 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 617031888 300208128 6380 33554432000 4194304 5683644 140733455527408 18446744073709551615 215988612678 0 0 16781312 514 4331127214075511044 0 0 17 2 0 0 0
/proc/16046/statm: 73293 6380 349 364 0 9208 0
[pid=16048] ppid=16046 vsize=1020188 CPUtime=3.59 cores=0,2,4,6
/proc/16048/stat : 16048 (gnovelty+2) R 16046 16048 16048 0 -1 4202496 1138 0 0 0 359 0 0 0 25 0 1 0 617031888 1044672512 876 33554432000 134512640 135663704 4287749856 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16048/statm: 255047 876 113 282 0 254763 0
[pid=16049] ppid=16037 vsize=303492 CPUtime=0 cores=0,2,4,6
/proc/16049/stat : 16049 (python) S 16037 16037 15742 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 617031891 310775808 6400 33554432000 4194304 5683644 140733455527408 18446744073709551615 215988612678 0 0 16781312 514 4267535034937737474 0 0 17 0 0 0 0
/proc/16049/statm: 75873 6400 349 364 0 11785 0
[pid=16051] ppid=16049 vsize=421140 CPUtime=3.56 cores=0,2,4,6
/proc/16051/stat : 16051 (adaptg2wsat2009) R 16049 16051 16051 0 -1 4202496 1803 0 0 0 356 0 0 0 25 0 1 0 617031891 431247360 1538 33554432000 134512640 135107411 4294051840 18446744073709551615 134523455 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16051/statm: 105285 1538 49 146 0 104161 0
[pid=16052] ppid=16037 vsize=313208 CPUtime=0 cores=0,2,4,6
/proc/16052/stat : 16052 (python) S 16037 16037 15742 0 -1 4202560 754 0 0 0 0 0 0 0 18 0 1 0 617031894 320724992 6404 33554432000 4194304 5683644 140733455527408 18446744073709551615 215988612678 0 0 16781312 514 4267542731519131908 0 0 17 2 0 0 0
/proc/16052/statm: 78302 6404 349 364 0 14211 0
[pid=16054] ppid=16052 vsize=421140 CPUtime=3.53 cores=0,2,4,6
/proc/16054/stat : 16054 (adaptg2wsat2009) R 16052 16054 16054 0 -1 4202496 1802 0 0 0 353 0 0 0 25 0 1 0 617031894 431247360 1538 33554432000 134512640 135107411 4290262928 18446744073709551615 134523314 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16054/statm: 105285 1538 49 146 0 104161 0
[pid=16037/tid=16044] ppid=16035 vsize=322968 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16044/stat : 16044 (python) S 16035 16037 15742 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 5 0 617031885 330719232 7941 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 6 0 0 0
[pid=16037/tid=16047] ppid=16035 vsize=322968 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16047/stat : 16047 (python) S 16035 16037 15742 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 5 0 617031888 330719232 7941 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 2 0 0 0
[pid=16037/tid=16050] ppid=16035 vsize=322968 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16050/stat : 16050 (python) S 16035 16037 15742 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 5 0 617031891 330719232 7941 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 0 0 0 0
[pid=16037/tid=16053] ppid=16035 vsize=322968 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16053/stat : 16053 (python) S 16035 16037 15742 0 -1 4202560 28 936 0 0 0 0 0 0 25 0 5 0 617031894 330719232 7941 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 16.73
Current children cumulated vsize (KiB) 4397736

[startup+12.7009 s]
/proc/loadavg: 7.94 7.36 4.33 9/239 16055
/proc/meminfo: memFree=24093428/32950940 swapFree=67111364/67111528
[pid=16037] ppid=16035 vsize=322968 CPUtime=2.46 cores=0,2,4,6
/proc/16037/stat : 16037 (python) S 16035 16037 15742 0 -1 4202496 16735 936 1 0 233 13 0 0 25 0 5 0 617031618 330719232 7941 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16037/statm: 80742 7941 1883 364 0 16651 0
[pid=16043] ppid=16037 vsize=282240 CPUtime=0 cores=0,2,4,6
/proc/16043/stat : 16043 (python) S 16037 16037 15742 0 -1 4202560 887 0 0 0 0 0 0 0 18 0 1 0 617031885 289013760 6354 33554432000 4194304 5683644 140733455527408 18446744073709551615 215988612623 0 0 16781312 514 4331138758947602690 0 0 17 2 0 0 0
/proc/16043/statm: 70560 6354 378 364 0 6478 0
[pid=16045] ppid=16043 vsize=1020188 CPUtime=9.95 cores=0,2,4,6
/proc/16045/stat : 16045 (gnovelty+2) R 16043 16045 16045 0 -1 4202496 1139 0 0 0 995 0 0 0 25 0 1 0 617031885 1044672512 877 33554432000 134512640 135663704 4287301968 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16045/statm: 255047 877 113 282 0 254763 0
[pid=16046] ppid=16037 vsize=293172 CPUtime=0 cores=0,2,4,6
/proc/16046/stat : 16046 (python) S 16037 16037 15742 0 -1 4202560 917 0 0 0 0 0 0 0 18 0 1 0 617031888 300208128 6403 33554432000 4194304 5683644 140733455527408 18446744073709551615 215988612678 0 0 16781312 514 4331127214075511044 0 0 17 2 0 0 0
/proc/16046/statm: 73293 6403 372 364 0 9208 0
[pid=16048] ppid=16046 vsize=1020188 CPUtime=9.99 cores=0,2,4,6
/proc/16048/stat : 16048 (gnovelty+2) R 16046 16048 16048 0 -1 4202496 1138 0 0 0 999 0 0 0 25 0 1 0 617031888 1044672512 876 33554432000 134512640 135663704 4287749856 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16048/statm: 255047 876 113 282 0 254763 0
[pid=16049] ppid=16037 vsize=303492 CPUtime=0 cores=0,2,4,6
/proc/16049/stat : 16049 (python) S 16037 16037 15742 0 -1 4202560 893 0 0 0 0 0 0 0 18 0 1 0 617031891 310775808 6423 33554432000 4194304 5683644 140733455527408 18446744073709551615 215988612678 0 0 16781312 514 4267535034937737474 0 0 17 0 0 0 0
/proc/16049/statm: 75873 6423 372 364 0 11785 0
[pid=16051] ppid=16049 vsize=421804 CPUtime=9.95 cores=0,2,4,6
/proc/16051/stat : 16051 (adaptg2wsat2009) R 16049 16051 16051 0 -1 4202496 2137 0 0 0 995 0 0 0 25 0 1 0 617031891 431927296 1872 33554432000 134512640 135107411 4294051840 18446744073709551615 134531942 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16051/statm: 105451 1872 59 146 0 104327 0
[pid=16052] ppid=16037 vsize=313208 CPUtime=0 cores=0,2,4,6
/proc/16052/stat : 16052 (python) S 16037 16037 15742 0 -1 4202560 933 0 0 0 0 0 0 0 18 0 1 0 617031894 320724992 6427 33554432000 4194304 5683644 140733455527408 18446744073709551615 215988612678 0 0 16781312 514 4267542731519131908 0 0 17 2 0 0 0
/proc/16052/statm: 78302 6427 372 364 0 14211 0
[pid=16054] ppid=16052 vsize=421804 CPUtime=9.9 cores=0,2,4,6
/proc/16054/stat : 16054 (adaptg2wsat2009) R 16052 16054 16054 0 -1 4202496 2136 0 0 0 990 0 0 0 25 0 1 0 617031894 431927296 1872 33554432000 134512640 135107411 4290262928 18446744073709551615 134531411 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16054/statm: 105451 1872 59 146 0 104327 0
[pid=16037/tid=16044] ppid=16035 vsize=322968 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16044/stat : 16044 (python) S 16035 16037 15742 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 5 0 617031885 330719232 7941 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 6 0 0 0
[pid=16037/tid=16047] ppid=16035 vsize=322968 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16047/stat : 16047 (python) S 16035 16037 15742 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 5 0 617031888 330719232 7941 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 2 0 0 0
[pid=16037/tid=16050] ppid=16035 vsize=322968 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16050/stat : 16050 (python) S 16035 16037 15742 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 5 0 617031891 330719232 7941 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 0 0 0 0
[pid=16037/tid=16053] ppid=16035 vsize=322968 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16053/stat : 16053 (python) S 16035 16037 15742 0 -1 4202560 28 936 0 0 0 0 0 0 25 0 5 0 617031894 330719232 7941 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 42.25
Current children cumulated vsize (KiB) 4399064

[startup+25.5007 s]
/proc/loadavg: 7.95 7.39 4.39 9/239 16055
/proc/meminfo: memFree=24093176/32950940 swapFree=67111364/67111528
[pid=16037] ppid=16035 vsize=322968 CPUtime=2.46 cores=0,2,4,6
/proc/16037/stat : 16037 (python) S 16035 16037 15742 0 -1 4202496 16735 936 1 0 233 13 0 0 25 0 5 0 617031618 330719232 7941 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16037/statm: 80742 7941 1883 364 0 16651 0
[pid=16043] ppid=16037 vsize=282240 CPUtime=0.03 cores=0,2,4,6
/proc/16043/stat : 16043 (python) S 16037 16037 15742 0 -1 4202560 896 0 0 0 2 1 0 0 18 0 1 0 617031885 289013760 6354 33554432000 4194304 5683644 140733455527408 18446744073709551615 215988612623 0 0 16781312 514 11210655741176152322 0 0 17 2 0 0 0
/proc/16043/statm: 70560 6354 378 364 0 6478 0
[pid=16045] ppid=16043 vsize=1020188 CPUtime=22.67 cores=0,2,4,6
/proc/16045/stat : 16045 (gnovelty+2) R 16043 16045 16045 0 -1 4202496 1139 0 0 0 2267 0 0 0 25 0 1 0 617031885 1044672512 877 33554432000 134512640 135663704 4287301968 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16045/statm: 255047 877 113 282 0 254763 0
[pid=16046] ppid=16037 vsize=293172 CPUtime=0.02 cores=0,2,4,6
/proc/16046/stat : 16046 (python) S 16037 16037 15742 0 -1 4202560 922 0 0 0 0 2 0 0 18 0 1 0 617031888 300208128 6403 33554432000 4194304 5683644 140733455527408 18446744073709551615 215988612678 0 0 16781312 514 11210655741176152324 0 0 17 2 0 0 0
/proc/16046/statm: 73293 6403 372 364 0 9208 0
[pid=16048] ppid=16046 vsize=1020188 CPUtime=22.79 cores=0,2,4,6
/proc/16048/stat : 16048 (gnovelty+2) R 16046 16048 16048 0 -1 4202496 1138 0 0 0 2279 0 0 0 25 0 1 0 617031888 1044672512 876 33554432000 134512640 135663704 4287749856 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16048/statm: 255047 876 113 282 0 254763 0
[pid=16049] ppid=16037 vsize=303492 CPUtime=0.03 cores=0,2,4,6
/proc/16049/stat : 16049 (python) S 16037 16037 15742 0 -1 4202560 903 0 0 0 1 2 0 0 18 0 1 0 617031891 310775808 6423 33554432000 4194304 5683644 140733455527408 18446744073709551615 215988612678 0 0 16781312 514 11210655741176152322 0 0 17 0 0 0 0
/proc/16049/statm: 75873 6423 372 364 0 11785 0
[pid=16051] ppid=16049 vsize=421804 CPUtime=22.73 cores=0,2,4,6
/proc/16051/stat : 16051 (adaptg2wsat2009) R 16049 16051 16051 0 -1 4202496 2137 0 0 0 2273 0 0 0 25 0 1 0 617031891 431927296 1872 33554432000 134512640 135107411 4294051840 18446744073709551615 134531246 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16051/statm: 105451 1872 59 146 0 104327 0
[pid=16052] ppid=16037 vsize=313208 CPUtime=0.03 cores=0,2,4,6
/proc/16052/stat : 16052 (python) S 16037 16037 15742 0 -1 4202560 939 0 0 0 2 1 0 0 18 0 1 0 617031894 320724992 6427 33554432000 4194304 5683644 140733455527408 18446744073709551615 215988612678 0 0 16781312 514 11210655741176152324 0 0 17 2 0 0 0
/proc/16052/statm: 78302 6427 372 364 0 14211 0
[pid=16054] ppid=16052 vsize=421804 CPUtime=22.61 cores=0,2,4,6
/proc/16054/stat : 16054 (adaptg2wsat2009) R 16052 16054 16054 0 -1 4202496 2136 0 0 0 2261 0 0 0 25 0 1 0 617031894 431927296 1872 33554432000 134512640 135107411 4290262928 18446744073709551615 134531709 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16054/statm: 105451 1872 59 146 0 104327 0
[pid=16037/tid=16044] ppid=16035 vsize=322968 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16044/stat : 16044 (python) S 16035 16037 15742 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 5 0 617031885 330719232 7941 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 6 0 0 0
[pid=16037/tid=16047] ppid=16035 vsize=322968 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16047/stat : 16047 (python) S 16035 16037 15742 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 5 0 617031888 330719232 7941 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 2 0 0 0
[pid=16037/tid=16050] ppid=16035 vsize=322968 CPUtime=0 cores=0,2,4,6

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

/proc/16051/stat : 16051 (adaptg2wsat2009) T 16049 16051 16051 0 -1 4202496 2137 0 0 0 10004 0 0 0 25 0 1 0 617031891 431927296 1872 33554432000 134512640 135107411 4294051840 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16051/statm: 105451 1872 59 146 0 104327 0
[pid=16049/tid=16062] ppid=16037 vsize=303492 CPUtime=0 cores=0,2,4,6
/proc/16049/task/16062/stat : 16062 (python) S 16037 16037 15742 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617041911 310775808 6452 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 514 18446604453906306176 0 0 -1 0 0 0 0
[pid=16052] ppid=16037 vsize=313208 CPUtime=0.14 cores=0,2,4,6
/proc/16052/stat : 16052 (python) S 16037 16037 15742 0 -1 4202560 1121 0 0 0 8 6 0 0 19 0 2 0 617031894 320724992 6456 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16052/statm: 78302 6456 400 364 0 14211 0
[pid=16054] ppid=16052 vsize=421804 CPUtime=99.7 cores=0,2,4,6
/proc/16054/stat : 16054 (adaptg2wsat2009) T 16052 16054 16054 0 -1 4202496 2136 0 0 0 9970 0 0 0 25 0 1 0 617031894 431927296 1872 33554432000 134512640 135107411 4290262928 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16054/statm: 105451 1872 59 146 0 104327 0
[pid=16052/tid=16066] ppid=16037 vsize=313208 CPUtime=0 cores=0,2,4,6
/proc/16052/task/16066/stat : 16066 (python) S 16037 16037 15742 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617041912 320724992 6456 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 514 18446604453906307968 0 0 -1 4 0 0 0
[pid=16064] ppid=16037 vsize=323616 CPUtime=0.15 cores=0,2,4,6
/proc/16064/stat : 16064 (python) S 16037 16037 15742 0 -1 4202560 1132 0 0 0 8 7 0 0 19 0 2 0 617041912 331382784 6460 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16064/statm: 80904 6460 400 364 0 16810 0
[pid=16067] ppid=16064 vsize=421804 CPUtime=98.83 cores=0,2,4,6
/proc/16067/stat : 16067 (adaptg2wsat2009) T 16064 16067 16067 0 -1 4202496 2137 0 0 0 9880 3 0 0 25 0 1 0 617041913 431927296 1872 33554432000 134512640 135107411 4290684304 18446744073709551615 134532347 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16067/statm: 105451 1872 59 146 0 104327 0
[pid=16064/tid=16087] ppid=16037 vsize=323616 CPUtime=0 cores=0,2,4,6
/proc/16064/task/16087/stat : 16087 (python) S 16037 16037 15742 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617051926 331382784 6460 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 514 18446604445720599424 0 0 -1 4 0 0 0
[pid=16068] ppid=16037 vsize=333752 CPUtime=0.16 cores=0,2,4,6
/proc/16068/stat : 16068 (python) S 16037 16037 15742 0 -1 4202560 1122 0 0 0 9 7 0 0 19 0 2 0 617041915 341762048 6502 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16068/statm: 83438 6502 400 364 0 19341 0
[pid=16070] ppid=16068 vsize=1020188 CPUtime=100.2 cores=0,2,4,6
/proc/16070/stat : 16070 (gnovelty+2) T 16068 16070 16070 0 -1 4202496 1143 0 0 0 10020 0 0 0 25 0 1 0 617041916 1044672512 876 33554432000 134512640 135663704 4288559552 18446744073709551615 134546772 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16070/statm: 255047 876 113 282 0 254763 0
[pid=16068/tid=16091] ppid=16037 vsize=333752 CPUtime=0 cores=0,2,4,6
/proc/16068/task/16091/stat : 16091 (python) S 16037 16037 15742 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617051936 341762048 6502 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 514 18446604451984276480 0 0 -1 2 0 0 0
[pid=16071] ppid=16037 vsize=344616 CPUtime=0.15 cores=0,2,4,6
/proc/16071/stat : 16071 (python) S 16037 16037 15742 0 -1 4202560 1190 0 0 0 8 7 0 0 19 0 2 0 617041919 352886784 6512 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16071/statm: 86154 6512 406 364 0 22054 0
[pid=16073] ppid=16071 vsize=251296 CPUtime=99.85 cores=0,2,4,6
/proc/16073/stat : 16073 (FH) T 16071 16073 16073 0 -1 4202496 1956 0 0 0 9985 0 0 0 25 0 1 0 617041919 257327104 1693 33554432000 134512640 134936988 4294310752 18446744073709551615 134544814 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16073/statm: 62824 1693 41 104 0 62328 0
[pid=16071/tid=16092] ppid=16037 vsize=344616 CPUtime=0 cores=0,2,4,6
/proc/16071/task/16092/stat : 16092 (python) S 16037 16037 15742 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617051936 352886784 6512 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 514 18446604453921113280 0 0 -1 4 0 0 0
[pid=16074] ppid=16037 vsize=354540 CPUtime=0.15 cores=0,2,4,6
/proc/16074/stat : 16074 (python) S 16037 16037 15742 0 -1 4202560 1167 0 0 0 8 7 0 0 19 0 2 0 617041923 363048960 6638 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16074/statm: 88635 6638 406 364 0 24532 0
[pid=16076] ppid=16074 vsize=421804 CPUtime=99.82 cores=0,2,4,6
/proc/16076/stat : 16076 (adaptg2wsat2009) T 16074 16076 16076 0 -1 4202496 2143 0 0 0 9982 0 0 0 25 0 1 0 617041923 431927296 1871 33554432000 134512640 135107411 4293696128 18446744073709551615 134532288 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/16076/statm: 105451 1871 59 146 0 104327 0
[pid=16074/tid=16093] ppid=16037 vsize=354540 CPUtime=0 cores=0,2,4,6
/proc/16074/task/16093/stat : 16093 (python) S 16037 16037 15742 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 617051940 363048960 6638 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 514 18446604451984274688 0 0 -1 2 0 0 0
[pid=16088] ppid=16037 vsize=364904 CPUtime=0.16 cores=0,2,4,6
/proc/16088/stat : 16088 (python) S 16037 16037 15742 0 -1 4202560 1157 0 0 0 7 9 0 0 19 0 2 0 617051930 373661696 6636 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16088/statm: 91226 6636 400 364 0 27120 0
[pid=16090] ppid=16088 vsize=421804 CPUtime=99.14 cores=0,2,4,6
/proc/16090/stat : 16090 (adaptg2wsat2009) T 16088 16090 16090 0 -1 4202496 2143 0 0 0 9914 0 0 0 25 0 1 0 617051931 431927296 1871 33554432000 134512640 135107411 4292577824 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16090/statm: 105451 1871 59 146 0 104327 0
[pid=16088/tid=16109] ppid=16037 vsize=364904 CPUtime=0 cores=0,2,4,6
/proc/16088/task/16109/stat : 16109 (python) S 16037 16037 15742 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617061846 373661696 6636 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 514 18446604453713558336 0 0 -1 2 0 0 0
[pid=16094] ppid=16037 vsize=375272 CPUtime=0.16 cores=0,2,4,6
/proc/16094/stat : 16094 (python) S 16037 16037 15742 0 -1 4202560 1163 0 0 0 8 8 0 0 19 0 2 0 617051940 384278528 6640 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16094/statm: 93818 6640 400 364 0 29709 0
[pid=16096] ppid=16094 vsize=251292 CPUtime=99.14 cores=0,2,4,6
/proc/16096/stat : 16096 (FH) T 16094 16096 16096 0 -1 4202496 1964 0 0 0 9914 0 0 0 25 0 1 0 617051941 257323008 1693 33554432000 134512640 134936988 4291299888 18446744073709551615 134554155 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16096/statm: 62823 1693 41 104 0 62327 0
[pid=16094/tid=16113] ppid=16037 vsize=375272 CPUtime=0 cores=0,2,4,6
/proc/16094/task/16113/stat : 16113 (python) S 16037 16037 15742 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617061857 384278528 6640 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 514 18446604453906256832 0 0 -1 6 0 0 0
[pid=16097] ppid=16037 vsize=385156 CPUtime=0.52 cores=0,2,4,6
/proc/16097/stat : 16097 (python) S 16037 16037 15742 0 -1 4202560 1196 0 0 0 30 22 0 0 18 0 2 0 617051945 394399744 6642 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16097/statm: 96289 6642 399 364 0 32177 0
[pid=16099] ppid=16097 vsize=268420 CPUtime=296.55 cores=0,2,4,6
/proc/16099/stat : 16099 (hybridGM3) T 16097 16099 16099 0 -1 4202496 5643 0 0 0 29655 0 0 0 25 0 1 0 617051945 274862080 5377 33554432000 134512640 135204385 4292465152 18446744073709551615 134538264 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16099/statm: 67105 5377 63 169 0 66935 0
[pid=16097/tid=16138] ppid=16037 vsize=385156 CPUtime=0 cores=0,2,4,6
/proc/16097/task/16138/stat : 16138 (python) S 16037 16037 15742 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 617071585 394399744 6642 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 514 18446604453914479680 0 0 -1 2 0 0 0
[pid=16100] ppid=16037 vsize=396048 CPUtime=0.17 cores=0,2,4,6
/proc/16100/stat : 16100 (python) S 16037 16037 15742 0 -1 4202560 1170 0 0 0 9 8 0 0 19 0 2 0 617051949 405553152 6648 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16100/statm: 99012 6648 400 364 0 34897 0
[pid=16102] ppid=16100 vsize=1020188 CPUtime=97.29 cores=0,2,4,6
/proc/16102/stat : 16102 (gnovelty+2) T 16100 16102 16102 0 -1 4202496 1149 0 0 0 9729 0 0 0 25 0 1 0 617051950 1044672512 877 33554432000 134512640 135663704 4289822784 18446744073709551615 134524507 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16102/statm: 255047 877 113 282 0 254763 0
[pid=16100/tid=16117] ppid=16037 vsize=396048 CPUtime=0 cores=0,2,4,6
/proc/16100/task/16117/stat : 16117 (python) S 16037 16037 15742 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617061878 405553152 6648 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 514 18446604450707658048 0 0 -1 6 0 0 0
[pid=16110] ppid=16037 vsize=405820 CPUtime=0.35 cores=0,2,4,6
/proc/16110/stat : 16110 (python) S 16037 16037 15742 0 -1 4202560 1201 0 0 0 21 14 0 0 18 0 2 0 617061851 415559680 6688 33554432000 4194304 5683644 140733455527408 18446744073709551615 215988612678 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16110/statm: 101455 6688 399 364 0 37337 0
[pid=16112] ppid=16110 vsize=268424 CPUtime=198.73 cores=0,2,4,6
/proc/16112/stat : 16112 (hybridGM3) R 16110 16112 16112 0 -1 4202496 5649 0 0 0 19872 1 0 0 25 0 1 0 617061851 274866176 5378 33554432000 134512640 135204385 4294086576 18446744073709551615 134538339 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16112/statm: 67106 5378 63 169 0 66936 0
[pid=16110/tid=16163] ppid=16037 vsize=405820 CPUtime=0 cores=0,2,4,6
/proc/16110/task/16163/stat : 16163 (python) S 16037 16037 15742 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617081493 415559680 6688 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 514 18446604453985825216 0 0 -1 4 0 0 0
[pid=16114] ppid=16037 vsize=416624 CPUtime=0.18 cores=0,2,4,6
/proc/16114/stat : 16114 (python) S 16037 16037 15742 0 -1 4202560 1181 0 0 0 9 9 0 0 19 0 2 0 617061862 426622976 6694 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16114/statm: 104156 6694 400 364 0 40035 0
[pid=16116] ppid=16114 vsize=421804 CPUtime=97.13 cores=0,2,4,6
/proc/16116/stat : 16116 (adaptg2wsat2009) T 16114 16116 16116 0 -1 4202496 2146 0 0 0 9713 0 0 0 25 0 1 0 617061862 431927296 1871 33554432000 134512640 135107411 4290530112 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/16116/statm: 105451 1871 59 146 0 104327 0
[pid=16114/tid=16139] ppid=16037 vsize=416624 CPUtime=0 cores=0,2,4,6
/proc/16114/task/16139/stat : 16139 (python) S 16037 16037 15742 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617071780 426622976 6694 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 514 18446604453985827904 0 0 -1 6 0 0 0
[pid=16118] ppid=16037 vsize=426332 CPUtime=0.35 cores=0,2,4,6
/proc/16118/stat : 16118 (python) S 16037 16037 15742 0 -1 4202560 1241 0 0 0 16 19 0 0 19 0 2 0 617061883 436563968 6720 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16118/statm: 106583 6720 407 364 0 42459 0
[pid=16120] ppid=16118 vsize=268424 CPUtime=194.43 cores=0,2,4,6
/proc/16120/stat : 16120 (hybridGM3) T 16118 16120 16120 0 -1 4202496 5653 0 0 0 19442 1 0 0 25 0 1 0 617061884 274866176 5378 33554432000 134512640 135204385 4291651136 18446744073709551615 134537792 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16120/statm: 67106 5378 63 169 0 66936 0
[pid=16118/tid=16158] ppid=16037 vsize=426332 CPUtime=0 cores=0,2,4,6
/proc/16118/task/16158/stat : 16158 (python) S 16037 16037 15742 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617081328 436563968 6720 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 514 18446604453917980608 0 0 -1 6 0 0 0
[pid=16140] ppid=16037 vsize=436764 CPUtime=0.18 cores=0,2,4,6
/proc/16140/stat : 16140 (python) S 16037 16037 15742 0 -1 4202560 1076 0 0 0 11 7 0 0 18 0 1 0 617071784 447246336 6723 33554432000 4194304 5683644 140733455527408 18446744073709551615 215988612678 0 0 16781312 514 11210655741176152322 0 0 17 2 0 0 0
/proc/16140/statm: 109191 6723 378 364 0 45064 0
[pid=16142] ppid=16140 vsize=268424 CPUtime=97.04 cores=0,2,4,6
/proc/16142/stat : 16142 (hybridGM3) R 16140 16142 16142 0 -1 4202496 5652 0 0 0 9703 1 0 0 25 0 1 0 617071785 274866176 5376 33554432000 134512640 135204385 4287807024 18446744073709551615 134537704 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16142/statm: 67106 5376 63 169 0 66936 0
[pid=16159] ppid=16037 vsize=447472 CPUtime=0 cores=0,2,4,6
/proc/16159/stat : 16159 (python) S 16037 16037 15742 0 -1 4202560 1022 0 0 0 0 0 0 0 18 0 1 0 617081333 458211328 6722 33554432000 4194304 5683644 140733455527408 18446744073709551615 215988612678 0 0 16781312 514 14459220574095769858 0 0 17 2 0 0 0
/proc/16159/statm: 111868 6722 373 364 0 47738 0
[pid=16161] ppid=16159 vsize=455276 CPUtime=4.35 cores=0,2,4,6
/proc/16161/stat : 16161 (TNM) R 16159 16161 16161 0 -1 4202496 1575 0 0 0 435 0 0 0 25 0 1 0 617081334 466202624 1302 33554432000 134512640 135008748 4288960256 18446744073709551615 134523370 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16161/statm: 113819 1302 45 122 0 112719 0
[pid=16164] ppid=16037 vsize=457852 CPUtime=0 cores=0,2,4,6
/proc/16164/stat : 16164 (python) S 16037 16037 15742 0 -1 4202560 826 0 0 0 0 0 0 0 19 0 1 0 617081712 468840448 6699 33554432000 4194304 5683644 140733455527408 18446744073709551615 215988612678 0 0 16781312 514 1079985954829107199 0 0 17 2 0 0 0
/proc/16164/statm: 114463 6699 346 364 0 50330 0
[pid=16166] ppid=16164 vsize=249144 CPUtime=0.55 cores=0,2,4,6
/proc/16166/stat : 16166 (FH) R 16164 16166 16166 0 -1 4202496 1567 0 0 0 55 0 0 0 22 0 1 0 617081713 255123456 1296 33554432000 134512640 134936988 4289439728 18446744073709551615 134523678 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16166/statm: 62286 1296 37 104 0 61790 0
[pid=16037/tid=16044] ppid=16035 vsize=467520 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16044/stat : 16044 (python) S 16035 16037 15742 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 19 0 617031885 478740480 8268 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 6 0 0 0
[pid=16037/tid=16047] ppid=16035 vsize=467520 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16047/stat : 16047 (python) S 16035 16037 15742 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 19 0 617031888 478740480 8268 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 2 0 0 0
[pid=16037/tid=16050] ppid=16035 vsize=467520 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16050/stat : 16050 (python) S 16035 16037 15742 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 19 0 617031891 478740480 8268 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 0 0 0 0
[pid=16037/tid=16053] ppid=16035 vsize=467520 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16053/stat : 16053 (python) S 16035 16037 15742 0 -1 4202560 28 936 0 0 0 0 0 0 25 0 19 0 617031894 478740480 8268 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 2 0 0 0
[pid=16037/tid=16065] ppid=16035 vsize=467520 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16065/stat : 16065 (python) S 16035 16037 15742 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 19 0 617041912 478740480 8268 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 6 0 0 0
[pid=16037/tid=16069] ppid=16035 vsize=467520 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16069/stat : 16069 (python) S 16035 16037 15742 0 -1 4202560 27 936 0 0 0 0 0 0 22 0 19 0 617041916 478740480 8268 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 2 0 0 0
[pid=16037/tid=16072] ppid=16035 vsize=467520 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16072/stat : 16072 (python) S 16035 16037 15742 0 -1 4202560 26 936 0 0 0 0 0 0 24 0 19 0 617041919 478740480 8268 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 4 0 0 0
[pid=16037/tid=16075] ppid=16035 vsize=467520 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16075/stat : 16075 (python) S 16035 16037 15742 0 -1 4202560 29 936 0 0 0 0 0 0 25 0 19 0 617041923 478740480 8268 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 2 0 0 0
[pid=16037/tid=16089] ppid=16035 vsize=467520 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16089/stat : 16089 (python) S 16035 16037 15742 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 19 0 617051930 478740480 8268 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 2 0 0 0
[pid=16037/tid=16095] ppid=16035 vsize=467520 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16095/stat : 16095 (python) S 16035 16037 15742 0 -1 4202560 24 936 0 0 0 0 0 0 21 0 19 0 617051941 478740480 8268 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 4 0 0 0
[pid=16037/tid=16098] ppid=16035 vsize=467520 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16098/stat : 16098 (python) S 16035 16037 15742 0 -1 4202560 27 936 0 0 0 0 0 0 18 0 19 0 617051945 478740480 8268 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 6 0 0 0
[pid=16037/tid=16101] ppid=16035 vsize=467520 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16101/stat : 16101 (python) S 16035 16037 15742 0 -1 4202560 31 936 0 0 0 0 0 0 25 0 19 0 617051950 478740480 8268 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 6 0 0 0
[pid=16037/tid=16111] ppid=16035 vsize=467520 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16111/stat : 16111 (python) S 16035 16037 15742 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 19 0 617061851 478740480 8268 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 6 0 0 0
[pid=16037/tid=16115] ppid=16035 vsize=467520 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16115/stat : 16115 (python) S 16035 16037 15742 0 -1 4202560 32 936 0 0 0 0 0 0 21 0 19 0 617061862 478740480 8268 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 6 0 0 0
[pid=16037/tid=16119] ppid=16035 vsize=467520 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16119/stat : 16119 (python) S 16035 16037 15742 0 -1 4202560 25 936 0 0 0 0 0 0 21 0 19 0 617061884 478740480 8268 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 6 0 0 0
[pid=16037/tid=16141] ppid=16035 vsize=467520 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16141/stat : 16141 (python) S 16035 16037 15742 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 19 0 617071785 478740480 8268 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 6 0 0 0
[pid=16037/tid=16160] ppid=16035 vsize=467520 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16160/stat : 16160 (python) S 16035 16037 15742 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 19 0 617081334 478740480 8268 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 2 0 0 0
[pid=16037/tid=16165] ppid=16035 vsize=467520 CPUtime=0 cores=0,2,4,6
/proc/16037/task/16165/stat : 16165 (python) S 16035 16037 15742 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 19 0 617081712 478740480 8268 33554432000 4194304 5683644 140733455527408 18446744073709551615 216000416177 0 0 16781312 2 18446604453930827904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1989.01
Current children cumulated vsize (KiB) 16030920

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16037 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=21540
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=180972
# CPU time returned by wait4() is 3.20251
# while last known CPU time is 1989.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 501.62
CPU time (s): 1989.01
CPU user time (s): 1987.27
CPU system time (s): 1.74
CPU usage (%): 396.517
Max. virtual memory (cumulated for all children) (KiB): 16030920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.02154
system time used= 0.180972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31991
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= 3027
involuntary context switches= 66

runsolver used 2.50662 second user time and 5.57515 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-01 18:40:08
IDJOB=3317180
IDBENCH=82645
IDSOLVER=1705
FILE ID=node117/3317180-1304268008
RUNJOBID= node117-1304267285-15760
PBS_JOBID= 13173962
Free space on /tmp= 72600 MiB

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

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

MD5SUM BENCH= 9c09330ef9d704e301452237c81ff9c7
RANDOM SEED=490474672

node117.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.849
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.69
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.849
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.849
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.74
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.849
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.849
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.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      24157080 kB
Buffers:       1904160 kB
Cached:        5773500 kB
SwapCached:        160 kB
Active:        1704552 kB
Inactive:      6508152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      24157080 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           32696 kB
Writeback:           0 kB
AnonPages:      534412 kB
Mapped:          22092 kB
Slab:           506476 kB
PageTables:      15072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 11497860 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= 72568 MiB
End job on node117 at 2011-05-01 18:48:32