Trace number 4393833

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
choco-solver 2019-06-14 parallelWrong Opt.133 11.9488 3.08395

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-6-5-20-1.xml
MD5SUM3ec6160036052286f30104bba84c59a2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark102
Best CPU time to get the best result obtained on this benchmark0.55339
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints652
Number of domains52
Minimum domain size2
Maximum domain size30
Distribution of domain sizes[{"size":2,"count":1},{"size":3,"count":6},{"size":4,"count":14},{"size":5,"count":9},{"size":13,"count":3},{"size":14,"count":3},{"size":15,"count":4},{"size":16,"count":2},{"size":17,"count":5},{"size":18,"count":2},{"size":19,"count":1},{"size":29,"count":20},{"size":30,"count":30}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":50},{"degree":22,"count":29},{"degree":23,"count":1},{"degree":31,"count":20}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":650},{"arity":30,"count":1}]
Number of extensional constraints50
Number of intensional constraints601
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":601},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393833-1568427436.xml"  -tl '20160s' -p 8
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4393833-1568427436.xml, -tl, 20160s, -p, 8]
0.33/0.24	c 8 solvers in parallel
0.33/0.31	c parse instance...
7.64/2.42	c solve instance...
8.81/2.64	o 494 
8.81/2.68	o 235 
8.81/2.68	o 206 
9.54/2.71	o 205 
9.54/2.72	o 204 
9.54/2.72	o 203 
9.54/2.74	o 202 
9.54/2.79	o 201 
10.16/2.83	o 200 
10.16/2.84	o 195 
10.16/2.85	o 194 
10.16/2.86	o 193 
10.16/2.88	o 192 
10.16/2.90	o 189 
10.88/2.92	o 187 
10.88/2.93	o 186 
10.88/2.93	o 185 
10.88/2.94	o 184 
10.88/2.95	o 182 
10.88/2.96	o 181 
10.88/2.96	o 180 
10.88/2.97	o 139 
10.88/2.99	o 138 
10.88/2.99	o 137 
11.57/3.03	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (130/132)
11.57/3.03		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
11.57/3.03		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
11.57/3.03		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
11.57/3.03		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
11.57/3.03		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
11.57/3.03	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (130/132)
11.57/3.03		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
11.57/3.03		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
11.57/3.03		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
11.57/3.03		at org.chocosolver.solver.Solver.repair(Solver.java:443)
11.57/3.03		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
11.57/3.03		at org.chocosolver.solver.Solver.solve(Solver.java:262)
11.57/3.03		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
11.57/3.03		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
11.57/3.03		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
11.57/3.03		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
11.57/3.03		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
11.57/3.03		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
11.57/3.03		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
11.57/3.03		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
11.57/3.03		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
11.57/3.03		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
11.57/3.03	o 135 
11.57/3.04	o 134 
11.57/3.05	java.util.concurrent.ExecutionException: java.lang.NullPointerException
11.57/3.05		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
11.57/3.05		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
11.57/3.05		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
11.57/3.05		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
11.57/3.05		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
11.57/3.05	Caused by: java.lang.NullPointerException
11.57/3.05		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
11.57/3.05		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
11.57/3.05		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
11.57/3.05		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
11.57/3.05		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
11.57/3.05		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
11.57/3.05		... 4 more
11.57/3.05	Caused by: java.lang.NullPointerException
11.57/3.05		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
11.57/3.05		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
11.57/3.05		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
11.57/3.05		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
11.57/3.05		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
11.57/3.05		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
11.57/3.05		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
11.57/3.05		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
11.57/3.05		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
11.57/3.05		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
11.57/3.05		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
11.57/3.05		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
11.57/3.05		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
11.57/3.05		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
11.57/3.05		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
11.57/3.05		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
11.57/3.05		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
11.57/3.05		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
11.57/3.05	Caused by: java.lang.NullPointerException
11.57/3.05		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
11.57/3.05		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
11.57/3.05		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:181)
11.57/3.05		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:48)
11.57/3.05		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
11.57/3.05		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
11.57/3.05		at org.chocosolver.solver.Solver.solve(Solver.java:262)
11.57/3.05		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
11.57/3.05		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
11.57/3.05		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
11.57/3.05		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
11.57/3.05		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
11.57/3.05		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
11.57/3.05		... 4 more
11.57/3.05	o 133 
11.57/3.06	s OPTIMUM FOUND
11.57/3.06	v <instantiation>
11.57/3.06	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] l[0] l[1] l[2] l[3] l[4] l[5] l[6] l[7] l[8] l[9] l[10] l[11] l[12] l[13] l[14] l[15] l[16] l[17] l[18] l[19] c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] </list>
11.57/3.06	v 	<values>0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 22 23 29 24 25 26 21 27 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 2 3 0 0 0 18 14 2 27 22 28 23 22 23 22 21 23 21 27 23 28 27 21 22 27 21 27 22 4 4 2 3 4 10 6 2 10 1 2 5 1 1 5 2 8 10 7 4 </values>
11.57/3.06	v </instantiation>

Verifier Data

OK	133

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393833-1568427436/watcher-4393833-1568427436 -o /tmp/evaluation-result-4393833-1568427436/solver-4393833-1568427436 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568427322-28555 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1372054478 HOME/instance-4393833-1568427436.xml 

running on 8 cores: 0-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 thread
Current StackSize limit: 8192 KiB

solver pid=30495, runsolver pid=30492

[startup+0.100147 s]*
/proc/loadavg: 6.17 6.85 7.00 2/212 30516
/proc/meminfo: memFree=29813960/32770688 swapFree=66961108/67108860
[pid=30495] ppid=30492 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30495/stat : 30495 (xcsp3-exec) S 30492 30495 28528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418685281 115843072 363 33554432000 4194304 5098028 140734336618032 140734336616136 140585073148540 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 27971584 140734336619381 140734336619625 140734336619625 140734336622538 0
/proc/30495/statm: 28282 363 305 221 0 87 0
[pid=30497] ppid=30495 vsize=28227388 memory=30164 CPUtime=0.12 cores=0-7
/proc/30497/stat : 30497 (java) S 30495 30495 28528 0 -1 1077944320 5928 0 0 0 11 1 0 0 20 0 20 0 418685281 28904845312 7541 33554432000 4194304 4196468 140724567536544 140724567519088 139668956352247 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
/proc/30497/statm: 7056847 7541 3156 1 0 7019032 0
[pid=30497/tid=30498] ppid=30495 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/30497/task/30498/stat : 30498 (java) R 30495 30495 28528 0 -1 4202560 3843 0 0 0 8 1 0 0 20 0 20 0 418685281 28904845312 7541 33554432000 4194304 4196468 140724567536544 139668960580480 139668938206978 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30499] ppid=30495 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/30497/task/30499/stat : 30499 (java) S 30495 30495 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685282 28904845312 7541 33554432000 4194304 4196468 140724567536544 139668915112976 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30500] ppid=30495 vsize=28227388 memory=140567550543488 CPUtime=0 cores=0-7
/proc/30497/task/30500/stat : 30500 (java) S 30495 30495 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685282 28904845312 7541 33554432000 4194304 4196468 140724567536544 139668507077776 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30501] ppid=30495 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30501/stat : 30501 (java) S 30495 30495 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685282 28904845312 7541 33554432000 4194304 4196468 140724567536544 139668506024720 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30502] ppid=30495 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30502/stat : 30502 (java) S 30495 30495 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685282 28904845312 7541 33554432000 4194304 4196468 140724567536544 139668504972176 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30503] ppid=30495 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30503/stat : 30503 (java) S 30495 30495 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685282 28904845312 7541 33554432000 4194304 4196468 140724567536544 139668503919120 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30504] ppid=30495 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30497/task/30504/stat : 30504 (java) S 30495 30495 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685282 28904845312 7541 33554432000 4194304 4196468 140724567536544 139668502866576 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30505] ppid=30495 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30505/stat : 30505 (java) S 30495 30495 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685282 28904845312 7541 33554432000 4194304 4196468 140724567536544 139668501813520 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30506] ppid=30495 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30506/stat : 30506 (java) S 30495 30495 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418685282 28904845312 7541 33554432000 4194304 4196468 140724567536544 139668500760976 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30507] ppid=30495 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30507/stat : 30507 (java) S 30495 30495 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685284 28904845312 7541 33554432000 4194304 4196468 140724567536544 139667554753264 139668956363394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30508] ppid=30495 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30508/stat : 30508 (java) S 30495 30495 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418685284 28904845312 7541 33554432000 4194304 4196468 140724567536544 139667553699488 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30509] ppid=30495 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30509/stat : 30509 (java) S 30495 30495 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418685285 28904845312 7541 33554432000 4194304 4196468 140724567536544 139667552646384 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30510] ppid=30495 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30510/stat : 30510 (java) S 30495 30495 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685287 28904845312 7541 33554432000 4194304 4196468 140724567536544 139667551594960 139668956370843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30511] ppid=30495 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30511/stat : 30511 (java) S 30495 30495 28528 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 20 0 418685287 28904845312 7541 33554432000 4194304 4196468 140724567536544 139667550542064 139668956363394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30512] ppid=30495 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30512/stat : 30512 (java) R 30495 30495 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418685287 28904845312 7541 33554432000 4194304 4196468 140724567536544 139667549489520 139668956364182 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30513] ppid=30495 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30513/stat : 30513 (java) S 30495 30495 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685287 28904845312 7541 33554432000 4194304 4196468 140724567536544 139667548436464 139668956363394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30514] ppid=30495 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/30497/task/30514/stat : 30514 (java) R 30495 30495 28528 0 -1 1077944384 357 0 0 0 1 0 0 0 20 0 20 0 418685287 28904845312 7541 33554432000 4194304 4196468 140724567536544 139667547383920 139668956363394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30515] ppid=30495 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30515/stat : 30515 (java) S 30495 30495 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418685288 28904845312 7541 33554432000 4194304 4196468 140724567536544 139667546332128 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30516] ppid=30495 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30497/task/30516/stat : 30516 (java) S 30495 30495 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685288 28904845312 7541 33554432000 4194304 4196468 140724567536544 139667545279664 139668956363394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31616 KiB

[startup+0.211423 s]*
/proc/loadavg: 6.17 6.85 7.00 3/212 30516
/proc/meminfo: memFree=29801296/32770688 swapFree=66961108/67108860
[pid=30495] ppid=30492 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30495/stat : 30495 (xcsp3-exec) S 30492 30495 28528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418685281 115843072 363 33554432000 4194304 5098028 140734336618032 140734336616136 140585073148540 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 27971584 140734336619381 140734336619625 140734336619625 140734336622538 0
/proc/30495/statm: 28282 363 305 221 0 87 0
[pid=30497] ppid=30495 vsize=28227388 memory=41140 CPUtime=0.33 cores=0-7
/proc/30497/stat : 30497 (java) S 30495 30495 28528 0 -1 1077944320 9501 0 0 0 30 3 0 0 20 0 20 0 418685281 28904845312 10285 33554432000 4194304 4196468 140724567536544 140724567519088 139668956352247 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
/proc/30497/statm: 7056847 10285 3293 1 0 7019032 0
[pid=30497/tid=30498] ppid=30495 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/30497/task/30498/stat : 30498 (java) R 30495 30495 28528 0 -1 4202560 6635 0 0 0 18 2 0 0 20 0 20 0 418685281 28904845312 10285 33554432000 4194304 4196468 140724567536544 139668960585344 139668940432734 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30499] ppid=30495 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/30497/task/30499/stat : 30499 (java) S 30495 30495 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685282 28904845312 10285 33554432000 4194304 4196468 140724567536544 139668915112976 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30500] ppid=30495 vsize=28227388 memory=3905384000829441696 CPUtime=0 cores=0-7
/proc/30497/task/30500/stat : 30500 (java) S 30495 30495 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685282 28904845312 10285 33554432000 4194304 4196468 140724567536544 139668507077776 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30501] ppid=30495 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30497/task/30501/stat : 30501 (java) S 30495 30495 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685282 28904845312 10285 33554432000 4194304 4196468 140724567536544 139668506024720 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30502] ppid=30495 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30502/stat : 30502 (java) S 30495 30495 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685282 28904845312 10285 33554432000 4194304 4196468 140724567536544 139668504972176 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30503] ppid=30495 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30503/stat : 30503 (java) S 30495 30495 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685282 28904845312 10285 33554432000 4194304 4196468 140724567536544 139668503919120 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30504] ppid=30495 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30497/task/30504/stat : 30504 (java) S 30495 30495 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685282 28904845312 10285 33554432000 4194304 4196468 140724567536544 139668502866576 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30505] ppid=30495 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30505/stat : 30505 (java) S 30495 30495 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685282 28904845312 10285 33554432000 4194304 4196468 140724567536544 139668501813520 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30506] ppid=30495 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30506/stat : 30506 (java) S 30495 30495 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418685282 28904845312 10285 33554432000 4194304 4196468 140724567536544 139668500760976 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30507] ppid=30495 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30507/stat : 30507 (java) S 30495 30495 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685284 28904845312 10285 33554432000 4194304 4196468 140724567536544 139667554753264 139668956363394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30508] ppid=30495 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30508/stat : 30508 (java) S 30495 30495 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418685284 28904845312 10285 33554432000 4194304 4196468 140724567536544 139667553699488 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30509] ppid=30495 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30509/stat : 30509 (java) S 30495 30495 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418685285 28904845312 10285 33554432000 4194304 4196468 140724567536544 139667552646384 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30510] ppid=30495 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30510/stat : 30510 (java) S 30495 30495 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685287 28904845312 10285 33554432000 4194304 4196468 140724567536544 139667551594960 139668956370843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30511] ppid=30495 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/30497/task/30511/stat : 30511 (java) S 30495 30495 28528 0 -1 1077944384 548 0 0 0 1 0 0 0 20 0 20 0 418685287 28904845312 10285 33554432000 4194304 4196468 140724567536544 139667550542064 139668956363394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30512] ppid=30495 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/30497/task/30512/stat : 30512 (java) S 30495 30495 28528 0 -1 1077944384 213 0 0 0 1 0 0 0 20 0 20 0 418685287 28904845312 10285 33554432000 4194304 4196468 140724567536544 139667549489520 139668956363394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30513] ppid=30495 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/30497/task/30513/stat : 30513 (java) S 30495 30495 28528 0 -1 1077944384 54 0 0 0 2 0 0 0 20 0 20 0 418685287 28904845312 10285 33554432000 4194304 4196468 140724567536544 139667548436464 139668956363394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30514] ppid=30495 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/30497/task/30514/stat : 30514 (java) R 30495 30495 28528 0 -1 4202560 741 0 0 0 7 0 0 0 20 0 20 0 418685287 28904845312 10285 33554432000 4194304 4196468 140724567536544 139667547383920 139668956364182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30515] ppid=30495 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30515/stat : 30515 (java) S 30495 30495 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418685288 28904845312 10285 33554432000 4194304 4196468 140724567536544 139667546332128 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30516] ppid=30495 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30497/task/30516/stat : 30516 (java) S 30495 30495 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685288 28904845312 10285 33554432000 4194304 4196468 140724567536544 139667545279664 139668956363394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42592 KiB

[startup+0.310819 s]*
/proc/loadavg: 6.17 6.85 7.00 2/212 30516
/proc/meminfo: memFree=29796684/32770688 swapFree=66961108/67108860
[pid=30495] ppid=30492 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30495/stat : 30495 (xcsp3-exec) S 30492 30495 28528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418685281 115843072 363 33554432000 4194304 5098028 140734336618032 140734336616136 140585073148540 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 27971584 140734336619381 140734336619625 140734336619625 140734336622538 0
/proc/30495/statm: 28282 363 305 221 0 87 0
[pid=30497] ppid=30495 vsize=28231644 memory=47064 CPUtime=0.52 cores=0-7
/proc/30497/stat : 30497 (java) S 30495 30495 28528 0 -1 1077944320 10610 0 0 0 48 4 0 0 20 0 20 0 418685281 28909203456 11766 33554432000 4194304 4196468 140724567536544 140724567519088 139668956352247 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
/proc/30497/statm: 7057911 11766 3317 1 0 7019032 0
[pid=30497/tid=30498] ppid=30495 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/30497/task/30498/stat : 30498 (java) R 30495 30495 28528 0 -1 4202560 7624 0 0 0 27 3 0 0 20 0 20 0 418685281 28909203456 11766 33554432000 4194304 4196468 140724567536544 139668960582944 139668940432734 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30499] ppid=30495 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30499/stat : 30499 (java) S 30495 30495 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685282 28909203456 11766 33554432000 4194304 4196468 140724567536544 139668915112976 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30500] ppid=30495 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30500/stat : 30500 (java) S 30495 30495 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685282 28909203456 11766 33554432000 4194304 4196468 140724567536544 139668507077776 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30501] ppid=30495 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30501/stat : 30501 (java) S 30495 30495 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685282 28909203456 11766 33554432000 4194304 4196468 140724567536544 139668506024720 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30502] ppid=30495 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30502/stat : 30502 (java) S 30495 30495 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685282 28909203456 11766 33554432000 4194304 4196468 140724567536544 139668504972176 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30503] ppid=30495 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/30497/task/30503/stat : 30503 (java) S 30495 30495 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685282 28909203456 11766 33554432000 4194304 4196468 140724567536544 139668503919120 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30504] ppid=30495 vsize=28231644 memory=140567434589103 CPUtime=0 cores=0-7
/proc/30497/task/30504/stat : 30504 (java) S 30495 30495 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685282 28909203456 11766 33554432000 4194304 4196468 140724567536544 139668502866576 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30505] ppid=30495 vsize=28231644 memory=140567434591408 CPUtime=0 cores=0-7
/proc/30497/task/30505/stat : 30505 (java) S 30495 30495 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685282 28909203456 11766 33554432000 4194304 4196468 140724567536544 139668501813520 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30506] ppid=30495 vsize=28231644 memory=140567434593712 CPUtime=0 cores=0-7
/proc/30497/task/30506/stat : 30506 (java) S 30495 30495 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418685282 28909203456 11766 33554432000 4194304 4196468 140724567536544 139668500760976 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30507] ppid=30495 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30507/stat : 30507 (java) S 30495 30495 28528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418685284 28909203456 11766 33554432000 4194304 4196468 140724567536544 139667554753264 139668956363394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30508] ppid=30495 vsize=28231644 memory=281134869194384 CPUtime=0 cores=0-7
/proc/30497/task/30508/stat : 30508 (java) S 30495 30495 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418685284 28909203456 11766 33554432000 4194304 4196468 140724567536544 139667553699488 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30509] ppid=30495 vsize=28231644 memory=281134869201296 CPUtime=0 cores=0-7
/proc/30497/task/30509/stat : 30509 (java) S 30495 30495 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418685285 28909203456 11766 33554432000 4194304 4196468 140724567536544 139667552646384 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30510] ppid=30495 vsize=28231644 memory=281134869142544 CPUtime=0 cores=0-7
/proc/30497/task/30510/stat : 30510 (java) S 30495 30495 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685287 28909203456 11766 33554432000 4194304 4196468 140724567536544 139667551594960 139668956370843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30511] ppid=30495 vsize=28231644 memory=281134869215120 CPUtime=0.02 cores=0-7
/proc/30497/task/30511/stat : 30511 (java) S 30495 30495 28528 0 -1 1077944384 555 0 0 0 2 0 0 0 20 0 20 0 418685287 28909203456 11766 33554432000 4194304 4196468 140724567536544 139667550542064 139668956363394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30512] ppid=30495 vsize=28231644 memory=281134869222032 CPUtime=0.02 cores=0-7
/proc/30497/task/30512/stat : 30512 (java) S 30495 30495 28528 0 -1 1077944384 224 0 0 0 2 0 0 0 20 0 20 0 418685287 28909203456 11766 33554432000 4194304 4196468 140724567536544 139667549489520 139668956363394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30513] ppid=30495 vsize=28231644 memory=281134869219728 CPUtime=0.02 cores=0-7
/proc/30497/task/30513/stat : 30513 (java) S 30495 30495 28528 0 -1 1077944384 60 0 0 0 2 0 0 0 20 0 20 0 418685287 28909203456 11766 33554432000 4194304 4196468 140724567536544 139667548436464 139668956363394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30514] ppid=30495 vsize=28231644 memory=281134869235888 CPUtime=0.12 cores=0-7
/proc/30497/task/30514/stat : 30514 (java) S 30495 30495 28528 0 -1 1077944384 834 0 0 0 12 0 0 0 20 0 20 0 418685287 28909203456 11766 33554432000 4194304 4196468 140724567536544 139667547383920 139668956363394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30515] ppid=30495 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30515/stat : 30515 (java) S 30495 30495 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418685288 28909203456 11766 33554432000 4194304 4196468 140724567536544 139667546332128 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30516] ppid=30495 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/30497/task/30516/stat : 30516 (java) S 30495 30495 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685288 28909203456 11766 33554432000 4194304 4196468 140724567536544 139667545279664 139668956363394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 48516 KiB

[startup+0.70103 s]
/proc/loadavg: 6.17 6.85 7.00 4/212 30516
/proc/meminfo: memFree=29784068/32770688 swapFree=66961108/67108860
[pid=30495] ppid=30492 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30495/stat : 30495 (xcsp3-exec) S 30492 30495 28528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418685281 115843072 363 33554432000 4194304 5098028 140734336618032 140734336616136 140585073148540 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 27971584 140734336619381 140734336619625 140734336619625 140734336622538 0
/proc/30495/statm: 28282 363 305 221 0 87 0
[pid=30497] ppid=30495 vsize=28233768 memory=83936 CPUtime=1.83 cores=0-7
/proc/30497/stat : 30497 (java) S 30495 30495 28528 0 -1 1077944320 16142 0 0 0 177 6 0 0 20 0 20 0 418685281 28911378432 20981 33554432000 4194304 4196468 140724567536544 140724567519088 139668956352247 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
/proc/30497/statm: 7058442 20981 3440 1 0 7019544 0
[pid=30497/tid=30498] ppid=30495 vsize=28233768 memory=281134869593776 CPUtime=0.68 cores=0-7
/proc/30497/task/30498/stat : 30498 (java) R 30495 30495 28528 0 -1 4202560 9066 0 0 0 64 4 0 0 20 0 20 0 418685281 28911378432 20984 33554432000 4194304 4196468 140724567536544 139668960588752 139668956364182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30499] ppid=30495 vsize=28233768 memory=140567434797936 CPUtime=0 cores=0-7
/proc/30497/task/30499/stat : 30499 (java) S 30495 30495 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685282 28911378432 20984 33554432000 4194304 4196468 140724567536544 139668915112976 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30500] ppid=30495 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30500/stat : 30500 (java) S 30495 30495 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685282 28911378432 20984 33554432000 4194304 4196468 140724567536544 139668507077776 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30501] ppid=30495 vsize=28233768 memory=2832 CPUtime=0 cores=0-7
/proc/30497/task/30501/stat : 30501 (java) S 30495 30495 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685282 28911378432 20984 33554432000 4194304 4196468 140724567536544 139668506024720 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0

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

/proc/30497/stat : 30497 (java) S 30495 30495 28528 0 -1 1077944320 30613 0 0 0 700 64 0 0 20 0 20 0 418685281 28913475584 132502 33554432000 4194304 4196468 140724567536544 140724567519088 139668956352247 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
/proc/30497/statm: 7058954 132502 3504 1 0 7020056 0
[pid=30497/tid=30498] ppid=30495 vsize=28235816 memory=0 CPUtime=2.17 cores=0-7
/proc/30497/task/30498/stat : 30498 (java) R 30495 30495 28528 0 -1 4202560 11025 0 0 0 211 6 0 0 20 0 20 0 418685281 28913475584 132502 33554432000 4194304 4196468 140724567536544 139668960588832 139668597397480 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30499] ppid=30495 vsize=28235816 memory=0 CPUtime=0.13 cores=0-7
/proc/30497/task/30499/stat : 30499 (java) S 30495 30495 28528 0 -1 1077944384 113 0 0 0 8 5 0 0 20 0 20 0 418685282 28913475584 132502 33554432000 4194304 4196468 140724567536544 139668915112976 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30500] ppid=30495 vsize=28235816 memory=0 CPUtime=0.16 cores=0-7
/proc/30497/task/30500/stat : 30500 (java) S 30495 30495 28528 0 -1 1077944384 268 0 0 0 10 6 0 0 20 0 20 0 418685282 28913475584 132502 33554432000 4194304 4196468 140724567536544 139668507077776 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30501] ppid=30495 vsize=28235816 memory=0 CPUtime=0.17 cores=0-7
/proc/30497/task/30501/stat : 30501 (java) S 30495 30495 28528 0 -1 1077944384 739 0 0 0 10 7 0 0 20 0 20 0 418685282 28913475584 132502 33554432000 4194304 4196468 140724567536544 139668506024720 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30502] ppid=30495 vsize=28235816 memory=92 CPUtime=0.16 cores=0-7
/proc/30497/task/30502/stat : 30502 (java) S 30495 30495 28528 0 -1 1077944384 308 0 0 0 10 6 0 0 20 0 20 0 418685282 28913475584 132502 33554432000 4194304 4196468 140724567536544 139668504972176 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30503] ppid=30495 vsize=28235816 memory=99 CPUtime=0.16 cores=0-7
/proc/30497/task/30503/stat : 30503 (java) S 30495 30495 28528 0 -1 1077944384 188 0 0 0 10 6 0 0 20 0 20 0 418685282 28913475584 132502 33554432000 4194304 4196468 140724567536544 139668503919120 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30504] ppid=30495 vsize=28235816 memory=108 CPUtime=0.17 cores=0-7
/proc/30497/task/30504/stat : 30504 (java) S 30495 30495 28528 0 -1 1077944384 177 0 0 0 11 6 0 0 20 0 20 0 418685282 28913475584 132502 33554432000 4194304 4196468 140724567536544 139668502866576 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30505] ppid=30495 vsize=28235816 memory=70 CPUtime=0.18 cores=0-7
/proc/30497/task/30505/stat : 30505 (java) S 30495 30495 28528 0 -1 1077944384 239 0 0 0 12 6 0 0 20 0 20 0 418685282 28913475584 132502 33554432000 4194304 4196468 140724567536544 139668501813520 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30506] ppid=30495 vsize=28235816 memory=0 CPUtime=0.16 cores=0-7
/proc/30497/task/30506/stat : 30506 (java) S 30495 30495 28528 0 -1 1077944384 229 0 0 0 10 6 0 0 20 0 20 0 418685282 28913475584 132502 33554432000 4194304 4196468 140724567536544 139668500760976 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30507] ppid=30495 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30507/stat : 30507 (java) S 30495 30495 28528 0 -1 1077944384 469 0 0 0 0 0 0 0 20 0 20 0 418685284 28913475584 132502 33554432000 4194304 4196468 140724567536544 139667554753264 139668956363394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30508] ppid=30495 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30508/stat : 30508 (java) S 30495 30495 28528 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 418685284 28913475584 132502 33554432000 4194304 4196468 140724567536544 139667553699552 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30509] ppid=30495 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30509/stat : 30509 (java) S 30495 30495 28528 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 418685285 28913475584 132502 33554432000 4194304 4196468 140724567536544 139667552646400 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30510] ppid=30495 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30510/stat : 30510 (java) S 30495 30495 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685287 28913475584 132502 33554432000 4194304 4196468 140724567536544 139667551594960 139668956370843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30511] ppid=30495 vsize=28235816 memory=0 CPUtime=0.99 cores=0-7
/proc/30497/task/30511/stat : 30511 (java) S 30495 30495 28528 0 -1 1077944384 3851 0 0 0 98 1 0 0 20 0 20 0 418685287 28913475584 132502 33554432000 4194304 4196468 140724567536544 139667550542064 139668956363394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30512] ppid=30495 vsize=28235816 memory=0 CPUtime=1.11 cores=0-7
/proc/30497/task/30512/stat : 30512 (java) S 30495 30495 28528 0 -1 1077944384 3789 0 0 0 111 0 0 0 20 0 20 0 418685287 28913475584 132502 33554432000 4194304 4196468 140724567536544 139667549489520 139668956363394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30513] ppid=30495 vsize=28235816 memory=0 CPUtime=1.19 cores=0-7
/proc/30497/task/30513/stat : 30513 (java) S 30495 30495 28528 0 -1 1077944384 3472 0 0 0 119 0 0 0 20 0 20 0 418685287 28913475584 132502 33554432000 4194304 4196468 140724567536544 139667548436464 139668956363394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30514] ppid=30495 vsize=28235816 memory=0 CPUtime=0.72 cores=0-7
/proc/30497/task/30514/stat : 30514 (java) S 30495 30495 28528 0 -1 1077944384 4377 0 0 0 72 0 0 0 20 0 20 0 418685287 28913475584 132502 33554432000 4194304 4196468 140724567536544 139667547383920 139668956363394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30515] ppid=30495 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30515/stat : 30515 (java) S 30495 30495 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418685288 28913475584 132502 33554432000 4194304 4196468 140724567536544 139667546332128 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30516] ppid=30495 vsize=28235816 memory=1452 CPUtime=0 cores=0-7
/proc/30497/task/30516/stat : 30516 (java) S 30495 30495 28528 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 418685288 28913475584 132502 33554432000 4194304 4196468 140724567536544 139667545279664 139668956363394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
Current children cumulated CPU time: 7.64 s
Current children cumulated vsize: 28348944 KiB
Current children cumulated memory: 531460 KiB

[startup+2.80092 s]
/proc/loadavg: 6.17 6.85 7.00 3/212 30516
/proc/meminfo: memFree=29485780/32770688 swapFree=66961108/67108860
[pid=30495] ppid=30492 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30495/stat : 30495 (xcsp3-exec) S 30492 30495 28528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418685281 115843072 363 33554432000 4194304 5098028 140734336618032 140734336616136 140585073148540 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 27971584 140734336619381 140734336619625 140734336619625 140734336622538 0
/proc/30495/statm: 28282 363 305 221 0 87 0
[pid=30497] ppid=30495 vsize=28768328 memory=593312 CPUtime=10.16 cores=0-7
/proc/30497/stat : 30497 (java) S 30495 30495 28528 0 -1 1077944320 33979 0 0 0 936 80 0 0 20 0 27 0 418685281 29458767872 148328 33554432000 4194304 4196468 140724567536544 140724567519088 139668956352247 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
/proc/30497/statm: 7192082 148328 3512 1 0 7153184 0
[pid=30497/tid=30498] ppid=30495 vsize=28768328 memory=0 CPUtime=2.23 cores=0-7
/proc/30497/task/30498/stat : 30498 (java) S 30495 30495 28528 0 -1 1077944384 11635 0 0 0 216 7 0 0 20 0 27 0 418685281 29458767872 148328 33554432000 4194304 4196468 140724567536544 139668960593024 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30499] ppid=30495 vsize=28768328 memory=0 CPUtime=0.17 cores=0-7
/proc/30497/task/30499/stat : 30499 (java) S 30495 30495 28528 0 -1 1077944384 187 0 0 0 11 6 0 0 20 0 27 0 418685282 29458767872 148328 33554432000 4194304 4196468 140724567536544 139668915112976 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30500] ppid=30495 vsize=28768328 memory=0 CPUtime=0.21 cores=0-7
/proc/30497/task/30500/stat : 30500 (java) S 30495 30495 28528 0 -1 1077944384 343 0 0 0 13 8 0 0 20 0 27 0 418685282 29458767872 148328 33554432000 4194304 4196468 140724567536544 139668507077776 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30501] ppid=30495 vsize=28768328 memory=288230574492221466 CPUtime=0.2 cores=0-7
/proc/30497/task/30501/stat : 30501 (java) S 30495 30495 28528 0 -1 1077944384 805 0 0 0 12 8 0 0 20 0 27 0 418685282 29458767872 148328 33554432000 4194304 4196468 140724567536544 139668506024720 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30502] ppid=30495 vsize=28768328 memory=288230596050944315 CPUtime=0.21 cores=0-7
/proc/30497/task/30502/stat : 30502 (java) S 30495 30495 28528 0 -1 1077944384 390 0 0 0 13 8 0 0 20 0 27 0 418685282 29458767872 148328 33554432000 4194304 4196468 140724567536544 139668504972176 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30503] ppid=30495 vsize=28768328 memory=14698491322567293 CPUtime=0.21 cores=0-7
/proc/30497/task/30503/stat : 30503 (java) S 30495 30495 28528 0 -1 1077944384 226 0 0 0 13 8 0 0 20 0 27 0 418685282 29458767872 148328 33554432000 4194304 4196468 140724567536544 139668503919120 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30504] ppid=30495 vsize=28768328 memory=0 CPUtime=0.22 cores=0-7
/proc/30497/task/30504/stat : 30504 (java) S 30495 30495 28528 0 -1 1077944384 253 0 0 0 14 8 0 0 20 0 27 0 418685282 29458767872 148328 33554432000 4194304 4196468 140724567536544 139668502866576 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30505] ppid=30495 vsize=28768328 memory=0 CPUtime=0.23 cores=0-7
/proc/30497/task/30505/stat : 30505 (java) S 30495 30495 28528 0 -1 1077944384 323 0 0 0 15 8 0 0 20 0 27 0 418685282 29458767872 148328 33554432000 4194304 4196468 140724567536544 139668501813520 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30506] ppid=30495 vsize=28768328 memory=0 CPUtime=0.21 cores=0-7
/proc/30497/task/30506/stat : 30506 (java) S 30495 30495 28528 0 -1 1077944384 309 0 0 0 13 8 0 0 20 0 27 0 418685282 29458767872 148328 33554432000 4194304 4196468 140724567536544 139668500760976 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30507] ppid=30495 vsize=28768328 memory=0 CPUtime=0.01 cores=0-7
/proc/30497/task/30507/stat : 30507 (java) S 30495 30495 28528 0 -1 1077944384 544 0 0 0 1 0 0 0 20 0 27 0 418685284 29458767872 148328 33554432000 4194304 4196468 140724567536544 139667554753264 139668956363394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30508] ppid=30495 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30508/stat : 30508 (java) S 30495 30495 28528 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 27 0 418685284 29458767872 148328 33554432000 4194304 4196468 140724567536544 139667553699552 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30509] ppid=30495 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30509/stat : 30509 (java) S 30495 30495 28528 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 27 0 418685285 29458767872 148328 33554432000 4194304 4196468 140724567536544 139667552646400 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30510] ppid=30495 vsize=28768328 memory=281134869414976 CPUtime=0 cores=0-7
/proc/30497/task/30510/stat : 30510 (java) S 30495 30495 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 418685287 29458767872 148328 33554432000 4194304 4196468 140724567536544 139667551594960 139668956370843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30511] ppid=30495 vsize=28768328 memory=0 CPUtime=1.19 cores=0-7
/proc/30497/task/30511/stat : 30511 (java) R 30495 30495 28528 0 -1 4202560 3918 0 0 0 118 1 0 0 20 0 27 0 418685287 29458767872 148328 33554432000 4194304 4196468 140724567536544 139667550530496 139668939838185 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30512] ppid=30495 vsize=28768328 memory=0 CPUtime=1.35 cores=0-7
/proc/30497/task/30512/stat : 30512 (java) R 30495 30495 28528 0 -1 4202560 3849 0 0 0 135 0 0 0 20 0 27 0 418685287 29458767872 148328 33554432000 4194304 4196468 140724567536544 139667549477600 139668937882459 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30513] ppid=30495 vsize=28768328 memory=0 CPUtime=1.41 cores=0-7
/proc/30497/task/30513/stat : 30513 (java) R 30495 30495 28528 0 -1 4202560 3518 0 0 0 141 0 0 0 20 0 27 0 418685287 29458767872 148328 33554432000 4194304 4196468 140724567536544 139667548415296 139668939883730 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30514] ppid=30495 vsize=28768328 memory=5931329028008465232 CPUtime=0.89 cores=0-7
/proc/30497/task/30514/stat : 30514 (java) R 30495 30495 28528 0 -1 1077944384 4631 0 0 0 88 1 0 0 20 0 27 0 418685287 29458767872 148328 33554432000 4194304 4196468 140724567536544 139667547383920 139668956363394 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30515] ppid=30495 vsize=28768328 memory=288230609019732336 CPUtime=0 cores=0-7
/proc/30497/task/30515/stat : 30515 (java) S 30495 30495 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 418685288 29458767872 148328 33554432000 4194304 4196468 140724567536544 139667546332128 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30516] ppid=30495 vsize=28768328 memory=281134869646496 CPUtime=0 cores=0-7
/proc/30497/task/30516/stat : 30516 (java) S 30495 30495 28528 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 27 0 418685288 29458767872 148328 33554432000 4194304 4196468 140724567536544 139667545279664 139668956363394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
Current children cumulated CPU time: 10.16 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 594764 KiB

[startup+3.00094 s]*
/proc/loadavg: 6.17 6.85 7.00 11/219 30715
/proc/meminfo: memFree=29247880/32770688 swapFree=66961108/67108860
[pid=30495] ppid=30492 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30495/stat : 30495 (xcsp3-exec) S 30492 30495 28528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418685281 115843072 363 33554432000 4194304 5098028 140734336618032 140734336616136 140585073148540 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 27971584 140734336619381 140734336619625 140734336619625 140734336622538 0
/proc/30495/statm: 28282 363 305 221 0 87 0
[pid=30497] ppid=30495 vsize=28769356 memory=594488 CPUtime=11.57 cores=0-7
/proc/30497/stat : 30497 (java) S 30495 30495 28528 0 -1 1077944320 36446 0 0 0 1076 81 0 0 20 0 27 0 418685281 29459820544 148622 33554432000 4194304 4196468 140724567536544 140724567519088 139668956352247 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
/proc/30497/statm: 7192339 148622 3512 1 0 7153441 0
[pid=30497/tid=30498] ppid=30495 vsize=28769356 memory=8318255677412212789 CPUtime=2.24 cores=0-7
/proc/30497/task/30498/stat : 30498 (java) S 30495 30495 28528 0 -1 1077944384 11637 0 0 0 217 7 0 0 20 0 27 0 418685281 29459820544 148622 33554432000 4194304 4196468 140724567536544 139668960593024 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30499] ppid=30495 vsize=28769356 memory=288230609019732336 CPUtime=0.17 cores=0-7
/proc/30497/task/30499/stat : 30499 (java) S 30495 30495 28528 0 -1 1077944384 187 0 0 0 11 6 0 0 20 0 27 0 418685282 29459820544 148622 33554432000 4194304 4196468 140724567536544 139668915112976 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30500] ppid=30495 vsize=28769356 memory=3761546993490380448 CPUtime=0.21 cores=0-7
/proc/30497/task/30500/stat : 30500 (java) S 30495 30495 28528 0 -1 1077944384 343 0 0 0 13 8 0 0 20 0 27 0 418685282 29459820544 148622 33554432000 4194304 4196468 140724567536544 139668507077776 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30501] ppid=30495 vsize=28769356 memory=-1 CPUtime=0.2 cores=0-7
/proc/30497/task/30501/stat : 30501 (java) S 30495 30495 28528 0 -1 1077944384 805 0 0 0 12 8 0 0 20 0 27 0 418685282 29459820544 148622 33554432000 4194304 4196468 140724567536544 139668506024720 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30502] ppid=30495 vsize=28769356 memory=0 CPUtime=0.21 cores=0-7
/proc/30497/task/30502/stat : 30502 (java) S 30495 30495 28528 0 -1 1077944384 390 0 0 0 13 8 0 0 20 0 27 0 418685282 29459820544 148622 33554432000 4194304 4196468 140724567536544 139668504972176 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30503] ppid=30495 vsize=28769356 memory=0 CPUtime=0.21 cores=0-7
/proc/30497/task/30503/stat : 30503 (java) S 30495 30495 28528 0 -1 1077944384 226 0 0 0 13 8 0 0 20 0 27 0 418685282 29459820544 148622 33554432000 4194304 4196468 140724567536544 139668503919120 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30504] ppid=30495 vsize=28769356 memory=-1 CPUtime=0.22 cores=0-7
/proc/30497/task/30504/stat : 30504 (java) S 30495 30495 28528 0 -1 1077944384 253 0 0 0 14 8 0 0 20 0 27 0 418685282 29459820544 148622 33554432000 4194304 4196468 140724567536544 139668502866576 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30505] ppid=30495 vsize=28769356 memory=0 CPUtime=0.23 cores=0-7
/proc/30497/task/30505/stat : 30505 (java) S 30495 30495 28528 0 -1 1077944384 323 0 0 0 15 8 0 0 20 0 27 0 418685282 29459820544 148622 33554432000 4194304 4196468 140724567536544 139668501813520 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30506] ppid=30495 vsize=28769356 memory=0 CPUtime=0.21 cores=0-7
/proc/30497/task/30506/stat : 30506 (java) S 30495 30495 28528 0 -1 1077944384 309 0 0 0 13 8 0 0 20 0 27 0 418685282 29459820544 148622 33554432000 4194304 4196468 140724567536544 139668500760976 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30507] ppid=30495 vsize=28769356 memory=0 CPUtime=0.01 cores=0-7
/proc/30497/task/30507/stat : 30507 (java) S 30495 30495 28528 0 -1 1077944384 544 0 0 0 1 0 0 0 20 0 27 0 418685284 29459820544 148622 33554432000 4194304 4196468 140724567536544 139667554753264 139668956363394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30508] ppid=30495 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30508/stat : 30508 (java) S 30495 30495 28528 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 27 0 418685284 29459820544 148622 33554432000 4194304 4196468 140724567536544 139667553699552 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30509] ppid=30495 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30509/stat : 30509 (java) S 30495 30495 28528 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 27 0 418685285 29459820544 148622 33554432000 4194304 4196468 140724567536544 139667552646400 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30510] ppid=30495 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30510/stat : 30510 (java) S 30495 30495 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 418685287 29459820544 148622 33554432000 4194304 4196468 140724567536544 139667551594960 139668956370843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30511] ppid=30495 vsize=28769356 memory=0 CPUtime=1.4 cores=0-7
/proc/30497/task/30511/stat : 30511 (java) R 30495 30495 28528 0 -1 4202560 3950 0 0 0 139 1 0 0 20 0 27 0 418685287 29459820544 148622 33554432000 4194304 4196468 140724567536544 139667550527408 139668956366129 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30512] ppid=30495 vsize=28769356 memory=0 CPUtime=1.56 cores=0-7
/proc/30497/task/30512/stat : 30512 (java) R 30495 30495 28528 0 -1 4202560 3881 0 0 0 156 0 0 0 20 0 27 0 418685287 29459820544 148622 33554432000 4194304 4196468 140724567536544 139667549480520 139668956373594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30513] ppid=30495 vsize=28769356 memory=-1 CPUtime=1.62 cores=0-7
/proc/30497/task/30513/stat : 30513 (java) R 30495 30495 28528 0 -1 4202560 3542 0 0 0 162 0 0 0 20 0 27 0 418685287 29459820544 148622 33554432000 4194304 4196468 140724567536544 139667548425136 139668941462270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30514] ppid=30495 vsize=28769356 memory=0 CPUtime=0.99 cores=0-7
/proc/30497/task/30514/stat : 30514 (java) R 30495 30495 28528 0 -1 4202560 4835 0 0 0 98 1 0 0 20 0 27 0 418685287 29459820544 148622 33554432000 4194304 4196468 140724567536544 139667547383920 139668935157329 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30515] ppid=30495 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30515/stat : 30515 (java) S 30495 30495 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 418685288 29459820544 148622 33554432000 4194304 4196468 140724567536544 139667546332128 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30516] ppid=30495 vsize=28769356 memory=-1 CPUtime=0 cores=0-7
/proc/30497/task/30516/stat : 30516 (java) S 30495 30495 28528 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 27 0 418685288 29459820544 148622 33554432000 4194304 4196468 140724567536544 139667545279664 139668956363394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30709] ppid=30495 vsize=28769356 memory=-1 CPUtime=0.01 cores=0-7
/proc/30497/task/30709/stat : 30709 (java) R 30495 30495 28528 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 27 0 418685581 29459820544 148622 33554432000 4194304 4196468 140724567536544 139667525553400 139668601239111 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30710] ppid=30495 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30710/stat : 30710 (java) S 30495 30495 28528 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 27 0 418685581 29459820544 148622 33554432000 4194304 4196468 140724567536544 139667531870064 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30711] ppid=30495 vsize=28769356 memory=0 CPUtime=0.01 cores=0-7
/proc/30497/task/30711/stat : 30711 (java) R 30495 30495 28528 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 27 0 418685581 29459820544 148622 33554432000 4194304 4196468 140724567536544 139667528709688 139668602292657 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30712] ppid=30495 vsize=28769356 memory=0 CPUtime=0.01 cores=0-7
/proc/30497/task/30712/stat : 30712 (java) R 30495 30495 28528 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 27 0 418685581 29459820544 148622 33554432000 4194304 4196468 140724567536544 139667526609888 139668601040000 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30713] ppid=30495 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30713/stat : 30713 (java) R 30495 30495 28528 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 27 0 418685581 29459820544 148622 33554432000 4194304 4196468 140724567536544 139667530817136 139668956362453 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30714] ppid=30495 vsize=28769356 memory=0 CPUtime=0.01 cores=0-7
/proc/30497/task/30714/stat : 30714 (java) R 30495 30495 28528 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 27 0 418685581 29459820544 148622 33554432000 4194304 4196468 140724567536544 139667527662408 139668602245142 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
[pid=30497/tid=30715] ppid=30495 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/30497/task/30715/stat : 30715 (java) S 30495 30495 28528 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 27 0 418685581 29459820544 148622 33554432000 4194304 4196468 140724567536544 139667533978976 139668956362453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25436160 140724567540714 140724567540886 140724567540886 140724567543759 0
Current children cumulated CPU time: 11.57 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 595940 KiB

Child status: 0
Real time (s): 3.08395
CPU time (s): 11.9488
CPU user time (s): 11.1131
CPU system time (s): 0.835616
CPU usage (%): 387.45
Max. virtual memory (cumulated for all children) (KiB): 28882484
Max. memory (cumulated for all children) (KiB): 595940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.1131
system time used= 0.835616
maximum resident set size= 638972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37617
page faults= 0
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5698
involuntary context switches= 87


# summary of solver processes directly reported to runsolver:
#   pid: 30495
#   total CPU time (s): 11.9488
#   total CPU user time (s): 11.1131
#   total CPU system time (s): 0.835616

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050883 second user time and 0.083448 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-14 04:16:35
IDJOB=4393833
IDBENCH=126836
IDSOLVER=2841
FILE ID=node116/4393833-1568427436
RUNJOBID= node116-1568427322-28555
PBS_JOBID= 21702297
Free space on /tmp= 61244 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-6-5-20-1.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393833-1568427436/watcher-4393833-1568427436 -o /tmp/evaluation-result-4393833-1568427436/solver-4393833-1568427436 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568427322-28555 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1372054478 HOME/instance-4393833-1568427436.xml

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

MD5SUM BENCH= 3ec6160036052286f30104bba84c59a2
RANDOM SEED=1372054478

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        29831684 kB
MemAvailable:   31854244 kB
Buffers:          148680 kB
Cached:          2159604 kB
SwapCached:        46660 kB
Active:           929912 kB
Inactive:        1428896 kB
Active(anon):       3280 kB
Inactive(anon):    87864 kB
Active(file):     926632 kB
Inactive(file):  1341032 kB
Unevictable:      109332 kB
Mlocked:          109332 kB
SwapTotal:      67108860 kB
SwapFree:       66961108 kB
Dirty:             26420 kB
Writeback:             0 kB
AnonPages:        114396 kB
Mapped:            43868 kB
Shmem:             32000 kB
Slab:             170112 kB
SReclaimable:     141464 kB
SUnreclaim:        28648 kB
KernelStack:        3344 kB
PageTables:         5108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     497848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61216 MiB
End job on node116 at 2019-09-14 04:16:38