Trace number 4289960

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (problem) 1356.04 376.701

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1s-2_c18.xml
MD5SUMa795c17341a98acc8ee8963fc359ded0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.38107
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints40
Number of domains8
Minimum domain size2
Maximum domain size1210
Distribution of domain sizes[{"size":2,"count":5},{"size":7,"count":25},{"size":275,"count":5},{"size":286,"count":5},{"size":550,"count":5},{"size":880,"count":5},{"size":1101,"count":5},{"size":1210,"count":5}]
Minimum variable degree2
Maximum variable degree6
Distribution of variable degrees[{"degree":2,"count":55},{"degree":6,"count":5}]
Minimum constraint arity2
Maximum constraint arity5
Distribution of constraint arities[{"arity":2,"count":5},{"arity":3,"count":25},{"arity":5,"count":10}]
Number of extensional constraints5
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":5},{"type":"intension","count":25},{"type":"sum","count":10}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1255.86/349.63	Jul 22, 2018 1:51:01 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1255.86/349.63	INFO: Runtime exception
1255.86/349.63	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1255.86/349.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1255.86/349.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1255.86/349.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1255.86/349.63		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:98)
1255.86/349.63		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:53)
1255.86/349.63		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:586)
1255.86/349.63		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:383)
1255.86/349.63		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:188)
1255.86/349.63		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1255.86/349.63		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:440)
1255.86/349.63		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1255.86/349.63		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1255.86/349.63		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1255.86/349.63		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1255.86/349.63		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1255.86/349.63		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1255.86/349.63		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1255.86/349.63		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1255.86/349.63	Caused by: java.lang.reflect.InvocationTargetException
1255.86/349.63		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1255.86/349.63		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1255.86/349.63		at java.lang.reflect.Method.invoke(Method.java:498)
1255.86/349.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1255.86/349.63		... 17 more
1255.86/349.63	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1255.86/349.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1255.86/349.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1255.86/349.63		... 21 more
1255.86/349.63	Caused by: java.lang.reflect.InvocationTargetException
1255.86/349.63		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1255.86/349.63		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1255.86/349.63		at java.lang.reflect.Method.invoke(Method.java:498)
1255.86/349.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1255.86/349.63		... 22 more
1255.86/349.63	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1255.86/349.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1255.86/349.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1255.86/349.63		... 26 more
1255.86/349.63	Caused by: java.lang.reflect.InvocationTargetException
1255.86/349.63		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1255.86/349.63		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1255.86/349.63		at java.lang.reflect.Method.invoke(Method.java:498)
1255.86/349.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1255.86/349.63		... 27 more
1255.86/349.63	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1255.86/349.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1255.86/349.63		... 31 more
1255.86/349.63	Caused by: java.lang.reflect.InvocationTargetException
1255.86/349.63		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1255.86/349.63		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1255.86/349.63		at java.lang.reflect.Method.invoke(Method.java:498)
1255.86/349.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1255.86/349.63		... 31 more
1255.86/349.63	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1255.86/349.63		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1255.86/349.63		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1255.86/349.63		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1255.86/349.63		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1255.86/349.63		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1255.86/349.63		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1255.86/349.63		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1255.86/349.63		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1255.86/349.63		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1255.86/349.63		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1255.86/349.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1255.86/349.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:159)
1255.86/349.63		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1255.86/349.63		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1255.86/349.63		at java.lang.reflect.Method.invoke(Method.java:498)
1255.86/349.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1255.86/349.63		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1255.86/349.63		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1255.86/349.63		at java.lang.reflect.Method.invoke(Method.java:498)
1255.86/349.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1255.86/349.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1255.86/349.63		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1255.86/349.63		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1255.86/349.63		at java.lang.reflect.Method.invoke(Method.java:498)
1255.86/349.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1255.86/349.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1255.86/349.63		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1255.86/349.63		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1255.86/349.63		at java.lang.reflect.Method.invoke(Method.java:498)
1255.86/349.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1255.86/349.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1255.86/349.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1255.86/349.63	
1322.90/367.73	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1322.90/367.73		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1322.90/367.73		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1322.90/367.73		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1322.90/367.73		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1322.90/367.73		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1322.90/367.73		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1322.90/367.73		at java.io.PrintWriter.flush(PrintWriter.java:320)
1322.90/367.73		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1322.90/367.73		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1322.90/367.73		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1322.90/367.73		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289960-1532216725/watcher-4289960-1532216725 -o /tmp/evaluation-result-4289960-1532216725/solver-4289960-1532216725 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532209647-24669 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289960-1532216725.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
solver pid=25500, runsolver pid=25497
Current StackSize limit: 8192 KiB


[startup+0.101383 s]*
/proc/loadavg: 2.00 2.01 2.05 2/216 25515
/proc/meminfo: memFree=28835020/32770624 swapFree=67108860/67108860
[pid=25500] ppid=25497 vsize=10659012 memory=30504 CPUtime=0.13 cores=0,2,4,6
/proc/25500/stat : 25500 (java) S 25497 25500 22644 0 -1 1077944320 6689 0 0 0 11 2 0 0 20 0 15 0 39235746 10914828288 7626 33554432000 4194304 4196468 140725149995696 140725149978240 140214190579447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
/proc/25500/statm: 2664753 7626 2822 1 0 2627263 0
[pid=25500/tid=25502] ppid=25497 vsize=10659012 memory=-8773748148829853054 CPUtime=0.09 cores=0,2,4,6
/proc/25500/task/25502/stat : 25502 (java) R 25497 25500 22644 0 -1 4202560 4531 0 0 0 8 1 0 0 20 0 15 0 39235746 10914828288 7626 33554432000 4194304 4196468 140725149995696 140214194793440 140214190601373 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25503] ppid=25497 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25503/stat : 25503 (java) S 25497 25500 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39235747 10914828288 7626 33554432000 4194304 4196468 140725149995696 140214116653712 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25504] ppid=25497 vsize=10659012 memory=140290685060736 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25504/stat : 25504 (java) S 25497 25500 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39235747 10914828288 7626 33554432000 4194304 4196468 140725149995696 140214115600912 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25505] ppid=25497 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25505/stat : 25505 (java) S 25497 25500 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39235747 10914828288 7626 33554432000 4194304 4196468 140725149995696 140214114548112 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25506] ppid=25497 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25506/stat : 25506 (java) S 25497 25500 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39235747 10914828288 7626 33554432000 4194304 4196468 140725149995696 140214113495312 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25507] ppid=25497 vsize=10659012 memory=140290685060736 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25507/stat : 25507 (java) S 25497 25500 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39235749 10914828288 7626 33554432000 4194304 4196468 140725149995696 140213224430448 140214190590594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25508] ppid=25497 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25508/stat : 25508 (java) S 25497 25500 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39235749 10914828288 7626 33554432000 4194304 4196468 140725149995696 140213223376416 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25509] ppid=25497 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25509/stat : 25509 (java) S 25497 25500 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39235749 10914828288 7626 33554432000 4194304 4196468 140725149995696 140213222323568 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25510] ppid=25497 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25510/stat : 25510 (java) S 25497 25500 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39235752 10914828288 7626 33554432000 4194304 4196468 140725149995696 140213221271888 140214190598043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25511] ppid=25497 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25511/stat : 25511 (java) S 25497 25500 22644 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 15 0 39235752 10914828288 7626 33554432000 4194304 4196468 140725149995696 140213220219248 140214190590594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25512] ppid=25497 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25512/stat : 25512 (java) S 25497 25500 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39235752 10914828288 7626 33554432000 4194304 4196468 140725149995696 140213219166448 140214190590594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25513] ppid=25497 vsize=10659012 memory=140290685060736 CPUtime=0.02 cores=0,2,4,6
/proc/25500/task/25513/stat : 25513 (java) S 25497 25500 22644 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 15 0 39235752 10914828288 7626 33554432000 4194304 4196468 140725149995696 140213218113648 140214190590594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25514] ppid=25497 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25514/stat : 25514 (java) S 25497 25500 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39235752 10914828288 7626 33554432000 4194304 4196468 140725149995696 140213217061088 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25515] ppid=25497 vsize=10659012 memory=140290685060736 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25515/stat : 25515 (java) S 25497 25500 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39235752 10914828288 7626 33554432000 4194304 4196468 140725149995696 140213216009392 140214190590594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30504 KiB

[startup+0.210458 s]*
/proc/loadavg: 2.00 2.01 2.05 4/216 25515
/proc/meminfo: memFree=28825420/32770624 swapFree=67108860/67108860
[pid=25500] ppid=25497 vsize=10659012 memory=42140 CPUtime=0.32 cores=0,2,4,6
/proc/25500/stat : 25500 (java) S 25497 25500 22644 0 -1 1077944320 8120 0 0 0 30 2 0 0 20 0 15 0 39235746 10914828288 10535 33554432000 4194304 4196468 140725149995696 140725149978240 140214190579447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
/proc/25500/statm: 2664753 10535 3013 1 0 2627263 0
[pid=25500/tid=25502] ppid=25497 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/25500/task/25502/stat : 25502 (java) R 25497 25500 22644 0 -1 4202560 5037 0 0 0 18 2 0 0 20 0 15 0 39235746 10914828288 10535 33554432000 4194304 4196468 140725149995696 140214194816064 140214190601373 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25503] ppid=25497 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25503/stat : 25503 (java) S 25497 25500 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39235747 10914828288 10535 33554432000 4194304 4196468 140725149995696 140214116653712 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25504] ppid=25497 vsize=10659012 memory=140290685254776 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25504/stat : 25504 (java) S 25497 25500 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39235747 10914828288 10535 33554432000 4194304 4196468 140725149995696 140214115600912 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25505] ppid=25497 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25505/stat : 25505 (java) S 25497 25500 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39235747 10914828288 10535 33554432000 4194304 4196468 140725149995696 140214114548112 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25506] ppid=25497 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25506/stat : 25506 (java) S 25497 25500 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39235747 10914828288 10535 33554432000 4194304 4196468 140725149995696 140214113495312 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25507] ppid=25497 vsize=10659012 memory=140290685060736 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25507/stat : 25507 (java) S 25497 25500 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39235749 10914828288 10535 33554432000 4194304 4196468 140725149995696 140213224430448 140214190590594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25508] ppid=25497 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25508/stat : 25508 (java) S 25497 25500 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39235749 10914828288 10535 33554432000 4194304 4196468 140725149995696 140213223376416 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25509] ppid=25497 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25509/stat : 25509 (java) S 25497 25500 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39235749 10914828288 10535 33554432000 4194304 4196468 140725149995696 140213222323568 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25510] ppid=25497 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25510/stat : 25510 (java) S 25497 25500 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39235752 10914828288 10535 33554432000 4194304 4196468 140725149995696 140213221271888 140214190598043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25511] ppid=25497 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/25500/task/25511/stat : 25511 (java) S 25497 25500 22644 0 -1 1077944384 691 0 0 0 2 0 0 0 20 0 15 0 39235752 10914828288 10535 33554432000 4194304 4196468 140725149995696 140213220219248 140214190590594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25512] ppid=25497 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/25500/task/25512/stat : 25512 (java) S 25497 25500 22644 0 -1 1077944384 334 0 0 0 2 0 0 0 20 0 15 0 39235752 10914828288 10535 33554432000 4194304 4196468 140725149995696 140213219166448 140214190590594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25513] ppid=25497 vsize=10659012 memory=140290685060736 CPUtime=0.07 cores=0,2,4,6
/proc/25500/task/25513/stat : 25513 (java) S 25497 25500 22644 0 -1 1077944384 690 0 0 0 7 0 0 0 20 0 15 0 39235752 10914828288 10535 33554432000 4194304 4196468 140725149995696 140213218113648 140214190590594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25514] ppid=25497 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25514/stat : 25514 (java) S 25497 25500 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39235752 10914828288 10535 33554432000 4194304 4196468 140725149995696 140213217061088 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25515] ppid=25497 vsize=10659012 memory=140290685060736 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25515/stat : 25515 (java) S 25497 25500 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39235752 10914828288 10535 33554432000 4194304 4196468 140725149995696 140213216009392 140214190590594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42140 KiB

[startup+0.310346 s]*
/proc/loadavg: 2.00 2.01 2.05 4/216 25515
/proc/meminfo: memFree=28817996/32770624 swapFree=67108860/67108860
[pid=25500] ppid=25497 vsize=10659088 memory=47532 CPUtime=0.51 cores=0,2,4,6
/proc/25500/stat : 25500 (java) S 25497 25500 22644 0 -1 1077944320 9085 0 0 0 48 3 0 0 20 0 15 0 39235746 10914906112 11883 33554432000 4194304 4196468 140725149995696 140725149978240 140214190579447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
/proc/25500/statm: 2664772 11883 3059 1 0 2627263 0
[pid=25500/tid=25502] ppid=25497 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/25500/task/25502/stat : 25502 (java) R 25497 25500 22644 0 -1 4202560 5839 0 0 0 28 2 0 0 20 0 15 0 39235746 10914906112 11883 33554432000 4194304 4196468 140725149995696 140214194814512 140214174623077 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25503] ppid=25497 vsize=10659088 memory=288230604707987479 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25503/stat : 25503 (java) S 25497 25500 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39235747 10914906112 11883 33554432000 4194304 4196468 140725149995696 140214116653712 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25504] ppid=25497 vsize=10659088 memory=140290685244506 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25504/stat : 25504 (java) S 25497 25500 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39235747 10914906112 11883 33554432000 4194304 4196468 140725149995696 140214115600912 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25505] ppid=25497 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25505/stat : 25505 (java) S 25497 25500 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39235747 10914906112 11883 33554432000 4194304 4196468 140725149995696 140214114548112 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25506] ppid=25497 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25506/stat : 25506 (java) S 25497 25500 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39235747 10914906112 11883 33554432000 4194304 4196468 140725149995696 140214113495312 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25507] ppid=25497 vsize=10659088 memory=140290685060736 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25507/stat : 25507 (java) S 25497 25500 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39235749 10914906112 11883 33554432000 4194304 4196468 140725149995696 140213224430448 140214190590594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25508] ppid=25497 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25508/stat : 25508 (java) S 25497 25500 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39235749 10914906112 11883 33554432000 4194304 4196468 140725149995696 140213223376416 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25509] ppid=25497 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25509/stat : 25509 (java) S 25497 25500 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39235749 10914906112 11883 33554432000 4194304 4196468 140725149995696 140213222323568 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25510] ppid=25497 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25510/stat : 25510 (java) S 25497 25500 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39235752 10914906112 11883 33554432000 4194304 4196468 140725149995696 140213221271888 140214190598043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25511] ppid=25497 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/25500/task/25511/stat : 25511 (java) S 25497 25500 22644 0 -1 1077944384 732 0 0 0 4 0 0 0 20 0 15 0 39235752 10914906112 11883 33554432000 4194304 4196468 140725149995696 140213220219248 140214190590594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25512] ppid=25497 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/25500/task/25512/stat : 25512 (java) S 25497 25500 22644 0 -1 1077944384 414 0 0 0 4 0 0 0 20 0 15 0 39235752 10914906112 11883 33554432000 4194304 4196468 140725149995696 140213219166448 140214190590594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25513] ppid=25497 vsize=10659088 memory=140290685060736 CPUtime=0.11 cores=0,2,4,6
/proc/25500/task/25513/stat : 25513 (java) R 25497 25500 22644 0 -1 4202560 733 0 0 0 11 0 0 0 20 0 15 0 39235752 10914906112 11883 33554432000 4194304 4196468 140725149995696 140213218113648 140214173975641 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25514] ppid=25497 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25514/stat : 25514 (java) S 25497 25500 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39235752 10914906112 11883 33554432000 4194304 4196468 140725149995696 140213217061088 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25515] ppid=25497 vsize=10659088 memory=140290685060736 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25515/stat : 25515 (java) S 25497 25500 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39235752 10914906112 11883 33554432000 4194304 4196468 140725149995696 140213216009392 140214190590594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47532 KiB

[startup+0.700717 s]
/proc/loadavg: 2.00 2.01 2.05 6/216 25515
/proc/meminfo: memFree=28788772/32770624 swapFree=67108860/67108860
[pid=25500] ppid=25497 vsize=10659088 memory=133428 CPUtime=1.61 cores=0,2,4,6
/proc/25500/stat : 25500 (java) S 25497 25500 22644 0 -1 1077944320 15895 0 0 0 156 5 0 0 20 0 15 0 39235746 10914906112 33357 33554432000 4194304 4196468 140725149995696 140725149978240 140214190579447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
/proc/25500/statm: 2664772 33357 3110 1 0 2627263 0
[pid=25500/tid=25502] ppid=25497 vsize=10659088 memory=1724 CPUtime=0.68 cores=0,2,4,6
/proc/25500/task/25502/stat : 25502 (java) R 25497 25500 22644 0 -1 4202560 6034 0 0 0 65 3 0 0 20 0 15 0 39235746 10914906112 33357 33554432000 4194304 4196468 140725149995696 140214194809536 140213790314720 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25503] ppid=25497 vsize=10659088 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25503/stat : 25503 (java) S 25497 25500 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39235747 10914906112 33357 33554432000 4194304 4196468 140725149995696 140214116653712 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25504] ppid=25497 vsize=10659088 memory=14004 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25504/stat : 25504 (java) S 25497 25500 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39235747 10914906112 33357 33554432000 4194304 4196468 140725149995696 140214115600912 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25505] ppid=25497 vsize=10659088 memory=796 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25505/stat : 25505 (java) S 25497 25500 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39235747 10914906112 33357 33554432000 4194304 4196468 140725149995696 140214114548112 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25506] ppid=25497 vsize=10659088 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25506/stat : 25506 (java) S 25497 25500 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39235747 10914906112 33357 33554432000 4194304 4196468 140725149995696 140214113495312 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25507] ppid=25497 vsize=10659088 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25507/stat : 25507 (java) S 25497 25500 22644 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39235749 10914906112 33357 33554432000 4194304 4196468 140725149995696 140213224430448 140214190590594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25508] ppid=25497 vsize=10659088 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25508/stat : 25508 (java) S 25497 25500 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39235749 10914906112 33357 33554432000 4194304 4196468 140725149995696 140213223376416 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25509] ppid=25497 vsize=10659088 memory=8356 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25509/stat : 25509 (java) S 25497 25500 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39235749 10914906112 33357 33554432000 4194304 4196468 140725149995696 140213222323568 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25510] ppid=25497 vsize=10659088 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25510/stat : 25510 (java) S 25497 25500 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39235752 10914906112 33357 33554432000 4194304 4196468 140725149995696 140213221271888 140214190598043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25511] ppid=25497 vsize=10659088 memory=7524502762334872664 CPUtime=0.32 cores=0,2,4,6
/proc/25500/task/25511/stat : 25511 (java) R 25497 25500 22644 0 -1 4202560 2130 0 0 0 32 0 0 0 20 0 15 0 39235752 10914906112 33357 33554432000 4194304 4196468 140725149995696 140213220205384 140214170089662 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25512] ppid=25497 vsize=10659088 memory=5787213827147130983 CPUtime=0.33 cores=0,2,4,6
/proc/25500/task/25512/stat : 25512 (java) R 25497 25500 22644 0 -1 4202560 5019 0 0 0 32 1 0 0 20 0 15 0 39235752 10914906112 33357 33554432000 4194304 4196468 140725149995696 140213219148056 140214174868305 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25513] ppid=25497 vsize=10659088 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/25500/task/25513/stat : 25513 (java) S 25497 25500 22644 0 -1 1077944384 1341 0 0 0 25 0 0 0 20 0 15 0 39235752 10914906112 33357 33554432000 4194304 4196468 140725149995696 140213218113648 140214190590594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25514] ppid=25497 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25514/stat : 25514 (java) S 25497 25500 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39235752 10914906112 33357 33554432000 4194304 4196468 140725149995696 140213217061088 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25515] ppid=25497 vsize=10659088 memory=33 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25515/stat : 25515 (java) S 25497 25500 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39235752 10914906112 33357 33554432000 4194304 4196468 140725149995696 140213216009392 140214190590594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 133428 KiB

[startup+1.50078 s]
/proc/loadavg: 2.00 2.01 2.05 4/216 25515
/proc/meminfo: memFree=28644436/32770624 swapFree=67108860/67108860
[pid=25500] ppid=25497 vsize=10659088 memory=285228 CPUtime=3.57 cores=0,2,4,6
/proc/25500/stat : 25500 (java) S 25497 25500 22644 0 -1 1077944320 22482 0 0 0 344 13 0 0 20 0 15 0 39235746 10914906112 71307 33554432000 4194304 4196468 140725149995696 140725149978240 140214190579447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
/proc/25500/statm: 2664772 71307 3135 1 0 2627263 0
[pid=25500/tid=25502] ppid=25497 vsize=10659088 memory=6791534058613427641 CPUtime=1.37 cores=0,2,4,6
/proc/25500/task/25502/stat : 25502 (java) R 25497 25500 22644 0 -1 4202560 6064 0 0 0 133 4 0 0 20 0 15 0 39235746 10914906112 71307 33554432000 4194304 4196468 140725149995696 140214194807576 140213790866488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25503] ppid=25497 vsize=10659088 memory=-6951259422114956437 CPUtime=0.06 cores=0,2,4,6
/proc/25500/task/25503/stat : 25503 (java) S 25497 25500 22644 0 -1 1077944384 54 0 0 0 5 1 0 0 20 0 15 0 39235747 10914906112 71307 33554432000 4194304 4196468 140725149995696 140214116653712 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25504] ppid=25497 vsize=10659088 memory=-6509546260019855299 CPUtime=0.07 cores=0,2,4,6
/proc/25500/task/25504/stat : 25504 (java) S 25497 25500 22644 0 -1 1077944384 143 0 0 0 6 1 0 0 20 0 15 0 39235747 10914906112 71307 33554432000 4194304 4196468 140725149995696 140214115600912 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25505] ppid=25497 vsize=10659088 memory=-7390251449858225344 CPUtime=0.09 cores=0,2,4,6
/proc/25500/task/25505/stat : 25505 (java) S 25497 25500 22644 0 -1 1077944384 126 0 0 0 8 1 0 0 20 0 15 0 39235747 10914906112 71819 33554432000 4194304 4196468 140725149995696 140214114548112 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25506] ppid=25497 vsize=10659088 memory=4134692831991786133 CPUtime=0.05 cores=0,2,4,6
/proc/25500/task/25506/stat : 25506 (java) S 25497 25500 22644 0 -1 1077944384 117 0 0 0 4 1 0 0 20 0 15 0 39235747 10914906112 71819 33554432000 4194304 4196468 140725149995696 140214113495312 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25507] ppid=25497 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25507/stat : 25507 (java) S 25497 25500 22644 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39235749 10914906112 71819 33554432000 4194304 4196468 140725149995696 140213224430448 140214190590594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0

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

[startup+374.401 s]
/proc/loadavg: 8.07 6.16 3.90 9/217 25607
/proc/meminfo: memFree=12943648/32770624 swapFree=67108860/67108860
[pid=25500] ppid=25497 vsize=10794416 memory=8305104 CPUtime=1349.07 cores=0,2,4,6
/proc/25500/stat : 25500 (java) S 25497 25500 22644 0 -1 1077944320 233326 0 0 0 134222 685 0 0 20 0 16 0 39235746 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140725149978240 140214190579447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
/proc/25500/statm: 2698604 2076276 3222 1 0 2661057 0
[pid=25500/tid=25502] ppid=25497 vsize=10794416 memory=4140 CPUtime=15.44 cores=0,2,4,6
/proc/25500/task/25502/stat : 25502 (java) S 25497 25500 22644 0 -1 1077944384 17433 0 0 0 1531 13 0 0 20 0 16 0 39235746 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140214194820128 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25503] ppid=25497 vsize=10794416 memory=303430223234596890 CPUtime=325.62 cores=0,2,4,6
/proc/25500/task/25503/stat : 25503 (java) R 25497 25500 22644 0 -1 4202560 26110 0 0 0 32399 163 0 0 20 0 16 0 39235747 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140214116653832 140214183207655 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25504] ppid=25497 vsize=10794416 memory=288230621803970871 CPUtime=324.76 cores=0,2,4,6
/proc/25500/task/25504/stat : 25504 (java) R 25497 25500 22644 0 -1 4202560 25452 0 0 0 32308 168 0 0 20 0 16 0 39235747 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140214115601032 140214183207655 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25505] ppid=25497 vsize=10794416 memory=8304520 CPUtime=325.23 cores=0,2,4,6
/proc/25500/task/25505/stat : 25505 (java) R 25497 25500 22644 0 -1 4202560 30102 0 0 0 32355 168 0 0 20 0 16 0 39235747 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140214114547920 140214183207655 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25506] ppid=25497 vsize=10794416 memory=6791534058613427641 CPUtime=325.83 cores=0,2,4,6
/proc/25500/task/25506/stat : 25506 (java) R 25497 25500 22644 0 -1 4202560 33185 0 0 0 32424 159 0 0 20 0 16 0 39235747 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140214113495512 140214175569090 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25507] ppid=25497 vsize=10794416 memory=1296 CPUtime=29.29 cores=0,2,4,6
/proc/25500/task/25507/stat : 25507 (java) S 25497 25500 22644 0 -1 1077944384 75735 0 0 0 2925 4 0 0 20 0 16 0 39235749 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213224428992 140214190589653 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25508] ppid=25497 vsize=10794416 memory=2344 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25508/stat : 25508 (java) S 25497 25500 22644 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 16 0 39235749 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213223376480 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25509] ppid=25497 vsize=10794416 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25509/stat : 25509 (java) S 25497 25500 22644 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 39235749 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213222323584 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25510] ppid=25497 vsize=10794416 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25510/stat : 25510 (java) S 25497 25500 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39235752 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213221271888 140214190598043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25511] ppid=25497 vsize=10794416 memory=8305104 CPUtime=1.04 cores=0,2,4,6
/proc/25500/task/25511/stat : 25511 (java) S 25497 25500 22644 0 -1 1077944384 7966 0 0 0 103 1 0 0 20 0 16 0 39235752 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213220219008 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25512] ppid=25497 vsize=10794416 memory=1724 CPUtime=1.26 cores=0,2,4,6
/proc/25500/task/25512/stat : 25512 (java) S 25497 25500 22644 0 -1 1077944384 11933 0 0 0 124 2 0 0 20 0 16 0 39235752 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213219157552 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25513] ppid=25497 vsize=10794416 memory=1004 CPUtime=0.34 cores=0,2,4,6
/proc/25500/task/25513/stat : 25513 (java) S 25497 25500 22644 0 -1 1077944384 3598 0 0 0 34 0 0 0 20 0 16 0 39235752 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213218113696 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25514] ppid=25497 vsize=10794416 memory=14004 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25514/stat : 25514 (java) S 25497 25500 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39235752 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213217061088 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25515] ppid=25497 vsize=10794416 memory=796 CPUtime=0.14 cores=0,2,4,6
/proc/25500/task/25515/stat : 25515 (java) S 25497 25500 22644 0 -1 1077944384 312 0 0 0 6 8 0 0 20 0 16 0 39235752 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213216009392 140214190590594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25607] ppid=25497 vsize=10794416 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25607/stat : 25607 (java) S 25497 25500 22644 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39270710 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213211804048 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
Current children cumulated CPU time: 1349.07 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8305104 KiB

[startup+376.001 s]*
/proc/loadavg: 8.07 6.16 3.90 9/217 25607
/proc/meminfo: memFree=12943648/32770624 swapFree=67108860/67108860
[pid=25500] ppid=25497 vsize=10794416 memory=8305104 CPUtime=1355.29 cores=0,2,4,6
/proc/25500/stat : 25500 (java) S 25497 25500 22644 0 -1 1077944320 233942 0 0 0 134843 686 0 0 20 0 16 0 39235746 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140725149978240 140214190579447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
/proc/25500/statm: 2698604 2076276 3222 1 0 2661057 0
[pid=25500/tid=25502] ppid=25497 vsize=10794416 memory=6791534058613427641 CPUtime=15.44 cores=0,2,4,6
/proc/25500/task/25502/stat : 25502 (java) S 25497 25500 22644 0 -1 1077944384 17433 0 0 0 1531 13 0 0 20 0 16 0 39235746 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140214194820128 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25503] ppid=25497 vsize=10794416 memory=4126316290023845779 CPUtime=327.18 cores=0,2,4,6
/proc/25500/task/25503/stat : 25503 (java) R 25497 25500 22644 0 -1 4202560 26110 0 0 0 32554 164 0 0 20 0 16 0 39235747 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140214116653520 140214183207655 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25504] ppid=25497 vsize=10794416 memory=1712 CPUtime=326.31 cores=0,2,4,6
/proc/25500/task/25504/stat : 25504 (java) R 25497 25500 22644 0 -1 4202560 25452 0 0 0 32462 169 0 0 20 0 16 0 39235747 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140214115601032 140214183207655 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25505] ppid=25497 vsize=10794416 memory=1952 CPUtime=326.76 cores=0,2,4,6
/proc/25500/task/25505/stat : 25505 (java) R 25497 25500 22644 0 -1 4202560 30102 0 0 0 32507 169 0 0 20 0 16 0 39235747 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140214114548232 140214183207655 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25506] ppid=25497 vsize=10794416 memory=1196 CPUtime=327.44 cores=0,2,4,6
/proc/25500/task/25506/stat : 25506 (java) R 25497 25500 22644 0 -1 4202560 33801 0 0 0 32585 159 0 0 20 0 16 0 39235747 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140214113495512 140214175568970 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25507] ppid=25497 vsize=10794416 memory=6791534058613427641 CPUtime=29.29 cores=0,2,4,6
/proc/25500/task/25507/stat : 25507 (java) S 25497 25500 22644 0 -1 1077944384 75735 0 0 0 2925 4 0 0 20 0 16 0 39235749 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213224428992 140214190589653 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25508] ppid=25497 vsize=10794416 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25508/stat : 25508 (java) S 25497 25500 22644 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 16 0 39235749 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213223376480 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25509] ppid=25497 vsize=10794416 memory=2204 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25509/stat : 25509 (java) S 25497 25500 22644 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 39235749 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213222323584 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25510] ppid=25497 vsize=10794416 memory=7888 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25510/stat : 25510 (java) S 25497 25500 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39235752 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213221271888 140214190598043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25511] ppid=25497 vsize=10794416 memory=836 CPUtime=1.04 cores=0,2,4,6
/proc/25500/task/25511/stat : 25511 (java) S 25497 25500 22644 0 -1 1077944384 7966 0 0 0 103 1 0 0 20 0 16 0 39235752 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213220219008 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25512] ppid=25497 vsize=10794416 memory=1800 CPUtime=1.26 cores=0,2,4,6
/proc/25500/task/25512/stat : 25512 (java) S 25497 25500 22644 0 -1 1077944384 11933 0 0 0 124 2 0 0 20 0 16 0 39235752 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213219157552 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25513] ppid=25497 vsize=10794416 memory=916 CPUtime=0.34 cores=0,2,4,6
/proc/25500/task/25513/stat : 25513 (java) S 25497 25500 22644 0 -1 1077944384 3598 0 0 0 34 0 0 0 20 0 16 0 39235752 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213218113696 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25514] ppid=25497 vsize=10794416 memory=3852 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25514/stat : 25514 (java) S 25497 25500 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39235752 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213217061088 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25515] ppid=25497 vsize=10794416 memory=2580 CPUtime=0.14 cores=0,2,4,6
/proc/25500/task/25515/stat : 25515 (java) S 25497 25500 22644 0 -1 1077944384 312 0 0 0 6 8 0 0 20 0 16 0 39235752 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213216009392 140214190590594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25607] ppid=25497 vsize=10794416 memory=2580 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25607/stat : 25607 (java) S 25497 25500 22644 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39270710 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213211804048 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
Current children cumulated CPU time: 1355.29 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8305104 KiB

[startup+376.401 s]
/proc/loadavg: 8.07 6.16 3.90 9/217 25607
/proc/meminfo: memFree=12943648/32770624 swapFree=67108860/67108860
[pid=25500] ppid=25497 vsize=10794416 memory=8305104 CPUtime=1355.73 cores=0,2,4,6
/proc/25500/stat : 25500 (java) S 25497 25500 22644 0 -1 1077944320 233977 0 0 0 134887 686 0 0 20 0 16 0 39235746 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140725149978240 140214190579447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
/proc/25500/statm: 2698604 2076276 3222 1 0 2661057 0
[pid=25500/tid=25502] ppid=25497 vsize=10794416 memory=5520 CPUtime=15.44 cores=0,2,4,6
/proc/25500/task/25502/stat : 25502 (java) S 25497 25500 22644 0 -1 1077944384 17433 0 0 0 1531 13 0 0 20 0 16 0 39235746 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140214194820128 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25503] ppid=25497 vsize=10794416 memory=4616 CPUtime=327.2 cores=0,2,4,6
/proc/25500/task/25503/stat : 25503 (java) S 25497 25500 22644 0 -1 1077944384 26110 0 0 0 32556 164 0 0 20 0 16 0 39235747 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140214116653712 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25504] ppid=25497 vsize=10794416 memory=1424 CPUtime=326.33 cores=0,2,4,6
/proc/25500/task/25504/stat : 25504 (java) S 25497 25500 22644 0 -1 1077944384 25452 0 0 0 32464 169 0 0 20 0 16 0 39235747 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140214115600912 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25505] ppid=25497 vsize=10794416 memory=1228 CPUtime=326.77 cores=0,2,4,6
/proc/25500/task/25505/stat : 25505 (java) S 25497 25500 22644 0 -1 1077944384 30102 0 0 0 32508 169 0 0 20 0 16 0 39235747 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140214114548112 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25506] ppid=25497 vsize=10794416 memory=15872 CPUtime=327.46 cores=0,2,4,6
/proc/25500/task/25506/stat : 25506 (java) S 25497 25500 22644 0 -1 1077944384 33801 0 0 0 32587 159 0 0 20 0 16 0 39235747 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140214113495312 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25507] ppid=25497 vsize=10794416 memory=4052 CPUtime=29.66 cores=0,2,4,6
/proc/25500/task/25507/stat : 25507 (java) R 25497 25500 22644 0 -1 4202560 75770 0 0 0 2962 4 0 0 20 0 16 0 39235749 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213224428880 140214175575792 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25508] ppid=25497 vsize=10794416 memory=16248 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25508/stat : 25508 (java) S 25497 25500 22644 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 16 0 39235749 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213223376480 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25509] ppid=25497 vsize=10794416 memory=8305104 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25509/stat : 25509 (java) S 25497 25500 22644 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 39235749 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213222323584 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25510] ppid=25497 vsize=10794416 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25510/stat : 25510 (java) S 25497 25500 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39235752 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213221271888 140214190598043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25511] ppid=25497 vsize=10794416 memory=640 CPUtime=1.04 cores=0,2,4,6
/proc/25500/task/25511/stat : 25511 (java) S 25497 25500 22644 0 -1 1077944384 7966 0 0 0 103 1 0 0 20 0 16 0 39235752 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213220219008 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25512] ppid=25497 vsize=10794416 memory=1792 CPUtime=1.26 cores=0,2,4,6
/proc/25500/task/25512/stat : 25512 (java) S 25497 25500 22644 0 -1 1077944384 11933 0 0 0 124 2 0 0 20 0 16 0 39235752 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213219157552 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25513] ppid=25497 vsize=10794416 memory=956 CPUtime=0.34 cores=0,2,4,6
/proc/25500/task/25513/stat : 25513 (java) S 25497 25500 22644 0 -1 1077944384 3598 0 0 0 34 0 0 0 20 0 16 0 39235752 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213218113696 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25514] ppid=25497 vsize=10794416 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25514/stat : 25514 (java) S 25497 25500 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39235752 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213217061088 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25515] ppid=25497 vsize=10794416 memory=932 CPUtime=0.14 cores=0,2,4,6
/proc/25500/task/25515/stat : 25515 (java) S 25497 25500 22644 0 -1 1077944384 312 0 0 0 6 8 0 0 20 0 16 0 39235752 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213216009392 140214190590594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25607] ppid=25497 vsize=10794416 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25607/stat : 25607 (java) S 25497 25500 22644 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39270710 11053481984 2076276 33554432000 4194304 4196468 140725149995696 140213211804048 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
Current children cumulated CPU time: 1355.73 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8305104 KiB

[startup+376.601 s]
/proc/loadavg: 8.07 6.16 3.90 9/217 25607
/proc/meminfo: memFree=12943648/32770624 swapFree=67108860/67108860
[pid=25500] ppid=25497 vsize=10794416 memory=8305136 CPUtime=1355.93 cores=0,2,4,6
/proc/25500/stat : 25500 (java) S 25497 25500 22644 0 -1 1077944320 234054 0 0 0 134907 686 0 0 20 0 16 0 39235746 11053481984 2076284 33554432000 4194304 4196468 140725149995696 140725149978240 140214190579447 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
/proc/25500/statm: 2698604 2076284 3222 1 0 2661057 0
[pid=25500/tid=25502] ppid=25497 vsize=10794416 memory=8305104 CPUtime=15.44 cores=0,2,4,6
/proc/25500/task/25502/stat : 25502 (java) S 25497 25500 22644 0 -1 1077944384 17433 0 0 0 1531 13 0 0 20 0 16 0 39235746 11053481984 2076284 33554432000 4194304 4196468 140725149995696 140214194820128 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25503] ppid=25497 vsize=10794416 memory=1408 CPUtime=327.2 cores=0,2,4,6
/proc/25500/task/25503/stat : 25503 (java) S 25497 25500 22644 0 -1 1077944384 26110 0 0 0 32556 164 0 0 20 0 16 0 39235747 11053481984 2076284 33554432000 4194304 4196468 140725149995696 140214116653712 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25504] ppid=25497 vsize=10794416 memory=3216 CPUtime=326.33 cores=0,2,4,6
/proc/25500/task/25504/stat : 25504 (java) S 25497 25500 22644 0 -1 1077944384 25452 0 0 0 32464 169 0 0 20 0 16 0 39235747 11053481984 2076284 33554432000 4194304 4196468 140725149995696 140214115600912 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25505] ppid=25497 vsize=10794416 memory=8216176 CPUtime=326.77 cores=0,2,4,6
/proc/25500/task/25505/stat : 25505 (java) S 25497 25500 22644 0 -1 1077944384 30102 0 0 0 32508 169 0 0 20 0 16 0 39235747 11053481984 2076284 33554432000 4194304 4196468 140725149995696 140214114548112 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25506] ppid=25497 vsize=10794416 memory=6791534058613427641 CPUtime=327.46 cores=0,2,4,6
/proc/25500/task/25506/stat : 25506 (java) S 25497 25500 22644 0 -1 1077944384 33801 0 0 0 32587 159 0 0 20 0 16 0 39235747 11053481984 2076284 33554432000 4194304 4196468 140725149995696 140214113495312 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25507] ppid=25497 vsize=10794416 memory=4126316290023845779 CPUtime=29.86 cores=0,2,4,6
/proc/25500/task/25507/stat : 25507 (java) R 25497 25500 22644 0 -1 4202560 75847 0 0 0 2982 4 0 0 20 0 16 0 39235749 11053481984 2076284 33554432000 4194304 4196468 140725149995696 140213224428880 140214175037078 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25508] ppid=25497 vsize=10794416 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25508/stat : 25508 (java) S 25497 25500 22644 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 16 0 39235749 11053481984 2076284 33554432000 4194304 4196468 140725149995696 140213223376480 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25509] ppid=25497 vsize=10794416 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25509/stat : 25509 (java) S 25497 25500 22644 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 39235749 11053481984 2076284 33554432000 4194304 4196468 140725149995696 140213222323584 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25510] ppid=25497 vsize=10794416 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25510/stat : 25510 (java) S 25497 25500 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39235752 11053481984 2076284 33554432000 4194304 4196468 140725149995696 140213221271888 140214190598043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25511] ppid=25497 vsize=10794416 memory=6791534058613427641 CPUtime=1.04 cores=0,2,4,6
/proc/25500/task/25511/stat : 25511 (java) S 25497 25500 22644 0 -1 1077944384 7966 0 0 0 103 1 0 0 20 0 16 0 39235752 11053481984 2076284 33554432000 4194304 4196468 140725149995696 140213220219008 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25512] ppid=25497 vsize=10794416 memory=5520 CPUtime=1.26 cores=0,2,4,6
/proc/25500/task/25512/stat : 25512 (java) S 25497 25500 22644 0 -1 1077944384 11933 0 0 0 124 2 0 0 20 0 16 0 39235752 11053481984 2076284 33554432000 4194304 4196468 140725149995696 140213219157552 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25513] ppid=25497 vsize=10794416 memory=4616 CPUtime=0.34 cores=0,2,4,6
/proc/25500/task/25513/stat : 25513 (java) S 25497 25500 22644 0 -1 1077944384 3598 0 0 0 34 0 0 0 20 0 16 0 39235752 11053481984 2076284 33554432000 4194304 4196468 140725149995696 140213218113696 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25514] ppid=25497 vsize=10794416 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25514/stat : 25514 (java) S 25497 25500 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39235752 11053481984 2076284 33554432000 4194304 4196468 140725149995696 140213217061088 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25515] ppid=25497 vsize=10794416 memory=1228 CPUtime=0.14 cores=0,2,4,6
/proc/25500/task/25515/stat : 25515 (java) S 25497 25500 22644 0 -1 1077944384 312 0 0 0 6 8 0 0 20 0 16 0 39235752 11053481984 2076284 33554432000 4194304 4196468 140725149995696 140213216009392 140214190590594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
[pid=25500/tid=25607] ppid=25497 vsize=10794416 memory=7512114586635233390 CPUtime=0 cores=0,2,4,6
/proc/25500/task/25607/stat : 25607 (java) S 25497 25500 22644 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39270710 11053481984 2076284 33554432000 4194304 4196468 140725149995696 140213211804048 140214190589653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39403520 140725150000241 140725150000393 140725150000393 140725150003151 0
Current children cumulated CPU time: 1355.93 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8305136 KiB

Child status: 0
Real time (s): 376.701
CPU time (s): 1356.04
CPU user time (s): 1349.14
CPU system time (s): 6.90632
CPU usage (%): 359.978
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8305136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1349.14
system time used= 6.90632
maximum resident set size= 8305232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 234136
page faults= 0
swaps= 0
block input operations= 176
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21894
involuntary context switches= 28898


# summary of solver processes directly reported to runsolver:
#   pid: 25500
#   total CPU time (s): 1356.04
#   total CPU user time (s): 1349.14
#   total CPU system time (s): 6.90632

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.31164 second user time and 3.57339 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-22 01:45:26
IDJOB=4289960
IDBENCH=141350
IDSOLVER=2742
FILE ID=node149/4289960-1532216725
RUNJOBID= node149-1532209647-24669
PBS_JOBID= 21018926
Free space on /tmp= 51888 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1s-2_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289960-1532216725/watcher-4289960-1532216725 -o /tmp/evaluation-result-4289960-1532216725/solver-4289960-1532216725 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532209647-24669 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289960-1532216725.xml

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

MD5SUM BENCH= a795c17341a98acc8ee8963fc359ded0
RANDOM SEED=566830169

node149.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.60
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.60
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.60
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.60
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:        28852620 kB
MemAvailable:   31358120 kB
Buffers:           68916 kB
Cached:          2699444 kB
SwapCached:            0 kB
Active:          2008648 kB
Inactive:        1434428 kB
Active(anon):     623348 kB
Inactive(anon):    71344 kB
Active(file):    1385300 kB
Inactive(file):  1363084 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2500 kB
Writeback:             0 kB
AnonPages:        709464 kB
Mapped:            46344 kB
Shmem:             17032 kB
Slab:             173024 kB
SReclaimable:     145904 kB
SUnreclaim:        27120 kB
KernelStack:        3856 kB
PageTables:         6568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1332268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    641024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51884 MiB
End job on node149 at 2018-07-22 01:51:42