Trace number 3386881

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-seq-random (fixed)? (TO) 5000.04 4995.46

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1847541883-049.UNKNOWN.cnf
MD5SUM02e5b9be63a0b18588da13d9c988e25c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
Number of clauses of size over 50

Solver Data

0.32/1.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/1.69	c INFO: solving HOME/instance-3386881-1307741601.cnf
0.32/1.69	c INFO: computing task features
0.39/1.71	c INFO: computed variable-clause graph statistics
0.39/1.71	c INFO: computed clause balance statistics
0.39/1.79	c INFO: computed variable balance statistics
0.48/1.83	c INFO: computed small-clause counts
0.48/1.83	c INFO: computed Horn-clause counts
0.48/1.84	c INFO: computed variable graph statistics
0.48/1.84	c INFO: collected features for HOME/instance-3386881-1307741601.cnf in 0.15 s
0.48/1.87	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.63)
100.78/102.01	c INFO: running gnovelty+2@0 for 97 with 4899 remaining (b = 0.08)
200.96/202.13	c INFO: running march_hi@0 for 679 with 4799 remaining (b = 0.35)
881.08/881.43	c INFO: running march_hi@679 for 97 with 4120 remaining (b = 0.06)
981.71/981.92	c INFO: running march_hi@0 for 388 with 4019 remaining (b = 0.22)
1371.68/1371.47	c INFO: running march_hi@389 for 97 with 3630 remaining (b = 0.08)
1470.41/1470.07	c INFO: running march_hi@488 for 97 with 3531 remaining (b = 0.07)
1567.43/1566.92	c INFO: running march_hi@584 for 97 with 3434 remaining (b = 0.08)
1666.93/1666.39	c INFO: running march_hi@0 for 388 with 3335 remaining (b = 0.20)
2058.31/2057.25	c INFO: running march_hi@390 for 97 with 2944 remaining (b = 0.06)
2157.73/2156.57	c INFO: running march_hi@490 for 97 with 2845 remaining (b = 0.05)
2254.57/2253.20	c INFO: running march_hi@586 for 97 with 2748 remaining (b = 0.06)
2347.96/2346.51	c INFO: running march_hi@0 for 388 with 2655 remaining (b = 0.18)
2739.13/2737.24	c INFO: running march_hi@390 for 97 with 2264 remaining (b = 0.05)
2837.06/2835.06	c INFO: running march_hi@0 for 388 with 2166 remaining (b = 0.16)
3228.51/3226.05	c INFO: running march_hi@390 for 97 with 1775 remaining (b = 0.04)
3326.53/3323.97	c INFO: running adaptg2wsat2009++@0 for 97 with 1678 remaining (b = 0.03)
3426.73/3424.10	c INFO: running march_hi@779 for 1358 with 1577 remaining (b = 0.38)
4784.35/4780.00	c INFO: running march_hi@2135 for 97 with 222 remaining (b = 0.11)
4880.97/4876.52	c INFO: running march_hi@488 for 125 with 125 remaining (b = 0.04)

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.1 (svn: 988)

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-3386881-1307741601/watcher-3386881-1307741601 -o /tmp/evaluation-result-3386881-1307741601/solver-3386881-1307741601 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386881-1307741601.cnf -seed 595690404 -budget 5000 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 0.52 0.11 0.04 2/180 20720
/proc/meminfo: memFree=30969596/32951124 swapFree=67049456/67111528
[pid=20720] ppid=20718 vsize=11804 CPUtime=0 cores=1,3,5,7
/proc/20720/stat : 20720 (runsolver) S 20718 20720 20619 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 964390801 12087296 51 33554432000 4194304 5436572 140735744074576 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699960631 0 0 17 1 0 0 0
/proc/20720/statm: 2951 51 31 304 0 2643 0

[startup+0.0995989 s]
/proc/loadavg: 0.52 0.11 0.04 2/180 20720
/proc/meminfo: memFree=30969596/32951124 swapFree=67049456/67111528
[pid=20720] ppid=20718 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/20720/stat : 20720 (python) S 20718 20720 20619 0 -1 4202496 795 0 0 0 0 0 0 0 21 0 1 0 964390801 15749120 681 33554432000 4194304 5683644 140737300059024 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/20720/statm: 3845 681 322 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+0.100599 s]
/proc/loadavg: 0.52 0.11 0.04 2/180 20720
/proc/meminfo: memFree=30969596/32951124 swapFree=67049456/67111528
[pid=20720] ppid=20718 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/20720/stat : 20720 (python) S 20718 20720 20619 0 -1 4202496 795 0 0 0 0 0 0 0 21 0 1 0 964390801 15749120 681 33554432000 4194304 5683644 140737300059024 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/20720/statm: 3845 681 322 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+0.300564 s]
/proc/loadavg: 0.52 0.11 0.04 2/180 20720
/proc/meminfo: memFree=30969596/32951124 swapFree=67049456/67111528
[pid=20720] ppid=20718 vsize=16536 CPUtime=0.01 cores=1,3,5,7
/proc/20720/stat : 20720 (python) S 20718 20720 20619 0 -1 4202496 1185 0 0 0 1 0 0 0 19 0 1 0 964390801 16932864 1046 33554432000 4194304 5683644 140737300059024 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/20720/statm: 4134 1046 417 364 0 621 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16536

[startup+0.700498 s]
/proc/loadavg: 0.52 0.11 0.04 2/180 20720
/proc/meminfo: memFree=30969596/32951124 swapFree=67049456/67111528
[pid=20720] ppid=20718 vsize=38904 CPUtime=0.03 cores=1,3,5,7
/proc/20720/stat : 20720 (python) S 20718 20720 20619 0 -1 4202496 1659 0 0 0 3 0 0 0 15 0 1 0 964390801 39837696 1486 33554432000 4194304 5683644 140737300059024 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/20720/statm: 9726 1486 455 364 0 1026 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 38904

[startup+1.50145 s]
/proc/loadavg: 0.52 0.11 0.04 2/181 20721
/proc/meminfo: memFree=30961776/32951124 swapFree=67049456/67111528
[pid=20720] ppid=20718 vsize=202004 CPUtime=0.26 cores=1,3,5,7
/proc/20720/stat : 20720 (python) S 20718 20720 20619 0 -1 4202496 7232 930 1 0 20 6 0 0 15 0 1 0 964390801 206852096 5254 33554432000 4194304 5683644 140737300059024 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/20720/statm: 50501 5254 1490 364 0 4010 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 202004

[startup+3.10109 s]
/proc/loadavg: 0.52 0.11 0.04 3/184 20728
/proc/meminfo: memFree=30944852/32951124 swapFree=67049456/67111528
[pid=20720] ppid=20718 vsize=288828 CPUtime=0.55 cores=1,3,5,7
/proc/20720/stat : 20720 (python) S 20718 20720 20619 0 -1 4202496 9898 930 1 0 47 8 0 0 18 0 2 0 964390801 295759872 7083 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20720/statm: 72207 7083 1875 364 0 8125 0
[pid=20726] ppid=20720 vsize=278584 CPUtime=0 cores=1,3,5,7
/proc/20726/stat : 20726 (python) S 20720 20720 20619 0 -1 4202560 738 0 0 0 0 0 0 0 15 0 1 0 964390988 285270016 5558 33554432000 4194304 5683644 140737300059024 18446744073709551615 224284945935 0 0 16781312 514 4372709094570557704 0 0 17 7 0 0 0
/proc/20726/statm: 69646 5558 354 364 0 5564 0
[pid=20728] ppid=20726 vsize=1017940 CPUtime=1.22 cores=1,3,5,7
/proc/20728/stat : 20728 (gnovelty+2) R 20726 20728 20728 0 -1 4202496 451 0 0 0 122 0 0 0 21 0 1 0 964390988 1042370560 190 33554432000 134512640 135663704 4294249648 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20728/statm: 254485 190 113 282 0 254201 0
[pid=20720/tid=20727] ppid=20718 vsize=288828 CPUtime=0 cores=1,3,5,7
/proc/20720/task/20727/stat : 20727 (python) S 20718 20720 20619 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 2 0 964390988 295759872 7083 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 2 18446604457121205312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 1585352
heavy processes:

[startup+6.30057 s]
/proc/loadavg: 0.79 0.18 0.06 3/184 20728
/proc/meminfo: memFree=30945472/32951124 swapFree=67049456/67111528
[pid=20720] ppid=20718 vsize=288828 CPUtime=0.55 cores=1,3,5,7
/proc/20720/stat : 20720 (python) S 20718 20720 20619 0 -1 4202496 9898 930 1 0 47 8 0 0 18 0 2 0 964390801 295759872 7083 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20720/statm: 72207 7083 1875 364 0 8125 0
[pid=20726] ppid=20720 vsize=278584 CPUtime=0 cores=1,3,5,7
/proc/20726/stat : 20726 (python) S 20720 20720 20619 0 -1 4202560 884 0 0 0 0 0 0 0 15 0 1 0 964390988 285270016 5581 33554432000 4194304 5683644 140737300059024 18446744073709551615 224284945935 0 0 16781312 514 4372709094570590207 0 0 17 7 0 0 0
/proc/20726/statm: 69646 5581 377 364 0 5564 0
[pid=20728] ppid=20726 vsize=1017940 CPUtime=4.42 cores=1,3,5,7
/proc/20728/stat : 20728 (gnovelty+2) R 20726 20728 20728 0 -1 4202496 451 0 0 0 442 0 0 0 25 0 1 0 964390988 1042370560 190 33554432000 134512640 135663704 4294249648 18446744073709551615 134525541 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20728/statm: 254485 190 113 282 0 254201 0
[pid=20720/tid=20727] ppid=20718 vsize=288828 CPUtime=0 cores=1,3,5,7
/proc/20720/task/20727/stat : 20727 (python) S 20718 20720 20619 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 2 0 964390988 295759872 7083 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 2 18446604457121205312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 1585352
heavy processes:

[startup+12.7005 s]
/proc/loadavg: 0.89 0.21 0.07 3/184 20728
/proc/meminfo: memFree=30944652/32951124 swapFree=67049456/67111528
[pid=20720] ppid=20718 vsize=288828 CPUtime=0.55 cores=1,3,5,7
/proc/20720/stat : 20720 (python) S 20718 20720 20619 0 -1 4202496 9898 930 1 0 47 8 0 0 18 0 2 0 964390801 295759872 7083 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20720/statm: 72207 7083 1875 364 0 8125 0
[pid=20726] ppid=20720 vsize=278584 CPUtime=0 cores=1,3,5,7
/proc/20726/stat : 20726 (python) S 20720 20720 20619 0 -1 4202560 886 0 0 0 0 0 0 0 15 0 1 0 964390988 285270016 5581 33554432000 4194304 5683644 140737300059024 18446744073709551615 224284945935 0 0 16781312 514 10688519659377885448 0 0 17 7 0 0 0
/proc/20726/statm: 69646 5581 377 364 0 5564 0
[pid=20728] ppid=20726 vsize=1017940 CPUtime=10.82 cores=1,3,5,7
/proc/20728/stat : 20728 (gnovelty+2) R 20726 20728 20728 0 -1 4202496 451 0 0 0 1082 0 0 0 25 0 1 0 964390988 1042370560 190 33554432000 134512640 135663704 4294249648 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20728/statm: 254485 190 113 282 0 254201 0
[pid=20720/tid=20727] ppid=20718 vsize=288828 CPUtime=0 cores=1,3,5,7
/proc/20720/task/20727/stat : 20727 (python) S 20718 20720 20619 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 2 0 964390988 295759872 7083 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 2 18446604457121205312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.37
Current children cumulated vsize (KiB) 1585352

[startup+25.5003 s]
/proc/loadavg: 1.14 0.29 0.10 3/184 20728
/proc/meminfo: memFree=30945164/32951124 swapFree=67049456/67111528
[pid=20720] ppid=20718 vsize=288828 CPUtime=0.55 cores=1,3,5,7
/proc/20720/stat : 20720 (python) S 20718 20720 20619 0 -1 4202496 9898 930 1 0 47 8 0 0 18 0 2 0 964390801 295759872 7083 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20720/statm: 72207 7083 1875 364 0 8125 0
[pid=20726] ppid=20720 vsize=278584 CPUtime=0.02 cores=1,3,5,7
/proc/20726/stat : 20726 (python) S 20720 20720 20619 0 -1 4202560 889 0 0 0 1 1 0 0 15 0 1 0 964390988 285270016 5581 33554432000 4194304 5683644 140737300059024 18446744073709551615 224284945935 0 0 16781312 514 10688519659377885448 0 0 17 7 0 0 0
/proc/20726/statm: 69646 5581 377 364 0 5564 0
[pid=20728] ppid=20726 vsize=1017940 CPUtime=23.62 cores=1,3,5,7
/proc/20728/stat : 20728 (gnovelty+2) R 20726 20728 20728 0 -1 4202496 451 0 0 0 2362 0 0 0 25 0 1 0 964390988 1042370560 190 33554432000 134512640 135663704 4294249648 18446744073709551615 134525506 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/20728/statm: 254485 190 113 282 0 254201 0
[pid=20720/tid=20727] ppid=20718 vsize=288828 CPUtime=0 cores=1,3,5,7
/proc/20720/task/20727/stat : 20727 (python) S 20718 20720 20619 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 2 0 964390988 295759872 7083 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 2 18446604457121205312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.19
Current children cumulated vsize (KiB) 1585352

[startup+51.1011 s]
/proc/loadavg: 1.43 0.43 0.15 3/184 20728
/proc/meminfo: memFree=30945828/32951124 swapFree=67049456/67111528
[pid=20720] ppid=20718 vsize=288828 CPUtime=0.55 cores=1,3,5,7
/proc/20720/stat : 20720 (python) S 20718 20720 20619 0 -1 4202496 9898 930 1 0 47 8 0 0 18 0 2 0 964390801 295759872 7083 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20720/statm: 72207 7083 1875 364 0 8125 0
[pid=20726] ppid=20720 vsize=278584 CPUtime=0.05 cores=1,3,5,7
/proc/20726/stat : 20726 (python) S 20720 20720 20619 0 -1 4202560 897 0 0 0 3 2 0 0 15 0 1 0 964390988 285270016 5581 33554432000 4194304 5683644 140737300059024 18446744073709551615 224284945935 0 0 16781312 514 10688519659377885448 0 0 17 7 0 0 0
/proc/20726/statm: 69646 5581 377 364 0 5564 0
[pid=20728] ppid=20726 vsize=1017940 CPUtime=49.22 cores=1,3,5,7
/proc/20728/stat : 20728 (gnovelty+2) R 20726 20728 20728 0 -1 4202496 451 0 0 0 4922 0 0 0 25 0 1 0 964390988 1042370560 190 33554432000 134512640 135663704 4294249648 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/20728/statm: 254485 190 113 282 0 254201 0
[pid=20720/tid=20727] ppid=20718 vsize=288828 CPUtime=0 cores=1,3,5,7
/proc/20720/task/20727/stat : 20727 (python) S 20718 20720 20619 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 2 0 964390988 295759872 7083 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 2 18446604457121205312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.82
Current children cumulated vsize (KiB) 1585352

[startup+102.306 s]
/proc/loadavg: 1.75 0.67 0.24 2/179 20763
/proc/meminfo: memFree=31000192/32951124 swapFree=67049456/67111528
[pid=20720] ppid=20718 vsize=299532 CPUtime=0.58 cores=1,3,5,7
/proc/20720/stat : 20720 (python) S 20718 20720 20619 0 -1 4202496 10733 930 1 0 50 8 0 0 20 0 3 0 964390801 306720768 7214 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20720/statm: 74883 7214 1878 364 0 10798 0
[pid=20726] ppid=20720 vsize=288828 CPUtime=0.11 cores=1,3,5,7
/proc/20726/stat : 20726 (python) S 20720 20720 20619 0 -1 4202560 1071 0 0 0 7 4 0 0 16 0 2 0 964390988 295759872 5619 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20726/statm: 72207 5619 410 364 0 8125 0
[pid=20728] ppid=20726 vsize=1017940 CPUtime=100.1 cores=1,3,5,7
/proc/20728/stat : 20728 (gnovelty+2) T 20726 20728 20728 0 -1 4202496 451 0 0 0 10010 0 0 0 25 0 1 0 964390988 1042370560 190 33554432000 134512640 135663704 4294249648 18446744073709551615 134524553 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20728/statm: 254485 190 113 282 0 254201 0
[pid=20726/tid=20760] ppid=20720 vsize=288828 CPUtime=0 cores=1,3,5,7
/proc/20726/task/20760/stat : 20760 (python) S 20720 20720 20619 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 964400999 295759872 5619 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 514 18446604471110663104 0 0 -1 7 0 0 0
[pid=20761] ppid=20720 vsize=289288 CPUtime=0 cores=1,3,5,7
/proc/20761/stat : 20761 (python) S 20720 20720 20619 0 -1 4202560 739 0 0 0 0 0 0 0 19 0 1 0 964401002 296230912 5680 33554432000 4194304 5683644 140737300059024 18446744073709551615 224284945990 0 0 16781312 514 18075410139124334591 0 0 17 5 0 0 0
/proc/20761/statm: 72322 5680 348 364 0 8237 0
[pid=20763] ppid=20761 vsize=1017940 CPUtime=0.28 cores=1,3,5,7
/proc/20763/stat : 20763 (gnovelty+2) R 20761 20763 20763 0 -1 4202496 451 0 0 0 28 0 0 0 21 0 1 0 964401002 1042370560 190 33554432000 134512640 135663704 4293381136 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20763/statm: 254485 190 113 282 0 254201 0
[pid=20720/tid=20727] ppid=20718 vsize=299532 CPUtime=0 cores=1,3,5,7
/proc/20720/task/20727/stat : 20727 (python) S 20718 20720 20619 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 3 0 964390988 306720768 7214 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 2 18446604457121205312 0 0 -1 5 0 0 0
[pid=20720/tid=20762] ppid=20718 vsize=299532 CPUtime=0 cores=1,3,5,7
/proc/20720/task/20762/stat : 20762 (python) S 20718 20720 20619 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 3 0 964401002 306720768 7214 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 2 18446604457121205312 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.07
Current children cumulated vsize (KiB) 2913528

[startup+162.3 s]
/proc/loadavg: 1.32 0.74 0.29 2/179 20765
/proc/meminfo: memFree=31000372/32951124 swapFree=67049456/67111528
[pid=20720] ppid=20718 vsize=299532 CPUtime=0.58 cores=1,3,5,7
/proc/20720/stat : 20720 (python) S 20718 20720 20619 0 -1 4202496 10733 930 1 0 50 8 0 0 20 0 3 0 964390801 306720768 7214 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20720/statm: 74883 7214 1878 364 0 10798 0
[pid=20726] ppid=20720 vsize=288828 CPUtime=0.11 cores=1,3,5,7
/proc/20726/stat : 20726 (python) S 20720 20720 20619 0 -1 4202560 1071 0 0 0 7 4 0 0 16 0 2 0 964390988 295759872 5619 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20726/statm: 72207 5619 410 364 0 8125 0
[pid=20728] ppid=20726 vsize=1017940 CPUtime=100.1 cores=1,3,5,7
/proc/20728/stat : 20728 (gnovelty+2) T 20726 20728 20728 0 -1 4202496 451 0 0 0 10010 0 0 0 25 0 1 0 964390988 1042370560 190 33554432000 134512640 135663704 4294249648 18446744073709551615 134524553 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20728/statm: 254485 190 113 282 0 254201 0
[pid=20726/tid=20760] ppid=20720 vsize=288828 CPUtime=0 cores=1,3,5,7

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

[pid=20796] ppid=20720 vsize=310024 CPUtime=0.84 cores=1,3,5,7
/proc/20796/stat : 20796 (python) S 20720 20720 20619 0 -1 4202560 1154 0 0 0 44 40 0 0 15 0 2 0 964488994 317464576 5802 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20796/statm: 77506 5802 400 364 0 13415 0
[pid=20798] ppid=20796 vsize=142604 CPUtime=684.37 cores=1,3,5,7
/proc/20798/stat : 20798 (march_hi) T 20796 20798 20798 0 -1 4202496 32863 0 0 0 68431 6 0 0 25 0 1 0 964488994 146026496 32591 33554432000 4194304 4955518 140737325004288 18446744073709551615 4224445 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20798/statm: 35651 32591 106 186 0 35464 0
[pid=20796/tid=20809] ppid=20720 vsize=310024 CPUtime=0 cores=1,3,5,7
/proc/20796/task/20809/stat : 20809 (python) S 20720 20720 20619 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 964527946 317464576 5802 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 514 18446604454892221696 0 0 -1 3 0 0 0
[pid=20827] ppid=20720 vsize=320424 CPUtime=0.83 cores=1,3,5,7
/proc/20827/stat : 20827 (python) S 20720 20720 20619 0 -1 4202560 1153 0 0 0 40 43 0 0 15 0 2 0 964557441 328114176 5820 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20827/statm: 80106 5820 400 364 0 16012 0
[pid=20829] ppid=20827 vsize=142604 CPUtime=680.04 cores=1,3,5,7
/proc/20829/stat : 20829 (march_hi) T 20827 20829 20829 0 -1 4202496 32735 0 0 0 67998 6 0 0 25 0 1 0 964557441 146026496 32464 33554432000 4194304 4955518 140733630070832 18446744073709551615 4224468 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20829/statm: 35651 32464 106 186 0 35464 0
[pid=20827/tid=20840] ppid=20720 vsize=320424 CPUtime=0 cores=1,3,5,7
/proc/20827/task/20840/stat : 20840 (python) S 20720 20720 20619 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 964596524 328114176 5820 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 514 18446604471098950720 0 0 -1 1 0 0 0
[pid=20849] ppid=20720 vsize=330608 CPUtime=0.71 cores=1,3,5,7
/proc/20849/stat : 20849 (python) S 20720 20720 20619 0 -1 4202560 1146 0 0 0 35 36 0 0 15 0 2 0 964625453 338542592 5806 33554432000 4194304 5683644 140737300059024 18446744073709551615 224284945990 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20849/statm: 82652 5806 400 364 0 18555 0
[pid=20851] ppid=20849 vsize=142604 CPUtime=574.29 cores=1,3,5,7
/proc/20851/stat : 20851 (march_hi) R 20849 20851 20851 0 -1 4202496 27792 0 0 0 57424 5 0 0 25 0 1 0 964625453 146026496 27519 33554432000 4194304 4955518 140734047197856 18446744073709551615 4285697 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/20851/statm: 35651 27519 106 186 0 35464 0
[pid=20849/tid=20862] ppid=20720 vsize=330608 CPUtime=0 cores=1,3,5,7
/proc/20849/task/20862/stat : 20862 (python) S 20720 20720 20619 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 964664524 338542592 5806 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 514 18446604454223472448 0 0 -1 1 0 0 0
[pid=20865] ppid=20720 vsize=340864 CPUtime=0.59 cores=1,3,5,7
/proc/20865/stat : 20865 (python) S 20720 20720 20619 0 -1 4202560 1155 0 0 0 29 30 0 0 15 0 2 0 964674308 349044736 5837 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20865/statm: 85216 5837 400 364 0 21116 0
[pid=20867] ppid=20865 vsize=138572 CPUtime=488.87 cores=1,3,5,7
/proc/20867/stat : 20867 (march_hi) T 20865 20867 20867 0 -1 4202496 23645 0 0 0 48884 3 0 0 25 0 1 0 964674309 141897728 23373 33554432000 4194304 4955518 140735300252432 18446744073709551615 4285337 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20867/statm: 34643 23373 106 186 0 34456 0
[pid=20865/tid=20880] ppid=20720 vsize=340864 CPUtime=0 cores=1,3,5,7
/proc/20865/task/20880/stat : 20880 (python) S 20720 20720 20619 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 964713405 349044736 5837 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 514 18446604460194289472 0 0 -1 1 0 0 0
[pid=20883] ppid=20720 vsize=351364 CPUtime=0.11 cores=1,3,5,7
/proc/20883/stat : 20883 (python) S 20720 20720 20619 0 -1 4202560 1139 0 0 0 5 6 0 0 19 0 2 0 964723199 359796736 5880 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20883/statm: 87841 5880 406 364 0 23738 0
[pid=20885] ppid=20883 vsize=416280 CPUtime=100.1 cores=1,3,5,7
/proc/20885/stat : 20885 (adaptg2wsat2009) T 20883 20885 20885 0 -1 4202496 522 0 0 0 10010 0 0 0 25 0 1 0 964723199 426270720 252 33554432000 134512640 135107411 4294585424 18446744073709551615 134531822 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20885/statm: 104070 252 59 146 0 102946 0
[pid=20883/tid=20888] ppid=20720 vsize=351364 CPUtime=0 cores=1,3,5,7
/proc/20883/task/20888/stat : 20888 (python) S 20720 20720 20619 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 964733210 359796736 5880 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 514 18446604471127925888 0 0 -1 3 0 0 0
[pid=20720/tid=20727] ppid=20718 vsize=361608 CPUtime=0 cores=1,3,5,7
/proc/20720/task/20727/stat : 20727 (python) S 20718 20720 20619 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 9 0 964390988 370286592 7398 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 2 18446604457121205312 0 0 -1 5 0 0 0
[pid=20720/tid=20762] ppid=20718 vsize=361608 CPUtime=0 cores=1,3,5,7
/proc/20720/task/20762/stat : 20762 (python) S 20718 20720 20619 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 964401002 370286592 7398 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 2 18446604457121205312 0 0 -1 3 0 0 0
[pid=20720/tid=20768] ppid=20718 vsize=361608 CPUtime=0 cores=1,3,5,7
/proc/20720/task/20768/stat : 20768 (python) S 20718 20720 20619 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 9 0 964411015 370286592 7398 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 2 18446604457121205312 0 0 -1 3 0 0 0
[pid=20720/tid=20797] ppid=20718 vsize=361608 CPUtime=0 cores=1,3,5,7
/proc/20720/task/20797/stat : 20797 (python) S 20718 20720 20619 0 -1 4202560 29 930 0 0 0 0 0 0 18 0 9 0 964488994 370286592 7398 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 2 18446604457121205312 0 0 -1 1 0 0 0
[pid=20720/tid=20828] ppid=20718 vsize=361608 CPUtime=0 cores=1,3,5,7
/proc/20720/task/20828/stat : 20828 (python) S 20718 20720 20619 0 -1 4202560 33 930 0 0 0 0 0 0 18 0 9 0 964557441 370286592 7398 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 2 18446604457121205312 0 0 -1 1 0 0 0
[pid=20720/tid=20850] ppid=20718 vsize=361608 CPUtime=0 cores=1,3,5,7
/proc/20720/task/20850/stat : 20850 (python) S 20718 20720 20619 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 9 0 964625453 370286592 7398 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 2 18446604457121205312 0 0 -1 1 0 0 0
[pid=20720/tid=20866] ppid=20718 vsize=361608 CPUtime=0 cores=1,3,5,7
/proc/20720/task/20866/stat : 20866 (python) S 20718 20720 20619 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 9 0 964674308 370286592 7398 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 2 18446604457121205312 0 0 -1 1 0 0 0
[pid=20720/tid=20884] ppid=20718 vsize=361608 CPUtime=0 cores=1,3,5,7
/proc/20720/task/20884/stat : 20884 (python) S 20718 20720 20619 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 964723199 370286592 7398 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 2 18446604457121205312 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4966.89
Current children cumulated vsize (KiB) 6392500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4995.4 s]
/proc/loadavg: 1.08 1.04 0.95 2/204 20933
/proc/meminfo: memFree=30107424/32951124 swapFree=67049456/67111528
[pid=20720] ppid=20718 vsize=361608 CPUtime=0.92 cores=1,3,5,7
/proc/20720/stat : 20720 (python) S 20718 20720 20619 0 -1 4202496 17156 930 1 0 82 10 0 0 18 0 9 0 964390801 370286592 7398 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20720/statm: 90402 7398 1890 364 0 26299 0
[pid=20726] ppid=20720 vsize=288828 CPUtime=0.11 cores=1,3,5,7
/proc/20726/stat : 20726 (python) S 20720 20720 20619 0 -1 4202560 1071 0 0 0 7 4 0 0 16 0 2 0 964390988 295759872 5619 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20726/statm: 72207 5619 410 364 0 8125 0
[pid=20728] ppid=20726 vsize=1017940 CPUtime=100.1 cores=1,3,5,7
/proc/20728/stat : 20728 (gnovelty+2) T 20726 20728 20728 0 -1 4202496 451 0 0 0 10010 0 0 0 25 0 1 0 964390988 1042370560 190 33554432000 134512640 135663704 4294249648 18446744073709551615 134524553 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20728/statm: 254485 190 113 282 0 254201 0
[pid=20726/tid=20760] ppid=20720 vsize=288828 CPUtime=0 cores=1,3,5,7
/proc/20726/task/20760/stat : 20760 (python) S 20720 20720 20619 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 964400999 295759872 5619 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 514 18446604471110663104 0 0 -1 7 0 0 0
[pid=20761] ppid=20720 vsize=289288 CPUtime=0.1 cores=1,3,5,7
/proc/20761/stat : 20761 (python) S 20720 20720 20619 0 -1 4202560 1072 0 0 0 5 5 0 0 19 0 2 0 964401002 296230912 5733 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20761/statm: 72322 5733 400 364 0 8237 0
[pid=20763] ppid=20761 vsize=1017940 CPUtime=100.08 cores=1,3,5,7
/proc/20763/stat : 20763 (gnovelty+2) T 20761 20763 20763 0 -1 4202496 451 0 0 0 10008 0 0 0 25 0 1 0 964401002 1042370560 190 33554432000 134512640 135663704 4293381136 18446744073709551615 134544272 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20763/statm: 254485 190 113 282 0 254201 0
[pid=20761/tid=20766] ppid=20720 vsize=289288 CPUtime=0 cores=1,3,5,7
/proc/20761/task/20766/stat : 20766 (python) S 20720 20720 20619 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 964411012 296230912 5733 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 514 18446604457121202624 0 0 -1 5 0 0 0
[pid=20767] ppid=20720 vsize=299228 CPUtime=2.67 cores=1,3,5,7
/proc/20767/stat : 20767 (python) S 20720 20720 20619 0 -1 4202560 1134 0 0 0 131 136 0 0 15 0 2 0 964411015 306409472 5658 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20767/statm: 74807 5658 400 364 0 10719 0
[pid=20769] ppid=20767 vsize=481720 CPUtime=2232.16 cores=1,3,5,7
/proc/20769/stat : 20769 (march_hi) T 20767 20769 20769 0 -1 4202496 97285 0 0 0 223198 18 0 0 25 0 1 0 964411015 493281280 97014 33554432000 4194304 4955518 140736878799328 18446744073709551615 4237810 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20769/statm: 120430 97014 106 186 0 120243 0
[pid=20767/tid=20791] ppid=20720 vsize=299228 CPUtime=0 cores=1,3,5,7
/proc/20767/task/20791/stat : 20791 (python) S 20720 20720 20619 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 964478942 306409472 5658 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 514 18446604471117113536 0 0 -1 1 0 0 0
[pid=20796] ppid=20720 vsize=310024 CPUtime=0.84 cores=1,3,5,7
/proc/20796/stat : 20796 (python) S 20720 20720 20619 0 -1 4202560 1154 0 0 0 44 40 0 0 15 0 2 0 964488994 317464576 5802 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20796/statm: 77506 5802 400 364 0 13415 0
[pid=20798] ppid=20796 vsize=142604 CPUtime=684.37 cores=1,3,5,7
/proc/20798/stat : 20798 (march_hi) T 20796 20798 20798 0 -1 4202496 32863 0 0 0 68431 6 0 0 25 0 1 0 964488994 146026496 32591 33554432000 4194304 4955518 140737325004288 18446744073709551615 4224445 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20798/statm: 35651 32591 106 186 0 35464 0
[pid=20796/tid=20809] ppid=20720 vsize=310024 CPUtime=0 cores=1,3,5,7
/proc/20796/task/20809/stat : 20809 (python) S 20720 20720 20619 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 964527946 317464576 5802 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 514 18446604454892221696 0 0 -1 3 0 0 0
[pid=20827] ppid=20720 vsize=320424 CPUtime=0.83 cores=1,3,5,7
/proc/20827/stat : 20827 (python) S 20720 20720 20619 0 -1 4202560 1153 0 0 0 40 43 0 0 15 0 2 0 964557441 328114176 5820 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20827/statm: 80106 5820 400 364 0 16012 0
[pid=20829] ppid=20827 vsize=142604 CPUtime=680.04 cores=1,3,5,7
/proc/20829/stat : 20829 (march_hi) T 20827 20829 20829 0 -1 4202496 32735 0 0 0 67998 6 0 0 25 0 1 0 964557441 146026496 32464 33554432000 4194304 4955518 140733630070832 18446744073709551615 4224468 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20829/statm: 35651 32464 106 186 0 35464 0
[pid=20827/tid=20840] ppid=20720 vsize=320424 CPUtime=0 cores=1,3,5,7
/proc/20827/task/20840/stat : 20840 (python) S 20720 20720 20619 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 964596524 328114176 5820 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 514 18446604471098950720 0 0 -1 1 0 0 0
[pid=20849] ppid=20720 vsize=330608 CPUtime=0.75 cores=1,3,5,7
/proc/20849/stat : 20849 (python) S 20720 20720 20619 0 -1 4202560 1146 0 0 0 37 38 0 0 15 0 2 0 964625453 338542592 5806 33554432000 4194304 5683644 140737300059024 18446744073709551615 224284945990 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20849/statm: 82652 5806 400 364 0 18555 0
[pid=20851] ppid=20849 vsize=142604 CPUtime=607.4 cores=1,3,5,7
/proc/20851/stat : 20851 (march_hi) R 20849 20851 20851 0 -1 4202496 29458 0 0 0 60735 5 0 0 25 0 1 0 964625453 146026496 29185 33554432000 4194304 4955518 140734047197856 18446744073709551615 4314860 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/20851/statm: 35651 29185 106 186 0 35464 0
[pid=20849/tid=20862] ppid=20720 vsize=330608 CPUtime=0 cores=1,3,5,7
/proc/20849/task/20862/stat : 20862 (python) S 20720 20720 20619 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 964664524 338542592 5806 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 514 18446604454223472448 0 0 -1 1 0 0 0
[pid=20865] ppid=20720 vsize=340864 CPUtime=0.59 cores=1,3,5,7
/proc/20865/stat : 20865 (python) S 20720 20720 20619 0 -1 4202560 1155 0 0 0 29 30 0 0 15 0 2 0 964674308 349044736 5837 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20865/statm: 85216 5837 400 364 0 21116 0
[pid=20867] ppid=20865 vsize=138572 CPUtime=488.87 cores=1,3,5,7
/proc/20867/stat : 20867 (march_hi) T 20865 20867 20867 0 -1 4202496 23645 0 0 0 48884 3 0 0 25 0 1 0 964674309 141897728 23373 33554432000 4194304 4955518 140735300252432 18446744073709551615 4285337 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20867/statm: 34643 23373 106 186 0 34456 0
[pid=20865/tid=20880] ppid=20720 vsize=340864 CPUtime=0 cores=1,3,5,7
/proc/20865/task/20880/stat : 20880 (python) S 20720 20720 20619 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 964713405 349044736 5837 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 514 18446604460194289472 0 0 -1 1 0 0 0
[pid=20883] ppid=20720 vsize=351364 CPUtime=0.11 cores=1,3,5,7
/proc/20883/stat : 20883 (python) S 20720 20720 20619 0 -1 4202560 1139 0 0 0 5 6 0 0 19 0 2 0 964723199 359796736 5880 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20883/statm: 87841 5880 406 364 0 23738 0
[pid=20885] ppid=20883 vsize=416280 CPUtime=100.1 cores=1,3,5,7
/proc/20885/stat : 20885 (adaptg2wsat2009) T 20883 20885 20885 0 -1 4202496 522 0 0 0 10010 0 0 0 25 0 1 0 964723199 426270720 252 33554432000 134512640 135107411 4294585424 18446744073709551615 134531822 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20885/statm: 104070 252 59 146 0 102946 0
[pid=20883/tid=20888] ppid=20720 vsize=351364 CPUtime=0 cores=1,3,5,7
/proc/20883/task/20888/stat : 20888 (python) S 20720 20720 20619 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 964733210 359796736 5880 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 514 18446604471127925888 0 0 -1 3 0 0 0
[pid=20720/tid=20727] ppid=20718 vsize=361608 CPUtime=0 cores=1,3,5,7
/proc/20720/task/20727/stat : 20727 (python) S 20718 20720 20619 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 9 0 964390988 370286592 7398 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 2 18446604457121205312 0 0 -1 5 0 0 0
[pid=20720/tid=20762] ppid=20718 vsize=361608 CPUtime=0 cores=1,3,5,7
/proc/20720/task/20762/stat : 20762 (python) S 20718 20720 20619 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 964401002 370286592 7398 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 2 18446604457121205312 0 0 -1 3 0 0 0
[pid=20720/tid=20768] ppid=20718 vsize=361608 CPUtime=0 cores=1,3,5,7
/proc/20720/task/20768/stat : 20768 (python) S 20718 20720 20619 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 9 0 964411015 370286592 7398 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 2 18446604457121205312 0 0 -1 3 0 0 0
[pid=20720/tid=20797] ppid=20718 vsize=361608 CPUtime=0 cores=1,3,5,7
/proc/20720/task/20797/stat : 20797 (python) S 20718 20720 20619 0 -1 4202560 29 930 0 0 0 0 0 0 18 0 9 0 964488994 370286592 7398 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 2 18446604457121205312 0 0 -1 1 0 0 0
[pid=20720/tid=20828] ppid=20718 vsize=361608 CPUtime=0 cores=1,3,5,7
/proc/20720/task/20828/stat : 20828 (python) S 20718 20720 20619 0 -1 4202560 33 930 0 0 0 0 0 0 18 0 9 0 964557441 370286592 7398 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 2 18446604457121205312 0 0 -1 1 0 0 0
[pid=20720/tid=20850] ppid=20718 vsize=361608 CPUtime=0 cores=1,3,5,7
/proc/20720/task/20850/stat : 20850 (python) S 20718 20720 20619 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 9 0 964625453 370286592 7398 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 2 18446604457121205312 0 0 -1 1 0 0 0
[pid=20720/tid=20866] ppid=20718 vsize=361608 CPUtime=0 cores=1,3,5,7
/proc/20720/task/20866/stat : 20866 (python) S 20718 20720 20619 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 9 0 964674308 370286592 7398 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 2 18446604457121205312 0 0 -1 1 0 0 0
[pid=20720/tid=20884] ppid=20718 vsize=361608 CPUtime=0 cores=1,3,5,7
/proc/20720/task/20884/stat : 20884 (python) S 20718 20720 20619 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 964723199 370286592 7398 33554432000 4194304 5683644 140737300059024 18446744073709551615 224296749489 0 0 16781312 2 18446604457121205312 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 6392500

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

Real time (s): 4995.46
CPU time (s): 5000.04
CPU user time (s): 4996.54
CPU system time (s): 3.5
CPU usage (%): 100.092
Max. virtual memory (cumulated for all children) (KiB): 6392500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.827874
system time used= 0.109983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18090
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= 1045
involuntary context switches= 46

runsolver used 14.0579 second user time and 25.6681 second system time

The end

Launcher Data

Begin job on node118 at 2011-06-10 23:33:21
IDJOB=3386881
IDBENCH=82946
IDSOLVER=1872
FILE ID=node118/3386881-1307741601
RUNJOBID= node118-1307741590-20638
PBS_JOBID= 13550788
Free space on /tmp= 74128 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1847541883-049.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386881-1307741601/watcher-3386881-1307741601 -o /tmp/evaluation-result-3386881-1307741601/solver-3386881-1307741601 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386881-1307741601.cnf -seed 595690404 -budget 5000

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

MD5SUM BENCH= 02e5b9be63a0b18588da13d9c988e25c
RANDOM SEED=595690404

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:      30969628 kB
Buffers:        218812 kB
Cached:        1518384 kB
SwapCached:      15436 kB
Active:         482008 kB
Inactive:      1298872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30969628 kB
SwapTotal:    67111528 kB
SwapFree:     67049456 kB
Dirty:           64216 kB
Writeback:           0 kB
AnonPages:       41080 kB
Mapped:          14752 kB
Slab:           133320 kB
PageTables:       5984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   724956 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= 74124 MiB
End job on node118 at 2011-06-11 00:56:39