Trace number 4394505

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.166 7.25775 1.8851

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-6-3-20-1.xml
MD5SUMb4cf0cb08a05c1b083ee2f2000733b36
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark131
Best CPU time to get the best result obtained on this benchmark0.189143
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints400
Number of domains40
Minimum domain size3
Maximum domain size18
Distribution of domain sizes[{"size":3,"count":6},{"size":4,"count":9},{"size":5,"count":3},{"size":8,"count":1},{"size":10,"count":2},{"size":11,"count":4},{"size":12,"count":6},{"size":13,"count":5},{"size":14,"count":1},{"size":15,"count":1},{"size":17,"count":20},{"size":18,"count":18}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":38},{"degree":19,"count":20},{"degree":22,"count":17},{"degree":23,"count":1}]
Minimum constraint arity1
Maximum constraint arity18
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":398},{"arity":18,"count":1}]
Number of extensional constraints38
Number of intensional constraints361
Distribution of constraint types[{"type":"extension","count":38},{"type":"intension","count":361},{"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-4394505-1568427429.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394505-1568427429.xml, -tl, 20160s, -p, 8]
0.35/0.22	c 8 solvers in parallel
0.35/0.28	c parse instance...
4.68/1.47	c solve instance...
5.03/1.69	o 246 
5.03/1.74	o 246 
5.03/1.77	o 227 
5.03/1.77	o 200 
5.03/1.78	o 199 
5.03/1.79	o 198 
5.03/1.79	o 196 
5.03/1.80	o 192 
5.03/1.80	o 187 
5.03/1.82	o 186 
5.03/1.82	o 183 
5.03/1.82	o 180 
5.03/1.83	o 176 
5.03/1.83	o 175 
5.03/1.83	o 175 
7.16/1.84	o 174 
7.16/1.85	o 173 
7.16/1.85	o 172 
7.16/1.85	o 171 
7.16/1.85	o 167 
7.16/1.86	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (145/147)
7.16/1.86		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
7.16/1.86		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
7.16/1.86		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
7.16/1.86		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
7.16/1.86		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
7.16/1.86	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (145/147)
7.16/1.86		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
7.16/1.86		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
7.16/1.86		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
7.16/1.86		at org.chocosolver.solver.Solver.repair(Solver.java:443)
7.16/1.86		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
7.16/1.86		at org.chocosolver.solver.Solver.solve(Solver.java:262)
7.16/1.86		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
7.16/1.86		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
7.16/1.86		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
7.16/1.86		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
7.16/1.86		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
7.16/1.86		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
7.16/1.86		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
7.16/1.86		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
7.16/1.86		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
7.16/1.86		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
7.16/1.86	o 166 
7.16/1.86	s OPTIMUM FOUND
7.16/1.86	v <instantiation>
7.16/1.86	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] 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] 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>
7.16/1.86	v 	<values>0 1 2 3 4 5 6 7 8 9 11 17 12 13 14 15 10 16 0 0 0 0 0 0 0 0 0 0 4 1 0 0 0 0 18 16 10 10 10 10 10 16 16 10 10 11 11 11 11 11 10 16 11 10 10 11 9 5 2 3 20 2 2 15 7 2 9 4 6 10 7 9 2 3 1 9 </values>
7.16/1.86	v </instantiation>

Verifier Data

OK	166

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394505-1568427429/watcher-4394505-1568427429 -o /tmp/evaluation-result-4394505-1568427429/solver-4394505-1568427429 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568427144-15778 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 843950256 HOME/instance-4394505-1568427429.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=22657, runsolver pid=22654
Current StackSize limit: 8192 KiB


[startup+0.100134 s]*
/proc/loadavg: 4.63 6.36 6.70 2/212 22678
/proc/meminfo: memFree=30933892/32770624 swapFree=66947516/67108860
[pid=22657] ppid=22654 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22657/stat : 22657 (xcsp3-exec) S 22654 22657 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418684813 115843072 364 33554432000 4194304 5098028 140735350995664 140735350993768 139631682101884 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18546688 140735350997878 140735350998121 140735350998121 140735351001034 0
/proc/22657/statm: 28282 364 305 221 0 87 0
[pid=22659] ppid=22657 vsize=28227388 memory=28824 CPUtime=0.12 cores=0-7
/proc/22659/stat : 22659 (java) S 22657 22657 15751 0 -1 1077944320 5699 0 0 0 12 0 0 0 20 0 20 0 418684814 28904845312 7206 33554432000 4194304 4196468 140726354537536 140726354520080 139962933313271 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
/proc/22659/statm: 7056847 7206 3122 1 0 7019032 0
[pid=22659/tid=22660] ppid=22657 vsize=28227388 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/22659/task/22660/stat : 22660 (java) R 22657 22657 15751 0 -1 4202560 3610 0 0 0 8 0 0 0 20 0 20 0 418684814 28904845312 7206 33554432000 4194304 4196468 140726354537536 139962937547808 139962933325206 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22661] ppid=22657 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/22659/task/22661/stat : 22661 (java) S 22657 22657 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684815 28904845312 7206 33554432000 4194304 4196468 140726354537536 139962853165840 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22662] ppid=22657 vsize=28227388 memory=140549607929472 CPUtime=0 cores=0-7
/proc/22659/task/22662/stat : 22662 (java) S 22657 22657 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684815 28904845312 7206 33554432000 4194304 4196468 140726354537536 139962852113296 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22663] ppid=22657 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22663/stat : 22663 (java) S 22657 22657 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684815 28904845312 7206 33554432000 4194304 4196468 140726354537536 139962482809872 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22664] ppid=22657 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22664/stat : 22664 (java) S 22657 22657 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684815 28904845312 7206 33554432000 4194304 4196468 140726354537536 139962481757328 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22665] ppid=22657 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22665/stat : 22665 (java) S 22657 22657 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684815 28904845312 7206 33554432000 4194304 4196468 140726354537536 139962480703760 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22666] ppid=22657 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/22659/task/22666/stat : 22666 (java) S 22657 22657 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684815 28904845312 7206 33554432000 4194304 4196468 140726354537536 139962479651216 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22667] ppid=22657 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22667/stat : 22667 (java) S 22657 22657 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684815 28904845312 7206 33554432000 4194304 4196468 140726354537536 139962478598672 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22668] ppid=22657 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22668/stat : 22668 (java) S 22657 22657 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684815 28904845312 7206 33554432000 4194304 4196468 140726354537536 139962477546128 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22669] ppid=22657 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22669/stat : 22669 (java) S 22657 22657 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684816 28904845312 7206 33554432000 4194304 4196468 140726354537536 139962318133744 139962933324418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22670] ppid=22657 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22670/stat : 22670 (java) S 22657 22657 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418684817 28904845312 7206 33554432000 4194304 4196468 140726354537536 139962317079968 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22671] ppid=22657 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22671/stat : 22671 (java) S 22657 22657 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418684817 28904845312 7206 33554432000 4194304 4196468 140726354537536 139962316027376 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22672] ppid=22657 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22672/stat : 22672 (java) S 22657 22657 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684819 28904845312 7206 33554432000 4194304 4196468 140726354537536 139962314975952 139962933331867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22673] ppid=22657 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22673/stat : 22673 (java) R 22657 22657 15751 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 418684819 28904845312 7206 33554432000 4194304 4196468 140726354537536 139961191884784 139962933324418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22674] ppid=22657 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22674/stat : 22674 (java) S 22657 22657 15751 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 418684819 28904845312 7206 33554432000 4194304 4196468 140726354537536 139961190832240 139962933324418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22675] ppid=22657 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22675/stat : 22675 (java) R 22657 22657 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684819 28904845312 7206 33554432000 4194304 4196468 140726354537536 139961189779696 139962933324418 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22676] ppid=22657 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/22659/task/22676/stat : 22676 (java) R 22657 22657 15751 0 -1 4202560 344 0 0 0 2 0 0 0 20 0 20 0 418684819 28904845312 7206 33554432000 4194304 4196468 140726354537536 139961188727152 139962933325206 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22677] ppid=22657 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22677/stat : 22677 (java) S 22657 22657 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684819 28904845312 7206 33554432000 4194304 4196468 140726354537536 139961187674848 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22678] ppid=22657 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/22659/task/22678/stat : 22678 (java) S 22657 22657 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684820 28904845312 7206 33554432000 4194304 4196468 140726354537536 139961186622384 139962933324418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30280 KiB

[startup+0.210713 s]*
/proc/loadavg: 4.63 6.36 6.70 3/212 22678
/proc/meminfo: memFree=30921004/32770624 swapFree=66947516/67108860
[pid=22657] ppid=22654 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22657/stat : 22657 (xcsp3-exec) S 22654 22657 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418684813 115843072 364 33554432000 4194304 5098028 140735350995664 140735350993768 139631682101884 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18546688 140735350997878 140735350998121 140735350998121 140735351001034 0
/proc/22657/statm: 28282 364 305 221 0 87 0
[pid=22659] ppid=22657 vsize=28227388 memory=41096 CPUtime=0.35 cores=0-7
/proc/22659/stat : 22659 (java) S 22657 22657 15751 0 -1 1077944320 9495 0 0 0 33 2 0 0 20 0 20 0 418684814 28904845312 10274 33554432000 4194304 4196468 140726354537536 140726354520080 139962933313271 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
/proc/22659/statm: 7056847 10274 3317 1 0 7019032 0
[pid=22659/tid=22660] ppid=22657 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/22659/task/22660/stat : 22660 (java) R 22657 22657 15751 0 -1 4202560 6645 0 0 0 19 1 0 0 20 0 20 0 418684814 28904845312 10274 33554432000 4194304 4196468 140726354537536 139962937547152 139962933325206 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22661] ppid=22657 vsize=28227388 memory=328 CPUtime=0 cores=0-7
/proc/22659/task/22661/stat : 22661 (java) S 22657 22657 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684815 28904845312 10274 33554432000 4194304 4196468 140726354537536 139962853165840 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22662] ppid=22657 vsize=28227388 memory=140549611020619 CPUtime=0 cores=0-7
/proc/22659/task/22662/stat : 22662 (java) S 22657 22657 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684815 28904845312 10274 33554432000 4194304 4196468 140726354537536 139962852113296 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22663] ppid=22657 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/22659/task/22663/stat : 22663 (java) S 22657 22657 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684815 28904845312 10274 33554432000 4194304 4196468 140726354537536 139962482809872 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22664] ppid=22657 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22664/stat : 22664 (java) S 22657 22657 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684815 28904845312 10274 33554432000 4194304 4196468 140726354537536 139962481757328 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22665] ppid=22657 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22665/stat : 22665 (java) S 22657 22657 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684815 28904845312 10274 33554432000 4194304 4196468 140726354537536 139962480703760 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22666] ppid=22657 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/22659/task/22666/stat : 22666 (java) S 22657 22657 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684815 28904845312 10274 33554432000 4194304 4196468 140726354537536 139962479651216 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22667] ppid=22657 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22667/stat : 22667 (java) S 22657 22657 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684815 28904845312 10274 33554432000 4194304 4196468 140726354537536 139962478598672 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22668] ppid=22657 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22668/stat : 22668 (java) S 22657 22657 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684815 28904845312 10274 33554432000 4194304 4196468 140726354537536 139962477546128 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22669] ppid=22657 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22669/stat : 22669 (java) S 22657 22657 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418684816 28904845312 10274 33554432000 4194304 4196468 140726354537536 139962318133744 139962933324418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22670] ppid=22657 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22670/stat : 22670 (java) S 22657 22657 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418684817 28904845312 10274 33554432000 4194304 4196468 140726354537536 139962317079968 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22671] ppid=22657 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22671/stat : 22671 (java) S 22657 22657 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418684817 28904845312 10274 33554432000 4194304 4196468 140726354537536 139962316027376 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22672] ppid=22657 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22672/stat : 22672 (java) S 22657 22657 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684819 28904845312 10274 33554432000 4194304 4196468 140726354537536 139962314975952 139962933331867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22673] ppid=22657 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/22659/task/22673/stat : 22673 (java) S 22657 22657 15751 0 -1 1077944384 543 0 0 0 2 0 0 0 20 0 20 0 418684819 28904845312 10274 33554432000 4194304 4196468 140726354537536 139961191884784 139962933324418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22674] ppid=22657 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/22659/task/22674/stat : 22674 (java) S 22657 22657 15751 0 -1 1077944384 136 0 0 0 1 0 0 0 20 0 20 0 418684819 28904845312 10274 33554432000 4194304 4196468 140726354537536 139961190832240 139962933324418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22675] ppid=22657 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/22659/task/22675/stat : 22675 (java) S 22657 22657 15751 0 -1 1077944384 79 0 0 0 1 0 0 0 20 0 20 0 418684819 28904845312 10274 33554432000 4194304 4196468 140726354537536 139961189779696 139962933324418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22676] ppid=22657 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/22659/task/22676/stat : 22676 (java) R 22657 22657 15751 0 -1 4202560 777 0 0 0 8 0 0 0 20 0 20 0 418684819 28904845312 10274 33554432000 4194304 4196468 140726354537536 139961188727280 139962933334618 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22677] ppid=22657 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22677/stat : 22677 (java) S 22657 22657 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684819 28904845312 10274 33554432000 4194304 4196468 140726354537536 139961187674848 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22678] ppid=22657 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/22659/task/22678/stat : 22678 (java) S 22657 22657 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684820 28904845312 10274 33554432000 4194304 4196468 140726354537536 139961186622384 139962933324418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42552 KiB

[startup+0.310581 s]*
/proc/loadavg: 4.63 6.36 6.70 5/212 22678
/proc/meminfo: memFree=30913744/32770624 swapFree=66947516/67108860
[pid=22657] ppid=22654 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22657/stat : 22657 (xcsp3-exec) S 22654 22657 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418684813 115843072 364 33554432000 4194304 5098028 140735350995664 140735350993768 139631682101884 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18546688 140735350997878 140735350998121 140735350998121 140735351001034 0
/proc/22657/statm: 28282 364 305 221 0 87 0
[pid=22659] ppid=22657 vsize=28231644 memory=50060 CPUtime=0.53 cores=0-7
/proc/22659/stat : 22659 (java) S 22657 22657 15751 0 -1 1077944320 10932 0 0 0 50 3 0 0 20 0 20 0 418684814 28909203456 12515 33554432000 4194304 4196468 140726354537536 140726354520080 139962933313271 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
/proc/22659/statm: 7057911 12515 3360 1 0 7019032 0
[pid=22659/tid=22660] ppid=22657 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/22659/task/22660/stat : 22660 (java) R 22657 22657 15751 0 -1 4202560 7811 0 0 0 28 2 0 0 20 0 20 0 418684814 28909203456 12515 33554432000 4194304 4196468 140726354537536 139962937544384 139962917393758 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22661] ppid=22657 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22661/stat : 22661 (java) S 22657 22657 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684815 28909203456 12515 33554432000 4194304 4196468 140726354537536 139962853165840 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22662] ppid=22657 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22662/stat : 22662 (java) S 22657 22657 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684815 28909203456 12515 33554432000 4194304 4196468 140726354537536 139962852113296 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22663] ppid=22657 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22663/stat : 22663 (java) S 22657 22657 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684815 28909203456 12515 33554432000 4194304 4196468 140726354537536 139962482809872 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22664] ppid=22657 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22664/stat : 22664 (java) S 22657 22657 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684815 28909203456 12515 33554432000 4194304 4196468 140726354537536 139962481757328 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22665] ppid=22657 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22665/stat : 22665 (java) S 22657 22657 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684815 28909203456 12515 33554432000 4194304 4196468 140726354537536 139962480703760 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22666] ppid=22657 vsize=28231644 memory=140549449411247 CPUtime=0 cores=0-7
/proc/22659/task/22666/stat : 22666 (java) S 22657 22657 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684815 28909203456 12515 33554432000 4194304 4196468 140726354537536 139962479651216 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22667] ppid=22657 vsize=28231644 memory=140549449413552 CPUtime=0 cores=0-7
/proc/22659/task/22667/stat : 22667 (java) S 22657 22657 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684815 28909203456 12515 33554432000 4194304 4196468 140726354537536 139962478598672 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22668] ppid=22657 vsize=28231644 memory=140549449415856 CPUtime=0 cores=0-7
/proc/22659/task/22668/stat : 22668 (java) S 22657 22657 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684815 28909203456 12515 33554432000 4194304 4196468 140726354537536 139962477546128 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22669] ppid=22657 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22669/stat : 22669 (java) S 22657 22657 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418684816 28909203456 12515 33554432000 4194304 4196468 140726354537536 139962318133744 139962933324418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22670] ppid=22657 vsize=28231644 memory=281098898845584 CPUtime=0 cores=0-7
/proc/22659/task/22670/stat : 22670 (java) S 22657 22657 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418684817 28909203456 12515 33554432000 4194304 4196468 140726354537536 139962317079968 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22671] ppid=22657 vsize=28231644 memory=281098898843280 CPUtime=0 cores=0-7
/proc/22659/task/22671/stat : 22671 (java) S 22657 22657 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418684817 28909203456 12515 33554432000 4194304 4196468 140726354537536 139962316027376 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22672] ppid=22657 vsize=28231644 memory=281098898850192 CPUtime=0 cores=0-7
/proc/22659/task/22672/stat : 22672 (java) S 22657 22657 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684819 28909203456 12515 33554432000 4194304 4196468 140726354537536 139962314975952 139962933331867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22673] ppid=22657 vsize=28231644 memory=281098898791472 CPUtime=0.03 cores=0-7
/proc/22659/task/22673/stat : 22673 (java) S 22657 22657 15751 0 -1 1077944384 551 0 0 0 3 0 0 0 20 0 20 0 418684819 28909203456 12515 33554432000 4194304 4196468 140726354537536 139961191884784 139962933324418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22674] ppid=22657 vsize=28231644 memory=281098898864016 CPUtime=0.02 cores=0-7
/proc/22659/task/22674/stat : 22674 (java) R 22657 22657 15751 0 -1 4202560 260 0 0 0 2 0 0 0 20 0 20 0 418684819 28909203456 12515 33554432000 4194304 4196468 140726354537536 139961190813256 139962914834678 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22675] ppid=22657 vsize=28231644 memory=281098898870928 CPUtime=0.02 cores=0-7
/proc/22659/task/22675/stat : 22675 (java) S 22657 22657 15751 0 -1 1077944384 114 0 0 0 2 0 0 0 20 0 20 0 418684819 28909203456 12515 33554432000 4194304 4196468 140726354537536 139961189779696 139962933324418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22676] ppid=22657 vsize=28231644 memory=281098898868624 CPUtime=0.12 cores=0-7
/proc/22659/task/22676/stat : 22676 (java) S 22657 22657 15751 0 -1 1077944384 892 0 0 0 12 0 0 0 20 0 20 0 418684819 28909203456 12515 33554432000 4194304 4196468 140726354537536 139961188727152 139962933324418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22677] ppid=22657 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22677/stat : 22677 (java) S 22657 22657 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684819 28909203456 12515 33554432000 4194304 4196468 140726354537536 139961187674848 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22678] ppid=22657 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/22659/task/22678/stat : 22678 (java) S 22657 22657 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684820 28909203456 12515 33554432000 4194304 4196468 140726354537536 139961186622384 139962933324418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51516 KiB

[startup+0.701002 s]
/proc/loadavg: 4.63 6.36 6.70 3/212 22678
/proc/meminfo: memFree=30899504/32770624 swapFree=66947516/67108860
[pid=22657] ppid=22654 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22657/stat : 22657 (xcsp3-exec) S 22654 22657 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418684813 115843072 364 33554432000 4194304 5098028 140735350995664 140735350993768 139631682101884 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18546688 140735350997878 140735350998121 140735350998121 140735351001034 0
/proc/22657/statm: 28282 364 305 221 0 87 0
[pid=22659] ppid=22657 vsize=28233768 memory=87836 CPUtime=1.81 cores=0-7
/proc/22659/stat : 22659 (java) S 22657 22657 15751 0 -1 1077944320 15061 0 0 0 176 5 0 0 20 0 20 0 418684814 28911378432 21959 33554432000 4194304 4196468 140726354537536 140726354520080 139962933313271 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
/proc/22659/statm: 7058442 21959 3451 1 0 7019544 0
[pid=22659/tid=22660] ppid=22657 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/22659/task/22660/stat : 22660 (java) R 22657 22657 15751 0 -1 4202560 9002 0 0 0 64 3 0 0 20 0 20 0 418684814 28911378432 21959 33554432000 4194304 4196468 140726354537536 139962937549616 139962933325206 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22661] ppid=22657 vsize=28233768 memory=140549449622384 CPUtime=0 cores=0-7
/proc/22659/task/22661/stat : 22661 (java) S 22657 22657 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684815 28911378432 21959 33554432000 4194304 4196468 140726354537536 139962853165840 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22662] ppid=22657 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22662/stat : 22662 (java) S 22657 22657 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684815 28911378432 21959 33554432000 4194304 4196468 140726354537536 139962852113296 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22663] ppid=22657 vsize=28233768 memory=1200 CPUtime=0 cores=0-7
/proc/22659/task/22663/stat : 22663 (java) S 22657 22657 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684815 28911378432 21959 33554432000 4194304 4196468 140726354537536 139962482809872 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22664] ppid=22657 vsize=28233768 memory=5964 CPUtime=0 cores=0-7
/proc/22659/task/22664/stat : 22664 (java) S 22657 22657 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684815 28911378432 21959 33554432000 4194304 4196468 140726354537536 139962481757328 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22665] ppid=22657 vsize=28233768 memory=14012 CPUtime=0 cores=0-7
/proc/22659/task/22665/stat : 22665 (java) S 22657 22657 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684815 28911378432 21959 33554432000 4194304 4196468 140726354537536 139962480703760 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22666] ppid=22657 vsize=28233768 memory=10908 CPUtime=0 cores=0-7
/proc/22659/task/22666/stat : 22666 (java) S 22657 22657 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684815 28911378432 21959 33554432000 4194304 4196468 140726354537536 139962479651216 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22667] ppid=22657 vsize=28233768 memory=12024 CPUtime=0 cores=0-7
/proc/22659/task/22667/stat : 22667 (java) S 22657 22657 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684815 28911378432 21959 33554432000 4194304 4196468 140726354537536 139962478598672 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22668] ppid=22657 vsize=28233768 memory=2120 CPUtime=0 cores=0-7
/proc/22659/task/22668/stat : 22668 (java) S 22657 22657 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684815 28911378432 21959 33554432000 4194304 4196468 140726354537536 139962477546128 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22669] ppid=22657 vsize=28233768 memory=500 CPUtime=0 cores=0-7
/proc/22659/task/22669/stat : 22669 (java) S 22657 22657 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418684816 28911378432 21959 33554432000 4194304 4196468 140726354537536 139962318133744 139962933324418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22670] ppid=22657 vsize=28233768 memory=1556 CPUtime=0 cores=0-7
/proc/22659/task/22670/stat : 22670 (java) S 22657 22657 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418684817 28911378432 21959 33554432000 4194304 4196468 140726354537536 139962317079968 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22671] ppid=22657 vsize=28233768 memory=924 CPUtime=0 cores=0-7
/proc/22659/task/22671/stat : 22671 (java) S 22657 22657 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418684817 28911378432 21959 33554432000 4194304 4196468 140726354537536 139962316027376 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22672] ppid=22657 vsize=28233768 memory=1672 CPUtime=0 cores=0-7
/proc/22659/task/22672/stat : 22672 (java) S 22657 22657 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684819 28911378432 21959 33554432000 4194304 4196468 140726354537536 139962314975952 139962933331867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22673] ppid=22657 vsize=28233768 memory=33 CPUtime=0.24 cores=0-7
/proc/22659/task/22673/stat : 22673 (java) R 22657 22657 15751 0 -1 4202560 1163 0 0 0 24 0 0 0 20 0 20 0 418684819 28911378432 21959 33554432000 4194304 4196468 140726354537536 139961191884784 139962919327601 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22674] ppid=22657 vsize=28233768 memory=-2025810976467231676 CPUtime=0.23 cores=0-7
/proc/22659/task/22674/stat : 22674 (java) R 22657 22657 15751 0 -1 4202560 849 0 0 0 23 0 0 0 20 0 20 0 418684819 28911378432 21959 33554432000 4194304 4196468 140726354537536 139961190813232 139962918438650 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22675] ppid=22657 vsize=28233768 memory=740 CPUtime=0.22 cores=0-7
/proc/22659/task/22675/stat : 22675 (java) R 22657 22657 15751 0 -1 4202560 587 0 0 0 22 0 0 0 20 0 20 0 418684819 28911378432 21959 33554432000 4194304 4196468 140726354537536 139961189769168 139962914856603 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22676] ppid=22657 vsize=28233768 memory=1056 CPUtime=0.41 cores=0-7
/proc/22659/task/22676/stat : 22676 (java) S 22657 22657 15751 0 -1 1077944384 2145 0 0 0 41 0 0 0 20 0 20 0 418684819 28911378432 21959 33554432000 4194304 4196468 140726354537536 139961188727152 139962933324418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22677] ppid=22657 vsize=28233768 memory=1552 CPUtime=0 cores=0-7
/proc/22659/task/22677/stat : 22677 (java) S 22657 22657 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684819 28911378432 21959 33554432000 4194304 4196468 140726354537536 139961187674848 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22678] ppid=22657 vsize=28233768 memory=1040 CPUtime=0 cores=0-7
/proc/22659/task/22678/stat : 22678 (java) S 22657 22657 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684820 28911378432 21959 33554432000 4194304 4196468 140726354537536 139961186622384 139962933324418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 89292 KiB

[startup+1.50095 s]
/proc/loadavg: 4.63 6.36 6.70 6/212 22678
/proc/meminfo: memFree=30826400/32770624 swapFree=66947516/67108860
[pid=22657] ppid=22654 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22657/stat : 22657 (xcsp3-exec) S 22654 22657 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418684813 115843072 364 33554432000 4194304 5098028 140735350995664 140735350993768 139631682101884 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18546688 140735350997878 140735350998121 140735350998121 140735351001034 0
/proc/22657/statm: 28282 364 305 221 0 87 0
[pid=22659] ppid=22657 vsize=28235816 memory=228144 CPUtime=5.03 cores=0-7
/proc/22659/stat : 22659 (java) S 22657 22657 15751 0 -1 1077944320 25732 0 0 0 488 15 0 0 20 0 20 0 418684814 28913475584 57036 33554432000 4194304 4196468 140726354537536 140726354520080 139962933313271 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
/proc/22659/statm: 7058954 57036 3487 1 0 7020056 0
[pid=22659/tid=22660] ppid=22657 vsize=28235816 memory=288230617509003574 CPUtime=1.45 cores=0-7
/proc/22659/task/22660/stat : 22660 (java) R 22657 22657 15751 0 -1 4202560 10122 0 0 0 140 5 0 0 20 0 20 0 418684814 28913475584 57036 33554432000 4194304 4196468 140726354537536 139962937550040 139962917393758 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22661] ppid=22657 vsize=28235816 memory=15534115864709562 CPUtime=0 cores=0-7
/proc/22659/task/22661/stat : 22661 (java) S 22657 22657 15751 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 418684815 28913475584 57036 33554432000 4194304 4196468 140726354537536 139962853165840 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22662] ppid=22657 vsize=28235816 memory=0 CPUtime=0.01 cores=0-7
/proc/22659/task/22662/stat : 22662 (java) S 22657 22657 15751 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 20 0 418684815 28913475584 57036 33554432000 4194304 4196468 140726354537536 139962852113296 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22663] ppid=22657 vsize=28235816 memory=2257 CPUtime=0.01 cores=0-7
/proc/22659/task/22663/stat : 22663 (java) S 22657 22657 15751 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 20 0 418684815 28913475584 57036 33554432000 4194304 4196468 140726354537536 139962482809872 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22664] ppid=22657 vsize=28235816 memory=2372 CPUtime=0 cores=0-7
/proc/22659/task/22664/stat : 22664 (java) S 22657 22657 15751 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 418684815 28913475584 57036 33554432000 4194304 4196468 140726354537536 139962481757328 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22665] ppid=22657 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22665/stat : 22665 (java) S 22657 22657 15751 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 418684815 28913475584 57036 33554432000 4194304 4196468 140726354537536 139962480703760 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22666] ppid=22657 vsize=28235816 memory=0 CPUtime=0.01 cores=0-7
/proc/22659/task/22666/stat : 22666 (java) S 22657 22657 15751 0 -1 1077944384 32 0 0 0 0 1 0 0 20 0 20 0 418684815 28913475584 57036 33554432000 4194304 4196468 140726354537536 139962479651216 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22667] ppid=22657 vsize=28235816 memory=0 CPUtime=0.01 cores=0-7
/proc/22659/task/22667/stat : 22667 (java) S 22657 22657 15751 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 20 0 418684815 28913475584 57036 33554432000 4194304 4196468 140726354537536 139962478598672 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22668] ppid=22657 vsize=28235816 memory=140553902896767 CPUtime=0 cores=0-7
/proc/22659/task/22668/stat : 22668 (java) S 22657 22657 15751 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 418684815 28913475584 57036 33554432000 4194304 4196468 140726354537536 139962477546128 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22669] ppid=22657 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22669/stat : 22669 (java) S 22657 22657 15751 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 20 0 418684816 28913475584 57036 33554432000 4194304 4196468 140726354537536 139962318133744 139962933324418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22670] ppid=22657 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22670/stat : 22670 (java) S 22657 22657 15751 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 418684817 28913475584 57036 33554432000 4194304 4196468 140726354537536 139962317079968 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22671] ppid=22657 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22671/stat : 22671 (java) S 22657 22657 15751 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 418684817 28913475584 57036 33554432000 4194304 4196468 140726354537536 139962316027376 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22672] ppid=22657 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22672/stat : 22672 (java) S 22657 22657 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684819 28913475584 57036 33554432000 4194304 4196468 140726354537536 139962314975952 139962933331867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22673] ppid=22657 vsize=28236844 memory=6655300316396806240 CPUtime=0.91 cores=0-7
/proc/22659/task/22673/stat : 22673 (java) S 22657 22657 15751 0 -1 1077944384 4193 0 0 0 90 1 0 0 20 0 20 0 418684819 28914528256 57036 33554432000 4194304 4196468 140726354537536 139961191884784 139962933324418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22674] ppid=22657 vsize=28236844 memory=6944656592455088490 CPUtime=0.91 cores=0-7
/proc/22659/task/22674/stat : 22674 (java) S 22657 22657 15751 0 -1 1077944384 3454 0 0 0 90 1 0 0 20 0 21 0 418684819 28914528256 57036 33554432000 4194304 4196468 140726354537536 139961190832240 139962933324418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22675] ppid=22657 vsize=28236844 memory=6791534058613427641 CPUtime=0.95 cores=0-7
/proc/22659/task/22675/stat : 22675 (java) R 22657 22657 15751 0 -1 4202560 2858 0 0 0 95 0 0 0 20 0 21 0 418684819 28914528256 57036 33554432000 4194304 4196468 140726354537536 139961189767280 139962918235097 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22676] ppid=22657 vsize=28236844 memory=6935649255877011281 CPUtime=0.64 cores=0-7
/proc/22659/task/22676/stat : 22676 (java) R 22657 22657 15751 0 -1 4202560 3481 0 0 0 63 1 0 0 20 0 21 0 418684819 28914528256 57036 33554432000 4194304 4196468 140726354537536 139961188727152 139962925534015 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22677] ppid=22657 vsize=28236844 memory=4638778398332698720 CPUtime=0 cores=0-7
/proc/22659/task/22677/stat : 22677 (java) S 22657 22657 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 418684819 28914528256 57036 33554432000 4194304 4196468 140726354537536 139961187674848 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22678] ppid=22657 vsize=28236844 memory=7444843076533644388 CPUtime=0 cores=0-7
/proc/22659/task/22678/stat : 22678 (java) S 22657 22657 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 418684820 28914528256 57036 33554432000 4194304 4196468 140726354537536 139961186622384 139962933324418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
Current children cumulated CPU time: 5.03 s
Current children cumulated vsize: 28348944 KiB
Current children cumulated memory: 229600 KiB

[startup+1.88501 s]
# the end of solver process 22657 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.93696 s, system=0.320796 s

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

[startup+1.84688 s]
/proc/loadavg: 4.63 6.36 6.70 6/212 22678
/proc/meminfo: memFree=30826400/32770624 swapFree=66947516/67108860
[pid=22657] ppid=22654 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22657/stat : 22657 (xcsp3-exec) S 22654 22657 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418684813 115843072 364 33554432000 4194304 5098028 140735350995664 140735350993768 139631682101884 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18546688 140735350997878 140735350998121 140735350998121 140735351001034 0
/proc/22657/statm: 28282 364 305 221 0 87 0
[pid=22659] ppid=22657 vsize=28769356 memory=272896 CPUtime=7.16 cores=0-7
/proc/22659/stat : 22659 (java) S 22657 22657 15751 0 -1 1077944320 29101 0 0 0 687 29 0 0 20 0 28 0 418684814 29459820544 68224 33554432000 4194304 4196468 140726354537536 140726354520080 139962933313271 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
/proc/22659/statm: 7192339 68224 3508 1 0 7153441 0
[pid=22659/tid=22660] ppid=22657 vsize=28769356 memory=4640768445926887504 CPUtime=1.47 cores=0-7
/proc/22659/task/22660/stat : 22660 (java) S 22657 22657 15751 0 -1 1077944384 10130 0 0 0 141 6 0 0 20 0 28 0 418684814 29459820544 68224 33554432000 4194304 4196468 140726354537536 139962937554048 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22661] ppid=22657 vsize=28769356 memory=7595996225387588968 CPUtime=0.03 cores=0-7
/proc/22659/task/22661/stat : 22661 (java) S 22657 22657 15751 0 -1 1077944384 74 0 0 0 2 1 0 0 20 0 28 0 418684815 29459820544 68224 33554432000 4194304 4196468 140726354537536 139962853165840 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22662] ppid=22657 vsize=28769356 memory=6935649255759568960 CPUtime=0.03 cores=0-7
/proc/22659/task/22662/stat : 22662 (java) S 22657 22657 15751 0 -1 1077944384 65 0 0 0 2 1 0 0 20 0 28 0 418684815 29459820544 68224 33554432000 4194304 4196468 140726354537536 139962852113296 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22663] ppid=22657 vsize=28769356 memory=3612 CPUtime=0.04 cores=0-7
/proc/22659/task/22663/stat : 22663 (java) S 22657 22657 15751 0 -1 1077944384 74 0 0 0 3 1 0 0 20 0 28 0 418684815 29459820544 68224 33554432000 4194304 4196468 140726354537536 139962482809872 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22664] ppid=22657 vsize=28769356 memory=0 CPUtime=0.03 cores=0-7
/proc/22659/task/22664/stat : 22664 (java) S 22657 22657 15751 0 -1 1077944384 74 0 0 0 2 1 0 0 20 0 28 0 418684815 29459820544 68224 33554432000 4194304 4196468 140726354537536 139962481757328 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22665] ppid=22657 vsize=28769356 memory=140549449640608 CPUtime=0.04 cores=0-7
/proc/22659/task/22665/stat : 22665 (java) S 22657 22657 15751 0 -1 1077944384 127 0 0 0 2 2 0 0 20 0 28 0 418684815 29459820544 68224 33554432000 4194304 4196468 140726354537536 139962480703760 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22666] ppid=22657 vsize=28769356 memory=140549449640704 CPUtime=0.03 cores=0-7
/proc/22659/task/22666/stat : 22666 (java) S 22657 22657 15751 0 -1 1077944384 78 0 0 0 1 2 0 0 20 0 28 0 418684815 29459820544 68224 33554432000 4194304 4196468 140726354537536 139962479651216 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22667] ppid=22657 vsize=28769356 memory=140549449640800 CPUtime=0.04 cores=0-7
/proc/22659/task/22667/stat : 22667 (java) S 22657 22657 15751 0 -1 1077944384 79 0 0 0 3 1 0 0 20 0 28 0 418684815 29459820544 68224 33554432000 4194304 4196468 140726354537536 139962478598672 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22668] ppid=22657 vsize=28769356 memory=140549449640896 CPUtime=0.04 cores=0-7
/proc/22659/task/22668/stat : 22668 (java) S 22657 22657 15751 0 -1 1077944384 82 0 0 0 2 2 0 0 20 0 28 0 418684815 29459820544 68224 33554432000 4194304 4196468 140726354537536 139962477546128 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22669] ppid=22657 vsize=28769356 memory=140549449640992 CPUtime=0 cores=0-7
/proc/22659/task/22669/stat : 22669 (java) S 22657 22657 15751 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 28 0 418684816 29459820544 68224 33554432000 4194304 4196468 140726354537536 139962318133744 139962933324418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22670] ppid=22657 vsize=28769356 memory=281098899228480 CPUtime=0 cores=0-7
/proc/22659/task/22670/stat : 22670 (java) S 22657 22657 15751 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 418684817 29459820544 68224 33554432000 4194304 4196468 140726354537536 139962317080032 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22671] ppid=22657 vsize=28769356 memory=288230617509003574 CPUtime=0 cores=0-7
/proc/22659/task/22671/stat : 22671 (java) S 22657 22657 15751 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 418684817 29459820544 68224 33554432000 4194304 4196468 140726354537536 139962316027392 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22672] ppid=22657 vsize=28769356 memory=15534115864709562 CPUtime=0 cores=0-7
/proc/22659/task/22672/stat : 22672 (java) S 22657 22657 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418684819 29459820544 68224 33554432000 4194304 4196468 140726354537536 139962314975952 139962933331867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22673] ppid=22657 vsize=28769356 memory=0 CPUtime=1.07 cores=0-7
/proc/22659/task/22673/stat : 22673 (java) S 22657 22657 15751 0 -1 1077944384 4247 0 0 0 106 1 0 0 20 0 28 0 418684819 29459820544 68224 33554432000 4194304 4196468 140726354537536 139961191884784 139962933324418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22674] ppid=22657 vsize=28769356 memory=0 CPUtime=1.04 cores=0-7
/proc/22659/task/22674/stat : 22674 (java) S 22657 22657 15751 0 -1 1077944384 3504 0 0 0 103 1 0 0 20 0 28 0 418684819 29459820544 68224 33554432000 4194304 4196468 140726354537536 139961190832240 139962933324418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22675] ppid=22657 vsize=28769356 memory=0 CPUtime=1.12 cores=0-7
/proc/22659/task/22675/stat : 22675 (java) S 22657 22657 15751 0 -1 1077944384 2923 0 0 0 111 1 0 0 20 0 28 0 418684819 29459820544 68224 33554432000 4194304 4196468 140726354537536 139961189779696 139962933324418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22676] ppid=22657 vsize=28769356 memory=0 CPUtime=0.76 cores=0-7
/proc/22659/task/22676/stat : 22676 (java) S 22657 22657 15751 0 -1 1077944384 3731 0 0 0 75 1 0 0 20 0 28 0 418684819 29459820544 68224 33554432000 4194304 4196468 140726354537536 139961188727152 139962933324418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22677] ppid=22657 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22677/stat : 22677 (java) S 22657 22657 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418684819 29459820544 68224 33554432000 4194304 4196468 140726354537536 139961187674848 139962933323477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
[pid=22659/tid=22678] ppid=22657 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/22659/task/22678/stat : 22678 (java) S 22657 22657 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418684820 29459820544 68224 33554432000 4194304 4196468 140726354537536 139961186622384 139962933324418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15540224 140726354543594 140726354543766 140726354543766 140726354546639 0
Current children cumulated CPU time: 7.16 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 274352 KiB

Child status: 0
Real time (s): 1.8851
CPU time (s): 7.25775
CPU user time (s): 6.93696
CPU system time (s): 0.320796
CPU usage (%): 385.005
Max. virtual memory (cumulated for all children) (KiB): 28882484
Max. memory (cumulated for all children) (KiB): 274352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.93696
system time used= 0.320796
maximum resident set size= 331376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30505
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4871
involuntary context switches= 40


# summary of solver processes directly reported to runsolver:
#   pid: 22657
#   total CPU time (s): 7.25775
#   total CPU user time (s): 6.93696
#   total CPU system time (s): 0.320796

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037799 second user time and 0.056349 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-14 04:16:26
IDJOB=4394505
IDBENCH=126833
IDSOLVER=2843
FILE ID=node117/4394505-1568427429
RUNJOBID= node117-1568427144-15778
PBS_JOBID= 21702295
Free space on /tmp= 61184 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-6-3-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-4394505-1568427429/watcher-4394505-1568427429 -o /tmp/evaluation-result-4394505-1568427429/solver-4394505-1568427429 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568427144-15778 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 843950256 HOME/instance-4394505-1568427429.xml

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

MD5SUM BENCH= b4cf0cb08a05c1b083ee2f2000733b36
RANDOM SEED=843950256

node117.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.75
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.75
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.75
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.75
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:        30950904 kB
MemAvailable:   31864904 kB
Buffers:          138864 kB
Cached:          1043720 kB
SwapCached:        51464 kB
Active:           770392 kB
Inactive:         466980 kB
Active(anon):      19944 kB
Inactive(anon):    58832 kB
Active(file):     750448 kB
Inactive(file):   408148 kB
Unevictable:      110108 kB
Mlocked:          110108 kB
SwapTotal:      67108860 kB
SwapFree:       66947516 kB
Dirty:             26180 kB
Writeback:             0 kB
AnonPages:        166228 kB
Mapped:            33800 kB
Shmem:             15436 kB
Slab:             171424 kB
SReclaimable:     142476 kB
SUnreclaim:        28948 kB
KernelStack:        3824 kB
PageTables:         5804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61160 MiB
End job on node117 at 2019-09-14 04:16:28