Trace number 3317334

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) 4120.77 1300.05

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S2124915970-046.UNKNOWN.cnf
MD5SUMe6a3a97a5be52c43f493d905174d1bee
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 variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
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 53195
Number of clauses of size over 50

Solver Data

0.30/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.64	c INFO: solving HOME/instance-3317334-1304268881.cnf
0.30/0.64	c INFO: computing task features
0.30/0.66	c INFO: computed variable-clause graph statistics
0.30/0.66	c INFO: computed clause balance statistics
0.38/0.74	c INFO: computed variable balance statistics
0.38/0.79	c INFO: computed small-clause counts
0.38/0.79	c INFO: computed Horn-clause counts
0.38/0.79	c INFO: computed variable graph statistics
0.38/0.79	c INFO: collected features for HOME/instance-3317334-1304268881.cnf in 0.15 s
0.48/0.82	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.63)
0.48/0.85	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.08)
0.48/0.88	c INFO: running march_hi@0 for 679 with 4799 remaining (b = 0.35)
0.58/0.91	c INFO: running march_hi@0 for 679 with 4799 remaining (b = 0.31)
342.43/101.00	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.23)
342.43/101.04	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.20)
1807.25/589.20	c INFO: running march_hi@485 for 97 with 4211 remaining (b = 0.04)
2115.34/691.87	c INFO: running march_hi@587 for 97 with 4108 remaining (b = 0.05)
2179.01/713.12	c INFO: running march_hi@99 for 291 with 4087 remaining (b = 0.14)
2397.82/786.01	c INFO: running march_hi@1268 for 97 with 4014 remaining (b = 0.07)
2726.38/897.11	c INFO: running march_hi@0 for 485 with 3903 remaining (b = 0.19)
3047.63/989.14	c INFO: running march_hi@99 for 291 with 3811 remaining (b = 0.12)
3160.78/1025.38	c INFO: running march_hi@0 for 291 with 3775 remaining (b = 0.12)
3431.09/1102.71	c INFO: running march_hi@193 for 97 with 3697 remaining (b = 0.05)
4095.96/1292.90	c INFO: running march_hi@287 for 194 with 3507 remaining (b = 0.11)

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-3317334-1304268881/watcher-3317334-1304268881 -o /tmp/evaluation-result-3317334-1304268881/solver-3317334-1304268881 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317334-1304268881.cnf -seed 1113567365 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.98 8.05 6.61 6/240 29254
/proc/meminfo: memFree=29543940/32951132 swapFree=67080200/67111528
[pid=29254] ppid=29252 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/29254/stat : 29254 (python) S 29252 29254 28639 0 -1 4202496 820 0 0 0 0 0 0 0 17 0 1 0 538487700 15753216 705 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 4 0 0 0
/proc/29254/statm: 3846 705 334 364 0 333 0

[startup+0.014765 s]
/proc/loadavg: 7.98 8.05 6.61 6/240 29254
/proc/meminfo: memFree=29543940/32951132 swapFree=67080200/67111528
[pid=29254] ppid=29252 vsize=15908 CPUtime=0 cores=0,2,4,6
/proc/29254/stat : 29254 (python) S 29252 29254 28639 0 -1 4202496 958 0 0 0 0 0 0 0 17 0 1 0 538487700 16289792 834 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/29254/statm: 3977 834 357 364 0 464 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15908

[startup+0.100746 s]
/proc/loadavg: 7.98 8.05 6.61 6/240 29254
/proc/meminfo: memFree=29543940/32951132 swapFree=67080200/67111528
[pid=29254] ppid=29252 vsize=93960 CPUtime=0.05 cores=0,2,4,6
/proc/29254/stat : 29254 (python) S 29252 29254 28639 0 -1 4202496 2694 0 0 0 4 1 0 0 17 0 1 0 538487700 96215040 2407 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/29254/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93960

[startup+0.300731 s]
/proc/loadavg: 7.98 8.05 6.61 6/240 29254
/proc/meminfo: memFree=29543940/32951132 swapFree=67080200/67111528
[pid=29254] ppid=29252 vsize=135752 CPUtime=0.15 cores=0,2,4,6
/proc/29254/stat : 29254 (python) S 29252 29254 28639 0 -1 4202496 5964 934 1 0 12 3 0 0 17 0 1 0 538487700 139010048 4152 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647142405 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/29254/statm: 33938 4152 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 135752

[startup+0.704685 s]
/proc/loadavg: 7.98 8.05 6.61 6/240 29254
/proc/meminfo: memFree=29543940/32951132 swapFree=67080200/67111528
[pid=29254] ppid=29252 vsize=278656 CPUtime=0.38 cores=0,2,4,6
/proc/29254/stat : 29254 (python) R 29252 29254 28639 0 -1 4202496 9489 934 1 0 32 6 0 0 16 0 1 0 538487700 285343744 7061 33554432000 4194304 5683644 140735019425664 18446744073709551615 210650555312 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29254/statm: 69664 7061 1826 364 0 5588 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 278656

[startup+1.50049 s]
/proc/loadavg: 7.98 8.05 6.61 10/253 29271
/proc/meminfo: memFree=29504280/32951132 swapFree=67080200/67111528
[pid=29254] ppid=29252 vsize=320164 CPUtime=0.59 cores=0,2,4,6
/proc/29254/stat : 29254 (python) S 29252 29254 28639 0 -1 4202496 12467 934 1 0 52 7 0 0 24 0 5 0 538487700 327847936 7238 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29254/statm: 80041 7238 1881 364 0 15950 0
[pid=29260] ppid=29254 vsize=278680 CPUtime=0 cores=0,2,4,6
/proc/29260/stat : 29260 (python) S 29254 29254 28639 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 538487783 285368320 5589 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647166479 0 0 16781312 514 4457244771194241023 0 0 17 0 0 0 0
/proc/29260/statm: 69670 5589 354 364 0 5588 0
[pid=29262] ppid=29260 vsize=1017940 CPUtime=0.66 cores=0,2,4,6
/proc/29262/stat : 29262 (gnovelty+2) R 29260 29262 29262 0 -1 4202496 453 0 0 0 66 0 0 0 21 0 1 0 538487783 1042370560 191 33554432000 134512640 135663704 4294261152 18446744073709551615 134544252 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29262/statm: 254485 191 113 282 0 254201 0
[pid=29263] ppid=29254 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/29263/stat : 29263 (python) S 29254 29254 28639 0 -1 4202560 745 0 0 0 0 0 0 0 19 0 1 0 538487786 296251392 5685 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647166534 0 0 16781312 514 7404696795680342015 0 0 17 4 0 0 0
/proc/29263/statm: 72327 5685 348 364 0 8242 0
[pid=29265] ppid=29263 vsize=1017940 CPUtime=0.62 cores=0,2,4,6
/proc/29265/stat : 29265 (gnovelty+2) R 29263 29265 29265 0 -1 4202496 455 0 0 0 62 0 0 0 22 0 1 0 538487786 1042370560 191 33554432000 134512640 135663704 4288264672 18446744073709551615 134545598 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29265/statm: 254485 191 113 282 0 254201 0
[pid=29266] ppid=29254 vsize=299212 CPUtime=0 cores=0,2,4,6
/proc/29266/stat : 29266 (python) S 29254 29254 28639 0 -1 4202560 759 0 0 0 0 0 0 0 16 0 1 0 538487789 306393088 5588 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647166534 0 0 16781312 514 4481055245249511683 0 0 17 0 0 0 0
/proc/29266/statm: 74803 5588 348 364 0 10715 0
[pid=29268] ppid=29266 vsize=1844 CPUtime=0.3 cores=0,2,4,6
/proc/29268/stat : 29268 (march_hi) R 29266 29268 29268 0 -1 4202496 564 0 0 0 30 0 0 0 24 0 1 0 538487791 1888256 291 33554432000 4194304 4955518 140736631050912 18446744073709551615 4237818 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29268/statm: 461 291 106 186 0 274 0
[pid=29269] ppid=29254 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/29269/stat : 29269 (python) S 29254 29254 28639 0 -1 4202560 777 0 0 0 0 0 0 0 20 0 1 0 538487792 317358080 5701 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647166534 0 0 16781312 514 14399072340254097667 0 0 17 0 0 0 0
/proc/29269/statm: 77480 5701 348 364 0 13389 0
[pid=29271] ppid=29269 vsize=1992 CPUtime=0.42 cores=0,2,4,6
/proc/29271/stat : 29271 (march_hi) R 29269 29271 29271 0 -1 4202496 574 0 0 0 42 0 0 0 25 0 1 0 538487792 2039808 300 33554432000 4194304 4955518 140734805112096 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29271/statm: 498 300 106 186 0 311 0
[pid=29254/tid=29261] ppid=29252 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29261/stat : 29261 (python) S 29252 29254 28639 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 538487783 327847936 7238 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 0 0 0 0
[pid=29254/tid=29264] ppid=29252 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29264/stat : 29264 (python) S 29252 29254 28639 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 538487786 327847936 7238 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 4 0 0 0
[pid=29254/tid=29267] ppid=29252 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29267/stat : 29267 (python) S 29252 29254 28639 0 -1 4202560 24 934 0 0 0 0 0 0 22 0 5 0 538487789 327847936 7238 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 0 0 0 0
[pid=29254/tid=29270] ppid=29252 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29270/stat : 29270 (python) S 29252 29254 28639 0 -1 4202560 29 934 0 0 0 0 0 0 24 0 5 0 538487792 327847936 7238 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 3537000

[startup+3.10122 s]
/proc/loadavg: 7.98 8.05 6.61 10/253 29271
/proc/meminfo: memFree=29502016/32951132 swapFree=67080200/67111528
[pid=29254] ppid=29252 vsize=320164 CPUtime=0.59 cores=0,2,4,6
/proc/29254/stat : 29254 (python) S 29252 29254 28639 0 -1 4202496 12467 934 1 0 52 7 0 0 24 0 5 0 538487700 327847936 7238 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29254/statm: 80041 7238 1881 364 0 15950 0
[pid=29260] ppid=29254 vsize=278680 CPUtime=0 cores=0,2,4,6
/proc/29260/stat : 29260 (python) S 29254 29254 28639 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 538487783 285368320 5589 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647166479 0 0 16781312 514 4457244771194208514 0 0 17 0 0 0 0
/proc/29260/statm: 69670 5589 354 364 0 5588 0
[pid=29262] ppid=29260 vsize=1017940 CPUtime=2.26 cores=0,2,4,6
/proc/29262/stat : 29262 (gnovelty+2) R 29260 29262 29262 0 -1 4202496 453 0 0 0 226 0 0 0 25 0 1 0 538487783 1042370560 191 33554432000 134512640 135663704 4294261152 18446744073709551615 134524866 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29262/statm: 254485 191 113 282 0 254201 0
[pid=29263] ppid=29254 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/29263/stat : 29263 (python) S 29254 29254 28639 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 538487786 296251392 5685 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647166534 0 0 16781312 514 7404696795680309508 0 0 17 4 0 0 0
/proc/29263/statm: 72327 5685 348 364 0 8242 0
[pid=29265] ppid=29263 vsize=1017940 CPUtime=2.22 cores=0,2,4,6
/proc/29265/stat : 29265 (gnovelty+2) R 29263 29265 29265 0 -1 4202496 455 0 0 0 222 0 0 0 25 0 1 0 538487786 1042370560 191 33554432000 134512640 135663704 4288264672 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29265/statm: 254485 191 113 282 0 254201 0
[pid=29266] ppid=29254 vsize=299212 CPUtime=0 cores=0,2,4,6
/proc/29266/stat : 29266 (python) S 29254 29254 28639 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 538487789 306393088 5588 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647166534 0 0 16781312 514 3911377655055777791 0 0 17 0 0 0 0
/proc/29266/statm: 74803 5588 348 364 0 10715 0
[pid=29268] ppid=29266 vsize=2296 CPUtime=1.1 cores=0,2,4,6
/proc/29268/stat : 29268 (march_hi) R 29266 29268 29268 0 -1 4202496 665 0 0 0 110 0 0 0 25 0 1 0 538487791 2351104 392 33554432000 4194304 4955518 140736631050912 18446744073709551615 4237786 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29268/statm: 574 392 106 186 0 387 0
[pid=29269] ppid=29254 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/29269/stat : 29269 (python) S 29254 29254 28639 0 -1 4202560 780 0 0 0 0 0 0 0 15 0 1 0 538487792 317358080 5701 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647166534 0 0 16781312 514 14399072340254097667 0 0 17 0 0 0 0
/proc/29269/statm: 77480 5701 348 364 0 13389 0
[pid=29271] ppid=29269 vsize=2296 CPUtime=1.22 cores=0,2,4,6
/proc/29271/stat : 29271 (march_hi) R 29269 29271 29271 0 -1 4202496 673 0 0 0 122 0 0 0 25 0 1 0 538487792 2351104 399 33554432000 4194304 4955518 140734805112096 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29271/statm: 574 399 106 186 0 387 0
[pid=29254/tid=29261] ppid=29252 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29261/stat : 29261 (python) S 29252 29254 28639 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 538487783 327847936 7238 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 0 0 0 0
[pid=29254/tid=29264] ppid=29252 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29264/stat : 29264 (python) S 29252 29254 28639 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 538487786 327847936 7238 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 4 0 0 0
[pid=29254/tid=29267] ppid=29252 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29267/stat : 29267 (python) S 29252 29254 28639 0 -1 4202560 24 934 0 0 0 0 0 0 22 0 5 0 538487789 327847936 7238 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 0 0 0 0
[pid=29254/tid=29270] ppid=29252 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29270/stat : 29270 (python) S 29252 29254 28639 0 -1 4202560 29 934 0 0 0 0 0 0 24 0 5 0 538487792 327847936 7238 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 3537756

[startup+6.30068 s]
/proc/loadavg: 8.14 8.08 6.63 11/253 29271
/proc/meminfo: memFree=29497204/32951132 swapFree=67080200/67111528
[pid=29254] ppid=29252 vsize=320164 CPUtime=0.59 cores=0,2,4,6
/proc/29254/stat : 29254 (python) S 29252 29254 28639 0 -1 4202496 12467 934 1 0 52 7 0 0 24 0 5 0 538487700 327847936 7238 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29254/statm: 80041 7238 1881 364 0 15950 0
[pid=29260] ppid=29254 vsize=278680 CPUtime=0 cores=0,2,4,6
/proc/29260/stat : 29260 (python) S 29254 29254 28639 0 -1 4202560 901 0 0 0 0 0 0 0 18 0 1 0 538487783 285368320 5612 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647166479 0 0 16781312 514 4457244771194208514 0 0 17 0 0 0 0
/proc/29260/statm: 69670 5612 377 364 0 5588 0
[pid=29262] ppid=29260 vsize=1017940 CPUtime=5.45 cores=0,2,4,6
/proc/29262/stat : 29262 (gnovelty+2) R 29260 29262 29262 0 -1 4202496 453 0 0 0 545 0 0 0 25 0 1 0 538487783 1042370560 191 33554432000 134512640 135663704 4294261152 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29262/statm: 254485 191 113 282 0 254201 0
[pid=29263] ppid=29254 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/29263/stat : 29263 (python) S 29254 29254 28639 0 -1 4202560 912 0 0 0 0 0 0 0 18 0 1 0 538487786 296251392 5708 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647166534 0 0 16781312 514 7404696795680309508 0 0 17 4 0 0 0
/proc/29263/statm: 72327 5708 371 364 0 8242 0
[pid=29265] ppid=29263 vsize=1017940 CPUtime=5.39 cores=0,2,4,6
/proc/29265/stat : 29265 (gnovelty+2) R 29263 29265 29265 0 -1 4202496 455 0 0 0 539 0 0 0 25 0 1 0 538487786 1042370560 191 33554432000 134512640 135663704 4288264672 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29265/statm: 254485 191 113 282 0 254201 0
[pid=29266] ppid=29254 vsize=299212 CPUtime=0 cores=0,2,4,6
/proc/29266/stat : 29266 (python) S 29254 29254 28639 0 -1 4202560 920 0 0 0 0 0 0 0 15 0 1 0 538487789 306393088 5610 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647166534 0 0 16781312 514 4481055245249511683 0 0 17 0 0 0 0
/proc/29266/statm: 74803 5610 370 364 0 10715 0
[pid=29268] ppid=29266 vsize=2676 CPUtime=2.66 cores=0,2,4,6
/proc/29268/stat : 29268 (march_hi) R 29266 29268 29268 0 -1 4202496 762 0 0 0 266 0 0 0 25 0 1 0 538487791 2740224 489 33554432000 4194304 4955518 140736631050912 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29268/statm: 669 489 106 186 0 482 0
[pid=29269] ppid=29254 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/29269/stat : 29269 (python) S 29254 29254 28639 0 -1 4202560 941 0 0 0 0 0 0 0 15 0 1 0 538487792 317358080 5724 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647166534 0 0 16781312 514 14399072340254097667 0 0 17 0 0 0 0
/proc/29269/statm: 77480 5724 371 364 0 13389 0
[pid=29271] ppid=29269 vsize=2676 CPUtime=2.81 cores=0,2,4,6
/proc/29271/stat : 29271 (march_hi) R 29269 29271 29271 0 -1 4202496 772 0 0 0 281 0 0 0 25 0 1 0 538487792 2740224 498 33554432000 4194304 4955518 140734805112096 18446744073709551615 4208676 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29271/statm: 669 498 106 186 0 482 0
[pid=29254/tid=29261] ppid=29252 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29261/stat : 29261 (python) S 29252 29254 28639 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 538487783 327847936 7238 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 0 0 0 0
[pid=29254/tid=29264] ppid=29252 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29264/stat : 29264 (python) S 29252 29254 28639 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 538487786 327847936 7238 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 4 0 0 0
[pid=29254/tid=29267] ppid=29252 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29267/stat : 29267 (python) S 29252 29254 28639 0 -1 4202560 24 934 0 0 0 0 0 0 22 0 5 0 538487789 327847936 7238 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 0 0 0 0
[pid=29254/tid=29270] ppid=29252 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29270/stat : 29270 (python) S 29252 29254 28639 0 -1 4202560 29 934 0 0 0 0 0 0 24 0 5 0 538487792 327847936 7238 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.9
Current children cumulated vsize (KiB) 3538516

[startup+12.7006 s]
/proc/loadavg: 8.45 8.15 6.65 10/253 29271
/proc/meminfo: memFree=29493136/32951132 swapFree=67080200/67111528
[pid=29254] ppid=29252 vsize=320164 CPUtime=0.59 cores=0,2,4,6
/proc/29254/stat : 29254 (python) S 29252 29254 28639 0 -1 4202496 12467 934 1 0 52 7 0 0 24 0 5 0 538487700 327847936 7238 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29254/statm: 80041 7238 1881 364 0 15950 0
[pid=29260] ppid=29254 vsize=278680 CPUtime=0.01 cores=0,2,4,6
/proc/29260/stat : 29260 (python) S 29254 29254 28639 0 -1 4202560 902 0 0 0 1 0 0 0 18 0 1 0 538487783 285368320 5612 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647166479 0 0 16781312 514 11167185449460400386 0 0 17 0 0 0 0
/proc/29260/statm: 69670 5612 377 364 0 5588 0
[pid=29262] ppid=29260 vsize=1017940 CPUtime=11.84 cores=0,2,4,6
/proc/29262/stat : 29262 (gnovelty+2) R 29260 29262 29262 0 -1 4202496 453 0 0 0 1184 0 0 0 25 0 1 0 538487783 1042370560 191 33554432000 134512640 135663704 4294261152 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29262/statm: 254485 191 113 282 0 254201 0
[pid=29263] ppid=29254 vsize=289308 CPUtime=0.01 cores=0,2,4,6

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

[pid=29260] ppid=29254 vsize=288924 CPUtime=0.15 cores=0,2,4,6
/proc/29260/stat : 29260 (python) S 29254 29254 28639 0 -1 4202560 1091 0 0 0 9 6 0 0 19 0 2 0 538487783 295858176 5650 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29260/statm: 72231 5650 410 364 0 8149 0
[pid=29262] ppid=29260 vsize=1017940 CPUtime=99.97 cores=0,2,4,6
/proc/29262/stat : 29262 (gnovelty+2) T 29260 29262 29262 0 -1 4202496 453 0 0 0 9997 0 0 0 25 0 1 0 538487783 1042370560 191 33554432000 134512640 135663704 4294261152 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29262/statm: 254485 191 113 282 0 254201 0
[pid=29260/tid=29276] ppid=29254 vsize=288924 CPUtime=0 cores=0,2,4,6
/proc/29260/task/29276/stat : 29276 (python) S 29254 29254 28639 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538497798 295858176 5650 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 514 18446604453950476416 0 0 -1 4 0 0 0
[pid=29263] ppid=29254 vsize=289308 CPUtime=0.15 cores=0,2,4,6
/proc/29263/stat : 29263 (python) S 29254 29254 28639 0 -1 4202560 1092 0 0 0 7 8 0 0 19 0 2 0 538487786 296251392 5738 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29263/statm: 72327 5738 400 364 0 8242 0
[pid=29265] ppid=29263 vsize=1017940 CPUtime=99.46 cores=0,2,4,6
/proc/29265/stat : 29265 (gnovelty+2) T 29263 29265 29265 0 -1 4202496 455 0 0 0 9946 0 0 0 25 0 1 0 538487786 1042370560 191 33554432000 134512640 135663704 4288264672 18446744073709551615 134524843 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29265/statm: 254485 191 113 282 0 254201 0
[pid=29263/tid=29277] ppid=29254 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/29263/task/29277/stat : 29277 (python) S 29254 29254 28639 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538497801 296251392 5738 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 514 18446604446046798976 0 0 -1 4 0 0 0
[pid=29266] ppid=29254 vsize=299212 CPUtime=2.13 cores=0,2,4,6
/proc/29266/stat : 29266 (python) S 29254 29254 28639 0 -1 4202560 1162 0 0 0 115 98 0 0 15 0 2 0 538487789 306393088 5641 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647166534 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29266/statm: 74803 5641 400 364 0 10715 0
[pid=29268] ppid=29266 vsize=208936 CPUtime=900.7 cores=0,2,4,6
/proc/29268/stat : 29268 (march_hi) R 29266 29268 29268 0 -1 4202496 42334 0 0 0 90001 69 0 0 25 0 1 0 538487791 213950464 42061 33554432000 4194304 4955518 140736631050912 18446744073709551615 4245056 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29268/statm: 52234 42061 106 186 0 52047 0
[pid=29266/tid=29537] ppid=29254 vsize=299212 CPUtime=0 cores=0,2,4,6
/proc/29266/task/29537/stat : 29537 (python) S 29254 29254 28639 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 538590236 306393088 5641 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 514 18446604453823381824 0 0 -1 4 0 0 0
[pid=29269] ppid=29254 vsize=309920 CPUtime=2.12 cores=0,2,4,6
/proc/29269/stat : 29269 (python) S 29254 29254 28639 0 -1 4202560 1175 0 0 0 120 92 0 0 15 0 2 0 538487792 317358080 5754 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647166534 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29269/statm: 77480 5754 400 364 0 13389 0
[pid=29271] ppid=29269 vsize=208936 CPUtime=1045.55 cores=0,2,4,6
/proc/29271/stat : 29271 (march_hi) R 29269 29271 29271 0 -1 4202496 48189 0 0 0 104513 42 0 0 25 0 1 0 538487792 213950464 47915 33554432000 4194304 4955518 140734805112096 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29271/statm: 52234 47915 106 186 0 52047 0
[pid=29269/tid=29325] ppid=29254 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/29269/task/29325/stat : 29325 (python) S 29254 29254 28639 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538559010 317358080 5754 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 514 18446604440514708672 0 0 -1 0 0 0 0
[pid=29278] ppid=29254 vsize=320176 CPUtime=1.96 cores=0,2,4,6
/proc/29278/stat : 29278 (python) S 29254 29254 28639 0 -1 4202560 1181 0 0 0 101 95 0 0 15 0 2 0 538497801 327860224 5775 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647166534 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29278/statm: 80044 5775 400 364 0 15950 0
[pid=29282] ppid=29278 vsize=142636 CPUtime=686.8 cores=0,2,4,6
/proc/29282/stat : 29282 (march_hi) R 29278 29282 29282 0 -1 4202496 33084 0 0 0 68653 27 0 0 25 0 1 0 538497805 146059264 32809 33554432000 4194304 4955518 140734600619152 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29282/statm: 35659 32809 106 186 0 35472 0
[pid=29278/tid=29445] ppid=29254 vsize=320176 CPUtime=0 cores=0,2,4,6
/proc/29278/task/29445/stat : 29445 (python) S 29254 29254 28639 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538586612 327860224 5775 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 514 18446604453896682304 0 0 -1 6 0 0 0
[pid=29280] ppid=29254 vsize=330652 CPUtime=1.38 cores=0,2,4,6
/proc/29280/stat : 29280 (python) S 29254 29254 28639 0 -1 4202560 1184 0 0 0 76 62 0 0 15 0 2 0 538497804 338587648 5817 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29280/statm: 82663 5817 400 364 0 18566 0
[pid=29283] ppid=29280 vsize=208936 CPUtime=779.02 cores=0,2,4,6
/proc/29283/stat : 29283 (march_hi) T 29280 29283 29283 0 -1 4202496 36741 0 0 0 77884 18 0 0 25 0 1 0 538497805 213950464 36467 33554432000 4194304 4955518 140733261348080 18446744073709551615 4237810 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29283/statm: 52234 36467 106 186 0 52047 0
[pid=29280/tid=29317] ppid=29254 vsize=330652 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29317/stat : 29317 (python) S 29254 29254 28639 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538546617 338587648 5817 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 514 18446604445946881280 0 0 -1 0 0 0 0
[pid=29424] ppid=29254 vsize=340868 CPUtime=0.6 cores=0,2,4,6
/proc/29424/stat : 29424 (python) S 29254 29254 28639 0 -1 4202560 1039 0 0 0 33 27 0 0 15 0 1 0 538577412 349048832 5781 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647166534 0 0 16781312 514 11167185449460400387 0 0 17 0 0 0 0
/proc/29424/statm: 85217 5781 371 364 0 21117 0
[pid=29426] ppid=29424 vsize=64948 CPUtime=298.22 cores=0,2,4,6
/proc/29426/stat : 29426 (march_hi) R 29424 29426 29426 0 -1 4202496 15369 0 0 0 29817 5 0 0 25 0 1 0 538577412 66506752 15093 33554432000 4194304 4955518 140733887753776 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29426/statm: 16237 15093 106 186 0 16050 0
[pid=29254/tid=29261] ppid=29252 vsize=351292 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29261/stat : 29261 (python) S 29252 29254 28639 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 8 0 538487783 359723008 7347 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 0 0 0 0
[pid=29254/tid=29264] ppid=29252 vsize=351292 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29264/stat : 29264 (python) S 29252 29254 28639 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 8 0 538487786 359723008 7347 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 4 0 0 0
[pid=29254/tid=29267] ppid=29252 vsize=351292 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29267/stat : 29267 (python) S 29252 29254 28639 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 8 0 538487789 359723008 7347 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 0 0 0 0
[pid=29254/tid=29270] ppid=29252 vsize=351292 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29270/stat : 29270 (python) S 29252 29254 28639 0 -1 4202560 40 934 0 0 0 0 0 0 18 0 8 0 538487792 359723008 7347 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 0 0 0 0
[pid=29254/tid=29279] ppid=29252 vsize=351292 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29279/stat : 29279 (python) S 29252 29254 28639 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 8 0 538497801 359723008 7347 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 0 0 0 0
[pid=29254/tid=29281] ppid=29252 vsize=351292 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29281/stat : 29281 (python) S 29252 29254 28639 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 8 0 538497804 359723008 7347 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 0 0 0 0
[pid=29254/tid=29425] ppid=29252 vsize=351292 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29425/stat : 29425 (python) S 29252 29254 28639 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 8 0 538577412 359723008 7347 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3919.08
Current children cumulated vsize (KiB) 5400624



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 9.19 9.14 8.50 10/274 29553
/proc/meminfo: memFree=28365480/32951132 swapFree=67080200/67111528
[pid=29254] ppid=29252 vsize=351292 CPUtime=0.9 cores=0,2,4,6
/proc/29254/stat : 29254 (python) S 29252 29254 28639 0 -1 4202496 16269 934 1 0 82 8 0 0 18 0 8 0 538487700 359723008 7347 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29254/statm: 87823 7347 1888 364 0 23723 0
[pid=29260] ppid=29254 vsize=288924 CPUtime=0.15 cores=0,2,4,6
/proc/29260/stat : 29260 (python) S 29254 29254 28639 0 -1 4202560 1091 0 0 0 9 6 0 0 19 0 2 0 538487783 295858176 5650 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29260/statm: 72231 5650 410 364 0 8149 0
[pid=29262] ppid=29260 vsize=1017940 CPUtime=99.97 cores=0,2,4,6
/proc/29262/stat : 29262 (gnovelty+2) T 29260 29262 29262 0 -1 4202496 453 0 0 0 9997 0 0 0 25 0 1 0 538487783 1042370560 191 33554432000 134512640 135663704 4294261152 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29262/statm: 254485 191 113 282 0 254201 0
[pid=29260/tid=29276] ppid=29254 vsize=288924 CPUtime=0 cores=0,2,4,6
/proc/29260/task/29276/stat : 29276 (python) S 29254 29254 28639 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538497798 295858176 5650 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 514 18446604453950476416 0 0 -1 4 0 0 0
[pid=29263] ppid=29254 vsize=289308 CPUtime=0.15 cores=0,2,4,6
/proc/29263/stat : 29263 (python) S 29254 29254 28639 0 -1 4202560 1092 0 0 0 7 8 0 0 19 0 2 0 538487786 296251392 5738 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29263/statm: 72327 5738 400 364 0 8242 0
[pid=29265] ppid=29263 vsize=1017940 CPUtime=99.46 cores=0,2,4,6
/proc/29265/stat : 29265 (gnovelty+2) T 29263 29265 29265 0 -1 4202496 455 0 0 0 9946 0 0 0 25 0 1 0 538487786 1042370560 191 33554432000 134512640 135663704 4288264672 18446744073709551615 134524843 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29265/statm: 254485 191 113 282 0 254201 0
[pid=29263/tid=29277] ppid=29254 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/29263/task/29277/stat : 29277 (python) S 29254 29254 28639 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538497801 296251392 5738 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 514 18446604446046798976 0 0 -1 4 0 0 0
[pid=29266] ppid=29254 vsize=299212 CPUtime=2.22 cores=0,2,4,6
/proc/29266/stat : 29266 (python) S 29254 29254 28639 0 -1 4202560 1162 0 0 0 120 102 0 0 15 0 2 0 538487789 306393088 5641 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647166534 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29266/statm: 74803 5641 400 364 0 10715 0
[pid=29268] ppid=29266 vsize=208936 CPUtime=958.26 cores=0,2,4,6
/proc/29268/stat : 29268 (march_hi) R 29266 29268 29268 0 -1 4202496 44893 0 0 0 95757 69 0 0 25 0 1 0 538487791 213950464 44620 33554432000 4194304 4955518 140736631050912 18446744073709551615 4237736 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29268/statm: 52234 44620 106 186 0 52047 0
[pid=29266/tid=29537] ppid=29254 vsize=299212 CPUtime=0 cores=0,2,4,6
/proc/29266/task/29537/stat : 29537 (python) S 29254 29254 28639 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 538590236 306393088 5641 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 514 18446604453823381824 0 0 -1 4 0 0 0
[pid=29269] ppid=29254 vsize=309920 CPUtime=2.22 cores=0,2,4,6
/proc/29269/stat : 29269 (python) S 29254 29254 28639 0 -1 4202560 1175 0 0 0 125 97 0 0 15 0 2 0 538487792 317358080 5754 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647166534 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29269/statm: 77480 5754 400 364 0 13389 0
[pid=29271] ppid=29269 vsize=208936 CPUtime=1074.16 cores=0,2,4,6
/proc/29271/stat : 29271 (march_hi) R 29269 29271 29271 0 -1 4202496 49449 0 0 0 107374 42 0 0 25 0 1 0 538487792 213950464 49175 33554432000 4194304 4955518 140734805112096 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29271/statm: 52234 49175 106 186 0 52047 0
[pid=29269/tid=29325] ppid=29254 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/29269/task/29325/stat : 29325 (python) S 29254 29254 28639 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538559010 317358080 5754 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 514 18446604440514708672 0 0 -1 0 0 0 0
[pid=29278] ppid=29254 vsize=320176 CPUtime=2.04 cores=0,2,4,6
/proc/29278/stat : 29278 (python) S 29254 29254 28639 0 -1 4202560 1181 0 0 0 105 99 0 0 15 0 2 0 538497801 327860224 5775 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647166534 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29278/statm: 80044 5775 400 364 0 15950 0
[pid=29282] ppid=29278 vsize=208936 CPUtime=744.4 cores=0,2,4,6
/proc/29282/stat : 29282 (march_hi) R 29278 29282 29282 0 -1 4202496 35443 0 0 0 74411 29 0 0 25 0 1 0 538497805 213950464 35168 33554432000 4194304 4955518 140734600619152 18446744073709551615 4208784 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29282/statm: 52234 35168 106 186 0 52047 0
[pid=29278/tid=29445] ppid=29254 vsize=320176 CPUtime=0 cores=0,2,4,6
/proc/29278/task/29445/stat : 29445 (python) S 29254 29254 28639 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538586612 327860224 5775 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 514 18446604453896682304 0 0 -1 6 0 0 0
[pid=29280] ppid=29254 vsize=330652 CPUtime=1.38 cores=0,2,4,6
/proc/29280/stat : 29280 (python) S 29254 29254 28639 0 -1 4202560 1184 0 0 0 76 62 0 0 15 0 2 0 538497804 338587648 5817 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29280/statm: 82663 5817 400 364 0 18566 0
[pid=29283] ppid=29280 vsize=208936 CPUtime=779.02 cores=0,2,4,6
/proc/29283/stat : 29283 (march_hi) T 29280 29283 29283 0 -1 4202496 36741 0 0 0 77884 18 0 0 25 0 1 0 538497805 213950464 36467 33554432000 4194304 4955518 140733261348080 18446744073709551615 4237810 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29283/statm: 52234 36467 106 186 0 52047 0
[pid=29280/tid=29317] ppid=29254 vsize=330652 CPUtime=0 cores=0,2,4,6
/proc/29280/task/29317/stat : 29317 (python) S 29254 29254 28639 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538546617 338587648 5817 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 514 18446604445946881280 0 0 -1 0 0 0 0
[pid=29424] ppid=29254 vsize=340868 CPUtime=0.71 cores=0,2,4,6
/proc/29424/stat : 29424 (python) S 29254 29254 28639 0 -1 4202560 1039 0 0 0 39 32 0 0 15 0 1 0 538577412 349048832 5781 33554432000 4194304 5683644 140735019425664 18446744073709551615 210647166534 0 0 16781312 514 11167185449460400387 0 0 17 0 0 0 0
/proc/29424/statm: 85217 5781 371 364 0 21117 0
[pid=29426] ppid=29424 vsize=94416 CPUtime=355.73 cores=0,2,4,6
/proc/29426/stat : 29426 (march_hi) R 29424 29426 29426 0 -1 4202496 18003 0 0 0 35567 6 0 0 25 0 1 0 538577412 96681984 17727 33554432000 4194304 4955518 140733887753776 18446744073709551615 4235627 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29426/statm: 23604 17727 106 186 0 23417 0
[pid=29254/tid=29261] ppid=29252 vsize=351292 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29261/stat : 29261 (python) S 29252 29254 28639 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 8 0 538487783 359723008 7347 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 0 0 0 0
[pid=29254/tid=29264] ppid=29252 vsize=351292 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29264/stat : 29264 (python) S 29252 29254 28639 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 8 0 538487786 359723008 7347 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 4 0 0 0
[pid=29254/tid=29267] ppid=29252 vsize=351292 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29267/stat : 29267 (python) S 29252 29254 28639 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 8 0 538487789 359723008 7347 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 0 0 0 0
[pid=29254/tid=29270] ppid=29252 vsize=351292 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29270/stat : 29270 (python) S 29252 29254 28639 0 -1 4202560 40 934 0 0 0 0 0 0 18 0 8 0 538487792 359723008 7347 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 0 0 0 0
[pid=29254/tid=29279] ppid=29252 vsize=351292 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29279/stat : 29279 (python) S 29252 29254 28639 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 8 0 538497801 359723008 7347 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 0 0 0 0
[pid=29254/tid=29281] ppid=29252 vsize=351292 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29281/stat : 29281 (python) S 29252 29254 28639 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 8 0 538497804 359723008 7347 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 0 0 0 0
[pid=29254/tid=29425] ppid=29252 vsize=351292 CPUtime=0 cores=0,2,4,6
/proc/29254/task/29425/stat : 29425 (python) S 29252 29254 28639 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 8 0 538577412 359723008 7347 33554432000 4194304 5683644 140735019425664 18446744073709551615 210658970033 0 0 16781312 2 18446604441075417344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4120.77
Current children cumulated vsize (KiB) 5496392

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

Real time (s): 1300.05
CPU time (s): 4120.77
CPU user time (s): 4114.99
CPU system time (s): 5.78
CPU usage (%): 316.969
Max. virtual memory (cumulated for all children) (KiB): 5496392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.822874
system time used= 0.091986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17205
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= 2940
involuntary context switches= 37

runsolver used 2.90356 second user time and 6.53701 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-01 18:54:41
IDJOB=3317334
IDBENCH=82799
IDSOLVER=1705
FILE ID=node129/3317334-1304268881
RUNJOBID= node129-1304267282-28657
PBS_JOBID= 13173950
Free space on /tmp= 67304 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S2124915970-046.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-3317334-1304268881/watcher-3317334-1304268881 -o /tmp/evaluation-result-3317334-1304268881/solver-3317334-1304268881 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317334-1304268881.cnf -seed 1113567365 -budget 4800 -cores 4

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

MD5SUM BENCH= e6a3a97a5be52c43f493d905174d1bee
RANDOM SEED=1113567365

node129.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.831
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.831
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.831
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.831
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.82
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.831
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.74
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.831
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.831
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.831
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:     32951132 kB
MemFree:      29544096 kB
Buffers:        313384 kB
Cached:        1730220 kB
SwapCached:       5128 kB
Active:        1292948 kB
Inactive:      1746700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29544096 kB
SwapTotal:    67111528 kB
SwapFree:     67080200 kB
Dirty:           31896 kB
Writeback:           0 kB
AnonPages:      993272 kB
Mapped:          21916 kB
Slab:           292960 kB
PageTables:      15604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 23348208 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 67268 MiB
End job on node129 at 2011-05-01 19:16:23