Trace number 4275425

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-07-26SAT 1.68611 1.22271

General information on the benchmark

NameMagicSequence/MagicSequence-card-s1/
MagicSequence-018-ca.xml
MD5SUM20f02ca59b5f36661f4d5c054e0e7b75
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.0045170002
Satisfiable
(Un)Satisfiability was proved
Number of variables18
Number of constraints3
Number of domains1
Minimum domain size18
Maximum domain size18
Distribution of domain sizes[{"size":18,"count":18}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":18}]
Minimum constraint arity18
Maximum constraint arity18
Distribution of constraint arities[{"arity":18,"count":3}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":2},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.25	c version: 2017-07-26
0.12/0.60	c seed: 422884460
0.12/0.60	c timeout: 20160
0.12/0.60	c memlimit: 11000
0.12/0.60	c nbcore: 8
0.12/0.60	c Parsing instance...
0.12/0.70	c Parsing done, starting search...
1.65/1.20	s SATISFIABLE
1.65/1.20	v <instantiation>
1.65/1.20	v 	<list>
1.65/1.20	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17]
1.65/1.20	v 	</list>
1.65/1.20	v 	<values>
1.65/1.20	v 		14 2 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 
1.65/1.20	v 	</values>
1.65/1.20	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 (15050 MiB free)
  memory of node 1: 16384 MiB (15630 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275425-1502696389/watcher-4275425-1502696389 -o /tmp/evaluation-result-4275425-1502696389/solver-4275425-1502696389 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502695517-30050 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 422884460 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275425-1502696389.xml 

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

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

Current StackSize limit: 8192 KiB


[startup+0.100137 s]*
/proc/loadavg: 6.55 8.02 7.93 2/198 30762
/proc/meminfo: memFree=31372712/32770624 swapFree=67108860/67108860
[pid=30742] ppid=30739 vsize=14325320 memory=34580 CPUtime=0.12 cores=0-7
/proc/30742/stat : 30742 (java) S 30739 30742 30023 0 -1 1077944320 8534 0 0 0 10 2 0 0 20 0 20 0 102726662 14669127680 8645 33554432000 4194304 4196468 140731032371696 140731032354240 140211023118071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
/proc/30742/statm: 3581330 8645 3411 1 0 3569050 0
[pid=30742/tid=30744] ppid=30739 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/30742/task/30744/stat : 30744 (java) R 30739 30742 30023 0 -1 4202560 6477 0 0 0 8 1 0 0 20 0 20 0 102726663 14669127680 8645 33554432000 4194304 4196468 140731032371696 140211027334752 140211007198588 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30745] ppid=30739 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/30742/task/30745/stat : 30745 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102726664 14669127680 8645 33554432000 4194304 4196468 140731032371696 140210618415504 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30746] ppid=30739 vsize=14325320 memory=139910235002496 CPUtime=0 cores=0-7
/proc/30742/task/30746/stat : 30746 (java) S 30739 30742 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102726664 14669127680 8645 33554432000 4194304 4196468 140731032371696 140210617362704 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30747] ppid=30739 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30747/stat : 30747 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102726664 14669127680 8645 33554432000 4194304 4196468 140731032371696 140210616310416 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30748] ppid=30739 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30748/stat : 30748 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102726664 14669127680 8645 33554432000 4194304 4196468 140731032371696 140210615257616 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30749] ppid=30739 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30749/stat : 30749 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102726664 14669127680 8645 33554432000 4194304 4196468 140731032371696 140210614205328 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30750] ppid=30739 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/30742/task/30750/stat : 30750 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102726664 14669127680 8645 33554432000 4194304 4196468 140731032371696 140210613152528 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30751] ppid=30739 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30751/stat : 30751 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102726664 14669127680 8645 33554432000 4194304 4196468 140731032371696 140210612100240 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30752] ppid=30739 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30752/stat : 30752 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102726664 14669127680 8645 33554432000 4194304 4196468 140731032371696 140210611047440 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30753] ppid=30739 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30753/stat : 30753 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102726665 14669127680 8645 33554432000 4194304 4196468 140731032371696 140210480334960 140211023129218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30754] ppid=30739 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30754/stat : 30754 (java) S 30739 30742 30023 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 102726666 14669127680 8645 33554432000 4194304 4196468 140731032371696 140210479280928 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30755] ppid=30739 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30755/stat : 30755 (java) S 30739 30742 30023 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 102726666 14669127680 8645 33554432000 4194304 4196468 140731032371696 140210478228592 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30756] ppid=30739 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30756/stat : 30756 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102726668 14669127680 8645 33554432000 4194304 4196468 140731032371696 140210477176912 140211023136667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30757] ppid=30739 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30757/stat : 30757 (java) S 30739 30742 30023 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 102726668 14669127680 8645 33554432000 4194304 4196468 140731032371696 140210476124784 140211023129218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30758] ppid=30739 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30758/stat : 30758 (java) S 30739 30742 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102726668 14669127680 8645 33554432000 4194304 4196468 140731032371696 140210475071984 140211023129218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30759] ppid=30739 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30759/stat : 30759 (java) S 30739 30742 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102726668 14669127680 8645 33554432000 4194304 4196468 140731032371696 140210474019696 140211023129218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30760] ppid=30739 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/30742/task/30760/stat : 30760 (java) R 30739 30742 30023 0 -1 4202560 363 0 0 0 2 0 0 0 20 0 20 0 102726668 14669127680 8645 33554432000 4194304 4196468 140731032371696 140210472966896 140211001764605 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30761] ppid=30739 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30761/stat : 30761 (java) S 30739 30742 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102726669 14669127680 8645 33554432000 4194304 4196468 140731032371696 140210471913824 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30762] ppid=30739 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/30742/task/30762/stat : 30762 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102726669 14669127680 8645 33554432000 4194304 4196468 140731032371696 140210470861104 140211023129218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34580 KiB

[startup+0.705165 s]*
/proc/loadavg: 6.55 8.02 7.93 4/198 30762
/proc/meminfo: memFree=31365856/32770624 swapFree=67108860/67108860
[pid=30742] ppid=30739 vsize=14327388 memory=66464 CPUtime=0.84 cores=0-7
/proc/30742/stat : 30742 (java) S 30739 30742 30023 0 -1 1077944320 11732 0 0 0 79 5 0 0 20 0 20 0 102726662 14671245312 16616 33554432000 4194304 4196468 140731032371696 140731032354240 140211023118071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
/proc/30742/statm: 3581847 16616 3745 1 0 3569562 0
[pid=30742/tid=30744] ppid=30739 vsize=14327388 memory=4026531975 CPUtime=0.49 cores=0-7
/proc/30742/task/30744/stat : 30744 (java) R 30739 30742 30023 0 -1 4202560 8448 0 0 0 46 3 0 0 20 0 20 0 102726663 14671245312 16616 33554432000 4194304 4196468 140731032371696 140211027345696 140211007198558 0 4 0 16800975 0 0 0 -1 3 0 0 18 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30745] ppid=30739 vsize=14327388 memory=13885 CPUtime=0 cores=0-7
/proc/30742/task/30745/stat : 30745 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102726664 14671245312 16616 33554432000 4194304 4196468 140731032371696 140210618415504 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30746] ppid=30739 vsize=14327388 memory=139910235435434 CPUtime=0 cores=0-7
/proc/30742/task/30746/stat : 30746 (java) S 30739 30742 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102726664 14671245312 16616 33554432000 4194304 4196468 140731032371696 140210617362704 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30747] ppid=30739 vsize=14327388 memory=-1 CPUtime=0 cores=0-7
/proc/30742/task/30747/stat : 30747 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102726664 14671245312 16616 33554432000 4194304 4196468 140731032371696 140210616310416 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30748] ppid=30739 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30748/stat : 30748 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102726664 14671245312 16616 33554432000 4194304 4196468 140731032371696 140210615257616 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30749] ppid=30739 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30749/stat : 30749 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102726664 14671245312 16616 33554432000 4194304 4196468 140731032371696 140210614205328 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30750] ppid=30739 vsize=14327388 memory=-1 CPUtime=0 cores=0-7
/proc/30742/task/30750/stat : 30750 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102726664 14671245312 16616 33554432000 4194304 4196468 140731032371696 140210613152528 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30751] ppid=30739 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30751/stat : 30751 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102726664 14671245312 16616 33554432000 4194304 4196468 140731032371696 140210612100240 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30752] ppid=30739 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30752/stat : 30752 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102726664 14671245312 16616 33554432000 4194304 4196468 140731032371696 140210611047440 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30753] ppid=30739 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30753/stat : 30753 (java) S 30739 30742 30023 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 102726665 14671245312 16616 33554432000 4194304 4196468 140731032371696 140210480334960 140211023129218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30754] ppid=30739 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30754/stat : 30754 (java) S 30739 30742 30023 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 102726666 14671245312 16616 33554432000 4194304 4196468 140731032371696 140210479280928 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30755] ppid=30739 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30755/stat : 30755 (java) S 30739 30742 30023 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 102726666 14671245312 16616 33554432000 4194304 4196468 140731032371696 140210478228592 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30756] ppid=30739 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30756/stat : 30756 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102726668 14671245312 16616 33554432000 4194304 4196468 140731032371696 140210477176912 140211023136667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30757] ppid=30739 vsize=14327388 memory=0 CPUtime=0.08 cores=0-7
/proc/30742/task/30757/stat : 30757 (java) R 30739 30742 30023 0 -1 4202560 797 0 0 0 8 0 0 0 20 0 20 0 102726668 14671245312 16616 33554432000 4194304 4196468 140731032371696 140210476110664 140211008242922 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30758] ppid=30739 vsize=14327388 memory=0 CPUtime=0.04 cores=0-7
/proc/30742/task/30758/stat : 30758 (java) S 30739 30742 30023 0 -1 1077944384 403 0 0 0 4 0 0 0 20 0 20 0 102726668 14671245312 16616 33554432000 4194304 4196468 140731032371696 140210475071984 140211023129218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30759] ppid=30739 vsize=14327388 memory=0 CPUtime=0.04 cores=0-7
/proc/30742/task/30759/stat : 30759 (java) R 30739 30742 30023 0 -1 4202560 157 0 0 0 4 0 0 0 20 0 20 0 102726668 14671245312 16616 33554432000 4194304 4196468 140731032371696 140210474000712 140211008242096 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30760] ppid=30739 vsize=14327388 memory=0 CPUtime=0.14 cores=0-7
/proc/30742/task/30760/stat : 30760 (java) S 30739 30742 30023 0 -1 1077944384 542 0 0 0 14 0 0 0 20 0 20 0 102726668 14671245312 17128 33554432000 4194304 4196468 140731032371696 140210472966896 140211023129218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30761] ppid=30739 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30761/stat : 30761 (java) S 30739 30742 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102726669 14671245312 17128 33554432000 4194304 4196468 140731032371696 140210471913824 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30762] ppid=30739 vsize=14327388 memory=-1 CPUtime=0 cores=0-7
/proc/30742/task/30762/stat : 30762 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102726669 14671245312 17128 33554432000 4194304 4196468 140731032371696 140210470861104 140211023129218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 14327388 KiB
Current children cumulated memory: 66464 KiB

[startup+0.810355 s]*
/proc/loadavg: 6.55 8.02 7.93 2/198 30762
/proc/meminfo: memFree=31354812/32770624 swapFree=67108860/67108860
[pid=30742] ppid=30739 vsize=14329436 memory=77516 CPUtime=0.97 cores=0-7
/proc/30742/stat : 30742 (java) S 30739 30742 30023 0 -1 1077944320 12476 0 0 0 91 6 0 0 20 0 20 0 102726662 14673342464 19379 33554432000 4194304 4196468 140731032371696 140731032354240 140211023118071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
/proc/30742/statm: 3582359 19379 3745 1 0 3570074 0
[pid=30742/tid=30744] ppid=30739 vsize=14329436 memory=6791534058613427641 CPUtime=0.6 cores=0-7
/proc/30742/task/30744/stat : 30744 (java) R 30739 30742 30023 0 -1 4202560 9168 0 0 0 56 4 0 0 20 0 20 0 102726663 14673342464 19379 33554432000 4194304 4196468 140731032371696 140211027344128 140211007198558 0 4 0 16800975 0 0 0 -1 3 0 0 18 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30745] ppid=30739 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30745/stat : 30745 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102726664 14673342464 19379 33554432000 4194304 4196468 140731032371696 140210618415504 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30746] ppid=30739 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30746/stat : 30746 (java) S 30739 30742 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102726664 14673342464 19379 33554432000 4194304 4196468 140731032371696 140210617362704 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30747] ppid=30739 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30747/stat : 30747 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102726664 14673342464 19379 33554432000 4194304 4196468 140731032371696 140210616310416 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30748] ppid=30739 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30748/stat : 30748 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102726664 14673342464 19379 33554432000 4194304 4196468 140731032371696 140210615257616 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30749] ppid=30739 vsize=14329436 memory=2244 CPUtime=0 cores=0-7
/proc/30742/task/30749/stat : 30749 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102726664 14673342464 19379 33554432000 4194304 4196468 140731032371696 140210614205328 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30750] ppid=30739 vsize=14329436 memory=139910103266223 CPUtime=0 cores=0-7
/proc/30742/task/30750/stat : 30750 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102726664 14673342464 19379 33554432000 4194304 4196468 140731032371696 140210613152528 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30751] ppid=30739 vsize=14329436 memory=139910103268528 CPUtime=0 cores=0-7
/proc/30742/task/30751/stat : 30751 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102726664 14673342464 19379 33554432000 4194304 4196468 140731032371696 140210612100240 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30752] ppid=30739 vsize=14329436 memory=139910103270832 CPUtime=0 cores=0-7
/proc/30742/task/30752/stat : 30752 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102726664 14673342464 19379 33554432000 4194304 4196468 140731032371696 140210611047440 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30753] ppid=30739 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30753/stat : 30753 (java) S 30739 30742 30023 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 102726665 14673342464 19379 33554432000 4194304 4196468 140731032371696 140210480334960 140211023129218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30754] ppid=30739 vsize=14329436 memory=279820206548624 CPUtime=0 cores=0-7
/proc/30742/task/30754/stat : 30754 (java) S 30739 30742 30023 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 102726666 14673342464 19379 33554432000 4194304 4196468 140731032371696 140210479280928 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30755] ppid=30739 vsize=14329436 memory=279820206555536 CPUtime=0 cores=0-7
/proc/30742/task/30755/stat : 30755 (java) S 30739 30742 30023 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 102726666 14673342464 19379 33554432000 4194304 4196468 140731032371696 140210478228592 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30756] ppid=30739 vsize=14329436 memory=279820206496816 CPUtime=0 cores=0-7
/proc/30742/task/30756/stat : 30756 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102726668 14673342464 19379 33554432000 4194304 4196468 140731032371696 140210477176912 140211023136667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30757] ppid=30739 vsize=14329436 memory=279820206569360 CPUtime=0.09 cores=0-7
/proc/30742/task/30757/stat : 30757 (java) S 30739 30742 30023 0 -1 1077944384 809 0 0 0 9 0 0 0 20 0 20 0 102726668 14673342464 19379 33554432000 4194304 4196468 140731032371696 140210476124784 140211023129218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30758] ppid=30739 vsize=14329436 memory=279820206576272 CPUtime=0.05 cores=0-7
/proc/30742/task/30758/stat : 30758 (java) S 30739 30742 30023 0 -1 1077944384 403 0 0 0 5 0 0 0 20 0 20 0 102726668 14673342464 19379 33554432000 4194304 4196468 140731032371696 140210475071984 140211023129218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30759] ppid=30739 vsize=14329436 memory=279820206573968 CPUtime=0.05 cores=0-7
/proc/30742/task/30759/stat : 30759 (java) S 30739 30742 30023 0 -1 1077944384 163 0 0 0 5 0 0 0 20 0 20 0 102726668 14673342464 19379 33554432000 4194304 4196468 140731032371696 140210474019696 140211023129218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30760] ppid=30739 vsize=14329436 memory=279820206590576 CPUtime=0.15 cores=0-7
/proc/30742/task/30760/stat : 30760 (java) S 30739 30742 30023 0 -1 1077944384 546 0 0 0 15 0 0 0 20 0 20 0 102726668 14673342464 19379 33554432000 4194304 4196468 140731032371696 140210472966896 140211023129218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30761] ppid=30739 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30761/stat : 30761 (java) S 30739 30742 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102726669 14673342464 19379 33554432000 4194304 4196468 140731032371696 140210471913824 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30762] ppid=30739 vsize=14329436 memory=-1 CPUtime=0 cores=0-7
/proc/30742/task/30762/stat : 30762 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102726669 14673342464 19379 33554432000 4194304 4196468 140731032371696 140210470861104 140211023129218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14329436 KiB
Current children cumulated memory: 77516 KiB

[startup+0.909987 s]*
/proc/loadavg: 6.55 8.02 7.93 2/199 30763
/proc/meminfo: memFree=31345800/32770624 swapFree=67108860/67108860
[pid=30742] ppid=30739 vsize=14398048 memory=88068 CPUtime=1.12 cores=0-7
/proc/30742/stat : 30742 (java) S 30739 30742 30023 0 -1 1077944320 13181 0 0 0 105 7 0 0 20 0 21 0 102726662 14743601152 22017 33554432000 4194304 4196468 140731032371696 140731032354240 140211023118071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
/proc/30742/statm: 3599512 22017 3746 1 0 3587227 0
[pid=30742/tid=30744] ppid=30739 vsize=14398048 memory=29681743523217448 CPUtime=0.7 cores=0-7
/proc/30742/task/30744/stat : 30744 (java) R 30739 30742 30023 0 -1 4202560 9761 0 0 0 66 4 0 0 20 0 21 0 102726663 14743601152 22017 33554432000 4194304 4196468 140731032371696 140211027356992 140211007198558 0 4 0 16800975 0 0 0 -1 3 0 0 18 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30745] ppid=30739 vsize=14398048 memory=311 CPUtime=0 cores=0-7
/proc/30742/task/30745/stat : 30745 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 102726664 14743601152 22017 33554432000 4194304 4196468 140731032371696 140210618415504 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30746] ppid=30739 vsize=14398048 memory=459125 CPUtime=0 cores=0-7
/proc/30742/task/30746/stat : 30746 (java) S 30739 30742 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 102726664 14743601152 22017 33554432000 4194304 4196468 140731032371696 140210617362704 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30747] ppid=30739 vsize=14398048 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30747/stat : 30747 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 102726664 14743601152 22017 33554432000 4194304 4196468 140731032371696 140210616310416 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30748] ppid=30739 vsize=14398048 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30748/stat : 30748 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 102726664 14743601152 22017 33554432000 4194304 4196468 140731032371696 140210615257616 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30749] ppid=30739 vsize=14398048 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30749/stat : 30749 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 102726664 14743601152 22017 33554432000 4194304 4196468 140731032371696 140210614205328 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30750] ppid=30739 vsize=14398048 memory=-1 CPUtime=0 cores=0-7
/proc/30742/task/30750/stat : 30750 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 102726664 14743601152 22017 33554432000 4194304 4196468 140731032371696 140210613152528 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30751] ppid=30739 vsize=14398048 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30751/stat : 30751 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 102726664 14743601152 22017 33554432000 4194304 4196468 140731032371696 140210612100240 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30752] ppid=30739 vsize=14398048 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30752/stat : 30752 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 102726664 14743601152 22017 33554432000 4194304 4196468 140731032371696 140210611047440 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30753] ppid=30739 vsize=14398048 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30753/stat : 30753 (java) S 30739 30742 30023 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 21 0 102726665 14743601152 22017 33554432000 4194304 4196468 140731032371696 140210480334960 140211023129218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30754] ppid=30739 vsize=14398048 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30754/stat : 30754 (java) S 30739 30742 30023 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 102726666 14743601152 22017 33554432000 4194304 4196468 140731032371696 140210479280928 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30755] ppid=30739 vsize=14398048 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30755/stat : 30755 (java) S 30739 30742 30023 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 102726666 14743601152 22017 33554432000 4194304 4196468 140731032371696 140210478228592 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30756] ppid=30739 vsize=14398048 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30756/stat : 30756 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 102726668 14743601152 22017 33554432000 4194304 4196468 140731032371696 140210477176912 140211023136667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30757] ppid=30739 vsize=14398048 memory=0 CPUtime=0.1 cores=0-7
/proc/30742/task/30757/stat : 30757 (java) R 30739 30742 30023 0 -1 4202560 812 0 0 0 10 0 0 0 20 0 21 0 102726668 14743601152 22017 33554432000 4194304 4196468 140731032371696 140210476124784 140211016103113 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30758] ppid=30739 vsize=14398048 memory=0 CPUtime=0.05 cores=0-7
/proc/30742/task/30758/stat : 30758 (java) R 30739 30742 30023 0 -1 4202560 433 0 0 0 5 0 0 0 20 0 21 0 102726668 14743601152 22017 33554432000 4194304 4196468 140731032371696 140210475071984 140211023139418 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30759] ppid=30739 vsize=14398048 memory=0 CPUtime=0.05 cores=0-7
/proc/30742/task/30759/stat : 30759 (java) S 30739 30742 30023 0 -1 1077944384 166 0 0 0 5 0 0 0 20 0 21 0 102726668 14743601152 22017 33554432000 4194304 4196468 140731032371696 140210474019696 140211023129218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30760] ppid=30739 vsize=14398048 memory=0 CPUtime=0.17 cores=0-7
/proc/30742/task/30760/stat : 30760 (java) R 30739 30742 30023 0 -1 4202560 601 0 0 0 17 0 0 0 20 0 21 0 102726668 14743601152 22017 33554432000 4194304 4196468 140731032371696 140210472966896 140211023139418 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30761] ppid=30739 vsize=14398048 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30761/stat : 30761 (java) S 30739 30742 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 102726669 14743601152 22017 33554432000 4194304 4196468 140731032371696 140210471913824 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30762] ppid=30739 vsize=14398048 memory=-1 CPUtime=0 cores=0-7
/proc/30742/task/30762/stat : 30762 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 102726669 14743601152 22017 33554432000 4194304 4196468 140731032371696 140210470861104 140211023129218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30763] ppid=30739 vsize=14398048 memory=-1 CPUtime=0 cores=0-7
/proc/30742/task/30763/stat : 30763 (java) S 30739 30742 30023 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 102726753 14743601152 22017 33554432000 4194304 4196468 140731032371696 140210460574592 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 14398048 KiB
Current children cumulated memory: 88068 KiB

[startup+1.22267 s]
# the end of solver process 30742 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.58716 s, system=0.098942 s

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

[startup+1.1099 s]
/proc/loadavg: 6.55 8.02 7.93 2/199 30763
/proc/meminfo: memFree=31336680/32770624 swapFree=67108860/67108860
[pid=30742] ppid=30739 vsize=14466660 memory=105704 CPUtime=1.43 cores=0-7
/proc/30742/stat : 30742 (java) S 30739 30742 30023 0 -1 1077944320 14509 0 0 0 135 8 0 0 20 0 22 0 102726662 14813859840 26426 33554432000 4194304 4196468 140731032371696 140731032354240 140211023118071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
/proc/30742/statm: 3616665 26426 3774 1 0 3604380 0
[pid=30742/tid=30744] ppid=30739 vsize=14466660 memory=304556144767271267 CPUtime=0.89 cores=0-7
/proc/30742/task/30744/stat : 30744 (java) R 30739 30742 30023 0 -1 4202560 10811 0 0 0 84 5 0 0 20 0 22 0 102726663 14813859840 26426 33554432000 4194304 4196468 140731032371696 140211027335696 140211003300448 0 4 0 16800975 0 0 0 -1 3 0 0 18 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30745] ppid=30739 vsize=14466660 memory=4048789074331566112 CPUtime=0 cores=0-7
/proc/30742/task/30745/stat : 30745 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 102726664 14813859840 26426 33554432000 4194304 4196468 140731032371696 140210618415504 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30746] ppid=30739 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30746/stat : 30746 (java) S 30739 30742 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 102726664 14813859840 26426 33554432000 4194304 4196468 140731032371696 140210617362704 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30747] ppid=30739 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30747/stat : 30747 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 102726664 14813859840 26426 33554432000 4194304 4196468 140731032371696 140210616310416 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30748] ppid=30739 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30748/stat : 30748 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 102726664 14813859840 26426 33554432000 4194304 4196468 140731032371696 140210615257616 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30749] ppid=30739 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30749/stat : 30749 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 102726664 14813859840 26426 33554432000 4194304 4196468 140731032371696 140210614205328 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30750] ppid=30739 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30750/stat : 30750 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 102726664 14813859840 26426 33554432000 4194304 4196468 140731032371696 140210613152528 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30751] ppid=30739 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30751/stat : 30751 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 102726664 14813859840 26426 33554432000 4194304 4196468 140731032371696 140210612100240 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30752] ppid=30739 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30752/stat : 30752 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 102726664 14813859840 26426 33554432000 4194304 4196468 140731032371696 140210611047440 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30753] ppid=30739 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30753/stat : 30753 (java) S 30739 30742 30023 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 22 0 102726665 14813859840 26426 33554432000 4194304 4196468 140731032371696 140210480334960 140211023129218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30754] ppid=30739 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30754/stat : 30754 (java) S 30739 30742 30023 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 22 0 102726666 14813859840 26426 33554432000 4194304 4196468 140731032371696 140210479280928 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30755] ppid=30739 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30755/stat : 30755 (java) S 30739 30742 30023 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 22 0 102726666 14813859840 26426 33554432000 4194304 4196468 140731032371696 140210478228592 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30756] ppid=30739 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30756/stat : 30756 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 102726668 14813859840 26426 33554432000 4194304 4196468 140731032371696 140210477176912 140211023136667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30757] ppid=30739 vsize=14466660 memory=0 CPUtime=0.12 cores=0-7
/proc/30742/task/30757/stat : 30757 (java) S 30739 30742 30023 0 -1 1077944384 828 0 0 0 12 0 0 0 20 0 22 0 102726668 14813859840 26426 33554432000 4194304 4196468 140731032371696 140210476124784 140211023129218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30758] ppid=30739 vsize=14466660 memory=0 CPUtime=0.08 cores=0-7
/proc/30742/task/30758/stat : 30758 (java) S 30739 30742 30023 0 -1 1077944384 534 0 0 0 8 0 0 0 20 0 22 0 102726668 14813859840 26426 33554432000 4194304 4196468 140731032371696 140210475071984 140211023129218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30759] ppid=30739 vsize=14466660 memory=0 CPUtime=0.06 cores=0-7
/proc/30742/task/30759/stat : 30759 (java) S 30739 30742 30023 0 -1 1077944384 181 0 0 0 6 0 0 0 20 0 22 0 102726668 14813859840 26426 33554432000 4194304 4196468 140731032371696 140210474019696 140211023129218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30760] ppid=30739 vsize=14466660 memory=0 CPUtime=0.22 cores=0-7
/proc/30742/task/30760/stat : 30760 (java) S 30739 30742 30023 0 -1 1077944384 723 0 0 0 22 0 0 0 20 0 22 0 102726668 14813859840 26426 33554432000 4194304 4196468 140731032371696 140210472966896 140211023129218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30761] ppid=30739 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30761/stat : 30761 (java) S 30739 30742 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 102726669 14813859840 26426 33554432000 4194304 4196468 140731032371696 140210471913824 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30762] ppid=30739 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30762/stat : 30762 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 102726669 14813859840 26426 33554432000 4194304 4196468 140731032371696 140210470861104 140211023129218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30763] ppid=30739 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30763/stat : 30763 (java) S 30739 30742 30023 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 22 0 102726753 14813859840 26426 33554432000 4194304 4196468 140731032371696 140210460574592 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 14466660 KiB
Current children cumulated memory: 105704 KiB

[startup+1.2009 s]
/proc/loadavg: 6.55 8.02 7.93 2/199 30763
/proc/meminfo: memFree=31336680/32770624 swapFree=67108860/67108860
[pid=30742] ppid=30739 vsize=15269560 memory=134960 CPUtime=1.65 cores=0-7
/proc/30742/stat : 30742 (java) S 30739 30742 30023 0 -1 1077944320 15549 0 0 0 156 9 0 0 20 0 33 0 102726662 15636029440 33740 33554432000 4194304 4196468 140731032371696 140731032354240 140211023118071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
/proc/30742/statm: 3817390 33740 3784 1 0 3804584 0
[pid=30742/tid=30744] ppid=30739 vsize=15269560 memory=0 CPUtime=0.94 cores=0-7
/proc/30742/task/30744/stat : 30744 (java) S 30739 30742 30023 0 -1 1077944384 11049 0 0 0 89 5 0 0 20 0 33 0 102726663 15636029440 33740 33554432000 4194304 4196468 140731032371696 140211027355776 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30745] ppid=30739 vsize=15269560 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30745/stat : 30745 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 102726664 15636029440 33740 33554432000 4194304 4196468 140731032371696 140210618415504 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30746] ppid=30739 vsize=15269560 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30746/stat : 30746 (java) S 30739 30742 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 102726664 15636029440 33740 33554432000 4194304 4196468 140731032371696 140210617362704 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30747] ppid=30739 vsize=15269560 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30747/stat : 30747 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 102726664 15636029440 33740 33554432000 4194304 4196468 140731032371696 140210616310416 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30748] ppid=30739 vsize=15269560 memory=0 CPUtime=0 cores=0-7
/proc/30742/task/30748/stat : 30748 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 33 0 102726664 15636029440 33740 33554432000 4194304 4196468 140731032371696 140210615257616 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30749] ppid=30739 vsize=15269560 memory=1008 CPUtime=0 cores=0-7
/proc/30742/task/30749/stat : 30749 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 33 0 102726664 15636029440 33740 33554432000 4194304 4196468 140731032371696 140210614205328 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30750] ppid=30739 vsize=15269560 memory=4612 CPUtime=0 cores=0-7
/proc/30742/task/30750/stat : 30750 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 102726664 15636029440 33740 33554432000 4194304 4196468 140731032371696 140210613152528 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30751] ppid=30739 vsize=15269560 memory=1428 CPUtime=0 cores=0-7
/proc/30742/task/30751/stat : 30751 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 33 0 102726664 15636029440 33740 33554432000 4194304 4196468 140731032371696 140210612100240 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30752] ppid=30739 vsize=15269560 memory=1204 CPUtime=0 cores=0-7
/proc/30742/task/30752/stat : 30752 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 33 0 102726664 15636029440 33740 33554432000 4194304 4196468 140731032371696 140210611047440 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30753] ppid=30739 vsize=15269560 memory=15876 CPUtime=0 cores=0-7
/proc/30742/task/30753/stat : 30753 (java) S 30739 30742 30023 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 33 0 102726665 15636029440 33740 33554432000 4194304 4196468 140731032371696 140210480334960 140211023129218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30754] ppid=30739 vsize=15269560 memory=18636 CPUtime=0 cores=0-7
/proc/30742/task/30754/stat : 30754 (java) S 30739 30742 30023 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 33 0 102726666 15636029440 33740 33554432000 4194304 4196468 140731032371696 140210479280928 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30755] ppid=30739 vsize=15269560 memory=4048 CPUtime=0 cores=0-7
/proc/30742/task/30755/stat : 30755 (java) S 30739 30742 30023 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 102726666 15636029440 33740 33554432000 4194304 4196468 140731032371696 140210478228592 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30756] ppid=30739 vsize=15269560 memory=18488 CPUtime=0 cores=0-7
/proc/30742/task/30756/stat : 30756 (java) S 30739 30742 30023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 102726668 15636029440 33740 33554432000 4194304 4196468 140731032371696 140210477176912 140211023136667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30757] ppid=30739 vsize=15269560 memory=1796 CPUtime=0.13 cores=0-7
/proc/30742/task/30757/stat : 30757 (java) R 30739 30742 30023 0 -1 4202560 835 0 0 0 13 0 0 0 20 0 33 0 102726668 15636029440 33740 33554432000 4194304 4196468 140731032371696 140210476116112 140211002772849 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30758] ppid=30739 vsize=15269560 memory=1236 CPUtime=0.08 cores=0-7
/proc/30742/task/30758/stat : 30758 (java) S 30739 30742 30023 0 -1 1077944384 536 0 0 0 8 0 0 0 20 0 33 0 102726668 15636029440 33740 33554432000 4194304 4196468 140731032371696 140210475071984 140211023129218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30759] ppid=30739 vsize=15269560 memory=796 CPUtime=0.07 cores=0-7
/proc/30742/task/30759/stat : 30759 (java) S 30739 30742 30023 0 -1 1077944384 182 0 0 0 7 0 0 0 20 0 33 0 102726668 15636029440 33740 33554432000 4194304 4196468 140731032371696 140210474019696 140211023129218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30760] ppid=30739 vsize=15269560 memory=1716 CPUtime=0.25 cores=0-7
/proc/30742/task/30760/stat : 30760 (java) S 30739 30742 30023 0 -1 1077944384 793 0 0 0 25 0 0 0 20 0 33 0 102726668 15636029440 33740 33554432000 4194304 4196468 140731032371696 140210472966896 140211023129218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30761] ppid=30739 vsize=15269560 memory=1948 CPUtime=0 cores=0-7
/proc/30742/task/30761/stat : 30761 (java) S 30739 30742 30023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 102726669 15636029440 33740 33554432000 4194304 4196468 140731032371696 140210471913824 140211023128277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
[pid=30742/tid=30762] ppid=30739 vsize=15269560 memory=8564 CPUtime=0 cores=0-7
/proc/30742/task/30762/stat : 30762 (java) S 30739 30742 30023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 33 0 102726669 15636029440 33740 33554432000 4194304 4196468 140731032371696 140210470861104 140211023129218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22880256 140731032380514 140731032380699 140731032380699 140731032383439 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 15269560 KiB
Current children cumulated memory: 134960 KiB

Child status: 0
Real time (s): 1.22271
CPU time (s): 1.68611
CPU user time (s): 1.58716
CPU system time (s): 0.098942
CPU usage (%): 137.899
Max. virtual memory (cumulated for all children) (KiB): 15269560
Max. memory (cumulated for all children) (KiB): 134960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.58716
system time used= 0.098942
maximum resident set size= 137956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15601
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= 3180
involuntary context switches= 9


# summary of solver processes directly reported to runsolver:
#   pid: 30742
#   total CPU time (s): 1.68611
#   total CPU user time (s): 1.58716
#   total CPU system time (s): 0.098942

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.027636 second user time and 0.0469 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-14 09:25:30
IDJOB=4275425
IDBENCH=123169
IDSOLVER=2668
FILE ID=node106/4275425-1502696389
RUNJOBID= node106-1502695517-30050
PBS_JOBID= 20629006
Free space on /tmp= 61772 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/MagicSequence/MagicSequence-card-s1/MagicSequence-018-ca.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275425-1502696389/watcher-4275425-1502696389 -o /tmp/evaluation-result-4275425-1502696389/solver-4275425-1502696389 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502695517-30050 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 422884460 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275425-1502696389.xml

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

MD5SUM BENCH= 20f02ca59b5f36661f4d5c054e0e7b75
RANDOM SEED=422884460

node106.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.86
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.86
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.86
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.86
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:        31417804 kB
MemAvailable:   31980128 kB
Buffers:          145780 kB
Cached:           701804 kB
SwapCached:            0 kB
Active:           474068 kB
Inactive:         429612 kB
Active(anon):      12164 kB
Inactive(anon):    72080 kB
Active(file):     461904 kB
Inactive(file):   357532 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42808 kB
Writeback:             0 kB
AnonPages:         76716 kB
Mapped:            44024 kB
Shmem:             25228 kB
Slab:             143372 kB
SReclaimable:     117448 kB
SUnreclaim:        25924 kB
KernelStack:        3552 kB
PageTables:         4756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61732 MiB
End job on node106 at 2017-08-14 09:25:32