Trace number 4298047

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
MiniCPFever 2018-04-29? (TO) 2520.11 2471.52

General information on the benchmark

NameRlfap_mini/Rlfap-dec-scens11_mini/
Rlfap-ext-scen-11-f05_c18.xml
MD5SUM152c1c116c7c33e0f11bd5a793b9b1e6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.3796
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size39
Distribution of domain sizes[{"size":6,"count":2},{"size":21,"count":4},{"size":22,"count":10},{"size":32,"count":336},{"size":39,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints4103
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2520.07/2471.50	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15176 MiB free)
  memory of node 1: 16384 MiB (11717 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298047-1532743775/watcher-4298047-1532743775 -o /tmp/evaluation-result-4298047-1532743775/solver-4298047-1532743775 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532741282-23862 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298047-1532743775.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=24117, runsolver pid=24114
Current StackSize limit: 8192 KiB


[startup+0.101883 s]*
/proc/loadavg: 2.79 1.73 1.91 3/199 24132
/proc/meminfo: memFree=27522244/32770624 swapFree=67108496/67108860
[pid=24117] ppid=24114 vsize=10658972 memory=28224 CPUtime=0.13 cores=1,3,5,7
/proc/24117/stat : 24117 (java) S 24114 24117 23830 0 -1 1077944320 5011 0 0 0 12 1 0 0 20 0 15 0 91940725 10914787328 7056 33554432000 4194304 4196468 140731222122432 140731222104976 139743891369719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
/proc/24117/statm: 2664743 7056 2852 1 0 2627263 0
[pid=24117/tid=24119] ppid=24114 vsize=10658972 memory=6735269665583770266 CPUtime=0.09 cores=1,3,5,7
/proc/24117/task/24119/stat : 24119 (java) R 24114 24117 23830 0 -1 4202560 2845 0 0 0 9 0 0 0 20 0 15 0 91940725 10914787328 7056 33554432000 4194304 4196468 140731222122432 139743895598192 139743891391066 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24120] ppid=24114 vsize=10658972 memory=4211974342078741898 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24120/stat : 24120 (java) S 24114 24117 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91940726 10914787328 7056 33554432000 4194304 4196468 140731222122432 139743817443856 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24121] ppid=24114 vsize=10658972 memory=140615873951360 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24121/stat : 24121 (java) S 24114 24117 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91940726 10914787328 7056 33554432000 4194304 4196468 140731222122432 139743816391312 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24122] ppid=24114 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24122/stat : 24122 (java) S 24114 24117 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91940726 10914787328 7056 33554432000 4194304 4196468 140731222122432 139743815338256 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24123] ppid=24114 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24123/stat : 24123 (java) S 24114 24117 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91940726 10914787328 7056 33554432000 4194304 4196468 140731222122432 139743814285712 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24124] ppid=24114 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24124/stat : 24124 (java) S 24114 24117 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91940727 10914787328 7056 33554432000 4194304 4196468 140731222122432 139743382674160 139743891380866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24125] ppid=24114 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24125/stat : 24125 (java) S 24114 24117 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91940728 10914787328 7056 33554432000 4194304 4196468 140731222122432 139743381620384 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24126] ppid=24114 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24126/stat : 24126 (java) S 24114 24117 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91940728 10914787328 7056 33554432000 4194304 4196468 140731222122432 139743380567280 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24127] ppid=24114 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24127/stat : 24127 (java) S 24114 24117 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91940730 10914787328 7056 33554432000 4194304 4196468 140731222122432 139743379515856 139743891388315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24128] ppid=24114 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24128/stat : 24128 (java) R 24114 24117 23830 0 -1 4202560 312 0 0 0 0 0 0 0 20 0 15 0 91940730 10914787328 7056 33554432000 4194304 4196468 140731222122432 139743378462960 139743884354761 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24129] ppid=24114 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24129/stat : 24129 (java) R 24114 24117 23830 0 -1 1077944384 176 0 0 0 0 0 0 0 20 0 15 0 91940730 10914787328 7056 33554432000 4194304 4196468 140731222122432 139743377410416 139743891380866 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24130] ppid=24114 vsize=10658972 memory=140615873951360 CPUtime=0.02 cores=1,3,5,7
/proc/24117/task/24130/stat : 24130 (java) R 24114 24117 23830 0 -1 4202560 310 0 0 0 2 0 0 0 20 0 15 0 91940730 10914787328 7056 33554432000 4194304 4196468 140731222122432 139743376355152 139743891381654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24131] ppid=24114 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24131/stat : 24131 (java) S 24114 24117 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91940730 10914787328 7056 33554432000 4194304 4196468 140731222122432 139743375305056 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24132] ppid=24114 vsize=10658972 memory=140615873951360 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24132/stat : 24132 (java) S 24114 24117 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91940731 10914787328 7056 33554432000 4194304 4196468 140731222122432 139743374253104 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 28224 KiB

[startup+0.210268 s]*
/proc/loadavg: 2.79 1.73 1.91 4/208 24155
/proc/meminfo: memFree=27503556/32770624 swapFree=67108496/67108860
[pid=24117] ppid=24114 vsize=10658972 memory=39780 CPUtime=0.34 cores=1,3,5,7
/proc/24117/stat : 24117 (java) S 24114 24117 23830 0 -1 1077944320 7530 0 0 0 32 2 0 0 20 0 15 0 91940725 10914787328 9945 33554432000 4194304 4196468 140731222122432 140731222104976 139743891369719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
/proc/24117/statm: 2664743 9945 2939 1 0 2627263 0
[pid=24117/tid=24119] ppid=24114 vsize=10658972 memory=-8540663193526752614 CPUtime=0.2 cores=1,3,5,7
/proc/24117/task/24119/stat : 24119 (java) R 24114 24117 23830 0 -1 4202560 4598 0 0 0 19 1 0 0 20 0 15 0 91940725 10914787328 9945 33554432000 4194304 4196468 140731222122432 139743895608752 139743488716610 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24120] ppid=24114 vsize=10658972 memory=5793855866883844537 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24120/stat : 24120 (java) S 24114 24117 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91940726 10914787328 9945 33554432000 4194304 4196468 140731222122432 139743817443856 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24121] ppid=24114 vsize=10658972 memory=140615873951360 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24121/stat : 24121 (java) S 24114 24117 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91940726 10914787328 9945 33554432000 4194304 4196468 140731222122432 139743816391312 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24122] ppid=24114 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24122/stat : 24122 (java) S 24114 24117 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91940726 10914787328 9945 33554432000 4194304 4196468 140731222122432 139743815338256 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24123] ppid=24114 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24123/stat : 24123 (java) S 24114 24117 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91940726 10914787328 9945 33554432000 4194304 4196468 140731222122432 139743814285712 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24124] ppid=24114 vsize=10658972 memory=140615873951360 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24124/stat : 24124 (java) S 24114 24117 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91940727 10914787328 9945 33554432000 4194304 4196468 140731222122432 139743382674160 139743891380866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24125] ppid=24114 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24125/stat : 24125 (java) S 24114 24117 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91940728 10914787328 9945 33554432000 4194304 4196468 140731222122432 139743381620384 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24126] ppid=24114 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24126/stat : 24126 (java) S 24114 24117 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91940728 10914787328 9945 33554432000 4194304 4196468 140731222122432 139743380567280 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24127] ppid=24114 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24127/stat : 24127 (java) S 24114 24117 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91940730 10914787328 9945 33554432000 4194304 4196468 140731222122432 139743379515856 139743891388315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24128] ppid=24114 vsize=10658972 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24117/task/24128/stat : 24128 (java) R 24114 24117 23830 0 -1 1077944384 558 0 0 0 2 0 0 0 20 0 15 0 91940730 10914787328 9945 33554432000 4194304 4196468 140731222122432 139743378462960 139743891380866 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24129] ppid=24114 vsize=10658972 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/24117/task/24129/stat : 24129 (java) R 24114 24117 23830 0 -1 1077944384 244 0 0 0 1 0 0 0 20 0 15 0 91940730 10914787328 9945 33554432000 4194304 4196468 140731222122432 139743377410416 139743891380866 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24130] ppid=24114 vsize=10658972 memory=140615873951360 CPUtime=0.08 cores=1,3,5,7
/proc/24117/task/24130/stat : 24130 (java) R 24114 24117 23830 0 -1 4202560 763 0 0 0 8 0 0 0 20 0 15 0 91940730 10914787328 9945 33554432000 4194304 4196468 140731222122432 139743376354864 139743883606846 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24131] ppid=24114 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24131/stat : 24131 (java) S 24114 24117 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91940730 10914787328 9945 33554432000 4194304 4196468 140731222122432 139743375305056 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24132] ppid=24114 vsize=10658972 memory=140615873951360 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24132/stat : 24132 (java) S 24114 24117 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91940731 10914787328 9945 33554432000 4194304 4196468 140731222122432 139743374253104 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 39780 KiB

[startup+0.310671 s]*
/proc/loadavg: 2.79 1.73 1.91 4/214 24161
/proc/meminfo: memFree=27477436/32770624 swapFree=67108496/67108860
[pid=24117] ppid=24114 vsize=10659048 memory=49684 CPUtime=0.6 cores=1,3,5,7
/proc/24117/stat : 24117 (java) S 24114 24117 23830 0 -1 1077944320 9474 0 0 0 58 2 0 0 20 0 15 0 91940725 10914865152 12421 33554432000 4194304 4196468 140731222122432 140731222104976 139743891369719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
/proc/24117/statm: 2664762 12421 3063 1 0 2627263 0
[pid=24117/tid=24119] ppid=24114 vsize=10659048 memory=-8540663193526752614 CPUtime=0.26 cores=1,3,5,7
/proc/24117/task/24119/stat : 24119 (java) D 24114 24117 23830 0 -1 4202560 4889 0 0 0 25 1 0 0 20 0 15 0 91940725 10914865152 12421 33554432000 4194304 4196468 140731222122432 139743895604944 139743891391645 0 4 0 16800975 18446744071580419588 0 0 -1 5 0 0 1 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24120] ppid=24114 vsize=10659048 memory=5793855866883844537 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24120/stat : 24120 (java) S 24114 24117 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91940726 10914865152 12421 33554432000 4194304 4196468 140731222122432 139743817443856 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24121] ppid=24114 vsize=10659048 memory=140615873951360 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24121/stat : 24121 (java) S 24114 24117 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91940726 10914865152 12421 33554432000 4194304 4196468 140731222122432 139743816391312 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24122] ppid=24114 vsize=10659048 memory=1 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24122/stat : 24122 (java) S 24114 24117 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91940726 10914865152 12421 33554432000 4194304 4196468 140731222122432 139743815338256 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24123] ppid=24114 vsize=10659048 memory=140615753010431 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24123/stat : 24123 (java) S 24114 24117 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91940726 10914865152 12421 33554432000 4194304 4196468 140731222122432 139743814285712 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24124] ppid=24114 vsize=10659048 memory=140615873951361 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24124/stat : 24124 (java) S 24114 24117 23830 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 91940727 10914865152 12421 33554432000 4194304 4196468 140731222122432 139743382674160 139743891380866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24125] ppid=24114 vsize=10659048 memory=140615753010431 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24125/stat : 24125 (java) S 24114 24117 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91940728 10914865152 12421 33554432000 4194304 4196468 140731222122432 139743381620384 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24126] ppid=24114 vsize=10659048 memory=281231505883272 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24126/stat : 24126 (java) S 24114 24117 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91940728 10914865152 12421 33554432000 4194304 4196468 140731222122432 139743380567280 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24127] ppid=24114 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24127/stat : 24127 (java) S 24114 24117 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91940730 10914865152 12421 33554432000 4194304 4196468 140731222122432 139743379515856 139743891388315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24128] ppid=24114 vsize=10659048 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/24117/task/24128/stat : 24128 (java) S 24114 24117 23830 0 -1 1077944384 1465 0 0 0 11 0 0 0 20 0 15 0 91940730 10914865152 12421 33554432000 4194304 4196468 140731222122432 139743378462960 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24129] ppid=24114 vsize=10659048 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/24117/task/24129/stat : 24129 (java) S 24114 24117 23830 0 -1 1077944384 595 0 0 0 6 0 0 0 20 0 15 0 91940730 10914865152 12421 33554432000 4194304 4196468 140731222122432 139743377410416 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24130] ppid=24114 vsize=10659048 memory=281231626983184 CPUtime=0.14 cores=1,3,5,7
/proc/24117/task/24130/stat : 24130 (java) S 24114 24117 23830 0 -1 1077944384 1154 0 0 0 14 0 0 0 20 0 15 0 91940730 10914865152 12421 33554432000 4194304 4196468 140731222122432 139743376357360 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24131] ppid=24114 vsize=10659048 memory=140615873951359 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24131/stat : 24131 (java) S 24114 24117 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91940730 10914865152 12421 33554432000 4194304 4196468 140731222122432 139743375305056 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24132] ppid=24114 vsize=10659048 memory=140615873951360 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24132/stat : 24132 (java) S 24114 24117 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91940731 10914865152 12421 33554432000 4194304 4196468 140731222122432 139743374253104 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 49684 KiB

[startup+0.709012 s]
/proc/loadavg: 2.79 1.73 1.91 8/197 24164
/proc/meminfo: memFree=27403056/32770624 swapFree=67108496/67108860
[pid=24117] ppid=24114 vsize=10659048 memory=186436 CPUtime=1.64 cores=1,3,5,7
/proc/24117/stat : 24117 (java) S 24114 24117 23830 0 -1 1077944320 12539 0 0 0 158 6 0 0 20 0 15 0 91940725 10914865152 46609 33554432000 4194304 4196468 140731222122432 140731222104976 139743891369719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
/proc/24117/statm: 2664762 46609 3114 1 0 2627263 0
[pid=24117/tid=24119] ppid=24114 vsize=10659048 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/24117/task/24119/stat : 24119 (java) R 24114 24117 23830 0 -1 4202560 5269 0 0 0 55 2 0 0 20 0 15 0 91940725 10914865152 46609 33554432000 4194304 4196468 140731222122432 139743895604592 139743875679576 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24120] ppid=24114 vsize=10659048 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24120/stat : 24120 (java) S 24114 24117 23830 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 91940726 10914865152 46609 33554432000 4194304 4196468 140731222122432 139743817443856 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24121] ppid=24114 vsize=10659048 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24121/stat : 24121 (java) S 24114 24117 23830 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 91940726 10914865152 46609 33554432000 4194304 4196468 140731222122432 139743816391312 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24122] ppid=24114 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24122/stat : 24122 (java) S 24114 24117 23830 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 91940726 10914865152 46609 33554432000 4194304 4196468 140731222122432 139743815338256 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24123] ppid=24114 vsize=10659048 memory=3409 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24123/stat : 24123 (java) S 24114 24117 23830 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 91940726 10914865152 46609 33554432000 4194304 4196468 140731222122432 139743814285712 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24124] ppid=24114 vsize=10659048 memory=6384 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24124/stat : 24124 (java) S 24114 24117 23830 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 91940727 10914865152 46609 33554432000 4194304 4196468 140731222122432 139743382674160 139743891380866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24125] ppid=24114 vsize=10659048 memory=5500 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24125/stat : 24125 (java) S 24114 24117 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91940728 10914865152 46609 33554432000 4194304 4196468 140731222122432 139743381620384 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24126] ppid=24114 vsize=10659048 memory=4460 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24126/stat : 24126 (java) S 24114 24117 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91940728 10914865152 46609 33554432000 4194304 4196468 140731222122432 139743380567280 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24127] ppid=24114 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24127/stat : 24127 (java) S 24114 24117 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91940730 10914865152 46609 33554432000 4194304 4196468 140731222122432 139743379515856 139743891388315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24128] ppid=24114 vsize=10659048 memory=8996 CPUtime=0.36 cores=1,3,5,7
/proc/24117/task/24128/stat : 24128 (java) R 24114 24117 23830 0 -1 4202560 1961 0 0 0 35 1 0 0 20 0 15 0 91940730 10914865152 46609 33554432000 4194304 4196468 140731222122432 139743378446304 139743874870198 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24129] ppid=24114 vsize=10659048 memory=4460 CPUtime=0.3 cores=1,3,5,7
/proc/24117/task/24129/stat : 24129 (java) R 24114 24117 23830 0 -1 4202560 1730 0 0 0 29 1 0 0 20 0 15 0 91940730 10914865152 46609 33554432000 4194304 4196468 140731222122432 139743377402256 139743872069256 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24130] ppid=24114 vsize=10659048 memory=1380 CPUtime=0.37 cores=1,3,5,7
/proc/24117/task/24130/stat : 24130 (java) S 24114 24117 23830 0 -1 1077944384 2104 0 0 0 37 0 0 0 20 0 15 0 91940730 10914865152 46609 33554432000 4194304 4196468 140731222122432 139743376357360 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24131] ppid=24114 vsize=10659048 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24131/stat : 24131 (java) S 24114 24117 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91940730 10914865152 46609 33554432000 4194304 4196468 140731222122432 139743375305056 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24132] ppid=24114 vsize=10659048 memory=15184 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24132/stat : 24132 (java) S 24114 24117 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91940731 10914865152 46609 33554432000 4194304 4196468 140731222122432 139743374253104 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 186436 KiB

[startup+1.50071 s]
/proc/loadavg: 2.79 1.73 1.91 8/215 24207
/proc/meminfo: memFree=27316892/32770624 swapFree=67108496/67108860
[pid=24117] ppid=24114 vsize=10659048 memory=202308 CPUtime=3.48 cores=1,3,5,7
/proc/24117/stat : 24117 (java) S 24114 24117 23830 0 -1 1077944320 13536 0 0 0 340 8 0 0 20 0 15 0 91940725 10914865152 50577 33554432000 4194304 4196468 140731222122432 140731222104976 139743891369719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
/proc/24117/statm: 2664762 50577 3139 1 0 2627263 0
[pid=24117/tid=24119] ppid=24114 vsize=10659048 memory=3872 CPUtime=1.36 cores=1,3,5,7
/proc/24117/task/24119/stat : 24119 (java) R 24114 24117 23830 0 -1 4202560 5350 0 0 0 133 3 0 0 20 0 15 0 91940725 10914865152 50577 33554432000 4194304 4196468 140731222122432 139743895604824 139743494113486 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24120] ppid=24114 vsize=10659048 memory=26588 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24120/stat : 24120 (java) S 24114 24117 23830 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 91940726 10914865152 50577 33554432000 4194304 4196468 140731222122432 139743817443856 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24121] ppid=24114 vsize=10659048 memory=7518026621751089000 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24121/stat : 24121 (java) S 24114 24117 23830 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 91940726 10914865152 50577 33554432000 4194304 4196468 140731222122432 139743816391312 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24122] ppid=24114 vsize=10659048 memory=281231506095456 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24122/stat : 24122 (java) S 24114 24117 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91940726 10914865152 50577 33554432000 4194304 4196468 140731222122432 139743815338256 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24123] ppid=24114 vsize=10659048 memory=281231506044624 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24123/stat : 24123 (java) S 24114 24117 23830 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 91940726 10914865152 50577 33554432000 4194304 4196468 140731222122432 139743814285712 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24124] ppid=24114 vsize=10659048 memory=7813587196152133429 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24124/stat : 24124 (java) S 24114 24117 23830 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 91940727 10914865152 50577 33554432000 4194304 4196468 140731222122432 139743382674160 139743891380866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0

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

/proc/24117/task/24119/stat : 24119 (java) R 24114 24117 23830 0 -1 4202560 70498 0 0 0 235369 68 0 0 20 0 15 0 91940725 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743895609120 139743495245284 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24120] ppid=24114 vsize=10659048 memory=2469620 CPUtime=15.39 cores=1,3,5,7
/proc/24117/task/24120/stat : 24120 (java) S 24114 24117 23830 0 -1 1077944384 24405 0 0 0 1476 63 0 0 20 0 15 0 91940726 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743817443856 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24121] ppid=24114 vsize=10659048 memory=2469620 CPUtime=15.4 cores=1,3,5,7
/proc/24117/task/24121/stat : 24121 (java) S 24114 24117 23830 0 -1 1077944384 23514 0 0 0 1477 63 0 0 20 0 15 0 91940726 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743816391312 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24122] ppid=24114 vsize=10659048 memory=2469620 CPUtime=15.45 cores=1,3,5,7
/proc/24117/task/24122/stat : 24122 (java) S 24114 24117 23830 0 -1 1077944384 22921 0 0 0 1478 67 0 0 20 0 15 0 91940726 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743815338256 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24123] ppid=24114 vsize=10659048 memory=2469620 CPUtime=15.39 cores=1,3,5,7
/proc/24117/task/24123/stat : 24123 (java) S 24114 24117 23830 0 -1 1077944384 26119 0 0 0 1477 62 0 0 20 0 15 0 91940726 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743814285712 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24124] ppid=24114 vsize=10659048 memory=2469620 CPUtime=7.92 cores=1,3,5,7
/proc/24117/task/24124/stat : 24124 (java) S 24114 24117 23830 0 -1 1077944384 22402 0 0 0 731 61 0 0 20 0 15 0 91940727 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743382674160 139743891380866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24125] ppid=24114 vsize=10659048 memory=2469620 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24125/stat : 24125 (java) S 24114 24117 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91940728 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743381620448 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24126] ppid=24114 vsize=10659048 memory=2469620 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24126/stat : 24126 (java) S 24114 24117 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91940728 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743380567280 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24127] ppid=24114 vsize=10659048 memory=2469620 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24127/stat : 24127 (java) S 24114 24117 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91940730 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743379515856 139743891388315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24128] ppid=24114 vsize=10659048 memory=2469620 CPUtime=1.56 cores=1,3,5,7
/proc/24117/task/24128/stat : 24128 (java) S 24114 24117 23830 0 -1 1077944384 5196 0 0 0 155 1 0 0 20 0 15 0 91940730 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743378462960 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24129] ppid=24114 vsize=10659048 memory=2469620 CPUtime=1.32 cores=1,3,5,7
/proc/24117/task/24129/stat : 24129 (java) S 24114 24117 23830 0 -1 1077944384 4803 0 0 0 130 2 0 0 20 0 15 0 91940730 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743377410416 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24130] ppid=24114 vsize=10659048 memory=2469620 CPUtime=0.61 cores=1,3,5,7
/proc/24117/task/24130/stat : 24130 (java) S 24114 24117 23830 0 -1 1077944384 3484 0 0 0 60 1 0 0 20 0 15 0 91940730 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743376357360 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24131] ppid=24114 vsize=10659048 memory=2469620 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24131/stat : 24131 (java) S 24114 24117 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91940730 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743375305056 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24132] ppid=24114 vsize=10659048 memory=2461656 CPUtime=1.72 cores=1,3,5,7
/proc/24117/task/24132/stat : 24132 (java) S 24114 24117 23830 0 -1 1077944384 1748 0 0 0 76 96 0 0 20 0 15 0 91940731 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743374253104 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
Current children cumulated CPU time: 2429.23 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2469620 KiB

[startup+2442.3 s]
/proc/loadavg: 1.38 1.30 1.36 3/217 24289
/proc/meminfo: memFree=22618336/32770624 swapFree=67108496/67108860
[pid=24117] ppid=24114 vsize=10659048 memory=2469620 CPUtime=2490.34 cores=1,3,5,7
/proc/24117/stat : 24117 (java) S 24114 24117 23830 0 -1 1077944320 209909 0 0 0 248609 425 0 0 20 0 15 0 91940725 10914865152 617405 33554432000 4194304 4196468 140731222122432 140731222104976 139743891369719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
/proc/24117/statm: 2664762 617405 3174 1 0 2627263 0
[pid=24117/tid=24119] ppid=24114 vsize=10659048 memory=2469620 CPUtime=2413.63 cores=1,3,5,7
/proc/24117/task/24119/stat : 24119 (java) R 24114 24117 23830 0 -1 4202560 71790 0 0 0 241294 69 0 0 20 0 15 0 91940725 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743895609120 139743495245237 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24120] ppid=24114 vsize=10659048 memory=2469620 CPUtime=15.78 cores=1,3,5,7
/proc/24117/task/24120/stat : 24120 (java) S 24114 24117 23830 0 -1 1077944384 24619 0 0 0 1513 65 0 0 20 0 15 0 91940726 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743817443856 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24121] ppid=24114 vsize=10659048 memory=2469620 CPUtime=15.79 cores=1,3,5,7
/proc/24117/task/24121/stat : 24121 (java) S 24114 24117 23830 0 -1 1077944384 23701 0 0 0 1514 65 0 0 20 0 15 0 91940726 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743816391312 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24122] ppid=24114 vsize=10659048 memory=3872 CPUtime=15.84 cores=1,3,5,7
/proc/24117/task/24122/stat : 24122 (java) S 24114 24117 23830 0 -1 1077944384 23556 0 0 0 1515 69 0 0 20 0 15 0 91940726 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743815338256 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24123] ppid=24114 vsize=10659048 memory=2469620 CPUtime=15.78 cores=1,3,5,7
/proc/24117/task/24123/stat : 24123 (java) S 24114 24117 23830 0 -1 1077944384 26680 0 0 0 1514 64 0 0 20 0 15 0 91940726 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743814285712 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24124] ppid=24114 vsize=10659048 memory=2469620 CPUtime=8.15 cores=1,3,5,7
/proc/24117/task/24124/stat : 24124 (java) S 24114 24117 23830 0 -1 1077944384 22916 0 0 0 752 63 0 0 20 0 15 0 91940727 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743382674160 139743891380866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24125] ppid=24114 vsize=10659048 memory=2469620 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24125/stat : 24125 (java) S 24114 24117 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91940728 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743381620448 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24126] ppid=24114 vsize=10659048 memory=2469620 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24126/stat : 24126 (java) S 24114 24117 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91940728 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743380567280 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24127] ppid=24114 vsize=10659048 memory=2469620 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24127/stat : 24127 (java) S 24114 24117 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91940730 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743379515856 139743891388315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24128] ppid=24114 vsize=10659048 memory=2469620 CPUtime=1.57 cores=1,3,5,7
/proc/24117/task/24128/stat : 24128 (java) S 24114 24117 23830 0 -1 1077944384 5200 0 0 0 156 1 0 0 20 0 15 0 91940730 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743378462960 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24129] ppid=24114 vsize=10659048 memory=2469620 CPUtime=1.32 cores=1,3,5,7
/proc/24117/task/24129/stat : 24129 (java) S 24114 24117 23830 0 -1 1077944384 4807 0 0 0 130 2 0 0 20 0 15 0 91940730 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743377410416 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24130] ppid=24114 vsize=10659048 memory=2469620 CPUtime=0.61 cores=1,3,5,7
/proc/24117/task/24130/stat : 24130 (java) S 24114 24117 23830 0 -1 1077944384 3488 0 0 0 60 1 0 0 20 0 15 0 91940730 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743376357360 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24131] ppid=24114 vsize=10659048 memory=2469620 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24131/stat : 24131 (java) S 24114 24117 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91940730 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743375305056 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24132] ppid=24114 vsize=10659048 memory=2469620 CPUtime=1.77 cores=1,3,5,7
/proc/24117/task/24132/stat : 24132 (java) S 24114 24117 23830 0 -1 1077944384 1792 0 0 0 78 99 0 0 20 0 15 0 91940731 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743374253104 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
Current children cumulated CPU time: 2490.34 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2469620 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.5 s]
/proc/loadavg: 1.32 1.29 1.36 3/207 24312
/proc/meminfo: memFree=25066564/32770624 swapFree=67108496/67108860
[pid=24117] ppid=24114 vsize=10659048 memory=2469620 CPUtime=2520.07 cores=1,3,5,7
/proc/24117/stat : 24117 (java) S 24114 24117 23830 0 -1 1077944320 211180 0 0 0 251577 430 0 0 20 0 15 0 91940725 10914865152 617405 33554432000 4194304 4196468 140731222122432 140731222104976 139743891369719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
/proc/24117/statm: 2664762 617405 3174 1 0 2627263 0
[pid=24117/tid=24119] ppid=24114 vsize=10659048 memory=2469620 CPUtime=2442.47 cores=1,3,5,7
/proc/24117/task/24119/stat : 24119 (java) R 24114 24117 23830 0 -1 4202560 72311 0 0 0 244177 70 0 0 20 0 15 0 91940725 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743895609168 139743495242249 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24120] ppid=24114 vsize=10659048 memory=2469620 CPUtime=15.98 cores=1,3,5,7
/proc/24117/task/24120/stat : 24120 (java) S 24114 24117 23830 0 -1 1077944384 24973 0 0 0 1532 66 0 0 20 0 15 0 91940726 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743817443856 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24121] ppid=24114 vsize=10659048 memory=2469620 CPUtime=15.98 cores=1,3,5,7
/proc/24117/task/24121/stat : 24121 (java) S 24114 24117 23830 0 -1 1077944384 23755 0 0 0 1532 66 0 0 20 0 15 0 91940726 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743816391312 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24122] ppid=24114 vsize=10659048 memory=2469620 CPUtime=16.03 cores=1,3,5,7
/proc/24117/task/24122/stat : 24122 (java) S 24114 24117 23830 0 -1 1077944384 23640 0 0 0 1534 69 0 0 20 0 15 0 91940726 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743815338256 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24123] ppid=24114 vsize=10659048 memory=2469620 CPUtime=15.97 cores=1,3,5,7
/proc/24117/task/24123/stat : 24123 (java) S 24114 24117 23830 0 -1 1077944384 26737 0 0 0 1532 65 0 0 20 0 15 0 91940726 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743814285712 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24124] ppid=24114 vsize=10659048 memory=2469620 CPUtime=8.27 cores=1,3,5,7
/proc/24117/task/24124/stat : 24124 (java) S 24114 24117 23830 0 -1 1077944384 23090 0 0 0 763 64 0 0 20 0 15 0 91940727 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743382674160 139743891380866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24125] ppid=24114 vsize=10659048 memory=2469620 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24125/stat : 24125 (java) S 24114 24117 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91940728 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743381620448 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24126] ppid=24114 vsize=10659048 memory=2469620 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24126/stat : 24126 (java) S 24114 24117 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91940728 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743380567280 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24127] ppid=24114 vsize=10659048 memory=2469620 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24127/stat : 24127 (java) S 24114 24117 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91940730 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743379515856 139743891388315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24128] ppid=24114 vsize=10659048 memory=1836 CPUtime=1.57 cores=1,3,5,7
/proc/24117/task/24128/stat : 24128 (java) S 24114 24117 23830 0 -1 1077944384 5204 0 0 0 156 1 0 0 20 0 15 0 91940730 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743378462960 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24129] ppid=24114 vsize=10659048 memory=2469620 CPUtime=1.32 cores=1,3,5,7
/proc/24117/task/24129/stat : 24129 (java) S 24114 24117 23830 0 -1 1077944384 4811 0 0 0 130 2 0 0 20 0 15 0 91940730 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743377410416 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24130] ppid=24114 vsize=10659048 memory=6791534058613427641 CPUtime=0.61 cores=1,3,5,7
/proc/24117/task/24130/stat : 24130 (java) S 24114 24117 23830 0 -1 1077944384 3492 0 0 0 60 1 0 0 20 0 15 0 91940730 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743376357360 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24131] ppid=24114 vsize=10659048 memory=928 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24131/stat : 24131 (java) S 24114 24117 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91940730 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743375305056 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24132] ppid=24114 vsize=10659048 memory=3872 CPUtime=1.78 cores=1,3,5,7
/proc/24117/task/24132/stat : 24132 (java) S 24114 24117 23830 0 -1 1077944384 1807 0 0 0 78 100 0 0 20 0 15 0 91940731 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743374253104 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2469620 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2471.52 s]
# the end of solver process 24117 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.79 s, system=4.32023 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2471.5 s]
/proc/loadavg: 1.32 1.29 1.36 3/207 24312
/proc/meminfo: memFree=25066564/32770624 swapFree=67108496/67108860
[pid=24117] ppid=24114 vsize=10659048 memory=2469620 CPUtime=2520.07 cores=1,3,5,7
/proc/24117/stat : 24117 (java) S 24114 24117 23830 0 -1 1077944320 211180 0 0 0 251577 430 0 0 20 0 15 0 91940725 10914865152 617405 33554432000 4194304 4196468 140731222122432 140731222104976 139743891369719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
/proc/24117/statm: 2664762 617405 3174 1 0 2627263 0
[pid=24117/tid=24119] ppid=24114 vsize=10659048 memory=2469620 CPUtime=2442.47 cores=1,3,5,7
/proc/24117/task/24119/stat : 24119 (java) R 24114 24117 23830 0 -1 4202560 72311 0 0 0 244177 70 0 0 20 0 15 0 91940725 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743895609168 139743495242249 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24120] ppid=24114 vsize=10659048 memory=2469620 CPUtime=15.98 cores=1,3,5,7
/proc/24117/task/24120/stat : 24120 (java) S 24114 24117 23830 0 -1 1077944384 24973 0 0 0 1532 66 0 0 20 0 15 0 91940726 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743817443856 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24121] ppid=24114 vsize=10659048 memory=2469620 CPUtime=15.98 cores=1,3,5,7
/proc/24117/task/24121/stat : 24121 (java) S 24114 24117 23830 0 -1 1077944384 23755 0 0 0 1532 66 0 0 20 0 15 0 91940726 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743816391312 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24122] ppid=24114 vsize=10659048 memory=2469620 CPUtime=16.03 cores=1,3,5,7
/proc/24117/task/24122/stat : 24122 (java) S 24114 24117 23830 0 -1 1077944384 23640 0 0 0 1534 69 0 0 20 0 15 0 91940726 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743815338256 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24123] ppid=24114 vsize=10659048 memory=2469620 CPUtime=15.97 cores=1,3,5,7
/proc/24117/task/24123/stat : 24123 (java) S 24114 24117 23830 0 -1 1077944384 26737 0 0 0 1532 65 0 0 20 0 15 0 91940726 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743814285712 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24124] ppid=24114 vsize=10659048 memory=2469620 CPUtime=8.27 cores=1,3,5,7
/proc/24117/task/24124/stat : 24124 (java) S 24114 24117 23830 0 -1 1077944384 23090 0 0 0 763 64 0 0 20 0 15 0 91940727 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743382674160 139743891380866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24125] ppid=24114 vsize=10659048 memory=2469620 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24125/stat : 24125 (java) S 24114 24117 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91940728 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743381620448 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24126] ppid=24114 vsize=10659048 memory=2469620 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24126/stat : 24126 (java) S 24114 24117 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91940728 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743380567280 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24127] ppid=24114 vsize=10659048 memory=2469620 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24127/stat : 24127 (java) S 24114 24117 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91940730 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743379515856 139743891388315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24128] ppid=24114 vsize=10659048 memory=1836 CPUtime=1.57 cores=1,3,5,7
/proc/24117/task/24128/stat : 24128 (java) S 24114 24117 23830 0 -1 1077944384 5204 0 0 0 156 1 0 0 20 0 15 0 91940730 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743378462960 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24129] ppid=24114 vsize=10659048 memory=2469620 CPUtime=1.32 cores=1,3,5,7
/proc/24117/task/24129/stat : 24129 (java) S 24114 24117 23830 0 -1 1077944384 4811 0 0 0 130 2 0 0 20 0 15 0 91940730 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743377410416 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24130] ppid=24114 vsize=10659048 memory=6791534058613427641 CPUtime=0.61 cores=1,3,5,7
/proc/24117/task/24130/stat : 24130 (java) S 24114 24117 23830 0 -1 1077944384 3492 0 0 0 60 1 0 0 20 0 15 0 91940730 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743376357360 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24131] ppid=24114 vsize=10659048 memory=928 CPUtime=0 cores=1,3,5,7
/proc/24117/task/24131/stat : 24131 (java) S 24114 24117 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91940730 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743375305056 139743891379925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
[pid=24117/tid=24132] ppid=24114 vsize=10659048 memory=3872 CPUtime=1.78 cores=1,3,5,7
/proc/24117/task/24132/stat : 24132 (java) S 24114 24117 23830 0 -1 1077944384 1807 0 0 0 78 100 0 0 20 0 15 0 91940731 10914865152 617405 33554432000 4194304 4196468 140731222122432 139743374253104 139743891380866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22970368 140731222127789 140731222127881 140731222127881 140731222130639 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2469620 KiB

Child status: 143
Real time (s): 2471.52
CPU time (s): 2520.11
CPU user time (s): 2515.79
CPU system time (s): 4.32023
CPU usage (%): 101.966
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 2691552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.79
system time used= 4.32024
maximum resident set size= 2693600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211359
page faults= 0
swaps= 0
block input operations= 3864
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 281512
involuntary context switches= 7364


# summary of solver processes directly reported to runsolver:
#   pid: 24117
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2515.79
#   total CPU system time (s): 4.32023

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4645 second user time and 23.9953 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-28 04:09:35
IDJOB=4298047
IDBENCH=141063
IDSOLVER=2763
FILE ID=node149/4298047-1532743775
RUNJOBID= node149-1532741282-23862
PBS_JOBID= 21022453
Free space on /tmp= 43256 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-dec-scens11_mini/Rlfap-ext-scen-11-f05_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298047-1532743775/watcher-4298047-1532743775 -o /tmp/evaluation-result-4298047-1532743775/solver-4298047-1532743775 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532741282-23862 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298047-1532743775.xml

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

MD5SUM BENCH= 152c1c116c7c33e0f11bd5a793b9b1e6
RANDOM SEED=1198739291

node149.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27159856 kB
MemAvailable:   31549464 kB
Buffers:          115792 kB
Cached:          4492640 kB
SwapCached:           60 kB
Active:          1915204 kB
Inactive:        3128476 kB
Active(anon):     384548 kB
Inactive(anon):    78008 kB
Active(file):    1530656 kB
Inactive(file):  3050468 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:              1256 kB
Writeback:             0 kB
AnonPages:        442004 kB
Mapped:            46184 kB
Shmem:             25040 kB
Slab:             265164 kB
SReclaimable:     236944 kB
SUnreclaim:        28220 kB
KernelStack:        3584 kB
PageTables:         5936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1131280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    374784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 43256 MiB
End job on node149 at 2018-07-28 04:50:47