Trace number 3317611

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? (TO) 4057.6 1300.06

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S1631976568-086.UNKNOWN.cnf
MD5SUMfe5ef992569d41f4964aa99001a148e1
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 variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.63	c INFO: solving HOME/instance-3317611-1304270333.cnf
0.34/0.63	c INFO: computing task features
0.34/0.64	c INFO: computed variable-clause graph statistics
0.34/0.64	c INFO: computed clause balance statistics
0.34/0.69	c INFO: computed variable balance statistics
0.43/0.73	c INFO: computed small-clause counts
0.43/0.73	c INFO: computed Horn-clause counts
0.43/0.73	c INFO: computed variable graph statistics
0.43/0.73	c INFO: collected features for HOME/instance-3317611-1304270333.cnf in 0.10 s
0.43/0.76	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.58)
0.43/0.79	c INFO: running march_hi@0 for 194 with 4799 remaining (b = 0.16)
0.53/0.82	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.07)
0.53/0.85	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.26)
297.07/99.95	c INFO: running march_hi@0 for 485 with 4700 remaining (b = 0.27)
585.25/196.25	c INFO: running march_hi@0 for 485 with 4604 remaining (b = 0.24)
884.20/296.20	c INFO: running march_hi@0 for 97 with 4504 remaining (b = 0.06)
1286.69/416.82	c INFO: running march_hi@100 for 97 with 4383 remaining (b = 0.06)
1493.05/475.91	c INFO: running march_hi@98 for 97 with 4324 remaining (b = 0.06)
1615.30/510.91	c INFO: running march_hi@491 for 97 with 4289 remaining (b = 0.06)
1971.91/630.18	c INFO: running march_hi@192 for 291 with 4170 remaining (b = 0.16)
1992.58/637.03	c INFO: running march_hi@97 for 97 with 4163 remaining (b = 0.06)
2113.95/672.20	c INFO: running march_hi@588 for 97 with 4128 remaining (b = 0.07)
2437.62/764.92	c INFO: running march_hi@195 for 194 with 4035 remaining (b = 0.12)
2448.11/768.43	c INFO: running march_hi@0 for 485 with 4032 remaining (b = 0.21)
2644.59/833.85	c INFO: running march_hi@195 for 194 with 3966 remaining (b = 0.11)
3027.56/961.35	c INFO: running march_hi@291 for 97 with 3839 remaining (b = 0.08)
3054.87/970.47	c INFO: running march_hi@677 for 97 with 3830 remaining (b = 0.06)
3343.83/1066.63	c INFO: running march_hi@1075 for 291 with 3734 remaining (b = 0.17)
3432.38/1091.83	c INFO: running march_hi@389 for 97 with 3708 remaining (b = 0.06)
3493.31/1112.12	c INFO: running march_hi@584 for 97 with 3688 remaining (b = 0.05)
4000.60/1281.00	c INFO: running march_hi@483 for 97 with 3519 remaining (b = 0.05)
4032.72/1291.74	c INFO: running kcnfs-2006@0 for 582 with 3508 remaining (b = 0.24)

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-3317611-1304270333/watcher-3317611-1304270333 -o /tmp/evaluation-result-3317611-1304270333/solver-3317611-1304270333 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317611-1304270333.cnf -seed 624027221 -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: 10.20 9.84 8.78 7/258 8330
/proc/meminfo: memFree=28683124/32951124 swapFree=67111464/67111528
[pid=8330] ppid=8328 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/8330/stat : 8330 (python) S 8328 8330 7090 0 -1 4202496 795 0 0 0 0 0 0 0 25 0 1 0 617263940 15749120 681 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020393984 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/8330/statm: 3845 681 322 364 0 332 0

[startup+0.0330581 s]
/proc/loadavg: 10.20 9.84 8.78 7/258 8330
/proc/meminfo: memFree=28683124/32951124 swapFree=67111464/67111528
[pid=8330] ppid=8328 vsize=16536 CPUtime=0.01 cores=1,3,5,7
/proc/8330/stat : 8330 (python) R 8328 8330 7090 0 -1 4202496 1199 0 0 0 1 0 0 0 25 0 1 0 617263940 16932864 1058 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020056773 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/8330/statm: 4203 1062 417 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16536

[startup+0.101035 s]
/proc/loadavg: 10.20 9.84 8.78 7/258 8330
/proc/meminfo: memFree=28683124/32951124 swapFree=67111464/67111528
[pid=8330] ppid=8328 vsize=93956 CPUtime=0.05 cores=1,3,5,7
/proc/8330/stat : 8330 (python) S 8328 8330 7090 0 -1 4202496 2692 0 0 0 4 1 0 0 17 0 1 0 617263940 96210944 2406 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020393984 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/8330/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93956

[startup+0.301027 s]
/proc/loadavg: 10.20 9.84 8.78 7/258 8330
/proc/meminfo: memFree=28683124/32951124 swapFree=67111464/67111528
[pid=8330] ppid=8328 vsize=135744 CPUtime=0.17 cores=1,3,5,7
/proc/8330/stat : 8330 (python) S 8328 8330 7090 0 -1 4202496 5960 934 1 0 12 5 0 0 18 0 1 0 617263940 139001856 4150 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020391941 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/8330/statm: 33936 4150 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135744

[startup+0.700922 s]
/proc/loadavg: 10.20 9.84 8.78 7/258 8330
/proc/meminfo: memFree=28683124/32951124 swapFree=67111464/67111528
[pid=8330] ppid=8328 vsize=278484 CPUtime=0.43 cores=1,3,5,7
/proc/8330/stat : 8330 (python) R 8328 8330 7090 0 -1 4202496 9359 934 1 0 34 9 0 0 16 0 1 0 617263940 285167616 7031 33554432000 4194304 5683644 140734694273184 18446744073709551615 47832316195741 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/8330/statm: 69621 7031 1827 364 0 5545 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 278484

[startup+1.50074 s]
/proc/loadavg: 10.20 9.84 8.78 11/271 8347
/proc/meminfo: memFree=28642320/32951124 swapFree=67111464/67111528
[pid=8330] ppid=8328 vsize=320328 CPUtime=0.58 cores=1,3,5,7
/proc/8330/stat : 8330 (python) S 8328 8330 7090 0 -1 4202496 12343 934 1 0 48 10 0 0 24 0 5 0 617263940 328015872 7279 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8330/statm: 80082 7279 1881 364 0 15991 0
[pid=8336] ppid=8330 vsize=278648 CPUtime=0 cores=1,3,5,7
/proc/8336/stat : 8336 (python) S 8330 8330 7090 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 617264016 285335552 5578 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020416015 0 0 16781312 514 4448809317985943551 0 0 17 1 0 0 0
/proc/8336/statm: 69662 5578 354 364 0 5580 0
[pid=8338] ppid=8336 vsize=1017940 CPUtime=0.72 cores=1,3,5,7
/proc/8338/stat : 8338 (gnovelty+2) R 8336 8338 8338 0 -1 4202496 453 0 0 0 72 0 0 0 21 0 1 0 617264016 1042370560 192 33554432000 134512640 135663704 4293810288 18446744073709551615 134545713 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8338/statm: 254485 192 113 282 0 254201 0
[pid=8339] ppid=8330 vsize=289404 CPUtime=0 cores=1,3,5,7
/proc/8339/stat : 8339 (python) S 8330 8330 7090 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 1 0 617264019 296349696 5709 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020416070 0 0 16781312 514 17369064353109606664 0 0 17 1 0 0 0
/proc/8339/statm: 72351 5709 348 364 0 8266 0
[pid=8341] ppid=8339 vsize=2676 CPUtime=0.41 cores=1,3,5,7
/proc/8341/stat : 8341 (march_hi) R 8339 8341 8341 0 -1 4202496 704 0 0 0 41 0 0 0 21 0 1 0 617264020 2740224 444 33554432000 4194304 4955518 140734437827760 18446744073709551615 4263652 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8341/statm: 669 444 104 186 0 482 0
[pid=8342] ppid=8330 vsize=299288 CPUtime=0 cores=1,3,5,7
/proc/8342/stat : 8342 (python) S 8330 8330 7090 0 -1 4202560 736 0 0 0 0 0 0 0 21 0 1 0 617264022 306470912 5617 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020416070 0 0 16781312 514 12656137228141985791 0 0 17 1 0 0 0
/proc/8342/statm: 74822 5617 348 364 0 10734 0
[pid=8344] ppid=8342 vsize=1017940 CPUtime=0.28 cores=1,3,5,7
/proc/8344/stat : 8344 (gnovelty+2) R 8342 8344 8344 0 -1 4202496 454 0 0 0 28 0 0 0 23 0 1 0 617264025 1042370560 192 33554432000 134512640 135663704 4292397312 18446744073709551615 134545607 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8344/statm: 254485 192 113 282 0 254201 0
[pid=8345] ppid=8330 vsize=310084 CPUtime=0 cores=1,3,5,7
/proc/8345/stat : 8345 (python) S 8330 8330 7090 0 -1 4202560 772 0 0 0 0 0 0 0 19 0 1 0 617264025 317526016 5742 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020416070 0 0 16781312 514 13814030449451728895 0 0 17 1 0 0 0
/proc/8345/statm: 77521 5742 348 364 0 13430 0
[pid=8347] ppid=8345 vsize=2676 CPUtime=0.63 cores=1,3,5,7
/proc/8347/stat : 8347 (march_hi) R 8345 8347 8347 0 -1 4202496 716 0 0 0 63 0 0 0 25 0 1 0 617264026 2740224 452 33554432000 4194304 4955518 140734991396608 18446744073709551615 4227827 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8347/statm: 669 452 104 186 0 482 0
[pid=8330/tid=8337] ppid=8328 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8337/stat : 8337 (python) S 8328 8330 7090 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 5 0 617264016 328015872 7279 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
[pid=8330/tid=8340] ppid=8328 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8340/stat : 8340 (python) S 8328 8330 7090 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 5 0 617264019 328015872 7279 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
[pid=8330/tid=8343] ppid=8328 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8343/stat : 8343 (python) S 8328 8330 7090 0 -1 4202560 21 934 0 0 0 0 0 0 22 0 5 0 617264022 328015872 7279 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
[pid=8330/tid=8346] ppid=8328 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8346/stat : 8346 (python) S 8328 8330 7090 0 -1 4202560 26 934 0 0 0 0 0 0 24 0 5 0 617264026 328015872 7279 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 3538984

[startup+3.10045 s]
/proc/loadavg: 10.20 9.84 8.78 11/271 8347
/proc/meminfo: memFree=28641568/32951124 swapFree=67111464/67111528
[pid=8330] ppid=8328 vsize=320328 CPUtime=0.58 cores=1,3,5,7
/proc/8330/stat : 8330 (python) S 8328 8330 7090 0 -1 4202496 12343 934 1 0 48 10 0 0 24 0 5 0 617263940 328015872 7279 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8330/statm: 80082 7279 1881 364 0 15991 0
[pid=8336] ppid=8330 vsize=278648 CPUtime=0 cores=1,3,5,7
/proc/8336/stat : 8336 (python) S 8330 8330 7090 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 617264016 285335552 5578 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020416015 0 0 16781312 514 4448809317985911045 0 0 17 1 0 0 0
/proc/8336/statm: 69662 5578 354 364 0 5580 0
[pid=8338] ppid=8336 vsize=1017940 CPUtime=2.31 cores=1,3,5,7
/proc/8338/stat : 8338 (gnovelty+2) R 8336 8338 8338 0 -1 4202496 453 0 0 0 231 0 0 0 25 0 1 0 617264016 1042370560 192 33554432000 134512640 135663704 4293810288 18446744073709551615 134547344 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8338/statm: 254485 192 113 282 0 254201 0
[pid=8339] ppid=8330 vsize=289404 CPUtime=0 cores=1,3,5,7
/proc/8339/stat : 8339 (python) S 8330 8330 7090 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 1 0 617264019 296349696 5709 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020416070 0 0 16781312 514 17369064353109606664 0 0 17 1 0 0 0
/proc/8339/statm: 72351 5709 348 364 0 8266 0
[pid=8341] ppid=8339 vsize=2820 CPUtime=1.21 cores=1,3,5,7
/proc/8341/stat : 8341 (march_hi) R 8339 8341 8341 0 -1 4202496 746 0 0 0 121 0 0 0 25 0 1 0 617264020 2887680 486 33554432000 4194304 4955518 140734437827760 18446744073709551615 4290406 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8341/statm: 705 486 104 186 0 518 0
[pid=8342] ppid=8330 vsize=299288 CPUtime=0 cores=1,3,5,7
/proc/8342/stat : 8342 (python) S 8330 8330 7090 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 617264022 306470912 5617 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020416070 0 0 16781312 514 12656137228141953288 0 0 17 1 0 0 0
/proc/8342/statm: 74822 5617 348 364 0 10734 0
[pid=8344] ppid=8342 vsize=1017940 CPUtime=1.08 cores=1,3,5,7
/proc/8344/stat : 8344 (gnovelty+2) R 8342 8344 8344 0 -1 4202496 454 0 0 0 108 0 0 0 25 0 1 0 617264025 1042370560 192 33554432000 134512640 135663704 4292397312 18446744073709551615 134546746 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8344/statm: 254485 192 113 282 0 254201 0
[pid=8345] ppid=8330 vsize=310084 CPUtime=0 cores=1,3,5,7
/proc/8345/stat : 8345 (python) S 8330 8330 7090 0 -1 4202560 777 0 0 0 0 0 0 0 15 0 1 0 617264025 317526016 5742 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020416070 0 0 16781312 514 6842968949433270534 0 0 17 1 0 0 0
/proc/8345/statm: 77521 5742 348 364 0 13430 0
[pid=8347] ppid=8345 vsize=3276 CPUtime=2.23 cores=1,3,5,7
/proc/8347/stat : 8347 (march_hi) R 8345 8347 8347 0 -1 4202496 839 0 0 0 223 0 0 0 25 0 1 0 617264026 3354624 575 33554432000 4194304 4955518 140734991396608 18446744073709551615 4261398 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8347/statm: 819 575 104 186 0 632 0
[pid=8330/tid=8337] ppid=8328 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8337/stat : 8337 (python) S 8328 8330 7090 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 5 0 617264016 328015872 7279 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
[pid=8330/tid=8340] ppid=8328 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8340/stat : 8340 (python) S 8328 8330 7090 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 5 0 617264019 328015872 7279 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
[pid=8330/tid=8343] ppid=8328 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8343/stat : 8343 (python) S 8328 8330 7090 0 -1 4202560 21 934 0 0 0 0 0 0 22 0 5 0 617264022 328015872 7279 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
[pid=8330/tid=8346] ppid=8328 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8346/stat : 8346 (python) S 8328 8330 7090 0 -1 4202560 26 934 0 0 0 0 0 0 24 0 5 0 617264026 328015872 7279 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 3539728

[startup+6.30086 s]
/proc/loadavg: 10.18 9.84 8.78 11/271 8347
/proc/meminfo: memFree=28636464/32951124 swapFree=67111464/67111528
[pid=8330] ppid=8328 vsize=320328 CPUtime=0.58 cores=1,3,5,7
/proc/8330/stat : 8330 (python) S 8328 8330 7090 0 -1 4202496 12343 934 1 0 48 10 0 0 24 0 5 0 617263940 328015872 7279 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8330/statm: 80082 7279 1881 364 0 15991 0
[pid=8336] ppid=8330 vsize=278648 CPUtime=0 cores=1,3,5,7
/proc/8336/stat : 8336 (python) S 8330 8330 7090 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 617264016 285335552 5601 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020416015 0 0 16781312 514 4448809317985911045 0 0 17 1 0 0 0
/proc/8336/statm: 69662 5601 377 364 0 5580 0
[pid=8338] ppid=8336 vsize=1017940 CPUtime=5.48 cores=1,3,5,7
/proc/8338/stat : 8338 (gnovelty+2) R 8336 8338 8338 0 -1 4202496 453 0 0 0 548 0 0 0 25 0 1 0 617264016 1042370560 192 33554432000 134512640 135663704 4293810288 18446744073709551615 134545187 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8338/statm: 254485 192 113 282 0 254201 0
[pid=8339] ppid=8330 vsize=289404 CPUtime=0 cores=1,3,5,7
/proc/8339/stat : 8339 (python) S 8330 8330 7090 0 -1 4202560 893 0 0 0 0 0 0 0 15 0 1 0 617264019 296349696 5732 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020416070 0 0 16781312 514 17369064353109606664 0 0 17 1 0 0 0
/proc/8339/statm: 72351 5732 371 364 0 8266 0
[pid=8341] ppid=8339 vsize=3276 CPUtime=2.81 cores=1,3,5,7
/proc/8341/stat : 8341 (march_hi) R 8339 8341 8341 0 -1 4202496 857 0 0 0 281 0 0 0 25 0 1 0 617264020 3354624 597 33554432000 4194304 4955518 140734437827760 18446744073709551615 4261387 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8341/statm: 819 597 104 186 0 632 0
[pid=8342] ppid=8330 vsize=299288 CPUtime=0 cores=1,3,5,7
/proc/8342/stat : 8342 (python) S 8330 8330 7090 0 -1 4202560 907 0 0 0 0 0 0 0 18 0 1 0 617264022 306470912 5640 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020416070 0 0 16781312 514 12656137228141953288 0 0 17 1 0 0 0
/proc/8342/statm: 74822 5640 371 364 0 10734 0
[pid=8344] ppid=8342 vsize=1017940 CPUtime=2.68 cores=1,3,5,7
/proc/8344/stat : 8344 (gnovelty+2) R 8342 8344 8344 0 -1 4202496 454 0 0 0 268 0 0 0 25 0 1 0 617264025 1042370560 192 33554432000 134512640 135663704 4292397312 18446744073709551615 135008521 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8344/statm: 254485 192 113 282 0 254201 0
[pid=8345] ppid=8330 vsize=310084 CPUtime=0.01 cores=1,3,5,7
/proc/8345/stat : 8345 (python) S 8330 8330 7090 0 -1 4202560 912 0 0 0 1 0 0 0 15 0 1 0 617264025 317526016 5765 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020416070 0 0 16781312 514 6842968949433270534 0 0 17 1 0 0 0
/proc/8345/statm: 77521 5765 371 364 0 13430 0
[pid=8347] ppid=8345 vsize=3988 CPUtime=5.38 cores=1,3,5,7
/proc/8347/stat : 8347 (march_hi) R 8345 8347 8347 0 -1 4202496 976 0 0 0 538 0 0 0 25 0 1 0 617264026 4083712 712 33554432000 4194304 4955518 140734991396608 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8347/statm: 997 712 104 186 0 810 0
[pid=8330/tid=8337] ppid=8328 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8337/stat : 8337 (python) S 8328 8330 7090 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 5 0 617264016 328015872 7279 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
[pid=8330/tid=8340] ppid=8328 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8340/stat : 8340 (python) S 8328 8330 7090 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 5 0 617264019 328015872 7279 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
[pid=8330/tid=8343] ppid=8328 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8343/stat : 8343 (python) S 8328 8330 7090 0 -1 4202560 21 934 0 0 0 0 0 0 22 0 5 0 617264022 328015872 7279 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
[pid=8330/tid=8346] ppid=8328 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8346/stat : 8346 (python) S 8328 8330 7090 0 -1 4202560 26 934 0 0 0 0 0 0 24 0 5 0 617264026 328015872 7279 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.94
Current children cumulated vsize (KiB) 3540896

[startup+12.7007 s]
/proc/loadavg: 10.17 9.84 8.79 11/271 8347
/proc/meminfo: memFree=28631124/32951124 swapFree=67111464/67111528
[pid=8330] ppid=8328 vsize=320328 CPUtime=0.58 cores=1,3,5,7
/proc/8330/stat : 8330 (python) S 8328 8330 7090 0 -1 4202496 12343 934 1 0 48 10 0 0 24 0 5 0 617263940 328015872 7279 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8330/statm: 80082 7279 1881 364 0 15991 0
[pid=8336] ppid=8330 vsize=278648 CPUtime=0.01 cores=1,3,5,7
/proc/8336/stat : 8336 (python) S 8330 8330 7090 0 -1 4202560 899 0 0 0 0 1 0 0 18 0 1 0 617264016 285335552 5601 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020416015 0 0 16781312 514 16033799835857420549 0 0 17 1 0 0 0
/proc/8336/statm: 69662 5601 377 364 0 5580 0
[pid=8338] ppid=8336 vsize=1017940 CPUtime=11.83 cores=1,3,5,7
/proc/8338/stat : 8338 (gnovelty+2) R 8336 8338 8338 0 -1 4202496 453 0 0 0 1183 0 0 0 25 0 1 0 617264016 1042370560 192 33554432000 134512640 135663704 4293810288 18446744073709551615 134525708 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8338/statm: 254485 192 113 282 0 254201 0
[pid=8339] ppid=8330 vsize=289404 CPUtime=0.02 cores=1,3,5,7

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

[pid=8339] ppid=8330 vsize=289404 CPUtime=1.71 cores=1,3,5,7
/proc/8339/stat : 8339 (python) S 8330 8330 7090 0 -1 4202560 1131 0 0 0 91 80 0 0 15 0 2 0 617264019 296349696 5762 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020416070 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/8339/statm: 72351 5762 400 364 0 8266 0
[pid=8341] ppid=8339 vsize=109920 CPUtime=735.79 cores=1,3,5,7
/proc/8341/stat : 8341 (march_hi) R 8339 8341 8341 0 -1 4202496 25387 0 0 0 73576 3 0 0 25 0 1 0 617264020 112558080 25127 33554432000 4194304 4955518 140734437827760 18446744073709551615 4286672 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8341/statm: 27480 25127 104 186 0 27293 0
[pid=8339/tid=8368] ppid=8330 vsize=289404 CPUtime=0 cores=1,3,5,7
/proc/8339/task/8368/stat : 8368 (python) S 8330 8330 7090 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 617293556 296349696 5762 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 514 18446604468194873472 0 0 -1 3 0 0 0
[pid=8342] ppid=8330 vsize=299288 CPUtime=0.33 cores=1,3,5,7
/proc/8342/stat : 8342 (python) S 8330 8330 7090 0 -1 4202560 1115 0 0 0 18 15 0 0 19 0 2 0 617264022 306470912 5670 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/8342/statm: 74822 5670 400 364 0 10734 0
[pid=8344] ppid=8342 vsize=1017940 CPUtime=97.5 cores=1,3,5,7
/proc/8344/stat : 8344 (gnovelty+2) T 8342 8344 8344 0 -1 4202496 454 0 0 0 9750 0 0 0 25 0 1 0 617264025 1042370560 192 33554432000 134512640 135663704 4292397312 18446744073709551615 134524572 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/8344/statm: 254485 192 113 282 0 254201 0
[pid=8342/tid=8358] ppid=8330 vsize=299288 CPUtime=0 cores=1,3,5,7
/proc/8342/task/8358/stat : 8358 (python) S 8330 8330 7090 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 617283562 306470912 5670 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 514 18446604468744331712 0 0 -1 1 0 0 0
[pid=8345] ppid=8330 vsize=310084 CPUtime=2.02 cores=1,3,5,7
/proc/8345/stat : 8345 (python) S 8330 8330 7090 0 -1 4202560 1172 0 0 0 106 96 0 0 16 0 2 0 617264025 317526016 5795 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/8345/statm: 77521 5795 400 364 0 13430 0
[pid=8347] ppid=8345 vsize=172812 CPUtime=874.18 cores=1,3,5,7
/proc/8347/stat : 8347 (march_hi) T 8345 8347 8347 0 -1 4202496 29947 0 0 0 87410 8 0 0 25 0 1 0 617264026 176959488 29683 33554432000 4194304 4955518 140734991396608 18446744073709551615 4290191 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/8347/statm: 43203 29683 104 186 0 43016 0
[pid=8345/tid=8427] ppid=8330 vsize=310084 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8427/stat : 8427 (python) S 8330 8330 7090 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 617311529 317526016 5795 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 514 18446604469013924736 0 0 -1 7 0 0 0
[pid=8353] ppid=8330 vsize=320340 CPUtime=2.1 cores=1,3,5,7
/proc/8353/stat : 8353 (python) S 8330 8330 7090 0 -1 4202560 1166 0 0 0 114 96 0 0 15 0 2 0 617273936 328028160 5799 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020416070 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/8353/statm: 80085 5799 400 364 0 15991 0
[pid=8355] ppid=8353 vsize=172680 CPUtime=852.18 cores=1,3,5,7
/proc/8355/stat : 8355 (march_hi) R 8353 8355 8355 0 -1 4202496 29274 0 0 0 85212 6 0 0 25 0 1 0 617273936 176824320 29010 33554432000 4194304 4955518 140737434628288 18446744073709551615 4238345 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8355/statm: 43170 29010 104 186 0 42983 0
[pid=8353/tid=8449] ppid=8330 vsize=320340 CPUtime=0 cores=1,3,5,7
/proc/8353/task/8449/stat : 8449 (python) S 8330 8330 7090 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 617327641 328028160 5799 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 514 18446604468744333504 0 0 -1 7 0 0 0
[pid=8359] ppid=8330 vsize=330596 CPUtime=1.84 cores=1,3,5,7
/proc/8359/stat : 8359 (python) S 8330 8330 7090 0 -1 4202560 1173 0 0 0 99 85 0 0 15 0 2 0 617283565 338530304 5805 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020416070 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/8359/statm: 82649 5805 400 364 0 18552 0
[pid=8361] ppid=8359 vsize=172680 CPUtime=847.08 cores=1,3,5,7
/proc/8361/stat : 8361 (march_hi) R 8359 8361 8361 0 -1 4202496 29106 0 0 0 84701 7 0 0 25 0 1 0 617283565 176824320 28843 33554432000 4194304 4955518 140736410466304 18446744073709551615 4286740 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8361/statm: 43170 28843 104 186 0 42983 0
[pid=8359/tid=8457] ppid=8330 vsize=330596 CPUtime=0 cores=1,3,5,7
/proc/8359/task/8457/stat : 8457 (python) S 8330 8330 7090 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 617340430 338530304 5805 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 514 18446604466516395136 0 0 -1 1 0 0 0
[pid=8458] ppid=8330 vsize=341068 CPUtime=0.92 cores=1,3,5,7
/proc/8458/stat : 8458 (python) S 8330 8330 7090 0 -1 4202560 1026 0 0 0 51 41 0 0 15 0 1 0 617340783 349253632 5831 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020416070 0 0 16781312 514 16033799835857420548 0 0 17 1 0 0 0
/proc/8458/statm: 85267 5831 371 364 0 21167 0
[pid=8460] ppid=8458 vsize=71168 CPUtime=367.81 cores=1,3,5,7
/proc/8460/stat : 8460 (march_hi) R 8458 8460 8460 0 -1 4202496 13668 0 0 0 36778 3 0 0 25 0 1 0 617340783 72876032 13401 33554432000 4194304 4955518 140734357300944 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8460/statm: 17792 13401 104 186 0 17605 0
[pid=8330/tid=8337] ppid=8328 vsize=350772 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8337/stat : 8337 (python) S 8328 8330 7090 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 8 0 617264016 359190528 7220 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
[pid=8330/tid=8340] ppid=8328 vsize=350772 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8340/stat : 8340 (python) S 8328 8330 7090 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 8 0 617264019 359190528 7220 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
[pid=8330/tid=8343] ppid=8328 vsize=350772 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8343/stat : 8343 (python) S 8328 8330 7090 0 -1 4202560 21 934 0 0 0 0 0 0 22 0 8 0 617264022 359190528 7220 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
[pid=8330/tid=8346] ppid=8328 vsize=350772 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8346/stat : 8346 (python) S 8328 8330 7090 0 -1 4202560 36 934 0 0 0 0 0 0 18 0 8 0 617264026 359190528 7220 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
[pid=8330/tid=8354] ppid=8328 vsize=350772 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8354/stat : 8354 (python) S 8328 8330 7090 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 8 0 617273936 359190528 7220 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
[pid=8330/tid=8360] ppid=8328 vsize=350772 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8360/stat : 8360 (python) S 8328 8330 7090 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 8 0 617283565 359190528 7220 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
[pid=8330/tid=8459] ppid=8328 vsize=350772 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8459/stat : 8459 (python) S 8328 8330 7090 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 8 0 617340783 359190528 7220 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3883.11
Current children cumulated vsize (KiB) 5265584



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 10.23 10.23 9.83 11/321 8498
/proc/meminfo: memFree=27853316/32951124 swapFree=67111464/67111528
[pid=8330] ppid=8328 vsize=361516 CPUtime=1.1 cores=1,3,5,7
/proc/8330/stat : 8330 (python) S 8328 8330 7090 0 -1 4202496 16685 934 1 0 99 11 0 0 20 0 9 0 617263940 370192384 7345 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8330/statm: 90379 7345 1890 364 0 26276 0
[pid=8336] ppid=8330 vsize=288892 CPUtime=0.16 cores=1,3,5,7
/proc/8336/stat : 8336 (python) S 8330 8330 7090 0 -1 4202560 1079 0 0 0 9 7 0 0 19 0 2 0 617264016 295825408 5639 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/8336/statm: 72223 5639 410 364 0 8141 0
[pid=8338] ppid=8336 vsize=1017940 CPUtime=98.43 cores=1,3,5,7
/proc/8338/stat : 8338 (gnovelty+2) T 8336 8338 8338 0 -1 4202496 453 0 0 0 9843 0 0 0 25 0 1 0 617264016 1042370560 192 33554432000 134512640 135663704 4293810288 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/8338/statm: 254485 192 113 282 0 254201 0
[pid=8336/tid=8352] ppid=8330 vsize=288892 CPUtime=0 cores=1,3,5,7
/proc/8336/task/8352/stat : 8352 (python) S 8330 8330 7090 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617273933 295825408 5639 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 514 18446604471128381568 0 0 -1 7 0 0 0
[pid=8339] ppid=8330 vsize=289404 CPUtime=1.82 cores=1,3,5,7
/proc/8339/stat : 8339 (python) S 8330 8330 7090 0 -1 4202560 1131 0 0 0 96 86 0 0 15 0 2 0 617264019 296349696 5762 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020416070 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/8339/statm: 72351 5762 400 364 0 8266 0
[pid=8341] ppid=8339 vsize=128480 CPUtime=777.79 cores=1,3,5,7
/proc/8341/stat : 8341 (march_hi) R 8339 8341 8341 0 -1 4202496 26812 0 0 0 77776 3 0 0 25 0 1 0 617264020 131563520 26552 33554432000 4194304 4955518 140734437827760 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8341/statm: 32120 26552 104 186 0 31933 0
[pid=8339/tid=8368] ppid=8330 vsize=289404 CPUtime=0 cores=1,3,5,7
/proc/8339/task/8368/stat : 8368 (python) S 8330 8330 7090 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 617293556 296349696 5762 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 514 18446604468194873472 0 0 -1 3 0 0 0
[pid=8342] ppid=8330 vsize=299288 CPUtime=0.33 cores=1,3,5,7
/proc/8342/stat : 8342 (python) S 8330 8330 7090 0 -1 4202560 1115 0 0 0 18 15 0 0 19 0 2 0 617264022 306470912 5670 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/8342/statm: 74822 5670 400 364 0 10734 0
[pid=8344] ppid=8342 vsize=1017940 CPUtime=97.5 cores=1,3,5,7
/proc/8344/stat : 8344 (gnovelty+2) T 8342 8344 8344 0 -1 4202496 454 0 0 0 9750 0 0 0 25 0 1 0 617264025 1042370560 192 33554432000 134512640 135663704 4292397312 18446744073709551615 134524572 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/8344/statm: 254485 192 113 282 0 254201 0
[pid=8342/tid=8358] ppid=8330 vsize=299288 CPUtime=0 cores=1,3,5,7
/proc/8342/task/8358/stat : 8358 (python) S 8330 8330 7090 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 617283562 306470912 5670 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 514 18446604468744331712 0 0 -1 1 0 0 0
[pid=8345] ppid=8330 vsize=310084 CPUtime=2.02 cores=1,3,5,7
/proc/8345/stat : 8345 (python) S 8330 8330 7090 0 -1 4202560 1172 0 0 0 106 96 0 0 16 0 2 0 617264025 317526016 5795 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/8345/statm: 77521 5795 400 364 0 13430 0
[pid=8347] ppid=8345 vsize=172812 CPUtime=874.18 cores=1,3,5,7
/proc/8347/stat : 8347 (march_hi) T 8345 8347 8347 0 -1 4202496 29947 0 0 0 87410 8 0 0 25 0 1 0 617264026 176959488 29683 33554432000 4194304 4955518 140734991396608 18446744073709551615 4290191 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/8347/statm: 43203 29683 104 186 0 43016 0
[pid=8345/tid=8427] ppid=8330 vsize=310084 CPUtime=0 cores=1,3,5,7
/proc/8345/task/8427/stat : 8427 (python) S 8330 8330 7090 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 617311529 317526016 5795 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 514 18446604469013924736 0 0 -1 7 0 0 0
[pid=8353] ppid=8330 vsize=320340 CPUtime=2.2 cores=1,3,5,7
/proc/8353/stat : 8353 (python) S 8330 8330 7090 0 -1 4202560 1166 0 0 0 119 101 0 0 15 0 2 0 617273936 328028160 5799 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020416070 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/8353/statm: 80085 5799 400 364 0 15991 0
[pid=8355] ppid=8353 vsize=172812 CPUtime=886.98 cores=1,3,5,7
/proc/8355/stat : 8355 (march_hi) R 8353 8355 8355 0 -1 4202496 30387 0 0 0 88691 7 0 0 25 0 1 0 617273936 176959488 30123 33554432000 4194304 4955518 140737434628288 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8355/statm: 43203 30123 104 186 0 43016 0
[pid=8353/tid=8449] ppid=8330 vsize=320340 CPUtime=0 cores=1,3,5,7
/proc/8353/task/8449/stat : 8449 (python) S 8330 8330 7090 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 617327641 328028160 5799 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 514 18446604468744333504 0 0 -1 7 0 0 0
[pid=8359] ppid=8330 vsize=330596 CPUtime=1.94 cores=1,3,5,7
/proc/8359/stat : 8359 (python) S 8330 8330 7090 0 -1 4202560 1173 0 0 0 104 90 0 0 15 0 2 0 617283565 338530304 5805 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/8359/statm: 82649 5805 400 364 0 18552 0
[pid=8361] ppid=8359 vsize=172812 CPUtime=878.4 cores=1,3,5,7
/proc/8361/stat : 8361 (march_hi) T 8359 8361 8361 0 -1 4202496 30098 0 0 0 87833 7 0 0 25 0 1 0 617283565 176959488 29835 33554432000 4194304 4955518 140736410466304 18446744073709551615 4238650 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/8361/statm: 43203 29835 104 186 0 43016 0
[pid=8359/tid=8457] ppid=8330 vsize=330596 CPUtime=0 cores=1,3,5,7
/proc/8359/task/8457/stat : 8457 (python) S 8330 8330 7090 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 617340430 338530304 5805 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 514 18446604466516395136 0 0 -1 1 0 0 0
[pid=8458] ppid=8330 vsize=341068 CPUtime=1.02 cores=1,3,5,7
/proc/8458/stat : 8458 (python) S 8330 8330 7090 0 -1 4202560 1026 0 0 0 56 46 0 0 15 0 1 0 617340783 349253632 5831 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020416070 0 0 16781312 514 16033799835857420548 0 0 17 1 0 0 0
/proc/8458/statm: 85267 5831 371 364 0 21167 0
[pid=8460] ppid=8458 vsize=80452 CPUtime=425.52 cores=1,3,5,7
/proc/8460/stat : 8460 (march_hi) R 8458 8460 8460 0 -1 4202496 15561 0 0 0 42549 3 0 0 25 0 1 0 617340783 82382848 15294 33554432000 4194304 4955518 140734357300944 18446744073709551615 4209635 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8460/statm: 20113 15294 104 186 0 19926 0
[pid=8495] ppid=8330 vsize=351272 CPUtime=0 cores=1,3,5,7
/proc/8495/stat : 8495 (python) S 8330 8330 7090 0 -1 4202560 963 0 0 0 0 0 0 0 18 0 1 0 617393114 359702528 5828 33554432000 4194304 5683644 140734694273184 18446744073709551615 260020416070 0 0 16781312 514 1692078030698021126 0 0 17 1 0 0 0
/proc/8495/statm: 87818 5828 377 364 0 23715 0
[pid=8497] ppid=8495 vsize=182576 CPUtime=8.21 cores=1,3,5,7
/proc/8497/stat : 8497 (kcnfs-2006) R 8495 8497 8497 0 -1 4202496 656 0 0 0 821 0 0 0 25 0 1 0 617393114 186957824 386 33554432000 134512640 135163436 4294189824 18446744073709551615 134675121 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8497/statm: 45644 386 77 159 0 45484 0
[pid=8330/tid=8337] ppid=8328 vsize=361516 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8337/stat : 8337 (python) S 8328 8330 7090 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 617264016 370192384 7345 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
[pid=8330/tid=8340] ppid=8328 vsize=361516 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8340/stat : 8340 (python) S 8328 8330 7090 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 9 0 617264019 370192384 7345 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
[pid=8330/tid=8343] ppid=8328 vsize=361516 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8343/stat : 8343 (python) S 8328 8330 7090 0 -1 4202560 21 934 0 0 0 0 0 0 22 0 9 0 617264022 370192384 7345 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
[pid=8330/tid=8346] ppid=8328 vsize=361516 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8346/stat : 8346 (python) S 8328 8330 7090 0 -1 4202560 36 934 0 0 0 0 0 0 18 0 9 0 617264026 370192384 7345 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
[pid=8330/tid=8354] ppid=8328 vsize=361516 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8354/stat : 8354 (python) S 8328 8330 7090 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 9 0 617273936 370192384 7345 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
[pid=8330/tid=8360] ppid=8328 vsize=361516 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8360/stat : 8360 (python) S 8328 8330 7090 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 9 0 617283565 370192384 7345 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
[pid=8330/tid=8459] ppid=8328 vsize=361516 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8459/stat : 8459 (python) S 8328 8330 7090 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 617340783 370192384 7345 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
[pid=8330/tid=8496] ppid=8328 vsize=361516 CPUtime=0 cores=1,3,5,7
/proc/8330/task/8496/stat : 8496 (python) S 8328 8330 7090 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 9 0 617393114 370192384 7345 33554432000 4194304 5683644 140734694273184 18446744073709551615 260032219569 0 0 16781312 2 18446604468194875264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4057.6
Current children cumulated vsize (KiB) 5838284

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 8330 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=12846
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=114982
# CPU time returned by wait4() is 1.12783
# while last known CPU time is 4057.6
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.06
CPU time (s): 4057.6
CPU user time (s): 4052.8
CPU system time (s): 4.8
CPU usage (%): 312.109
Max. virtual memory (cumulated for all children) (KiB): 5838284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.01285
system time used= 0.114982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18099
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= 2918
involuntary context switches= 65

runsolver used 3.20451 second user time and 7.09992 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-01 19:18:53
IDJOB=3317611
IDBENCH=83076
IDSOLVER=1705
FILE ID=node110/3317611-1304270333
RUNJOBID= node110-1304267293-7109
PBS_JOBID= 13173968
Free space on /tmp= 73492 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S1631976568-086.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-3317611-1304270333/watcher-3317611-1304270333 -o /tmp/evaluation-result-3317611-1304270333/solver-3317611-1304270333 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317611-1304270333.cnf -seed 624027221 -budget 4800 -cores 4

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

MD5SUM BENCH= fe5ef992569d41f4964aa99001a148e1
RANDOM SEED=624027221

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:      28683156 kB
Buffers:       1032964 kB
Cached:        1204444 kB
SwapCached:         64 kB
Active:        2008036 kB
Inactive:      1823064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28683156 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           31832 kB
Writeback:          20 kB
AnonPages:     1593268 kB
Mapped:          25324 kB
Slab:           357392 kB
PageTables:      18756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 27117520 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= 73460 MiB
End job on node110 at 2011-05-01 19:40:36