Trace number 3317405

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1397972185-007.UNKNOWN.cnf
MD5SUMd2902b03aca91b8ea25ec40928f31c64
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.30/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.45	c INFO: solving HOME/instance-3317405-1304269491.cnf
0.30/0.45	c INFO: computing task features
0.30/0.47	c INFO: computed variable-clause graph statistics
0.30/0.47	c INFO: computed clause balance statistics
0.40/0.53	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-3317405-1304269491.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.34)
0.60/0.70	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.31)
443.60/177.91	c INFO: running march_hi@0 for 485 with 4622 remaining (b = 0.28)
491.42/197.03	c INFO: running march_hi@0 for 485 with 4603 remaining (b = 0.24)
1815.59/693.39	c INFO: running march_hi@98 for 97 with 4107 remaining (b = 0.06)
1833.28/699.22	c INFO: running march_hi@0 for 291 with 4101 remaining (b = 0.16)
2076.72/796.51	c INFO: running march_hi@583 for 97 with 4003 remaining (b = 0.09)
2280.49/898.36	c INFO: running march_hi@100 for 97 with 3902 remaining (b = 0.06)
2454.48/985.26	c INFO: running march_hi@0 for 485 with 3815 remaining (b = 0.22)
2665.88/1090.76	c INFO: running march_hi@194 for 194 with 3709 remaining (b = 0.12)
2766.29/1140.80	c INFO: running march_hi@487 for 97 with 3659 remaining (b = 0.05)
3030.22/1249.21	c INFO: running march_hi@587 for 97 with 3551 remaining (b = 0.06)
3117.61/1284.10	c INFO: running march_hi@1069 for 291 with 3516 remaining (b = 0.16)

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.91 9.08 8.10 7/240 9374
/proc/meminfo: memFree=29133088/32951124 swapFree=67103364/67111528
[pid=9374] ppid=9372 vsize=15752 CPUtime=0 cores=1,3,5,7
/proc/9374/stat : 9374 (python) S 9372 9374 8573 0 -1 4202496 840 0 0 0 0 0 0 0 25 0 1 0 617179813 16130048 723 33554432000 4194304 5683644 140734508064640 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/9374/statm: 3938 723 334 364 0 425 0

[startup+0.0184179 s]
/proc/loadavg: 8.91 9.08 8.10 7/240 9374
/proc/meminfo: memFree=29133088/32951124 swapFree=67103364/67111528
[pid=9374] ppid=9372 vsize=16240 CPUtime=0.01 cores=1,3,5,7
/proc/9374/stat : 9374 (python) R 9372 9374 8573 0 -1 4202496 1051 0 0 0 1 0 0 0 25 0 1 0 617179813 16629760 922 33554432000 4194304 5683644 140734508064640 18446744073709551615 4942059 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/9374/statm: 4060 922 381 364 0 547 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16240

[startup+0.100403 s]
/proc/loadavg: 8.91 9.08 8.10 7/240 9374
/proc/meminfo: memFree=29133088/32951124 swapFree=67103364/67111528
[pid=9374] ppid=9372 vsize=104228 CPUtime=0.07 cores=1,3,5,7
/proc/9374/stat : 9374 (python) R 9372 9374 8573 0 -1 4202496 3087 0 0 0 5 2 0 0 17 0 1 0 617179813 106729472 2767 33554432000 4194304 5683644 140734508064640 18446744073709551615 4516304 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/9374/statm: 26057 2767 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.306374 s]
/proc/loadavg: 8.91 9.08 8.10 7/240 9374
/proc/meminfo: memFree=29133088/32951124 swapFree=67103364/67111528
[pid=9374] ppid=9372 vsize=198916 CPUtime=0.23 cores=1,3,5,7
/proc/9374/stat : 9374 (python) R 9372 9374 8573 0 -1 4202496 7019 935 1 0 18 5 0 0 18 0 1 0 617179813 203689984 5053 33554432000 4194304 5683644 140734508064640 18446744073709551615 224288334768 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/9374/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198916

[startup+0.700271 s]
/proc/loadavg: 8.91 9.08 8.10 7/240 9374
/proc/meminfo: memFree=29133088/32951124 swapFree=67103364/67111528
[pid=9374] ppid=9372 vsize=309976 CPUtime=0.6 cores=1,3,5,7
/proc/9374/stat : 9374 (python) R 9372 9374 8573 0 -1 4202496 12069 935 1 0 52 8 0 0 23 0 4 0 617179813 317415424 7248 33554432000 4194304 5683644 140734508064640 18446744073709551615 5103290 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9374/statm: 77494 7248 1878 364 0 13406 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 309976

[startup+1.50113 s]
/proc/loadavg: 8.91 9.08 8.10 12/253 9391
/proc/meminfo: memFree=29094032/32951124 swapFree=67103364/67111528
[pid=9374] ppid=9372 vsize=320232 CPUtime=0.6 cores=1,3,5,7
/proc/9374/stat : 9374 (python) S 9372 9374 8573 0 -1 4202496 12406 935 1 0 52 8 0 0 25 0 5 0 617179813 327917568 7255 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9374/statm: 80058 7255 1881 364 0 15967 0
[pid=9380] ppid=9374 vsize=278548 CPUtime=0 cores=1,3,5,7
/proc/9380/stat : 9380 (python) S 9374 9374 8573 0 -1 4202560 739 0 0 0 0 0 0 0 19 0 1 0 617179873 285233152 5570 33554432000 4194304 5683644 140734508064640 18446744073709551615 224284945935 0 0 16781312 514 1974098365176086527 0 0 17 7 0 0 0
/proc/9380/statm: 69637 5570 354 364 0 5555 0
[pid=9382] ppid=9380 vsize=1017800 CPUtime=0.5 cores=1,3,5,7
/proc/9382/stat : 9382 (gnovelty+2) R 9380 9382 9382 0 -1 4202496 443 0 0 0 50 0 0 0 22 0 1 0 617179874 1042227200 181 33554432000 134512640 135663704 4290574208 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9382/statm: 254450 181 113 282 0 254166 0
[pid=9383] ppid=9374 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/9383/stat : 9383 (python) S 9374 9374 8573 0 -1 4202560 744 0 0 0 0 0 0 0 21 0 1 0 617179876 296284160 5693 33554432000 4194304 5683644 140734508064640 18446744073709551615 224284945990 0 0 16781312 514 9714178088870346751 0 0 17 7 0 0 0
/proc/9383/statm: 72335 5693 348 364 0 8250 0
[pid=9387] ppid=9383 vsize=1017800 CPUtime=0.38 cores=1,3,5,7
/proc/9387/stat : 9387 (gnovelty+2) R 9383 9387 9387 0 -1 4202496 443 0 0 0 38 0 0 0 24 0 1 0 617179880 1042227200 180 33554432000 134512640 135663704 4291326192 18446744073709551615 134545670 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9387/statm: 254450 180 113 282 0 254166 0
[pid=9385] ppid=9374 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/9385/stat : 9385 (python) S 9374 9374 8573 0 -1 4202560 763 0 0 0 0 0 0 0 17 0 1 0 617179879 306302976 5594 33554432000 4194304 5683644 140734508064640 18446744073709551615 224284945990 0 0 16781312 514 6284183946057974024 0 0 17 7 0 0 0
/proc/9385/statm: 74781 5594 348 364 0 10693 0
[pid=9388] ppid=9385 vsize=1848 CPUtime=0.41 cores=1,3,5,7
/proc/9388/stat : 9388 (march_hi) R 9385 9388 9388 0 -1 4202496 550 0 0 0 41 0 0 0 25 0 1 0 617179882 1892352 284 33554432000 4194304 4955518 140735475819728 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9388/statm: 462 284 106 186 0 275 0
[pid=9389] ppid=9374 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/9389/stat : 9389 (python) S 9374 9374 8573 0 -1 4202560 762 0 0 0 0 0 0 0 20 0 1 0 617179883 317427712 5718 33554432000 4194304 5683644 140734508064640 18446744073709551615 224284945990 0 0 16781312 514 14659229985525432581 0 0 17 7 0 0 0
/proc/9389/statm: 77497 5718 348 364 0 13406 0
[pid=9391] ppid=9389 vsize=1992 CPUtime=0.78 cores=1,3,5,7
/proc/9391/stat : 9391 (march_hi) R 9389 9391 9391 0 -1 4202496 602 0 0 0 78 0 0 0 25 0 1 0 617179883 2039808 337 33554432000 4194304 4955518 140734981524304 18446744073709551615 4208634 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/9391/statm: 498 337 106 186 0 311 0
[pid=9374/tid=9381] ppid=9372 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9381/stat : 9381 (python) S 9372 9374 8573 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 617179874 327917568 7255 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
[pid=9374/tid=9384] ppid=9372 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9384/stat : 9384 (python) S 9372 9374 8573 0 -1 4202560 34 935 0 0 0 0 0 0 22 0 5 0 617179877 327917568 7255 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
[pid=9374/tid=9386] ppid=9372 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9386/stat : 9386 (python) S 9372 9374 8573 0 -1 4202560 16 935 0 0 0 0 0 0 24 0 5 0 617179880 327917568 7255 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
[pid=9374/tid=9390] ppid=9372 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9390/stat : 9390 (python) S 9372 9374 8573 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 5 0 617179883 327917568 7255 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 3536672

[startup+3.10087 s]
/proc/loadavg: 8.91 9.08 8.10 11/253 9391
/proc/meminfo: memFree=29091676/32951124 swapFree=67103364/67111528
[pid=9374] ppid=9372 vsize=320232 CPUtime=0.6 cores=1,3,5,7
/proc/9374/stat : 9374 (python) S 9372 9374 8573 0 -1 4202496 12406 935 1 0 52 8 0 0 25 0 5 0 617179813 327917568 7255 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9374/statm: 80058 7255 1881 364 0 15967 0
[pid=9380] ppid=9374 vsize=278548 CPUtime=0 cores=1,3,5,7
/proc/9380/stat : 9380 (python) S 9374 9374 8573 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 617179873 285233152 5570 33554432000 4194304 5683644 140734508064640 18446744073709551615 224284945935 0 0 16781312 514 1974098365176054024 0 0 17 7 0 0 0
/proc/9380/statm: 69637 5570 354 364 0 5555 0
[pid=9382] ppid=9380 vsize=1017800 CPUtime=1.3 cores=1,3,5,7
/proc/9382/stat : 9382 (gnovelty+2) R 9380 9382 9382 0 -1 4202496 443 0 0 0 130 0 0 0 25 0 1 0 617179874 1042227200 181 33554432000 134512640 135663704 4290574208 18446744073709551615 134545566 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9382/statm: 254450 181 113 282 0 254166 0
[pid=9383] ppid=9374 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/9383/stat : 9383 (python) S 9374 9374 8573 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 617179876 296284160 5693 33554432000 4194304 5683644 140734508064640 18446744073709551615 224284945990 0 0 16781312 514 9714178088870314248 0 0 17 7 0 0 0
/proc/9383/statm: 72335 5693 348 364 0 8250 0
[pid=9387] ppid=9383 vsize=1017800 CPUtime=1.18 cores=1,3,5,7
/proc/9387/stat : 9387 (gnovelty+2) R 9383 9387 9387 0 -1 4202496 443 0 0 0 118 0 0 0 25 0 1 0 617179880 1042227200 180 33554432000 134512640 135663704 4291326192 18446744073709551615 134545576 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9387/statm: 254450 180 113 282 0 254166 0
[pid=9385] ppid=9374 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/9385/stat : 9385 (python) S 9374 9374 8573 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 617179879 306302976 5594 33554432000 4194304 5683644 140734508064640 18446744073709551615 224284945990 0 0 16781312 514 6284183946057974024 0 0 17 7 0 0 0
/proc/9385/statm: 74781 5594 348 364 0 10693 0
[pid=9388] ppid=9385 vsize=2092 CPUtime=1.21 cores=1,3,5,7
/proc/9388/stat : 9388 (march_hi) R 9385 9388 9388 0 -1 4202496 631 0 0 0 121 0 0 0 25 0 1 0 617179882 2142208 364 33554432000 4194304 4955518 140735475819728 18446744073709551615 4224427 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9388/statm: 523 364 106 186 0 336 0
[pid=9389] ppid=9374 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/9389/stat : 9389 (python) S 9374 9374 8573 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 617179883 317427712 5718 33554432000 4194304 5683644 140734508064640 18446744073709551615 224284945990 0 0 16781312 514 14659229985525432581 0 0 17 7 0 0 0
/proc/9389/statm: 77497 5718 348 364 0 13406 0
[pid=9391] ppid=9389 vsize=2472 CPUtime=2.37 cores=1,3,5,7
/proc/9391/stat : 9391 (march_hi) R 9389 9391 9391 0 -1 4202496 698 0 0 0 237 0 0 0 25 0 1 0 617179883 2531328 433 33554432000 4194304 4955518 140734981524304 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/9391/statm: 618 433 106 186 0 431 0
[pid=9374/tid=9381] ppid=9372 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9381/stat : 9381 (python) S 9372 9374 8573 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 617179874 327917568 7255 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
[pid=9374/tid=9384] ppid=9372 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9384/stat : 9384 (python) S 9372 9374 8573 0 -1 4202560 34 935 0 0 0 0 0 0 22 0 5 0 617179877 327917568 7255 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
[pid=9374/tid=9386] ppid=9372 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9386/stat : 9386 (python) S 9372 9374 8573 0 -1 4202560 16 935 0 0 0 0 0 0 24 0 5 0 617179880 327917568 7255 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
[pid=9374/tid=9390] ppid=9372 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9390/stat : 9390 (python) S 9372 9374 8573 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 5 0 617179883 327917568 7255 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 3537396

[startup+6.30133 s]
/proc/loadavg: 9.00 9.10 8.11 11/253 9391
/proc/meminfo: memFree=29088824/32951124 swapFree=67103364/67111528
[pid=9374] ppid=9372 vsize=320232 CPUtime=0.6 cores=1,3,5,7
/proc/9374/stat : 9374 (python) S 9372 9374 8573 0 -1 4202496 12406 935 1 0 52 8 0 0 25 0 5 0 617179813 327917568 7255 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9374/statm: 80058 7255 1881 364 0 15967 0
[pid=9380] ppid=9374 vsize=278548 CPUtime=0 cores=1,3,5,7
/proc/9380/stat : 9380 (python) S 9374 9374 8573 0 -1 4202560 908 0 0 0 0 0 0 0 18 0 1 0 617179873 285233152 5593 33554432000 4194304 5683644 140734508064640 18446744073709551615 224284945935 0 0 16781312 514 1974098365176054024 0 0 17 7 0 0 0
/proc/9380/statm: 69637 5593 377 364 0 5555 0
[pid=9382] ppid=9380 vsize=1017800 CPUtime=2.9 cores=1,3,5,7
/proc/9382/stat : 9382 (gnovelty+2) R 9380 9382 9382 0 -1 4202496 443 0 0 0 290 0 0 0 25 0 1 0 617179874 1042227200 181 33554432000 134512640 135663704 4290574208 18446744073709551615 134525070 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9382/statm: 254450 181 113 282 0 254166 0
[pid=9383] ppid=9374 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/9383/stat : 9383 (python) S 9374 9374 8573 0 -1 4202560 900 0 0 0 0 0 0 0 18 0 1 0 617179876 296284160 5716 33554432000 4194304 5683644 140734508064640 18446744073709551615 224284945990 0 0 16781312 514 9714178088870314248 0 0 17 7 0 0 0
/proc/9383/statm: 72335 5716 371 364 0 8250 0
[pid=9387] ppid=9383 vsize=1017800 CPUtime=2.78 cores=1,3,5,7
/proc/9387/stat : 9387 (gnovelty+2) R 9383 9387 9387 0 -1 4202496 443 0 0 0 278 0 0 0 25 0 1 0 617179880 1042227200 180 33554432000 134512640 135663704 4291326192 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9387/statm: 254450 180 113 282 0 254166 0
[pid=9385] ppid=9374 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/9385/stat : 9385 (python) S 9374 9374 8573 0 -1 4202560 909 0 0 0 0 0 0 0 15 0 1 0 617179879 306302976 5617 33554432000 4194304 5683644 140734508064640 18446744073709551615 224284945990 0 0 16781312 514 6284183946057974024 0 0 17 7 0 0 0
/proc/9385/statm: 74781 5617 371 364 0 10693 0
[pid=9388] ppid=9385 vsize=2472 CPUtime=2.81 cores=1,3,5,7
/proc/9388/stat : 9388 (march_hi) R 9385 9388 9388 0 -1 4202496 727 0 0 0 281 0 0 0 25 0 1 0 617179882 2531328 460 33554432000 4194304 4955518 140735475819728 18446744073709551615 4297483 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9388/statm: 618 460 106 186 0 431 0
[pid=9389] ppid=9374 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/9389/stat : 9389 (python) S 9374 9374 8573 0 -1 4202560 939 0 0 0 0 0 0 0 15 0 1 0 617179883 317427712 5741 33554432000 4194304 5683644 140734508064640 18446744073709551615 224284945990 0 0 16781312 514 14659229985525432581 0 0 17 7 0 0 0
/proc/9389/statm: 77497 5741 371 364 0 13406 0
[pid=9391] ppid=9389 vsize=3324 CPUtime=5.51 cores=1,3,5,7
/proc/9391/stat : 9391 (march_hi) R 9389 9391 9391 0 -1 4202496 868 0 0 0 551 0 0 0 25 0 1 0 617179883 3403776 603 33554432000 4194304 4955518 140734981524304 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/9391/statm: 831 603 106 186 0 644 0
[pid=9374/tid=9381] ppid=9372 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9381/stat : 9381 (python) S 9372 9374 8573 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 617179874 327917568 7255 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
[pid=9374/tid=9384] ppid=9372 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9384/stat : 9384 (python) S 9372 9374 8573 0 -1 4202560 34 935 0 0 0 0 0 0 22 0 5 0 617179877 327917568 7255 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
[pid=9374/tid=9386] ppid=9372 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9386/stat : 9386 (python) S 9372 9374 8573 0 -1 4202560 16 935 0 0 0 0 0 0 24 0 5 0 617179880 327917568 7255 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
[pid=9374/tid=9390] ppid=9372 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9390/stat : 9390 (python) S 9372 9374 8573 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 5 0 617179883 327917568 7255 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 14.6
Current children cumulated vsize (KiB) 3538628

[startup+12.7013 s]
/proc/loadavg: 9.08 9.11 8.12 11/253 9391
/proc/meminfo: memFree=29084868/32951124 swapFree=67103364/67111528
[pid=9374] ppid=9372 vsize=320232 CPUtime=0.6 cores=1,3,5,7
/proc/9374/stat : 9374 (python) S 9372 9374 8573 0 -1 4202496 12406 935 1 0 52 8 0 0 25 0 5 0 617179813 327917568 7255 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9374/statm: 80058 7255 1881 364 0 15967 0
[pid=9380] ppid=9374 vsize=278548 CPUtime=0 cores=1,3,5,7
/proc/9380/stat : 9380 (python) S 9374 9374 8573 0 -1 4202560 910 0 0 0 0 0 0 0 18 0 1 0 617179873 285233152 5593 33554432000 4194304 5683644 140734508064640 18446744073709551615 224284945935 0 0 16781312 514 3647405524774781192 0 0 17 7 0 0 0
/proc/9380/statm: 69637 5593 377 364 0 5555 0
[pid=9382] ppid=9380 vsize=1017800 CPUtime=6.1 cores=1,3,5,7
/proc/9382/stat : 9382 (gnovelty+2) R 9380 9382 9382 0 -1 4202496 443 0 0 0 610 0 0 0 25 0 1 0 617179874 1042227200 181 33554432000 134512640 135663704 4290574208 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9382/statm: 254450 181 113 282 0 254166 0
[pid=9383] ppid=9374 vsize=289340 CPUtime=0.01 cores=1,3,5,7

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

[pid=9380] ppid=9374 vsize=288792 CPUtime=0.28 cores=1,3,5,7
/proc/9380/stat : 9380 (python) S 9374 9374 8573 0 -1 4202560 1116 0 0 0 15 13 0 0 19 0 2 0 617179873 295723008 5631 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9380/statm: 72198 5631 410 364 0 8116 0
[pid=9382] ppid=9380 vsize=1017800 CPUtime=100.76 cores=1,3,5,7
/proc/9382/stat : 9382 (gnovelty+2) T 9380 9382 9382 0 -1 4202496 443 0 0 0 10076 0 0 0 25 0 1 0 617179874 1042227200 181 33554432000 134512640 135663704 4290574208 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/9382/statm: 254450 181 113 282 0 254166 0
[pid=9380/tid=9440] ppid=9374 vsize=288792 CPUtime=0 cores=1,3,5,7
/proc/9380/task/9440/stat : 9440 (python) S 9374 9374 8573 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617197601 295723008 5631 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 514 18446604461962258432 0 0 -1 7 0 0 0
[pid=9383] ppid=9374 vsize=289340 CPUtime=0.31 cores=1,3,5,7
/proc/9383/stat : 9383 (python) S 9374 9374 8573 0 -1 4202560 1112 0 0 0 14 17 0 0 19 0 2 0 617179876 296284160 5746 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9383/statm: 72335 5746 400 364 0 8250 0
[pid=9387] ppid=9383 vsize=1017800 CPUtime=98.09 cores=1,3,5,7
/proc/9387/stat : 9387 (gnovelty+2) T 9383 9387 9387 0 -1 4202496 443 0 0 0 9809 0 0 0 25 0 1 0 617179880 1042227200 180 33554432000 134512640 135663704 4291326192 18446744073709551615 134564723 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/9387/statm: 254450 180 113 282 0 254166 0
[pid=9383/tid=9446] ppid=9374 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9446/stat : 9446 (python) S 9374 9374 8573 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 617199513 296284160 5746 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 514 18446604463764386176 0 0 -1 7 0 0 0
[pid=9385] ppid=9374 vsize=299124 CPUtime=2.15 cores=1,3,5,7
/proc/9385/stat : 9385 (python) S 9374 9374 8573 0 -1 4202560 1170 0 0 0 119 96 0 0 15 0 2 0 617179879 306302976 5656 33554432000 4194304 5683644 140734508064640 18446744073709551615 224284945990 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9385/statm: 74781 5656 409 364 0 10693 0
[pid=9388] ppid=9385 vsize=140936 CPUtime=756.09 cores=1,3,5,7
/proc/9388/stat : 9388 (march_hi) R 9385 9388 9388 0 -1 4202496 33052 0 0 0 75602 7 0 0 25 0 1 0 617179882 144318464 32785 33554432000 4194304 4955518 140735475819728 18446744073709551615 4224453 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9388/statm: 35234 32785 106 186 0 35047 0
[pid=9385/tid=9495] ppid=9374 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/9385/task/9495/stat : 9495 (python) S 9374 9374 8573 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 617249733 306302976 5656 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 514 18446604471124865088 0 0 -1 3 0 0 0
[pid=9389] ppid=9374 vsize=309988 CPUtime=2.13 cores=1,3,5,7
/proc/9389/stat : 9389 (python) S 9374 9374 8573 0 -1 4202560 1186 0 0 0 119 94 0 0 15 0 2 0 617179883 317427712 5771 33554432000 4194304 5683644 140734508064640 18446744073709551615 224284945990 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9389/statm: 77497 5771 400 364 0 13406 0
[pid=9391] ppid=9389 vsize=140936 CPUtime=658.31 cores=1,3,5,7
/proc/9391/stat : 9391 (march_hi) R 9389 9391 9391 0 -1 4202496 29133 0 0 0 65826 5 0 0 25 0 1 0 617179883 144318464 28868 33554432000 4194304 4955518 140734981524304 18446744073709551615 4208626 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9391/statm: 35234 28868 106 186 0 35047 0
[pid=9389/tid=9731] ppid=9374 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/9389/task/9731/stat : 9731 (python) S 9374 9374 8573 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 617269647 317427712 5771 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 514 18446604463579427200 0 0 -1 7 0 0 0
[pid=9441] ppid=9374 vsize=320244 CPUtime=1.42 cores=1,3,5,7
/proc/9441/stat : 9441 (python) S 9374 9374 8573 0 -1 4202560 1178 0 0 0 79 63 0 0 16 0 2 0 617197604 327929856 5775 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9441/statm: 80061 5775 400 364 0 15967 0
[pid=9443] ppid=9441 vsize=140936 CPUtime=681.46 cores=1,3,5,7
/proc/9443/stat : 9443 (march_hi) T 9441 9443 9443 0 -1 4202496 29904 0 0 0 68140 6 0 0 25 0 1 0 617197604 144318464 29639 33554432000 4194304 4955518 140734886626768 18446744073709551615 4224450 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9443/statm: 35234 29639 106 186 0 35047 0
[pid=9441/tid=9494] ppid=9374 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/9441/task/9494/stat : 9494 (python) S 9374 9374 8573 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 617249149 327929856 5775 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 514 18446604461118059712 0 0 -1 1 0 0 0
[pid=9447] ppid=9374 vsize=330108 CPUtime=1.81 cores=1,3,5,7
/proc/9447/stat : 9447 (python) S 9374 9374 8573 0 -1 4202560 1183 0 0 0 98 83 0 0 15 0 2 0 617199516 338030592 5699 33554432000 4194304 5683644 140734508064640 18446744073709551615 224284945990 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9447/statm: 82527 5699 400 364 0 18430 0
[pid=9449] ppid=9447 vsize=140936 CPUtime=580.28 cores=1,3,5,7
/proc/9449/stat : 9449 (march_hi) R 9447 9449 9449 0 -1 4202496 26026 0 0 0 58021 7 0 0 25 0 1 0 617199517 144318464 25761 33554432000 4194304 4955518 140736374934144 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9449/statm: 35234 25761 106 186 0 35047 0
[pid=9447/tid=9742] ppid=9374 vsize=330108 CPUtime=0 cores=1,3,5,7
/proc/9447/task/9742/stat : 9742 (python) S 9374 9374 8573 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 617293891 338030592 5699 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 514 18446604463231533248 0 0 -1 1 0 0 0
[pid=9734] ppid=9374 vsize=340936 CPUtime=0.44 cores=1,3,5,7
/proc/9734/stat : 9734 (python) S 9374 9374 8573 0 -1 4202560 1029 0 0 0 25 19 0 0 15 0 1 0 617278339 349118464 5798 33554432000 4194304 5683644 140734508064640 18446744073709551615 224284945990 0 0 16781312 514 14659221189432410376 0 0 17 7 0 0 0
/proc/9734/statm: 85234 5798 371 364 0 21134 0
[pid=9736] ppid=9734 vsize=29620 CPUtime=128.58 cores=1,3,5,7
/proc/9736/stat : 9736 (march_hi) R 9734 9736 9736 0 -1 4202496 6753 0 0 0 12857 1 0 0 25 0 1 0 617278339 30330880 6486 33554432000 4194304 4955518 140734971064720 18446744073709551615 4285792 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9736/statm: 7405 6486 106 186 0 7218 0
[pid=9374/tid=9381] ppid=9372 vsize=351180 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9381/stat : 9381 (python) S 9372 9374 8573 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 8 0 617179874 359608320 7332 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
[pid=9374/tid=9384] ppid=9372 vsize=351180 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9384/stat : 9384 (python) S 9372 9374 8573 0 -1 4202560 34 935 0 0 0 0 0 0 22 0 8 0 617179877 359608320 7332 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
[pid=9374/tid=9386] ppid=9372 vsize=351180 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9386/stat : 9386 (python) S 9372 9374 8573 0 -1 4202560 19 935 0 0 0 0 0 0 18 0 8 0 617179880 359608320 7332 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
[pid=9374/tid=9390] ppid=9372 vsize=351180 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9390/stat : 9390 (python) S 9372 9374 8573 0 -1 4202560 40 935 0 0 0 0 0 0 18 0 8 0 617179883 359608320 7332 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
[pid=9374/tid=9442] ppid=9372 vsize=351180 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9442/stat : 9442 (python) S 9372 9374 8573 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 8 0 617197604 359608320 7332 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
[pid=9374/tid=9448] ppid=9372 vsize=351180 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9448/stat : 9448 (python) S 9372 9374 8573 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 8 0 617199517 359608320 7332 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
[pid=9374/tid=9735] ppid=9372 vsize=351180 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9735/stat : 9735 (python) S 9372 9374 8573 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 8 0 617278339 359608320 7332 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3012.95
Current children cumulated vsize (KiB) 5158676



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 11.21 11.04 10.11 12/271 9746
/proc/meminfo: memFree=28173732/32951124 swapFree=67103364/67111528
[pid=9374] ppid=9372 vsize=351332 CPUtime=0.89 cores=1,3,5,7
/proc/9374/stat : 9374 (python) S 9372 9374 8573 0 -1 4202496 15804 935 1 0 81 8 0 0 18 0 8 0 617179813 359763968 7357 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9374/statm: 87833 7357 1888 364 0 23733 0
[pid=9380] ppid=9374 vsize=288792 CPUtime=0.28 cores=1,3,5,7
/proc/9380/stat : 9380 (python) S 9374 9374 8573 0 -1 4202560 1116 0 0 0 15 13 0 0 19 0 2 0 617179873 295723008 5631 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9380/statm: 72198 5631 410 364 0 8116 0
[pid=9382] ppid=9380 vsize=1017800 CPUtime=100.76 cores=1,3,5,7
/proc/9382/stat : 9382 (gnovelty+2) T 9380 9382 9382 0 -1 4202496 443 0 0 0 10076 0 0 0 25 0 1 0 617179874 1042227200 181 33554432000 134512640 135663704 4290574208 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/9382/statm: 254450 181 113 282 0 254166 0
[pid=9380/tid=9440] ppid=9374 vsize=288792 CPUtime=0 cores=1,3,5,7
/proc/9380/task/9440/stat : 9440 (python) S 9374 9374 8573 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617197601 295723008 5631 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 514 18446604461962258432 0 0 -1 7 0 0 0
[pid=9383] ppid=9374 vsize=289340 CPUtime=0.31 cores=1,3,5,7
/proc/9383/stat : 9383 (python) S 9374 9374 8573 0 -1 4202560 1112 0 0 0 14 17 0 0 19 0 2 0 617179876 296284160 5746 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9383/statm: 72335 5746 400 364 0 8250 0
[pid=9387] ppid=9383 vsize=1017800 CPUtime=98.09 cores=1,3,5,7
/proc/9387/stat : 9387 (gnovelty+2) T 9383 9387 9387 0 -1 4202496 443 0 0 0 9809 0 0 0 25 0 1 0 617179880 1042227200 180 33554432000 134512640 135663704 4291326192 18446744073709551615 134564723 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/9387/statm: 254450 180 113 282 0 254166 0
[pid=9383/tid=9446] ppid=9374 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/9383/task/9446/stat : 9446 (python) S 9374 9374 8573 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 617199513 296284160 5746 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 514 18446604463764386176 0 0 -1 7 0 0 0
[pid=9385] ppid=9374 vsize=299124 CPUtime=2.21 cores=1,3,5,7
/proc/9385/stat : 9385 (python) S 9374 9374 8573 0 -1 4202560 1170 0 0 0 123 98 0 0 15 0 2 0 617179879 306302976 5656 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9385/statm: 74781 5656 409 364 0 10693 0
[pid=9388] ppid=9385 vsize=140936 CPUtime=776.99 cores=1,3,5,7
/proc/9388/stat : 9388 (march_hi) T 9385 9388 9388 0 -1 4202496 33876 0 0 0 77692 7 0 0 25 0 1 0 617179882 144318464 33609 33554432000 4194304 4955518 140735475819728 18446744073709551615 4237772 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/9388/statm: 35234 33609 106 186 0 35047 0
[pid=9385/tid=9495] ppid=9374 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/9385/task/9495/stat : 9495 (python) S 9374 9374 8573 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 617249733 306302976 5656 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 514 18446604471124865088 0 0 -1 3 0 0 0
[pid=9389] ppid=9374 vsize=309988 CPUtime=2.23 cores=1,3,5,7
/proc/9389/stat : 9389 (python) S 9374 9374 8573 0 -1 4202560 1186 0 0 0 124 99 0 0 15 0 2 0 617179883 317427712 5771 33554432000 4194304 5683644 140734508064640 18446744073709551615 224284945990 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9389/statm: 77497 5771 400 364 0 13406 0
[pid=9391] ppid=9389 vsize=140936 CPUtime=704.22 cores=1,3,5,7
/proc/9391/stat : 9391 (march_hi) R 9389 9391 9391 0 -1 4202496 30844 0 0 0 70416 6 0 0 25 0 1 0 617179883 144318464 30579 33554432000 4194304 4955518 140734981524304 18446744073709551615 4224482 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9391/statm: 35234 30579 106 186 0 35047 0
[pid=9389/tid=9731] ppid=9374 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/9389/task/9731/stat : 9731 (python) S 9374 9374 8573 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 617269647 317427712 5771 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 514 18446604463579427200 0 0 -1 7 0 0 0
[pid=9441] ppid=9374 vsize=320244 CPUtime=1.45 cores=1,3,5,7
/proc/9441/stat : 9441 (python) S 9374 9374 8573 0 -1 4202560 1178 0 0 0 81 64 0 0 15 0 2 0 617197604 327929856 5775 33554432000 4194304 5683644 140734508064640 18446744073709551615 224284945990 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9441/statm: 80061 5775 400 364 0 15967 0
[pid=9443] ppid=9441 vsize=140936 CPUtime=689.81 cores=1,3,5,7
/proc/9443/stat : 9443 (march_hi) R 9441 9443 9443 0 -1 4202496 30179 0 0 0 68975 6 0 0 25 0 1 0 617197604 144318464 29914 33554432000 4194304 4955518 140734886626768 18446744073709551615 4297475 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9443/statm: 35234 29914 106 186 0 35047 0
[pid=9441/tid=9494] ppid=9374 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/9441/task/9494/stat : 9494 (python) S 9374 9374 8573 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 617249149 327929856 5775 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 514 18446604461118059712 0 0 -1 1 0 0 0
[pid=9447] ppid=9374 vsize=330108 CPUtime=1.9 cores=1,3,5,7
/proc/9447/stat : 9447 (python) S 9374 9374 8573 0 -1 4202560 1183 0 0 0 103 87 0 0 15 0 2 0 617199516 338030592 5699 33554432000 4194304 5683644 140734508064640 18446744073709551615 224284945990 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9447/statm: 82527 5699 400 364 0 18430 0
[pid=9449] ppid=9447 vsize=140936 CPUtime=612.42 cores=1,3,5,7
/proc/9449/stat : 9449 (march_hi) R 9447 9449 9449 0 -1 4202496 27331 0 0 0 61235 7 0 0 25 0 1 0 617199517 144318464 27066 33554432000 4194304 4955518 140736374934144 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9449/statm: 35234 27066 106 186 0 35047 0
[pid=9447/tid=9742] ppid=9374 vsize=330108 CPUtime=0 cores=1,3,5,7
/proc/9447/task/9742/stat : 9742 (python) S 9374 9374 8573 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 617293891 338030592 5699 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 514 18446604463231533248 0 0 -1 1 0 0 0
[pid=9734] ppid=9374 vsize=340936 CPUtime=0.55 cores=1,3,5,7
/proc/9734/stat : 9734 (python) R 9374 9374 8573 0 -1 4202560 1035 0 0 0 31 24 0 0 15 0 1 0 617278339 349118464 5798 33554432000 4194304 5683644 140734508064640 18446744073709551615 224284945990 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/9734/statm: 85234 5798 371 364 0 21134 0
[pid=9736] ppid=9734 vsize=42716 CPUtime=157.39 cores=1,3,5,7
/proc/9736/stat : 9736 (march_hi) R 9734 9736 9736 0 -1 4202496 8156 0 0 0 15738 1 0 0 25 0 1 0 617278339 43741184 7889 33554432000 4194304 4955518 140734971064720 18446744073709551615 4237804 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9736/statm: 10679 7889 106 186 0 10492 0
[pid=9374/tid=9381] ppid=9372 vsize=351332 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9381/stat : 9381 (python) S 9372 9374 8573 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 8 0 617179874 359763968 7357 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
[pid=9374/tid=9384] ppid=9372 vsize=351332 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9384/stat : 9384 (python) S 9372 9374 8573 0 -1 4202560 34 935 0 0 0 0 0 0 22 0 8 0 617179877 359763968 7357 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
[pid=9374/tid=9386] ppid=9372 vsize=351332 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9386/stat : 9386 (python) S 9372 9374 8573 0 -1 4202560 19 935 0 0 0 0 0 0 18 0 8 0 617179880 359763968 7357 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
[pid=9374/tid=9390] ppid=9372 vsize=351332 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9390/stat : 9390 (python) S 9372 9374 8573 0 -1 4202560 40 935 0 0 0 0 0 0 18 0 8 0 617179883 359763968 7357 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
[pid=9374/tid=9442] ppid=9372 vsize=351332 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9442/stat : 9442 (python) S 9372 9374 8573 0 -1 4202560 35 935 0 0 0 0 0 0 18 0 8 0 617197604 359763968 7357 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
[pid=9374/tid=9448] ppid=9372 vsize=351332 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9448/stat : 9448 (python) S 9372 9374 8573 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 8 0 617199517 359763968 7357 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
[pid=9374/tid=9735] ppid=9372 vsize=351332 CPUtime=0 cores=1,3,5,7
/proc/9374/task/9735/stat : 9735 (python) S 9372 9374 8573 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 8 0 617278339 359763968 7357 33554432000 4194304 5683644 140734508064640 18446744073709551615 224296749489 0 0 16781312 2 18446604471117114432 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3149.5
Current children cumulated vsize (KiB) 5171924

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 9374 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=820875
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=92985
# CPU time returned by wait4() is 0.91386
# while last known CPU time is 3149.5
#
# 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): 3149.5
CPU user time (s): 3145.13
CPU system time (s): 4.37
CPU usage (%): 242.259
Max. virtual memory (cumulated for all children) (KiB): 5171924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.820875
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16743
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= 1016
involuntary context switches= 50

runsolver used 2.99554 second user time and 6.60699 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-01 19:04:51
IDJOB=3317405
IDBENCH=82870
IDSOLVER=1705
FILE ID=node118/3317405-1304269491
RUNJOBID= node118-1304267284-8592
PBS_JOBID= 13173961
Free space on /tmp= 72148 MiB

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

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

MD5SUM BENCH= d2902b03aca91b8ea25ec40928f31c64
RANDOM SEED=1605341405

node118.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.842
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.68
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.842
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.842
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.74
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.842
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29133128 kB
Buffers:        470500 kB
Cached:        1775940 kB
SwapCached:       2844 kB
Active:        1467964 kB
Inactive:      1975360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29133128 kB
SwapTotal:    67111528 kB
SwapFree:     67103364 kB
Dirty:           33028 kB
Writeback:           0 kB
AnonPages:     1195832 kB
Mapped:          23724 kB
Slab:           297280 kB
PageTables:      16744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19814008 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= 72112 MiB
End job on node118 at 2011-05-01 19:26:34