Trace number 4298103

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.1 2469.32

General information on the benchmark

NameRlfap_mini/Rlfap-dec-scens11_mini/
Rlfap-ext-scen-11-f08_c18.xml
MD5SUM3fc48c43ffc9448618011674acd3f470
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 benchmark0.212651
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size36
Distribution of domain sizes[{"size":6,"count":2},{"size":20,"count":4},{"size":22,"count":10},{"size":29,"count":336},{"size":36,"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.06/2469.30	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 (15006 MiB free)
  memory of node 1: 16384 MiB (11714 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298103-1532746247/watcher-4298103-1532746247 -o /tmp/evaluation-result-4298103-1532746247/solver-4298103-1532746247 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532741282-23862 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298103-1532746247.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
Current StackSize limit: 8192 KiB

solver pid=24429, runsolver pid=24426

[startup+0.100093 s]*
/proc/loadavg: 1.38 1.30 1.36 6/217 24444
/proc/meminfo: memFree=27344828/32770624 swapFree=67108496/67108860
[pid=24429] ppid=24426 vsize=10658972 memory=27748 CPUtime=0.13 cores=1,3,5,7
/proc/24429/stat : 24429 (java) S 24426 24429 23830 0 -1 1077944320 5322 0 0 0 11 2 0 0 20 0 15 0 92187935 10914787328 6937 33554432000 4194304 4196468 140723564608224 140723564590768 140437882773239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
/proc/24429/statm: 2664743 6937 2823 1 0 2627263 0
[pid=24429/tid=24431] ppid=24426 vsize=10658972 memory=-7254952165438285178 CPUtime=0.09 cores=1,3,5,7
/proc/24429/task/24431/stat : 24431 (java) R 24426 24429 23830 0 -1 4202560 3151 0 0 0 8 1 0 0 20 0 15 0 92187935 10914787328 7001 33554432000 4194304 4196468 140723564608224 140437886995824 140437866853726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24432] ppid=24426 vsize=10658972 memory=5793855544916621753 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24432/stat : 24432 (java) S 24426 24429 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92187936 10914787328 7001 33554432000 4194304 4196468 140723564608224 140437489297936 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24433] ppid=24426 vsize=10658972 memory=140293906728576 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24433/stat : 24433 (java) S 24426 24429 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92187936 10914787328 7001 33554432000 4194304 4196468 140723564608224 140437488245392 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24434] ppid=24426 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24434/stat : 24434 (java) S 24426 24429 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92187936 10914787328 7001 33554432000 4194304 4196468 140723564608224 140437487192336 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24435] ppid=24426 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24435/stat : 24435 (java) S 24426 24429 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92187936 10914787328 7001 33554432000 4194304 4196468 140723564608224 140437486139792 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24436] ppid=24426 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24436/stat : 24436 (java) S 24426 24429 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92187938 10914787328 7001 33554432000 4194304 4196468 140723564608224 140437375404784 140437882784386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24437] ppid=24426 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24437/stat : 24437 (java) S 24426 24429 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92187938 10914787328 7001 33554432000 4194304 4196468 140723564608224 140437374351008 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24438] ppid=24426 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24438/stat : 24438 (java) S 24426 24429 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92187938 10914787328 7001 33554432000 4194304 4196468 140723564608224 140437373297904 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24439] ppid=24426 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24439/stat : 24439 (java) S 24426 24429 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92187941 10914787328 7001 33554432000 4194304 4196468 140723564608224 140437372246480 140437882791835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24440] ppid=24426 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24440/stat : 24440 (java) R 24426 24429 23830 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 15 0 92187941 10914787328 7001 33554432000 4194304 4196468 140723564608224 140437371193584 140437861176813 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24441] ppid=24426 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24441/stat : 24441 (java) S 24426 24429 23830 0 -1 1077944384 408 0 0 0 0 0 0 0 20 0 15 0 92187941 10914787328 7001 33554432000 4194304 4196468 140723564608224 140437370141040 140437882784386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24442] ppid=24426 vsize=10658972 memory=140293906728576 CPUtime=0.02 cores=1,3,5,7
/proc/24429/task/24442/stat : 24442 (java) R 24426 24429 23830 0 -1 4202560 338 0 0 0 2 0 0 0 20 0 15 0 92187941 10914787328 7001 33554432000 4194304 4196468 140723564608224 140437369087984 140437882794586 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24443] ppid=24426 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24443/stat : 24443 (java) S 24426 24429 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92187941 10914787328 7001 33554432000 4194304 4196468 140723564608224 140437368035680 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24444] ppid=24426 vsize=10658972 memory=140293906728576 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24444/stat : 24444 (java) S 24426 24429 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92187941 10914787328 7001 33554432000 4194304 4196468 140723564608224 140437366983728 140437882784386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27748 KiB

[startup+0.210613 s]*
/proc/loadavg: 1.38 1.30 1.36 7/217 24444
/proc/meminfo: memFree=27331184/32770624 swapFree=67108496/67108860
[pid=24429] ppid=24426 vsize=10658972 memory=40048 CPUtime=0.34 cores=1,3,5,7
/proc/24429/stat : 24429 (java) S 24426 24429 23830 0 -1 1077944320 8095 0 0 0 31 3 0 0 20 0 15 0 92187935 10914787328 10012 33554432000 4194304 4196468 140723564608224 140723564590768 140437882773239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
/proc/24429/statm: 2664743 10012 2950 1 0 2627263 0
[pid=24429/tid=24431] ppid=24426 vsize=10658972 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/24429/task/24431/stat : 24431 (java) R 24426 24429 23830 0 -1 4202560 5118 0 0 0 18 2 0 0 20 0 15 0 92187935 10914787328 10012 33554432000 4194304 4196468 140723564608224 140437887012112 140437882785174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24432] ppid=24426 vsize=10658972 memory=4211974020111519114 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24432/stat : 24432 (java) S 24426 24429 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92187936 10914787328 10012 33554432000 4194304 4196468 140723564608224 140437489297936 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24433] ppid=24426 vsize=10658972 memory=140293906728576 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24433/stat : 24433 (java) S 24426 24429 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92187936 10914787328 10012 33554432000 4194304 4196468 140723564608224 140437488245392 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24434] ppid=24426 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24434/stat : 24434 (java) S 24426 24429 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92187936 10914787328 10012 33554432000 4194304 4196468 140723564608224 140437487192336 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24435] ppid=24426 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24435/stat : 24435 (java) S 24426 24429 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92187936 10914787328 10012 33554432000 4194304 4196468 140723564608224 140437486139792 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24436] ppid=24426 vsize=10658972 memory=140293906728576 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24436/stat : 24436 (java) S 24426 24429 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92187938 10914787328 10012 33554432000 4194304 4196468 140723564608224 140437375404784 140437882784386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24437] ppid=24426 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24437/stat : 24437 (java) S 24426 24429 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92187938 10914787328 10012 33554432000 4194304 4196468 140723564608224 140437374351008 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24438] ppid=24426 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24438/stat : 24438 (java) S 24426 24429 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92187938 10914787328 10012 33554432000 4194304 4196468 140723564608224 140437373297904 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24439] ppid=24426 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24439/stat : 24439 (java) S 24426 24429 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92187941 10914787328 10012 33554432000 4194304 4196468 140723564608224 140437372246480 140437882791835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24440] ppid=24426 vsize=10658972 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24429/task/24440/stat : 24440 (java) R 24426 24429 23830 0 -1 1077944384 197 0 0 0 2 0 0 0 20 0 15 0 92187941 10914787328 10012 33554432000 4194304 4196468 140723564608224 140437371193584 140437882784386 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24441] ppid=24426 vsize=10658972 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/24429/task/24441/stat : 24441 (java) R 24426 24429 23830 0 -1 4202560 640 0 0 0 1 0 0 0 20 0 15 0 92187941 10914787328 10012 33554432000 4194304 4196468 140723564608224 140437370141040 140437875062612 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24442] ppid=24426 vsize=10658972 memory=140293906728576 CPUtime=0.08 cores=1,3,5,7
/proc/24429/task/24442/stat : 24442 (java) R 24426 24429 23830 0 -1 4202560 822 0 0 0 8 0 0 0 20 0 15 0 92187941 10914787328 10012 33554432000 4194304 4196468 140723564608224 140437369084728 140437875880306 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24443] ppid=24426 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24443/stat : 24443 (java) S 24426 24429 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92187941 10914787328 10012 33554432000 4194304 4196468 140723564608224 140437368035680 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24444] ppid=24426 vsize=10658972 memory=140293906728576 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24444/stat : 24444 (java) S 24426 24429 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92187941 10914787328 10012 33554432000 4194304 4196468 140723564608224 140437366983728 140437882784386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 40048 KiB

[startup+0.310469 s]*
/proc/loadavg: 1.38 1.30 1.36 6/217 24444
/proc/meminfo: memFree=27314296/32770624 swapFree=67108496/67108860
[pid=24429] ppid=24426 vsize=10659048 memory=62532 CPUtime=0.64 cores=1,3,5,7
/proc/24429/stat : 24429 (java) S 24426 24429 23830 0 -1 1077944320 10144 0 0 0 61 3 0 0 20 0 15 0 92187935 10914865152 15633 33554432000 4194304 4196468 140723564608224 140723564590768 140437882773239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
/proc/24429/statm: 2664762 15633 3059 1 0 2627263 0
[pid=24429/tid=24431] ppid=24426 vsize=10659048 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/24429/task/24431/stat : 24431 (java) R 24426 24429 23830 0 -1 4202560 5571 0 0 0 28 2 0 0 20 0 15 0 92187935 10914865152 15633 33554432000 4194304 4196468 140723564608224 140437887010400 140437522106695 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24432] ppid=24426 vsize=10659048 memory=4211974020111519114 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24432/stat : 24432 (java) S 24426 24429 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92187936 10914865152 15633 33554432000 4194304 4196468 140723564608224 140437489297936 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24433] ppid=24426 vsize=10659048 memory=140293906730920 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24433/stat : 24433 (java) S 24426 24429 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92187936 10914865152 15633 33554432000 4194304 4196468 140723564608224 140437488245392 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24434] ppid=24426 vsize=10659048 memory=140293764679462 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24434/stat : 24434 (java) S 24426 24429 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92187936 10914865152 15633 33554432000 4194304 4196468 140723564608224 140437487192336 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24435] ppid=24426 vsize=10659048 memory=140293764664783 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24435/stat : 24435 (java) S 24426 24429 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92187936 10914865152 15633 33554432000 4194304 4196468 140723564608224 140437486139792 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24436] ppid=24426 vsize=10659048 memory=140293906752433 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24436/stat : 24436 (java) S 24426 24429 23830 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92187938 10914865152 15633 33554432000 4194304 4196468 140723564608224 140437375404784 140437882784386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24437] ppid=24426 vsize=10659048 memory=140293764673967 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24437/stat : 24437 (java) S 24426 24429 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92187938 10914865152 15633 33554432000 4194304 4196468 140723564608224 140437374351008 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24438] ppid=24426 vsize=10659048 memory=280587529338768 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24438/stat : 24438 (java) S 24426 24429 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92187938 10914865152 15633 33554432000 4194304 4196468 140723564608224 140437373297904 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24439] ppid=24426 vsize=10659048 memory=280587529336464 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24439/stat : 24439 (java) S 24426 24429 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92187941 10914865152 15633 33554432000 4194304 4196468 140723564608224 140437372246480 140437882791835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24440] ppid=24426 vsize=10659048 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/24429/task/24440/stat : 24440 (java) S 24426 24429 23830 0 -1 1077944384 918 0 0 0 10 0 0 0 20 0 15 0 92187941 10914865152 15633 33554432000 4194304 4196468 140723564608224 140437371193584 140437882784386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24441] ppid=24426 vsize=10659048 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/24429/task/24441/stat : 24441 (java) S 24426 24429 23830 0 -1 1077944384 1068 0 0 0 6 0 0 0 20 0 15 0 92187941 10914865152 15633 33554432000 4194304 4196468 140723564608224 140437370141040 140437882784386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24442] ppid=24426 vsize=10659048 memory=140293906728576 CPUtime=0.15 cores=1,3,5,7
/proc/24429/task/24442/stat : 24442 (java) R 24426 24429 23830 0 -1 4202560 1217 0 0 0 15 0 0 0 20 0 15 0 92187941 10914865152 15633 33554432000 4194304 4196468 140723564608224 140437369087984 140437875870075 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24443] ppid=24426 vsize=10659048 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24443/stat : 24443 (java) S 24426 24429 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92187941 10914865152 15633 33554432000 4194304 4196468 140723564608224 140437368035680 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24444] ppid=24426 vsize=10659048 memory=140293906728576 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24444/stat : 24444 (java) S 24426 24429 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92187941 10914865152 15633 33554432000 4194304 4196468 140723564608224 140437366983728 140437882784386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 62532 KiB

[startup+0.700822 s]
/proc/loadavg: 1.38 1.30 1.36 7/217 24444
/proc/meminfo: memFree=27171996/32770624 swapFree=67108496/67108860
[pid=24429] ppid=24426 vsize=10659048 memory=190224 CPUtime=1.9 cores=1,3,5,7
/proc/24429/stat : 24429 (java) S 24426 24429 23830 0 -1 1077944320 14057 0 0 0 184 6 0 0 20 0 15 0 92187935 10914865152 47556 33554432000 4194304 4196468 140723564608224 140723564590768 140437882773239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
/proc/24429/statm: 2664762 47556 3113 1 0 2627263 0
[pid=24429/tid=24431] ppid=24426 vsize=10659048 memory=1616 CPUtime=0.66 cores=1,3,5,7
/proc/24429/task/24431/stat : 24431 (java) R 24426 24429 23830 0 -1 4202560 5789 0 0 0 62 4 0 0 20 0 15 0 92187935 10914865152 47556 33554432000 4194304 4196468 140723564608224 140437887007808 140437882785174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24432] ppid=24426 vsize=10659048 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24432/stat : 24432 (java) S 24426 24429 23830 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 92187936 10914865152 47556 33554432000 4194304 4196468 140723564608224 140437489297936 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24433] ppid=24426 vsize=10659048 memory=1132 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24433/stat : 24433 (java) S 24426 24429 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92187936 10914865152 47556 33554432000 4194304 4196468 140723564608224 140437488245392 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24434] ppid=24426 vsize=10659048 memory=7235408084361307456 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24434/stat : 24434 (java) S 24426 24429 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92187936 10914865152 47556 33554432000 4194304 4196468 140723564608224 140437487192336 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24435] ppid=24426 vsize=10659048 memory=7739276948478193257 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24435/stat : 24435 (java) S 24426 24429 23830 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 92187936 10914865152 47556 33554432000 4194304 4196468 140723564608224 140437486139792 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24436] ppid=24426 vsize=10659048 memory=6154282490091891024 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24436/stat : 24436 (java) S 24426 24429 23830 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92187938 10914865152 47556 33554432000 4194304 4196468 140723564608224 140437375404784 140437882784386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24437] ppid=24426 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24437/stat : 24437 (java) S 24426 24429 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92187938 10914865152 47556 33554432000 4194304 4196468 140723564608224 140437374351008 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24438] ppid=24426 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24438/stat : 24438 (java) S 24426 24429 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92187938 10914865152 47556 33554432000 4194304 4196468 140723564608224 140437373297904 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24439] ppid=24426 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24439/stat : 24439 (java) S 24426 24429 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92187941 10914865152 47556 33554432000 4194304 4196468 140723564608224 140437372246480 140437882791835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24440] ppid=24426 vsize=10659048 memory=3252 CPUtime=0.41 cores=1,3,5,7
/proc/24429/task/24440/stat : 24440 (java) R 24426 24429 23830 0 -1 4202560 2108 0 0 0 41 0 0 0 20 0 15 0 92187941 10914865152 47556 33554432000 4194304 4196468 140723564608224 140437371175152 140437866259364 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24441] ppid=24426 vsize=10659048 memory=4 CPUtime=0.38 cores=1,3,5,7
/proc/24429/task/24441/stat : 24441 (java) R 24426 24429 23830 0 -1 4202560 2066 0 0 0 38 0 0 0 20 0 15 0 92187941 10914865152 47556 33554432000 4194304 4196468 140723564608224 140437370131872 140437860368705 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24442] ppid=24426 vsize=10659048 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/24429/task/24442/stat : 24442 (java) R 24426 24429 23830 0 -1 1077944384 2618 0 0 0 39 0 0 0 20 0 15 0 92187941 10914865152 47556 33554432000 4194304 4196468 140723564608224 140437369087984 140437882784386 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24443] ppid=24426 vsize=10659048 memory=280587529522672 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24443/stat : 24443 (java) S 24426 24429 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92187941 10914865152 47556 33554432000 4194304 4196468 140723564608224 140437368035680 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24444] ppid=24426 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24444/stat : 24444 (java) S 24426 24429 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92187941 10914865152 47556 33554432000 4194304 4196468 140723564608224 140437366983728 140437882784386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 190224 KiB

[startup+1.50115 s]
/proc/loadavg: 1.38 1.30 1.36 4/217 24444
/proc/meminfo: memFree=27159720/32770624 swapFree=67108496/67108860
[pid=24429] ppid=24426 vsize=10659048 memory=238816 CPUtime=4 cores=1,3,5,7
/proc/24429/stat : 24429 (java) S 24426 24429 23830 0 -1 1077944320 15582 0 0 0 392 8 0 0 20 0 15 0 92187935 10914865152 59192 33554432000 4194304 4196468 140723564608224 140723564590768 140437882773239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
/proc/24429/statm: 2664762 59192 3143 1 0 2627263 0
[pid=24429/tid=24431] ppid=24426 vsize=10659048 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/24429/task/24431/stat : 24431 (java) R 24426 24429 23830 0 -1 4202560 6014 0 0 0 140 5 0 0 20 0 15 0 92187935 10914865152 59704 33554432000 4194304 4196468 140723564608224 140437887008472 140437525657068 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24432] ppid=24426 vsize=10659048 memory=-2746958450906831424 CPUtime=0.01 cores=1,3,5,7
/proc/24429/task/24432/stat : 24432 (java) S 24426 24429 23830 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 15 0 92187936 10914865152 59704 33554432000 4194304 4196468 140723564608224 140437489297936 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24433] ppid=24426 vsize=10659048 memory=4948497884688718464 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24433/stat : 24433 (java) S 24426 24429 23830 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 92187936 10914865152 59704 33554432000 4194304 4196468 140723564608224 140437488245392 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24434] ppid=24426 vsize=10659048 memory=-6079718012894977833 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24434/stat : 24434 (java) S 24426 24429 23830 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 92187936 10914865152 59704 33554432000 4194304 4196468 140723564608224 140437487192336 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24435] ppid=24426 vsize=10659048 memory=-6296974944366974851 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24435/stat : 24435 (java) S 24426 24429 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92187936 10914865152 59704 33554432000 4194304 4196468 140723564608224 140437486139792 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24436] ppid=24426 vsize=10659048 memory=-6305718299666965632 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24436/stat : 24436 (java) S 24426 24429 23830 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92187938 10914865152 59704 33554432000 4194304 4196468 140723564608224 140437375404784 140437882784386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0

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

/proc/24429/task/24431/stat : 24431 (java) R 24426 24429 23830 0 -1 4202560 74698 0 0 0 235298 65 0 0 20 0 15 0 92187935 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437887012512 140437526372440 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24432] ppid=24426 vsize=10659048 memory=2490492 CPUtime=16.15 cores=1,3,5,7
/proc/24429/task/24432/stat : 24432 (java) S 24426 24429 23830 0 -1 1077944384 35644 0 0 0 1553 62 0 0 20 0 15 0 92187936 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437489297936 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24433] ppid=24426 vsize=10659048 memory=2490492 CPUtime=16.12 cores=1,3,5,7
/proc/24429/task/24433/stat : 24433 (java) S 24426 24429 23830 0 -1 1077944384 33606 0 0 0 1553 59 0 0 20 0 15 0 92187936 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437488245392 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24434] ppid=24426 vsize=10659048 memory=2490492 CPUtime=16.12 cores=1,3,5,7
/proc/24429/task/24434/stat : 24434 (java) S 24426 24429 23830 0 -1 1077944384 32580 0 0 0 1552 60 0 0 20 0 15 0 92187936 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437487192336 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24435] ppid=24426 vsize=10659048 memory=2490492 CPUtime=16.15 cores=1,3,5,7
/proc/24429/task/24435/stat : 24435 (java) S 24426 24429 23830 0 -1 1077944384 38327 0 0 0 1557 58 0 0 20 0 15 0 92187936 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437486139792 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24436] ppid=24426 vsize=10659048 memory=6384 CPUtime=7.5 cores=1,3,5,7
/proc/24429/task/24436/stat : 24436 (java) S 24426 24429 23830 0 -1 1077944384 29823 0 0 0 692 58 0 0 20 0 15 0 92187938 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437375404784 140437882784386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24437] ppid=24426 vsize=10659048 memory=2490492 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24437/stat : 24437 (java) S 24426 24429 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92187938 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437374351072 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24438] ppid=24426 vsize=10659048 memory=2490492 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24438/stat : 24438 (java) S 24426 24429 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92187938 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437373297904 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24439] ppid=24426 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24439/stat : 24439 (java) S 24426 24429 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437372246480 140437882791835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24440] ppid=24426 vsize=10659048 memory=2490492 CPUtime=1.73 cores=1,3,5,7
/proc/24429/task/24440/stat : 24440 (java) S 24426 24429 23830 0 -1 1077944384 5573 0 0 0 172 1 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437371193584 140437882784386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24441] ppid=24426 vsize=10659048 memory=2490492 CPUtime=1.75 cores=1,3,5,7
/proc/24429/task/24441/stat : 24441 (java) S 24426 24429 23830 0 -1 1077944384 6707 0 0 0 173 2 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437370141040 140437882784386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24442] ppid=24426 vsize=10659048 memory=1788 CPUtime=0.63 cores=1,3,5,7
/proc/24429/task/24442/stat : 24442 (java) S 24426 24429 23830 0 -1 1077944384 3856 0 0 0 61 2 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437369087984 140437882784386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24443] ppid=24426 vsize=10659048 memory=2305 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24443/stat : 24443 (java) S 24426 24429 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437368035680 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24444] ppid=24426 vsize=10659048 memory=2490492 CPUtime=1.62 cores=1,3,5,7
/proc/24429/task/24444/stat : 24444 (java) S 24426 24429 23830 0 -1 1077944384 1912 0 0 0 74 88 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437366983728 140437882784386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
Current children cumulated CPU time: 2431.45 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2490492 KiB

[startup+2442.3 s]
/proc/loadavg: 1.66 1.38 1.36 3/216 24542
/proc/meminfo: memFree=22583020/32770624 swapFree=67108496/67108860
[pid=24429] ppid=24426 vsize=10659048 memory=2490492 CPUtime=2492.55 cores=1,3,5,7
/proc/24429/stat : 24429 (java) S 24426 24429 23830 0 -1 1077944320 269347 0 0 0 248852 403 0 0 20 0 15 0 92187935 10914865152 622623 33554432000 4194304 4196468 140723564608224 140723564590768 140437882773239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
/proc/24429/statm: 2664762 622623 3172 1 0 2627263 0
[pid=24429/tid=24431] ppid=24426 vsize=10659048 memory=2490492 CPUtime=2412.89 cores=1,3,5,7
/proc/24429/task/24431/stat : 24431 (java) R 24426 24429 23830 0 -1 4202560 76193 0 0 0 241224 65 0 0 20 0 15 0 92187935 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437887012400 140437526372388 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24432] ppid=24426 vsize=10659048 memory=2490492 CPUtime=16.55 cores=1,3,5,7
/proc/24429/task/24432/stat : 24432 (java) S 24426 24429 23830 0 -1 1077944384 36254 0 0 0 1592 63 0 0 20 0 15 0 92187936 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437489297936 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24433] ppid=24426 vsize=10659048 memory=2490492 CPUtime=16.52 cores=1,3,5,7
/proc/24429/task/24433/stat : 24433 (java) S 24426 24429 23830 0 -1 1077944384 34159 0 0 0 1592 60 0 0 20 0 15 0 92187936 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437488245392 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24434] ppid=24426 vsize=10659048 memory=2490492 CPUtime=16.53 cores=1,3,5,7
/proc/24429/task/24434/stat : 24434 (java) S 24426 24429 23830 0 -1 1077944384 33853 0 0 0 1590 63 0 0 20 0 15 0 92187936 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437487192336 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24435] ppid=24426 vsize=10659048 memory=2490492 CPUtime=16.54 cores=1,3,5,7
/proc/24429/task/24435/stat : 24435 (java) S 24426 24429 23830 0 -1 1077944384 39104 0 0 0 1595 59 0 0 20 0 15 0 92187936 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437486139792 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24436] ppid=24426 vsize=10659048 memory=2490492 CPUtime=7.68 cores=1,3,5,7
/proc/24429/task/24436/stat : 24436 (java) S 24426 24429 23830 0 -1 1077944384 30311 0 0 0 709 59 0 0 20 0 15 0 92187938 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437375404784 140437882784386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24437] ppid=24426 vsize=10659048 memory=2490492 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24437/stat : 24437 (java) S 24426 24429 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92187938 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437374351072 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24438] ppid=24426 vsize=10659048 memory=2490492 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24438/stat : 24438 (java) S 24426 24429 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92187938 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437373297904 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24439] ppid=24426 vsize=10659048 memory=2490492 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24439/stat : 24439 (java) S 24426 24429 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437372246480 140437882791835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24440] ppid=24426 vsize=10659048 memory=2490492 CPUtime=1.73 cores=1,3,5,7
/proc/24429/task/24440/stat : 24440 (java) S 24426 24429 23830 0 -1 1077944384 5582 0 0 0 172 1 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437371193584 140437882784386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24441] ppid=24426 vsize=10659048 memory=2490492 CPUtime=1.75 cores=1,3,5,7
/proc/24429/task/24441/stat : 24441 (java) S 24426 24429 23830 0 -1 1077944384 6713 0 0 0 173 2 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437370141040 140437882784386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24442] ppid=24426 vsize=10659048 memory=2490492 CPUtime=0.63 cores=1,3,5,7
/proc/24429/task/24442/stat : 24442 (java) S 24426 24429 23830 0 -1 1077944384 3862 0 0 0 61 2 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437369087984 140437882784386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24443] ppid=24426 vsize=10659048 memory=2490492 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24443/stat : 24443 (java) S 24426 24429 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437368035680 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24444] ppid=24426 vsize=10659048 memory=2490492 CPUtime=1.66 cores=1,3,5,7
/proc/24429/task/24444/stat : 24444 (java) S 24426 24429 23830 0 -1 1077944384 1956 0 0 0 75 91 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437366983728 140437882784386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
Current children cumulated CPU time: 2492.55 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2490492 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469.3 s]
/proc/loadavg: 1.72 1.41 1.38 3/216 24543
/proc/meminfo: memFree=22582792/32770624 swapFree=67108496/67108860
[pid=24429] ppid=24426 vsize=10659048 memory=2490492 CPUtime=2520.06 cores=1,3,5,7
/proc/24429/stat : 24429 (java) S 24426 24429 23830 0 -1 1077944320 271876 0 0 0 251599 407 0 0 20 0 15 0 92187935 10914865152 622623 33554432000 4194304 4196468 140723564608224 140723564590768 140437882773239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
/proc/24429/statm: 2664762 622623 3172 1 0 2627263 0
[pid=24429/tid=24431] ppid=24426 vsize=10659048 memory=2490492 CPUtime=2439.54 cores=1,3,5,7
/proc/24429/task/24431/stat : 24431 (java) R 24426 24429 23830 0 -1 4202560 76910 0 0 0 243888 66 0 0 20 0 15 0 92187935 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437887012672 140437526035833 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24432] ppid=24426 vsize=10659048 memory=2490492 CPUtime=16.73 cores=1,3,5,7
/proc/24429/task/24432/stat : 24432 (java) S 24426 24429 23830 0 -1 1077944384 36511 0 0 0 1610 63 0 0 20 0 15 0 92187936 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437489297936 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24433] ppid=24426 vsize=10659048 memory=0 CPUtime=16.7 cores=1,3,5,7
/proc/24429/task/24433/stat : 24433 (java) S 24426 24429 23830 0 -1 1077944384 34850 0 0 0 1610 60 0 0 20 0 15 0 92187936 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437488245392 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24434] ppid=24426 vsize=10659048 memory=2490492 CPUtime=16.71 cores=1,3,5,7
/proc/24429/task/24434/stat : 24434 (java) S 24426 24429 23830 0 -1 1077944384 34155 0 0 0 1608 63 0 0 20 0 15 0 92187936 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437487192336 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24435] ppid=24426 vsize=10659048 memory=2490492 CPUtime=16.73 cores=1,3,5,7
/proc/24429/task/24435/stat : 24435 (java) S 24426 24429 23830 0 -1 1077944384 39396 0 0 0 1613 60 0 0 20 0 15 0 92187936 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437486139792 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24436] ppid=24426 vsize=10659048 memory=2490492 CPUtime=7.78 cores=1,3,5,7
/proc/24429/task/24436/stat : 24436 (java) S 24426 24429 23830 0 -1 1077944384 30554 0 0 0 718 60 0 0 20 0 15 0 92187938 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437375404784 140437882784386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24437] ppid=24426 vsize=10659048 memory=2490492 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24437/stat : 24437 (java) S 24426 24429 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92187938 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437374351072 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24438] ppid=24426 vsize=10659048 memory=2490492 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24438/stat : 24438 (java) S 24426 24429 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92187938 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437373297904 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24439] ppid=24426 vsize=10659048 memory=2490492 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24439/stat : 24439 (java) S 24426 24429 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437372246480 140437882791835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24440] ppid=24426 vsize=10659048 memory=2490492 CPUtime=1.73 cores=1,3,5,7
/proc/24429/task/24440/stat : 24440 (java) S 24426 24429 23830 0 -1 1077944384 5585 0 0 0 172 1 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437371193584 140437882784386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24441] ppid=24426 vsize=10659048 memory=504 CPUtime=1.75 cores=1,3,5,7
/proc/24429/task/24441/stat : 24441 (java) S 24426 24429 23830 0 -1 1077944384 6715 0 0 0 173 2 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437370141040 140437882784386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24442] ppid=24426 vsize=10659048 memory=2490492 CPUtime=0.63 cores=1,3,5,7
/proc/24429/task/24442/stat : 24442 (java) S 24426 24429 23830 0 -1 1077944384 3864 0 0 0 61 2 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437369087984 140437882784386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24443] ppid=24426 vsize=10659048 memory=2490492 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24443/stat : 24443 (java) S 24426 24429 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437368035680 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24444] ppid=24426 vsize=10659048 memory=1408 CPUtime=1.68 cores=1,3,5,7
/proc/24429/task/24444/stat : 24444 (java) S 24426 24429 23830 0 -1 1077944384 1976 0 0 0 77 91 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437366983728 140437882784386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2490492 KiB

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

[startup+2469.32 s]
# the end of solver process 24429 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516 s, system=4.09369 s

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

[startup+2469.3 s]
/proc/loadavg: 1.72 1.41 1.38 3/216 24543
/proc/meminfo: memFree=22582792/32770624 swapFree=67108496/67108860
[pid=24429] ppid=24426 vsize=10659048 memory=2490492 CPUtime=2520.06 cores=1,3,5,7
/proc/24429/stat : 24429 (java) S 24426 24429 23830 0 -1 1077944320 271876 0 0 0 251599 407 0 0 20 0 15 0 92187935 10914865152 622623 33554432000 4194304 4196468 140723564608224 140723564590768 140437882773239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
/proc/24429/statm: 2664762 622623 3172 1 0 2627263 0
[pid=24429/tid=24431] ppid=24426 vsize=10659048 memory=2490492 CPUtime=2439.54 cores=1,3,5,7
/proc/24429/task/24431/stat : 24431 (java) R 24426 24429 23830 0 -1 4202560 76910 0 0 0 243888 66 0 0 20 0 15 0 92187935 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437887012672 140437526035833 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24432] ppid=24426 vsize=10659048 memory=2490492 CPUtime=16.73 cores=1,3,5,7
/proc/24429/task/24432/stat : 24432 (java) S 24426 24429 23830 0 -1 1077944384 36511 0 0 0 1610 63 0 0 20 0 15 0 92187936 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437489297936 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24433] ppid=24426 vsize=10659048 memory=0 CPUtime=16.7 cores=1,3,5,7
/proc/24429/task/24433/stat : 24433 (java) S 24426 24429 23830 0 -1 1077944384 34850 0 0 0 1610 60 0 0 20 0 15 0 92187936 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437488245392 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24434] ppid=24426 vsize=10659048 memory=2490492 CPUtime=16.71 cores=1,3,5,7
/proc/24429/task/24434/stat : 24434 (java) S 24426 24429 23830 0 -1 1077944384 34155 0 0 0 1608 63 0 0 20 0 15 0 92187936 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437487192336 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24435] ppid=24426 vsize=10659048 memory=2490492 CPUtime=16.73 cores=1,3,5,7
/proc/24429/task/24435/stat : 24435 (java) S 24426 24429 23830 0 -1 1077944384 39396 0 0 0 1613 60 0 0 20 0 15 0 92187936 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437486139792 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24436] ppid=24426 vsize=10659048 memory=2490492 CPUtime=7.78 cores=1,3,5,7
/proc/24429/task/24436/stat : 24436 (java) S 24426 24429 23830 0 -1 1077944384 30554 0 0 0 718 60 0 0 20 0 15 0 92187938 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437375404784 140437882784386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24437] ppid=24426 vsize=10659048 memory=2490492 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24437/stat : 24437 (java) S 24426 24429 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92187938 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437374351072 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24438] ppid=24426 vsize=10659048 memory=2490492 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24438/stat : 24438 (java) S 24426 24429 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92187938 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437373297904 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24439] ppid=24426 vsize=10659048 memory=2490492 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24439/stat : 24439 (java) S 24426 24429 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437372246480 140437882791835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24440] ppid=24426 vsize=10659048 memory=2490492 CPUtime=1.73 cores=1,3,5,7
/proc/24429/task/24440/stat : 24440 (java) S 24426 24429 23830 0 -1 1077944384 5585 0 0 0 172 1 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437371193584 140437882784386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24441] ppid=24426 vsize=10659048 memory=504 CPUtime=1.75 cores=1,3,5,7
/proc/24429/task/24441/stat : 24441 (java) S 24426 24429 23830 0 -1 1077944384 6715 0 0 0 173 2 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437370141040 140437882784386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24442] ppid=24426 vsize=10659048 memory=2490492 CPUtime=0.63 cores=1,3,5,7
/proc/24429/task/24442/stat : 24442 (java) S 24426 24429 23830 0 -1 1077944384 3864 0 0 0 61 2 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437369087984 140437882784386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24443] ppid=24426 vsize=10659048 memory=2490492 CPUtime=0 cores=1,3,5,7
/proc/24429/task/24443/stat : 24443 (java) S 24426 24429 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437368035680 140437882783445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
[pid=24429/tid=24444] ppid=24426 vsize=10659048 memory=1408 CPUtime=1.68 cores=1,3,5,7
/proc/24429/task/24444/stat : 24444 (java) S 24426 24429 23830 0 -1 1077944384 1976 0 0 0 77 91 0 0 20 0 15 0 92187941 10914865152 622623 33554432000 4194304 4196468 140723564608224 140437366983728 140437882784386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140723564614829 140723564614921 140723564614921 140723564617679 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2490492 KiB

Child status: 143
Real time (s): 2469.32
CPU time (s): 2520.1
CPU user time (s): 2516
CPU system time (s): 4.09369
CPU usage (%): 102.056
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 2701504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516
system time used= 4.09369
maximum resident set size= 2703136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272353
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 266233
involuntary context switches= 8271


# summary of solver processes directly reported to runsolver:
#   pid: 24429
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516
#   total CPU system time (s): 4.09369

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.503 second user time and 23.8323 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-28 04:50:47
IDJOB=4298103
IDBENCH=141070
IDSOLVER=2763
FILE ID=node149/4298103-1532746247
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-f08_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298103-1532746247/watcher-4298103-1532746247 -o /tmp/evaluation-result-4298103-1532746247/solver-4298103-1532746247 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532741282-23862 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298103-1532746247.xml

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

MD5SUM BENCH= 3fc48c43ffc9448618011674acd3f470
RANDOM SEED=319019599

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:        27362280 kB
MemAvailable:   31754864 kB
Buffers:          116536 kB
Cached:          4495400 kB
SwapCached:           60 kB
Active:          1711232 kB
Inactive:        3130704 kB
Active(anon):     179820 kB
Inactive(anon):    78008 kB
Active(file):    1531412 kB
Inactive(file):  3052696 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:              2572 kB
Writeback:             0 kB
AnonPages:        158088 kB
Mapped:            45672 kB
Shmem:             25040 kB
Slab:             265260 kB
SReclaimable:     236936 kB
SUnreclaim:        28324 kB
KernelStack:        3648 kB
PageTables:         4880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1308232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 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 05:31:57