Trace number 4298107

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
SuperSolver_Macq_Stevenart 2018-04-27? (TO) 2520.11 2505.31

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.09/2505.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 (13476 MiB free)
  memory of node 1: 16384 MiB (13738 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298107-1532880900/watcher-4298107-1532880900 -o /tmp/evaluation-result-4298107-1532880900/solver-4298107-1532880900 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532879091-9845 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298107-1532880900.xml 

running on 4 cores: 0,2,4,6

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=10442, runsolver pid=10439

[startup+0.100154 s]*
/proc/loadavg: 1.21 1.28 1.43 5/216 10457
/proc/meminfo: memFree=27852880/32770624 swapFree=67108436/67108860
[pid=10442] ppid=10439 vsize=10661052 memory=27708 CPUtime=0.13 cores=0,2,4,6
/proc/10442/stat : 10442 (java) S 10439 10442 9814 0 -1 1077944320 5274 0 0 0 12 1 0 0 20 0 15 0 105653201 10916917248 6927 33554432000 4194304 4196468 140725000007552 140724999990096 140471331700471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
/proc/10442/statm: 2665263 6927 2867 1 0 2627263 0
[pid=10442/tid=10444] ppid=10439 vsize=10661052 memory=-8269626465541068156 CPUtime=0.09 cores=0,2,4,6
/proc/10442/task/10444/stat : 10444 (java) R 10439 10442 9814 0 -1 4202560 3143 0 0 0 9 0 0 0 20 0 15 0 105653201 10916917248 6927 33554432000 4194304 4196468 140725000007552 140471335929312 140471331712406 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10445] ppid=10439 vsize=10661052 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10445/stat : 10445 (java) S 10439 10442 9814 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105653202 10916917248 6927 33554432000 4194304 4196468 140725000007552 140470938102672 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10446] ppid=10439 vsize=10661052 memory=139910686041728 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10446/stat : 10446 (java) S 10439 10442 9814 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105653202 10916917248 6927 33554432000 4194304 4196468 140725000007552 140470937049872 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10447] ppid=10439 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10447/stat : 10447 (java) S 10439 10442 9814 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105653202 10916917248 6927 33554432000 4194304 4196468 140725000007552 140470935997584 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10448] ppid=10439 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10448/stat : 10448 (java) S 10439 10442 9814 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105653202 10916917248 6927 33554432000 4194304 4196468 140725000007552 140470934944784 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10449] ppid=10439 vsize=10661052 memory=139910686041728 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10449/stat : 10449 (java) S 10439 10442 9814 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105653203 10916917248 6927 33554432000 4194304 4196468 140725000007552 140470368274544 140471331711618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10450] ppid=10439 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10450/stat : 10450 (java) S 10439 10442 9814 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105653204 10916917248 6927 33554432000 4194304 4196468 140725000007552 140470367220512 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10451] ppid=10439 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10451/stat : 10451 (java) S 10439 10442 9814 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105653204 10916917248 6927 33554432000 4194304 4196468 140725000007552 140470366168176 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10452] ppid=10439 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10452/stat : 10452 (java) S 10439 10442 9814 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105653206 10916917248 6927 33554432000 4194304 4196468 140725000007552 140470365116496 140471331719067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10453] ppid=10439 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10453/stat : 10453 (java) R 10439 10442 9814 0 -1 4202560 303 0 0 0 0 0 0 0 20 0 15 0 105653206 10916917248 6927 33554432000 4194304 4196468 140725000007552 140470364064368 140471311561145 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10454] ppid=10439 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10454/stat : 10454 (java) R 10439 10442 9814 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 15 0 105653206 10916917248 6927 33554432000 4194304 4196468 140725000007552 140470363011568 140471331711618 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10455] ppid=10439 vsize=10661052 memory=139910686041728 CPUtime=0.02 cores=0,2,4,6
/proc/10442/task/10455/stat : 10455 (java) R 10439 10442 9814 0 -1 4202560 343 0 0 0 2 0 0 0 20 0 15 0 105653206 10916917248 6927 33554432000 4194304 4196468 140725000007552 140470361959280 140471310684204 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10456] ppid=10439 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10456/stat : 10456 (java) S 10439 10442 9814 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105653206 10916917248 6927 33554432000 4194304 4196468 140725000007552 140470360906720 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10457] ppid=10439 vsize=10661052 memory=139910686041728 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10457/stat : 10457 (java) S 10439 10442 9814 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105653207 10916917248 6927 33554432000 4194304 4196468 140725000007552 140470359853488 140471331711618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27708 KiB

[startup+0.210611 s]*
/proc/loadavg: 1.21 1.28 1.43 5/216 10457
/proc/meminfo: memFree=27841228/32770624 swapFree=67108436/67108860
[pid=10442] ppid=10439 vsize=10661052 memory=39788 CPUtime=0.34 cores=0,2,4,6
/proc/10442/stat : 10442 (java) S 10439 10442 9814 0 -1 1077944320 8047 0 0 0 32 2 0 0 20 0 15 0 105653201 10916917248 9947 33554432000 4194304 4196468 140725000007552 140724999990096 140471331700471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
/proc/10442/statm: 2665263 9947 2960 1 0 2627263 0
[pid=10442/tid=10444] ppid=10439 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/10442/task/10444/stat : 10444 (java) R 10439 10442 9814 0 -1 4202560 5115 0 0 0 19 1 0 0 20 0 15 0 105653201 10916917248 9947 33554432000 4194304 4196468 140725000007552 140471335936592 140471331712406 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10445] ppid=10439 vsize=10661052 memory=345 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10445/stat : 10445 (java) S 10439 10442 9814 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105653202 10916917248 9947 33554432000 4194304 4196468 140725000007552 140470938102672 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10446] ppid=10439 vsize=10661052 memory=288370286837753472 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10446/stat : 10446 (java) S 10439 10442 9814 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105653202 10916917248 9947 33554432000 4194304 4196468 140725000007552 140470937049872 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10447] ppid=10439 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10447/stat : 10447 (java) S 10439 10442 9814 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105653202 10916917248 9947 33554432000 4194304 4196468 140725000007552 140470935997584 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10448] ppid=10439 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10448/stat : 10448 (java) S 10439 10442 9814 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105653202 10916917248 9947 33554432000 4194304 4196468 140725000007552 140470934944784 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10449] ppid=10439 vsize=10661052 memory=139910686041728 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10449/stat : 10449 (java) S 10439 10442 9814 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105653203 10916917248 9947 33554432000 4194304 4196468 140725000007552 140470368274544 140471331711618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10450] ppid=10439 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10450/stat : 10450 (java) S 10439 10442 9814 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105653204 10916917248 9947 33554432000 4194304 4196468 140725000007552 140470367220512 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10451] ppid=10439 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10451/stat : 10451 (java) S 10439 10442 9814 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105653204 10916917248 9947 33554432000 4194304 4196468 140725000007552 140470366168176 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10452] ppid=10439 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10452/stat : 10452 (java) S 10439 10442 9814 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105653206 10916917248 9947 33554432000 4194304 4196468 140725000007552 140470365116496 140471331719067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10453] ppid=10439 vsize=10661052 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/10442/task/10453/stat : 10453 (java) R 10439 10442 9814 0 -1 1077944384 357 0 0 0 1 0 0 0 20 0 15 0 105653206 10916917248 9947 33554432000 4194304 4196468 140725000007552 140470364064368 140471331711618 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10454] ppid=10439 vsize=10661052 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10442/task/10454/stat : 10454 (java) R 10439 10442 9814 0 -1 4202560 377 0 0 0 2 0 0 0 20 0 15 0 105653206 10916917248 9947 33554432000 4194304 4196468 140725000007552 140470363011568 140471316098877 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10455] ppid=10439 vsize=10661052 memory=139910686041728 CPUtime=0.08 cores=0,2,4,6
/proc/10442/task/10455/stat : 10455 (java) R 10439 10442 9814 0 -1 4202560 852 0 0 0 8 0 0 0 20 0 15 0 105653206 10916917248 9947 33554432000 4194304 4196468 140725000007552 140470361955008 140471310656748 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10456] ppid=10439 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10456/stat : 10456 (java) S 10439 10442 9814 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105653206 10916917248 9947 33554432000 4194304 4196468 140725000007552 140470360906720 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10457] ppid=10439 vsize=10661052 memory=139910686041728 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10457/stat : 10457 (java) S 10439 10442 9814 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105653207 10916917248 9947 33554432000 4194304 4196468 140725000007552 140470359853488 140471331711618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 39788 KiB

[startup+0.310565 s]*
/proc/loadavg: 1.21 1.28 1.43 5/216 10457
/proc/meminfo: memFree=27823008/32770624 swapFree=67108436/67108860
[pid=10442] ppid=10439 vsize=10661128 memory=58852 CPUtime=0.64 cores=0,2,4,6
/proc/10442/stat : 10442 (java) S 10439 10442 9814 0 -1 1077944320 10241 0 0 0 62 2 0 0 20 0 15 0 105653201 10916995072 14713 33554432000 4194304 4196468 140725000007552 140724999990096 140471331700471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
/proc/10442/statm: 2665282 14713 3067 1 0 2627263 0
[pid=10442/tid=10444] ppid=10439 vsize=10661128 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/10442/task/10444/stat : 10444 (java) S 10439 10442 9814 0 -1 1077944384 5558 0 0 0 28 1 0 0 20 0 15 0 105653201 10916995072 14713 33554432000 4194304 4196468 140725000007552 140471335938512 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10445] ppid=10439 vsize=10661128 memory=290763883793350679 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10445/stat : 10445 (java) S 10439 10442 9814 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105653202 10916995072 14713 33554432000 4194304 4196468 140725000007552 140470938102672 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10446] ppid=10439 vsize=10661128 memory=15121002384189080 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10446/stat : 10446 (java) S 10439 10442 9814 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105653202 10916995072 14713 33554432000 4194304 4196468 140725000007552 140470937049872 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10447] ppid=10439 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10447/stat : 10447 (java) S 10439 10442 9814 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105653202 10916995072 14713 33554432000 4194304 4196468 140725000007552 140470935997584 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10448] ppid=10439 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10448/stat : 10448 (java) S 10439 10442 9814 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105653202 10916995072 14713 33554432000 4194304 4196468 140725000007552 140470934944784 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10449] ppid=10439 vsize=10661128 memory=139910686041728 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10449/stat : 10449 (java) S 10439 10442 9814 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105653203 10916995072 14713 33554432000 4194304 4196468 140725000007552 140470368274544 140471331711618 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10450] ppid=10439 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10450/stat : 10450 (java) S 10439 10442 9814 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105653204 10916995072 14713 33554432000 4194304 4196468 140725000007552 140470367220512 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10451] ppid=10439 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10451/stat : 10451 (java) S 10439 10442 9814 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105653204 10916995072 14713 33554432000 4194304 4196468 140725000007552 140470366168176 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10452] ppid=10439 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10452/stat : 10452 (java) S 10439 10442 9814 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105653206 10916995072 14713 33554432000 4194304 4196468 140725000007552 140470365116496 140471331719067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10453] ppid=10439 vsize=10661128 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10442/task/10453/stat : 10453 (java) R 10439 10442 9814 0 -1 1077944384 774 0 0 0 7 0 0 0 20 0 15 0 105653206 10916995072 14713 33554432000 4194304 4196468 140725000007552 140470364064368 140471331711618 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10454] ppid=10439 vsize=10661128 memory=-1 CPUtime=0.11 cores=0,2,4,6
/proc/10442/task/10454/stat : 10454 (java) S 10439 10442 9814 0 -1 1077944384 1211 0 0 0 11 0 0 0 20 0 15 0 105653206 10916995072 14713 33554432000 4194304 4196468 140725000007552 140470363011568 140471331711618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10455] ppid=10439 vsize=10661128 memory=139910686041728 CPUtime=0.15 cores=0,2,4,6
/proc/10442/task/10455/stat : 10455 (java) S 10439 10442 9814 0 -1 1077944384 1327 0 0 0 15 0 0 0 20 0 15 0 105653206 10916995072 14713 33554432000 4194304 4196468 140725000007552 140470361959280 140471331711618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10456] ppid=10439 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10456/stat : 10456 (java) S 10439 10442 9814 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105653206 10916995072 14713 33554432000 4194304 4196468 140725000007552 140470360906720 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10457] ppid=10439 vsize=10661128 memory=139910686041728 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10457/stat : 10457 (java) S 10439 10442 9814 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105653207 10916995072 14713 33554432000 4194304 4196468 140725000007552 140470359853488 140471331711618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 58852 KiB

[startup+0.700737 s]
/proc/loadavg: 1.21 1.28 1.43 5/216 10457
/proc/meminfo: memFree=27697688/32770624 swapFree=67108436/67108860
[pid=10442] ppid=10439 vsize=10661128 memory=186396 CPUtime=1.89 cores=0,2,4,6
/proc/10442/stat : 10442 (java) S 10439 10442 9814 0 -1 1077944320 13551 0 0 0 184 5 0 0 20 0 15 0 105653201 10916995072 46599 33554432000 4194304 4196468 140725000007552 140724999990096 140471331700471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
/proc/10442/statm: 2665282 46599 3119 1 0 2627263 0
[pid=10442/tid=10444] ppid=10439 vsize=10661128 memory=1784 CPUtime=0.65 cores=0,2,4,6
/proc/10442/task/10444/stat : 10444 (java) R 10439 10442 9814 0 -1 4202560 5771 0 0 0 62 3 0 0 20 0 15 0 105653201 10916995072 46599 33554432000 4194304 4196468 140725000007552 140471335934464 140470948756609 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10445] ppid=10439 vsize=10661128 memory=5752 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10445/stat : 10445 (java) S 10439 10442 9814 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105653202 10916995072 46599 33554432000 4194304 4196468 140725000007552 140470938102672 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10446] ppid=10439 vsize=10661128 memory=4588 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10446/stat : 10446 (java) S 10439 10442 9814 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105653202 10916995072 46599 33554432000 4194304 4196468 140725000007552 140470937049872 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10447] ppid=10439 vsize=10661128 memory=1612 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10447/stat : 10447 (java) S 10439 10442 9814 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105653202 10916995072 46599 33554432000 4194304 4196468 140725000007552 140470935997584 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10448] ppid=10439 vsize=10661128 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10448/stat : 10448 (java) S 10439 10442 9814 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 105653202 10916995072 46599 33554432000 4194304 4196468 140725000007552 140470934944784 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10449] ppid=10439 vsize=10661128 memory=1852 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10449/stat : 10449 (java) S 10439 10442 9814 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 105653203 10916995072 46599 33554432000 4194304 4196468 140725000007552 140470368274544 140471331711618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10450] ppid=10439 vsize=10661128 memory=872 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10450/stat : 10450 (java) S 10439 10442 9814 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105653204 10916995072 46599 33554432000 4194304 4196468 140725000007552 140470367220512 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10451] ppid=10439 vsize=10661128 memory=8076 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10451/stat : 10451 (java) S 10439 10442 9814 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105653204 10916995072 46599 33554432000 4194304 4196468 140725000007552 140470366168176 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10452] ppid=10439 vsize=10661128 memory=7518026621751089001 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10452/stat : 10452 (java) S 10439 10442 9814 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105653206 10916995072 46599 33554432000 4194304 4196468 140725000007552 140470365116496 140471331719067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10453] ppid=10439 vsize=10661128 memory=7881696724453321575 CPUtime=0.38 cores=0,2,4,6
/proc/10442/task/10453/stat : 10453 (java) R 10439 10442 9814 0 -1 4202560 1857 0 0 0 38 0 0 0 20 0 15 0 105653206 10916995072 46599 33554432000 4194304 4196468 140725000007552 140470364054640 140471311554075 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10454] ppid=10439 vsize=10661128 memory=5787213827046467687 CPUtime=0.43 cores=0,2,4,6
/proc/10442/task/10454/stat : 10454 (java) R 10439 10442 9814 0 -1 4202560 1923 0 0 0 43 0 0 0 20 0 15 0 105653206 10916995072 46599 33554432000 4194304 4196468 140725000007552 140470363001856 140471310938955 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10455] ppid=10439 vsize=10661128 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/10442/task/10455/stat : 10455 (java) S 10439 10442 9814 0 -1 1077944384 2529 0 0 0 38 0 0 0 20 0 15 0 105653206 10916995072 46599 33554432000 4194304 4196468 140725000007552 140470361959280 140471331711618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10456] ppid=10439 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10456/stat : 10456 (java) S 10439 10442 9814 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105653206 10916995072 46599 33554432000 4194304 4196468 140725000007552 140470360906720 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10457] ppid=10439 vsize=10661128 memory=33 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10457/stat : 10457 (java) S 10439 10442 9814 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105653207 10916995072 46599 33554432000 4194304 4196468 140725000007552 140470359853488 140471331711618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 186396 KiB

[startup+1.50078 s]
/proc/loadavg: 1.21 1.28 1.43 8/216 10457
/proc/meminfo: memFree=27668280/32770624 swapFree=67108436/67108860
[pid=10442] ppid=10439 vsize=10661128 memory=248276 CPUtime=3.66 cores=0,2,4,6
/proc/10442/stat : 10442 (java) S 10439 10442 9814 0 -1 1077944320 14344 0 0 0 358 8 0 0 20 0 15 0 105653201 10916995072 62069 33554432000 4194304 4196468 140725000007552 140724999990096 140471331700471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
/proc/10442/statm: 2665282 62069 3155 1 0 2627263 0
[pid=10442/tid=10444] ppid=10439 vsize=10661128 memory=6791534058613427641 CPUtime=1.43 cores=0,2,4,6
/proc/10442/task/10444/stat : 10444 (java) R 10439 10442 9814 0 -1 4202560 5854 0 0 0 139 4 0 0 20 0 15 0 105653201 10916995072 62069 33554432000 4194304 4196468 140725000007552 140471335939264 140470948833409 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10445] ppid=10439 vsize=10661128 memory=8390361644446492005 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10445/stat : 10445 (java) S 10439 10442 9814 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 105653202 10916995072 62069 33554432000 4194304 4196468 140725000007552 140470938102672 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10446] ppid=10439 vsize=10661128 memory=-6352177166831549654 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10446/stat : 10446 (java) S 10439 10442 9814 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 105653202 10916995072 62069 33554432000 4194304 4196468 140725000007552 140470937049872 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10447] ppid=10439 vsize=10661128 memory=8514701219931451533 CPUtime=0.01 cores=0,2,4,6
/proc/10442/task/10447/stat : 10447 (java) S 10439 10442 9814 0 -1 1077944384 114 0 0 0 1 0 0 0 20 0 15 0 105653202 10916995072 62069 33554432000 4194304 4196468 140725000007552 140470935997584 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10448] ppid=10439 vsize=10661128 memory=7005738693937936738 CPUtime=0.01 cores=0,2,4,6
/proc/10442/task/10448/stat : 10448 (java) S 10439 10442 9814 0 -1 1077944384 121 0 0 0 1 0 0 0 20 0 15 0 105653202 10916995072 62069 33554432000 4194304 4196468 140725000007552 140470934944784 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10449] ppid=10439 vsize=10661128 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10449/stat : 10449 (java) S 10439 10442 9814 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 105653203 10916995072 62069 33554432000 4194304 4196468 140725000007552 140470368274544 140471331711618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0

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

/proc/10442/task/10444/stat : 10444 (java) R 10439 10442 9814 0 -1 4202560 33026 0 0 0 243712 16 0 0 20 0 15 0 105653201 10916995072 232994 33554432000 4194304 4196468 140725000007552 140471335939968 140470955360224 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10445] ppid=10439 vsize=10661128 memory=928392 CPUtime=3.24 cores=0,2,4,6
/proc/10442/task/10445/stat : 10445 (java) S 10439 10442 9814 0 -1 1077944384 9954 0 0 0 298 26 0 0 20 0 15 0 105653202 10916995072 232994 33554432000 4194304 4196468 140725000007552 140470938102672 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10446] ppid=10439 vsize=10661128 memory=928448 CPUtime=3.24 cores=0,2,4,6
/proc/10442/task/10446/stat : 10446 (java) S 10439 10442 9814 0 -1 1077944384 8774 0 0 0 299 25 0 0 20 0 15 0 105653202 10916995072 232994 33554432000 4194304 4196468 140725000007552 140470937049872 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10447] ppid=10439 vsize=10661128 memory=928448 CPUtime=3.25 cores=0,2,4,6
/proc/10442/task/10447/stat : 10447 (java) S 10439 10442 9814 0 -1 1077944384 7478 0 0 0 299 26 0 0 20 0 15 0 105653202 10916995072 232994 33554432000 4194304 4196468 140725000007552 140470935997584 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10448] ppid=10439 vsize=10661128 memory=928448 CPUtime=3.25 cores=0,2,4,6
/proc/10442/task/10448/stat : 10448 (java) S 10439 10442 9814 0 -1 1077944384 10826 0 0 0 298 27 0 0 20 0 15 0 105653202 10916995072 232994 33554432000 4194304 4196468 140725000007552 140470934944784 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10449] ppid=10439 vsize=10661128 memory=930508 CPUtime=1.24 cores=0,2,4,6
/proc/10442/task/10449/stat : 10449 (java) S 10439 10442 9814 0 -1 1077944384 8581 0 0 0 115 9 0 0 20 0 15 0 105653203 10916995072 232994 33554432000 4194304 4196468 140725000007552 140470368274544 140471331711618 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10450] ppid=10439 vsize=10661128 memory=928448 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10450/stat : 10450 (java) S 10439 10442 9814 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105653204 10916995072 232994 33554432000 4194304 4196468 140725000007552 140470367220512 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10451] ppid=10439 vsize=10661128 memory=931976 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10451/stat : 10451 (java) S 10439 10442 9814 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105653204 10916995072 232994 33554432000 4194304 4196468 140725000007552 140470366168176 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10452] ppid=10439 vsize=10661128 memory=928444 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10452/stat : 10452 (java) S 10439 10442 9814 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105653206 10916995072 232994 33554432000 4194304 4196468 140725000007552 140470365116496 140471331719067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10453] ppid=10439 vsize=10661128 memory=2200 CPUtime=1.66 cores=0,2,4,6
/proc/10442/task/10453/stat : 10453 (java) S 10439 10442 9814 0 -1 1077944384 7570 0 0 0 165 1 0 0 20 0 15 0 105653206 10916995072 232994 33554432000 4194304 4196468 140725000007552 140470364064368 140471331711618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10454] ppid=10439 vsize=10661128 memory=7532 CPUtime=1.84 cores=0,2,4,6
/proc/10442/task/10454/stat : 10454 (java) S 10439 10442 9814 0 -1 1077944384 8646 0 0 0 183 1 0 0 20 0 15 0 105653206 10916995072 232994 33554432000 4194304 4196468 140725000007552 140470363011568 140471331711618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10455] ppid=10439 vsize=10661128 memory=1780 CPUtime=0.62 cores=0,2,4,6
/proc/10442/task/10455/stat : 10455 (java) S 10439 10442 9814 0 -1 1077944384 5600 0 0 0 61 1 0 0 20 0 15 0 105653206 10916995072 232994 33554432000 4194304 4196468 140725000007552 140470361959280 140471331711618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10456] ppid=10439 vsize=10661128 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10456/stat : 10456 (java) S 10439 10442 9814 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105653206 10916995072 232994 33554432000 4194304 4196468 140725000007552 140470360906720 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10457] ppid=10439 vsize=10661128 memory=930508 CPUtime=1.12 cores=0,2,4,6
/proc/10442/task/10457/stat : 10457 (java) S 10439 10442 9814 0 -1 1077944384 1077 0 0 0 55 57 0 0 20 0 15 0 105653207 10916995072 232994 33554432000 4194304 4196468 140725000007552 140470359853488 140471331711618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
Current children cumulated CPU time: 2456.83 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 931976 KiB

[startup+2502.3 s]
/proc/loadavg: 1.33 1.38 1.45 3/215 10763
/proc/meminfo: memFree=27066976/32770624 swapFree=67108436/67108860
[pid=10442] ppid=10439 vsize=10661128 memory=932012 CPUtime=2517.07 cores=0,2,4,6
/proc/10442/stat : 10442 (java) S 10439 10442 9814 0 -1 1077944320 104320 0 0 0 251534 173 0 0 20 0 15 0 105653201 10916995072 233003 33554432000 4194304 4196468 140725000007552 140724999990096 140471331700471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
/proc/10442/statm: 2665282 233003 3185 1 0 2627263 0
[pid=10442/tid=10444] ppid=10439 vsize=10661128 memory=932012 CPUtime=2497.13 cores=0,2,4,6
/proc/10442/task/10444/stat : 10444 (java) R 10439 10442 9814 0 -1 4202560 33406 0 0 0 249697 16 0 0 20 0 15 0 105653201 10916995072 233003 33554432000 4194304 4196468 140725000007552 140471335939968 140470955360111 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10445] ppid=10439 vsize=10661128 memory=932012 CPUtime=3.32 cores=0,2,4,6
/proc/10442/task/10445/stat : 10445 (java) S 10439 10442 9814 0 -1 1077944384 10276 0 0 0 306 26 0 0 20 0 15 0 105653202 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470938102672 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10446] ppid=10439 vsize=10661128 memory=932012 CPUtime=3.32 cores=0,2,4,6
/proc/10442/task/10446/stat : 10446 (java) S 10439 10442 9814 0 -1 1077944384 8839 0 0 0 307 25 0 0 20 0 15 0 105653202 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470937049872 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10447] ppid=10439 vsize=10661128 memory=932012 CPUtime=3.32 cores=0,2,4,6
/proc/10442/task/10447/stat : 10447 (java) S 10439 10442 9814 0 -1 1077944384 7733 0 0 0 306 26 0 0 20 0 15 0 105653202 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470935997584 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10448] ppid=10439 vsize=10661128 memory=932012 CPUtime=3.33 cores=0,2,4,6
/proc/10442/task/10448/stat : 10448 (java) S 10439 10442 9814 0 -1 1077944384 11043 0 0 0 306 27 0 0 20 0 15 0 105653202 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470934944784 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10449] ppid=10439 vsize=10661128 memory=932012 CPUtime=1.29 cores=0,2,4,6
/proc/10442/task/10449/stat : 10449 (java) S 10439 10442 9814 0 -1 1077944384 8746 0 0 0 119 10 0 0 20 0 15 0 105653203 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470368274544 140471331711618 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10450] ppid=10439 vsize=10661128 memory=932012 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10450/stat : 10450 (java) S 10439 10442 9814 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105653204 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470367220512 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10451] ppid=10439 vsize=10661128 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10451/stat : 10451 (java) S 10439 10442 9814 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105653204 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470366168176 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10452] ppid=10439 vsize=10661128 memory=932012 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10452/stat : 10452 (java) S 10439 10442 9814 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105653206 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470365116496 140471331719067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10453] ppid=10439 vsize=10661128 memory=4140 CPUtime=1.66 cores=0,2,4,6
/proc/10442/task/10453/stat : 10453 (java) S 10439 10442 9814 0 -1 1077944384 7572 0 0 0 165 1 0 0 20 0 15 0 105653206 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470364064368 140471331711618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10454] ppid=10439 vsize=10661128 memory=932012 CPUtime=1.84 cores=0,2,4,6
/proc/10442/task/10454/stat : 10454 (java) S 10439 10442 9814 0 -1 1077944384 8648 0 0 0 183 1 0 0 20 0 15 0 105653206 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470363011568 140471331711618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10455] ppid=10439 vsize=10661128 memory=932012 CPUtime=0.62 cores=0,2,4,6
/proc/10442/task/10455/stat : 10455 (java) S 10439 10442 9814 0 -1 1077944384 5603 0 0 0 61 1 0 0 20 0 15 0 105653206 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470361959280 140471331711618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10456] ppid=10439 vsize=10661128 memory=796 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10456/stat : 10456 (java) S 10439 10442 9814 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105653206 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470360906720 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10457] ppid=10439 vsize=10661128 memory=1388 CPUtime=1.16 cores=0,2,4,6
/proc/10442/task/10457/stat : 10457 (java) S 10439 10442 9814 0 -1 1077944384 1094 0 0 0 57 59 0 0 20 0 15 0 105653207 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470359853488 140471331711618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
Current children cumulated CPU time: 2517.07 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 932012 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2505.3 s]
/proc/loadavg: 1.31 1.38 1.45 3/215 10763
/proc/meminfo: memFree=27066976/32770624 swapFree=67108436/67108860
[pid=10442] ppid=10439 vsize=10661128 memory=932012 CPUtime=2520.09 cores=0,2,4,6
/proc/10442/stat : 10442 (java) S 10439 10442 9814 0 -1 1077944320 104324 0 0 0 251835 174 0 0 20 0 15 0 105653201 10916995072 233003 33554432000 4194304 4196468 140725000007552 140724999990096 140471331700471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
/proc/10442/statm: 2665282 233003 3185 1 0 2627263 0
[pid=10442/tid=10444] ppid=10439 vsize=10661128 memory=932012 CPUtime=2500.13 cores=0,2,4,6
/proc/10442/task/10444/stat : 10444 (java) R 10439 10442 9814 0 -1 4202560 33410 0 0 0 249997 16 0 0 20 0 15 0 105653201 10916995072 233003 33554432000 4194304 4196468 140725000007552 140471335939968 140470955358162 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10445] ppid=10439 vsize=10661128 memory=932012 CPUtime=3.32 cores=0,2,4,6
/proc/10442/task/10445/stat : 10445 (java) S 10439 10442 9814 0 -1 1077944384 10276 0 0 0 306 26 0 0 20 0 15 0 105653202 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470938102672 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10446] ppid=10439 vsize=10661128 memory=932012 CPUtime=3.32 cores=0,2,4,6
/proc/10442/task/10446/stat : 10446 (java) S 10439 10442 9814 0 -1 1077944384 8839 0 0 0 307 25 0 0 20 0 15 0 105653202 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470937049872 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10447] ppid=10439 vsize=10661128 memory=932012 CPUtime=3.33 cores=0,2,4,6
/proc/10442/task/10447/stat : 10447 (java) S 10439 10442 9814 0 -1 1077944384 7733 0 0 0 306 27 0 0 20 0 15 0 105653202 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470935997584 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10448] ppid=10439 vsize=10661128 memory=932012 CPUtime=3.33 cores=0,2,4,6
/proc/10442/task/10448/stat : 10448 (java) S 10439 10442 9814 0 -1 1077944384 11043 0 0 0 306 27 0 0 20 0 15 0 105653202 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470934944784 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10449] ppid=10439 vsize=10661128 memory=932012 CPUtime=1.29 cores=0,2,4,6
/proc/10442/task/10449/stat : 10449 (java) S 10439 10442 9814 0 -1 1077944384 8746 0 0 0 119 10 0 0 20 0 15 0 105653203 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470368274544 140471331711618 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10450] ppid=10439 vsize=10661128 memory=932012 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10450/stat : 10450 (java) S 10439 10442 9814 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105653204 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470367220512 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10451] ppid=10439 vsize=10661128 memory=932012 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10451/stat : 10451 (java) S 10439 10442 9814 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105653204 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470366168176 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10452] ppid=10439 vsize=10661128 memory=932012 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10452/stat : 10452 (java) S 10439 10442 9814 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105653206 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470365116496 140471331719067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10453] ppid=10439 vsize=10661128 memory=1136 CPUtime=1.66 cores=0,2,4,6
/proc/10442/task/10453/stat : 10453 (java) S 10439 10442 9814 0 -1 1077944384 7572 0 0 0 165 1 0 0 20 0 15 0 105653206 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470364064368 140471331711618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10454] ppid=10439 vsize=10661128 memory=932012 CPUtime=1.84 cores=0,2,4,6
/proc/10442/task/10454/stat : 10454 (java) S 10439 10442 9814 0 -1 1077944384 8648 0 0 0 183 1 0 0 20 0 15 0 105653206 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470363011568 140471331711618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10455] ppid=10439 vsize=10661128 memory=932012 CPUtime=0.62 cores=0,2,4,6
/proc/10442/task/10455/stat : 10455 (java) S 10439 10442 9814 0 -1 1077944384 5603 0 0 0 61 1 0 0 20 0 15 0 105653206 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470361959280 140471331711618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10456] ppid=10439 vsize=10661128 memory=932012 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10456/stat : 10456 (java) S 10439 10442 9814 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105653206 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470360906720 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10457] ppid=10439 vsize=10661128 memory=932012 CPUtime=1.16 cores=0,2,4,6
/proc/10442/task/10457/stat : 10457 (java) S 10439 10442 9814 0 -1 1077944384 1094 0 0 0 57 59 0 0 20 0 15 0 105653207 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470359853488 140471331711618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 932012 KiB

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

[startup+2505.31 s]
# the end of solver process 10442 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.36 s, system=1.74617 s

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

[startup+2505.3 s]
/proc/loadavg: 1.31 1.38 1.45 3/215 10763
/proc/meminfo: memFree=27066976/32770624 swapFree=67108436/67108860
[pid=10442] ppid=10439 vsize=10661128 memory=932012 CPUtime=2520.09 cores=0,2,4,6
/proc/10442/stat : 10442 (java) S 10439 10442 9814 0 -1 1077944320 104324 0 0 0 251835 174 0 0 20 0 15 0 105653201 10916995072 233003 33554432000 4194304 4196468 140725000007552 140724999990096 140471331700471 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
/proc/10442/statm: 2665282 233003 3185 1 0 2627263 0
[pid=10442/tid=10444] ppid=10439 vsize=10661128 memory=932012 CPUtime=2500.13 cores=0,2,4,6
/proc/10442/task/10444/stat : 10444 (java) R 10439 10442 9814 0 -1 4202560 33410 0 0 0 249997 16 0 0 20 0 15 0 105653201 10916995072 233003 33554432000 4194304 4196468 140725000007552 140471335939968 140470955358162 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10445] ppid=10439 vsize=10661128 memory=932012 CPUtime=3.32 cores=0,2,4,6
/proc/10442/task/10445/stat : 10445 (java) S 10439 10442 9814 0 -1 1077944384 10276 0 0 0 306 26 0 0 20 0 15 0 105653202 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470938102672 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10446] ppid=10439 vsize=10661128 memory=932012 CPUtime=3.32 cores=0,2,4,6
/proc/10442/task/10446/stat : 10446 (java) S 10439 10442 9814 0 -1 1077944384 8839 0 0 0 307 25 0 0 20 0 15 0 105653202 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470937049872 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10447] ppid=10439 vsize=10661128 memory=932012 CPUtime=3.33 cores=0,2,4,6
/proc/10442/task/10447/stat : 10447 (java) S 10439 10442 9814 0 -1 1077944384 7733 0 0 0 306 27 0 0 20 0 15 0 105653202 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470935997584 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10448] ppid=10439 vsize=10661128 memory=932012 CPUtime=3.33 cores=0,2,4,6
/proc/10442/task/10448/stat : 10448 (java) S 10439 10442 9814 0 -1 1077944384 11043 0 0 0 306 27 0 0 20 0 15 0 105653202 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470934944784 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10449] ppid=10439 vsize=10661128 memory=932012 CPUtime=1.29 cores=0,2,4,6
/proc/10442/task/10449/stat : 10449 (java) S 10439 10442 9814 0 -1 1077944384 8746 0 0 0 119 10 0 0 20 0 15 0 105653203 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470368274544 140471331711618 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10450] ppid=10439 vsize=10661128 memory=932012 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10450/stat : 10450 (java) S 10439 10442 9814 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105653204 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470367220512 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10451] ppid=10439 vsize=10661128 memory=932012 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10451/stat : 10451 (java) S 10439 10442 9814 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105653204 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470366168176 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10452] ppid=10439 vsize=10661128 memory=932012 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10452/stat : 10452 (java) S 10439 10442 9814 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105653206 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470365116496 140471331719067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10453] ppid=10439 vsize=10661128 memory=1136 CPUtime=1.66 cores=0,2,4,6
/proc/10442/task/10453/stat : 10453 (java) S 10439 10442 9814 0 -1 1077944384 7572 0 0 0 165 1 0 0 20 0 15 0 105653206 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470364064368 140471331711618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10454] ppid=10439 vsize=10661128 memory=932012 CPUtime=1.84 cores=0,2,4,6
/proc/10442/task/10454/stat : 10454 (java) S 10439 10442 9814 0 -1 1077944384 8648 0 0 0 183 1 0 0 20 0 15 0 105653206 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470363011568 140471331711618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10455] ppid=10439 vsize=10661128 memory=932012 CPUtime=0.62 cores=0,2,4,6
/proc/10442/task/10455/stat : 10455 (java) S 10439 10442 9814 0 -1 1077944384 5603 0 0 0 61 1 0 0 20 0 15 0 105653206 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470361959280 140471331711618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10456] ppid=10439 vsize=10661128 memory=932012 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10456/stat : 10456 (java) S 10439 10442 9814 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105653206 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470360906720 140471331710677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
[pid=10442/tid=10457] ppid=10439 vsize=10661128 memory=932012 CPUtime=1.16 cores=0,2,4,6
/proc/10442/task/10457/stat : 10457 (java) S 10439 10442 9814 0 -1 1077944384 1094 0 0 0 57 59 0 0 20 0 15 0 105653207 10916995072 233003 33554432000 4194304 4196468 140725000007552 140470359853488 140471331711618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140725000012938 140725000013065 140725000013065 140725000015823 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 932012 KiB

Child status: 143
Real time (s): 2505.31
CPU time (s): 2520.11
CPU user time (s): 2518.36
CPU system time (s): 1.74617
CPU usage (%): 100.59
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 995992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.36
system time used= 1.74617
maximum resident set size= 996520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104499
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 91371
involuntary context switches= 3126


# summary of solver processes directly reported to runsolver:
#   pid: 10442
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2518.36
#   total CPU system time (s): 1.74617

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9983 second user time and 23.1233 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 18:15:00
IDJOB=4298107
IDBENCH=141070
IDSOLVER=2767
FILE ID=node137/4298107-1532880900
RUNJOBID= node137-1532879091-9845
PBS_JOBID= 21022513
Free space on /tmp= 48536 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-dec-scens11_mini/Rlfap-ext-scen-11-f08_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298107-1532880900/watcher-4298107-1532880900 -o /tmp/evaluation-result-4298107-1532880900/solver-4298107-1532880900 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532879091-9845 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298107-1532880900.xml

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

MD5SUM BENCH= 3fc48c43ffc9448618011674acd3f470
RANDOM SEED=782615121

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27869268 kB
MemAvailable:   31568516 kB
Buffers:          213300 kB
Cached:          3722512 kB
SwapCached:           32 kB
Active:          2076220 kB
Inactive:        2280192 kB
Active(anon):     368664 kB
Inactive(anon):    80044 kB
Active(file):    1707556 kB
Inactive(file):  2200148 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:              1224 kB
Writeback:             0 kB
AnonPages:        460876 kB
Mapped:            54108 kB
Shmem:             25052 kB
Slab:             242608 kB
SReclaimable:     214760 kB
SUnreclaim:        27848 kB
KernelStack:        3856 kB
PageTables:         6176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1086176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    389120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48532 MiB
End job on node137 at 2018-07-29 18:56:46