Trace number 4393971

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 parallelOPT1003 221.582 55.8878

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-02.xml
MD5SUM917d2a52bc099bc665a23ef7a1bbabd2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1003
Best CPU time to get the best result obtained on this benchmark90.376
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax 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-4393971-1568433975.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393971-1568433975.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
0.71/0.47	c solve instance...
0.71/0.50	o 60 
0.71/0.51	o 80 
0.71/0.52	o 83 
0.71/0.52	o 378 
1.05/0.52	o 381 
1.05/0.53	o 384 
1.05/0.53	o 418 
1.05/0.54	o 429 
1.05/0.54	o 553 
1.05/0.57	o 702 
1.05/0.59	o 705 
1.05/0.60	o 707 
1.47/0.62	o 708 
1.47/0.62	o 713 
1.47/0.63	o 714 
1.47/0.63	o 718 
1.47/0.64	o 719 
1.47/0.65	o 728 
1.47/0.66	o 737 
1.47/0.67	o 743 
1.47/0.67	o 748 
1.47/0.67	o 766 
1.47/0.68	o 772 
1.47/0.68	o 775 
1.47/0.69	o 786 
2.05/0.72	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (37/39)
2.05/0.72		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.05/0.72		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.05/0.72		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.05/0.72		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.05/0.72		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.05/0.72	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (37/39)
2.05/0.72		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.05/0.72		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.05/0.72		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.05/0.72		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.05/0.72		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.05/0.72		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.05/0.72		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.05/0.72		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.05/0.72		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.05/0.72		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.05/0.72		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.05/0.72		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.05/0.72		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.05/0.72		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.05/0.72		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.05/0.72		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.05/0.72	o 816 
2.05/0.73	o 831 
2.05/0.74	o 834 
2.05/0.75	o 837 
2.05/0.77	o 841 
2.05/0.78	o 843 
2.05/0.78	o 844 
2.05/0.79	o 854 
2.72/0.81	o 856 
2.72/0.82	o 868 
2.72/0.83	o 874 
2.72/0.84	o 877 
2.72/0.85	o 893 
2.72/0.88	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (34/36)
2.72/0.88		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.72/0.88		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.72/0.88		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.72/0.88		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.72/0.88		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.72/0.88	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (34/36)
2.72/0.88		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.72/0.88		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.72/0.88		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.72/0.88		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.72/0.88		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.72/0.88		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.72/0.88		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.72/0.88		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.72/0.88		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.72/0.88		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.72/0.88		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.72/0.88		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.72/0.88		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.72/0.88		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.72/0.88		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.72/0.88		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.72/0.88	o 901 
2.72/0.89	o 902 
3.45/0.90	o 908 
3.45/0.91	o 938 
3.45/0.92	o 959 
3.45/0.99	o 974 
3.45/1.00	o 984 
4.97/1.14	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (37/39)
4.97/1.14		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.97/1.14		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.97/1.14		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.97/1.14		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.97/1.14		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.97/1.14	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (37/39)
4.97/1.14		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
4.97/1.14		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
4.97/1.14		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
4.97/1.14		at org.chocosolver.solver.Solver.repair(Solver.java:443)
4.97/1.14		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
4.97/1.14		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.97/1.14		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.97/1.14		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.97/1.14		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.97/1.14		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.97/1.14		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.97/1.14		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.97/1.14		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.97/1.14		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.97/1.14		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.97/1.14		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.97/1.14	o 987 
12.08/2.06	o 1003 
221.42/55.84	s OPTIMUM FOUND
221.42/55.84	v <instantiation>
221.42/55.84	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
221.42/55.84	v 	<values>1 0 0 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 0 1 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 </values>
221.42/55.84	v </instantiation>

Verifier Data

OK	1003

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393971-1568433975/watcher-4393971-1568433975 -o /tmp/evaluation-result-4393971-1568433975/solver-4393971-1568433975 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node123-1568427739-4319 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1414475615 HOME/instance-4393971-1568433975.xml 

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

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


[startup+0.10013 s]*
/proc/loadavg: 6.34 6.21 5.12 2/212 6694
/proc/meminfo: memFree=28072408/32770624 swapFree=66999936/67108860
[pid=6673] ppid=6670 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/6673/stat : 6673 (xcsp3-exec) S 6670 6673 4292 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419662404 115843072 364 33554432000 4194304 5098028 140737004197200 140737004195304 140566439223932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26828800 140737004204917 140737004205161 140737004205161 140737004208074 0
/proc/6673/statm: 28282 364 305 221 0 87 0
[pid=6675] ppid=6673 vsize=28227388 memory=29944 CPUtime=0.12 cores=0-7
/proc/6675/stat : 6675 (java) S 6673 6673 4292 0 -1 1077944320 5449 0 0 0 11 1 0 0 20 0 20 0 419662404 28904845312 7486 33554432000 4194304 4196468 140732712878608 140732712861152 139962960080631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
/proc/6675/statm: 7056847 7486 3121 1 0 7019032 0
[pid=6675/tid=6676] ppid=6673 vsize=28227388 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/6675/task/6676/stat : 6676 (java) R 6673 6673 4292 0 -1 4202560 3400 0 0 0 8 0 0 0 20 0 20 0 419662405 28904845312 7486 33554432000 4194304 4196468 140732712878608 139962964308208 139962960102557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6677] ppid=6673 vsize=28227388 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/6675/task/6677/stat : 6677 (java) S 6673 6673 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419662405 28904845312 7486 33554432000 4194304 4196468 140732712878608 139962511010576 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6678] ppid=6673 vsize=28227388 memory=139648689747584 CPUtime=0 cores=0-7
/proc/6675/task/6678/stat : 6678 (java) S 6673 6673 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419662405 28904845312 7486 33554432000 4194304 4196468 140732712878608 139962509958032 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6679] ppid=6673 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6679/stat : 6679 (java) S 6673 6673 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419662405 28904845312 7486 33554432000 4194304 4196468 140732712878608 139962508905488 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6680] ppid=6673 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6680/stat : 6680 (java) S 6673 6673 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419662405 28904845312 7486 33554432000 4194304 4196468 140732712878608 139962507852944 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6681] ppid=6673 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6681/stat : 6681 (java) S 6673 6673 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419662405 28904845312 7486 33554432000 4194304 4196468 140732712878608 139962506799376 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6682] ppid=6673 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/6675/task/6682/stat : 6682 (java) S 6673 6673 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419662405 28904845312 7486 33554432000 4194304 4196468 140732712878608 139962505746832 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6683] ppid=6673 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6683/stat : 6683 (java) S 6673 6673 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419662405 28904845312 7486 33554432000 4194304 4196468 140732712878608 139962504694288 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6684] ppid=6673 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6684/stat : 6684 (java) S 6673 6673 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419662405 28904845312 7486 33554432000 4194304 4196468 140732712878608 139962503641744 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6685] ppid=6673 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6685/stat : 6685 (java) S 6673 6673 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419662407 28904845312 7486 33554432000 4194304 4196468 140732712878608 139962344806896 139962960091778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6686] ppid=6673 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6686/stat : 6686 (java) S 6673 6673 4292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419662407 28904845312 7486 33554432000 4194304 4196468 140732712878608 139962343753120 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6687] ppid=6673 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6687/stat : 6687 (java) S 6673 6673 4292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419662407 28904845312 7486 33554432000 4194304 4196468 140732712878608 139962342700528 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6688] ppid=6673 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6688/stat : 6688 (java) S 6673 6673 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419662410 28904845312 7486 33554432000 4194304 4196468 140732712878608 139962341649104 139962960099227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6689] ppid=6673 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6689/stat : 6689 (java) S 6673 6673 4292 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 419662410 28904845312 7486 33554432000 4194304 4196468 140732712878608 139962340595696 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6690] ppid=6673 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6690/stat : 6690 (java) S 6673 6673 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419662410 28904845312 7486 33554432000 4194304 4196468 140732712878608 139962339543152 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6691] ppid=6673 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6691/stat : 6691 (java) S 6673 6673 4292 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 419662410 28904845312 7486 33554432000 4194304 4196468 140732712878608 139962338490608 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6692] ppid=6673 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/6675/task/6692/stat : 6692 (java) R 6673 6673 4292 0 -1 4202560 316 0 0 0 2 0 0 0 20 0 20 0 419662410 28904845312 7486 33554432000 4194304 4196468 140732712878608 139962337438064 139962938569441 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6693] ppid=6673 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6693/stat : 6693 (java) S 6673 6673 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419662410 28904845312 7486 33554432000 4194304 4196468 140732712878608 139962336385760 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6694] ppid=6673 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/6675/task/6694/stat : 6694 (java) S 6673 6673 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419662410 28904845312 7486 33554432000 4194304 4196468 140732712878608 139962335333296 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31400 KiB

[startup+0.210741 s]*
/proc/loadavg: 6.07 6.16 5.11 2/212 6694
/proc/meminfo: memFree=28060136/32770624 swapFree=66999936/67108860
[pid=6673] ppid=6670 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/6673/stat : 6673 (xcsp3-exec) S 6670 6673 4292 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419662404 115843072 364 33554432000 4194304 5098028 140737004197200 140737004195304 140566439223932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26828800 140737004204917 140737004205161 140737004205161 140737004208074 0
/proc/6673/statm: 28282 364 305 221 0 87 0
[pid=6675] ppid=6673 vsize=28227388 memory=41304 CPUtime=0.34 cores=0-7
/proc/6675/stat : 6675 (java) S 6673 6673 4292 0 -1 1077944320 9080 0 0 0 31 3 0 0 20 0 20 0 419662404 28904845312 10326 33554432000 4194304 4196468 140732712878608 140732712861152 139962960080631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
/proc/6675/statm: 7056847 10326 3299 1 0 7019032 0
[pid=6675/tid=6676] ppid=6673 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/6675/task/6676/stat : 6676 (java) R 6673 6673 4292 0 -1 4202560 6175 0 0 0 18 2 0 0 20 0 20 0 419662405 28904845312 10326 33554432000 4194304 4196468 140732712878608 139962964311680 139962941984160 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6677] ppid=6673 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/6675/task/6677/stat : 6677 (java) S 6673 6673 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419662405 28904845312 10326 33554432000 4194304 4196468 140732712878608 139962511010576 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6678] ppid=6673 vsize=28227388 memory=139648689757316 CPUtime=0 cores=0-7
/proc/6675/task/6678/stat : 6678 (java) S 6673 6673 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419662405 28904845312 10326 33554432000 4194304 4196468 140732712878608 139962509958032 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6679] ppid=6673 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/6675/task/6679/stat : 6679 (java) S 6673 6673 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419662405 28904845312 10326 33554432000 4194304 4196468 140732712878608 139962508905488 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6680] ppid=6673 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6680/stat : 6680 (java) S 6673 6673 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419662405 28904845312 10326 33554432000 4194304 4196468 140732712878608 139962507852944 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6681] ppid=6673 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6681/stat : 6681 (java) S 6673 6673 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419662405 28904845312 10326 33554432000 4194304 4196468 140732712878608 139962506799376 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6682] ppid=6673 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/6675/task/6682/stat : 6682 (java) S 6673 6673 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419662405 28904845312 10326 33554432000 4194304 4196468 140732712878608 139962505746832 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6683] ppid=6673 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6683/stat : 6683 (java) S 6673 6673 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419662405 28904845312 10326 33554432000 4194304 4196468 140732712878608 139962504694288 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6684] ppid=6673 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6684/stat : 6684 (java) S 6673 6673 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419662405 28904845312 10326 33554432000 4194304 4196468 140732712878608 139962503641744 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6685] ppid=6673 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6685/stat : 6685 (java) S 6673 6673 4292 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419662407 28904845312 10326 33554432000 4194304 4196468 140732712878608 139962344806896 139962960091778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6686] ppid=6673 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6686/stat : 6686 (java) S 6673 6673 4292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419662407 28904845312 10326 33554432000 4194304 4196468 140732712878608 139962343753120 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6687] ppid=6673 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6687/stat : 6687 (java) S 6673 6673 4292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419662407 28904845312 10326 33554432000 4194304 4196468 140732712878608 139962342700528 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6688] ppid=6673 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6688/stat : 6688 (java) S 6673 6673 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419662410 28904845312 10326 33554432000 4194304 4196468 140732712878608 139962341649104 139962960099227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6689] ppid=6673 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/6675/task/6689/stat : 6689 (java) S 6673 6673 4292 0 -1 1077944384 331 0 0 0 1 0 0 0 20 0 20 0 419662410 28904845312 10326 33554432000 4194304 4196468 140732712878608 139962340595696 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6690] ppid=6673 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/6675/task/6690/stat : 6690 (java) S 6673 6673 4292 0 -1 1077944384 328 0 0 0 2 0 0 0 20 0 20 0 419662410 28904845312 10326 33554432000 4194304 4196468 140732712878608 139962339543152 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6691] ppid=6673 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/6675/task/6691/stat : 6691 (java) S 6673 6673 4292 0 -1 1077944384 217 0 0 0 1 0 0 0 20 0 20 0 419662410 28904845312 10326 33554432000 4194304 4196468 140732712878608 139962338490608 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6692] ppid=6673 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/6675/task/6692/stat : 6692 (java) R 6673 6673 4292 0 -1 4202560 717 0 0 0 8 0 0 0 20 0 20 0 419662410 28904845312 10326 33554432000 4194304 4196468 140732712878608 139962337437872 139962960092566 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6693] ppid=6673 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6693/stat : 6693 (java) S 6673 6673 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419662410 28904845312 10326 33554432000 4194304 4196468 140732712878608 139962336385760 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6694] ppid=6673 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/6675/task/6694/stat : 6694 (java) S 6673 6673 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419662410 28904845312 10326 33554432000 4194304 4196468 140732712878608 139962335333296 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42760 KiB

[startup+0.311297 s]*
/proc/loadavg: 6.07 6.16 5.11 3/212 6694
/proc/meminfo: memFree=28052868/32770624 swapFree=66999936/67108860
[pid=6673] ppid=6670 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/6673/stat : 6673 (xcsp3-exec) S 6670 6673 4292 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419662404 115843072 364 33554432000 4194304 5098028 140737004197200 140737004195304 140566439223932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26828800 140737004204917 140737004205161 140737004205161 140737004208074 0
/proc/6673/statm: 28282 364 305 221 0 87 0
[pid=6675] ppid=6673 vsize=28231644 memory=50032 CPUtime=0.52 cores=0-7
/proc/6675/stat : 6675 (java) S 6673 6673 4292 0 -1 1077944320 10373 0 0 0 48 4 0 0 20 0 20 0 419662404 28909203456 12508 33554432000 4194304 4196468 140732712878608 140732712861152 139962960080631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
/proc/6675/statm: 7057911 12508 3361 1 0 7019032 0
[pid=6675/tid=6676] ppid=6673 vsize=28231644 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/6675/task/6676/stat : 6676 (java) R 6673 6673 4292 0 -1 4202560 7286 0 0 0 27 3 0 0 20 0 20 0 419662405 28909203456 12508 33554432000 4194304 4196468 140732712878608 139962964311744 139962944161148 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6677] ppid=6673 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6677/stat : 6677 (java) S 6673 6673 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419662405 28909203456 12508 33554432000 4194304 4196468 140732712878608 139962511010576 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6678] ppid=6673 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6678/stat : 6678 (java) S 6673 6673 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419662405 28909203456 12508 33554432000 4194304 4196468 140732712878608 139962509958032 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6679] ppid=6673 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6679/stat : 6679 (java) S 6673 6673 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419662405 28909203456 12508 33554432000 4194304 4196468 140732712878608 139962508905488 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6680] ppid=6673 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6680/stat : 6680 (java) S 6673 6673 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419662405 28909203456 12508 33554432000 4194304 4196468 140732712878608 139962507852944 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6681] ppid=6673 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6681/stat : 6681 (java) S 6673 6673 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419662405 28909203456 12508 33554432000 4194304 4196468 140732712878608 139962506799376 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6682] ppid=6673 vsize=28231644 memory=139648580020911 CPUtime=0 cores=0-7
/proc/6675/task/6682/stat : 6682 (java) S 6673 6673 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419662405 28909203456 12508 33554432000 4194304 4196468 140732712878608 139962505746832 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6683] ppid=6673 vsize=28231644 memory=139648580023216 CPUtime=0 cores=0-7
/proc/6675/task/6683/stat : 6683 (java) S 6673 6673 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419662405 28909203456 12508 33554432000 4194304 4196468 140732712878608 139962504694288 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6684] ppid=6673 vsize=28231644 memory=139648580025520 CPUtime=0 cores=0-7
/proc/6675/task/6684/stat : 6684 (java) S 6673 6673 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419662405 28909203456 12508 33554432000 4194304 4196468 140732712878608 139962503641744 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6685] ppid=6673 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6685/stat : 6685 (java) S 6673 6673 4292 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419662407 28909203456 12508 33554432000 4194304 4196468 140732712878608 139962344806896 139962960091778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6686] ppid=6673 vsize=28231644 memory=279297160064912 CPUtime=0 cores=0-7
/proc/6675/task/6686/stat : 6686 (java) S 6673 6673 4292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419662407 28909203456 12508 33554432000 4194304 4196468 140732712878608 139962343753120 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6687] ppid=6673 vsize=28231644 memory=279297160062608 CPUtime=0 cores=0-7
/proc/6675/task/6687/stat : 6687 (java) S 6673 6673 4292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419662407 28909203456 12508 33554432000 4194304 4196468 140732712878608 139962342700528 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6688] ppid=6673 vsize=28231644 memory=279297160069520 CPUtime=0 cores=0-7
/proc/6675/task/6688/stat : 6688 (java) S 6673 6673 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419662410 28909203456 12508 33554432000 4194304 4196468 140732712878608 139962341649104 139962960099227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6689] ppid=6673 vsize=28231644 memory=279297160010800 CPUtime=0.03 cores=0-7
/proc/6675/task/6689/stat : 6689 (java) R 6673 6673 4292 0 -1 4202560 460 0 0 0 3 0 0 0 20 0 20 0 419662410 28909203456 12508 33554432000 4194304 4196468 140732712878608 139962340586080 139962941602780 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6690] ppid=6673 vsize=28231644 memory=279297160083344 CPUtime=0.03 cores=0-7
/proc/6675/task/6690/stat : 6690 (java) S 6673 6673 4292 0 -1 1077944384 333 0 0 0 3 0 0 0 20 0 20 0 419662410 28909203456 12508 33554432000 4194304 4196468 140732712878608 139962339543152 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6691] ppid=6673 vsize=28231644 memory=279297160090256 CPUtime=0.02 cores=0-7
/proc/6675/task/6691/stat : 6691 (java) S 6673 6673 4292 0 -1 1077944384 219 0 0 0 2 0 0 0 20 0 20 0 419662410 28909203456 12508 33554432000 4194304 4196468 140732712878608 139962338490608 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6692] ppid=6673 vsize=28231644 memory=279297160087952 CPUtime=0.12 cores=0-7
/proc/6675/task/6692/stat : 6692 (java) S 6673 6673 4292 0 -1 1077944384 779 0 0 0 12 0 0 0 20 0 20 0 419662410 28909203456 12508 33554432000 4194304 4196468 140732712878608 139962337438064 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6693] ppid=6673 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6693/stat : 6693 (java) S 6673 6673 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419662410 28909203456 12508 33554432000 4194304 4196468 140732712878608 139962336385760 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6694] ppid=6673 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/6675/task/6694/stat : 6694 (java) S 6673 6673 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419662410 28909203456 12508 33554432000 4194304 4196468 140732712878608 139962335333296 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51488 KiB

[startup+0.701075 s]
/proc/loadavg: 6.07 6.16 5.11 6/220 6710
/proc/meminfo: memFree=28005192/32770624 swapFree=66999936/67108860
[pid=6673] ppid=6670 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/6673/stat : 6673 (xcsp3-exec) S 6670 6673 4292 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419662404 115843072 364 33554432000 4194304 5098028 140737004197200 140737004195304 140566439223932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26828800 140737004204917 140737004205161 140737004205161 140737004208074 0
/proc/6673/statm: 28282 364 305 221 0 87 0
[pid=6675] ppid=6673 vsize=28832844 memory=191096 CPUtime=2.05 cores=0-7
/proc/6675/stat : 6675 (java) S 6673 6673 4292 0 -1 1077944320 17998 0 0 0 193 12 0 0 20 0 27 0 419662404 29524832256 47774 33554432000 4194304 4196468 140732712878608 140732712861152 139962960080631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
/proc/6675/statm: 7208211 47774 3481 1 0 7169313 0
[pid=6675/tid=6676] ppid=6673 vsize=28832844 memory=0 CPUtime=0.48 cores=0-7
/proc/6675/task/6676/stat : 6676 (java) S 6673 6673 4292 0 -1 1077944384 8635 0 0 0 44 4 0 0 20 0 28 0 419662405 29524832256 47774 33554432000 4194304 4196468 140732712878608 139962964321408 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6677] ppid=6673 vsize=28832844 memory=139648580232048 CPUtime=0 cores=0-7
/proc/6675/task/6677/stat : 6677 (java) S 6673 6673 4292 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 419662405 29524832256 47774 33554432000 4194304 4196468 140732712878608 139962511010576 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6678] ppid=6673 vsize=28832844 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6678/stat : 6678 (java) S 6673 6673 4292 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 419662405 29524832256 47774 33554432000 4194304 4196468 140732712878608 139962509958032 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6679] ppid=6673 vsize=28832844 memory=0 CPUtime=0 cores=0-7
/proc/6675/task/6679/stat : 6679 (java) S 6673 6673 4292 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 419662405 29524832256 47774 33554432000 4194304 4196468 140732712878608 139962508905488 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0

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

[pid=6675/tid=6692] ppid=6673 vsize=28968020 memory=1056 CPUtime=0.81 cores=0-7
/proc/6675/task/6692/stat : 6692 (java) S 6673 6673 4292 0 -1 1077944384 5168 0 0 0 80 1 0 0 20 0 28 0 419662410 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962337438064 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6693] ppid=6673 vsize=28968020 memory=14012 CPUtime=0 cores=0-7
/proc/6675/task/6693/stat : 6693 (java) S 6673 6673 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419662410 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962336385760 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6694] ppid=6673 vsize=28968020 memory=21396 CPUtime=0.01 cores=0-7
/proc/6675/task/6694/stat : 6694 (java) S 6673 6673 4292 0 -1 1077944384 1270 0 0 0 1 0 0 0 20 0 28 0 419662410 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962335333296 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7071] ppid=6673 vsize=28968020 memory=12024 CPUtime=21.37 cores=0-7
/proc/6675/task/7071/stat : 7071 (java) S 6673 6673 4292 0 -1 1077944384 1302 0 0 0 2132 5 0 0 20 0 28 0 419662610 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962321915968 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7072] ppid=6673 vsize=28968020 memory=2120 CPUtime=21.47 cores=0-7
/proc/6675/task/7072/stat : 7072 (java) S 6673 6673 4292 0 -1 1077944384 365 0 0 0 2143 4 0 0 20 0 28 0 419662611 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962315601424 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7073] ppid=6673 vsize=28968020 memory=496 CPUtime=52.6 cores=0-7
/proc/6675/task/7073/stat : 7073 (java) R 6673 6673 4292 0 -1 4202560 3838 0 0 0 5246 14 0 0 20 0 28 0 419662611 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962325069432 139962597209216 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7074] ppid=6673 vsize=28968020 memory=1560 CPUtime=21.62 cores=0-7
/proc/6675/task/7074/stat : 7074 (java) S 6673 6673 4292 0 -1 1077944384 3699 0 0 0 2142 20 0 0 20 0 28 0 419662611 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962316653328 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7075] ppid=6673 vsize=28968020 memory=932 CPUtime=21.41 cores=0-7
/proc/6675/task/7075/stat : 7075 (java) S 6673 6673 4292 0 -1 1077944384 1445 0 0 0 2125 16 0 0 20 0 28 0 419662611 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962322969488 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7076] ppid=6673 vsize=28968020 memory=1980 CPUtime=21.88 cores=0-7
/proc/6675/task/7076/stat : 7076 (java) S 6673 6673 4292 0 -1 1077944384 3544 0 0 0 2168 20 0 0 20 0 28 0 419662611 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962319811600 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7077] ppid=6673 vsize=28968020 memory=2428 CPUtime=21.22 cores=0-7
/proc/6675/task/7077/stat : 7077 (java) S 6673 6673 4292 0 -1 1077944384 1057 0 0 0 2118 4 0 0 20 0 28 0 419662611 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962324022416 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7078] ppid=6673 vsize=28968020 memory=496 CPUtime=21.74 cores=0-7
/proc/6675/task/7078/stat : 7078 (java) S 6673 6673 4292 0 -1 1077944384 4894 0 0 0 2132 42 0 0 20 0 28 0 419662611 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962320864528 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
Current children cumulated CPU time: 220.82 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 3503932 KiB

[startup+55.601 s]
/proc/loadavg: 4.34 5.76 5.03 2/219 7081
/proc/meminfo: memFree=24592996/32770624 swapFree=66999936/67108860
[pid=6673] ppid=6670 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/6673/stat : 6673 (xcsp3-exec) S 6670 6673 4292 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419662404 115843072 364 33554432000 4194304 5098028 140737004197200 140737004195304 140566439223932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26828800 140737004204917 140737004205161 140737004205161 140737004208074 0
/proc/6673/statm: 28282 364 305 221 0 87 0
[pid=6675] ppid=6673 vsize=28968020 memory=3502476 CPUtime=221.22 cores=0-7
/proc/6675/stat : 6675 (java) S 6673 6673 4292 0 -1 1077944320 86159 0 0 0 21927 195 0 0 20 0 28 0 419662404 29663252480 875619 33554432000 4194304 4196468 140732712878608 140732712861152 139962960080631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
/proc/6675/statm: 7242005 875619 3524 1 0 7203107 0
[pid=6675/tid=6676] ppid=6673 vsize=28968020 memory=1808 CPUtime=0.49 cores=0-7
/proc/6675/task/6676/stat : 6676 (java) S 6673 6673 4292 0 -1 1077944384 8641 0 0 0 45 4 0 0 20 0 28 0 419662405 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962964321408 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6677] ppid=6673 vsize=28968020 memory=924 CPUtime=0.16 cores=0-7
/proc/6675/task/6677/stat : 6677 (java) S 6673 6673 4292 0 -1 1077944384 700 0 0 0 11 5 0 0 20 0 28 0 419662405 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962511010576 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6678] ppid=6673 vsize=28968020 memory=4136 CPUtime=0.14 cores=0-7
/proc/6675/task/6678/stat : 6678 (java) S 6673 6673 4292 0 -1 1077944384 354 0 0 0 10 4 0 0 20 0 28 0 419662405 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962509958032 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6679] ppid=6673 vsize=28968020 memory=4104 CPUtime=0.15 cores=0-7
/proc/6675/task/6679/stat : 6679 (java) S 6673 6673 4292 0 -1 1077944384 698 0 0 0 9 6 0 0 20 0 28 0 419662405 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962508905488 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6680] ppid=6673 vsize=28968020 memory=1412 CPUtime=0.13 cores=0-7
/proc/6675/task/6680/stat : 6680 (java) S 6673 6673 4292 0 -1 1077944384 312 0 0 0 9 4 0 0 20 0 28 0 419662405 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962507852944 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6681] ppid=6673 vsize=28968020 memory=3340 CPUtime=0.12 cores=0-7
/proc/6675/task/6681/stat : 6681 (java) S 6673 6673 4292 0 -1 1077944384 829 0 0 0 8 4 0 0 20 0 28 0 419662405 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962506799376 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6682] ppid=6673 vsize=28968020 memory=1456 CPUtime=0.14 cores=0-7
/proc/6675/task/6682/stat : 6682 (java) S 6673 6673 4292 0 -1 1077944384 964 0 0 0 10 4 0 0 20 0 28 0 419662405 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962505746832 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6683] ppid=6673 vsize=28968020 memory=3580 CPUtime=0.15 cores=0-7
/proc/6675/task/6683/stat : 6683 (java) S 6673 6673 4292 0 -1 1077944384 335 0 0 0 10 5 0 0 20 0 28 0 419662405 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962504694288 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6684] ppid=6673 vsize=28968020 memory=40704 CPUtime=0.14 cores=0-7
/proc/6675/task/6684/stat : 6684 (java) S 6673 6673 4292 0 -1 1077944384 252 0 0 0 9 5 0 0 20 0 28 0 419662405 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962503641744 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6685] ppid=6673 vsize=28968020 memory=988 CPUtime=0.02 cores=0-7
/proc/6675/task/6685/stat : 6685 (java) S 6673 6673 4292 0 -1 1077944384 3708 0 0 0 2 0 0 0 20 0 28 0 419662407 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962344806896 139962960091778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6686] ppid=6673 vsize=28968020 memory=2020 CPUtime=0 cores=0-7
/proc/6675/task/6686/stat : 6686 (java) S 6673 6673 4292 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 419662407 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962343753184 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6687] ppid=6673 vsize=28968020 memory=1432 CPUtime=0 cores=0-7
/proc/6675/task/6687/stat : 6687 (java) S 6673 6673 4292 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 419662407 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962342700544 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6688] ppid=6673 vsize=28968020 memory=9536 CPUtime=0 cores=0-7
/proc/6675/task/6688/stat : 6688 (java) S 6673 6673 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419662410 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962341649104 139962960099227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6689] ppid=6673 vsize=28968020 memory=692 CPUtime=2.56 cores=0-7
/proc/6675/task/6689/stat : 6689 (java) S 6673 6673 4292 0 -1 1077944384 10663 0 0 0 253 3 0 0 20 0 28 0 419662410 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962340595696 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6690] ppid=6673 vsize=28968020 memory=4128 CPUtime=2.33 cores=0-7
/proc/6675/task/6690/stat : 6690 (java) S 6673 6673 4292 0 -1 1077944384 10930 0 0 0 231 2 0 0 20 0 28 0 419662410 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962339543152 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6691] ppid=6673 vsize=28968020 memory=2832 CPUtime=2.58 cores=0-7
/proc/6675/task/6691/stat : 6691 (java) S 6673 6673 4292 0 -1 1077944384 12880 0 0 0 255 3 0 0 20 0 28 0 419662410 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962338490608 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6692] ppid=6673 vsize=28968020 memory=1712 CPUtime=0.81 cores=0-7
/proc/6675/task/6692/stat : 6692 (java) S 6673 6673 4292 0 -1 1077944384 5168 0 0 0 80 1 0 0 20 0 28 0 419662410 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962337438064 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6693] ppid=6673 vsize=28968020 memory=1980 CPUtime=0 cores=0-7
/proc/6675/task/6693/stat : 6693 (java) S 6673 6673 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419662410 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962336385760 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6694] ppid=6673 vsize=28968020 memory=2428 CPUtime=0.01 cores=0-7
/proc/6675/task/6694/stat : 6694 (java) S 6673 6673 4292 0 -1 1077944384 1275 0 0 0 1 0 0 0 20 0 28 0 419662410 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962335333296 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7071] ppid=6673 vsize=28968020 memory=1608 CPUtime=21.37 cores=0-7
/proc/6675/task/7071/stat : 7071 (java) S 6673 6673 4292 0 -1 1077944384 1302 0 0 0 2132 5 0 0 20 0 28 0 419662610 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962321915968 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7072] ppid=6673 vsize=28968020 memory=908 CPUtime=21.47 cores=0-7
/proc/6675/task/7072/stat : 7072 (java) S 6673 6673 4292 0 -1 1077944384 365 0 0 0 2143 4 0 0 20 0 28 0 419662611 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962315601424 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7073] ppid=6673 vsize=28968020 memory=1440 CPUtime=53 cores=0-7
/proc/6675/task/7073/stat : 7073 (java) R 6673 6673 4292 0 -1 4202560 3897 0 0 0 5286 14 0 0 20 0 28 0 419662611 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962325069432 139962606271115 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7074] ppid=6673 vsize=28968020 memory=1760 CPUtime=21.62 cores=0-7
/proc/6675/task/7074/stat : 7074 (java) S 6673 6673 4292 0 -1 1077944384 3699 0 0 0 2142 20 0 0 20 0 28 0 419662611 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962316653328 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7075] ppid=6673 vsize=28968020 memory=111632 CPUtime=21.41 cores=0-7
/proc/6675/task/7075/stat : 7075 (java) S 6673 6673 4292 0 -1 1077944384 1445 0 0 0 2125 16 0 0 20 0 28 0 419662611 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962322969488 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7076] ppid=6673 vsize=28968020 memory=800 CPUtime=21.88 cores=0-7
/proc/6675/task/7076/stat : 7076 (java) S 6673 6673 4292 0 -1 1077944384 3544 0 0 0 2168 20 0 0 20 0 28 0 419662611 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962319811600 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7077] ppid=6673 vsize=28968020 memory=1808 CPUtime=21.22 cores=0-7
/proc/6675/task/7077/stat : 7077 (java) S 6673 6673 4292 0 -1 1077944384 1057 0 0 0 2118 4 0 0 20 0 28 0 419662611 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962324022416 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7078] ppid=6673 vsize=28968020 memory=924 CPUtime=21.74 cores=0-7
/proc/6675/task/7078/stat : 7078 (java) S 6673 6673 4292 0 -1 1077944384 4894 0 0 0 2132 42 0 0 20 0 28 0 419662611 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962320864528 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
Current children cumulated CPU time: 221.22 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 3503932 KiB

[startup+55.801 s]
/proc/loadavg: 4.34 5.76 5.03 2/219 7081
/proc/meminfo: memFree=24592996/32770624 swapFree=66999936/67108860
[pid=6673] ppid=6670 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/6673/stat : 6673 (xcsp3-exec) S 6670 6673 4292 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419662404 115843072 364 33554432000 4194304 5098028 140737004197200 140737004195304 140566439223932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26828800 140737004204917 140737004205161 140737004205161 140737004208074 0
/proc/6673/statm: 28282 364 305 221 0 87 0
[pid=6675] ppid=6673 vsize=28968020 memory=3502476 CPUtime=221.42 cores=0-7
/proc/6675/stat : 6675 (java) S 6673 6673 4292 0 -1 1077944320 86159 0 0 0 21947 195 0 0 20 0 28 0 419662404 29663252480 875619 33554432000 4194304 4196468 140732712878608 140732712861152 139962960080631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
/proc/6675/statm: 7242005 875619 3524 1 0 7203107 0
[pid=6675/tid=6676] ppid=6673 vsize=28968020 memory=1412 CPUtime=0.49 cores=0-7
/proc/6675/task/6676/stat : 6676 (java) S 6673 6673 4292 0 -1 1077944384 8641 0 0 0 45 4 0 0 20 0 28 0 419662405 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962964321408 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6677] ppid=6673 vsize=28968020 memory=8112282956445269571 CPUtime=0.16 cores=0-7
/proc/6675/task/6677/stat : 6677 (java) S 6673 6673 4292 0 -1 1077944384 700 0 0 0 11 5 0 0 20 0 28 0 419662405 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962511010576 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6678] ppid=6673 vsize=28968020 memory=992 CPUtime=0.14 cores=0-7
/proc/6675/task/6678/stat : 6678 (java) S 6673 6673 4292 0 -1 1077944384 354 0 0 0 10 4 0 0 20 0 28 0 419662405 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962509958032 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6679] ppid=6673 vsize=28968020 memory=5988 CPUtime=0.15 cores=0-7
/proc/6675/task/6679/stat : 6679 (java) S 6673 6673 4292 0 -1 1077944384 698 0 0 0 9 6 0 0 20 0 28 0 419662405 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962508905488 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6680] ppid=6673 vsize=28968020 memory=1544 CPUtime=0.13 cores=0-7
/proc/6675/task/6680/stat : 6680 (java) S 6673 6673 4292 0 -1 1077944384 312 0 0 0 9 4 0 0 20 0 28 0 419662405 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962507852944 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6681] ppid=6673 vsize=28968020 memory=776 CPUtime=0.12 cores=0-7
/proc/6675/task/6681/stat : 6681 (java) S 6673 6673 4292 0 -1 1077944384 829 0 0 0 8 4 0 0 20 0 28 0 419662405 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962506799376 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6682] ppid=6673 vsize=28968020 memory=1056 CPUtime=0.14 cores=0-7
/proc/6675/task/6682/stat : 6682 (java) S 6673 6673 4292 0 -1 1077944384 964 0 0 0 10 4 0 0 20 0 28 0 419662405 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962505746832 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6683] ppid=6673 vsize=28968020 memory=14012 CPUtime=0.15 cores=0-7
/proc/6675/task/6683/stat : 6683 (java) S 6673 6673 4292 0 -1 1077944384 335 0 0 0 10 5 0 0 20 0 28 0 419662405 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962504694288 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6684] ppid=6673 vsize=28968020 memory=21396 CPUtime=0.14 cores=0-7
/proc/6675/task/6684/stat : 6684 (java) S 6673 6673 4292 0 -1 1077944384 252 0 0 0 9 5 0 0 20 0 28 0 419662405 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962503641744 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6685] ppid=6673 vsize=28968020 memory=12024 CPUtime=0.02 cores=0-7
/proc/6675/task/6685/stat : 6685 (java) S 6673 6673 4292 0 -1 1077944384 3708 0 0 0 2 0 0 0 20 0 28 0 419662407 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962344806896 139962960091778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6686] ppid=6673 vsize=28968020 memory=2120 CPUtime=0 cores=0-7
/proc/6675/task/6686/stat : 6686 (java) S 6673 6673 4292 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 419662407 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962343753184 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6687] ppid=6673 vsize=28968020 memory=496 CPUtime=0 cores=0-7
/proc/6675/task/6687/stat : 6687 (java) S 6673 6673 4292 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 419662407 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962342700544 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6688] ppid=6673 vsize=28968020 memory=1560 CPUtime=0 cores=0-7
/proc/6675/task/6688/stat : 6688 (java) S 6673 6673 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419662410 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962341649104 139962960099227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6689] ppid=6673 vsize=28968020 memory=932 CPUtime=2.56 cores=0-7
/proc/6675/task/6689/stat : 6689 (java) S 6673 6673 4292 0 -1 1077944384 10663 0 0 0 253 3 0 0 20 0 28 0 419662410 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962340595696 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6690] ppid=6673 vsize=28968020 memory=3340 CPUtime=2.33 cores=0-7
/proc/6675/task/6690/stat : 6690 (java) S 6673 6673 4292 0 -1 1077944384 10930 0 0 0 231 2 0 0 20 0 28 0 419662410 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962339543152 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6691] ppid=6673 vsize=28968020 memory=1456 CPUtime=2.58 cores=0-7
/proc/6675/task/6691/stat : 6691 (java) S 6673 6673 4292 0 -1 1077944384 12880 0 0 0 255 3 0 0 20 0 28 0 419662410 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962338490608 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6692] ppid=6673 vsize=28968020 memory=3502476 CPUtime=0.81 cores=0-7
/proc/6675/task/6692/stat : 6692 (java) S 6673 6673 4292 0 -1 1077944384 5168 0 0 0 80 1 0 0 20 0 28 0 419662410 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962337438064 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6693] ppid=6673 vsize=28968020 memory=1660 CPUtime=0 cores=0-7
/proc/6675/task/6693/stat : 6693 (java) S 6673 6673 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419662410 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962336385760 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=6694] ppid=6673 vsize=28968020 memory=1398722017469774279 CPUtime=0.01 cores=0-7
/proc/6675/task/6694/stat : 6694 (java) S 6673 6673 4292 0 -1 1077944384 1275 0 0 0 1 0 0 0 20 0 28 0 419662410 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962335333296 139962960091778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7071] ppid=6673 vsize=28968020 memory=4126316290023845779 CPUtime=21.37 cores=0-7
/proc/6675/task/7071/stat : 7071 (java) S 6673 6673 4292 0 -1 1077944384 1302 0 0 0 2132 5 0 0 20 0 28 0 419662610 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962321915968 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7072] ppid=6673 vsize=28968020 memory=1808 CPUtime=21.47 cores=0-7
/proc/6675/task/7072/stat : 7072 (java) S 6673 6673 4292 0 -1 1077944384 365 0 0 0 2143 4 0 0 20 0 28 0 419662611 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962315601424 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7073] ppid=6673 vsize=28968020 memory=924 CPUtime=53.2 cores=0-7
/proc/6675/task/7073/stat : 7073 (java) R 6673 6673 4292 0 -1 4202560 3897 0 0 0 5306 14 0 0 20 0 28 0 419662611 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962325069432 139962606271149 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7074] ppid=6673 vsize=28968020 memory=4136 CPUtime=21.62 cores=0-7
/proc/6675/task/7074/stat : 7074 (java) S 6673 6673 4292 0 -1 1077944384 3699 0 0 0 2142 20 0 0 20 0 28 0 419662611 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962316653328 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7075] ppid=6673 vsize=28968020 memory=8112282956445269571 CPUtime=21.41 cores=0-7
/proc/6675/task/7075/stat : 7075 (java) S 6673 6673 4292 0 -1 1077944384 1445 0 0 0 2125 16 0 0 20 0 28 0 419662611 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962322969488 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7076] ppid=6673 vsize=28968020 memory=3502476 CPUtime=21.88 cores=0-7
/proc/6675/task/7076/stat : 7076 (java) S 6673 6673 4292 0 -1 1077944384 3544 0 0 0 2168 20 0 0 20 0 28 0 419662611 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962319811600 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7077] ppid=6673 vsize=28968020 memory=12024 CPUtime=21.22 cores=0-7
/proc/6675/task/7077/stat : 7077 (java) S 6673 6673 4292 0 -1 1077944384 1057 0 0 0 2118 4 0 0 20 0 28 0 419662611 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962324022416 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
[pid=6675/tid=7078] ppid=6673 vsize=28968020 memory=2120 CPUtime=21.74 cores=0-7
/proc/6675/task/7078/stat : 7078 (java) S 6673 6673 4292 0 -1 1077944384 4894 0 0 0 2132 42 0 0 20 0 28 0 419662611 29663252480 875619 33554432000 4194304 4196468 140732712878608 139962320864528 139962960090837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13484032 140732712883178 140732712883350 140732712883350 140732712886223 0
Current children cumulated CPU time: 221.42 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 3503932 KiB

Child status: 0
Real time (s): 55.8878
CPU time (s): 221.582
CPU user time (s): 219.589
CPU system time (s): 1.99339
CPU usage (%): 396.476
Max. virtual memory (cumulated for all children) (KiB): 29083156
Max. memory (cumulated for all children) (KiB): 3503932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 219.589
system time used= 1.99339
maximum resident set size= 3502596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90886
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47478
involuntary context switches= 1926


# summary of solver processes directly reported to runsolver:
#   pid: 6673
#   total CPU time (s): 221.582
#   total CPU user time (s): 219.589
#   total CPU system time (s): 1.99339

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.516386 second user time and 0.647888 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-14 06:05:36
IDJOB=4393971
IDBENCH=133456
IDSOLVER=2841
FILE ID=node123/4393971-1568433975
RUNJOBID= node123-1568427739-4319
PBS_JOBID= 21702298
Free space on /tmp= 59184 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-02.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-4393971-1568433975/watcher-4393971-1568433975 -o /tmp/evaluation-result-4393971-1568433975/solver-4393971-1568433975 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node123-1568427739-4319 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1414475615 HOME/instance-4393971-1568433975.xml

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

MD5SUM BENCH= 917d2a52bc099bc665a23ef7a1bbabd2
RANDOM SEED=1414475615

node123.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.49
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.49
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.49
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.49
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:        28089684 kB
MemAvailable:   31874172 kB
Buffers:          150364 kB
Cached:          3899448 kB
SwapCached:         7376 kB
Active:          1247640 kB
Inactive:        2815924 kB
Active(anon):       4860 kB
Inactive(anon):    50300 kB
Active(file):    1242780 kB
Inactive(file):  2765624 kB
Unevictable:      106524 kB
Mlocked:          106524 kB
SwapTotal:      67108860 kB
SwapFree:       66999936 kB
Dirty:             26088 kB
Writeback:             0 kB
AnonPages:        113360 kB
Mapped:            44628 kB
Shmem:             32688 kB
Slab:             213612 kB
SReclaimable:     183840 kB
SUnreclaim:        29772 kB
KernelStack:        3392 kB
PageTables:         5504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 59156 MiB
End job on node123 at 2019-09-14 06:06:32