Trace number 3317086

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) 1982.24 511.535

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S966156467-066-UNKNOWN.cnf
MD5SUM5297bd1d2a420892cfb1fb6d32ccacad
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 variables300
Number of clauses25500
Sum of the clauses size178500
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 525500

Solver Data

0.56/12.75	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.56/12.75	c INFO: solving HOME/instance-3317086-1304267293.cnf
0.56/12.75	c INFO: computing task features
0.72/12.93	c INFO: computed variable-clause graph statistics
0.72/12.93	c INFO: computed clause balance statistics
1.62/13.80	c INFO: computed variable balance statistics
1.92/14.16	c INFO: computed small-clause counts
1.92/14.16	c INFO: computed Horn-clause counts
1.92/14.19	c INFO: computed variable graph statistics
1.92/14.19	c INFO: collected features for HOME/instance-3317086-1304267293.cnf in 1.44 s
2.02/14.23	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.37)
2.02/14.26	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.13)
2.02/14.29	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.08)
2.11/14.32	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.07)
401.91/114.43	c INFO: running adaptg2wsat2009++@0 for 97 with 4698 remaining (b = 0.05)
401.91/114.47	c INFO: running gnovelty+2@0 for 97 with 4698 remaining (b = 0.04)
402.17/114.50	c INFO: running FH@0 for 97 with 4698 remaining (b = 0.03)
402.17/114.54	c INFO: running adaptg2wsat2009++@0 for 97 with 4698 remaining (b = 0.03)
800.69/214.60	c INFO: running adaptg2wsat2009++@0 for 97 with 4598 remaining (b = 0.02)
801.06/214.67	c INFO: running FH@0 for 97 with 4598 remaining (b = 0.02)
801.28/214.72	c INFO: running hybridGM3@0 for 194 with 4598 remaining (b = 0.04)
801.28/214.76	c INFO: running gnovelty+2@0 for 97 with 4598 remaining (b = 0.02)
1199.66/314.78	c INFO: running hybridGM3@0 for 194 with 4498 remaining (b = 0.03)
1200.08/314.87	c INFO: running adaptg2wsat2009++@0 for 97 with 4497 remaining (b = 0.01)
1200.34/314.98	c INFO: running hybridGM3@0 for 194 with 4497 remaining (b = 0.03)
1583.16/411.10	c INFO: running hybridGM3@99 for 97 with 4401 remaining (b = 0.01)
1599.08/415.06	c INFO: running hybridGM3@0 for 194 with 4397 remaining (b = 0.02)
1961.57/506.27	c INFO: running TNM@0 for 1552 with 4306 remaining (b = 0.19)
1981.80/511.37	c INFO: running FH@0 for 97 with 4301 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-3317086-1304267293/watcher-3317086-1304267293 -o /tmp/evaluation-result-3317086-1304267293/solver-3317086-1304267293 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317086-1304267293.cnf -seed 1602751368 -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: 0.16 0.03 0.01 2/176 7127
/proc/meminfo: memFree=30300060/32951124 swapFree=67111464/67111528
[pid=7125] ppid=7122 vsize=1840 CPUtime=0 cores=1,3,5,7
/proc/7125/stat : 7125 (python) D 7122 7125 7090 0 -1 4194304 47 0 0 0 0 0 0 0 17 0 1 0 616960143 1884160 1 33554432000 0 0 140735368844953 18446744073709551615 5055495 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 0
/proc/7125/statm: 460 1 0 0 0 36 0

[startup+0.06777 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 7127
/proc/meminfo: memFree=30300060/32951124 swapFree=67111464/67111528
[pid=7125] ppid=7122 vsize=14820 CPUtime=0 cores=1,3,5,7
/proc/7125/stat : 7125 (python) S 7122 7125 7090 0 -1 4202496 505 0 7 0 0 0 0 0 17 0 1 0 616960143 15175680 419 33554432000 4194304 5683644 140735368842944 18446744073709551615 260020391781 0 2147483391 4096 0 18446744071699199166 0 0 17 1 0 0 3
/proc/7125/statm: 3705 419 259 364 0 192 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14820

[startup+0.100711 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 7127
/proc/meminfo: memFree=30300060/32951124 swapFree=67111464/67111528
[pid=7125] ppid=7122 vsize=15080 CPUtime=0 cores=1,3,5,7
/proc/7125/stat : 7125 (python) S 7122 7125 7090 0 -1 4202496 609 0 7 0 0 0 0 0 17 0 1 0 616960143 15441920 512 33554432000 4194304 5683644 140735368842944 18446744073709551615 260020393984 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 3
/proc/7125/statm: 3770 512 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.300673 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 7127
/proc/meminfo: memFree=30300060/32951124 swapFree=67111464/67111528
[pid=7125] ppid=7122 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/7125/stat : 7125 (python) S 7122 7125 7090 0 -1 4202496 785 0 7 0 0 0 0 0 15 0 1 0 616960143 15749120 679 33554432000 4194304 5683644 140735368842944 18446744073709551615 260020393984 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 4
/proc/7125/statm: 3845 679 322 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+0.700599 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 7127
/proc/meminfo: memFree=30300060/32951124 swapFree=67111464/67111528
[pid=7125] ppid=7122 vsize=15904 CPUtime=0 cores=1,3,5,7
/proc/7125/stat : 7125 (python) S 7122 7125 7090 0 -1 4202496 937 0 7 0 0 0 0 0 15 0 1 0 616960143 16285696 820 33554432000 4194304 5683644 140735368842944 18446744073709551615 260020391781 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 5
/proc/7125/statm: 3976 820 357 364 0 463 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15904

[startup+1.50047 s]
/proc/loadavg: 0.16 0.03 0.01 2/178 7129
/proc/meminfo: memFree=30292884/32951124 swapFree=67111464/67111528
[pid=7125] ppid=7122 vsize=16392 CPUtime=0.01 cores=1,3,5,7
/proc/7125/stat : 7125 (python) S 7122 7125 7090 0 -1 4202496 1110 0 7 0 1 0 0 0 15 0 1 0 616960143 16785408 984 33554432000 4194304 5683644 140735368842944 18446744073709551615 260020393984 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 7
/proc/7125/statm: 4098 984 409 364 0 585 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16392

[startup+3.1002 s]
/proc/loadavg: 0.16 0.03 0.01 3/178 7129
/proc/meminfo: memFree=30289044/32951124 swapFree=67111464/67111528
[pid=7125] ppid=7122 vsize=18880 CPUtime=0.02 cores=1,3,5,7
/proc/7125/stat : 7125 (python) S 7122 7125 7090 0 -1 4202496 1230 0 8 0 1 1 0 0 16 0 1 0 616960143 19333120 1093 33554432000 4194304 5683644 140735368842944 18446744073709551615 260020393984 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 33
/proc/7125/statm: 4720 1093 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880
heavy processes:

[startup+6.30058 s]
/proc/loadavg: 0.31 0.07 0.02 1/178 7129
/proc/meminfo: memFree=30286212/32951124 swapFree=67111464/67111528
[pid=7125] ppid=7122 vsize=50332 CPUtime=0.08 cores=1,3,5,7
/proc/7125/stat : 7125 (python) D 7122 7125 7090 0 -1 4202496 1992 0 18 0 4 4 0 0 16 0 1 0 616960143 51539968 1769 33554432000 4194304 5683644 140735368842944 18446744073709551615 260020393984 0 0 16781312 2 0 0 0 17 1 0 0 82
/proc/7125/statm: 12583 1769 480 364 0 1283 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 50332
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 0.36 0.08 0.03 3/178 7137
/proc/meminfo: memFree=30233344/32951124 swapFree=67111464/67111528
[pid=7125] ppid=7122 vsize=266248 CPUtime=0.56 cores=1,3,5,7
/proc/7125/stat : 7125 (python) S 7122 7125 7090 0 -1 4202496 8705 928 111 10 32 24 0 0 15 0 1 0 616960143 272637952 6588 33554432000 4194304 5683644 140735368842944 18446744073709551615 260020393984 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 151
/proc/7125/statm: 66562 6588 1690 364 0 5257 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 266248
heavy processes:

[startup+25.501 s]
/proc/loadavg: 1.19 0.27 0.09 10/202 7162
/proc/meminfo: memFree=30046872/32951124 swapFree=67111464/67111528
[pid=7125] ppid=7122 vsize=321356 CPUtime=2.13 cores=1,3,5,7
/proc/7125/stat : 7125 (python) S 7122 7125 7090 0 -1 4202496 15072 928 114 10 187 26 0 0 22 0 5 0 616960143 329068544 7538 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 152
/proc/7125/statm: 80339 7538 1883 364 0 16248 0
[pid=7138] ppid=7125 vsize=280692 CPUtime=0 cores=1,3,5,7
/proc/7138/stat : 7138 (python) S 7125 7125 7090 0 -1 4202560 904 0 0 0 0 0 0 0 18 0 1 0 616961567 287428608 5984 33554432000 4194304 5683644 140735368842944 18446744073709551615 260020416015 0 0 16781312 514 17462355711408177416 0 0 17 7 0 0 0
/proc/7138/statm: 70173 5984 378 364 0 6091 0
[pid=7140] ppid=7138 vsize=1019708 CPUtime=11.26 cores=1,3,5,7
/proc/7140/stat : 7140 (gnovelty+2) R 7138 7140 7140 0 -1 4202496 951 0 0 0 1126 0 0 0 25 0 1 0 616961567 1044180992 689 33554432000 134512640 135663704 4292080256 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7140/statm: 254927 689 113 282 0 254643 0
[pid=7141] ppid=7125 vsize=291556 CPUtime=0.01 cores=1,3,5,7
/proc/7141/stat : 7141 (python) S 7125 7125 7090 0 -1 4202560 902 0 0 0 0 1 0 0 18 0 1 0 616961570 298553344 5999 33554432000 4194304 5683644 140735368842944 18446744073709551615 260020416070 0 0 16781312 514 17462355711408177412 0 0 17 7 0 0 0
/proc/7141/statm: 72889 5999 372 364 0 8804 0
[pid=7143] ppid=7141 vsize=1019708 CPUtime=11.22 cores=1,3,5,7
/proc/7143/stat : 7143 (gnovelty+2) R 7141 7143 7143 0 -1 4202496 954 0 0 0 1122 0 0 0 25 0 1 0 616961570 1044180992 690 33554432000 134512640 135663704 4290515472 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7143/statm: 254927 690 113 282 0 254643 0
[pid=7144] ppid=7125 vsize=301340 CPUtime=0 cores=1,3,5,7
/proc/7144/stat : 7144 (python) S 7125 7125 7090 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 616961573 308572160 6003 33554432000 4194304 5683644 140735368842944 18446744073709551615 260020416070 0 0 16781312 514 17462355711408177416 0 0 17 5 0 0 0
/proc/7144/statm: 75335 6003 372 364 0 11247 0
[pid=7146] ppid=7144 vsize=420220 CPUtime=11.1 cores=1,3,5,7
/proc/7146/stat : 7146 (adaptg2wsat2009) R 7144 7146 7146 0 -1 4202496 1665 0 0 0 1110 0 0 0 25 0 1 0 616961573 430305280 1399 33554432000 134512640 135107411 4288748560 18446744073709551615 134531856 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/7146/statm: 105055 1399 59 146 0 103931 0
[pid=7147] ppid=7125 vsize=311596 CPUtime=0.01 cores=1,3,5,7
/proc/7147/stat : 7147 (python) S 7125 7125 7090 0 -1 4202560 922 0 0 0 1 0 0 0 18 0 1 0 616961576 319074304 6024 33554432000 4194304 5683644 140735368842944 18446744073709551615 260020416070 0 0 16781312 514 17462355711408177414 0 0 17 5 0 0 0
/proc/7147/statm: 77899 6024 372 364 0 13808 0
[pid=7149] ppid=7147 vsize=420220 CPUtime=11.13 cores=1,3,5,7
/proc/7149/stat : 7149 (adaptg2wsat2009) R 7147 7149 7149 0 -1 4202496 1663 0 0 0 1113 0 0 0 25 0 1 0 616961576 430305280 1399 33554432000 134512640 135107411 4294878560 18446744073709551615 134531656 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7149/statm: 105055 1399 59 146 0 103931 0
[pid=7125/tid=7139] ppid=7122 vsize=321356 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7139/stat : 7139 (python) S 7122 7125 7090 0 -1 4202560 26 928 0 10 0 0 0 0 19 0 5 0 616961567 329068544 7538 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 7 0 0 0
[pid=7125/tid=7142] ppid=7122 vsize=321356 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7142/stat : 7142 (python) S 7122 7125 7090 0 -1 4202560 25 928 0 10 0 0 0 0 21 0 5 0 616961570 329068544 7538 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 7 0 0 0
[pid=7125/tid=7145] ppid=7122 vsize=321356 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7145/stat : 7145 (python) S 7122 7125 7090 0 -1 4202560 23 928 0 10 0 0 0 0 20 0 5 0 616961573 329068544 7538 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 7 0 0 0
[pid=7125/tid=7148] ppid=7122 vsize=321356 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7148/stat : 7148 (python) S 7122 7125 7090 0 -1 4202560 22 928 0 10 0 0 0 0 22 0 5 0 616961576 329068544 7538 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 46.86
Current children cumulated vsize (KiB) 4386396

[startup+51.1014 s]
/proc/loadavg: 3.51 0.89 0.30 10/202 7162
/proc/meminfo: memFree=29972680/32951124 swapFree=67111464/67111528
[pid=7125] ppid=7122 vsize=321356 CPUtime=2.13 cores=1,3,5,7
/proc/7125/stat : 7125 (python) S 7122 7125 7090 0 -1 4202496 15072 928 114 10 187 26 0 0 22 0 5 0 616960143 329068544 7538 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 152
/proc/7125/statm: 80339 7538 1883 364 0 16248 0
[pid=7138] ppid=7125 vsize=280692 CPUtime=0.03 cores=1,3,5,7
/proc/7138/stat : 7138 (python) S 7125 7125 7090 0 -1 4202560 911 0 0 0 2 1 0 0 18 0 1 0 616961567 287428608 5984 33554432000 4194304 5683644 140735368842944 18446744073709551615 260020416015 0 0 16781312 514 17462355711408177416 0 0 17 7 0 0 0
/proc/7138/statm: 70173 5984 378 364 0 6091 0
[pid=7140] ppid=7138 vsize=1019708 CPUtime=36.86 cores=1,3,5,7
/proc/7140/stat : 7140 (gnovelty+2) R 7138 7140 7140 0 -1 4202496 951 0 0 0 3686 0 0 0 25 0 1 0 616961567 1044180992 689 33554432000 134512640 135663704 4292080256 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7140/statm: 254927 689 113 282 0 254643 0
[pid=7141] ppid=7125 vsize=291556 CPUtime=0.04 cores=1,3,5,7
/proc/7141/stat : 7141 (python) S 7125 7125 7090 0 -1 4202560 911 0 0 0 2 2 0 0 18 0 1 0 616961570 298553344 5999 33554432000 4194304 5683644 140735368842944 18446744073709551615 260020416070 0 0 16781312 514 17462355711408177412 0 0 17 7 0 0 0
/proc/7141/statm: 72889 5999 372 364 0 8804 0
[pid=7143] ppid=7141 vsize=1019708 CPUtime=36.83 cores=1,3,5,7
/proc/7143/stat : 7143 (gnovelty+2) R 7141 7143 7143 0 -1 4202496 954 0 0 0 3683 0 0 0 25 0 1 0 616961570 1044180992 690 33554432000 134512640 135663704 4290515472 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7143/statm: 254927 690 113 282 0 254643 0
[pid=7144] ppid=7125 vsize=301340 CPUtime=0.04 cores=1,3,5,7
/proc/7144/stat : 7144 (python) S 7125 7125 7090 0 -1 4202560 913 0 0 0 2 2 0 0 18 0 1 0 616961573 308572160 6003 33554432000 4194304 5683644 140735368842944 18446744073709551615 260020416070 0 0 16781312 514 17462355711408177416 0 0 17 5 0 0 0
/proc/7144/statm: 75335 6003 372 364 0 11247 0
[pid=7146] ppid=7144 vsize=420220 CPUtime=36.46 cores=1,3,5,7
/proc/7146/stat : 7146 (adaptg2wsat2009) R 7144 7146 7146 0 -1 4202496 1665 0 0 0 3646 0 0 0 25 0 1 0 616961573 430305280 1399 33554432000 134512640 135107411 4288748560 18446744073709551615 134531263 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/7146/statm: 105055 1399 59 146 0 103931 0
[pid=7147] ppid=7125 vsize=311596 CPUtime=0.04 cores=1,3,5,7
/proc/7147/stat : 7147 (python) S 7125 7125 7090 0 -1 4202560 932 0 0 0 2 2 0 0 18 0 1 0 616961576 319074304 6024 33554432000 4194304 5683644 140735368842944 18446744073709551615 260020416070 0 0 16781312 514 17462355711408177414 0 0 17 5 0 0 0
/proc/7147/statm: 77899 6024 372 364 0 13808 0
[pid=7149] ppid=7147 vsize=420220 CPUtime=36.67 cores=1,3,5,7
/proc/7149/stat : 7149 (adaptg2wsat2009) R 7147 7149 7149 0 -1 4202496 1663 0 0 0 3667 0 0 0 25 0 1 0 616961576 430305280 1399 33554432000 134512640 135107411 4294878560 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7149/statm: 105055 1399 59 146 0 103931 0
[pid=7125/tid=7139] ppid=7122 vsize=321356 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7139/stat : 7139 (python) S 7122 7125 7090 0 -1 4202560 26 928 0 10 0 0 0 0 19 0 5 0 616961567 329068544 7538 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 7 0 0 0
[pid=7125/tid=7142] ppid=7122 vsize=321356 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7142/stat : 7142 (python) S 7122 7125 7090 0 -1 4202560 25 928 0 10 0 0 0 0 21 0 5 0 616961570 329068544 7538 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 7 0 0 0
[pid=7125/tid=7145] ppid=7122 vsize=321356 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7145/stat : 7145 (python) S 7122 7125 7090 0 -1 4202560 23 928 0 10 0 0 0 0 20 0 5 0 616961573 329068544 7538 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 7 0 0 0
[pid=7125/tid=7148] ppid=7122 vsize=321356 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7148/stat : 7148 (python) S 7122 7125 7090 0 -1 4202560 22 928 0 10 0 0 0 0 22 0 5 0 616961576 329068544 7538 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 149.1
Current children cumulated vsize (KiB) 4386396

[startup+102.308 s]
/proc/loadavg: 6.05 1.99 0.70 10/202 7164
/proc/meminfo: memFree=29972392/32951124 swapFree=67111464/67111528
[pid=7125] ppid=7122 vsize=321356 CPUtime=2.13 cores=1,3,5,7
/proc/7125/stat : 7125 (python) S 7122 7125 7090 0 -1 4202496 15072 928 114 10 187 26 0 0 22 0 5 0 616960143 329068544 7538 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 152
/proc/7125/statm: 80339 7538 1883 364 0 16248 0
[pid=7138] ppid=7125 vsize=280692 CPUtime=0.1 cores=1,3,5,7
/proc/7138/stat : 7138 (python) S 7125 7125 7090 0 -1 4202560 927 0 0 0 6 4 0 0 18 0 1 0 616961567 287428608 5984 33554432000 4194304 5683644 140735368842944 18446744073709551615 260020416015 0 0 16781312 514 17462355711408177416 0 0 17 7 0 0 0
/proc/7138/statm: 70173 5984 378 364 0 6091 0
[pid=7140] ppid=7138 vsize=1019708 CPUtime=88.06 cores=1,3,5,7
/proc/7140/stat : 7140 (gnovelty+2) R 7138 7140 7140 0 -1 4202496 951 0 0 0 8806 0 0 0 25 0 1 0 616961567 1044180992 689 33554432000 134512640 135663704 4292080256 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7140/statm: 254927 689 113 282 0 254643 0
[pid=7141] ppid=7125 vsize=291556 CPUtime=0.1 cores=1,3,5,7
/proc/7141/stat : 7141 (python) S 7125 7125 7090 0 -1 4202560 927 0 0 0 4 6 0 0 18 0 1 0 616961570 298553344 5999 33554432000 4194304 5683644 140735368842944 18446744073709551615 260020416070 0 0 16781312 514 17462355711408177412 0 0 17 7 0 0 0
/proc/7141/statm: 72889 5999 372 364 0 8804 0

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

/proc/7144/task/7166/stat : 7166 (python) S 7125 7125 7090 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 616971586 308572160 6032 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 514 18446604467630006400 0 0 -1 3 0 0 0
[pid=7147] ppid=7125 vsize=311596 CPUtime=0.13 cores=1,3,5,7
/proc/7147/stat : 7147 (python) S 7125 7125 7090 0 -1 4202560 1111 0 0 0 6 7 0 0 19 0 2 0 616961576 319074304 6053 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/7147/statm: 77899 6053 400 364 0 13808 0
[pid=7149] ppid=7147 vsize=420220 CPUtime=99.88 cores=1,3,5,7
/proc/7149/stat : 7149 (adaptg2wsat2009) T 7147 7149 7149 0 -1 4202496 1663 0 0 0 9988 0 0 0 25 0 1 0 616961576 430305280 1399 33554432000 134512640 135107411 4294878560 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/7149/statm: 105055 1399 59 146 0 103931 0
[pid=7147/tid=7171] ppid=7125 vsize=311596 CPUtime=0 cores=1,3,5,7
/proc/7147/task/7171/stat : 7171 (python) S 7125 7125 7090 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 616971590 319074304 6053 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 514 18446604467630008192 0 0 -1 5 0 0 0
[pid=7167] ppid=7125 vsize=321928 CPUtime=0.13 cores=1,3,5,7
/proc/7167/stat : 7167 (python) S 7125 7125 7090 0 -1 4202560 1124 0 0 0 7 6 0 0 19 0 2 0 616971587 329654272 6057 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7167/statm: 80482 6057 400 364 0 16388 0
[pid=7170] ppid=7167 vsize=420220 CPUtime=99.98 cores=1,3,5,7
/proc/7170/stat : 7170 (adaptg2wsat2009) T 7167 7170 7170 0 -1 4202496 1667 0 0 0 9998 0 0 0 25 0 1 0 616971588 430305280 1400 33554432000 134512640 135107411 4290061696 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/7170/statm: 105055 1400 59 146 0 103931 0
[pid=7167/tid=7188] ppid=7125 vsize=321928 CPUtime=0 cores=1,3,5,7
/proc/7167/task/7188/stat : 7188 (python) S 7125 7125 7090 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 616981600 329654272 6057 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 514 18446604471094448192 0 0 -1 3 0 0 0
[pid=7172] ppid=7125 vsize=332348 CPUtime=0.12 cores=1,3,5,7
/proc/7172/stat : 7172 (python) S 7125 7125 7090 0 -1 4202560 1128 0 0 0 5 7 0 0 19 0 2 0 616971590 340324352 6080 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7172/statm: 83087 6080 400 364 0 18990 0
[pid=7174] ppid=7172 vsize=1019708 CPUtime=100.16 cores=1,3,5,7
/proc/7174/stat : 7174 (gnovelty+2) T 7172 7174 7174 0 -1 4202496 952 0 0 0 10016 0 0 0 25 0 1 0 616971591 1044180992 690 33554432000 134512640 135663704 4291401968 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/7174/statm: 254927 690 113 282 0 254643 0
[pid=7172/tid=7193] ppid=7125 vsize=332348 CPUtime=0 cores=1,3,5,7
/proc/7172/task/7193/stat : 7193 (python) S 7125 7125 7090 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 616981607 340324352 6080 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 514 18446604454224045952 0 0 -1 1 0 0 0
[pid=7175] ppid=7125 vsize=342520 CPUtime=0.13 cores=1,3,5,7
/proc/7175/stat : 7175 (python) S 7125 7125 7090 0 -1 4202560 1188 0 0 0 6 7 0 0 19 0 2 0 616971594 350740480 6131 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/7175/statm: 85630 6131 406 364 0 21530 0
[pid=7177] ppid=7175 vsize=249876 CPUtime=98.6 cores=1,3,5,7
/proc/7177/stat : 7177 (FH) T 7175 7177 7177 0 -1 4202496 1532 0 0 0 9860 0 0 0 25 0 1 0 616971594 255873024 1263 33554432000 134512640 134936988 4286618624 18446744073709551615 134554623 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/7177/statm: 62469 1263 41 104 0 61973 0
[pid=7175/tid=7192] ppid=7125 vsize=342520 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7192/stat : 7192 (python) S 7125 7125 7090 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 616981606 350740480 6131 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 514 18446604471094449984 0 0 -1 5 0 0 0
[pid=7178] ppid=7125 vsize=352876 CPUtime=0.13 cores=1,3,5,7
/proc/7178/stat : 7178 (python) S 7125 7125 7090 0 -1 4202560 1177 0 0 0 7 6 0 0 19 0 2 0 616971598 361345024 6135 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7178/statm: 88219 6135 406 364 0 24116 0
[pid=7180] ppid=7178 vsize=420220 CPUtime=99.73 cores=1,3,5,7
/proc/7180/stat : 7180 (adaptg2wsat2009) T 7178 7180 7180 0 -1 4202496 1668 0 0 0 9973 0 0 0 25 0 1 0 616971598 430305280 1399 33554432000 134512640 135107411 4289116608 18446744073709551615 134531259 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/7180/statm: 105055 1399 59 146 0 103931 0
[pid=7178/tid=7196] ppid=7125 vsize=352876 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7196/stat : 7196 (python) S 7125 7125 7090 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 616981612 361345024 6135 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 514 18446604471119601792 0 0 -1 3 0 0 0
[pid=7189] ppid=7125 vsize=363236 CPUtime=0.15 cores=1,3,5,7
/proc/7189/stat : 7189 (python) S 7125 7125 7090 0 -1 4202560 1140 0 0 0 8 7 0 0 19 0 2 0 616981603 371953664 6137 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7189/statm: 90809 6137 400 364 0 26703 0
[pid=7191] ppid=7189 vsize=420220 CPUtime=98.5 cores=1,3,5,7
/proc/7191/stat : 7191 (adaptg2wsat2009) T 7189 7191 7191 0 -1 4202496 1669 0 0 0 9850 0 0 0 25 0 1 0 616981604 430305280 1399 33554432000 134512640 135107411 4287449296 18446744073709551615 134531392 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/7191/statm: 105055 1399 59 146 0 103931 0
[pid=7189/tid=7209] ppid=7125 vsize=363236 CPUtime=0 cores=1,3,5,7
/proc/7189/task/7209/stat : 7209 (python) S 7125 7125 7090 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 616991617 371953664 6137 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 514 18446604466781684928 0 0 -1 3 0 0 0
[pid=7194] ppid=7125 vsize=373380 CPUtime=0.15 cores=1,3,5,7
/proc/7194/stat : 7194 (python) S 7125 7125 7090 0 -1 4202560 1166 0 0 0 7 8 0 0 19 0 2 0 616981611 382341120 6167 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7194/statm: 93345 6167 400 364 0 29236 0
[pid=7197] ppid=7194 vsize=249868 CPUtime=99.84 cores=1,3,5,7
/proc/7197/stat : 7197 (FH) T 7194 7197 7197 0 -1 4202496 1534 0 0 0 9984 0 0 0 25 0 1 0 616981612 255864832 1263 33554432000 134512640 134936988 4292387552 18446744073709551615 134554229 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/7197/statm: 62467 1263 41 104 0 61971 0
[pid=7194/tid=7213] ppid=7125 vsize=373380 CPUtime=0 cores=1,3,5,7
/proc/7194/task/7213/stat : 7213 (python) S 7125 7125 7090 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 616991626 382341120 6167 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 514 18446604471119604480 0 0 -1 1 0 0 0
[pid=7198] ppid=7125 vsize=383808 CPUtime=0.43 cores=1,3,5,7
/proc/7198/stat : 7198 (python) S 7125 7125 7090 0 -1 4202560 1177 0 0 0 21 22 0 0 18 0 2 0 616981615 393019392 6171 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/7198/statm: 95952 6171 400 364 0 31840 0
[pid=7200] ppid=7198 vsize=268420 CPUtime=291.13 cores=1,3,5,7
/proc/7200/stat : 7200 (hybridGM3) T 7198 7200 7200 0 -1 4202496 5395 0 0 0 29113 0 0 0 25 0 1 0 616981616 274862080 5126 33554432000 134512640 135204385 4287265616 18446744073709551615 134537704 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7200/statm: 67105 5126 63 169 0 66935 0
[pid=7198/tid=7237] ppid=7125 vsize=383808 CPUtime=0 cores=1,3,5,7
/proc/7198/task/7237/stat : 7237 (python) S 7125 7125 7090 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 617001249 393019392 6171 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 514 18446604466362526720 0 0 -1 5 0 0 0
[pid=7201] ppid=7125 vsize=393772 CPUtime=0.13 cores=1,3,5,7
/proc/7201/stat : 7201 (python) S 7125 7125 7090 0 -1 4202560 1169 0 0 0 6 7 0 0 19 0 2 0 616981620 403222528 6190 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7201/statm: 98443 6190 400 364 0 34328 0
[pid=7203] ppid=7201 vsize=1019708 CPUtime=100 cores=1,3,5,7
/proc/7203/stat : 7203 (gnovelty+2) T 7201 7203 7203 0 -1 4202496 961 0 0 0 10000 0 0 0 25 0 1 0 616981620 1044180992 689 33554432000 134512640 135663704 4287605472 18446744073709551615 134524534 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/7203/statm: 254927 689 113 282 0 254643 0
[pid=7201/tid=7217] ppid=7125 vsize=393772 CPUtime=0 cores=1,3,5,7
/proc/7201/task/7217/stat : 7217 (python) S 7125 7125 7090 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 616991637 403222528 6190 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 514 18446604471162341504 0 0 -1 1 0 0 0
[pid=7210] ppid=7125 vsize=404668 CPUtime=0.29 cores=1,3,5,7
/proc/7210/stat : 7210 (python) S 7125 7125 7090 0 -1 4202560 1035 0 0 0 15 14 0 0 18 0 1 0 616991622 414380032 6165 33554432000 4194304 5683644 140735368842944 18446744073709551615 260020416070 0 0 16781312 514 17462355711408177415 0 0 17 1 0 0 0
/proc/7210/statm: 101167 6165 372 364 0 37049 0
[pid=7212] ppid=7210 vsize=268428 CPUtime=192.44 cores=1,3,5,7
/proc/7212/stat : 7212 (hybridGM3) R 7210 7212 7212 0 -1 4202496 5393 0 0 0 19243 1 0 0 25 0 1 0 616991622 274870272 5127 33554432000 134512640 135204385 4291336528 18446744073709551615 134538375 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/7212/statm: 67107 5127 63 169 0 66937 0
[pid=7214] ppid=7125 vsize=414592 CPUtime=0.15 cores=1,3,5,7
/proc/7214/stat : 7214 (python) S 7125 7125 7090 0 -1 4202560 1181 0 0 0 7 8 0 0 19 0 2 0 616991630 424542208 6285 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7214/statm: 103648 6285 400 364 0 39527 0
[pid=7216] ppid=7214 vsize=420220 CPUtime=100.14 cores=1,3,5,7
/proc/7216/stat : 7216 (adaptg2wsat2009) T 7214 7216 7216 0 -1 4202496 1671 0 0 0 10014 0 0 0 25 0 1 0 616991631 430305280 1400 33554432000 134512640 135107411 4288696272 18446744073709551615 134531848 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7216/statm: 105055 1400 59 146 0 103931 0
[pid=7214/tid=7238] ppid=7125 vsize=414592 CPUtime=0 cores=1,3,5,7
/proc/7214/task/7238/stat : 7238 (python) S 7125 7125 7090 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617001645 424542208 6285 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 514 18446604471128381568 0 0 -1 1 0 0 0
[pid=7218] ppid=7125 vsize=424996 CPUtime=0.29 cores=1,3,5,7
/proc/7218/stat : 7218 (python) S 7125 7125 7090 0 -1 4202560 1230 0 0 0 14 15 0 0 19 0 2 0 616991642 435195904 6296 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7218/statm: 106249 6296 407 364 0 42125 0
[pid=7220] ppid=7218 vsize=268428 CPUtime=195.75 cores=1,3,5,7
/proc/7220/stat : 7220 (hybridGM3) T 7218 7220 7220 0 -1 4202496 5401 0 0 0 19574 1 0 0 25 0 1 0 616991642 274870272 5127 33554432000 134512640 135204385 4294329968 18446744073709551615 134538432 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/7220/statm: 67107 5127 63 169 0 66937 0
[pid=7218/tid=7252] ppid=7125 vsize=424996 CPUtime=0 cores=1,3,5,7
/proc/7218/task/7252/stat : 7252 (python) S 7125 7125 7090 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617011275 435195904 6296 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 514 18446604466362524032 0 0 -1 5 0 0 0
[pid=7239] ppid=7125 vsize=435344 CPUtime=0.13 cores=1,3,5,7
/proc/7239/stat : 7239 (python) S 7125 7125 7090 0 -1 4202560 1078 0 0 0 7 6 0 0 18 0 1 0 617001650 445792256 6272 33554432000 4194304 5683644 140735368842944 18446744073709551615 260020416070 0 0 16781312 514 17462355711408177415 0 0 17 1 0 0 0
/proc/7239/statm: 108836 6272 380 364 0 44709 0
[pid=7241] ppid=7239 vsize=268420 CPUtime=95.92 cores=1,3,5,7
/proc/7241/stat : 7241 (hybridGM3) R 7239 7241 7241 0 -1 4202496 5401 0 0 0 9592 0 0 0 25 0 1 0 617001650 274862080 5125 33554432000 134512640 135204385 4288540352 18446744073709551615 134538395 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7241/statm: 67105 5125 63 169 0 66935 0
[pid=7248] ppid=7125 vsize=446020 CPUtime=0 cores=1,3,5,7
/proc/7248/stat : 7248 (python) S 7125 7125 7090 0 -1 4202560 1025 0 0 0 0 0 0 0 18 0 1 0 617010771 456724480 6270 33554432000 4194304 5683644 140735368842944 18446744073709551615 260020416070 0 0 16781312 514 4604127155159269639 0 0 17 1 0 0 0
/proc/7248/statm: 111505 6270 374 364 0 47375 0
[pid=7250] ppid=7248 vsize=458344 CPUtime=5.09 cores=1,3,5,7
/proc/7250/stat : 7250 (TNM) R 7248 7250 7250 0 -1 4202496 1512 0 0 0 509 0 0 0 25 0 1 0 617010772 469344256 1239 33554432000 134512640 135008748 4294885760 18446744073709551615 134527524 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7250/statm: 114586 1239 46 122 0 113486 0
[pid=7253] ppid=7125 vsize=456044 CPUtime=0 cores=1,3,5,7
/proc/7253/stat : 7253 (python) S 7125 7125 7090 0 -1 4202560 821 0 0 0 0 0 0 0 19 0 1 0 617011281 466989056 6264 33554432000 4194304 5683644 140735368842944 18446744073709551615 260020416070 0 0 16781312 514 4448805469695246335 0 0 17 1 0 0 0
/proc/7253/statm: 114011 6264 346 364 0 49878 0
[pid=7255] ppid=7253 vsize=246504 CPUtime=0.03 cores=1,3,5,7
/proc/7255/stat : 7255 (FH) R 7253 7255 7255 0 -1 4202496 860 0 0 0 3 0 0 0 21 0 1 0 617011281 252420096 589 33554432000 134512640 134936988 4289440800 18446744073709551615 134589751 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7255/statm: 61626 592 37 104 0 61130 0
[pid=7125/tid=7139] ppid=7122 vsize=465708 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7139/stat : 7139 (python) S 7122 7125 7090 0 -1 4202560 26 928 0 10 0 0 0 0 19 0 19 0 616961567 476884992 7833 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 7 0 0 0
[pid=7125/tid=7142] ppid=7122 vsize=465708 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7142/stat : 7142 (python) S 7122 7125 7090 0 -1 4202560 25 928 0 10 0 0 0 0 21 0 19 0 616961570 476884992 7833 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 7 0 0 0
[pid=7125/tid=7145] ppid=7122 vsize=465708 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7145/stat : 7145 (python) S 7122 7125 7090 0 -1 4202560 23 928 0 10 0 0 0 0 20 0 19 0 616961573 476884992 7833 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 7 0 0 0
[pid=7125/tid=7148] ppid=7122 vsize=465708 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7148/stat : 7148 (python) S 7122 7125 7090 0 -1 4202560 22 928 0 10 0 0 0 0 22 0 19 0 616961576 476884992 7833 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 5 0 0 0
[pid=7125/tid=7169] ppid=7122 vsize=465708 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7169/stat : 7169 (python) S 7122 7125 7090 0 -1 4202560 24 928 0 10 0 0 0 0 20 0 19 0 616971587 476884992 7833 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 7 0 0 0
[pid=7125/tid=7173] ppid=7122 vsize=465708 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7173/stat : 7173 (python) S 7122 7125 7090 0 -1 4202560 24 928 0 10 0 0 0 0 20 0 19 0 616971591 476884992 7833 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 1 0 0 0
[pid=7125/tid=7176] ppid=7122 vsize=465708 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7176/stat : 7176 (python) S 7122 7125 7090 0 -1 4202560 24 928 0 10 0 0 0 0 20 0 19 0 616971594 476884992 7833 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 5 0 0 0
[pid=7125/tid=7179] ppid=7122 vsize=465708 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7179/stat : 7179 (python) S 7122 7125 7090 0 -1 4202560 28 928 0 10 0 0 0 0 22 0 19 0 616971598 476884992 7833 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 3 0 0 0
[pid=7125/tid=7190] ppid=7122 vsize=465708 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7190/stat : 7190 (python) S 7122 7125 7090 0 -1 4202560 28 928 0 10 0 0 0 0 20 0 19 0 616981603 476884992 7833 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 3 0 0 0
[pid=7125/tid=7195] ppid=7122 vsize=465708 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7195/stat : 7195 (python) S 7122 7125 7090 0 -1 4202560 22 928 0 10 0 0 0 0 21 0 19 0 616981611 476884992 7833 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 5 0 0 0
[pid=7125/tid=7199] ppid=7122 vsize=465708 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7199/stat : 7199 (python) S 7122 7125 7090 0 -1 4202560 30 928 0 10 0 0 0 0 18 0 19 0 616981616 476884992 7833 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 5 0 0 0
[pid=7125/tid=7202] ppid=7122 vsize=465708 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7202/stat : 7202 (python) S 7122 7125 7090 0 -1 4202560 29 928 0 10 0 0 0 0 20 0 19 0 616981620 476884992 7833 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 1 0 0 0
[pid=7125/tid=7211] ppid=7122 vsize=465708 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7211/stat : 7211 (python) S 7122 7125 7090 0 -1 4202560 30 928 0 10 0 0 0 0 20 0 19 0 616991622 476884992 7833 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 1 0 0 0
[pid=7125/tid=7215] ppid=7122 vsize=465708 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7215/stat : 7215 (python) S 7122 7125 7090 0 -1 4202560 28 928 0 10 0 0 0 0 21 0 19 0 616991631 476884992 7833 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 1 0 0 0
[pid=7125/tid=7219] ppid=7122 vsize=465708 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7219/stat : 7219 (python) S 7122 7125 7090 0 -1 4202560 26 928 0 10 0 0 0 0 22 0 19 0 616991642 476884992 7833 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 1 0 0 0
[pid=7125/tid=7240] ppid=7122 vsize=465708 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7240/stat : 7240 (python) S 7122 7125 7090 0 -1 4202560 29 928 0 10 0 0 0 0 20 0 19 0 617001650 476884992 7833 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 1 0 0 0
[pid=7125/tid=7249] ppid=7122 vsize=465708 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7249/stat : 7249 (python) S 7122 7125 7090 0 -1 4202560 25 928 0 10 0 0 0 0 20 0 19 0 617010771 476884992 7833 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 1 0 0 0
[pid=7125/tid=7254] ppid=7122 vsize=465708 CPUtime=0 cores=1,3,5,7
/proc/7125/task/7254/stat : 7254 (python) S 7122 7125 7090 0 -1 4202560 27 928 0 10 0 0 0 0 20 0 19 0 617011281 476884992 7833 33554432000 4194304 5683644 140735368842944 18446744073709551615 260032219569 0 0 16781312 2 18446604471127450816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1982.24
Current children cumulated vsize (KiB) 15985108

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 7125 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=483622
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=319951
# CPU time returned by wait4() is 2.80357
# while last known CPU time is 1982.24
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 511.535
CPU time (s): 1982.24
CPU user time (s): 1980.52
CPU system time (s): 1.72
CPU usage (%): 387.508
Max. virtual memory (cumulated for all children) (KiB): 15985108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.48362
system time used= 0.319951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29897
page faults= 124
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19015
involuntary context switches= 130

runsolver used 2.56761 second user time and 5.46317 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-01 18:28:13
IDJOB=3317086
IDBENCH=82551
IDSOLVER=1705
FILE ID=node110/3317086-1304267293
RUNJOBID= node110-1304267293-7109
PBS_JOBID= 13173968
Free space on /tmp= 73548 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S966156467-066-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-3317086-1304267293/watcher-3317086-1304267293 -o /tmp/evaluation-result-3317086-1304267293/solver-3317086-1304267293 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317086-1304267293.cnf -seed 1602751368 -budget 4800 -cores 4

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

MD5SUM BENCH= 5297bd1d2a420892cfb1fb6d32ccacad
RANDOM SEED=1602751368

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30300504 kB
Buffers:       1025272 kB
Cached:        1145848 kB
SwapCached:         64 kB
Active:         427460 kB
Inactive:      1807552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30300504 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           68284 kB
Writeback:           0 kB
AnonPages:       64332 kB
Mapped:          14540 kB
Slab:           351448 kB
PageTables:       4628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189968 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= 73484 MiB
End job on node110 at 2011-05-01 18:36:49