Trace number 4290560

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 4.87531 3.64723

General information on the benchmark

NameMagicHexagon/
MagicHexagon-04-m004_c18.xml
MD5SUM2f4e790a4fde13aad103094a46699cf0
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.113265
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints28
Number of domains1
Minimum domain size37
Maximum domain size37
Distribution of domain sizes[{"size":37,"count":37}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":12},{"degree":4,"count":31},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity37
Distribution of constraint arities[{"arity":2,"count":6},{"arity":4,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":3},{"arity":37,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":21}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.56	c version: 2018-07-02
0.67/0.56	c seed: 471535914
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.59	c Parsing instance...
1.52/1.09	c Parsing done, starting search...
4.81/3.64	s SATISFIABLE
4.81/3.64	v <instantiation>
4.81/3.64	v 	<list>
4.81/3.64	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3]
4.81/3.64	v 	</list>
4.81/3.64	v 	<values>
4.81/3.64	v 		11 21 15 27 18 12 24 4 16 17 14 1 10 23 9 28 20 0 -1 2 3 22 7 26 -3 -4 19 29 8 6 32 30 -2 31 5 13 25 
4.81/3.64	v 	</values>
4.81/3.64	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 (8285 MiB free)
  memory of node 1: 16384 MiB (10162 MiB free)
  node distances:
     10  21
     21  10

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

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

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=30503, runsolver pid=30500

[startup+0.100058 s]*
/proc/loadavg: 1.40 1.28 1.31 3/221 30518
/proc/meminfo: memFree=18871616/32770624 swapFree=67108860/67108860
[pid=30503] ppid=30500 vsize=14082740 memory=31968 CPUtime=0.12 cores=0,2,4,6
/proc/30503/stat : 30503 (java) S 30500 30503 29728 0 -1 1077944320 6896 0 0 0 12 0 0 0 20 0 15 0 74534245 14420725760 7992 33554432000 4194304 4196468 140732349061984 140732349044528 140588103089911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
/proc/30503/statm: 3520685 7992 3151 1 0 3482761 0
[pid=30503/tid=30505] ppid=30500 vsize=14082740 memory=-8701690554791923578 CPUtime=0.09 cores=0,2,4,6
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 29728 0 -1 4202560 4937 0 0 0 9 0 0 0 20 0 15 0 74534245 14420725760 7992 33554432000 4194304 4196468 140732349061984 140588107293032 140588059701087 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30506] ppid=30500 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30506/stat : 30506 (java) S 30500 30503 29728 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74534246 14420725760 7992 33554432000 4194304 4196468 140732349061984 140588040689936 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30507] ppid=30500 vsize=14082740 memory=139668877424256 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30507/stat : 30507 (java) S 30500 30503 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74534246 14420725760 7992 33554432000 4194304 4196468 140732349061984 140588039637392 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30508] ppid=30500 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30508/stat : 30508 (java) S 30500 30503 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74534246 14420725760 7992 33554432000 4194304 4196468 140732349061984 140588038584848 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30509] ppid=30500 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30509/stat : 30509 (java) S 30500 30503 29728 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74534246 14420725760 7992 33554432000 4194304 4196468 140732349061984 140587695610512 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30510] ppid=30500 vsize=14082740 memory=139668877424256 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30510/stat : 30510 (java) S 30500 30503 29728 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74534247 14420725760 7992 33554432000 4194304 4196468 140732349061984 140587645106672 140588103101058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30511] ppid=30500 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30511/stat : 30511 (java) S 30500 30503 29728 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74534248 14420725760 7992 33554432000 4194304 4196468 140732349061984 140587644052896 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30512] ppid=30500 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30512/stat : 30512 (java) S 30500 30503 29728 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74534248 14420725760 7992 33554432000 4194304 4196468 140732349061984 140587643000304 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30513] ppid=30500 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30513/stat : 30513 (java) S 30500 30503 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74534250 14420725760 7992 33554432000 4194304 4196468 140732349061984 140587641948880 140588103108507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30514] ppid=30500 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30514/stat : 30514 (java) S 30500 30503 29728 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 74534250 14420725760 7992 33554432000 4194304 4196468 140732349061984 140587640895472 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30515] ppid=30500 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30515/stat : 30515 (java) S 30500 30503 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74534250 14420725760 7992 33554432000 4194304 4196468 140732349061984 140587639842928 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30516] ppid=30500 vsize=14082740 memory=139668877424256 CPUtime=0.01 cores=0,2,4,6
/proc/30503/task/30516/stat : 30516 (java) S 30500 30503 29728 0 -1 1077944384 279 0 0 0 1 0 0 0 20 0 15 0 74534250 14420725760 7992 33554432000 4194304 4196468 140732349061984 140587638790384 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30517] ppid=30500 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30517/stat : 30517 (java) S 30500 30503 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74534251 14420725760 7992 33554432000 4194304 4196468 140732349061984 140587637738080 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30518] ppid=30500 vsize=14082740 memory=139668877424256 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30518/stat : 30518 (java) S 30500 30503 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74534251 14420725760 7992 33554432000 4194304 4196468 140732349061984 140587636685616 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31968 KiB

[startup+0.21105 s]*
/proc/loadavg: 1.40 1.28 1.31 5/221 30518
/proc/meminfo: memFree=18856484/32770624 swapFree=67108860/67108860
[pid=30503] ppid=30500 vsize=14082740 memory=47760 CPUtime=0.3 cores=0,2,4,6
/proc/30503/stat : 30503 (java) S 30500 30503 29728 0 -1 1077944320 10542 0 0 0 29 1 0 0 20 0 15 0 74534245 14420725760 11940 33554432000 4194304 4196468 140732349061984 140732349044528 140588103089911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
/proc/30503/statm: 3520685 11940 3361 1 0 3482761 0
[pid=30503/tid=30505] ppid=30500 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 29728 0 -1 4202560 8264 0 0 0 19 1 0 0 20 0 15 0 74534245 14420725760 11940 33554432000 4194304 4196468 140732349061984 140588107319264 140588103111837 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30506] ppid=30500 vsize=14082740 memory=343 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30506/stat : 30506 (java) S 30500 30503 29728 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74534246 14420725760 11940 33554432000 4194304 4196468 140732349061984 140588040689936 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30507] ppid=30500 vsize=14082740 memory=139668877453929 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30507/stat : 30507 (java) S 30500 30503 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74534246 14420725760 11940 33554432000 4194304 4196468 140732349061984 140588039637392 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30508] ppid=30500 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30508/stat : 30508 (java) S 30500 30503 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74534246 14420725760 11940 33554432000 4194304 4196468 140732349061984 140588038584848 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30509] ppid=30500 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30509/stat : 30509 (java) S 30500 30503 29728 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74534246 14420725760 11940 33554432000 4194304 4196468 140732349061984 140587695610512 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30510] ppid=30500 vsize=14082740 memory=139668877424256 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30510/stat : 30510 (java) S 30500 30503 29728 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 74534247 14420725760 11940 33554432000 4194304 4196468 140732349061984 140587645106672 140588103101058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30511] ppid=30500 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30511/stat : 30511 (java) S 30500 30503 29728 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74534248 14420725760 11940 33554432000 4194304 4196468 140732349061984 140587644052896 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30512] ppid=30500 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30512/stat : 30512 (java) S 30500 30503 29728 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74534248 14420725760 11940 33554432000 4194304 4196468 140732349061984 140587643000304 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30513] ppid=30500 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30513/stat : 30513 (java) S 30500 30503 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74534250 14420725760 11940 33554432000 4194304 4196468 140732349061984 140587641948880 140588103108507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30514] ppid=30500 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30503/task/30514/stat : 30514 (java) R 30500 30503 29728 0 -1 1077944384 383 0 0 0 2 0 0 0 20 0 15 0 74534250 14420725760 11940 33554432000 4194304 4196468 140732349061984 140587640895472 140588103101058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30515] ppid=30500 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/30503/task/30515/stat : 30515 (java) R 30500 30503 29728 0 -1 4202560 207 0 0 0 1 0 0 0 20 0 15 0 74534250 14420725760 11940 33554432000 4194304 4196468 140732349061984 140587639834576 140588088199477 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30516] ppid=30500 vsize=14082740 memory=139668877424256 CPUtime=0.05 cores=0,2,4,6
/proc/30503/task/30516/stat : 30516 (java) S 30500 30503 29728 0 -1 1077944384 307 0 0 0 5 0 0 0 20 0 15 0 74534250 14420725760 11940 33554432000 4194304 4196468 140732349061984 140587638790384 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30517] ppid=30500 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30517/stat : 30517 (java) S 30500 30503 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74534251 14420725760 11940 33554432000 4194304 4196468 140732349061984 140587637738080 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30518] ppid=30500 vsize=14082740 memory=139668877424256 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30518/stat : 30518 (java) S 30500 30503 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74534251 14420725760 11940 33554432000 4194304 4196468 140732349061984 140587636685616 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47760 KiB

[startup+0.310529 s]*
/proc/loadavg: 1.40 1.28 1.31 3/221 30518
/proc/meminfo: memFree=18853028/32770624 swapFree=67108860/67108860
[pid=30503] ppid=30500 vsize=14082740 memory=51148 CPUtime=0.44 cores=0,2,4,6
/proc/30503/stat : 30503 (java) S 30500 30503 29728 0 -1 1077944320 10922 0 0 0 43 1 0 0 20 0 15 0 74534245 14420725760 12787 33554432000 4194304 4196468 140732349061984 140732349044528 140588103089911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
/proc/30503/statm: 3520685 12787 3403 1 0 3482761 0
[pid=30503/tid=30505] ppid=30500 vsize=14082740 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 29728 0 -1 4202560 8597 0 0 0 29 1 0 0 20 0 15 0 74534245 14420725760 12787 33554432000 4194304 4196468 140732349061984 140588107301424 140588087170398 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30506] ppid=30500 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30506/stat : 30506 (java) S 30500 30503 29728 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74534246 14420725760 12787 33554432000 4194304 4196468 140732349061984 140588040689936 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30507] ppid=30500 vsize=14082740 memory=139668877453734 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30507/stat : 30507 (java) S 30500 30503 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74534246 14420725760 12787 33554432000 4194304 4196468 140732349061984 140588039637392 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30508] ppid=30500 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30508/stat : 30508 (java) S 30500 30503 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74534246 14420725760 12787 33554432000 4194304 4196468 140732349061984 140588038584848 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30509] ppid=30500 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30509/stat : 30509 (java) S 30500 30503 29728 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74534246 14420725760 12787 33554432000 4194304 4196468 140732349061984 140587695610512 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30510] ppid=30500 vsize=14082740 memory=139668877424256 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30510/stat : 30510 (java) S 30500 30503 29728 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 74534247 14420725760 12787 33554432000 4194304 4196468 140732349061984 140587645106672 140588103101058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30511] ppid=30500 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30511/stat : 30511 (java) S 30500 30503 29728 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74534248 14420725760 12787 33554432000 4194304 4196468 140732349061984 140587644052896 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30512] ppid=30500 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30512/stat : 30512 (java) S 30500 30503 29728 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74534248 14420725760 12787 33554432000 4194304 4196468 140732349061984 140587643000304 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30513] ppid=30500 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30513/stat : 30513 (java) S 30500 30503 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74534250 14420725760 12787 33554432000 4194304 4196468 140732349061984 140587641948880 140588103108507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30514] ppid=30500 vsize=14082740 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/30503/task/30514/stat : 30514 (java) S 30500 30503 29728 0 -1 1077944384 400 0 0 0 3 0 0 0 20 0 15 0 74534250 14420725760 12787 33554432000 4194304 4196468 140732349061984 140587640895472 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30515] ppid=30500 vsize=14082740 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30503/task/30515/stat : 30515 (java) S 30500 30503 29728 0 -1 1077944384 227 0 0 0 2 0 0 0 20 0 15 0 74534250 14420725760 12787 33554432000 4194304 4196468 140732349061984 140587639842928 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30516] ppid=30500 vsize=14082740 memory=139668877424256 CPUtime=0.08 cores=0,2,4,6
/proc/30503/task/30516/stat : 30516 (java) S 30500 30503 29728 0 -1 1077944384 317 0 0 0 8 0 0 0 20 0 15 0 74534250 14420725760 12787 33554432000 4194304 4196468 140732349061984 140587638790384 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30517] ppid=30500 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30517/stat : 30517 (java) S 30500 30503 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74534251 14420725760 12787 33554432000 4194304 4196468 140732349061984 140587637738080 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30518] ppid=30500 vsize=14082740 memory=139668877424256 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30518/stat : 30518 (java) S 30500 30503 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74534251 14420725760 12787 33554432000 4194304 4196468 140732349061984 140587636685616 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 51148 KiB

[startup+0.700726 s]
/proc/loadavg: 1.40 1.28 1.31 3/221 30518
/proc/meminfo: memFree=18829712/32770624 swapFree=67108860/67108860
[pid=30503] ppid=30500 vsize=14084808 memory=90796 CPUtime=0.98 cores=0,2,4,6
/proc/30503/stat : 30503 (java) S 30500 30503 29728 0 -1 1077944320 17595 0 0 0 94 4 0 0 20 0 15 0 74534245 14422843392 22699 33554432000 4194304 4196468 140732349061984 140732349044528 140588103089911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
/proc/30503/statm: 3521202 22699 3493 1 0 3483273 0
[pid=30503/tid=30505] ppid=30500 vsize=14084808 memory=1844 CPUtime=0.67 cores=0,2,4,6
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 29728 0 -1 4202560 14910 0 0 0 64 3 0 0 20 0 15 0 74534245 14422843392 22699 33554432000 4194304 4196468 140732349061984 140588107315536 140588103111837 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30506] ppid=30500 vsize=14084808 memory=796 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30506/stat : 30506 (java) S 30500 30503 29728 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74534246 14422843392 22699 33554432000 4194304 4196468 140732349061984 140588040689936 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30507] ppid=30500 vsize=14084808 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30507/stat : 30507 (java) S 30500 30503 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74534246 14422843392 22699 33554432000 4194304 4196468 140732349061984 140588039637392 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30508] ppid=30500 vsize=14084808 memory=13056 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30508/stat : 30508 (java) S 30500 30503 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74534246 14422843392 22699 33554432000 4194304 4196468 140732349061984 140588038584848 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30509] ppid=30500 vsize=14084808 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30509/stat : 30509 (java) S 30500 30503 29728 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74534246 14422843392 22699 33554432000 4194304 4196468 140732349061984 140587695610512 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30510] ppid=30500 vsize=14084808 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30510/stat : 30510 (java) S 30500 30503 29728 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 74534247 14422843392 22699 33554432000 4194304 4196468 140732349061984 140587645106672 140588103101058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30511] ppid=30500 vsize=14084808 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30511/stat : 30511 (java) S 30500 30503 29728 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74534248 14422843392 22699 33554432000 4194304 4196468 140732349061984 140587644052896 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30512] ppid=30500 vsize=14084808 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30512/stat : 30512 (java) S 30500 30503 29728 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74534248 14422843392 22699 33554432000 4194304 4196468 140732349061984 140587643000304 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30513] ppid=30500 vsize=14084808 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30513/stat : 30513 (java) S 30500 30503 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74534250 14422843392 22699 33554432000 4194304 4196468 140732349061984 140587641948880 140588103108507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30514] ppid=30500 vsize=14084808 memory=6296683612537770333 CPUtime=0.06 cores=0,2,4,6
/proc/30503/task/30514/stat : 30514 (java) R 30500 30503 29728 0 -1 1077944384 539 0 0 0 6 0 0 0 20 0 15 0 74534250 14422843392 22699 33554432000 4194304 4196468 140732349061984 140587640895472 140588103101058 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30515] ppid=30500 vsize=14084808 memory=7595725831727968097 CPUtime=0.08 cores=0,2,4,6
/proc/30503/task/30515/stat : 30515 (java) S 30500 30503 29728 0 -1 1077944384 382 0 0 0 8 0 0 0 20 0 15 0 74534250 14422843392 22699 33554432000 4194304 4196468 140732349061984 140587639842928 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30516] ppid=30500 vsize=14084808 memory=7236547281622689387 CPUtime=0.15 cores=0,2,4,6
/proc/30503/task/30516/stat : 30516 (java) S 30500 30503 29728 0 -1 1077944384 382 0 0 0 15 0 0 0 20 0 15 0 74534250 14422843392 22699 33554432000 4194304 4196468 140732349061984 140587638790384 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30517] ppid=30500 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30517/stat : 30517 (java) S 30500 30503 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74534251 14422843392 22699 33554432000 4194304 4196468 140732349061984 140587637738080 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30518] ppid=30500 vsize=14084808 memory=279337559733184 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30518/stat : 30518 (java) S 30500 30503 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74534251 14422843392 22699 33554432000 4194304 4196468 140732349061984 140587636685616 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 90796 KiB

[startup+1.50105 s]
/proc/loadavg: 1.40 1.28 1.31 3/221 30518
/proc/meminfo: memFree=18798320/32770624 swapFree=67108860/67108860
[pid=30503] ppid=30500 vsize=14090952 memory=140392 CPUtime=2.86 cores=0,2,4,6
/proc/30503/stat : 30503 (java) S 30500 30503 29728 0 -1 1077944320 25936 0 0 0 279 7 0 0 20 0 15 0 74534245 14429134848 35098 33554432000 4194304 4196468 140732349061984 140732349044528 140588103089911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
/proc/30503/statm: 3522738 35098 3538 1 0 3484809 0
[pid=30503/tid=30505] ppid=30500 vsize=14090952 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 29728 0 -1 4202560 20002 0 0 0 142 4 0 0 20 0 15 0 74534245 14429134848 35098 33554432000 4194304 4196468 140732349061984 140588107325296 140587722802222 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30506] ppid=30500 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30506/stat : 30506 (java) S 30500 30503 29728 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74534246 14429134848 35098 33554432000 4194304 4196468 140732349061984 140588040689936 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30507] ppid=30500 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30507/stat : 30507 (java) S 30500 30503 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74534246 14429134848 35098 33554432000 4194304 4196468 140732349061984 140588039637392 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30508] ppid=30500 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30508/stat : 30508 (java) S 30500 30503 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74534246 14429134848 35098 33554432000 4194304 4196468 140732349061984 140588038584848 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30509] ppid=30500 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30509/stat : 30509 (java) S 30500 30503 29728 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74534246 14429134848 35098 33554432000 4194304 4196468 140732349061984 140587695610512 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30510] ppid=30500 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30510/stat : 30510 (java) S 30500 30503 29728 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 74534247 14429134848 35098 33554432000 4194304 4196468 140732349061984 140587645106672 140588103101058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30511] ppid=30500 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30511/stat : 30511 (java) S 30500 30503 29728 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74534248 14429134848 35098 33554432000 4194304 4196468 140732349061984 140587644052896 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30512] ppid=30500 vsize=14090952 memory=26 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30512/stat : 30512 (java) S 30500 30503 29728 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74534248 14429134848 35098 33554432000 4194304 4196468 140732349061984 140587643000304 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30513] ppid=30500 vsize=14090952 memory=31 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30513/stat : 30513 (java) S 30500 30503 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74534250 14429134848 35098 33554432000 4194304 4196468 140732349061984 140587641948880 140588103108507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30514] ppid=30500 vsize=14090952 memory=39 CPUtime=0.47 cores=0,2,4,6
/proc/30503/task/30514/stat : 30514 (java) R 30500 30503 29728 0 -1 4202560 1517 0 0 0 46 1 0 0 20 0 15 0 74534250 14429134848 35098 33554432000 4194304 4196468 140732349061984 140587640888496 140588082752128 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30515] ppid=30500 vsize=14090952 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/30503/task/30515/stat : 30515 (java) R 30500 30503 29728 0 -1 4202560 1120 0 0 0 50 0 0 0 20 0 15 0 74534250 14429134848 35098 33554432000 4194304 4196468 140732349061984 140587639831408 140588096186668 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30516] ppid=30500 vsize=14090952 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/30503/task/30516/stat : 30516 (java) S 30500 30503 29728 0 -1 1077944384 1911 0 0 0 39 0 0 0 20 0 15 0 74534250 14429134848 35098 33554432000 4194304 4196468 140732349061984 140587638790384 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30517] ppid=30500 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30517/stat : 30517 (java) S 30500 30503 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74534251 14429134848 35098 33554432000 4194304 4196468 140732349061984 140587637738080 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30518] ppid=30500 vsize=14090952 memory=-7606742951091920751 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30518/stat : 30518 (java) S 30500 30503 29728 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 74534251 14429134848 35098 33554432000 4194304 4196468 140732349061984 140587636685616 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 140392 KiB

[startup+3.11031 s]
/proc/loadavg: 1.44 1.29 1.31 3/221 30518
/proc/meminfo: memFree=18677800/32770624 swapFree=67108860/67108860
[pid=30503] ppid=30500 vsize=14090952 memory=226980 CPUtime=4.32 cores=0,2,4,6
/proc/30503/stat : 30503 (java) S 30500 30503 29728 0 -1 1077944320 27976 0 0 0 423 9 0 0 20 0 15 0 74534245 14429134848 56745 33554432000 4194304 4196468 140732349061984 140732349044528 140588103089911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
/proc/30503/statm: 3522738 56745 3557 1 0 3484809 0
[pid=30503/tid=30505] ppid=30500 vsize=14090952 memory=7378695447338510956 CPUtime=2.73 cores=0,2,4,6
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 29728 0 -1 4202560 20176 0 0 0 267 6 0 0 20 0 15 0 74534245 14429134848 56745 33554432000 4194304 4196468 140732349061984 140588107325688 140587722815479 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30506] ppid=30500 vsize=14090952 memory=4036 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30506/stat : 30506 (java) S 30500 30503 29728 0 -1 1077944384 354 0 0 0 0 0 0 0 20 0 15 0 74534246 14429134848 56745 33554432000 4194304 4196468 140732349061984 140588040689936 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30507] ppid=30500 vsize=14090952 memory=279337559663744 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30507/stat : 30507 (java) S 30500 30503 29728 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 74534246 14429134848 56745 33554432000 4194304 4196468 140732349061984 140588039637392 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30508] ppid=30500 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30508/stat : 30508 (java) S 30500 30503 29728 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 74534246 14429134848 56745 33554432000 4194304 4196468 140732349061984 140588038584848 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30509] ppid=30500 vsize=14090952 memory=279337559826504 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30509/stat : 30509 (java) S 30500 30503 29728 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 74534246 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587695610512 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30510] ppid=30500 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30510/stat : 30510 (java) S 30500 30503 29728 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 74534247 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587645106672 140588103101058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 33 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30511] ppid=30500 vsize=14090952 memory=57 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30511/stat : 30511 (java) S 30500 30503 29728 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 74534248 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587644052896 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30512] ppid=30500 vsize=14090952 memory=56 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30512/stat : 30512 (java) S 30500 30503 29728 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 74534248 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587643000304 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30513] ppid=30500 vsize=14090952 memory=40 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30513/stat : 30513 (java) S 30500 30503 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74534250 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587641948880 140588103108507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30514] ppid=30500 vsize=14090952 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/30503/task/30514/stat : 30514 (java) S 30500 30503 29728 0 -1 1077944384 2076 0 0 0 56 1 0 0 20 0 15 0 74534250 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587640895472 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 42 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30515] ppid=30500 vsize=14090952 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/30503/task/30515/stat : 30515 (java) S 30500 30503 29728 0 -1 1077944384 1165 0 0 0 56 0 0 0 20 0 15 0 74534250 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587639842928 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 43 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30516] ppid=30500 vsize=14090952 memory=6791534058613427641 CPUtime=0.4 cores=0,2,4,6
/proc/30503/task/30516/stat : 30516 (java) S 30500 30503 29728 0 -1 1077944384 2490 0 0 0 40 0 0 0 20 0 15 0 74534250 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587638790384 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30517] ppid=30500 vsize=14090952 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30517/stat : 30517 (java) S 30500 30503 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74534251 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587637738080 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30518] ppid=30500 vsize=14090952 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30518/stat : 30518 (java) S 30500 30503 29728 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 74534251 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587636685616 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 44 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
Current children cumulated CPU time: 4.32 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 226980 KiB

[startup+3.64719 s]
# the end of solver process 30503 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.77266 s, system=0.102648 s

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

[startup+3.20094 s]
/proc/loadavg: 1.44 1.29 1.31 3/221 30518
/proc/meminfo: memFree=18677800/32770624 swapFree=67108860/67108860
[pid=30503] ppid=30500 vsize=14090952 memory=226980 CPUtime=4.41 cores=0,2,4,6
/proc/30503/stat : 30503 (java) S 30500 30503 29728 0 -1 1077944320 27976 0 0 0 432 9 0 0 20 0 15 0 74534245 14429134848 56745 33554432000 4194304 4196468 140732349061984 140732349044528 140588103089911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
/proc/30503/statm: 3522738 56745 3557 1 0 3484809 0
[pid=30503/tid=30505] ppid=30500 vsize=14090952 memory=-4190076264842474805 CPUtime=2.83 cores=0,2,4,6
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 29728 0 -1 4202560 20176 0 0 0 277 6 0 0 20 0 15 0 74534245 14429134848 56745 33554432000 4194304 4196468 140732349061984 140588107325688 140587719279567 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30506] ppid=30500 vsize=14090952 memory=-3040564339240289162 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30506/stat : 30506 (java) S 30500 30503 29728 0 -1 1077944384 354 0 0 0 0 0 0 0 20 0 15 0 74534246 14429134848 56745 33554432000 4194304 4196468 140732349061984 140588040689936 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30507] ppid=30500 vsize=14090952 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30507/stat : 30507 (java) S 30500 30503 29728 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 74534246 14429134848 56745 33554432000 4194304 4196468 140732349061984 140588039637392 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30508] ppid=30500 vsize=14090952 memory=7521951917015065424 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30508/stat : 30508 (java) S 30500 30503 29728 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 74534246 14429134848 56745 33554432000 4194304 4196468 140732349061984 140588038584848 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30509] ppid=30500 vsize=14090952 memory=6010990935144948846 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30509/stat : 30509 (java) S 30500 30503 29728 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 74534246 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587695610512 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30510] ppid=30500 vsize=14090952 memory=7740114823799924848 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30510/stat : 30510 (java) S 30500 30503 29728 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 74534247 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587645106672 140588103101058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 33 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30511] ppid=30500 vsize=14090952 memory=4639341352798146640 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30511/stat : 30511 (java) S 30500 30503 29728 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 74534248 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587644052896 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30512] ppid=30500 vsize=14090952 memory=7235688567302220646 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30512/stat : 30512 (java) S 30500 30503 29728 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 74534248 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587643000304 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30513] ppid=30500 vsize=14090952 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30513/stat : 30513 (java) S 30500 30503 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74534250 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587641948880 140588103108507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30514] ppid=30500 vsize=14090952 memory=2324 CPUtime=0.57 cores=0,2,4,6
/proc/30503/task/30514/stat : 30514 (java) S 30500 30503 29728 0 -1 1077944384 2076 0 0 0 56 1 0 0 20 0 15 0 74534250 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587640895472 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 42 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30515] ppid=30500 vsize=14090952 memory=1844 CPUtime=0.56 cores=0,2,4,6
/proc/30503/task/30515/stat : 30515 (java) S 30500 30503 29728 0 -1 1077944384 1165 0 0 0 56 0 0 0 20 0 15 0 74534250 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587639842928 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 43 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30516] ppid=30500 vsize=14090952 memory=796 CPUtime=0.4 cores=0,2,4,6
/proc/30503/task/30516/stat : 30516 (java) S 30500 30503 29728 0 -1 1077944384 2490 0 0 0 40 0 0 0 20 0 15 0 74534250 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587638790384 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30517] ppid=30500 vsize=14090952 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30517/stat : 30517 (java) S 30500 30503 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74534251 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587637738080 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30518] ppid=30500 vsize=14090952 memory=13056 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30518/stat : 30518 (java) S 30500 30503 29728 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 74534251 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587636685616 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 44 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
Current children cumulated CPU time: 4.41 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 226980 KiB

[startup+3.60074 s]
/proc/loadavg: 1.44 1.29 1.31 3/221 30518
/proc/meminfo: memFree=18677800/32770624 swapFree=67108860/67108860
[pid=30503] ppid=30500 vsize=14090952 memory=226980 CPUtime=4.81 cores=0,2,4,6
/proc/30503/stat : 30503 (java) S 30500 30503 29728 0 -1 1077944320 27976 0 0 0 472 9 0 0 20 0 15 0 74534245 14429134848 56745 33554432000 4194304 4196468 140732349061984 140732349044528 140588103089911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
/proc/30503/statm: 3522738 56745 3557 1 0 3484809 0
[pid=30503/tid=30505] ppid=30500 vsize=14090952 memory=1296 CPUtime=3.23 cores=0,2,4,6
/proc/30503/task/30505/stat : 30505 (java) R 30500 30503 29728 0 -1 4202560 20176 0 0 0 317 6 0 0 20 0 15 0 74534245 14429134848 56745 33554432000 4194304 4196468 140732349061984 140588107325688 140587722814799 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30506] ppid=30500 vsize=14090952 memory=2324 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30506/stat : 30506 (java) S 30500 30503 29728 0 -1 1077944384 354 0 0 0 0 0 0 0 20 0 15 0 74534246 14429134848 56745 33554432000 4194304 4196468 140732349061984 140588040689936 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30507] ppid=30500 vsize=14090952 memory=1844 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30507/stat : 30507 (java) S 30500 30503 29728 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 74534246 14429134848 56745 33554432000 4194304 4196468 140732349061984 140588039637392 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30508] ppid=30500 vsize=14090952 memory=796 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30508/stat : 30508 (java) S 30500 30503 29728 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 74534246 14429134848 56745 33554432000 4194304 4196468 140732349061984 140588038584848 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30509] ppid=30500 vsize=14090952 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30509/stat : 30509 (java) S 30500 30503 29728 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 74534246 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587695610512 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30510] ppid=30500 vsize=14090952 memory=13056 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30510/stat : 30510 (java) S 30500 30503 29728 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 74534247 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587645106672 140588103101058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 33 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30511] ppid=30500 vsize=14090952 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30511/stat : 30511 (java) S 30500 30503 29728 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 74534248 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587644052896 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30512] ppid=30500 vsize=14090952 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30512/stat : 30512 (java) S 30500 30503 29728 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 74534248 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587643000304 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30513] ppid=30500 vsize=14090952 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30513/stat : 30513 (java) S 30500 30503 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74534250 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587641948880 140588103108507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30514] ppid=30500 vsize=14090952 memory=2244 CPUtime=0.57 cores=0,2,4,6
/proc/30503/task/30514/stat : 30514 (java) S 30500 30503 29728 0 -1 1077944384 2076 0 0 0 56 1 0 0 20 0 15 0 74534250 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587640895472 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 42 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30515] ppid=30500 vsize=14090952 memory=7666911530021053264 CPUtime=0.56 cores=0,2,4,6
/proc/30503/task/30515/stat : 30515 (java) S 30500 30503 29728 0 -1 1077944384 1165 0 0 0 56 0 0 0 20 0 15 0 74534250 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587639842928 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 43 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30516] ppid=30500 vsize=14090952 memory=279337559738496 CPUtime=0.4 cores=0,2,4,6
/proc/30503/task/30516/stat : 30516 (java) S 30500 30503 29728 0 -1 1077944384 2490 0 0 0 40 0 0 0 20 0 15 0 74534250 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587638790384 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30517] ppid=30500 vsize=14090952 memory=8747226831578988619 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30517/stat : 30517 (java) S 30500 30503 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74534251 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587637738080 140588103100117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
[pid=30503/tid=30518] ppid=30500 vsize=14090952 memory=288291073485447999 CPUtime=0 cores=0,2,4,6
/proc/30503/task/30518/stat : 30518 (java) S 30500 30503 29728 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 74534251 14429134848 56745 33554432000 4194304 4196468 140732349061984 140587636685616 140588103101058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 44 0 0 6293624 6294260 25284608 140732349064265 140732349064457 140732349064457 140732349067215 0
Current children cumulated CPU time: 4.81 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 226980 KiB

Child status: 0
Real time (s): 3.64723
CPU time (s): 4.87531
CPU user time (s): 4.77266
CPU system time (s): 0.102648
CPU usage (%): 133.671
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 226980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.77266
system time used= 0.102648
maximum resident set size= 227644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28392
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= 2511
involuntary context switches= 19


# summary of solver processes directly reported to runsolver:
#   pid: 30503
#   total CPU time (s): 4.87531
#   total CPU user time (s): 4.77266
#   total CPU system time (s): 0.102648

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034773 second user time and 0.086933 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-26 03:48:31
IDJOB=4290560
IDBENCH=141563
IDSOLVER=2743
FILE ID=node133/4290560-1532569711
RUNJOBID= node133-1532562642-29759
PBS_JOBID= 21021959
Free space on /tmp= 48216 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-04-m004_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-4290560-1532569711/watcher-4290560-1532569711 -o /tmp/evaluation-result-4290560-1532569711/solver-4290560-1532569711 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532562642-29759 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 471535914 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290560-1532569711.xml

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

MD5SUM BENCH= 2f4e790a4fde13aad103094a46699cf0
RANDOM SEED=471535914

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:        18890780 kB
MemAvailable:   31696844 kB
Buffers:          177944 kB
Cached:         12791432 kB
SwapCached:            0 kB
Active:          3003720 kB
Inactive:       10253160 kB
Active(anon):     239104 kB
Inactive(anon):    76308 kB
Active(file):    2764616 kB
Inactive(file): 10176852 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35976 kB
Writeback:             0 kB
AnonPages:        294548 kB
Mapped:            53584 kB
Shmem:             25280 kB
Slab:             320692 kB
SReclaimable:     293056 kB
SUnreclaim:        27636 kB
KernelStack:        3680 kB
PageTables:         5956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1200484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 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 03:48:35