Trace number 3317557

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) 4294.39 1300.06

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S689381858-022.UNKNOWN.cnf
MD5SUMe5ccab3a9294cbb9eed5df8c5c797376
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 variables125
Number of clauses2662
Sum of the clauses size13310
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 52662
Number of clauses of size over 50

Solver Data

0.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3317557-1304270011.cnf
0.31/0.45	c INFO: computing task features
0.31/0.47	c INFO: computed variable-clause graph statistics
0.31/0.47	c INFO: computed clause balance statistics
0.40/0.54	c INFO: computed variable balance statistics
0.40/0.57	c INFO: computed small-clause counts
0.40/0.57	c INFO: computed Horn-clause counts
0.40/0.57	c INFO: computed variable graph statistics
0.40/0.57	c INFO: collected features for HOME/instance-3317557-1304270011.cnf in 0.12 s
0.50/0.60	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.63)
0.50/0.63	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.07)
0.50/0.66	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.33)
0.59/0.70	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.30)
350.20/100.82	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.27)
350.20/100.85	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.24)
1713.69/491.30	c INFO: running march_hi@0 for 97 with 4309 remaining (b = 0.06)
1887.24/541.01	c INFO: running march_hi@100 for 291 with 4259 remaining (b = 0.17)
2023.98/586.74	c INFO: running march_hi@486 for 97 with 4213 remaining (b = 0.07)
2039.50/591.97	c INFO: running march_hi@488 for 194 with 4208 remaining (b = 0.11)
2353.11/686.46	c INFO: running march_hi@0 for 485 with 4114 remaining (b = 0.21)
2704.20/787.10	c INFO: running march_hi@587 for 97 with 4013 remaining (b = 0.05)
2942.96/855.40	c INFO: running march_hi@99 for 291 with 3945 remaining (b = 0.13)
3043.23/884.14	c INFO: running march_hi@1077 for 291 with 3916 remaining (b = 0.16)
3150.44/918.73	c INFO: running march_hi@195 for 194 with 3881 remaining (b = 0.11)
3827.56/1144.45	c INFO: running march_hi@392 for 97 with 3656 remaining (b = 0.06)
3923.60/1176.46	c INFO: running march_hi@0 for 485 with 3624 remaining (b = 0.19)

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-3317557-1304270011/watcher-3317557-1304270011 -o /tmp/evaluation-result-3317557-1304270011/solver-3317557-1304270011 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317557-1304270011.cnf -seed 818070640 -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: 9.50 9.11 8.24 7/241 23297
/proc/meminfo: memFree=29159676/32951124 swapFree=67111524/67111528
[pid=23297] ppid=23295 vsize=15772 CPUtime=0 cores=0,2,4,6
/proc/23297/stat : 23297 (python) R 23295 23297 22195 0 -1 4202496 884 0 0 0 0 0 0 0 17 0 1 0 271192372 16150528 766 33554432000 4194304 5683644 140736503529328 18446744073709551615 268660323013 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23297/statm: 3943 768 343 364 0 430 0

[startup+0.0136629 s]
/proc/loadavg: 9.50 9.11 8.24 7/241 23297
/proc/meminfo: memFree=29159676/32951124 swapFree=67111524/67111528
[pid=23297] ppid=23295 vsize=16236 CPUtime=0 cores=0,2,4,6
/proc/23297/stat : 23297 (python) R 23295 23297 22195 0 -1 4202496 1037 0 0 0 0 0 0 0 17 0 1 0 271192372 16625664 909 33554432000 4194304 5683644 140736503529328 18446744073709551615 5161824 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23297/statm: 4059 909 380 364 0 546 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16236

[startup+0.100648 s]
/proc/loadavg: 9.50 9.11 8.24 7/241 23297
/proc/meminfo: memFree=29159676/32951124 swapFree=67111524/67111528
[pid=23297] ppid=23295 vsize=104612 CPUtime=0.07 cores=0,2,4,6
/proc/23297/stat : 23297 (python) R 23295 23297 22195 0 -1 4202496 3142 0 0 0 5 2 0 0 17 0 1 0 271192372 107122688 2821 33554432000 4194304 5683644 140736503529328 18446744073709551615 268660358784 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23297/statm: 26153 2821 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.300602 s]
/proc/loadavg: 9.50 9.11 8.24 7/241 23297
/proc/meminfo: memFree=29159676/32951124 swapFree=67111524/67111528
[pid=23297] ppid=23295 vsize=198916 CPUtime=0.22 cores=0,2,4,6
/proc/23297/stat : 23297 (python) R 23295 23297 22195 0 -1 4202496 7022 931 1 0 16 6 0 0 18 0 1 0 271192372 203689984 5053 33554432000 4194304 5683644 140736503529328 18446744073709551615 4864842 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23297/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198916

[startup+0.700499 s]
/proc/loadavg: 9.50 9.11 8.24 7/241 23297
/proc/meminfo: memFree=29159676/32951124 swapFree=67111524/67111528
[pid=23297] ppid=23295 vsize=309976 CPUtime=0.59 cores=0,2,4,6
/proc/23297/stat : 23297 (python) R 23295 23297 22195 0 -1 4202496 12018 931 1 0 50 9 0 0 22 0 4 0 271192372 317415424 7248 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23297/statm: 77494 7248 1878 364 0 13406 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 309976

[startup+1.50136 s]
/proc/loadavg: 9.50 9.11 8.24 11/254 23314
/proc/meminfo: memFree=29120140/32951124 swapFree=67111524/67111528
[pid=23297] ppid=23295 vsize=320232 CPUtime=0.59 cores=0,2,4,6
/proc/23297/stat : 23297 (python) S 23295 23297 22195 0 -1 4202496 12388 931 1 0 50 9 0 0 24 0 5 0 271192372 327917568 7255 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23297/statm: 80058 7255 1881 364 0 15967 0
[pid=23303] ppid=23297 vsize=278548 CPUtime=0 cores=0,2,4,6
/proc/23303/stat : 23303 (python) S 23297 23297 22195 0 -1 4202560 737 0 0 0 0 0 0 0 20 0 1 0 271192433 285233152 5571 33554432000 4194304 5683644 140736503529328 18446744073709551615 268660682255 0 0 16781312 514 11737525499704901631 0 0 17 6 0 0 0
/proc/23303/statm: 69637 5571 354 364 0 5555 0
[pid=23305] ppid=23303 vsize=1017800 CPUtime=0.88 cores=0,2,4,6
/proc/23305/stat : 23305 (gnovelty+2) R 23303 23305 23305 0 -1 4202496 443 0 0 0 88 0 0 0 25 0 1 0 271192434 1042227200 181 33554432000 134512640 135663704 4290001040 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23305/statm: 254450 181 113 282 0 254166 0
[pid=23306] ppid=23297 vsize=289340 CPUtime=0 cores=0,2,4,6
/proc/23306/stat : 23306 (python) S 23297 23297 22195 0 -1 4202560 733 0 0 0 0 0 0 0 19 0 1 0 271192436 296284160 5693 33554432000 4194304 5683644 140736503529328 18446744073709551615 268660682310 0 0 16781312 514 4478285850337083391 0 0 17 4 0 0 0
/proc/23306/statm: 72335 5693 348 364 0 8250 0
[pid=23308] ppid=23306 vsize=1017800 CPUtime=0.84 cores=0,2,4,6
/proc/23308/stat : 23308 (gnovelty+2) R 23306 23308 23308 0 -1 4202496 446 0 0 0 84 0 0 0 23 0 1 0 271192437 1042227200 180 33554432000 134512640 135663704 4293174528 18446744073709551615 134545187 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23308/statm: 254450 180 113 282 0 254166 0
[pid=23309] ppid=23297 vsize=299124 CPUtime=0 cores=0,2,4,6
/proc/23309/stat : 23309 (python) S 23297 23297 22195 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 271192439 306302976 5594 33554432000 4194304 5683644 140736503529328 18446744073709551615 268660682310 0 0 16781312 514 4538432160033374465 0 0 17 4 0 0 0
/proc/23309/statm: 74781 5594 348 364 0 10693 0
[pid=23311] ppid=23309 vsize=1860 CPUtime=0.79 cores=0,2,4,6
/proc/23311/stat : 23311 (march_hi) R 23309 23311 23311 0 -1 4202496 570 0 0 0 79 0 0 0 25 0 1 0 271192442 1904640 305 33554432000 4194304 4955518 140737026459312 18446744073709551615 4284431 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23311/statm: 465 305 106 186 0 278 0
[pid=23312] ppid=23297 vsize=309988 CPUtime=0 cores=0,2,4,6
/proc/23312/stat : 23312 (python) S 23297 23297 22195 0 -1 4202560 769 0 0 0 0 0 0 0 18 0 1 0 271192442 317427712 5718 33554432000 4194304 5683644 140736503529328 18446744073709551615 268660682310 0 0 16781312 514 1287053131397431553 0 0 17 4 0 0 0
/proc/23312/statm: 77497 5718 348 364 0 13406 0
[pid=23314] ppid=23312 vsize=1860 CPUtime=0.4 cores=0,2,4,6
/proc/23314/stat : 23314 (march_hi) R 23312 23314 23314 0 -1 4202496 544 0 0 0 40 0 0 0 25 0 1 0 271192443 1904640 281 33554432000 4194304 4955518 140734476476896 18446744073709551615 4285640 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23314/statm: 465 281 106 186 0 278 0
[pid=23297/tid=23304] ppid=23295 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23304/stat : 23304 (python) S 23295 23297 22195 0 -1 4202560 26 931 0 0 0 0 0 0 21 0 5 0 271192433 327917568 7255 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 6 0 0 0
[pid=23297/tid=23307] ppid=23295 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23307/stat : 23307 (python) S 23295 23297 22195 0 -1 4202560 21 931 0 0 0 0 0 0 20 0 5 0 271192436 327917568 7255 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 6 0 0 0
[pid=23297/tid=23310] ppid=23295 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23310/stat : 23310 (python) S 23295 23297 22195 0 -1 4202560 19 931 0 0 0 0 0 0 22 0 5 0 271192439 327917568 7255 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 4 0 0 0
[pid=23297/tid=23313] ppid=23295 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23313/stat : 23313 (python) S 23295 23297 22195 0 -1 4202560 29 931 0 0 0 0 0 0 24 0 5 0 271192443 327917568 7255 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 3536552

[startup+3.10107 s]
/proc/loadavg: 9.50 9.11 8.24 12/254 23314
/proc/meminfo: memFree=29118968/32951124 swapFree=67111524/67111528
[pid=23297] ppid=23295 vsize=320232 CPUtime=0.59 cores=0,2,4,6
/proc/23297/stat : 23297 (python) S 23295 23297 22195 0 -1 4202496 12388 931 1 0 50 9 0 0 24 0 5 0 271192372 327917568 7255 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23297/statm: 80058 7255 1881 364 0 15967 0
[pid=23303] ppid=23297 vsize=278548 CPUtime=0 cores=0,2,4,6
/proc/23303/stat : 23303 (python) S 23297 23297 22195 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 271192433 285233152 5571 33554432000 4194304 5683644 140736503529328 18446744073709551615 268660682255 0 0 16781312 514 11737525499704869123 0 0 17 6 0 0 0
/proc/23303/statm: 69637 5571 354 364 0 5555 0
[pid=23305] ppid=23303 vsize=1017800 CPUtime=2.48 cores=0,2,4,6
/proc/23305/stat : 23305 (gnovelty+2) R 23303 23305 23305 0 -1 4202496 443 0 0 0 248 0 0 0 25 0 1 0 271192434 1042227200 181 33554432000 134512640 135663704 4290001040 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23305/statm: 254450 181 113 282 0 254166 0
[pid=23306] ppid=23297 vsize=289340 CPUtime=0 cores=0,2,4,6
/proc/23306/stat : 23306 (python) S 23297 23297 22195 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 271192436 296284160 5693 33554432000 4194304 5683644 140736503529328 18446744073709551615 268660682310 0 0 16781312 514 4478285850337050884 0 0 17 4 0 0 0
/proc/23306/statm: 72335 5693 348 364 0 8250 0
[pid=23308] ppid=23306 vsize=1017800 CPUtime=2.44 cores=0,2,4,6
/proc/23308/stat : 23308 (gnovelty+2) R 23306 23308 23308 0 -1 4202496 446 0 0 0 244 0 0 0 25 0 1 0 271192437 1042227200 180 33554432000 134512640 135663704 4293174528 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23308/statm: 254450 180 113 282 0 254166 0
[pid=23309] ppid=23297 vsize=299124 CPUtime=0 cores=0,2,4,6
/proc/23309/stat : 23309 (python) S 23297 23297 22195 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 271192439 306302976 5594 33554432000 4194304 5683644 140736503529328 18446744073709551615 268660682310 0 0 16781312 514 4538432160033374465 0 0 17 4 0 0 0
/proc/23309/statm: 74781 5594 348 364 0 10693 0
[pid=23311] ppid=23309 vsize=2452 CPUtime=2.39 cores=0,2,4,6
/proc/23311/stat : 23311 (march_hi) R 23309 23311 23311 0 -1 4202496 719 0 0 0 239 0 0 0 25 0 1 0 271192442 2510848 435 33554432000 4194304 4955518 140737026459312 18446744073709551615 4237796 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23311/statm: 613 435 106 186 0 426 0
[pid=23312] ppid=23297 vsize=309988 CPUtime=0 cores=0,2,4,6
/proc/23312/stat : 23312 (python) S 23297 23297 22195 0 -1 4202560 769 0 0 0 0 0 0 0 15 0 1 0 271192442 317427712 5718 33554432000 4194304 5683644 140736503529328 18446744073709551615 268660682310 0 0 16781312 514 1287053131397431553 0 0 17 4 0 0 0
/proc/23312/statm: 77497 5718 348 364 0 13406 0
[pid=23314] ppid=23312 vsize=2072 CPUtime=1.19 cores=0,2,4,6
/proc/23314/stat : 23314 (march_hi) R 23312 23314 23314 0 -1 4202496 642 0 0 0 119 0 0 0 25 0 1 0 271192443 2121728 360 33554432000 4194304 4955518 140734476476896 18446744073709551615 4208689 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23314/statm: 518 360 106 186 0 331 0
[pid=23297/tid=23304] ppid=23295 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23304/stat : 23304 (python) S 23295 23297 22195 0 -1 4202560 26 931 0 0 0 0 0 0 21 0 5 0 271192433 327917568 7255 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 6 0 0 0
[pid=23297/tid=23307] ppid=23295 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23307/stat : 23307 (python) S 23295 23297 22195 0 -1 4202560 21 931 0 0 0 0 0 0 20 0 5 0 271192436 327917568 7255 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 6 0 0 0
[pid=23297/tid=23310] ppid=23295 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23310/stat : 23310 (python) S 23295 23297 22195 0 -1 4202560 19 931 0 0 0 0 0 0 22 0 5 0 271192439 327917568 7255 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 4 0 0 0
[pid=23297/tid=23313] ppid=23295 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23313/stat : 23313 (python) S 23295 23297 22195 0 -1 4202560 29 931 0 0 0 0 0 0 24 0 5 0 271192443 327917568 7255 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.09
Current children cumulated vsize (KiB) 3537356

[startup+6.30051 s]
/proc/loadavg: 9.54 9.13 8.25 12/254 23314
/proc/meminfo: memFree=29115496/32951124 swapFree=67111524/67111528
[pid=23297] ppid=23295 vsize=320232 CPUtime=0.59 cores=0,2,4,6
/proc/23297/stat : 23297 (python) S 23295 23297 22195 0 -1 4202496 12388 931 1 0 50 9 0 0 24 0 5 0 271192372 327917568 7255 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23297/statm: 80058 7255 1881 364 0 15967 0
[pid=23303] ppid=23297 vsize=278548 CPUtime=0 cores=0,2,4,6
/proc/23303/stat : 23303 (python) S 23297 23297 22195 0 -1 4202560 903 0 0 0 0 0 0 0 18 0 1 0 271192433 285233152 5594 33554432000 4194304 5683644 140736503529328 18446744073709551615 268660682255 0 0 16781312 514 11737525499704869123 0 0 17 6 0 0 0
/proc/23303/statm: 69637 5594 377 364 0 5555 0
[pid=23305] ppid=23303 vsize=1017800 CPUtime=5.68 cores=0,2,4,6
/proc/23305/stat : 23305 (gnovelty+2) R 23303 23305 23305 0 -1 4202496 443 0 0 0 568 0 0 0 25 0 1 0 271192434 1042227200 181 33554432000 134512640 135663704 4290001040 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23305/statm: 254450 181 113 282 0 254166 0
[pid=23306] ppid=23297 vsize=289340 CPUtime=0 cores=0,2,4,6
/proc/23306/stat : 23306 (python) S 23297 23297 22195 0 -1 4202560 893 0 0 0 0 0 0 0 18 0 1 0 271192436 296284160 5716 33554432000 4194304 5683644 140736503529328 18446744073709551615 268660682310 0 0 16781312 514 4478285850337050884 0 0 17 4 0 0 0
/proc/23306/statm: 72335 5716 371 364 0 8250 0
[pid=23308] ppid=23306 vsize=1017800 CPUtime=5.6 cores=0,2,4,6
/proc/23308/stat : 23308 (gnovelty+2) R 23306 23308 23308 0 -1 4202496 446 0 0 0 560 0 0 0 25 0 1 0 271192437 1042227200 180 33554432000 134512640 135663704 4293174528 18446744073709551615 134545622 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23308/statm: 254450 180 113 282 0 254166 0
[pid=23309] ppid=23297 vsize=299124 CPUtime=0 cores=0,2,4,6
/proc/23309/stat : 23309 (python) S 23297 23297 22195 0 -1 4202560 910 0 0 0 0 0 0 0 15 0 1 0 271192439 306302976 5617 33554432000 4194304 5683644 140736503529328 18446744073709551615 268660682310 0 0 16781312 514 4538432160033374465 0 0 17 4 0 0 0
/proc/23309/statm: 74781 5617 371 364 0 10693 0
[pid=23311] ppid=23309 vsize=3304 CPUtime=5.55 cores=0,2,4,6
/proc/23311/stat : 23311 (march_hi) R 23309 23311 23311 0 -1 4202496 893 0 0 0 555 0 0 0 25 0 1 0 271192442 3383296 609 33554432000 4194304 4955518 140737026459312 18446744073709551615 4208669 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23311/statm: 826 609 106 186 0 639 0
[pid=23312] ppid=23297 vsize=309988 CPUtime=0 cores=0,2,4,6
/proc/23312/stat : 23312 (python) S 23297 23297 22195 0 -1 4202560 937 0 0 0 0 0 0 0 15 0 1 0 271192442 317427712 5741 33554432000 4194304 5683644 140736503529328 18446744073709551615 268660682310 0 0 16781312 514 1287053131397431553 0 0 17 4 0 0 0
/proc/23312/statm: 77497 5741 371 364 0 13406 0
[pid=23314] ppid=23312 vsize=2792 CPUtime=2.79 cores=0,2,4,6
/proc/23314/stat : 23314 (march_hi) R 23312 23314 23314 0 -1 4202496 740 0 0 0 279 0 0 0 25 0 1 0 271192443 2859008 458 33554432000 4194304 4955518 140734476476896 18446744073709551615 4210456 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23314/statm: 698 458 106 186 0 511 0
[pid=23297/tid=23304] ppid=23295 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23304/stat : 23304 (python) S 23295 23297 22195 0 -1 4202560 26 931 0 0 0 0 0 0 21 0 5 0 271192433 327917568 7255 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 6 0 0 0
[pid=23297/tid=23307] ppid=23295 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23307/stat : 23307 (python) S 23295 23297 22195 0 -1 4202560 21 931 0 0 0 0 0 0 20 0 5 0 271192436 327917568 7255 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 6 0 0 0
[pid=23297/tid=23310] ppid=23295 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23310/stat : 23310 (python) S 23295 23297 22195 0 -1 4202560 19 931 0 0 0 0 0 0 22 0 5 0 271192439 327917568 7255 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 4 0 0 0
[pid=23297/tid=23313] ppid=23295 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23313/stat : 23313 (python) S 23295 23297 22195 0 -1 4202560 29 931 0 0 0 0 0 0 24 0 5 0 271192443 327917568 7255 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20.21
Current children cumulated vsize (KiB) 3538928

[startup+12.7014 s]
/proc/loadavg: 9.58 9.14 8.26 11/254 23314
/proc/meminfo: memFree=29111676/32951124 swapFree=67111524/67111528
[pid=23297] ppid=23295 vsize=320232 CPUtime=0.59 cores=0,2,4,6
/proc/23297/stat : 23297 (python) S 23295 23297 22195 0 -1 4202496 12388 931 1 0 50 9 0 0 24 0 5 0 271192372 327917568 7255 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23297/statm: 80058 7255 1881 364 0 15967 0
[pid=23303] ppid=23297 vsize=278548 CPUtime=0.02 cores=0,2,4,6
/proc/23303/stat : 23303 (python) S 23297 23297 22195 0 -1 4202560 906 0 0 0 1 1 0 0 18 0 1 0 271192433 285233152 5594 33554432000 4194304 5683644 140736503529328 18446744073709551615 268660682255 0 0 16781312 514 7772790744376377603 0 0 17 6 0 0 0
/proc/23303/statm: 69637 5594 377 364 0 5555 0
[pid=23305] ppid=23303 vsize=1017800 CPUtime=12.08 cores=0,2,4,6
/proc/23305/stat : 23305 (gnovelty+2) R 23303 23305 23305 0 -1 4202496 443 0 0 0 1208 0 0 0 25 0 1 0 271192434 1042227200 181 33554432000 134512640 135663704 4290001040 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23305/statm: 254450 181 113 282 0 254166 0
[pid=23306] ppid=23297 vsize=289340 CPUtime=0.01 cores=0,2,4,6

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

[pid=23309] ppid=23297 vsize=299124 CPUtime=1.31 cores=0,2,4,6
/proc/23309/stat : 23309 (python) S 23297 23297 22195 0 -1 4202560 1156 0 0 0 69 62 0 0 15 0 2 0 271192439 306302976 5647 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23309/statm: 74781 5647 400 364 0 10693 0
[pid=23311] ppid=23309 vsize=140936 CPUtime=682.8 cores=0,2,4,6
/proc/23311/stat : 23311 (march_hi) T 23309 23311 23311 0 -1 4202496 30490 0 0 0 68274 6 0 0 25 0 1 0 271192442 144318464 30206 33554432000 4194304 4955518 140737026459312 18446744073709551615 4237867 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23311/statm: 35234 30206 106 186 0 35047 0
[pid=23309/tid=23378] ppid=23297 vsize=299124 CPUtime=0 cores=0,2,4,6
/proc/23309/task/23378/stat : 23378 (python) S 23297 23297 22195 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 271241500 306302976 5647 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 514 18446604447055616064 0 0 -1 4 0 0 0
[pid=23312] ppid=23297 vsize=309988 CPUtime=2.29 cores=0,2,4,6
/proc/23312/stat : 23312 (python) S 23297 23297 22195 0 -1 4202560 1186 0 0 0 124 105 0 0 15 0 2 0 271192442 317427712 5771 33554432000 4194304 5683644 140736503529328 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23312/statm: 77497 5771 400 364 0 13406 0
[pid=23314] ppid=23312 vsize=213800 CPUtime=1023.01 cores=0,2,4,6
/proc/23314/stat : 23314 (march_hi) R 23312 23314 23314 0 -1 4202496 43792 0 0 0 102289 12 0 0 25 0 1 0 271192443 218931200 43510 33554432000 4194304 4955518 140734476476896 18446744073709551615 4208669 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23314/statm: 53450 43510 106 186 0 53263 0
[pid=23312/tid=23385] ppid=23297 vsize=309988 CPUtime=0 cores=0,2,4,6
/proc/23312/task/23385/stat : 23385 (python) S 23297 23297 22195 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 271246471 317427712 5771 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 514 18446604447055615168 0 0 -1 4 0 0 0
[pid=23328] ppid=23297 vsize=320244 CPUtime=2.11 cores=0,2,4,6
/proc/23328/stat : 23328 (python) S 23297 23297 22195 0 -1 4202560 1183 0 0 0 111 100 0 0 15 0 2 0 271202455 327929856 5784 33554432000 4194304 5683644 140736503529328 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23328/statm: 80061 5784 409 364 0 15967 0
[pid=23330] ppid=23328 vsize=140936 CPUtime=715.7 cores=0,2,4,6
/proc/23330/stat : 23330 (march_hi) R 23328 23330 23330 0 -1 4202496 31389 0 0 0 71560 10 0 0 25 0 1 0 271202457 144318464 31106 33554432000 4194304 4955518 140735821966592 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23330/statm: 35234 31106 106 186 0 35047 0
[pid=23328/tid=23432] ppid=23297 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23432/stat : 23432 (python) S 23297 23297 22195 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 271277910 327929856 5784 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 514 18446604453985338304 0 0 -1 2 0 0 0
[pid=23331] ppid=23297 vsize=330252 CPUtime=2.02 cores=0,2,4,6
/proc/23331/stat : 23331 (python) S 23297 23297 22195 0 -1 4202560 1176 0 0 0 106 96 0 0 15 0 2 0 271202458 338178048 5717 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23331/statm: 82563 5717 400 364 0 18466 0
[pid=23333] ppid=23331 vsize=213800 CPUtime=1071.36 cores=0,2,4,6
/proc/23333/stat : 23333 (march_hi) T 23331 23333 23333 0 -1 4202496 45808 0 0 0 107121 15 0 0 25 0 1 0 271202458 218931200 45525 33554432000 4194304 4955518 140733895262544 18446744073709551615 4224427 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/23333/statm: 53450 45525 106 186 0 53263 0
[pid=23331/tid=23390] ppid=23297 vsize=330252 CPUtime=0 cores=0,2,4,6
/proc/23331/task/23390/stat : 23390 (python) S 23297 23297 22195 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 271251567 338178048 5717 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 514 18446604453917963392 0 0 -1 2 0 0 0
[pid=23397] ppid=23297 vsize=340960 CPUtime=1.08 cores=0,2,4,6
/proc/23397/stat : 23397 (python) S 23297 23297 22195 0 -1 4202560 1031 0 0 0 56 52 0 0 15 0 1 0 271261019 349143040 5804 33554432000 4194304 5683644 140736503529328 18446744073709551615 268660682310 0 0 16781312 514 1079372977096589569 0 0 17 0 0 0 0
/proc/23397/statm: 85240 5804 371 364 0 21140 0
[pid=23399] ppid=23397 vsize=93456 CPUtime=385.98 cores=0,2,4,6
/proc/23399/stat : 23399 (march_hi) R 23397 23399 23399 0 -1 4202496 17662 0 0 0 38592 6 0 0 25 0 1 0 271261020 95698944 17374 33554432000 4194304 4955518 140736470701392 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23399/statm: 23364 17374 106 186 0 23177 0
[pid=23442] ppid=23297 vsize=351236 CPUtime=0.13 cores=0,2,4,6
/proc/23442/stat : 23442 (python) S 23297 23297 22195 0 -1 4202560 1019 0 0 0 8 5 0 0 15 0 1 0 271310019 359665664 5819 33554432000 4194304 5683644 140736503529328 18446744073709551615 268660682310 0 0 16781312 514 3995343784656208132 0 0 17 2 0 0 0
/proc/23442/statm: 87809 5819 377 364 0 23706 0
[pid=23444] ppid=23442 vsize=9944 CPUtime=32.8 cores=0,2,4,6
/proc/23444/stat : 23444 (march_hi) R 23442 23444 23444 0 -1 4202496 2331 0 0 0 3280 0 0 0 25 0 1 0 271310025 10182656 2041 33554432000 4194304 4955518 140735979184944 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23444/statm: 2486 2041 106 186 0 2299 0
[pid=23297/tid=23304] ppid=23295 vsize=361480 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23304/stat : 23304 (python) S 23295 23297 22195 0 -1 4202560 26 931 0 0 0 0 0 0 21 0 9 0 271192433 370155520 7336 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 6 0 0 0
[pid=23297/tid=23307] ppid=23295 vsize=361480 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23307/stat : 23307 (python) S 23295 23297 22195 0 -1 4202560 21 931 0 0 0 0 0 0 20 0 9 0 271192436 370155520 7336 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 6 0 0 0
[pid=23297/tid=23310] ppid=23295 vsize=361480 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23310/stat : 23310 (python) S 23295 23297 22195 0 -1 4202560 23 931 0 0 0 0 0 0 18 0 9 0 271192439 370155520 7336 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 4 0 0 0
[pid=23297/tid=23313] ppid=23295 vsize=361480 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23313/stat : 23313 (python) S 23295 23297 22195 0 -1 4202560 39 931 0 0 0 0 0 0 18 0 9 0 271192443 370155520 7336 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 4 0 0 0
[pid=23297/tid=23329] ppid=23295 vsize=361480 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23329/stat : 23329 (python) S 23295 23297 22195 0 -1 4202560 24 931 0 0 0 0 0 0 18 0 9 0 271202455 370155520 7336 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 2 0 0 0
[pid=23297/tid=23332] ppid=23295 vsize=361480 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23332/stat : 23332 (python) S 23295 23297 22195 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 9 0 271202458 370155520 7336 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 2 0 0 0
[pid=23297/tid=23398] ppid=23295 vsize=361480 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23398/stat : 23398 (python) S 23295 23297 22195 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 271261019 370155520 7336 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 2 0 0 0
[pid=23297/tid=23443] ppid=23295 vsize=361480 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23443/stat : 23443 (python) S 23295 23297 22195 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 271310019 370155520 7336 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4121.25
Current children cumulated vsize (KiB) 5739888



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.06 5.96 7.39 6/268 23447
/proc/meminfo: memFree=28372232/32951124 swapFree=67111524/67111528
[pid=23297] ppid=23295 vsize=361480 CPUtime=0.96 cores=0,2,4,6
/proc/23297/stat : 23297 (python) S 23295 23297 22195 0 -1 4202496 16528 931 1 0 86 10 0 0 20 0 9 0 271192372 370155520 7336 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23297/statm: 90370 7336 1890 364 0 26267 0
[pid=23303] ppid=23297 vsize=288792 CPUtime=0.16 cores=0,2,4,6
/proc/23303/stat : 23303 (python) S 23297 23297 22195 0 -1 4202560 1091 0 0 0 8 8 0 0 19 0 2 0 271192433 295723008 5632 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23303/statm: 72198 5632 410 364 0 8116 0
[pid=23305] ppid=23303 vsize=1017800 CPUtime=100.14 cores=0,2,4,6
/proc/23305/stat : 23305 (gnovelty+2) T 23303 23305 23305 0 -1 4202496 443 0 0 0 10014 0 0 0 25 0 1 0 271192434 1042227200 181 33554432000 134512640 135663704 4290001040 18446744073709551615 134525506 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/23305/statm: 254450 181 113 282 0 254166 0
[pid=23303/tid=23326] ppid=23297 vsize=288792 CPUtime=0 cores=0,2,4,6
/proc/23303/task/23326/stat : 23326 (python) S 23297 23297 22195 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 271202451 295723008 5632 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 514 18446604447055614272 0 0 -1 6 0 0 0
[pid=23306] ppid=23297 vsize=289340 CPUtime=0.16 cores=0,2,4,6
/proc/23306/stat : 23306 (python) S 23297 23297 22195 0 -1 4202560 1086 0 0 0 9 7 0 0 19 0 2 0 271192436 296284160 5746 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23306/statm: 72335 5746 400 364 0 8250 0
[pid=23308] ppid=23306 vsize=1017800 CPUtime=99.24 cores=0,2,4,6
/proc/23308/stat : 23308 (gnovelty+2) T 23306 23308 23308 0 -1 4202496 446 0 0 0 9924 0 0 0 25 0 1 0 271192437 1042227200 180 33554432000 134512640 135663704 4293174528 18446744073709551615 134546746 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/23308/statm: 254450 180 113 282 0 254166 0
[pid=23306/tid=23327] ppid=23297 vsize=289340 CPUtime=0 cores=0,2,4,6
/proc/23306/task/23327/stat : 23327 (python) S 23297 23297 22195 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 271202454 296284160 5746 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 514 18446604453955375424 0 0 -1 4 0 0 0
[pid=23309] ppid=23297 vsize=299124 CPUtime=1.31 cores=0,2,4,6
/proc/23309/stat : 23309 (python) S 23297 23297 22195 0 -1 4202560 1156 0 0 0 69 62 0 0 15 0 2 0 271192439 306302976 5647 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23309/statm: 74781 5647 400 364 0 10693 0
[pid=23311] ppid=23309 vsize=140936 CPUtime=682.8 cores=0,2,4,6
/proc/23311/stat : 23311 (march_hi) T 23309 23311 23311 0 -1 4202496 30490 0 0 0 68274 6 0 0 25 0 1 0 271192442 144318464 30206 33554432000 4194304 4955518 140737026459312 18446744073709551615 4237867 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23311/statm: 35234 30206 106 186 0 35047 0
[pid=23309/tid=23378] ppid=23297 vsize=299124 CPUtime=0 cores=0,2,4,6
/proc/23309/task/23378/stat : 23378 (python) S 23297 23297 22195 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 271241500 306302976 5647 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 514 18446604447055616064 0 0 -1 4 0 0 0
[pid=23312] ppid=23297 vsize=309988 CPUtime=2.39 cores=0,2,4,6
/proc/23312/stat : 23312 (python) S 23297 23297 22195 0 -1 4202560 1186 0 0 0 129 110 0 0 15 0 2 0 271192442 317427712 5771 33554432000 4194304 5683644 140736503529328 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23312/statm: 77497 5771 400 364 0 13406 0
[pid=23314] ppid=23312 vsize=213800 CPUtime=1051.85 cores=0,2,4,6
/proc/23314/stat : 23314 (march_hi) R 23312 23314 23314 0 -1 4202496 44832 0 0 0 105172 13 0 0 25 0 1 0 271192443 218931200 44550 33554432000 4194304 4955518 140734476476896 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23314/statm: 53450 44550 106 186 0 53263 0
[pid=23312/tid=23385] ppid=23297 vsize=309988 CPUtime=0 cores=0,2,4,6
/proc/23312/task/23385/stat : 23385 (python) S 23297 23297 22195 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 271246471 317427712 5771 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 514 18446604447055615168 0 0 -1 4 0 0 0
[pid=23328] ppid=23297 vsize=320244 CPUtime=2.21 cores=0,2,4,6
/proc/23328/stat : 23328 (python) S 23297 23297 22195 0 -1 4202560 1183 0 0 0 117 104 0 0 15 0 2 0 271202455 327929856 5784 33554432000 4194304 5683644 140736503529328 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23328/statm: 80061 5784 409 364 0 15967 0
[pid=23330] ppid=23328 vsize=140936 CPUtime=769.51 cores=0,2,4,6
/proc/23330/stat : 23330 (march_hi) R 23328 23330 23330 0 -1 4202496 33693 0 0 0 76940 11 0 0 25 0 1 0 271202457 144318464 33410 33554432000 4194304 4955518 140735821966592 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23330/statm: 35234 33410 106 186 0 35047 0
[pid=23328/tid=23432] ppid=23297 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23432/stat : 23432 (python) S 23297 23297 22195 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 271277910 327929856 5784 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 514 18446604453985338304 0 0 -1 2 0 0 0
[pid=23331] ppid=23297 vsize=330252 CPUtime=2.02 cores=0,2,4,6
/proc/23331/stat : 23331 (python) S 23297 23297 22195 0 -1 4202560 1176 0 0 0 106 96 0 0 15 0 2 0 271202458 338178048 5717 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23331/statm: 82563 5717 400 364 0 18466 0
[pid=23333] ppid=23331 vsize=213800 CPUtime=1071.36 cores=0,2,4,6
/proc/23333/stat : 23333 (march_hi) T 23331 23333 23333 0 -1 4202496 45808 0 0 0 107121 15 0 0 25 0 1 0 271202458 218931200 45525 33554432000 4194304 4955518 140733895262544 18446744073709551615 4224427 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/23333/statm: 53450 45525 106 186 0 53263 0
[pid=23331/tid=23390] ppid=23297 vsize=330252 CPUtime=0 cores=0,2,4,6
/proc/23331/task/23390/stat : 23390 (python) S 23297 23297 22195 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 271251567 338178048 5717 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 514 18446604453917963392 0 0 -1 2 0 0 0
[pid=23397] ppid=23297 vsize=340960 CPUtime=1.2 cores=0,2,4,6
/proc/23397/stat : 23397 (python) S 23297 23297 22195 0 -1 4202560 1031 0 0 0 63 57 0 0 15 0 1 0 271261019 349143040 5804 33554432000 4194304 5683644 140736503529328 18446744073709551615 268660682310 0 0 16781312 514 7772790744376377601 0 0 17 0 0 0 0
/proc/23397/statm: 85240 5804 371 364 0 21140 0
[pid=23399] ppid=23397 vsize=93456 CPUtime=442.68 cores=0,2,4,6
/proc/23399/stat : 23399 (march_hi) R 23397 23399 23399 0 -1 4202496 19862 0 0 0 44261 7 0 0 25 0 1 0 271261020 95698944 19574 33554432000 4194304 4955518 140736470701392 18446744073709551615 4297502 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23399/statm: 23364 19574 106 186 0 23177 0
[pid=23442] ppid=23297 vsize=351236 CPUtime=0.24 cores=0,2,4,6
/proc/23442/stat : 23442 (python) S 23297 23297 22195 0 -1 4202560 1037 0 0 0 15 9 0 0 15 0 1 0 271310019 359665664 5819 33554432000 4194304 5683644 140736503529328 18446744073709551615 268660682310 0 0 16781312 514 3995343784656208132 0 0 17 2 0 0 0
/proc/23442/statm: 87809 5819 377 364 0 23706 0
[pid=23444] ppid=23442 vsize=20056 CPUtime=66.16 cores=0,2,4,6
/proc/23444/stat : 23444 (march_hi) R 23442 23444 23444 0 -1 4202496 3994 0 0 0 6615 1 0 0 25 0 1 0 271310025 20537344 3704 33554432000 4194304 4955518 140735979184944 18446744073709551615 4224478 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23444/statm: 5014 3704 106 186 0 4827 0
[pid=23297/tid=23304] ppid=23295 vsize=361480 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23304/stat : 23304 (python) S 23295 23297 22195 0 -1 4202560 26 931 0 0 0 0 0 0 21 0 9 0 271192433 370155520 7336 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 6 0 0 0
[pid=23297/tid=23307] ppid=23295 vsize=361480 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23307/stat : 23307 (python) S 23295 23297 22195 0 -1 4202560 21 931 0 0 0 0 0 0 20 0 9 0 271192436 370155520 7336 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 6 0 0 0
[pid=23297/tid=23310] ppid=23295 vsize=361480 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23310/stat : 23310 (python) S 23295 23297 22195 0 -1 4202560 23 931 0 0 0 0 0 0 18 0 9 0 271192439 370155520 7336 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 4 0 0 0
[pid=23297/tid=23313] ppid=23295 vsize=361480 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23313/stat : 23313 (python) S 23295 23297 22195 0 -1 4202560 39 931 0 0 0 0 0 0 18 0 9 0 271192443 370155520 7336 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 4 0 0 0
[pid=23297/tid=23329] ppid=23295 vsize=361480 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23329/stat : 23329 (python) S 23295 23297 22195 0 -1 4202560 24 931 0 0 0 0 0 0 18 0 9 0 271202455 370155520 7336 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 2 0 0 0
[pid=23297/tid=23332] ppid=23295 vsize=361480 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23332/stat : 23332 (python) S 23295 23297 22195 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 9 0 271202458 370155520 7336 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 2 0 0 0
[pid=23297/tid=23398] ppid=23295 vsize=361480 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23398/stat : 23398 (python) S 23295 23297 22195 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 271261019 370155520 7336 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 2 0 0 0
[pid=23297/tid=23443] ppid=23295 vsize=361480 CPUtime=0 cores=0,2,4,6
/proc/23297/task/23443/stat : 23443 (python) S 23295 23297 22195 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 271310019 370155520 7336 33554432000 4194304 5683644 140736503529328 18446744073709551615 268672485809 0 0 16781312 2 18446604453963334720 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4294.39
Current children cumulated vsize (KiB) 5750000

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 23297 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=874867
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=108983
# CPU time returned by wait4() is 0.98385
# while last known CPU time is 4294.39
#
# 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): 4294.39
CPU user time (s): 4289.23
CPU system time (s): 5.16
CPU usage (%): 330.323
Max. virtual memory (cumulated for all children) (KiB): 5750000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.874867
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17957
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= 1041
involuntary context switches= 56

runsolver used 4.10438 second user time and 8.03778 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-01 19:13:31
IDJOB=3317557
IDBENCH=83022
IDSOLVER=1705
FILE ID=node107/3317557-1304270011
RUNJOBID= node107-1304267294-22213
PBS_JOBID= 13173971
Free space on /tmp= 72592 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S689381858-022.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-3317557-1304270011/watcher-3317557-1304270011 -o /tmp/evaluation-result-3317557-1304270011/solver-3317557-1304270011 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317557-1304270011.cnf -seed 818070640 -budget 4800 -cores 4

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

MD5SUM BENCH= e5ccab3a9294cbb9eed5df8c5c797376
RANDOM SEED=818070640

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.67
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.829
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.829
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.829
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	: 5359.47
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.829
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.829
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:      29159832 kB
Buffers:        422316 kB
Cached:        1958560 kB
SwapCached:          4 kB
Active:        1306756 kB
Inactive:      2112468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29159832 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           65588 kB
Writeback:           0 kB
AnonPages:     1038588 kB
Mapped:          25280 kB
Slab:           296264 kB
PageTables:      15612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 26784644 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= 72588 MiB
End job on node107 at 2011-05-01 19:35:13