Trace number 3378431

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)UNSAT 1690.02 734.083

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S614849838-039.UNKNOWN.cnf
MD5SUMc6bf5481c82f3a24100e294aa3a73c9c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark366.523
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3378431-1305465406.cnf
0.32/0.46	c INFO: computing task features
0.41/0.50	c INFO: computed variable-clause graph statistics
0.41/0.50	c INFO: computed clause balance statistics
0.61/0.70	c INFO: computed variable balance statistics
0.61/0.78	c INFO: computed small-clause counts
0.61/0.78	c INFO: computed Horn-clause counts
0.61/0.78	c INFO: computed variable graph statistics
0.61/0.78	c INFO: collected features for HOME/instance-3378431-1305465406.cnf in 0.32 s
0.61/0.79	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.55)
0.70/0.80	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.10)
0.70/0.81	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.05)
0.70/0.83	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.04)
260.19/107.20	c INFO: running adaptg2wsat2009++@0 for 97 with 1093 remaining (b = 0.03)
416.73/179.43	c INFO: running march_hi@0 for 485 with 1021 remaining (b = 0.12)
441.75/189.48	c INFO: running gnovelty+2@0 for 97 with 1010 remaining (b = 0.02)
459.58/196.55	c INFO: running march_hi@0 for 485 with 1003 remaining (b = 0.10)
663.65/297.83	c INFO: running march_hi@0 for 485 with 902 remaining (b = 0.09)
837.77/384.27	c INFO: running FH@0 for 97 with 816 remaining (b = 0.02)
1278.63/579.98	c INFO: running march_hi@0 for 485 with 620 remaining (b = 0.08)
1689.58/734.06	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378431-1305465406/watcher-3378431-1305465406 -o /tmp/evaluation-result-3378431-1305465406/solver-3378431-1305465406 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378431-1305465406.cnf -seed 1942632377 -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: 9.06 9.18 8.38 8/451 15301
/proc/meminfo: memFree=15997412/32951124 swapFree=67056804/67111528
[pid=15301] ppid=15299 vsize=16240 CPUtime=0.01 cores=1,3,5,7
/proc/15301/stat : 15301 (python) R 15299 15301 14447 0 -1 4202496 1050 0 0 0 1 0 0 0 25 0 1 0 658141559 16629760 922 33554432000 4194304 5683644 140733649254272 18446744073709551615 4867322 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15301/statm: 4060 922 381 364 0 547 0

[startup+0.035326 s]
/proc/loadavg: 9.06 9.18 8.38 8/451 15301
/proc/meminfo: memFree=15997412/32951124 swapFree=67056804/67111528
[pid=15301] ppid=15299 vsize=18884 CPUtime=0.02 cores=1,3,5,7
/proc/15301/stat : 15301 (python) R 15299 15301 14447 0 -1 4202496 1285 0 0 0 2 0 0 0 25 0 1 0 658141559 19337216 1138 33554432000 4194304 5683644 140733649254272 18446744073709551615 4875559 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15301/statm: 4721 1138 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100313 s]
/proc/loadavg: 9.06 9.18 8.38 8/451 15301
/proc/meminfo: memFree=15997412/32951124 swapFree=67056804/67111528
[pid=15301] ppid=15299 vsize=104228 CPUtime=0.06 cores=1,3,5,7
/proc/15301/stat : 15301 (python) S 15299 15301 14447 0 -1 4202496 3071 0 0 0 5 1 0 0 17 0 1 0 658141559 106729472 2752 33554432000 4194304 5683644 140733649254272 18446744073709551615 270613108736 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/15301/statm: 26058 2752 847 364 0 1806 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104228

[startup+0.30025 s]
/proc/loadavg: 9.06 9.18 8.38 8/451 15301
/proc/meminfo: memFree=15997412/32951124 swapFree=67056804/67111528
[pid=15301] ppid=15299 vsize=192320 CPUtime=0.24 cores=1,3,5,7
/proc/15301/stat : 15301 (python) S 15299 15301 14447 0 -1 4202496 6888 936 1 0 18 6 0 0 18 0 1 0 658141559 196935680 4949 33554432000 4194304 5683644 140733649254272 18446744073709551615 270608187015 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/15301/statm: 48080 4949 1425 364 0 3723 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 192320

[startup+0.700213 s]
/proc/loadavg: 9.06 9.18 8.38 8/451 15301
/proc/meminfo: memFree=15997412/32951124 swapFree=67056804/67111528
[pid=15301] ppid=15299 vsize=279552 CPUtime=0.61 cores=1,3,5,7
/proc/15301/stat : 15301 (python) R 15299 15301 14447 0 -1 4202496 9748 936 1 0 53 8 0 0 18 0 1 0 658141559 286261248 7273 33554432000 4194304 5683644 140733649254272 18446744073709551615 5102852 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15301/statm: 69888 7273 1826 364 0 5812 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 279552

[startup+1.50104 s]
/proc/loadavg: 9.06 9.18 8.38 11/464 15318
/proc/meminfo: memFree=15956860/32951124 swapFree=67056804/67111528
[pid=15301] ppid=15299 vsize=320244 CPUtime=0.74 cores=1,3,5,7
/proc/15301/stat : 15301 (python) S 15299 15301 14447 0 -1 4202496 12582 936 1 0 65 9 0 0 22 0 5 0 658141559 327929856 7252 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15301/statm: 80061 7252 1875 364 0 15970 0
[pid=15307] ppid=15301 vsize=278700 CPUtime=0 cores=1,3,5,7
/proc/15307/stat : 15307 (python) S 15301 15301 14447 0 -1 4202560 732 0 0 0 0 0 0 0 20 0 1 0 658141639 285388800 5614 33554432000 4194304 5683644 140733649254272 18446744073709551615 270613130767 0 0 16781312 514 260950672327835647 0 0 17 7 0 0 0
/proc/15307/statm: 69675 5614 354 364 0 5593 0
[pid=15309] ppid=15307 vsize=1017932 CPUtime=0.4 cores=1,3,5,7
/proc/15309/stat : 15309 (gnovelty+2) R 15307 15309 15309 0 -1 4202496 512 0 0 0 40 0 0 0 23 0 1 0 658141639 1042362368 248 33554432000 134512640 135663704 4294439408 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15309/statm: 254483 248 113 282 0 254199 0
[pid=15310] ppid=15301 vsize=289352 CPUtime=0 cores=1,3,5,7
/proc/15310/stat : 15310 (python) S 15301 15301 14447 0 -1 4202560 736 0 0 0 0 0 0 0 19 0 1 0 658141640 296296448 5696 33554432000 4194304 5683644 140733649254272 18446744073709551615 270613130822 0 0 16781312 514 14893074393398771711 0 0 17 3 0 0 0
/proc/15310/statm: 72338 5696 348 364 0 8253 0
[pid=15314] ppid=15310 vsize=1017932 CPUtime=0.67 cores=1,3,5,7
/proc/15314/stat : 15314 (gnovelty+2) R 15310 15314 15314 0 -1 4202496 510 0 0 0 67 0 0 0 22 0 1 0 658141641 1042362368 248 33554432000 134512640 135663704 4291200432 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15314/statm: 254483 248 113 282 0 254199 0
[pid=15312] ppid=15301 vsize=299136 CPUtime=0 cores=1,3,5,7
/proc/15312/stat : 15312 (python) S 15301 15301 14447 0 -1 4202560 716 0 0 0 0 0 0 0 21 0 1 0 658141641 306315264 5593 33554432000 4194304 5683644 140733649254272 18446744073709551615 270613130822 0 0 16781312 514 15826744758211969023 0 0 17 3 0 0 0
/proc/15312/statm: 74784 5593 344 364 0 10696 0
[pid=15315] ppid=15312 vsize=416652 CPUtime=0.29 cores=1,3,5,7
/proc/15315/stat : 15315 (adaptg2wsat2009) R 15312 15315 15315 0 -1 4202496 564 0 0 0 29 0 0 0 24 0 1 0 658141642 426651648 302 33554432000 134512640 135107411 4289452240 18446744073709551615 134523519 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/15315/statm: 104163 302 49 146 0 103039 0
[pid=15316] ppid=15301 vsize=310000 CPUtime=0 cores=1,3,5,7
/proc/15316/stat : 15316 (python) S 15301 15301 14447 0 -1 4202560 721 0 0 0 0 0 0 0 22 0 1 0 658141642 317440000 5717 33554432000 4194304 5683644 140733649254272 18446744073709551615 270613130822 0 0 16781312 514 10772848357232607231 0 0 17 3 0 0 0
/proc/15316/statm: 77500 5717 344 364 0 13409 0
[pid=15318] ppid=15316 vsize=416652 CPUtime=0.29 cores=1,3,5,7
/proc/15318/stat : 15318 (adaptg2wsat2009) R 15316 15318 15318 0 -1 4202496 563 0 0 0 29 0 0 0 25 0 1 0 658141643 426651648 302 33554432000 134512640 135107411 4287816896 18446744073709551615 134523261 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15318/statm: 104163 302 49 146 0 103039 0
[pid=15301/tid=15308] ppid=15299 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15308/stat : 15308 (python) S 15299 15301 14447 0 -1 4202560 24 936 0 0 0 0 0 0 21 0 5 0 658141639 327929856 7252 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 7 0 0 0
[pid=15301/tid=15311] ppid=15299 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15311/stat : 15311 (python) S 15299 15301 14447 0 -1 4202560 38 936 0 0 0 0 0 0 20 0 5 0 658141640 327929856 7252 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15313] ppid=15299 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15313/stat : 15313 (python) S 15299 15301 14447 0 -1 4202560 16 936 0 0 0 0 0 0 22 0 5 0 658141641 327929856 7252 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15317] ppid=15299 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15317/stat : 15317 (python) S 15299 15301 14447 0 -1 4202560 24 936 0 0 0 0 0 0 23 0 5 0 658141643 327929856 7252 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 4366600

[startup+3.10076 s]
/proc/loadavg: 9.06 9.18 8.38 11/464 15318
/proc/meminfo: memFree=15955744/32951124 swapFree=67056804/67111528
[pid=15301] ppid=15299 vsize=320244 CPUtime=0.74 cores=1,3,5,7
/proc/15301/stat : 15301 (python) S 15299 15301 14447 0 -1 4202496 12582 936 1 0 65 9 0 0 22 0 5 0 658141559 327929856 7252 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15301/statm: 80061 7252 1875 364 0 15970 0
[pid=15307] ppid=15301 vsize=278700 CPUtime=0 cores=1,3,5,7
/proc/15307/stat : 15307 (python) S 15301 15301 14447 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 658141639 285388800 5614 33554432000 4194304 5683644 140733649254272 18446744073709551615 270613130767 0 0 16781312 514 260950672327803143 0 0 17 7 0 0 0
/proc/15307/statm: 69675 5614 354 364 0 5593 0
[pid=15309] ppid=15307 vsize=1017932 CPUtime=1.2 cores=1,3,5,7
/proc/15309/stat : 15309 (gnovelty+2) R 15307 15309 15309 0 -1 4202496 512 0 0 0 120 0 0 0 25 0 1 0 658141639 1042362368 248 33554432000 134512640 135663704 4294439408 18446744073709551615 134547041 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15309/statm: 254483 248 113 282 0 254199 0
[pid=15310] ppid=15301 vsize=289352 CPUtime=0 cores=1,3,5,7
/proc/15310/stat : 15310 (python) S 15301 15301 14447 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 658141640 296296448 5696 33554432000 4194304 5683644 140733649254272 18446744073709551615 270613130822 0 0 16781312 514 14893074393398739205 0 0 17 3 0 0 0
/proc/15310/statm: 72338 5696 348 364 0 8253 0
[pid=15314] ppid=15310 vsize=1017932 CPUtime=2.27 cores=1,3,5,7
/proc/15314/stat : 15314 (gnovelty+2) R 15310 15314 15314 0 -1 4202496 510 0 0 0 227 0 0 0 25 0 1 0 658141641 1042362368 248 33554432000 134512640 135663704 4291200432 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15314/statm: 254483 248 113 282 0 254199 0
[pid=15312] ppid=15301 vsize=299136 CPUtime=0 cores=1,3,5,7
/proc/15312/stat : 15312 (python) S 15301 15301 14447 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 658141641 306315264 5597 33554432000 4194304 5683644 140733649254272 18446744073709551615 270613130822 0 0 16781312 514 15826744758211936517 0 0 17 3 0 0 0
/proc/15312/statm: 74784 5597 348 364 0 10696 0
[pid=15315] ppid=15312 vsize=416788 CPUtime=1.09 cores=1,3,5,7
/proc/15315/stat : 15315 (adaptg2wsat2009) R 15312 15315 15315 0 -1 4202496 624 0 0 0 109 0 0 0 25 0 1 0 658141642 426790912 362 33554432000 134512640 135107411 4289452240 18446744073709551615 134531246 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/15315/statm: 104197 362 59 146 0 103073 0
[pid=15316] ppid=15301 vsize=310000 CPUtime=0 cores=1,3,5,7
/proc/15316/stat : 15316 (python) S 15301 15301 14447 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 658141642 317440000 5721 33554432000 4194304 5683644 140733649254272 18446744073709551615 270613130822 0 0 16781312 514 10772848357232574724 0 0 17 3 0 0 0
/proc/15316/statm: 77500 5721 348 364 0 13409 0
[pid=15318] ppid=15316 vsize=416788 CPUtime=1.08 cores=1,3,5,7
/proc/15318/stat : 15318 (adaptg2wsat2009) R 15316 15318 15318 0 -1 4202496 624 0 0 0 108 0 0 0 25 0 1 0 658141643 426790912 363 33554432000 134512640 135107411 4287816896 18446744073709551615 134532275 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15318/statm: 104197 363 59 146 0 103073 0
[pid=15301/tid=15308] ppid=15299 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15308/stat : 15308 (python) S 15299 15301 14447 0 -1 4202560 24 936 0 0 0 0 0 0 21 0 5 0 658141639 327929856 7252 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 7 0 0 0
[pid=15301/tid=15311] ppid=15299 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15311/stat : 15311 (python) S 15299 15301 14447 0 -1 4202560 38 936 0 0 0 0 0 0 20 0 5 0 658141640 327929856 7252 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15313] ppid=15299 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15313/stat : 15313 (python) S 15299 15301 14447 0 -1 4202560 16 936 0 0 0 0 0 0 22 0 5 0 658141641 327929856 7252 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15317] ppid=15299 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15317/stat : 15317 (python) S 15299 15301 14447 0 -1 4202560 24 936 0 0 0 0 0 0 23 0 5 0 658141643 327929856 7252 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 4366872

[startup+6.30119 s]
/proc/loadavg: 9.13 9.19 8.39 12/465 15319
/proc/meminfo: memFree=15951148/32951124 swapFree=67056804/67111528
[pid=15301] ppid=15299 vsize=320244 CPUtime=0.74 cores=1,3,5,7
/proc/15301/stat : 15301 (python) S 15299 15301 14447 0 -1 4202496 12582 936 1 0 65 9 0 0 22 0 5 0 658141559 327929856 7252 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15301/statm: 80061 7252 1875 364 0 15970 0
[pid=15307] ppid=15301 vsize=278700 CPUtime=0.01 cores=1,3,5,7
/proc/15307/stat : 15307 (python) S 15301 15301 14447 0 -1 4202560 891 0 0 0 1 0 0 0 18 0 1 0 658141639 285388800 5636 33554432000 4194304 5683644 140733649254272 18446744073709551615 270613130767 0 0 16781312 514 260950672327803143 0 0 17 7 0 0 0
/proc/15307/statm: 69675 5636 376 364 0 5593 0
[pid=15309] ppid=15307 vsize=1017932 CPUtime=2.8 cores=1,3,5,7
/proc/15309/stat : 15309 (gnovelty+2) R 15307 15309 15309 0 -1 4202496 512 0 0 0 280 0 0 0 25 0 1 0 658141639 1042362368 248 33554432000 134512640 135663704 4294439408 18446744073709551615 134524755 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15309/statm: 254483 248 113 282 0 254199 0
[pid=15310] ppid=15301 vsize=289352 CPUtime=0.01 cores=1,3,5,7
/proc/15310/stat : 15310 (python) S 15301 15301 14447 0 -1 4202560 903 0 0 0 1 0 0 0 18 0 1 0 658141640 296296448 5719 33554432000 4194304 5683644 140733649254272 18446744073709551615 270613130822 0 0 16781312 514 14893074393398739205 0 0 17 3 0 0 0
/proc/15310/statm: 72338 5719 371 364 0 8253 0
[pid=15314] ppid=15310 vsize=1017932 CPUtime=5.47 cores=1,3,5,7
/proc/15314/stat : 15314 (gnovelty+2) R 15310 15314 15314 0 -1 4202496 510 0 0 0 547 0 0 0 25 0 1 0 658141641 1042362368 248 33554432000 134512640 135663704 4291200432 18446744073709551615 134544242 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15314/statm: 254483 248 113 282 0 254199 0
[pid=15312] ppid=15301 vsize=299136 CPUtime=0.01 cores=1,3,5,7
/proc/15312/stat : 15312 (python) S 15301 15301 14447 0 -1 4202560 900 0 0 0 1 0 0 0 18 0 1 0 658141641 306315264 5620 33554432000 4194304 5683644 140733649254272 18446744073709551615 270613130822 0 0 16781312 514 15826744758211936517 0 0 17 3 0 0 0
/proc/15312/statm: 74784 5620 371 364 0 10696 0
[pid=15315] ppid=15312 vsize=416788 CPUtime=2.68 cores=1,3,5,7
/proc/15315/stat : 15315 (adaptg2wsat2009) R 15312 15315 15315 0 -1 4202496 624 0 0 0 268 0 0 0 25 0 1 0 658141642 426790912 362 33554432000 134512640 135107411 4289452240 18446744073709551615 134531822 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/15315/statm: 104197 362 59 146 0 103073 0
[pid=15316] ppid=15301 vsize=310000 CPUtime=0.01 cores=1,3,5,7
/proc/15316/stat : 15316 (python) S 15301 15301 14447 0 -1 4202560 911 0 0 0 1 0 0 0 18 0 1 0 658141642 317440000 5744 33554432000 4194304 5683644 140733649254272 18446744073709551615 270613130822 0 0 16781312 514 10772848357232574724 0 0 17 3 0 0 0
/proc/15316/statm: 77500 5744 371 364 0 13409 0
[pid=15318] ppid=15316 vsize=416788 CPUtime=2.69 cores=1,3,5,7
/proc/15318/stat : 15318 (adaptg2wsat2009) R 15316 15318 15318 0 -1 4202496 624 0 0 0 269 0 0 0 25 0 1 0 658141643 426790912 363 33554432000 134512640 135107411 4287816896 18446744073709551615 134531674 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15318/statm: 104197 363 59 146 0 103073 0
[pid=15301/tid=15308] ppid=15299 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15308/stat : 15308 (python) S 15299 15301 14447 0 -1 4202560 24 936 0 0 0 0 0 0 21 0 5 0 658141639 327929856 7252 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 7 0 0 0
[pid=15301/tid=15311] ppid=15299 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15311/stat : 15311 (python) S 15299 15301 14447 0 -1 4202560 38 936 0 0 0 0 0 0 20 0 5 0 658141640 327929856 7252 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15313] ppid=15299 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15313/stat : 15313 (python) S 15299 15301 14447 0 -1 4202560 16 936 0 0 0 0 0 0 22 0 5 0 658141641 327929856 7252 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15317] ppid=15299 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15317/stat : 15317 (python) S 15299 15301 14447 0 -1 4202560 24 936 0 0 0 0 0 0 23 0 5 0 658141643 327929856 7252 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 14.42
Current children cumulated vsize (KiB) 4366872

[startup+12.7011 s]
/proc/loadavg: 9.20 9.21 8.40 11/466 15320
/proc/meminfo: memFree=15947344/32951124 swapFree=67056804/67111528
[pid=15301] ppid=15299 vsize=320244 CPUtime=0.74 cores=1,3,5,7
/proc/15301/stat : 15301 (python) S 15299 15301 14447 0 -1 4202496 12582 936 1 0 65 9 0 0 22 0 5 0 658141559 327929856 7252 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15301/statm: 80061 7252 1875 364 0 15970 0
[pid=15307] ppid=15301 vsize=278700 CPUtime=0.03 cores=1,3,5,7
/proc/15307/stat : 15307 (python) S 15301 15301 14447 0 -1 4202560 897 0 0 0 2 1 0 0 18 0 1 0 658141639 285388800 5636 33554432000 4194304 5683644 140733649254272 18446744073709551615 270613130767 0 0 16781312 514 6312568933945671943 0 0 17 7 0 0 0
/proc/15307/statm: 69675 5636 376 364 0 5593 0
[pid=15309] ppid=15307 vsize=1017932 CPUtime=6 cores=1,3,5,7
/proc/15309/stat : 15309 (gnovelty+2) R 15307 15309 15309 0 -1 4202496 512 0 0 0 600 0 0 0 25 0 1 0 658141639 1042362368 248 33554432000 134512640 135663704 4294439408 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15309/statm: 254483 248 113 282 0 254199 0
[pid=15310] ppid=15301 vsize=289352 CPUtime=0.03 cores=1,3,5,7

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

/proc/15333/statm: 0 0 0 0 0 0 0
[pid=15335] ppid=15301 vsize=340856 CPUtime=0.67 cores=1,3,5,7
/proc/15335/stat : 15335 (python) S 15301 15301 14447 0 -1 4202560 1133 0 0 0 34 33 0 0 19 0 2 0 658160508 349036544 5808 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15335/statm: 85214 5808 400 364 0 21114 0
[pid=15337] ppid=15335 vsize=1017932 CPUtime=97.33 cores=1,3,5,7
/proc/15337/stat : 15337 (gnovelty+2) T 15335 15337 15337 0 -1 4202496 508 0 0 0 9733 0 0 0 25 0 1 0 658160508 1042362368 248 33554432000 134512640 135663704 4289525728 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15337/statm: 254483 248 113 282 0 254199 0
[pid=15335/tid=15357] ppid=15301 vsize=340856 CPUtime=0 cores=1,3,5,7
/proc/15335/task/15357/stat : 15357 (python) S 15301 15301 14447 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658179986 349036544 5808 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 514 18446604458884131904 0 0 -1 3 0 0 0
[pid=15339] ppid=15301 vsize=351112 CPUtime=2.05 cores=1,3,5,7
/proc/15339/stat : 15339 (python) S 15301 15301 14447 0 -1 4202560 1041 0 0 0 106 99 0 0 15 0 1 0 658161215 359538688 5811 33554432000 4194304 5683644 140733649254272 18446744073709551615 270613130822 0 0 16781312 514 9415355567452422404 0 0 17 3 0 0 0
/proc/15339/statm: 87778 5811 377 364 0 23675 0
[pid=15341] ppid=15339 vsize=3568 CPUtime=266.57 cores=1,3,5,7
/proc/15341/stat : 15341 (march_hi) R 15339 15341 15341 0 -1 4202496 1617 0 0 0 26657 0 0 0 25 0 1 0 658161215 3653632 675 33554432000 4194304 4955518 140736497614960 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15341/statm: 892 675 106 186 0 705 0
[pid=15349] ppid=15301 vsize=361556 CPUtime=1.69 cores=1,3,5,7
/proc/15349/stat : 15349 (python) S 15301 15301 14447 0 -1 4202560 1038 0 0 0 86 83 0 0 15 0 1 0 658171343 370233344 5839 33554432000 4194304 5683644 140733649254272 18446744073709551615 270613130822 0 0 16781312 514 5274067011666673925 0 0 17 5 0 0 0
/proc/15349/statm: 90389 5839 377 364 0 26283 0
[pid=15351] ppid=15349 vsize=3568 CPUtime=266.1 cores=1,3,5,7
/proc/15351/stat : 15351 (march_hi) R 15349 15351 15351 0 -1 4202496 1619 0 0 0 26610 0 0 0 25 0 1 0 658171343 3653632 675 33554432000 4194304 4955518 140736355523984 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15351/statm: 892 675 106 186 0 705 0
[pid=15358] ppid=15301 vsize=371812 CPUtime=0.69 cores=1,3,5,7
/proc/15358/stat : 15358 (python) S 15301 15301 14447 0 -1 4202560 1140 0 0 0 37 32 0 0 19 0 2 0 658179987 380735488 5893 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15358/statm: 92953 5893 400 364 0 28844 0
[pid=15360] ppid=15358 vsize=246936 CPUtime=97.82 cores=1,3,5,7
/proc/15360/stat : 15360 (FH) T 15358 15360 15360 0 -1 4202496 593 0 0 0 9782 0 0 0 25 0 1 0 658179987 252862464 327 33554432000 134512640 134936988 4289496624 18446744073709551615 134553297 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15360/statm: 61734 327 41 104 0 61238 0
[pid=15358/tid=15372] ppid=15301 vsize=371812 CPUtime=0 cores=1,3,5,7
/proc/15358/task/15372/stat : 15372 (python) S 15301 15301 14447 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658199556 380735488 5893 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 514 18446604469192407232 0 0 -1 3 0 0 0
[pid=15373] ppid=15301 vsize=382068 CPUtime=0.6 cores=1,3,5,7
/proc/15373/stat : 15373 (python) S 15301 15301 14447 0 -1 4202560 991 0 0 0 30 30 0 0 15 0 1 0 658199557 391237632 5867 33554432000 4194304 5683644 140733649254272 18446744073709551615 270613130822 0 0 16781312 514 9691451733279998212 0 0 17 3 0 0 0
/proc/15373/statm: 95517 5867 371 364 0 31405 0
[pid=15375] ppid=15373 vsize=2848 CPUtime=85.64 cores=1,3,5,7
/proc/15375/stat : 15375 (march_hi) R 15373 15375 15375 0 -1 4202496 1450 0 0 0 8564 0 0 0 25 0 1 0 658199558 2916352 507 33554432000 4194304 4955518 140736301986832 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15375/statm: 712 507 106 186 0 525 0
[pid=15301/tid=15308] ppid=15299 vsize=392312 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15308/stat : 15308 (python) S 15299 15301 14447 0 -1 4202560 24 936 0 0 0 0 0 0 21 0 12 0 658141639 401727488 7398 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 7 0 0 0
[pid=15301/tid=15311] ppid=15299 vsize=392312 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15311/stat : 15311 (python) S 15299 15301 14447 0 -1 4202560 38 936 0 0 0 0 0 0 20 0 12 0 658141640 401727488 7398 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15313] ppid=15299 vsize=392312 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15313/stat : 15313 (python) S 15299 15301 14447 0 -1 4202560 16 936 0 0 0 0 0 0 22 0 12 0 658141641 401727488 7398 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15317] ppid=15299 vsize=392312 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15317/stat : 15317 (python) S 15299 15301 14447 0 -1 4202560 24 936 0 0 0 0 0 0 23 0 12 0 658141643 401727488 7398 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15326] ppid=15299 vsize=392312 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15326/stat : 15326 (python) S 15299 15301 14447 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 12 0 658152280 401727488 7398 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15332] ppid=15299 vsize=392312 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15332/stat : 15332 (python) S 15299 15301 14447 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 12 0 658159502 401727488 7398 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15336] ppid=15299 vsize=392312 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15336/stat : 15336 (python) S 15299 15301 14447 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 12 0 658160508 401727488 7398 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15340] ppid=15299 vsize=392312 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15340/stat : 15340 (python) S 15299 15301 14447 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 12 0 658161215 401727488 7398 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15350] ppid=15299 vsize=392312 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15350/stat : 15350 (python) S 15299 15301 14447 0 -1 4202560 23 936 0 0 0 0 0 0 20 0 12 0 658171343 401727488 7398 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15359] ppid=15299 vsize=392312 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15359/stat : 15359 (python) S 15299 15301 14447 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 12 0 658179987 401727488 7398 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15374] ppid=15299 vsize=392312 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15374/stat : 15374 (python) S 15299 15301 14447 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 12 0 658199558 401727488 7398 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1689.29
Current children cumulated vsize (KiB) 8598628

[startup+734.002 s]
/proc/loadavg: 10.33 10.20 9.41 13/509 15383
/proc/meminfo: memFree=15575332/32951124 swapFree=67056804/67111528
[pid=15301] ppid=15299 vsize=392312 CPUtime=0.81 cores=1,3,5,7
/proc/15301/stat : 15301 (python) S 15299 15301 14447 0 -1 4202496 18469 936 1 0 71 10 0 0 19 0 12 0 658141559 401727488 7398 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15301/statm: 98078 7398 1898 364 0 33966 0
[pid=15307] ppid=15301 vsize=288944 CPUtime=0.63 cores=1,3,5,7
/proc/15307/stat : 15307 (python) S 15301 15301 14447 0 -1 4202560 1195 0 0 0 32 31 0 0 19 0 2 0 658141639 295878656 5681 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15307/statm: 72236 5681 416 364 0 8154 0
[pid=15309] ppid=15307 vsize=1017932 CPUtime=99.19 cores=1,3,5,7
/proc/15309/stat : 15309 (gnovelty+2) T 15307 15309 15309 0 -1 4202496 512 0 0 0 9919 0 0 0 25 0 1 0 658141639 1042362368 248 33554432000 134512640 135663704 4294439408 18446744073709551615 135008500 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15309/statm: 254483 248 113 282 0 254199 0
[pid=15307/tid=15334] ppid=15301 vsize=288944 CPUtime=0 cores=1,3,5,7
/proc/15307/task/15334/stat : 15334 (python) S 15301 15301 14447 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658160505 295878656 5681 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 514 18446604457268417856 0 0 -1 7 0 0 0
[pid=15310] ppid=15301 vsize=289352 CPUtime=0.36 cores=1,3,5,7
/proc/15310/stat : 15310 (python) S 15301 15301 14447 0 -1 4202560 1091 0 0 0 18 18 0 0 18 0 2 0 658141640 296296448 5749 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15310/statm: 72338 5749 400 364 0 8253 0
[pid=15314] ppid=15310 vsize=1017932 CPUtime=99.3 cores=1,3,5,7
/proc/15314/stat : 15314 (gnovelty+2) T 15310 15314 15314 0 -1 4202496 510 0 0 0 9930 0 0 0 25 0 1 0 658141641 1042362368 248 33554432000 134512640 135663704 4291200432 18446744073709551615 134524534 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15314/statm: 254483 248 113 282 0 254199 0
[pid=15310/tid=15324] ppid=15301 vsize=289352 CPUtime=0 cores=1,3,5,7
/proc/15310/task/15324/stat : 15324 (python) S 15301 15301 14447 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 658152276 296296448 5749 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 514 18446604456380257344 0 0 -1 3 0 0 0
[pid=15312] ppid=15301 vsize=299136 CPUtime=0.59 cores=1,3,5,7
/proc/15312/stat : 15312 (python) S 15301 15301 14447 0 -1 4202560 1115 0 0 0 32 27 0 0 19 0 2 0 658141641 306315264 5650 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15312/statm: 74784 5650 400 364 0 10696 0
[pid=15315] ppid=15312 vsize=416788 CPUtime=97.48 cores=1,3,5,7
/proc/15315/stat : 15315 (adaptg2wsat2009) T 15312 15315 15315 0 -1 4202496 624 0 0 0 9748 0 0 0 25 0 1 0 658141642 426790912 362 33554432000 134512640 135107411 4289452240 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15315/statm: 104197 362 59 146 0 103073 0
[pid=15312/tid=15330] ppid=15301 vsize=299136 CPUtime=0 cores=1,3,5,7
/proc/15312/task/15330/stat : 15330 (python) S 15301 15301 14447 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658159501 306315264 5650 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 514 18446604460892611712 0 0 -1 3 0 0 0
[pid=15316] ppid=15301 vsize=310000 CPUtime=0.66 cores=1,3,5,7
/proc/15316/stat : 15316 (python) S 15301 15301 14447 0 -1 4202560 1120 0 0 0 35 31 0 0 19 0 2 0 658141642 317440000 5774 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15316/statm: 77500 5774 400 364 0 13409 0
[pid=15318] ppid=15316 vsize=416788 CPUtime=97.6 cores=1,3,5,7
/proc/15318/stat : 15318 (adaptg2wsat2009) T 15316 15318 15318 0 -1 4202496 624 0 0 0 9760 0 0 0 25 0 1 0 658141643 426790912 363 33554432000 134512640 135107411 4287816896 18446744073709551615 134531848 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15318/statm: 104197 363 59 146 0 103073 0
[pid=15316/tid=15338] ppid=15301 vsize=310000 CPUtime=0 cores=1,3,5,7
/proc/15316/task/15338/stat : 15338 (python) S 15301 15301 14447 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658161214 317440000 5774 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 514 18446604459715909760 0 0 -1 3 0 0 0
[pid=15325] ppid=15301 vsize=320256 CPUtime=0.65 cores=1,3,5,7
/proc/15325/stat : 15325 (python) S 15301 15301 14447 0 -1 4202560 1131 0 0 0 33 32 0 0 19 0 2 0 658152279 327942144 5778 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15325/statm: 80064 5778 400 364 0 15970 0
[pid=15327] ppid=15325 vsize=416788 CPUtime=97.98 cores=1,3,5,7
/proc/15327/stat : 15327 (adaptg2wsat2009) T 15325 15327 15327 0 -1 4202496 623 0 0 0 9798 0 0 0 25 0 1 0 658152280 426790912 363 33554432000 134512640 135107411 4289087600 18446744073709551615 134531792 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15327/statm: 104197 363 59 146 0 103073 0
[pid=15325/tid=15348] ppid=15301 vsize=320256 CPUtime=0 cores=1,3,5,7
/proc/15325/task/15348/stat : 15348 (python) S 15301 15301 14447 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 658171342 327942144 5778 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 514 18446604463060334720 0 0 -1 3 0 0 0
[pid=15331] ppid=15301 vsize=330144 CPUtime=4.66 cores=1,3,5,7
/proc/15331/stat : 15331 (python) R 15301 15301 14447 0 -1 4202560 1010 0 0 0 333 133 0 0 18 0 1 0 658159502 338067456 5660 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624940863 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/15331/statm: 82536 5660 371 364 0 18439 0
[pid=15333] ppid=15331 vsize=0 CPUtime=370.32 cores=1,3,5,7
/proc/15333/stat : 15333 (march_hi) R 15331 15333 15333 0 -1 4202500 1758 0 0 0 37031 1 0 0 25 0 1 0 658159503 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15333/statm: 0 0 0 0 0 0 0
[pid=15335] ppid=15301 vsize=340856 CPUtime=0.67 cores=1,3,5,7
/proc/15335/stat : 15335 (python) S 15301 15301 14447 0 -1 4202560 1133 0 0 0 34 33 0 0 19 0 2 0 658160508 349036544 5808 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15335/statm: 85214 5808 400 364 0 21114 0
[pid=15337] ppid=15335 vsize=1017932 CPUtime=97.33 cores=1,3,5,7
/proc/15337/stat : 15337 (gnovelty+2) T 15335 15337 15337 0 -1 4202496 508 0 0 0 9733 0 0 0 25 0 1 0 658160508 1042362368 248 33554432000 134512640 135663704 4289525728 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15337/statm: 254483 248 113 282 0 254199 0
[pid=15335/tid=15357] ppid=15301 vsize=340856 CPUtime=0 cores=1,3,5,7
/proc/15335/task/15357/stat : 15357 (python) S 15301 15301 14447 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658179986 349036544 5808 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 514 18446604458884131904 0 0 -1 3 0 0 0
[pid=15339] ppid=15301 vsize=351112 CPUtime=2.05 cores=1,3,5,7
/proc/15339/stat : 15339 (python) S 15301 15301 14447 0 -1 4202560 1041 0 0 0 106 99 0 0 15 0 1 0 658161215 359538688 5811 33554432000 4194304 5683644 140733649254272 18446744073709551615 270613130822 0 0 16781312 514 9415355567452422404 0 0 17 3 0 0 0
/proc/15339/statm: 87778 5811 377 364 0 23675 0
[pid=15341] ppid=15339 vsize=3568 CPUtime=266.62 cores=1,3,5,7
/proc/15341/stat : 15341 (march_hi) R 15339 15341 15341 0 -1 4202496 1617 0 0 0 26662 0 0 0 25 0 1 0 658161215 3653632 675 33554432000 4194304 4955518 140736497614960 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15341/statm: 892 675 106 186 0 705 0
[pid=15349] ppid=15301 vsize=361556 CPUtime=1.69 cores=1,3,5,7
/proc/15349/stat : 15349 (python) S 15301 15301 14447 0 -1 4202560 1038 0 0 0 86 83 0 0 15 0 1 0 658171343 370233344 5839 33554432000 4194304 5683644 140733649254272 18446744073709551615 270613130822 0 0 16781312 514 5274067011666673925 0 0 17 5 0 0 0
/proc/15349/statm: 90389 5839 377 364 0 26283 0
[pid=15351] ppid=15349 vsize=3568 CPUtime=266.2 cores=1,3,5,7
/proc/15351/stat : 15351 (march_hi) R 15349 15351 15351 0 -1 4202496 1619 0 0 0 26620 0 0 0 25 0 1 0 658171343 3653632 675 33554432000 4194304 4955518 140736355523984 18446744073709551615 4210601 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15351/statm: 892 675 106 186 0 705 0
[pid=15358] ppid=15301 vsize=371812 CPUtime=0.69 cores=1,3,5,7
/proc/15358/stat : 15358 (python) S 15301 15301 14447 0 -1 4202560 1140 0 0 0 37 32 0 0 19 0 2 0 658179987 380735488 5893 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15358/statm: 92953 5893 400 364 0 28844 0
[pid=15360] ppid=15358 vsize=246936 CPUtime=97.82 cores=1,3,5,7
/proc/15360/stat : 15360 (FH) T 15358 15360 15360 0 -1 4202496 593 0 0 0 9782 0 0 0 25 0 1 0 658179987 252862464 327 33554432000 134512640 134936988 4289496624 18446744073709551615 134553297 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15360/statm: 61734 327 41 104 0 61238 0
[pid=15358/tid=15372] ppid=15301 vsize=371812 CPUtime=0 cores=1,3,5,7
/proc/15358/task/15372/stat : 15372 (python) S 15301 15301 14447 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658199556 380735488 5893 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 514 18446604469192407232 0 0 -1 3 0 0 0
[pid=15373] ppid=15301 vsize=382068 CPUtime=0.6 cores=1,3,5,7
/proc/15373/stat : 15373 (python) S 15301 15301 14447 0 -1 4202560 991 0 0 0 30 30 0 0 15 0 1 0 658199557 391237632 5867 33554432000 4194304 5683644 140733649254272 18446744073709551615 270613130822 0 0 16781312 514 9691451733279998212 0 0 17 3 0 0 0
/proc/15373/statm: 95517 5867 371 364 0 31405 0
[pid=15375] ppid=15373 vsize=2848 CPUtime=85.68 cores=1,3,5,7
/proc/15375/stat : 15375 (march_hi) R 15373 15375 15375 0 -1 4202496 1450 0 0 0 8568 0 0 0 25 0 1 0 658199558 2916352 507 33554432000 4194304 4955518 140736301986832 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15375/statm: 712 507 106 186 0 525 0
[pid=15301/tid=15308] ppid=15299 vsize=392312 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15308/stat : 15308 (python) S 15299 15301 14447 0 -1 4202560 24 936 0 0 0 0 0 0 21 0 12 0 658141639 401727488 7398 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 7 0 0 0
[pid=15301/tid=15311] ppid=15299 vsize=392312 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15311/stat : 15311 (python) S 15299 15301 14447 0 -1 4202560 38 936 0 0 0 0 0 0 20 0 12 0 658141640 401727488 7398 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15313] ppid=15299 vsize=392312 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15313/stat : 15313 (python) S 15299 15301 14447 0 -1 4202560 16 936 0 0 0 0 0 0 22 0 12 0 658141641 401727488 7398 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15317] ppid=15299 vsize=392312 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15317/stat : 15317 (python) S 15299 15301 14447 0 -1 4202560 24 936 0 0 0 0 0 0 23 0 12 0 658141643 401727488 7398 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15326] ppid=15299 vsize=392312 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15326/stat : 15326 (python) S 15299 15301 14447 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 12 0 658152280 401727488 7398 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15332] ppid=15299 vsize=392312 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15332/stat : 15332 (python) S 15299 15301 14447 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 12 0 658159502 401727488 7398 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15336] ppid=15299 vsize=392312 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15336/stat : 15336 (python) S 15299 15301 14447 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 12 0 658160508 401727488 7398 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15340] ppid=15299 vsize=392312 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15340/stat : 15340 (python) S 15299 15301 14447 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 12 0 658161215 401727488 7398 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15350] ppid=15299 vsize=392312 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15350/stat : 15350 (python) S 15299 15301 14447 0 -1 4202560 23 936 0 0 0 0 0 0 20 0 12 0 658171343 401727488 7398 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15359] ppid=15299 vsize=392312 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15359/stat : 15359 (python) S 15299 15301 14447 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 12 0 658179987 401727488 7398 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
[pid=15301/tid=15374] ppid=15299 vsize=392312 CPUtime=0 cores=1,3,5,7
/proc/15301/task/15374/stat : 15374 (python) S 15299 15301 14447 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 12 0 658199558 401727488 7398 33554432000 4194304 5683644 140733649254272 18446744073709551615 270624934321 0 0 16781312 2 18446604463397280704 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1689.58
Current children cumulated vsize (KiB) 8598628

Child status: 0
Real time (s): 734.083
CPU time (s): 1690.02
CPU user time (s): 1684.29
CPU system time (s): 5.72913
CPU usage (%): 230.222
Max. virtual memory (cumulated for all children) (KiB): 8603472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1684.29
system time used= 5.72913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46840
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= 5793
involuntary context switches= 18040

runsolver used 4.96724 second user time and 11.1073 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-15 15:16:46
IDJOB=3378431
IDBENCH=82840
IDSOLVER=1859
FILE ID=node108/3378431-1305465406
RUNJOBID= node108-1305463282-14466
PBS_JOBID= 13324989
Free space on /tmp= 73480 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S614849838-039.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-3378431-1305465406/watcher-3378431-1305465406 -o /tmp/evaluation-result-3378431-1305465406/solver-3378431-1305465406 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378431-1305465406.cnf -seed 1942632377 -budget 4800 -cores 4

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

MD5SUM BENCH= c6bf5481c82f3a24100e294aa3a73c9c
RANDOM SEED=1942632377

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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:      15998940 kB
Buffers:        310512 kB
Cached:        5157740 kB
SwapCached:       8700 kB
Active:       12342332 kB
Inactive:      4271496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15998940 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:           31800 kB
Writeback:           0 kB
AnonPages:    11143120 kB
Mapped:          41400 kB
Slab:           214648 kB
PageTables:      55740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 107001584 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= 73448 MiB
End job on node108 at 2011-05-15 15:29:00