Trace number 3317288

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S1734827769-099.UNKNOWN.cnf
MD5SUM2eb2fa74ab0dce335225200db81f6563
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 variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3317288-1304268644.cnf
0.31/0.46	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.51	c INFO: computed variable balance statistics
0.40/0.55	c INFO: computed small-clause counts
0.40/0.55	c INFO: computed Horn-clause counts
0.40/0.55	c INFO: computed variable graph statistics
0.40/0.55	c INFO: collected features for HOME/instance-3317288-1304268644.cnf in 0.09 s
0.40/0.58	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.58)
0.50/0.61	c INFO: running march_hi@0 for 194 with 4799 remaining (b = 0.17)
0.50/0.64	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.07)
0.50/0.67	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.27)
489.82/196.92	c INFO: running march_hi@0 for 485 with 4603 remaining (b = 0.28)
490.07/197.07	c INFO: running march_hi@0 for 485 with 4603 remaining (b = 0.25)
499.90/200.93	c INFO: running march_hi@0 for 291 with 4599 remaining (b = 0.16)
1543.21/618.42	c INFO: running march_hi@289 for 194 with 4182 remaining (b = 0.12)
1932.56/773.99	c INFO: running march_hi@98 for 97 with 4026 remaining (b = 0.06)
1943.26/779.23	c INFO: running march_hi@98 for 97 with 4021 remaining (b = 0.06)
2243.82/916.19	c INFO: running march_hi@486 for 97 with 3884 remaining (b = 0.06)
2329.06/954.03	c INFO: running march_hi@195 for 194 with 3846 remaining (b = 0.13)
2458.89/1006.12	c INFO: running march_hi@0 for 485 with 3794 remaining (b = 0.23)
2632.02/1067.11	c INFO: running march_hi@583 for 97 with 3733 remaining (b = 0.06)
2667.02/1078.84	c INFO: running march_hi@197 for 194 with 3721 remaining (b = 0.10)
3000.39/1196.62	c INFO: running march_hi@1073 for 291 with 3603 remaining (b = 0.17)
3086.66/1231.17	c INFO: running march_hi@388 for 97 with 3569 remaining (b = 0.06)

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-3317288-1304268644/watcher-3317288-1304268644 -o /tmp/evaluation-result-3317288-1304268644/solver-3317288-1304268644 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317288-1304268644.cnf -seed 54517336 -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.94 7.98 6.16 7/247 13130
/proc/meminfo: memFree=29443248/32950928 swapFree=67086616/67111528
[pid=13130] ppid=13128 vsize=16244 CPUtime=0 cores=0,2,4,6
/proc/13130/stat : 13130 (python) S 13128 13130 12303 0 -1 4202496 1001 0 0 0 0 0 0 0 25 0 1 0 538461465 16633856 873 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/13130/statm: 4061 873 371 364 0 548 0

[startup+0.0419391 s]
/proc/loadavg: 7.94 7.98 6.16 7/247 13130
/proc/meminfo: memFree=29443248/32950928 swapFree=67086616/67111528
[pid=13130] ppid=13128 vsize=25292 CPUtime=0.02 cores=0,2,4,6
/proc/13130/stat : 13130 (python) S 13128 13130 12303 0 -1 4202496 1345 0 0 0 2 0 0 0 25 0 1 0 538461465 25899008 1191 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/13130/statm: 6323 1191 438 364 0 724 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25292

[startup+0.100996 s]
/proc/loadavg: 7.94 7.98 6.16 7/247 13130
/proc/meminfo: memFree=29443248/32950928 swapFree=67086616/67111528
[pid=13130] ppid=13128 vsize=104228 CPUtime=0.06 cores=0,2,4,6
/proc/13130/stat : 13130 (python) S 13128 13130 12303 0 -1 4202496 3059 0 0 0 5 1 0 0 25 0 1 0 538461465 106729472 2741 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/13130/statm: 26057 2741 847 364 0 1805 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104228

[startup+0.30089 s]
/proc/loadavg: 7.94 7.98 6.16 7/247 13130
/proc/meminfo: memFree=29443248/32950928 swapFree=67086616/67111528
[pid=13130] ppid=13128 vsize=185040 CPUtime=0.22 cores=0,2,4,6
/proc/13130/stat : 13130 (python) R 13128 13130 12303 0 -1 4202496 6754 936 1 0 17 5 0 0 25 0 1 0 538461465 189480960 4820 33554432000 4194304 5683644 140735677736352 18446744073709551615 239471771271 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/13130/statm: 46260 4820 1342 364 0 3724 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 185040

[startup+0.700813 s]
/proc/loadavg: 7.94 7.98 6.16 7/247 13130
/proc/meminfo: memFree=29443248/32950928 swapFree=67086616/67111528
[pid=13130] ppid=13128 vsize=320232 CPUtime=0.57 cores=0,2,4,6
/proc/13130/stat : 13130 (python) S 13128 13130 12303 0 -1 4202496 12281 936 1 0 49 8 0 0 25 0 5 0 538461465 327917568 7254 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13130/statm: 80058 7254 1881 364 0 15967 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 320232

[startup+1.50066 s]
/proc/loadavg: 7.94 7.98 6.16 11/260 13147
/proc/meminfo: memFree=29404768/32950928 swapFree=67086616/67111528
[pid=13130] ppid=13128 vsize=320232 CPUtime=0.57 cores=0,2,4,6
/proc/13130/stat : 13130 (python) S 13128 13130 12303 0 -1 4202496 12281 936 1 0 49 8 0 0 25 0 5 0 538461465 327917568 7254 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13130/statm: 80058 7254 1881 364 0 15967 0
[pid=13136] ppid=13130 vsize=278596 CPUtime=0 cores=0,2,4,6
/proc/13136/stat : 13136 (python) S 13130 13130 12303 0 -1 4202560 733 0 0 0 0 0 0 0 25 0 1 0 538461524 285282304 5560 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476715023 0 0 16781312 514 4270230487693262847 0 0 17 4 0 0 0
/proc/13136/statm: 69649 5560 354 364 0 5567 0
[pid=13138] ppid=13136 vsize=1017932 CPUtime=0.5 cores=0,2,4,6
/proc/13138/stat : 13138 (gnovelty+2) R 13136 13138 13138 0 -1 4202496 446 0 0 0 50 0 0 0 25 0 1 0 538461524 1042362368 185 33554432000 134512640 135663704 4290119808 18446744073709551615 135008463 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13138/statm: 254483 185 113 282 0 254199 0
[pid=13139] ppid=13130 vsize=289376 CPUtime=0 cores=0,2,4,6
/proc/13139/stat : 13139 (python) S 13130 13130 12303 0 -1 4202560 752 0 0 0 0 0 0 0 20 0 1 0 538461526 296321024 5701 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476715078 0 0 16781312 514 2414523140844519684 0 0 17 6 0 0 0
/proc/13139/statm: 72344 5701 348 364 0 8259 0
[pid=13143] ppid=13139 vsize=2612 CPUtime=0.82 cores=0,2,4,6
/proc/13143/stat : 13143 (march_hi) R 13139 13143 13143 0 -1 4202496 732 0 0 0 82 0 0 0 25 0 1 0 538461530 2674688 468 33554432000 4194304 4955518 140734590951984 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13143/statm: 653 468 104 186 0 466 0
[pid=13141] ppid=13130 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/13141/stat : 13141 (python) S 13130 13130 12303 0 -1 4202560 739 0 0 0 0 0 0 0 25 0 1 0 538461529 306307072 5594 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476715078 0 0 16781312 514 1078409804910690303 0 0 17 2 0 0 0
/proc/13141/statm: 74782 5594 348 364 0 10694 0
[pid=13144] ppid=13141 vsize=1017932 CPUtime=0.36 cores=0,2,4,6
/proc/13144/stat : 13144 (gnovelty+2) R 13141 13144 13144 0 -1 4202496 446 0 0 0 36 0 0 0 25 0 1 0 538461532 1042362368 185 33554432000 134512640 135663704 4290659648 18446744073709551615 134544189 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13144/statm: 254483 185 113 282 0 254199 0
[pid=13145] ppid=13130 vsize=309988 CPUtime=0 cores=0,2,4,6
/proc/13145/stat : 13145 (python) S 13130 13130 12303 0 -1 4202560 764 0 0 0 0 0 0 0 19 0 1 0 538461533 317427712 5717 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476715078 0 0 16781312 514 11410036786005508356 0 0 17 6 0 0 0
/proc/13145/statm: 77497 5717 348 364 0 13406 0
[pid=13147] ppid=13145 vsize=2476 CPUtime=0.39 cores=0,2,4,6
/proc/13147/stat : 13147 (march_hi) R 13145 13147 13147 0 -1 4202496 689 0 0 0 39 0 0 0 25 0 1 0 538461533 2535424 425 33554432000 4194304 4955518 140737196832384 18446744073709551615 4227732 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13147/statm: 619 425 104 186 0 432 0
[pid=13130/tid=13137] ppid=13128 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13137/stat : 13137 (python) S 13128 13130 12303 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 5 0 538461524 327917568 7254 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 4 0 0 0
[pid=13130/tid=13140] ppid=13128 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13140/stat : 13140 (python) S 13128 13130 12303 0 -1 4202560 31 936 0 0 0 0 0 0 25 0 5 0 538461527 327917568 7254 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=13130/tid=13142] ppid=13128 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13142/stat : 13142 (python) S 13128 13130 12303 0 -1 4202560 19 936 0 0 0 0 0 0 25 0 5 0 538461530 327917568 7254 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=13130/tid=13146] ppid=13128 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13146/stat : 13146 (python) S 13128 13130 12303 0 -1 4202560 23 936 0 0 0 0 0 0 25 0 5 0 538461533 327917568 7254 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 3538272

[startup+3.10135 s]
/proc/loadavg: 8.18 8.03 6.19 11/260 13147
/proc/meminfo: memFree=29403904/32950928 swapFree=67086616/67111528
[pid=13130] ppid=13128 vsize=320232 CPUtime=0.57 cores=0,2,4,6
/proc/13130/stat : 13130 (python) S 13128 13130 12303 0 -1 4202496 12281 936 1 0 49 8 0 0 25 0 5 0 538461465 327917568 7254 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13130/statm: 80058 7254 1881 364 0 15967 0
[pid=13136] ppid=13130 vsize=278596 CPUtime=0 cores=0,2,4,6
/proc/13136/stat : 13136 (python) S 13130 13130 12303 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 538461524 285282304 5560 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476715023 0 0 16781312 514 4270230487693230340 0 0 17 4 0 0 0
/proc/13136/statm: 69649 5560 354 364 0 5567 0
[pid=13138] ppid=13136 vsize=1017932 CPUtime=1.3 cores=0,2,4,6
/proc/13138/stat : 13138 (gnovelty+2) R 13136 13138 13138 0 -1 4202496 446 0 0 0 130 0 0 0 25 0 1 0 538461524 1042362368 185 33554432000 134512640 135663704 4290119808 18446744073709551615 134525361 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13138/statm: 254483 185 113 282 0 254199 0
[pid=13139] ppid=13130 vsize=289376 CPUtime=0 cores=0,2,4,6
/proc/13139/stat : 13139 (python) S 13130 13130 12303 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 538461526 296321024 5701 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476715078 0 0 16781312 514 2414523140844519684 0 0 17 6 0 0 0
/proc/13139/statm: 72344 5701 348 364 0 8259 0
[pid=13143] ppid=13139 vsize=2932 CPUtime=2.41 cores=0,2,4,6
/proc/13143/stat : 13143 (march_hi) R 13139 13143 13143 0 -1 4202496 790 0 0 0 241 0 0 0 25 0 1 0 538461530 3002368 526 33554432000 4194304 4955518 140734590951984 18446744073709551615 4227814 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13143/statm: 733 526 104 186 0 546 0
[pid=13141] ppid=13130 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/13141/stat : 13141 (python) S 13130 13130 12303 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 538461529 306307072 5594 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476715078 0 0 16781312 514 1078409804910657795 0 0 17 2 0 0 0
/proc/13141/statm: 74782 5594 348 364 0 10694 0
[pid=13144] ppid=13141 vsize=1017932 CPUtime=1.16 cores=0,2,4,6
/proc/13144/stat : 13144 (gnovelty+2) R 13141 13144 13144 0 -1 4202496 446 0 0 0 116 0 0 0 25 0 1 0 538461532 1042362368 185 33554432000 134512640 135663704 4290659648 18446744073709551615 134525353 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13144/statm: 254483 185 113 282 0 254199 0
[pid=13145] ppid=13130 vsize=309988 CPUtime=0 cores=0,2,4,6
/proc/13145/stat : 13145 (python) S 13130 13130 12303 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 538461533 317427712 5717 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476715078 0 0 16781312 514 1078402108329295871 0 0 17 6 0 0 0
/proc/13145/statm: 77497 5717 348 364 0 13406 0
[pid=13147] ppid=13145 vsize=2680 CPUtime=1.19 cores=0,2,4,6
/proc/13147/stat : 13147 (march_hi) R 13145 13147 13147 0 -1 4202496 746 0 0 0 119 0 0 0 25 0 1 0 538461533 2744320 482 33554432000 4194304 4955518 140737196832384 18446744073709551615 4224512 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13147/statm: 670 482 104 186 0 483 0
[pid=13130/tid=13137] ppid=13128 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13137/stat : 13137 (python) S 13128 13130 12303 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 5 0 538461524 327917568 7254 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 4 0 0 0
[pid=13130/tid=13140] ppid=13128 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13140/stat : 13140 (python) S 13128 13130 12303 0 -1 4202560 31 936 0 0 0 0 0 0 25 0 5 0 538461527 327917568 7254 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=13130/tid=13142] ppid=13128 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13142/stat : 13142 (python) S 13128 13130 12303 0 -1 4202560 19 936 0 0 0 0 0 0 25 0 5 0 538461530 327917568 7254 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=13130/tid=13146] ppid=13128 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13146/stat : 13146 (python) S 13128 13130 12303 0 -1 4202560 23 936 0 0 0 0 0 0 25 0 5 0 538461533 327917568 7254 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 3538796

[startup+6.30073 s]
/proc/loadavg: 8.18 8.03 6.19 12/260 13147
/proc/meminfo: memFree=29400804/32950928 swapFree=67086616/67111528
[pid=13130] ppid=13128 vsize=320232 CPUtime=0.57 cores=0,2,4,6
/proc/13130/stat : 13130 (python) S 13128 13130 12303 0 -1 4202496 12281 936 1 0 49 8 0 0 25 0 5 0 538461465 327917568 7254 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13130/statm: 80058 7254 1881 364 0 15967 0
[pid=13136] ppid=13130 vsize=278596 CPUtime=0 cores=0,2,4,6
/proc/13136/stat : 13136 (python) S 13130 13130 12303 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 538461524 285282304 5583 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476715023 0 0 16781312 514 4270230487693230340 0 0 17 4 0 0 0
/proc/13136/statm: 69649 5583 377 364 0 5567 0
[pid=13138] ppid=13136 vsize=1017932 CPUtime=2.9 cores=0,2,4,6
/proc/13138/stat : 13138 (gnovelty+2) R 13136 13138 13138 0 -1 4202496 446 0 0 0 290 0 0 0 25 0 1 0 538461524 1042362368 185 33554432000 134512640 135663704 4290119808 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13138/statm: 254483 185 113 282 0 254199 0
[pid=13139] ppid=13130 vsize=289376 CPUtime=0 cores=0,2,4,6
/proc/13139/stat : 13139 (python) S 13130 13130 12303 0 -1 4202560 901 0 0 0 0 0 0 0 15 0 1 0 538461526 296321024 5724 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476715078 0 0 16781312 514 2414523140844519684 0 0 17 6 0 0 0
/proc/13139/statm: 72344 5724 371 364 0 8259 0
[pid=13143] ppid=13139 vsize=3636 CPUtime=5.57 cores=0,2,4,6
/proc/13143/stat : 13143 (march_hi) R 13139 13143 13143 0 -1 4202496 932 0 0 0 557 0 0 0 25 0 1 0 538461530 3723264 668 33554432000 4194304 4955518 140734590951984 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13143/statm: 909 668 104 186 0 722 0
[pid=13141] ppid=13130 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/13141/stat : 13141 (python) S 13130 13130 12303 0 -1 4202560 884 0 0 0 0 0 0 0 18 0 1 0 538461529 306307072 5617 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476715078 0 0 16781312 514 1078409804910657795 0 0 17 2 0 0 0
/proc/13141/statm: 74782 5617 371 364 0 10694 0
[pid=13144] ppid=13141 vsize=1017932 CPUtime=2.75 cores=0,2,4,6
/proc/13144/stat : 13144 (gnovelty+2) R 13141 13144 13144 0 -1 4202496 446 0 0 0 275 0 0 0 25 0 1 0 538461532 1042362368 185 33554432000 134512640 135663704 4290659648 18446744073709551615 134524684 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13144/statm: 254483 185 113 282 0 254199 0
[pid=13145] ppid=13130 vsize=309988 CPUtime=0 cores=0,2,4,6
/proc/13145/stat : 13145 (python) S 13130 13130 12303 0 -1 4202560 931 0 0 0 0 0 0 0 15 0 1 0 538461533 317427712 5740 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476715078 0 0 16781312 514 11410036786005508356 0 0 17 6 0 0 0
/proc/13145/statm: 77497 5740 371 364 0 13406 0
[pid=13147] ppid=13145 vsize=2932 CPUtime=2.78 cores=0,2,4,6
/proc/13147/stat : 13147 (march_hi) R 13145 13147 13147 0 -1 4202496 803 0 0 0 278 0 0 0 25 0 1 0 538461533 3002368 539 33554432000 4194304 4955518 140737196832384 18446744073709551615 4224654 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13147/statm: 733 539 104 186 0 546 0
[pid=13130/tid=13137] ppid=13128 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13137/stat : 13137 (python) S 13128 13130 12303 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 5 0 538461524 327917568 7254 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 4 0 0 0
[pid=13130/tid=13140] ppid=13128 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13140/stat : 13140 (python) S 13128 13130 12303 0 -1 4202560 31 936 0 0 0 0 0 0 25 0 5 0 538461527 327917568 7254 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=13130/tid=13142] ppid=13128 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13142/stat : 13142 (python) S 13128 13130 12303 0 -1 4202560 19 936 0 0 0 0 0 0 25 0 5 0 538461530 327917568 7254 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=13130/tid=13146] ppid=13128 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13146/stat : 13146 (python) S 13128 13130 12303 0 -1 4202560 23 936 0 0 0 0 0 0 25 0 5 0 538461533 327917568 7254 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 14.57
Current children cumulated vsize (KiB) 3539752

[startup+12.7005 s]
/proc/loadavg: 8.46 8.10 6.23 11/260 13147
/proc/meminfo: memFree=29395876/32950928 swapFree=67086616/67111528
[pid=13130] ppid=13128 vsize=320232 CPUtime=0.57 cores=0,2,4,6
/proc/13130/stat : 13130 (python) S 13128 13130 12303 0 -1 4202496 12281 936 1 0 49 8 0 0 25 0 5 0 538461465 327917568 7254 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13130/statm: 80058 7254 1881 364 0 15967 0
[pid=13136] ppid=13130 vsize=278596 CPUtime=0.02 cores=0,2,4,6
/proc/13136/stat : 13136 (python) S 13130 13130 12303 0 -1 4202560 898 0 0 0 1 1 0 0 18 0 1 0 538461524 285282304 5583 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476715023 0 0 16781312 514 9787254376136409348 0 0 17 4 0 0 0
/proc/13136/statm: 69649 5583 377 364 0 5567 0
[pid=13138] ppid=13136 vsize=1017932 CPUtime=6.1 cores=0,2,4,6
/proc/13138/stat : 13138 (gnovelty+2) R 13136 13138 13138 0 -1 4202496 446 0 0 0 610 0 0 0 25 0 1 0 538461524 1042362368 185 33554432000 134512640 135663704 4290119808 18446744073709551615 134525715 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13138/statm: 254483 185 113 282 0 254199 0
[pid=13139] ppid=13130 vsize=289376 CPUtime=0.01 cores=0,2,4,6

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

[pid=13136] ppid=13130 vsize=288840 CPUtime=0.32 cores=0,2,4,6
/proc/13136/stat : 13136 (python) S 13130 13130 12303 0 -1 4202560 1105 0 0 0 19 13 0 0 19 0 2 0 538461524 295772160 5621 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13136/statm: 72210 5621 410 364 0 8128 0
[pid=13138] ppid=13136 vsize=1017932 CPUtime=98.06 cores=0,2,4,6
/proc/13138/stat : 13138 (gnovelty+2) T 13136 13138 13138 0 -1 4202496 446 0 0 0 9806 0 0 0 25 0 1 0 538461524 1042362368 185 33554432000 134512640 135663704 4290119808 18446744073709551615 134525237 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13138/statm: 254483 185 113 282 0 254199 0
[pid=13136/tid=13162] ppid=13130 vsize=288840 CPUtime=0 cores=0,2,4,6
/proc/13136/task/13162/stat : 13162 (python) S 13130 13130 12303 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538481154 295772160 5621 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 514 18446604453906933760 0 0 -1 4 0 0 0
[pid=13139] ppid=13130 vsize=289376 CPUtime=1.81 cores=0,2,4,6
/proc/13139/stat : 13139 (python) S 13130 13130 12303 0 -1 4202560 1140 0 0 0 102 79 0 0 15 0 2 0 538461526 296321024 5754 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13139/statm: 72344 5754 400 364 0 8259 0
[pid=13143] ppid=13139 vsize=125616 CPUtime=680.95 cores=0,2,4,6
/proc/13143/stat : 13143 (march_hi) T 13139 13143 13143 0 -1 4202496 23410 0 0 0 68092 3 0 0 25 0 1 0 538461530 128630784 23146 33554432000 4194304 4955518 140734590951984 18446744073709551615 4224707 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13143/statm: 31404 23146 104 186 0 31217 0
[pid=13139/tid=13170] ppid=13130 vsize=289376 CPUtime=0 cores=0,2,4,6
/proc/13139/task/13170/stat : 13170 (python) S 13130 13130 12303 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538481555 296321024 5754 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 514 18446604451499668736 0 0 -1 6 0 0 0
[pid=13141] ppid=13130 vsize=299128 CPUtime=0.32 cores=0,2,4,6
/proc/13141/stat : 13141 (python) S 13130 13130 12303 0 -1 4202560 1102 0 0 0 18 14 0 0 19 0 2 0 538461529 306307072 5647 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13141/statm: 74782 5647 400 364 0 10694 0
[pid=13144] ppid=13141 vsize=1017932 CPUtime=98 cores=0,2,4,6
/proc/13144/stat : 13144 (gnovelty+2) T 13141 13144 13144 0 -1 4202496 446 0 0 0 9800 0 0 0 25 0 1 0 538461532 1042362368 185 33554432000 134512640 135663704 4290659648 18446744073709551615 134547260 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13144/statm: 254483 185 113 282 0 254199 0
[pid=13141/tid=13166] ppid=13130 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/13141/task/13166/stat : 13166 (python) S 13130 13130 12303 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538481170 306307072 5647 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 514 18446604440278878208 0 0 -1 2 0 0 0
[pid=13145] ppid=13130 vsize=309988 CPUtime=2.22 cores=0,2,4,6
/proc/13145/stat : 13145 (python) S 13130 13130 12303 0 -1 4202560 1169 0 0 0 120 102 0 0 16 0 2 0 538461533 317427712 5770 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13145/statm: 77497 5770 400 364 0 13406 0
[pid=13147] ppid=13145 vsize=125616 CPUtime=685.75 cores=0,2,4,6
/proc/13147/stat : 13147 (march_hi) R 13145 13147 13147 0 -1 4202496 23829 0 0 0 68568 7 0 0 25 0 1 0 538461533 128630784 23565 33554432000 4194304 4955518 140737196832384 18446744073709551615 4224668 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13147/statm: 31404 23565 104 186 0 31217 0
[pid=13145/tid=13204] ppid=13130 vsize=309988 CPUtime=0 cores=0,2,4,6
/proc/13145/task/13204/stat : 13204 (python) S 13130 13130 12303 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 538539386 317427712 5770 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 514 18446604440278876416 0 0 -1 6 0 0 0
[pid=13163] ppid=13130 vsize=320244 CPUtime=1.93 cores=0,2,4,6
/proc/13163/stat : 13163 (python) S 13130 13130 12303 0 -1 4202560 1175 0 0 0 102 91 0 0 15 0 2 0 538481157 327929856 5783 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13163/statm: 80061 5783 400 364 0 15967 0
[pid=13165] ppid=13163 vsize=125616 CPUtime=806.5 cores=0,2,4,6
/proc/13165/stat : 13165 (march_hi) R 13163 13165 13165 0 -1 4202496 27783 0 0 0 80641 9 0 0 25 0 1 0 538481158 128630784 27520 33554432000 4194304 4955518 140733400882576 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13165/statm: 31404 27520 104 186 0 31217 0
[pid=13163/tid=13203] ppid=13130 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/13163/task/13203/stat : 13203 (python) S 13130 13130 12303 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538538861 327929856 5783 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 514 18446604453925201920 0 0 -1 0 0 0 0
[pid=13167] ppid=13130 vsize=330120 CPUtime=1.92 cores=0,2,4,6
/proc/13167/stat : 13167 (python) S 13130 13130 12303 0 -1 4202560 1186 0 0 0 105 87 0 0 16 0 2 0 538481173 338042880 5703 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13167/statm: 82530 5703 400 364 0 18433 0
[pid=13169] ppid=13167 vsize=125616 CPUtime=600.72 cores=0,2,4,6
/proc/13169/stat : 13169 (march_hi) R 13167 13169 13169 0 -1 4202496 21120 0 0 0 60066 6 0 0 25 0 1 0 538481173 128630784 20853 33554432000 4194304 4955518 140733404949392 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13169/statm: 31404 20853 104 186 0 31217 0
[pid=13167/tid=13297] ppid=13130 vsize=330120 CPUtime=0 cores=0,2,4,6
/proc/13167/task/13297/stat : 13297 (python) S 13130 13130 12303 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 538569347 338042880 5703 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 514 18446604453891581888 0 0 -1 6 0 0 0
[pid=13263] ppid=13130 vsize=340436 CPUtime=0.44 cores=0,2,4,6
/proc/13263/stat : 13263 (python) S 13130 13130 12303 0 -1 4202560 1010 0 0 0 24 20 0 0 15 0 1 0 538562077 348606464 5677 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476715078 0 0 16781312 514 2842211173816828164 0 0 17 2 0 0 0
/proc/13263/statm: 85109 5677 371 364 0 21009 0
[pid=13265] ppid=13263 vsize=24496 CPUtime=134.88 cores=0,2,4,6
/proc/13265/stat : 13265 (march_hi) R 13263 13265 13265 0 -1 4202496 5625 0 0 0 13486 2 0 0 25 0 1 0 538562078 25083904 5359 33554432000 4194304 4955518 140733720071808 18446744073709551615 4209760 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13265/statm: 6124 5359 104 186 0 5937 0
[pid=13130/tid=13137] ppid=13128 vsize=350652 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13137/stat : 13137 (python) S 13128 13130 12303 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 8 0 538461524 359067648 7218 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 4 0 0 0
[pid=13130/tid=13140] ppid=13128 vsize=350652 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13140/stat : 13140 (python) S 13128 13130 12303 0 -1 4202560 36 936 0 0 0 0 0 0 18 0 8 0 538461527 359067648 7218 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=13130/tid=13142] ppid=13128 vsize=350652 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13142/stat : 13142 (python) S 13128 13130 12303 0 -1 4202560 19 936 0 0 0 0 0 0 25 0 8 0 538461530 359067648 7218 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=13130/tid=13146] ppid=13128 vsize=350652 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13146/stat : 13146 (python) S 13128 13130 12303 0 -1 4202560 31 936 0 0 0 0 0 0 18 0 8 0 538461533 359067648 7218 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=13130/tid=13164] ppid=13128 vsize=350652 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13164/stat : 13164 (python) S 13128 13130 12303 0 -1 4202560 36 936 0 0 0 0 0 0 18 0 8 0 538481158 359067648 7218 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=13130/tid=13168] ppid=13128 vsize=350652 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13168/stat : 13168 (python) S 13128 13130 12303 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 8 0 538481173 359067648 7218 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=13130/tid=13264] ppid=13128 vsize=350652 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13264/stat : 13264 (python) S 13128 13130 12303 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 8 0 538562078 359067648 7218 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3114.75
Current children cumulated vsize (KiB) 5091608



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 10.16 10.15 9.15 11/284 13333
/proc/meminfo: memFree=28748020/32950928 swapFree=67086616/67111528
[pid=13130] ppid=13128 vsize=350652 CPUtime=0.93 cores=0,2,4,6
/proc/13130/stat : 13130 (python) S 13128 13130 12303 0 -1 4202496 16023 936 1 0 84 9 0 0 18 0 8 0 538461465 359067648 7218 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13130/statm: 87663 7218 1888 364 0 23563 0
[pid=13136] ppid=13130 vsize=288840 CPUtime=0.32 cores=0,2,4,6
/proc/13136/stat : 13136 (python) S 13130 13130 12303 0 -1 4202560 1105 0 0 0 19 13 0 0 19 0 2 0 538461524 295772160 5621 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13136/statm: 72210 5621 410 364 0 8128 0
[pid=13138] ppid=13136 vsize=1017932 CPUtime=98.06 cores=0,2,4,6
/proc/13138/stat : 13138 (gnovelty+2) T 13136 13138 13138 0 -1 4202496 446 0 0 0 9806 0 0 0 25 0 1 0 538461524 1042362368 185 33554432000 134512640 135663704 4290119808 18446744073709551615 134525237 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13138/statm: 254483 185 113 282 0 254199 0
[pid=13136/tid=13162] ppid=13130 vsize=288840 CPUtime=0 cores=0,2,4,6
/proc/13136/task/13162/stat : 13162 (python) S 13130 13130 12303 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538481154 295772160 5621 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 514 18446604453906933760 0 0 -1 4 0 0 0
[pid=13139] ppid=13130 vsize=289376 CPUtime=1.81 cores=0,2,4,6
/proc/13139/stat : 13139 (python) S 13130 13130 12303 0 -1 4202560 1140 0 0 0 102 79 0 0 15 0 2 0 538461526 296321024 5754 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13139/statm: 72344 5754 400 364 0 8259 0
[pid=13143] ppid=13139 vsize=125616 CPUtime=680.95 cores=0,2,4,6
/proc/13143/stat : 13143 (march_hi) T 13139 13143 13143 0 -1 4202496 23410 0 0 0 68092 3 0 0 25 0 1 0 538461530 128630784 23146 33554432000 4194304 4955518 140734590951984 18446744073709551615 4224707 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13143/statm: 31404 23146 104 186 0 31217 0
[pid=13139/tid=13170] ppid=13130 vsize=289376 CPUtime=0 cores=0,2,4,6
/proc/13139/task/13170/stat : 13170 (python) S 13130 13130 12303 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538481555 296321024 5754 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 514 18446604451499668736 0 0 -1 6 0 0 0
[pid=13141] ppid=13130 vsize=299128 CPUtime=0.32 cores=0,2,4,6
/proc/13141/stat : 13141 (python) S 13130 13130 12303 0 -1 4202560 1102 0 0 0 18 14 0 0 19 0 2 0 538461529 306307072 5647 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13141/statm: 74782 5647 400 364 0 10694 0
[pid=13144] ppid=13141 vsize=1017932 CPUtime=98 cores=0,2,4,6
/proc/13144/stat : 13144 (gnovelty+2) T 13141 13144 13144 0 -1 4202496 446 0 0 0 9800 0 0 0 25 0 1 0 538461532 1042362368 185 33554432000 134512640 135663704 4290659648 18446744073709551615 134547260 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13144/statm: 254483 185 113 282 0 254199 0
[pid=13141/tid=13166] ppid=13130 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/13141/task/13166/stat : 13166 (python) S 13130 13130 12303 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538481170 306307072 5647 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 514 18446604440278878208 0 0 -1 2 0 0 0
[pid=13145] ppid=13130 vsize=309988 CPUtime=2.33 cores=0,2,4,6
/proc/13145/stat : 13145 (python) S 13130 13130 12303 0 -1 4202560 1169 0 0 0 126 107 0 0 15 0 2 0 538461533 317427712 5770 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13145/statm: 77497 5770 400 364 0 13406 0
[pid=13147] ppid=13145 vsize=125616 CPUtime=714.57 cores=0,2,4,6
/proc/13147/stat : 13147 (march_hi) R 13145 13147 13147 0 -1 4202496 24711 0 0 0 71450 7 0 0 25 0 1 0 538461533 128630784 24447 33554432000 4194304 4955518 140737196832384 18446744073709551615 4314238 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13147/statm: 31404 24447 104 186 0 31217 0
[pid=13145/tid=13204] ppid=13130 vsize=309988 CPUtime=0 cores=0,2,4,6
/proc/13145/task/13204/stat : 13204 (python) S 13130 13130 12303 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 538539386 317427712 5770 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 514 18446604440278876416 0 0 -1 6 0 0 0
[pid=13163] ppid=13130 vsize=320244 CPUtime=2.04 cores=0,2,4,6
/proc/13163/stat : 13163 (python) S 13130 13130 12303 0 -1 4202560 1175 0 0 0 108 96 0 0 15 0 2 0 538481157 327929856 5783 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13163/statm: 80061 5783 400 364 0 15967 0
[pid=13165] ppid=13163 vsize=169816 CPUtime=864.1 cores=0,2,4,6
/proc/13165/stat : 13165 (march_hi) R 13163 13165 13165 0 -1 4202496 29616 0 0 0 86401 9 0 0 25 0 1 0 538481158 173891584 29353 33554432000 4194304 4955518 140733400882576 18446744073709551615 4227814 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13165/statm: 42454 29353 104 186 0 42267 0
[pid=13163/tid=13203] ppid=13130 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/13163/task/13203/stat : 13203 (python) S 13130 13130 12303 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538538861 327929856 5783 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 514 18446604453925201920 0 0 -1 0 0 0 0
[pid=13167] ppid=13130 vsize=330120 CPUtime=2.01 cores=0,2,4,6
/proc/13167/stat : 13167 (python) S 13130 13130 12303 0 -1 4202560 1186 0 0 0 109 92 0 0 15 0 2 0 538481173 338042880 5703 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13167/statm: 82530 5703 400 364 0 18433 0
[pid=13169] ppid=13167 vsize=125616 CPUtime=629.52 cores=0,2,4,6
/proc/13169/stat : 13169 (march_hi) R 13167 13169 13169 0 -1 4202496 22063 0 0 0 62945 7 0 0 25 0 1 0 538481173 128630784 21796 33554432000 4194304 4955518 140733404949392 18446744073709551615 4227491 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13169/statm: 31404 21796 104 186 0 31217 0
[pid=13167/tid=13297] ppid=13130 vsize=330120 CPUtime=0 cores=0,2,4,6
/proc/13167/task/13297/stat : 13297 (python) S 13130 13130 12303 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 538569347 338042880 5703 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 514 18446604453891581888 0 0 -1 6 0 0 0
[pid=13263] ppid=13130 vsize=340436 CPUtime=0.55 cores=0,2,4,6
/proc/13263/stat : 13263 (python) S 13130 13130 12303 0 -1 4202560 1017 0 0 0 30 25 0 0 15 0 1 0 538562077 348606464 5677 33554432000 4194304 5683644 140735677736352 18446744073709551615 239476715078 0 0 16781312 514 9787254376136409348 0 0 17 2 0 0 0
/proc/13263/statm: 85109 5677 371 364 0 21009 0
[pid=13265] ppid=13263 vsize=37520 CPUtime=163.67 cores=0,2,4,6
/proc/13265/stat : 13265 (march_hi) R 13263 13265 13265 0 -1 4202496 6644 0 0 0 16365 2 0 0 25 0 1 0 538562078 38420480 6378 33554432000 4194304 4955518 140733720071808 18446744073709551615 4224619 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13265/statm: 9380 6378 104 186 0 9193 0
[pid=13130/tid=13137] ppid=13128 vsize=350652 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13137/stat : 13137 (python) S 13128 13130 12303 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 8 0 538461524 359067648 7218 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 4 0 0 0
[pid=13130/tid=13140] ppid=13128 vsize=350652 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13140/stat : 13140 (python) S 13128 13130 12303 0 -1 4202560 36 936 0 0 0 0 0 0 18 0 8 0 538461527 359067648 7218 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=13130/tid=13142] ppid=13128 vsize=350652 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13142/stat : 13142 (python) S 13128 13130 12303 0 -1 4202560 19 936 0 0 0 0 0 0 25 0 8 0 538461530 359067648 7218 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=13130/tid=13146] ppid=13128 vsize=350652 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13146/stat : 13146 (python) S 13128 13130 12303 0 -1 4202560 31 936 0 0 0 0 0 0 18 0 8 0 538461533 359067648 7218 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=13130/tid=13164] ppid=13128 vsize=350652 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13164/stat : 13164 (python) S 13128 13130 12303 0 -1 4202560 36 936 0 0 0 0 0 0 18 0 8 0 538481158 359067648 7218 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=13130/tid=13168] ppid=13128 vsize=350652 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13168/stat : 13168 (python) S 13128 13130 12303 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 8 0 538481173 359067648 7218 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=13130/tid=13264] ppid=13128 vsize=350652 CPUtime=0 cores=0,2,4,6
/proc/13130/task/13264/stat : 13264 (python) S 13128 13130 12303 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 8 0 538562078 359067648 7218 33554432000 4194304 5683644 140735677736352 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3259.18
Current children cumulated vsize (KiB) 5148832

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 13130 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=843871
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=94985
# CPU time returned by wait4() is 0.938856
# while last known CPU time is 3259.18
#
# 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): 3259.18
CPU user time (s): 3254.55
CPU system time (s): 4.63
CPU usage (%): 250.696
Max. virtual memory (cumulated for all children) (KiB): 5148832

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

runsolver used 3.14052 second user time and 7.2679 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-01 18:50:44
IDJOB=3317288
IDBENCH=82753
IDSOLVER=1705
FILE ID=node148/3317288-1304268644
RUNJOBID= node148-1304267279-12321
PBS_JOBID= 13173931
Free space on /tmp= 73052 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S1734827769-099.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-3317288-1304268644/watcher-3317288-1304268644 -o /tmp/evaluation-result-3317288-1304268644/solver-3317288-1304268644 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317288-1304268644.cnf -seed 54517336 -budget 4800 -cores 4

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

MD5SUM BENCH= 2eb2fa74ab0dce335225200db81f6563
RANDOM SEED=54517336

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29444404 kB
Buffers:        800512 kB
Cached:        1880864 kB
SwapCached:       3772 kB
Active:         755500 kB
Inactive:      2360296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29444404 kB
SwapTotal:    67111528 kB
SwapFree:     67086616 kB
Dirty:           41392 kB
Writeback:           0 kB
AnonPages:      432744 kB
Mapped:          25008 kB
Slab:           312488 kB
PageTables:      15176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 32024912 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= 73024 MiB
End job on node148 at 2011-05-01 19:12:26