Trace number 4285226

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
OscaR - Parallel with EPS 2017-08-22SAT 4.29458 1.7047

General information on the benchmark

NameLatinSquare/LatinSquare-xcsp2-qwh10/
qwh-10-57-7_X2.xml
MD5SUMa3870f7360a399087a577316c39ea51f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.028399
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Number of domains11
Minimum domain size1
Maximum domain size10
Distribution of domain sizes[{"size":1,"count":43},{"size":10,"count":57}]
Minimum variable degree18
Maximum variable degree18
Distribution of variable degrees[{"degree":18,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":900}]
Number of extensional constraints900
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":900}]
Optimization problemNO
Type of objective

Solver Data

0.27/0.37	c version: 2017-08-22
0.27/0.37	c seed: 1625427413
0.27/0.37	c timeout: 20160
0.27/0.37	c memlimit: 22000
0.27/0.37	c nbcore: 8
0.27/0.40	c Parsing instance...
1.06/0.75	c Parsing done, starting search...
3.84/1.68	s SATISFIABLE
3.84/1.68	v <instantiation>
3.84/1.68	v 	<list>
3.84/1.68	v 		x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99
3.84/1.68	v 	</list>
3.84/1.68	v 	<values>
3.84/1.68	v 		2 7 6 0 5 9 1 3 4 8 8 5 2 7 1 4 0 9 3 6 4 2 0 1 6 3 5 8 9 7 9 0 8 5 3 6 7 1 2 4 6 4 1 3 7 2 9 5 8 0 0 1 5 4 2 8 3 6 7 9 7 3 9 6 8 0 4 2 1 5 5 8 3 9 0 7 2 4 6 1 3 9 7 8 4 1 6 0 5 2 1 6 4 2 9 5 8 7 0 3 
3.84/1.68	v 	</values>
3.84/1.68	v </instantiation>

Verifier Data

OK	

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 (14719 MiB free)
  memory of node 1: 16384 MiB (15226 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285226-1503458116/watcher-4285226-1503458116 -o /tmp/evaluation-result-4285226-1503458116/solver-4285226-1503458116 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1503398597-10165 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1625427413 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285226-1503458116.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
solver pid=18543, runsolver pid=18540
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100137 s]*
/proc/loadavg: 7.31 7.01 6.53 2/187 18553
/proc/meminfo: memFree=30655180/32770624 swapFree=67108860/67108860
[pid=18543] ppid=18540 vsize=25394656 memory=17296 CPUtime=0.01 cores=0-7
/proc/18543/stat : 18543 (java) S 18540 18543 10109 0 -1 1077944320 3646 0 0 0 1 0 0 0 20 0 11 0 148031957 26004127744 4324 18446744073709551615 4194304 4196468 140731891001168 140731890983712 140521154035447 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
/proc/18543/statm: 6348664 4324 2030 1 0 6338161 0
[pid=18543/tid=18545] ppid=18540 vsize=25394656 memory=140437910700497 CPUtime=0.01 cores=0-7
/proc/18543/task/18545/stat : 18545 (java) R 18540 18543 10109 0 -1 4202560 2331 0 0 0 1 0 0 0 20 0 11 0 148031965 26004127744 4324 18446744073709551615 4194304 4196468 140731891001168 140521158277904 140521140103440 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18546] ppid=18540 vsize=25394656 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18546/stat : 18546 (java) S 18540 18543 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 11 0 148031966 26004127744 4324 18446744073709551615 4194304 4196468 140731891001168 140521065941264 140521154045653 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18547] ppid=18540 vsize=25394656 memory=140437910693504 CPUtime=0 cores=0-7
/proc/18543/task/18547/stat : 18547 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 11 0 148031966 26004127744 4324 18446744073709551615 4194304 4196468 140731891001168 140521064888720 140521154045653 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18548] ppid=18540 vsize=25394656 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18548/stat : 18548 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 11 0 148031966 26004127744 4324 18446744073709551615 4194304 4196468 140731891001168 140521063836176 140521154045653 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18549] ppid=18540 vsize=25394656 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/18543/task/18549/stat : 18549 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 11 0 148031966 26004127744 4324 18446744073709551615 4194304 4196468 140731891001168 140520713456272 140521154045653 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18550] ppid=18540 vsize=25394656 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18550/stat : 18550 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 11 0 148031966 26004127744 4324 18446744073709551615 4194304 4196468 140731891001168 140520712403728 140521154045653 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18551] ppid=18540 vsize=25394656 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18551/stat : 18551 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 11 0 148031966 26004127744 4324 18446744073709551615 4194304 4196468 140731891001168 140520711351184 140521154045653 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18552] ppid=18540 vsize=25394656 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18552/stat : 18552 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 11 0 148031966 26004127744 4324 18446744073709551615 4194304 4196468 140731891001168 140520710298640 140521154045653 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18553] ppid=18540 vsize=25394656 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18553/stat : 18553 (java) S 18540 18543 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 11 0 148031966 26004127744 4324 18446744073709551615 4194304 4196468 140731891001168 140520709246096 140521154045653 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18554] ppid=18540 vsize=25394656 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18554/stat : 18554 (java) S 18540 18543 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 11 0 148031968 26004127744 4324 18446744073709551615 4194304 4196468 140731891001168 140520554805232 140521154046594 0 0 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 25394656 KiB
Current children cumulated memory: 17296 KiB

[startup+0.209621 s]*
/proc/loadavg: 7.31 7.01 6.53 2/197 18563
/proc/meminfo: memFree=30648144/32770624 swapFree=67108860/67108860
[pid=18543] ppid=18540 vsize=25997632 memory=33804 CPUtime=0.11 cores=0-7
/proc/18543/stat : 18543 (java) S 18540 18543 10109 0 -1 1077944320 8965 0 0 0 9 2 0 0 20 0 20 0 148031957 26621575168 8451 18446744073709551615 4194304 4196468 140731891001168 140731890983712 140521154035447 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
/proc/18543/statm: 6499408 8451 3384 1 0 6488186 0
[pid=18543/tid=18545] ppid=18540 vsize=25997632 memory=32213995742560408 CPUtime=0.09 cores=0-7
/proc/18543/task/18545/stat : 18545 (java) R 18540 18543 10109 0 -1 4202560 6898 0 0 0 7 2 0 0 20 0 20 0 148031965 26621575168 8451 18446744073709551615 4194304 4196468 140731891001168 140521158252128 140521146715165 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18546] ppid=18540 vsize=25997632 memory=288230596084511060 CPUtime=0 cores=0-7
/proc/18543/task/18546/stat : 18546 (java) S 18540 18543 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148031966 26621575168 8451 18446744073709551615 4194304 4196468 140731891001168 140521065941264 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18547] ppid=18540 vsize=25997632 memory=140437910710981 CPUtime=0 cores=0-7
/proc/18543/task/18547/stat : 18547 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031966 26621575168 8451 18446744073709551615 4194304 4196468 140731891001168 140521064888720 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18548] ppid=18540 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18548/stat : 18548 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031966 26621575168 8451 18446744073709551615 4194304 4196468 140731891001168 140521063836176 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18549] ppid=18540 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18549/stat : 18549 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031966 26621575168 8451 18446744073709551615 4194304 4196468 140731891001168 140520713456272 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18550] ppid=18540 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18550/stat : 18550 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031966 26621575168 8451 18446744073709551615 4194304 4196468 140731891001168 140520712403728 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18551] ppid=18540 vsize=25997632 memory=-1 CPUtime=0 cores=0-7
/proc/18543/task/18551/stat : 18551 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031966 26621575168 8451 18446744073709551615 4194304 4196468 140731891001168 140520711351184 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18552] ppid=18540 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18552/stat : 18552 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031966 26621575168 8451 18446744073709551615 4194304 4196468 140731891001168 140520710298640 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18553] ppid=18540 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18553/stat : 18553 (java) S 18540 18543 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148031966 26621575168 8451 18446744073709551615 4194304 4196468 140731891001168 140520709246096 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18554] ppid=18540 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18554/stat : 18554 (java) S 18540 18543 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148031968 26621575168 8451 18446744073709551615 4194304 4196468 140731891001168 140520554805232 140521154046594 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18555] ppid=18540 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18555/stat : 18555 (java) S 18540 18543 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148031968 26621575168 8451 18446744073709551615 4194304 4196468 140731891001168 140520553751456 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18556] ppid=18540 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18556/stat : 18556 (java) S 18540 18543 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148031968 26621575168 8451 18446744073709551615 4194304 4196468 140731891001168 140520552698864 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18557] ppid=18540 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18557/stat : 18557 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031971 26621575168 8254 18446744073709551615 4194304 4196468 140731891001168 140520551647440 140521154054043 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18558] ppid=18540 vsize=25997632 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18558/stat : 18558 (java) S 18540 18543 10109 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 20 0 148031971 26621575168 8254 18446744073709551615 4194304 4196468 140731891001168 140520550595056 140521154046594 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18559] ppid=18540 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18559/stat : 18559 (java) S 18540 18543 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148031971 26620526592 8254 18446744073709551615 4194304 4196468 140731891001168 140520549542512 140521154046594 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18560] ppid=18540 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18560/stat : 18560 (java) S 18540 18543 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148031971 26620526592 8254 18446744073709551615 4194304 4196468 140731891001168 140520548489968 140521154046594 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18561] ppid=18540 vsize=25996608 memory=-1 CPUtime=0.01 cores=0-7
/proc/18543/task/18561/stat : 18561 (java) S 18540 18543 10109 0 -1 1077944384 367 0 0 0 1 0 0 0 20 0 20 0 148031971 26620526592 8254 18446744073709551615 4194304 4196468 140731891001168 140520547437424 140521154046594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18562] ppid=18540 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18562/stat : 18562 (java) S 18540 18543 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148031971 26620526592 8254 18446744073709551615 4194304 4196468 140731891001168 140520546384096 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18563] ppid=18540 vsize=25997632 memory=-1 CPUtime=0 cores=0-7
/proc/18543/task/18563/stat : 18563 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031974 26621575168 8254 18446744073709551615 4194304 4196468 140731891001168 140520545331632 140521154046594 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 25997632 KiB
Current children cumulated memory: 33804 KiB

[startup+0.309428 s]*
/proc/loadavg: 7.31 7.01 6.53 3/197 18563
/proc/meminfo: memFree=30639396/32770624 swapFree=67108860/67108860
[pid=18543] ppid=18540 vsize=25996608 memory=39572 CPUtime=0.27 cores=0-7
/proc/18543/stat : 18543 (java) S 18540 18543 10109 0 -1 1077944320 10651 0 0 0 24 3 0 0 20 0 20 0 148031957 26620526592 9827 18446744073709551615 4194304 4196468 140731891001168 140731890983712 140521154035447 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
/proc/18543/statm: 6499152 9893 3565 1 0 6487930 0
[pid=18543/tid=18545] ppid=18540 vsize=25996608 memory=-8774313645642428999 CPUtime=0.19 cores=0-7
/proc/18543/task/18545/stat : 18545 (java) R 18540 18543 10109 0 -1 4202560 8287 0 0 0 16 3 0 0 20 0 20 0 148031965 26620526592 9893 18446744073709551615 4194304 4196468 140731891001168 140521158248064 140521114982958 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18546] ppid=18540 vsize=25996608 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/18543/task/18546/stat : 18546 (java) S 18540 18543 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148031966 26620526592 9893 18446744073709551615 4194304 4196468 140731891001168 140521065941264 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18547] ppid=18540 vsize=25996608 memory=-2895008908443675764 CPUtime=0 cores=0-7
/proc/18543/task/18547/stat : 18547 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031966 26620526592 9893 18446744073709551615 4194304 4196468 140731891001168 140521064888720 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18548] ppid=18540 vsize=25996608 memory=-7595490506177102494 CPUtime=0 cores=0-7
/proc/18543/task/18548/stat : 18548 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031966 26620526592 9893 18446744073709551615 4194304 4196468 140731891001168 140521063836176 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18549] ppid=18540 vsize=25996608 memory=-7533229591079788448 CPUtime=0 cores=0-7
/proc/18543/task/18549/stat : 18549 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031966 26620526592 9893 18446744073709551615 4194304 4196468 140731891001168 140520713456272 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18550] ppid=18540 vsize=25996608 memory=1400504754925836930 CPUtime=0 cores=0-7
/proc/18543/task/18550/stat : 18550 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031966 26620526592 9893 18446744073709551615 4194304 4196468 140731891001168 140520712403728 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18551] ppid=18540 vsize=25996608 memory=5450909908396308010 CPUtime=0 cores=0-7
/proc/18543/task/18551/stat : 18551 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031966 26620526592 9893 18446744073709551615 4194304 4196468 140731891001168 140520711351184 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18552] ppid=18540 vsize=25996608 memory=-7828588039587136855 CPUtime=0 cores=0-7
/proc/18543/task/18552/stat : 18552 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031966 26620526592 9893 18446744073709551615 4194304 4196468 140731891001168 140520710298640 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18553] ppid=18540 vsize=25996608 memory=-8542328529919094630 CPUtime=0 cores=0-7
/proc/18543/task/18553/stat : 18553 (java) S 18540 18543 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148031966 26620526592 9893 18446744073709551615 4194304 4196468 140731891001168 140520709246096 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18554] ppid=18540 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/18543/task/18554/stat : 18554 (java) S 18540 18543 10109 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 148031968 26620526592 9893 18446744073709551615 4194304 4196468 140731891001168 140520554805232 140521154046594 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18555] ppid=18540 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18555/stat : 18555 (java) S 18540 18543 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148031968 26620526592 9893 18446744073709551615 4194304 4196468 140731891001168 140520553751456 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18556] ppid=18540 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18556/stat : 18556 (java) S 18540 18543 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148031968 26620526592 9893 18446744073709551615 4194304 4196468 140731891001168 140520552698864 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18557] ppid=18540 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18557/stat : 18557 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031971 26620526592 9893 18446744073709551615 4194304 4196468 140731891001168 140520551647440 140521154054043 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18558] ppid=18540 vsize=25996608 memory=0 CPUtime=0.01 cores=0-7
/proc/18543/task/18558/stat : 18558 (java) R 18540 18543 10109 0 -1 4202560 408 0 0 0 1 0 0 0 20 0 20 0 148031971 26620526592 9893 18446744073709551615 4194304 4196468 140731891001168 140520550581152 140521131933616 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18559] ppid=18540 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18559/stat : 18559 (java) S 18540 18543 10109 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 148031971 26620526592 9893 18446744073709551615 4194304 4196468 140731891001168 140520549542512 140521154046594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18560] ppid=18540 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18560/stat : 18560 (java) S 18540 18543 10109 0 -1 1077944384 174 0 0 0 0 0 0 0 20 0 20 0 148031971 26620526592 9893 18446744073709551615 4194304 4196468 140731891001168 140520548489968 140521154046594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18561] ppid=18540 vsize=25996608 memory=0 CPUtime=0.05 cores=0-7
/proc/18543/task/18561/stat : 18561 (java) S 18540 18543 10109 0 -1 1077944384 392 0 0 0 5 0 0 0 20 0 20 0 148031971 26620526592 9893 18446744073709551615 4194304 4196468 140731891001168 140520547437424 140521154046594 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18562] ppid=18540 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18562/stat : 18562 (java) S 18540 18543 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148031971 26620526592 9893 18446744073709551615 4194304 4196468 140731891001168 140520546384096 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18563] ppid=18540 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18563/stat : 18563 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031974 26620526592 9893 18446744073709551615 4194304 4196468 140731891001168 140520545331632 140521154046594 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 39572 KiB

[startup+0.700752 s]
/proc/loadavg: 7.31 7.01 6.53 2/197 18563
/proc/meminfo: memFree=30624880/32770624 swapFree=67108860/67108860
[pid=18543] ppid=18540 vsize=25998676 memory=68348 CPUtime=1.06 cores=0-7
/proc/18543/stat : 18543 (java) S 18540 18543 10109 0 -1 1077944320 14329 0 0 0 100 6 0 0 20 0 20 0 148031957 26622644224 17087 18446744073709551615 4194304 4196468 140731891001168 140731890983712 140521154035447 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
/proc/18543/statm: 6499669 17087 3736 1 0 6488442 0
[pid=18543/tid=18545] ppid=18540 vsize=25998676 memory=1836 CPUtime=0.57 cores=0-7
/proc/18543/task/18545/stat : 18545 (java) R 18540 18543 10109 0 -1 4202560 10178 0 0 0 53 4 0 0 20 0 20 0 148031965 26622644224 17087 18446744073709551615 4194304 4196468 140731891001168 140521158264064 140521154057373 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18546] ppid=18540 vsize=25998676 memory=1228 CPUtime=0 cores=0-7
/proc/18543/task/18546/stat : 18546 (java) S 18540 18543 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148031966 26622644224 17087 18446744073709551615 4194304 4196468 140731891001168 140521065941264 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18547] ppid=18540 vsize=25998676 memory=796 CPUtime=0 cores=0-7
/proc/18543/task/18547/stat : 18547 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031966 26622644224 17087 18446744073709551615 4194304 4196468 140731891001168 140521064888720 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18548] ppid=18540 vsize=25998676 memory=164 CPUtime=0 cores=0-7
/proc/18543/task/18548/stat : 18548 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031966 26622644224 17087 18446744073709551615 4194304 4196468 140731891001168 140521063836176 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18549] ppid=18540 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18549/stat : 18549 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031966 26622644224 17087 18446744073709551615 4194304 4196468 140731891001168 140520713456272 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18550] ppid=18540 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18550/stat : 18550 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031966 26622644224 17087 18446744073709551615 4194304 4196468 140731891001168 140520712403728 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18551] ppid=18540 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18551/stat : 18551 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031966 26622644224 17087 18446744073709551615 4194304 4196468 140731891001168 140520711351184 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18552] ppid=18540 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18552/stat : 18552 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031966 26622644224 17087 18446744073709551615 4194304 4196468 140731891001168 140520710298640 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18553] ppid=18540 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18553/stat : 18553 (java) S 18540 18543 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148031966 26622644224 17087 18446744073709551615 4194304 4196468 140731891001168 140520709246096 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18554] ppid=18540 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18554/stat : 18554 (java) S 18540 18543 10109 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 148031968 26622644224 17087 18446744073709551615 4194304 4196468 140731891001168 140520554805232 140521154046594 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18555] ppid=18540 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18555/stat : 18555 (java) S 18540 18543 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148031968 26622644224 17087 18446744073709551615 4194304 4196468 140731891001168 140520553751456 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18556] ppid=18540 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18556/stat : 18556 (java) S 18540 18543 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148031968 26622644224 17087 18446744073709551615 4194304 4196468 140731891001168 140520552698864 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18557] ppid=18540 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18557/stat : 18557 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031971 26622644224 17087 18446744073709551615 4194304 4196468 140731891001168 140520551647440 140521154054043 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18558] ppid=18540 vsize=25998676 memory=0 CPUtime=0.09 cores=0-7
/proc/18543/task/18558/stat : 18558 (java) S 18540 18543 10109 0 -1 1077944384 961 0 0 0 9 0 0 0 20 0 20 0 148031971 26622644224 17087 18446744073709551615 4194304 4196468 140731891001168 140520550595056 140521154046594 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18559] ppid=18540 vsize=25998676 memory=0 CPUtime=0.06 cores=0-7
/proc/18543/task/18559/stat : 18559 (java) S 18540 18543 10109 0 -1 1077944384 391 0 0 0 6 0 0 0 20 0 20 0 148031971 26622644224 17087 18446744073709551615 4194304 4196468 140731891001168 140520549542512 140521154046594 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18560] ppid=18540 vsize=25998676 memory=0 CPUtime=0.07 cores=0-7
/proc/18543/task/18560/stat : 18560 (java) S 18540 18543 10109 0 -1 1077944384 504 0 0 0 7 0 0 0 20 0 20 0 148031971 26622644224 17087 18446744073709551615 4194304 4196468 140731891001168 140520548489968 140521154046594 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18561] ppid=18540 vsize=25998676 memory=0 CPUtime=0.24 cores=0-7
/proc/18543/task/18561/stat : 18561 (java) S 18540 18543 10109 0 -1 1077944384 909 0 0 0 24 0 0 0 20 0 20 0 148031971 26622644224 17087 18446744073709551615 4194304 4196468 140731891001168 140520547437424 140521154046594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18562] ppid=18540 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18562/stat : 18562 (java) S 18540 18543 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148031971 26622644224 17087 18446744073709551615 4194304 4196468 140731891001168 140520546384096 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18563] ppid=18540 vsize=25998676 memory=56 CPUtime=0 cores=0-7
/proc/18543/task/18563/stat : 18563 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148031974 26622644224 17087 18446744073709551615 4194304 4196468 140731891001168 140520545331632 140521154046594 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 25998676 KiB
Current children cumulated memory: 68348 KiB

[startup+1.5009 s]
/proc/loadavg: 7.31 7.01 6.53 4/197 18563
/proc/meminfo: memFree=30572840/32770624 swapFree=67108860/67108860
[pid=18543] ppid=18540 vsize=26137948 memory=152040 CPUtime=3.43 cores=0-7
/proc/18543/stat : 18543 (java) S 18540 18543 10109 0 -1 1077944320 33812 0 0 0 330 13 0 0 20 0 22 0 148031957 26765258752 38010 18446744073709551615 4194304 4196468 140731891001168 140731890983712 140521154035447 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
/proc/18543/statm: 6534487 38010 3762 1 0 6523260 0
[pid=18543/tid=18545] ppid=18540 vsize=26137948 memory=87 CPUtime=1.36 cores=0-7
/proc/18543/task/18545/stat : 18545 (java) R 18540 18543 10109 0 -1 4202560 15266 0 0 0 129 7 0 0 20 0 22 0 148031965 26765258752 38010 18446744073709551615 4194304 4196468 140731891001168 140521158253072 140521138115934 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18546] ppid=18540 vsize=26137948 memory=140442205660799 CPUtime=0 cores=0-7
/proc/18543/task/18546/stat : 18546 (java) S 18540 18543 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 148031966 26765258752 38010 18446744073709551615 4194304 4196468 140731891001168 140521065941264 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18547] ppid=18540 vsize=26137948 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18547/stat : 18547 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 148031966 26765258752 38010 18446744073709551615 4194304 4196468 140731891001168 140521064888720 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18548] ppid=18540 vsize=26137948 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18548/stat : 18548 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 148031966 26765258752 38010 18446744073709551615 4194304 4196468 140731891001168 140521063836176 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18549] ppid=18540 vsize=26137948 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18549/stat : 18549 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 148031966 26765258752 38010 18446744073709551615 4194304 4196468 140731891001168 140520713456272 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18550] ppid=18540 vsize=26137948 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18550/stat : 18550 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 148031966 26765258752 38010 18446744073709551615 4194304 4196468 140731891001168 140520712403728 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18551] ppid=18540 vsize=26137948 memory=4116 CPUtime=0 cores=0-7
/proc/18543/task/18551/stat : 18551 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 148031966 26765258752 38010 18446744073709551615 4194304 4196468 140731891001168 140520711351184 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18552] ppid=18540 vsize=26137948 memory=78496 CPUtime=0 cores=0-7
/proc/18543/task/18552/stat : 18552 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 148031966 26765258752 38010 18446744073709551615 4194304 4196468 140731891001168 140520710298640 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18553] ppid=18540 vsize=26137948 memory=1292 CPUtime=0 cores=0-7
/proc/18543/task/18553/stat : 18553 (java) S 18540 18543 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 148031966 26765258752 38010 18446744073709551615 4194304 4196468 140731891001168 140520709246096 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18554] ppid=18540 vsize=26137948 memory=2316 CPUtime=0 cores=0-7
/proc/18543/task/18554/stat : 18554 (java) S 18540 18543 10109 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 22 0 148031968 26765258752 38010 18446744073709551615 4194304 4196468 140731891001168 140520554805232 140521154046594 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18555] ppid=18540 vsize=26137948 memory=1836 CPUtime=0 cores=0-7
/proc/18543/task/18555/stat : 18555 (java) S 18540 18543 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 22 0 148031968 26765258752 38010 18446744073709551615 4194304 4196468 140731891001168 140520553751456 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18556] ppid=18540 vsize=26137948 memory=1228 CPUtime=0 cores=0-7
/proc/18543/task/18556/stat : 18556 (java) S 18540 18543 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 22 0 148031968 26765258752 38010 18446744073709551615 4194304 4196468 140731891001168 140520552698864 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18557] ppid=18540 vsize=26137948 memory=7444845374326334052 CPUtime=0 cores=0-7
/proc/18543/task/18557/stat : 18557 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 148031971 26765258752 38010 18446744073709551615 4194304 4196468 140731891001168 140520551647440 140521154054043 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18558] ppid=18540 vsize=26137948 memory=280875560809056 CPUtime=0.5 cores=0-7
/proc/18543/task/18558/stat : 18558 (java) S 18540 18543 10109 0 -1 1077944384 3766 0 0 0 49 1 0 0 20 0 22 0 148031971 26765258752 38010 18446744073709551615 4194304 4196468 140731891001168 140520550595056 140521154046594 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18559] ppid=18540 vsize=26137948 memory=4786094892624595648 CPUtime=0.45 cores=0-7
/proc/18543/task/18559/stat : 18559 (java) S 18540 18543 10109 0 -1 1077944384 3787 0 0 0 45 0 0 0 20 0 22 0 148031971 26765258752 38010 18446744073709551615 4194304 4196468 140731891001168 140520549542512 140521154046594 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18560] ppid=18540 vsize=26137948 memory=-2629636489306822046 CPUtime=0.51 cores=0-7
/proc/18543/task/18560/stat : 18560 (java) S 18540 18543 10109 0 -1 1077944384 4561 0 0 0 50 1 0 0 20 0 22 0 148031971 26765258752 38010 18446744073709551615 4194304 4196468 140731891001168 140520548489968 140521154046594 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18561] ppid=18540 vsize=26137948 memory=-7668917182949848256 CPUtime=0.56 cores=0-7
/proc/18543/task/18561/stat : 18561 (java) S 18540 18543 10109 0 -1 1077944384 4968 0 0 0 55 1 0 0 20 0 22 0 148031971 26765258752 38010 18446744073709551615 4194304 4196468 140731891001168 140520547437424 140521154046594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18562] ppid=18540 vsize=26137948 memory=7378980208232656742 CPUtime=0 cores=0-7
/proc/18543/task/18562/stat : 18562 (java) S 18540 18543 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 148031971 26765258752 38010 18446744073709551615 4194304 4196468 140731891001168 140520546384096 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18563] ppid=18540 vsize=26137948 memory=19013820223058 CPUtime=0 cores=0-7
/proc/18543/task/18563/stat : 18563 (java) S 18540 18543 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 148031974 26765258752 38010 18446744073709551615 4194304 4196468 140731891001168 140520545331632 140521154046594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
Current children cumulated CPU time: 3.43 s
Current children cumulated vsize: 26137948 KiB
Current children cumulated memory: 152040 KiB

[startup+1.70465 s]
# the end of solver process 18543 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.09027 s, system=0.204309 s

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

[startup+1.60097 s]
/proc/loadavg: 7.31 7.01 6.53 4/197 18563
/proc/meminfo: memFree=30572840/32770624 swapFree=67108860/67108860
[pid=18543] ppid=18540 vsize=26872200 memory=187176 CPUtime=3.84 cores=0-7
/proc/18543/stat : 18543 (java) S 18540 18543 10109 0 -1 1077944320 34822 0 0 0 369 15 0 0 20 0 33 0 148031957 27517132800 46794 18446744073709551615 4194304 4196468 140731891001168 140731890983712 140521154035447 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
/proc/18543/statm: 6718050 46794 3763 1 0 6706823 0
[pid=18543/tid=18545] ppid=18540 vsize=26872200 memory=32808 CPUtime=1.41 cores=0-7
/proc/18543/task/18545/stat : 18545 (java) S 18540 18543 10109 0 -1 1077944384 15600 0 0 0 134 7 0 0 20 0 33 0 148031965 27517132800 46794 18446744073709551615 4194304 4196468 140731891001168 140521158272832 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18546] ppid=18540 vsize=26872200 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18546/stat : 18546 (java) S 18540 18543 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 33 0 148031966 27517132800 46794 18446744073709551615 4194304 4196468 140731891001168 140521065941264 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18547] ppid=18540 vsize=26872200 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18547/stat : 18547 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 148031966 27517132800 46794 18446744073709551615 4194304 4196468 140731891001168 140521064888720 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18548] ppid=18540 vsize=26872200 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18548/stat : 18548 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 148031966 27517132800 46794 18446744073709551615 4194304 4196468 140731891001168 140521063836176 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18549] ppid=18540 vsize=26872200 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18549/stat : 18549 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 148031966 27517132800 46794 18446744073709551615 4194304 4196468 140731891001168 140520713456272 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18550] ppid=18540 vsize=26872200 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18550/stat : 18550 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 148031966 27517132800 46794 18446744073709551615 4194304 4196468 140731891001168 140520712403728 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18551] ppid=18540 vsize=26872200 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18551/stat : 18551 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 148031966 27517132800 46794 18446744073709551615 4194304 4196468 140731891001168 140520711351184 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18552] ppid=18540 vsize=26872200 memory=-8774313645642428999 CPUtime=0 cores=0-7
/proc/18543/task/18552/stat : 18552 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 148031966 27517132800 46794 18446744073709551615 4194304 4196468 140731891001168 140520710298640 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18553] ppid=18540 vsize=26872200 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18553/stat : 18553 (java) S 18540 18543 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 148031966 27517132800 46794 18446744073709551615 4194304 4196468 140731891001168 140520709246096 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18554] ppid=18540 vsize=26872200 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18554/stat : 18554 (java) S 18540 18543 10109 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 33 0 148031968 27517132800 46794 18446744073709551615 4194304 4196468 140731891001168 140520554805232 140521154046594 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18555] ppid=18540 vsize=26872200 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18555/stat : 18555 (java) S 18540 18543 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 33 0 148031968 27517132800 46794 18446744073709551615 4194304 4196468 140731891001168 140520553751456 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18556] ppid=18540 vsize=26872200 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18556/stat : 18556 (java) S 18540 18543 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 148031968 27517132800 46794 18446744073709551615 4194304 4196468 140731891001168 140520552698864 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18557] ppid=18540 vsize=26872200 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18557/stat : 18557 (java) S 18540 18543 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 148031971 27517132800 46794 18446744073709551615 4194304 4196468 140731891001168 140520551647440 140521154054043 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18558] ppid=18540 vsize=26872200 memory=0 CPUtime=0.52 cores=0-7
/proc/18543/task/18558/stat : 18558 (java) R 18540 18543 10109 0 -1 1077944384 3778 0 0 0 51 1 0 0 20 0 33 0 148031971 27517132800 46794 18446744073709551615 4194304 4196468 140731891001168 140520550586384 140521154045653 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18559] ppid=18540 vsize=26872200 memory=0 CPUtime=0.49 cores=0-7
/proc/18543/task/18559/stat : 18559 (java) R 18540 18543 10109 0 -1 4202560 3803 0 0 0 49 0 0 0 20 0 33 0 148031971 27517132800 46794 18446744073709551615 4194304 4196468 140731891001168 140520549529040 140521135555126 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18560] ppid=18540 vsize=26872200 memory=0 CPUtime=0.53 cores=0-7
/proc/18543/task/18560/stat : 18560 (java) R 18540 18543 10109 0 -1 4202560 4567 0 0 0 52 1 0 0 20 0 33 0 148031971 27517132800 46794 18446744073709551615 4194304 4196468 140731891001168 140520548482992 140521137532235 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18561] ppid=18540 vsize=26872200 memory=0 CPUtime=0.58 cores=0-7
/proc/18543/task/18561/stat : 18561 (java) S 18540 18543 10109 0 -1 1077944384 5011 0 0 0 57 1 0 0 20 0 33 0 148031971 27517132800 46794 18446744073709551615 4194304 4196468 140731891001168 140520547433152 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18562] ppid=18540 vsize=26872200 memory=0 CPUtime=0 cores=0-7
/proc/18543/task/18562/stat : 18562 (java) S 18540 18543 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 148031971 27517132800 46794 18446744073709551615 4194304 4196468 140731891001168 140520546384096 140521154045653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
[pid=18543/tid=18563] ppid=18540 vsize=26872200 memory=7684433391216329530 CPUtime=0 cores=0-7
/proc/18543/task/18563/stat : 18563 (java) S 18540 18543 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 148031974 27517132800 46794 18446744073709551615 4194304 4196468 140731891001168 140520545331632 140521154046594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140731891003755 140731891003941 140731891003941 140731891007439 0
Current children cumulated CPU time: 3.84 s
Current children cumulated vsize: 26872200 KiB
Current children cumulated memory: 187176 KiB

Child status: 0
Real time (s): 1.7047
CPU time (s): 4.29458
CPU user time (s): 4.09027
CPU system time (s): 0.204309
CPU usage (%): 251.926
Max. virtual memory (cumulated for all children) (KiB): 26872200
Max. memory (cumulated for all children) (KiB): 187176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.09027
system time used= 0.204309
maximum resident set size= 239116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36412
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4549
involuntary context switches= 14


# summary of solver processes directly reported to runsolver:
#   pid: 18543
#   total CPU time (s): 4.29458
#   total CPU user time (s): 4.09027
#   total CPU system time (s): 0.204309

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.024957 second user time and 0.060124 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-23 05:01:07
IDJOB=4285226
IDBENCH=138931
IDSOLVER=2681
FILE ID=node125/4285226-1503458116
RUNJOBID= node125-1503398597-10165
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/LatinSquare/LatinSquare-xcsp2-qwh10/qwh-10-57-7_X2.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285226-1503458116/watcher-4285226-1503458116 -o /tmp/evaluation-result-4285226-1503458116/solver-4285226-1503458116 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1503398597-10165 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1625427413 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285226-1503458116.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= a3870f7360a399087a577316c39ea51f
RANDOM SEED=1625427413

node125.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.07
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.07
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.07
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.07
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:        30665396 kB
MemAvailable:   31950004 kB
Buffers:          339964 kB
Cached:          1257648 kB
SwapCached:            0 kB
Active:           950816 kB
Inactive:         706836 kB
Active(anon):      60504 kB
Inactive(anon):    57676 kB
Active(file):     890312 kB
Inactive(file):   649160 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42576 kB
Writeback:             0 kB
AnonPages:         56404 kB
Mapped:            70256 kB
Shmem:             58020 kB
Slab:             148704 kB
SReclaimable:     121940 kB
SUnreclaim:        26764 kB
KernelStack:        3504 kB
PageTables:         4824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     335792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 61988 MiB
End job on node125 at 2017-08-23 05:01:09