Trace number 4290575

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 - Conflict Ordering with restarts 2018-07-02SAT 5.46386 3.06304

General information on the benchmark

NameEternity/
Eternity-10-04_c18.xml
MD5SUMf6e7bfb75851ce9d6d95540719dd30c6
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.108484
Satisfiable
(Un)Satisfiability was proved
Number of variables134
Number of constraints69
Number of domains2
Minimum domain size9
Maximum domain size40
Distribution of domain sizes[{"size":9,"count":94},{"size":40,"count":40}]
Minimum variable degree1
Maximum variable degree11
Distribution of variable degrees[{"degree":1,"count":9},{"degree":2,"count":124},{"degree":11,"count":1}]
Minimum constraint arity1
Maximum constraint arity40
Distribution of constraint arities[{"arity":1,"count":28},{"arity":5,"count":40},{"arity":40,"count":1}]
Number of extensional constraints40
Number of intensional constraints28
Distribution of constraint types[{"type":"extension","count":40},{"type":"intension","count":28},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.57	c version: 2018-07-02
0.67/0.57	c seed: 1061421963
0.67/0.57	c timeout: 2400
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 4
0.67/0.59	c Parsing instance...
2.41/1.35	c Parsing done, starting search...
5.39/3.05	s SATISFIABLE
5.39/3.05	v <instantiation>
5.39/3.05	v 	<list>
5.39/3.05	v 		id[0][0] id[0][1] id[0][2] id[0][3] id[1][0] id[1][1] id[1][2] id[1][3] id[2][0] id[2][1] id[2][2] id[2][3] id[3][0] id[3][1] id[3][2] id[3][3] id[4][0] id[4][1] id[4][2] id[4][3] id[5][0] id[5][1] id[5][2] id[5][3] id[6][0] id[6][1] id[6][2] id[6][3] id[7][0] id[7][1] id[7][2] id[7][3] id[8][0] id[8][1] id[8][2] id[8][3] id[9][0] id[9][1] id[9][2] id[9][3] top[0][0] top[0][1] top[0][2] top[0][3] top[1][0] top[1][1] top[1][2] top[1][3] top[2][0] top[2][1] top[2][2] top[2][3] top[3][0] top[3][1] top[3][2] top[3][3] top[4][0] top[4][1] top[4][2] top[4][3] top[5][0] top[5][1] top[5][2] top[5][3] top[6][0] top[6][1] top[6][2] top[6][3] top[7][0] top[7][1] top[7][2] top[7][3] top[8][0] top[8][1] top[8][2] top[8][3] top[9][0] top[9][1] top[9][2] top[9][3] left[0][0] left[0][1] left[0][2] left[0][3] left[1][0] left[1][1] left[1][2] left[1][3] left[2][0] left[2][1] left[2][2] left[2][3] left[3][0] left[3][1] left[3][2] left[3][3] left[4][0] left[4][1] left[4][2] left[4][3] left[5][0] left[5][1] left[5][2] left[5][3] left[6][0] left[6][1] left[6][2] left[6][3] left[7][0] left[7][1] left[7][2] left[7][3] left[8][0] left[8][1] left[8][2] left[8][3] left[9][0] left[9][1] left[9][2] left[9][3] bot[0] bot[1] bot[2] bot[3] right[0] right[1] right[2] right[3] right[4] right[5] right[6] right[7] right[8] right[9]
5.39/3.05	v 	</list>
5.39/3.05	v 	<values>
5.39/3.05	v 		2 9 23 1 17 31 26 20 4 29 27 10 14 35 32 11 15 37 39 21 7 34 28 16 22 38 24 12 13 36 33 6 5 25 30 8 3 19 18 0 0 0 0 0 2 6 8 2 1 7 4 3 2 5 4 1 2 5 8 1 1 8 8 3 3 5 4 2 2 6 5 2 1 6 6 1 3 4 4 1 0 3 1 3 0 8 4 5 0 4 5 7 0 6 8 8 0 7 6 7 0 5 6 7 0 7 7 4 0 5 8 5 0 4 7 6 0 3 3 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
5.39/3.05	v 	</values>
5.39/3.05	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 (8082 MiB free)
  memory of node 1: 16384 MiB (10343 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290575-1532614969/watcher-4290575-1532614969 -o /tmp/evaluation-result-4290575-1532614969/solver-4290575-1532614969 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532612596-3153 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1061421963 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290575-1532614969.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=3378, runsolver pid=3375

[startup+0.100095 s]*
/proc/loadavg: 1.83 1.79 1.77 4/221 3393
/proc/meminfo: memFree=18849332/32770624 swapFree=67108860/67108860
[pid=3378] ppid=3375 vsize=14082740 memory=31536 CPUtime=0.12 cores=1,3,5,7
/proc/3378/stat : 3378 (java) S 3375 3378 1242 0 -1 1077944320 6775 0 0 0 11 1 0 0 20 0 15 0 79060094 14420725760 7884 33554432000 4194304 4196468 140721189189248 140721189171792 139849713753847 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
/proc/3378/statm: 3520685 7884 3154 1 0 3482761 0
[pid=3378/tid=3380] ppid=3375 vsize=14082740 memory=-8537238816876754112 CPUtime=0.09 cores=1,3,5,7
/proc/3378/task/3380/stat : 3380 (java) R 3375 3378 1242 0 -1 4202560 4825 0 0 0 9 0 0 0 20 0 15 0 79060094 14420725760 7884 33554432000 4194304 4196468 140721189189248 139849717985408 139849713775773 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3381] ppid=3375 vsize=14082740 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3381/stat : 3381 (java) S 3375 3378 1242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79060095 14420725760 7884 33554432000 4194304 4196468 140721189189248 139849643842448 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3382] ppid=3375 vsize=14082740 memory=140071899465344 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3382/stat : 3382 (java) S 3375 3378 1242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79060095 14420725760 7884 33554432000 4194304 4196468 140721189189248 139849642789648 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3383] ppid=3375 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3383/stat : 3383 (java) S 3375 3378 1242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79060095 14420725760 7884 33554432000 4194304 4196468 140721189189248 139849641737360 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3384] ppid=3375 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3384/stat : 3384 (java) S 3375 3378 1242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79060095 14420725760 7884 33554432000 4194304 4196468 140721189189248 139849640684560 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3385] ppid=3375 vsize=14082740 memory=140071899465344 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3385/stat : 3385 (java) S 3375 3378 1242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79060097 14420725760 7884 33554432000 4194304 4196468 140721189189248 139848827508848 139849713764994 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3386] ppid=3375 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3386/stat : 3386 (java) S 3375 3378 1242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 79060097 14420725760 7884 33554432000 4194304 4196468 140721189189248 139848826454816 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3387] ppid=3375 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3387/stat : 3387 (java) S 3375 3378 1242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 79060097 14420725760 7884 33554432000 4194304 4196468 140721189189248 139848825402480 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3388] ppid=3375 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3388/stat : 3388 (java) S 3375 3378 1242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79060100 14420725760 7884 33554432000 4194304 4196468 140721189189248 139848824350800 139849713772443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3389] ppid=3375 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3389/stat : 3389 (java) S 3375 3378 1242 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 79060100 14420725760 7884 33554432000 4194304 4196468 140721189189248 139848823298672 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3390] ppid=3375 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3390/stat : 3390 (java) S 3375 3378 1242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79060100 14420725760 7884 33554432000 4194304 4196468 140721189189248 139848822245872 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3391] ppid=3375 vsize=14082740 memory=140071899465344 CPUtime=0.01 cores=1,3,5,7
/proc/3378/task/3391/stat : 3391 (java) S 3375 3378 1242 0 -1 1077944384 283 0 0 0 1 0 0 0 20 0 15 0 79060100 14420725760 7884 33554432000 4194304 4196468 140721189189248 139848821193584 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3392] ppid=3375 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3392/stat : 3392 (java) S 3375 3378 1242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79060100 14420725760 7884 33554432000 4194304 4196468 140721189189248 139848820141024 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3393] ppid=3375 vsize=14082740 memory=140071899465344 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3393/stat : 3393 (java) S 3375 3378 1242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79060100 14420725760 7884 33554432000 4194304 4196468 140721189189248 139848819087792 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31536 KiB

[startup+0.211143 s]*
/proc/loadavg: 1.83 1.79 1.77 5/221 3393
/proc/meminfo: memFree=18833952/32770624 swapFree=67108860/67108860
[pid=3378] ppid=3375 vsize=14082740 memory=47336 CPUtime=0.3 cores=1,3,5,7
/proc/3378/stat : 3378 (java) S 3375 3378 1242 0 -1 1077944320 10402 0 0 0 28 2 0 0 20 0 15 0 79060094 14420725760 11834 33554432000 4194304 4196468 140721189189248 140721189171792 139849713753847 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
/proc/3378/statm: 3520685 11834 3379 1 0 3482761 0
[pid=3378/tid=3380] ppid=3375 vsize=14082740 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/3378/task/3380/stat : 3380 (java) S 3375 3378 1242 0 -1 1077944384 8149 0 0 0 18 1 0 0 20 0 15 0 79060094 14420725760 11834 33554432000 4194304 4196468 140721189189248 139849717980512 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3381] ppid=3375 vsize=14082740 memory=343 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3381/stat : 3381 (java) S 3375 3378 1242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79060095 14420725760 11834 33554432000 4194304 4196468 140721189189248 139849643842448 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3382] ppid=3375 vsize=14082740 memory=140071899468979 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3382/stat : 3382 (java) S 3375 3378 1242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79060095 14420725760 11834 33554432000 4194304 4196468 140721189189248 139849642789648 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3383] ppid=3375 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3383/stat : 3383 (java) S 3375 3378 1242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79060095 14420725760 11834 33554432000 4194304 4196468 140721189189248 139849641737360 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3384] ppid=3375 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3384/stat : 3384 (java) S 3375 3378 1242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79060095 14420725760 11834 33554432000 4194304 4196468 140721189189248 139849640684560 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3385] ppid=3375 vsize=14082740 memory=140071899465344 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3385/stat : 3385 (java) S 3375 3378 1242 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 79060097 14420725760 11834 33554432000 4194304 4196468 140721189189248 139848827508848 139849713764994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3386] ppid=3375 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3386/stat : 3386 (java) S 3375 3378 1242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 79060097 14420725760 11834 33554432000 4194304 4196468 140721189189248 139848826454816 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3387] ppid=3375 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3387/stat : 3387 (java) S 3375 3378 1242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 79060097 14420725760 11834 33554432000 4194304 4196468 140721189189248 139848825402480 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3388] ppid=3375 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3388/stat : 3388 (java) S 3375 3378 1242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79060100 14420725760 11834 33554432000 4194304 4196468 140721189189248 139848824350800 139849713772443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3389] ppid=3375 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3378/task/3389/stat : 3389 (java) R 3375 3378 1242 0 -1 4202560 541 0 0 0 2 0 0 0 20 0 15 0 79060100 14420725760 11834 33554432000 4194304 4196468 140721189189248 139848823298672 139849706043296 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3390] ppid=3375 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/3378/task/3390/stat : 3390 (java) R 3375 3378 1242 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 15 0 79060100 14420725760 11834 33554432000 4194304 4196468 140721189189248 139848822245872 139849713764994 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3391] ppid=3375 vsize=14082740 memory=140071899465344 CPUtime=0.05 cores=1,3,5,7
/proc/3378/task/3391/stat : 3391 (java) S 3375 3378 1242 0 -1 1077944384 308 0 0 0 5 0 0 0 20 0 15 0 79060100 14420725760 11834 33554432000 4194304 4196468 140721189189248 139848821193584 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3392] ppid=3375 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3392/stat : 3392 (java) S 3375 3378 1242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79060100 14420725760 11834 33554432000 4194304 4196468 140721189189248 139848820141024 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3393] ppid=3375 vsize=14082740 memory=140071899465344 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3393/stat : 3393 (java) S 3375 3378 1242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79060100 14420725760 11834 33554432000 4194304 4196468 140721189189248 139848819087792 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47336 KiB

[startup+0.311261 s]*
/proc/loadavg: 1.83 1.79 1.77 3/221 3393
/proc/meminfo: memFree=18830044/32770624 swapFree=67108860/67108860
[pid=3378] ppid=3375 vsize=14082740 memory=50460 CPUtime=0.44 cores=1,3,5,7
/proc/3378/stat : 3378 (java) S 3375 3378 1242 0 -1 1077944320 10793 0 0 0 42 2 0 0 20 0 15 0 79060094 14420725760 12615 33554432000 4194304 4196468 140721189189248 140721189171792 139849713753847 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
/proc/3378/statm: 3520685 12615 3382 1 0 3482761 0
[pid=3378/tid=3380] ppid=3375 vsize=14082740 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/3378/task/3380/stat : 3380 (java) R 3375 3378 1242 0 -1 4202560 8485 0 0 0 28 1 0 0 20 0 15 0 79060094 14420725760 12615 33554432000 4194304 4196468 140721189189248 139849717973640 139849696940656 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3381] ppid=3375 vsize=14082740 memory=290763879498383383 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3381/stat : 3381 (java) S 3375 3378 1242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79060095 14420725760 12615 33554432000 4194304 4196468 140721189189248 139849643842448 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3382] ppid=3375 vsize=14082740 memory=15674192075916952 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3382/stat : 3382 (java) S 3375 3378 1242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79060095 14420725760 12615 33554432000 4194304 4196468 140721189189248 139849642789648 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3383] ppid=3375 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3383/stat : 3383 (java) S 3375 3378 1242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79060095 14420725760 12615 33554432000 4194304 4196468 140721189189248 139849641737360 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3384] ppid=3375 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3384/stat : 3384 (java) S 3375 3378 1242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79060095 14420725760 12615 33554432000 4194304 4196468 140721189189248 139849640684560 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3385] ppid=3375 vsize=14082740 memory=140071899465344 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3385/stat : 3385 (java) S 3375 3378 1242 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 79060097 14420725760 12615 33554432000 4194304 4196468 140721189189248 139848827508848 139849713764994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3386] ppid=3375 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3386/stat : 3386 (java) S 3375 3378 1242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 79060097 14420725760 12615 33554432000 4194304 4196468 140721189189248 139848826454816 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3387] ppid=3375 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3387/stat : 3387 (java) S 3375 3378 1242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 79060097 14420725760 12615 33554432000 4194304 4196468 140721189189248 139848825402480 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3388] ppid=3375 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3388/stat : 3388 (java) S 3375 3378 1242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79060100 14420725760 12615 33554432000 4194304 4196468 140721189189248 139848824350800 139849713772443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3389] ppid=3375 vsize=14082740 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/3378/task/3389/stat : 3389 (java) S 3375 3378 1242 0 -1 1077944384 555 0 0 0 3 0 0 0 20 0 15 0 79060100 14420725760 12615 33554432000 4194304 4196468 140721189189248 139848823298672 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3390] ppid=3375 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/3378/task/3390/stat : 3390 (java) S 3375 3378 1242 0 -1 1077944384 66 0 0 0 2 0 0 0 20 0 15 0 79060100 14420725760 12615 33554432000 4194304 4196468 140721189189248 139848822245872 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3391] ppid=3375 vsize=14082740 memory=140071899465344 CPUtime=0.08 cores=1,3,5,7
/proc/3378/task/3391/stat : 3391 (java) S 3375 3378 1242 0 -1 1077944384 320 0 0 0 8 0 0 0 20 0 15 0 79060100 14420725760 12615 33554432000 4194304 4196468 140721189189248 139848821193584 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3392] ppid=3375 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3392/stat : 3392 (java) S 3375 3378 1242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79060100 14420725760 12615 33554432000 4194304 4196468 140721189189248 139848820141024 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3393] ppid=3375 vsize=14082740 memory=140071899465344 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3393/stat : 3393 (java) S 3375 3378 1242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79060100 14420725760 12615 33554432000 4194304 4196468 140721189189248 139848819087792 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50460 KiB

[startup+0.700715 s]
/proc/loadavg: 1.83 1.79 1.77 3/221 3393
/proc/meminfo: memFree=18809332/32770624 swapFree=67108860/67108860
[pid=3378] ppid=3375 vsize=14084808 memory=88700 CPUtime=0.97 cores=1,3,5,7
/proc/3378/stat : 3378 (java) S 3375 3378 1242 0 -1 1077944320 17555 0 0 0 93 4 0 0 20 0 15 0 79060094 14422843392 22175 33554432000 4194304 4196468 140721189189248 140721189171792 139849713753847 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
/proc/3378/statm: 3521202 22175 3497 1 0 3483273 0
[pid=3378/tid=3380] ppid=3375 vsize=14084808 memory=1844 CPUtime=0.67 cores=1,3,5,7
/proc/3378/task/3380/stat : 3380 (java) R 3375 3378 1242 0 -1 4202560 14891 0 0 0 64 3 0 0 20 0 15 0 79060094 14422843392 22175 33554432000 4194304 4196468 140721189189248 139849717959696 139849681355290 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3381] ppid=3375 vsize=14084808 memory=796 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3381/stat : 3381 (java) S 3375 3378 1242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79060095 14422843392 22175 33554432000 4194304 4196468 140721189189248 139849643842448 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3382] ppid=3375 vsize=14084808 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3382/stat : 3382 (java) S 3375 3378 1242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79060095 14422843392 22175 33554432000 4194304 4196468 140721189189248 139849642789648 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3383] ppid=3375 vsize=14084808 memory=13056 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3383/stat : 3383 (java) S 3375 3378 1242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79060095 14422843392 22175 33554432000 4194304 4196468 140721189189248 139849641737360 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3384] ppid=3375 vsize=14084808 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3384/stat : 3384 (java) S 3375 3378 1242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79060095 14422843392 22175 33554432000 4194304 4196468 140721189189248 139849640684560 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3385] ppid=3375 vsize=14084808 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3385/stat : 3385 (java) S 3375 3378 1242 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 79060097 14422843392 22175 33554432000 4194304 4196468 140721189189248 139848827508848 139849713764994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3386] ppid=3375 vsize=14084808 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3386/stat : 3386 (java) S 3375 3378 1242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 79060097 14422843392 22175 33554432000 4194304 4196468 140721189189248 139848826454816 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3387] ppid=3375 vsize=14084808 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3387/stat : 3387 (java) S 3375 3378 1242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 79060097 14422843392 22175 33554432000 4194304 4196468 140721189189248 139848825402480 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3388] ppid=3375 vsize=14084808 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3388/stat : 3388 (java) S 3375 3378 1242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79060100 14422843392 22175 33554432000 4194304 4196468 140721189189248 139848824350800 139849713772443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3389] ppid=3375 vsize=14084808 memory=6296683612537770333 CPUtime=0.06 cores=1,3,5,7
/proc/3378/task/3389/stat : 3389 (java) S 3375 3378 1242 0 -1 1077944384 708 0 0 0 6 0 0 0 20 0 15 0 79060100 14422843392 22175 33554432000 4194304 4196468 140721189189248 139848823298672 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3390] ppid=3375 vsize=14084808 memory=7595725831727968097 CPUtime=0.06 cores=1,3,5,7
/proc/3378/task/3390/stat : 3390 (java) S 3375 3378 1242 0 -1 1077944384 172 0 0 0 6 0 0 0 20 0 15 0 79060100 14422843392 22175 33554432000 4194304 4196468 140721189189248 139848822245872 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3391] ppid=3375 vsize=14084808 memory=7236547281622689387 CPUtime=0.15 cores=1,3,5,7
/proc/3378/task/3391/stat : 3391 (java) S 3375 3378 1242 0 -1 1077944384 405 0 0 0 15 0 0 0 20 0 15 0 79060100 14422843392 22175 33554432000 4194304 4196468 140721189189248 139848821193584 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3392] ppid=3375 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3392/stat : 3392 (java) S 3375 3378 1242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79060100 14422843392 22175 33554432000 4194304 4196468 140721189189248 139848820141024 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3393] ppid=3375 vsize=14084808 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3393/stat : 3393 (java) S 3375 3378 1242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79060100 14422843392 22175 33554432000 4194304 4196468 140721189189248 139848819087792 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88700 KiB

[startup+1.50148 s]
/proc/loadavg: 1.83 1.79 1.77 3/221 3393
/proc/meminfo: memFree=18767644/32770624 swapFree=67108860/67108860
[pid=3378] ppid=3375 vsize=14090952 memory=146500 CPUtime=3.03 cores=1,3,5,7
/proc/3378/stat : 3378 (java) S 3375 3378 1242 0 -1 1077944320 25697 0 0 0 296 7 0 0 20 0 15 0 79060094 14429134848 36625 33554432000 4194304 4196468 140721189189248 140721189171792 139849713753847 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
/proc/3378/statm: 3522738 36625 3551 1 0 3484809 0
[pid=3378/tid=3380] ppid=3375 vsize=14090952 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/3378/task/3380/stat : 3380 (java) R 3375 3378 1242 0 -1 4202560 19171 0 0 0 141 5 0 0 20 0 15 0 79060094 14429134848 36625 33554432000 4194304 4196468 140721189189248 139849717990672 139849325336030 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3381] ppid=3375 vsize=14090952 memory=-8253362664378449550 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3381/stat : 3381 (java) S 3375 3378 1242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79060095 14429134848 37137 33554432000 4194304 4196468 140721189189248 139849643842448 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3382] ppid=3375 vsize=14090952 memory=7245577299922993209 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3382/stat : 3382 (java) S 3375 3378 1242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79060095 14429134848 37137 33554432000 4194304 4196468 140721189189248 139849642789648 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3383] ppid=3375 vsize=14090952 memory=-8412660957079705459 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3383/stat : 3383 (java) S 3375 3378 1242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79060095 14429134848 37137 33554432000 4194304 4196468 140721189189248 139849641737360 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3384] ppid=3375 vsize=14090952 memory=1401637097735671167 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3384/stat : 3384 (java) S 3375 3378 1242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79060095 14429134848 37137 33554432000 4194304 4196468 140721189189248 139849640684560 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3385] ppid=3375 vsize=14090952 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3385/stat : 3385 (java) S 3375 3378 1242 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 79060097 14429134848 37137 33554432000 4194304 4196468 140721189189248 139848827508848 139849713764994 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3386] ppid=3375 vsize=14090952 memory=7161679357305055317 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3386/stat : 3386 (java) S 3375 3378 1242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 79060097 14429134848 37137 33554432000 4194304 4196468 140721189189248 139848826454816 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3387] ppid=3375 vsize=14090952 memory=6370158502951085138 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3387/stat : 3387 (java) S 3375 3378 1242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 79060097 14429134848 37137 33554432000 4194304 4196468 140721189189248 139848825402480 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3388] ppid=3375 vsize=14090952 memory=4642197910265684584 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3388/stat : 3388 (java) S 3375 3378 1242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79060100 14429134848 37137 33554432000 4194304 4196468 140721189189248 139848824350800 139849713772443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3389] ppid=3375 vsize=14090952 memory=7526543592814924919 CPUtime=0.49 cores=1,3,5,7
/proc/3378/task/3389/stat : 3389 (java) R 3375 3378 1242 0 -1 4202560 1798 0 0 0 49 0 0 0 20 0 15 0 79060100 14429134848 37137 33554432000 4194304 4196468 140721189189248 139848823297776 139849695273611 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3390] ppid=3375 vsize=14090952 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/3378/task/3390/stat : 3390 (java) R 3375 3378 1242 0 -1 4202560 1450 0 0 0 49 0 0 0 20 0 15 0 79060100 14429134848 37137 33554432000 4194304 4196468 140721189189248 139848822234464 139849695300568 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3391] ppid=3375 vsize=14090952 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/3378/task/3391/stat : 3391 (java) S 3375 3378 1242 0 -1 1077944384 1883 0 0 0 55 1 0 0 20 0 15 0 79060100 14429134848 37137 33554432000 4194304 4196468 140721189189248 139848821193584 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3392] ppid=3375 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3392/stat : 3392 (java) S 3375 3378 1242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79060100 14429134848 37137 33554432000 4194304 4196468 140721189189248 139848820141024 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3393] ppid=3375 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3393/stat : 3393 (java) S 3375 3378 1242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79060100 14429134848 37137 33554432000 4194304 4196468 140721189189248 139848819087792 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 146500 KiB

[startup+3.06299 s]
# the end of solver process 3378 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.36175 s, system=0.102109 s

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

[startup+1.83928 s]
/proc/loadavg: 1.83 1.79 1.77 3/221 3393
/proc/meminfo: memFree=18767644/32770624 swapFree=67108860/67108860
[pid=3378] ppid=3375 vsize=14090952 memory=174392 CPUtime=4.05 cores=1,3,5,7
/proc/3378/stat : 3378 (java) S 3375 3378 1242 0 -1 1077944320 26060 0 0 0 397 8 0 0 20 0 15 0 79060094 14429134848 43598 33554432000 4194304 4196468 140721189189248 140721189171792 139849713753847 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
/proc/3378/statm: 3522738 43598 3552 1 0 3484809 0
[pid=3378/tid=3380] ppid=3375 vsize=14090952 memory=0 CPUtime=1.8 cores=1,3,5,7
/proc/3378/task/3380/stat : 3380 (java) R 3375 3378 1242 0 -1 4202560 19184 0 0 0 174 6 0 0 20 0 15 0 79060094 14429134848 43598 33554432000 4194304 4196468 140721189189248 139849717989120 139849325624394 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3381] ppid=3375 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3381/stat : 3381 (java) S 3375 3378 1242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79060095 14429134848 43598 33554432000 4194304 4196468 140721189189248 139849643842448 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3382] ppid=3375 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3382/stat : 3382 (java) S 3375 3378 1242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79060095 14429134848 43598 33554432000 4194304 4196468 140721189189248 139849642789648 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3383] ppid=3375 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3383/stat : 3383 (java) S 3375 3378 1242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79060095 14429134848 43598 33554432000 4194304 4196468 140721189189248 139849641737360 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3384] ppid=3375 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3384/stat : 3384 (java) S 3375 3378 1242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79060095 14429134848 43598 33554432000 4194304 4196468 140721189189248 139849640684560 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3385] ppid=3375 vsize=14090952 memory=140071899467057 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3385/stat : 3385 (java) S 3375 3378 1242 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 79060097 14429134848 43598 33554432000 4194304 4196468 140721189189248 139848827508848 139849713764994 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3386] ppid=3375 vsize=14090952 memory=7662981871255316331 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3386/stat : 3386 (java) S 3375 3378 1242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 79060097 14429134848 43598 33554432000 4194304 4196468 140721189189248 139848826454816 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3387] ppid=3375 vsize=14090952 memory=7594598810448916079 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3387/stat : 3387 (java) S 3375 3378 1242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 79060097 14429134848 43598 33554432000 4194304 4196468 140721189189248 139848825402480 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3388] ppid=3375 vsize=14090952 memory=6291636708153839696 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3388/stat : 3388 (java) S 3375 3378 1242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79060100 14429134848 43598 33554432000 4194304 4196468 140721189189248 139848824350800 139849713772443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3389] ppid=3375 vsize=14090952 memory=0 CPUtime=0.83 cores=1,3,5,7
/proc/3378/task/3389/stat : 3389 (java) S 3375 3378 1242 0 -1 1077944384 2055 0 0 0 83 0 0 0 20 0 15 0 79060100 14429134848 43598 33554432000 4194304 4196468 140721189189248 139848823298672 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3390] ppid=3375 vsize=14090952 memory=154610232831096 CPUtime=0.83 cores=1,3,5,7
/proc/3378/task/3390/stat : 3390 (java) R 3375 3378 1242 0 -1 4202560 1536 0 0 0 83 0 0 0 20 0 15 0 79060100 14429134848 43598 33554432000 4194304 4196468 140721189189248 139848822235792 139849713775194 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3391] ppid=3375 vsize=14090952 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/3378/task/3391/stat : 3391 (java) S 3375 3378 1242 0 -1 1077944384 1890 0 0 0 56 1 0 0 20 0 15 0 79060100 14429134848 43598 33554432000 4194304 4196468 140721189189248 139848821193584 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3392] ppid=3375 vsize=14090952 memory=8694940875890338273 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3392/stat : 3392 (java) S 3375 3378 1242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79060100 14429134848 43598 33554432000 4194304 4196468 140721189189248 139848820141024 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3393] ppid=3375 vsize=14090952 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3393/stat : 3393 (java) S 3375 3378 1242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79060100 14429134848 43598 33554432000 4194304 4196468 140721189189248 139848819087792 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
Current children cumulated CPU time: 4.05 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 174392 KiB

[startup+2.60068 s]
/proc/loadavg: 1.93 1.81 1.78 3/221 3393
/proc/meminfo: memFree=18666496/32770624 swapFree=67108860/67108860
[pid=3378] ppid=3375 vsize=14090952 memory=232220 CPUtime=4.97 cores=1,3,5,7
/proc/3378/stat : 3378 (java) S 3375 3378 1242 0 -1 1077944320 29307 0 0 0 488 9 0 0 20 0 15 0 79060094 14429134848 58055 33554432000 4194304 4196468 140721189189248 140721189171792 139849713753847 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
/proc/3378/statm: 3522738 58055 3573 1 0 3484809 0
[pid=3378/tid=3380] ppid=3375 vsize=14090952 memory=956 CPUtime=2.55 cores=1,3,5,7
/proc/3378/task/3380/stat : 3380 (java) R 3375 3378 1242 0 -1 4202560 19483 0 0 0 249 6 0 0 20 0 15 0 79060094 14429134848 58055 33554432000 4194304 4196468 140721189189248 139849717991760 139849325336462 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3381] ppid=3375 vsize=14090952 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3381/stat : 3381 (java) S 3375 3378 1242 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 79060095 14429134848 58055 33554432000 4194304 4196468 140721189189248 139849643842448 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3382] ppid=3375 vsize=14090952 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3382/stat : 3382 (java) S 3375 3378 1242 0 -1 1077944384 736 0 0 0 0 0 0 0 20 0 15 0 79060095 14429134848 58055 33554432000 4194304 4196468 140721189189248 139849642789648 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3383] ppid=3375 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3383/stat : 3383 (java) S 3375 3378 1242 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 79060095 14429134848 58055 33554432000 4194304 4196468 140721189189248 139849641737360 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3384] ppid=3375 vsize=14090952 memory=-7088785026379990432 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3384/stat : 3384 (java) S 3375 3378 1242 0 -1 1077944384 349 0 0 0 0 0 0 0 20 0 15 0 79060095 14429134848 58055 33554432000 4194304 4196468 140721189189248 139849640684560 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3385] ppid=3375 vsize=14090952 memory=-6873162000112450758 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3385/stat : 3385 (java) S 3375 3378 1242 0 -1 1077944384 271 0 0 0 0 0 0 0 20 0 15 0 79060097 14429134848 58055 33554432000 4194304 4196468 140721189189248 139848827508848 139849713764994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3386] ppid=3375 vsize=14090952 memory=-7673225154500992928 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3386/stat : 3386 (java) S 3375 3378 1242 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 79060097 14429134848 58055 33554432000 4194304 4196468 140721189189248 139848826454880 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3387] ppid=3375 vsize=14090952 memory=-7812193691855986592 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3387/stat : 3387 (java) S 3375 3378 1242 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 79060097 14429134848 58055 33554432000 4194304 4196468 140721189189248 139848825402496 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3388] ppid=3375 vsize=14090952 memory=6944656425122700657 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3388/stat : 3388 (java) S 3375 3378 1242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79060100 14429134848 58055 33554432000 4194304 4196468 140721189189248 139848824350800 139849713772443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3389] ppid=3375 vsize=14090952 memory=-8990767739041718224 CPUtime=0.88 cores=1,3,5,7
/proc/3378/task/3389/stat : 3389 (java) S 3375 3378 1242 0 -1 1077944384 2633 0 0 0 88 0 0 0 20 0 15 0 79060100 14429134848 58055 33554432000 4194304 4196468 140721189189248 139848823298672 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3390] ppid=3375 vsize=14090952 memory=7014751519616881250 CPUtime=0.9 cores=1,3,5,7
/proc/3378/task/3390/stat : 3390 (java) S 3375 3378 1242 0 -1 1077944384 1925 0 0 0 90 0 0 0 20 0 15 0 79060100 14429134848 58055 33554432000 4194304 4196468 140721189189248 139848822245872 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3391] ppid=3375 vsize=14090952 memory=7014751519616881250 CPUtime=0.58 cores=1,3,5,7
/proc/3378/task/3391/stat : 3391 (java) S 3375 3378 1242 0 -1 1077944384 2388 0 0 0 57 1 0 0 20 0 15 0 79060100 14429134848 58055 33554432000 4194304 4196468 140721189189248 139848821193584 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3392] ppid=3375 vsize=14090952 memory=7014751519616881250 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3392/stat : 3392 (java) S 3375 3378 1242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79060100 14429134848 58055 33554432000 4194304 4196468 140721189189248 139848820141024 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3393] ppid=3375 vsize=14090952 memory=7014751519616881250 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3393/stat : 3393 (java) S 3375 3378 1242 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 79060100 14429134848 58055 33554432000 4194304 4196468 140721189189248 139848819087792 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
Current children cumulated CPU time: 4.97 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 232220 KiB

[startup+3.00069 s]
/proc/loadavg: 1.93 1.81 1.78 3/221 3393
/proc/meminfo: memFree=18666496/32770624 swapFree=67108860/67108860
[pid=3378] ppid=3375 vsize=14090952 memory=232268 CPUtime=5.39 cores=1,3,5,7
/proc/3378/stat : 3378 (java) S 3375 3378 1242 0 -1 1077944320 29423 0 0 0 530 9 0 0 20 0 15 0 79060094 14429134848 58067 33554432000 4194304 4196468 140721189189248 140721189171792 139849713753847 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
/proc/3378/statm: 3522738 58067 3575 1 0 3484809 0
[pid=3378/tid=3380] ppid=3375 vsize=14090952 memory=8112282956445269571 CPUtime=2.95 cores=1,3,5,7
/proc/3378/task/3380/stat : 3380 (java) R 3375 3378 1242 0 -1 4202560 19503 0 0 0 289 6 0 0 20 0 15 0 79060094 14429134848 58067 33554432000 4194304 4196468 140721189189248 139849717991768 139849325336498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3381] ppid=3375 vsize=14090952 memory=6656426053125892771 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3381/stat : 3381 (java) S 3375 3378 1242 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 79060095 14429134848 58067 33554432000 4194304 4196468 140721189189248 139849643842448 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3382] ppid=3375 vsize=14090952 memory=-2893623298589923098 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3382/stat : 3382 (java) S 3375 3378 1242 0 -1 1077944384 736 0 0 0 0 0 0 0 20 0 15 0 79060095 14429134848 58067 33554432000 4194304 4196468 140721189189248 139849642789648 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3383] ppid=3375 vsize=14090952 memory=7307210949159595474 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3383/stat : 3383 (java) S 3375 3378 1242 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 79060095 14429134848 58067 33554432000 4194304 4196468 140721189189248 139849641737360 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3384] ppid=3375 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3384/stat : 3384 (java) S 3375 3378 1242 0 -1 1077944384 349 0 0 0 0 0 0 0 20 0 15 0 79060095 14429134848 58067 33554432000 4194304 4196468 140721189189248 139849640684560 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3385] ppid=3375 vsize=14090952 memory=657970 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3385/stat : 3385 (java) S 3375 3378 1242 0 -1 1077944384 271 0 0 0 0 0 0 0 20 0 15 0 79060097 14429134848 58067 33554432000 4194304 4196468 140721189189248 139848827508848 139849713764994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3386] ppid=3375 vsize=14090952 memory=8315167063544725677 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3386/stat : 3386 (java) S 3375 3378 1242 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 79060097 14429134848 58067 33554432000 4194304 4196468 140721189189248 139848826454880 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3387] ppid=3375 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3387/stat : 3387 (java) S 3375 3378 1242 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 79060097 14429134848 58067 33554432000 4194304 4196468 140721189189248 139848825402496 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3388] ppid=3375 vsize=14090952 memory=10 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3388/stat : 3388 (java) S 3375 3378 1242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79060100 14429134848 58067 33554432000 4194304 4196468 140721189189248 139848824350800 139849713772443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3389] ppid=3375 vsize=14090952 memory=0 CPUtime=0.88 cores=1,3,5,7
/proc/3378/task/3389/stat : 3389 (java) S 3375 3378 1242 0 -1 1077944384 2633 0 0 0 88 0 0 0 20 0 15 0 79060100 14429134848 58067 33554432000 4194304 4196468 140721189189248 139848823298672 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3390] ppid=3375 vsize=14090952 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/3378/task/3390/stat : 3390 (java) S 3375 3378 1242 0 -1 1077944384 1982 0 0 0 91 0 0 0 20 0 15 0 79060100 14429134848 58067 33554432000 4194304 4196468 140721189189248 139848822245872 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3391] ppid=3375 vsize=14090952 memory=8243122710528917583 CPUtime=0.59 cores=1,3,5,7
/proc/3378/task/3391/stat : 3391 (java) S 3375 3378 1242 0 -1 1077944384 2427 0 0 0 58 1 0 0 20 0 15 0 79060100 14429134848 58067 33554432000 4194304 4196468 140721189189248 139848821193584 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3392] ppid=3375 vsize=14090952 memory=25470 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3392/stat : 3392 (java) S 3375 3378 1242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79060100 14429134848 58067 33554432000 4194304 4196468 140721189189248 139848820141024 139849713764053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
[pid=3378/tid=3393] ppid=3375 vsize=14090952 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3378/task/3393/stat : 3393 (java) S 3375 3378 1242 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 79060100 14429134848 58067 33554432000 4194304 4196468 140721189189248 139848819087792 139849713764994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23777280 140721189196872 140721189197065 140721189197065 140721189199823 0
Current children cumulated CPU time: 5.39 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 232268 KiB

Child status: 0
Real time (s): 3.06304
CPU time (s): 5.46386
CPU user time (s): 5.36175
CPU system time (s): 0.102109
CPU usage (%): 178.38
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 232268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.36175
system time used= 0.102109
maximum resident set size= 232916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29997
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2746
involuntary context switches= 28


# summary of solver processes directly reported to runsolver:
#   pid: 3378
#   total CPU time (s): 5.46386
#   total CPU user time (s): 5.36175
#   total CPU system time (s): 0.102109

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032463 second user time and 0.080237 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-26 16:22:49
IDJOB=4290575
IDBENCH=141655
IDSOLVER=2743
FILE ID=node133/4290575-1532614969
RUNJOBID= node133-1532612596-3153
PBS_JOBID= 21021974
Free space on /tmp= 48216 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/Eternity/Eternity-10-04_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290575-1532614969/watcher-4290575-1532614969 -o /tmp/evaluation-result-4290575-1532614969/solver-4290575-1532614969 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532612596-3153 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1061421963 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290575-1532614969.xml

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

MD5SUM BENCH= f6e7bfb75851ce9d6d95540719dd30c6
RANDOM SEED=1061421963

node133.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.24
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.24
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.24
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.24
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:        18867584 kB
MemAvailable:   31744276 kB
Buffers:          195888 kB
Cached:         12842596 kB
SwapCached:            0 kB
Active:          3001760 kB
Inactive:       10276368 kB
Active(anon):     191132 kB
Inactive(anon):    76264 kB
Active(file):    2810628 kB
Inactive(file): 10200104 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35644 kB
Writeback:             0 kB
AnonPages:        246468 kB
Mapped:            54360 kB
Shmem:             25248 kB
Slab:             322028 kB
SReclaimable:     294420 kB
SUnreclaim:        27608 kB
KernelStack:        3600 kB
PageTables:         5712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1188316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48180 MiB
End job on node133 at 2018-07-26 16:22:53