Trace number 4403446

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20? 761.62 297.932

General information on the benchmark

NameNonogram/Nonogram-table-s1/
Nonogram-122-table.xml
MD5SUM1ecda127feec841a205962b399f2051f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark32.3263
Satisfiable
(Un)Satisfiability was proved
Number of variables1024
Number of constraints64
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1024}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":1024}]
Minimum constraint arity32
Maximum constraint arity32
Distribution of constraint arities[{"arity":32,"count":64}]
Number of extensional constraints64
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":64}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403446-1568991673.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403446-1568991673.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
744.46/292.86	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
761.47/297.81		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
761.47/297.81		at org.chocosolver.solver.constraints.extension.Tuples.<init>(Tuples.java:59)
761.47/297.81		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:309)
761.47/297.81		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
761.47/297.81		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
761.47/297.81		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
761.47/297.81		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
761.47/297.81		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
761.47/297.81		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
761.47/297.81		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
761.47/297.81		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
761.47/297.81		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
761.47/297.81		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
761.47/297.81		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
761.47/297.81		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
761.47/297.81		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
761.47/297.81	s UNKNOWN
761.47/297.81	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403446-1568991673/watcher-4403446-1568991673 -o /var/tmp/evaluation-result-4403446-1568991673/solver-4403446-1568991673 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568988421-6087 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1574672084 HOME/instance-4403446-1568991673.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=10167, runsolver pid=10164

[startup+0.100081 s]*
/proc/loadavg: 7.83 8.28 8.06 7/234 10183
/proc/meminfo: memFree=14935988/32770624 swapFree=66988760/67108860
[pid=10167] ppid=10164 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10167/stat : 10167 (xcsp3-exec) S 10164 10167 6055 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475430187 115843072 364 33554432000 4194304 5098028 140723847604112 140723847602216 140531149967996 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22278144 140723847607126 140723847607385 140723847607385 140723847610310 0
/proc/10167/statm: 28282 364 305 221 0 87 0
[pid=10169] ppid=10167 vsize=15144776 memory=29056 CPUtime=0.13 cores=1,3,5,7
/proc/10169/stat : 10169 (java) S 10167 10167 6055 0 -1 1077944320 5686 0 0 0 12 1 0 0 20 0 15 0 475430187 15508250624 7264 33554432000 4194304 4196468 140726284692544 140726284675088 139871115157239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
/proc/10169/statm: 3786194 7264 3148 1 0 3748377 0
[pid=10169/tid=10170] ppid=10167 vsize=15144776 memory=-8895323862916359523 CPUtime=0.09 cores=1,3,5,7
/proc/10169/task/10170/stat : 10170 (java) R 10167 10167 6055 0 -1 4202560 3565 0 0 0 9 0 0 0 20 0 15 0 475430187 15508250624 7264 33554432000 4194304 4196468 140726284692544 139871119389968 139871115169174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10171] ppid=10167 vsize=15144776 memory=3472467875881424080 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10171/stat : 10171 (java) S 10167 10167 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475430188 15508250624 7264 33554432000 4194304 4196468 140726284692544 139871051394064 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10172] ppid=10167 vsize=15144776 memory=139746986272384 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10172/stat : 10172 (java) S 10167 10167 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475430188 15508250624 7264 33554432000 4194304 4196468 140726284692544 139871050341520 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10173] ppid=10167 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10173/stat : 10173 (java) S 10167 10167 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475430188 15508250624 7264 33554432000 4194304 4196468 140726284692544 139871049288464 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10174] ppid=10167 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10174/stat : 10174 (java) S 10167 10167 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475430188 15508250624 7264 33554432000 4194304 4196468 140726284692544 139871048235920 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10175] ppid=10167 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10175/stat : 10175 (java) S 10167 10167 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475430189 15508250624 7264 33554432000 4194304 4196468 140726284692544 139870651013360 139871115168386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10176] ppid=10167 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10176/stat : 10176 (java) S 10167 10167 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475430190 15508250624 7264 33554432000 4194304 4196468 140726284692544 139870649959584 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10177] ppid=10167 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10177/stat : 10177 (java) S 10167 10167 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475430190 15508250624 7264 33554432000 4194304 4196468 140726284692544 139870648906480 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10178] ppid=10167 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10178/stat : 10178 (java) S 10167 10167 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475430193 15508250624 7264 33554432000 4194304 4196468 140726284692544 139870647855056 139871115175835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10179] ppid=10167 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10179/stat : 10179 (java) S 10167 10167 6055 0 -1 1077944384 350 0 0 0 0 0 0 0 20 0 15 0 475430193 15508250624 7264 33554432000 4194304 4196468 140726284692544 139870646803184 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10180] ppid=10167 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10180/stat : 10180 (java) S 10167 10167 6055 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 475430193 15508250624 7264 33554432000 4194304 4196468 140726284692544 139870645750640 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10181] ppid=10167 vsize=15144776 memory=139746986272384 CPUtime=0.02 cores=1,3,5,7
/proc/10169/task/10181/stat : 10181 (java) R 10167 10167 6055 0 -1 4202560 348 0 0 0 2 0 0 0 20 0 15 0 475430193 15508250624 7264 33554432000 4194304 4196468 140726284692544 139870644693312 139871094113577 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10182] ppid=10167 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10182/stat : 10182 (java) S 10167 10167 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475430193 15508250624 7264 33554432000 4194304 4196468 140726284692544 139870576044896 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10183] ppid=10167 vsize=15144776 memory=139746986272384 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10183/stat : 10183 (java) S 10167 10167 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475430193 15508250624 7264 33554432000 4194304 4196468 140726284692544 139870574991920 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30512 KiB

[startup+0.210658 s]*
/proc/loadavg: 7.83 8.28 8.06 7/234 10183
/proc/meminfo: memFree=14922116/32770624 swapFree=66988760/67108860
[pid=10167] ppid=10164 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10167/stat : 10167 (xcsp3-exec) S 10164 10167 6055 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475430187 115843072 364 33554432000 4194304 5098028 140723847604112 140723847602216 140531149967996 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22278144 140723847607126 140723847607385 140723847607385 140723847610310 0
/proc/10167/statm: 28282 364 305 221 0 87 0
[pid=10169] ppid=10167 vsize=15144776 memory=40860 CPUtime=0.34 cores=1,3,5,7
/proc/10169/stat : 10169 (java) S 10167 10167 6055 0 -1 1077944320 9455 0 0 0 32 2 0 0 20 0 15 0 475430187 15508250624 10215 33554432000 4194304 4196468 140726284692544 140726284675088 139871115157239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
/proc/10169/statm: 3786194 10215 3294 1 0 3748377 0
[pid=10169/tid=10170] ppid=10167 vsize=15144776 memory=-8895323862916359523 CPUtime=0.2 cores=1,3,5,7
/proc/10169/task/10170/stat : 10170 (java) R 10167 10167 6055 0 -1 4202560 6603 0 0 0 18 2 0 0 20 0 15 0 475430187 15508250624 10215 33554432000 4194304 4196468 140726284692544 139871119392480 139871099237726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10171] ppid=10167 vsize=15144776 memory=3472467875881424080 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10171/stat : 10171 (java) S 10167 10167 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475430188 15508250624 10215 33554432000 4194304 4196468 140726284692544 139871051394064 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10172] ppid=10167 vsize=15144776 memory=139746986272384 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10172/stat : 10172 (java) S 10167 10167 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475430188 15508250624 10215 33554432000 4194304 4196468 140726284692544 139871050341520 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10173] ppid=10167 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10173/stat : 10173 (java) S 10167 10167 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475430188 15508250624 10215 33554432000 4194304 4196468 140726284692544 139871049288464 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10174] ppid=10167 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10174/stat : 10174 (java) S 10167 10167 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475430188 15508250624 10215 33554432000 4194304 4196468 140726284692544 139871048235920 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10175] ppid=10167 vsize=15144776 memory=139746986272384 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10175/stat : 10175 (java) S 10167 10167 6055 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475430189 15508250624 10215 33554432000 4194304 4196468 140726284692544 139870651013360 139871115168386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10176] ppid=10167 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10176/stat : 10176 (java) S 10167 10167 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475430190 15508250624 10215 33554432000 4194304 4196468 140726284692544 139870649959584 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10177] ppid=10167 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10177/stat : 10177 (java) S 10167 10167 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475430190 15508250624 10215 33554432000 4194304 4196468 140726284692544 139870648906480 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10178] ppid=10167 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10178/stat : 10178 (java) S 10167 10167 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475430193 15508250624 10215 33554432000 4194304 4196468 140726284692544 139870647855056 139871115175835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10179] ppid=10167 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/10169/task/10179/stat : 10179 (java) S 10167 10167 6055 0 -1 1077944384 579 0 0 0 3 0 0 0 20 0 15 0 475430193 15508250624 10215 33554432000 4194304 4196468 140726284692544 139870646803184 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10180] ppid=10167 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/10169/task/10180/stat : 10180 (java) S 10167 10167 6055 0 -1 1077944384 213 0 0 0 2 0 0 0 20 0 15 0 475430193 15508250624 10215 33554432000 4194304 4196468 140726284692544 139870645750640 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10181] ppid=10167 vsize=15144776 memory=139746986272384 CPUtime=0.08 cores=1,3,5,7
/proc/10169/task/10181/stat : 10181 (java) R 10167 10167 6055 0 -1 4202560 752 0 0 0 8 0 0 0 20 0 15 0 475430193 15508250624 10215 33554432000 4194304 4196468 140726284692544 139870644697584 139871094464692 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10182] ppid=10167 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10182/stat : 10182 (java) S 10167 10167 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475430193 15508250624 10215 33554432000 4194304 4196468 140726284692544 139870576044896 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10183] ppid=10167 vsize=15144776 memory=139746986272384 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10183/stat : 10183 (java) S 10167 10167 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475430193 15508250624 10215 33554432000 4194304 4196468 140726284692544 139870574991920 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42316 KiB

[startup+0.317734 s]*
/proc/loadavg: 7.83 8.28 8.06 6/234 10183
/proc/meminfo: memFree=14914104/32770624 swapFree=66988760/67108860
[pid=10167] ppid=10164 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10167/stat : 10167 (xcsp3-exec) S 10164 10167 6055 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475430187 115843072 364 33554432000 4194304 5098028 140723847604112 140723847602216 140531149967996 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22278144 140723847607126 140723847607385 140723847607385 140723847610310 0
/proc/10167/statm: 28282 364 305 221 0 87 0
[pid=10169] ppid=10167 vsize=15149032 memory=50088 CPUtime=0.53 cores=1,3,5,7
/proc/10169/stat : 10169 (java) S 10167 10167 6055 0 -1 1077944320 10811 0 0 0 50 3 0 0 20 0 15 0 475430187 15512608768 12522 33554432000 4194304 4196468 140726284692544 140726284675088 139871115157239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
/proc/10169/statm: 3787258 12522 3365 1 0 3748377 0
[pid=10169/tid=10170] ppid=10167 vsize=15149032 memory=-8094235084319000145 CPUtime=0.3 cores=1,3,5,7
/proc/10169/task/10170/stat : 10170 (java) R 10167 10167 6055 0 -1 4202560 7872 0 0 0 28 2 0 0 20 0 15 0 475430187 15512608768 12522 33554432000 4194304 4196468 140726284692544 139871119392176 139871099237726 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10171] ppid=10167 vsize=15149032 memory=3472467875881424080 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10171/stat : 10171 (java) S 10167 10167 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475430188 15512608768 12522 33554432000 4194304 4196468 140726284692544 139871051394064 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10172] ppid=10167 vsize=15149032 memory=279493813688704 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10172/stat : 10172 (java) S 10167 10167 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475430188 15512608768 12522 33554432000 4194304 4196468 140726284692544 139871050341520 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10173] ppid=10167 vsize=15149032 memory=279493654864928 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10173/stat : 10173 (java) S 10167 10167 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475430188 15512608768 12522 33554432000 4194304 4196468 140726284692544 139871049288464 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10174] ppid=10167 vsize=15149032 memory=139746827416335 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10174/stat : 10174 (java) S 10167 10167 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475430188 15512608768 12522 33554432000 4194304 4196468 140726284692544 139871048235920 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10175] ppid=10167 vsize=15149032 memory=279493813695616 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10175/stat : 10175 (java) S 10167 10167 6055 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475430189 15512608768 12522 33554432000 4194304 4196468 140726284692544 139870651013360 139871115168386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10176] ppid=10167 vsize=15149032 memory=139746827420943 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10176/stat : 10176 (java) S 10167 10167 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475430190 15512608768 12522 33554432000 4194304 4196468 140726284692544 139870649959584 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10177] ppid=10167 vsize=15149032 memory=139746827429335 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10177/stat : 10177 (java) S 10167 10167 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475430190 15512608768 12522 33554432000 4194304 4196468 140726284692544 139870648906480 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10178] ppid=10167 vsize=15149032 memory=139746827435073 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10178/stat : 10178 (java) S 10167 10167 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475430193 15512608768 12522 33554432000 4194304 4196468 140726284692544 139870647855056 139871115175835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10179] ppid=10167 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/10169/task/10179/stat : 10179 (java) S 10167 10167 6055 0 -1 1077944384 599 0 0 0 5 0 0 0 20 0 15 0 475430193 15512608768 12522 33554432000 4194304 4196468 140726284692544 139870646803184 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10180] ppid=10167 vsize=15149032 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/10169/task/10180/stat : 10180 (java) S 10167 10167 6055 0 -1 1077944384 220 0 0 0 3 0 0 0 20 0 15 0 475430193 15512608768 12522 33554432000 4194304 4196468 140726284692544 139870645750640 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10181] ppid=10167 vsize=15149032 memory=139746986272384 CPUtime=0.13 cores=1,3,5,7
/proc/10169/task/10181/stat : 10181 (java) S 10167 10167 6055 0 -1 1077944384 825 0 0 0 13 0 0 0 20 0 15 0 475430193 15512608768 12522 33554432000 4194304 4196468 140726284692544 139870644697584 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10182] ppid=10167 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10182/stat : 10182 (java) S 10167 10167 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475430193 15512608768 12522 33554432000 4194304 4196468 140726284692544 139870576044896 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10183] ppid=10167 vsize=15149032 memory=139746986273840 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10183/stat : 10183 (java) S 10167 10167 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475430193 15512608768 12522 33554432000 4194304 4196468 140726284692544 139870574991920 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51544 KiB

[startup+0.700777 s]
/proc/loadavg: 7.83 8.28 8.06 6/234 10183
/proc/meminfo: memFree=14804320/32770624 swapFree=66988760/67108860
[pid=10167] ppid=10164 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10167/stat : 10167 (xcsp3-exec) S 10164 10167 6055 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475430187 115843072 364 33554432000 4194304 5098028 140723847604112 140723847602216 140531149967996 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22278144 140723847607126 140723847607385 140723847607385 140723847610310 0
/proc/10167/statm: 28282 364 305 221 0 87 0
[pid=10169] ppid=10167 vsize=15149032 memory=288832 CPUtime=1.26 cores=1,3,5,7
/proc/10169/stat : 10169 (java) S 10167 10167 6055 0 -1 1077944320 12012 0 0 0 104 22 0 0 20 0 15 0 475430187 15512608768 72208 33554432000 4194304 4196468 140726284692544 140726284675088 139871115157239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
/proc/10169/statm: 3787258 72208 3407 1 0 3748377 0
[pid=10169/tid=10170] ppid=10167 vsize=15149032 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/10169/task/10170/stat : 10170 (java) R 10167 10167 6055 0 -1 4202560 7985 0 0 0 54 7 0 0 20 0 15 0 475430187 15512608768 72208 33554432000 4194304 4196468 140726284692544 139871119388656 139870729461814 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10171] ppid=10167 vsize=15149032 memory=128 CPUtime=0.06 cores=1,3,5,7
/proc/10169/task/10171/stat : 10171 (java) S 10167 10167 6055 0 -1 1077944384 63 0 0 0 3 3 0 0 20 0 15 0 475430188 15512608768 72208 33554432000 4194304 4196468 140726284692544 139871051394064 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10172] ppid=10167 vsize=15149032 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/10169/task/10172/stat : 10172 (java) S 10167 10167 6055 0 -1 1077944384 64 0 0 0 3 3 0 0 20 0 15 0 475430188 15512608768 72208 33554432000 4194304 4196468 140726284692544 139871050341520 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10173] ppid=10167 vsize=15149032 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/10169/task/10173/stat : 10173 (java) S 10167 10167 6055 0 -1 1077944384 67 0 0 0 3 3 0 0 20 0 15 0 475430188 15512608768 72208 33554432000 4194304 4196468 140726284692544 139871049288464 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10174] ppid=10167 vsize=15149032 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/10169/task/10174/stat : 10174 (java) S 10167 10167 6055 0 -1 1077944384 63 0 0 0 3 3 0 0 20 0 15 0 475430188 15512608768 72208 33554432000 4194304 4196468 140726284692544 139871048235920 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10175] ppid=10167 vsize=15149032 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10175/stat : 10175 (java) S 10167 10167 6055 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 475430189 15512608768 72208 33554432000 4194304 4196468 140726284692544 139870651013360 139871115168386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10176] ppid=10167 vsize=15149032 memory=756 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10176/stat : 10176 (java) S 10167 10167 6055 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 475430190 15512608768 72208 33554432000 4194304 4196468 140726284692544 139870649959584 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10177] ppid=10167 vsize=15149032 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10177/stat : 10177 (java) S 10167 10167 6055 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 475430190 15512608768 72208 33554432000 4194304 4196468 140726284692544 139870648906480 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10178] ppid=10167 vsize=15149032 memory=8100 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10178/stat : 10178 (java) S 10167 10167 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475430193 15512608768 72208 33554432000 4194304 4196468 140726284692544 139870647855056 139871115175835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10179] ppid=10167 vsize=15149032 memory=1164 CPUtime=0.1 cores=1,3,5,7
/proc/10169/task/10179/stat : 10179 (java) R 10167 10167 6055 0 -1 4202560 932 0 0 0 10 0 0 0 20 0 15 0 475430193 15512608768 72208 33554432000 4194304 4196468 140726284692544 139870646783864 139871107446688 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10180] ppid=10167 vsize=15149032 memory=9520 CPUtime=0.1 cores=1,3,5,7
/proc/10169/task/10180/stat : 10180 (java) R 10167 10167 6055 0 -1 4202560 519 0 0 0 10 0 0 0 20 0 15 0 475430193 15512608768 72208 33554432000 4194304 4196468 140726284692544 139870645750640 139871107446688 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10181] ppid=10167 vsize=15149032 memory=14008 CPUtime=0.16 cores=1,3,5,7
/proc/10169/task/10181/stat : 10181 (java) S 10167 10167 6055 0 -1 1077944384 951 0 0 0 16 0 0 0 20 0 15 0 475430193 15512608768 72208 33554432000 4194304 4196468 140726284692544 139870644697584 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10182] ppid=10167 vsize=15149032 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10182/stat : 10182 (java) S 10167 10167 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475430193 15512608768 72208 33554432000 4194304 4196468 140726284692544 139870576044896 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10183] ppid=10167 vsize=15149032 memory=12028 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10183/stat : 10183 (java) S 10167 10167 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475430193 15512608768 72208 33554432000 4194304 4196468 140726284692544 139870574991920 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 290288 KiB

[startup+1.50079 s]
/proc/loadavg: 7.83 8.28 8.06 6/234 10183
/proc/meminfo: memFree=14488304/32770624 swapFree=66988760/67108860
[pid=10167] ppid=10164 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10167/stat : 10167 (xcsp3-exec) S 10164 10167 6055 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475430187 115843072 364 33554432000 4194304 5098028 140723847604112 140723847602216 140531149967996 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22278144 140723847607126 140723847607385 140723847607385 140723847610310 0
/proc/10167/statm: 28282 364 305 221 0 87 0

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

/proc/10169/task/10172/stat : 10172 (java) R 10167 10167 6055 0 -1 4202560 377210 0 0 0 15023 282 0 0 20 0 15 0 475430188 15514783744 3201104 33554432000 4194304 4196468 140726284692544 139871050341328 139871107785447 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10173] ppid=10167 vsize=15151156 memory=1412 CPUtime=152.74 cores=1,3,5,7
/proc/10169/task/10173/stat : 10173 (java) R 10167 10167 6055 0 -1 4202560 350132 0 0 0 14974 300 0 0 20 0 15 0 475430188 15514783744 3201104 33554432000 4194304 4196468 140726284692544 139871049288584 139871107785447 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10174] ppid=10167 vsize=15151156 memory=3152 CPUtime=152.98 cores=1,3,5,7
/proc/10169/task/10174/stat : 10174 (java) R 10167 10167 6055 0 -1 4202560 518754 0 0 0 15040 258 0 0 20 0 15 0 475430188 15514783744 3201104 33554432000 4194304 4196468 140726284692544 139871048235808 139871100146882 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10175] ppid=10167 vsize=15151156 memory=1456 CPUtime=16.45 cores=1,3,5,7
/proc/10169/task/10175/stat : 10175 (java) S 10167 10167 6055 0 -1 1077944384 136143 0 0 0 1636 9 0 0 20 0 15 0 475430189 15514783744 3201104 33554432000 4194304 4196468 140726284692544 139870651011904 139871115167445 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10176] ppid=10167 vsize=15151156 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10176/stat : 10176 (java) S 10167 10167 6055 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 475430190 15514783744 3201104 33554432000 4194304 4196468 140726284692544 139870649959648 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10177] ppid=10167 vsize=15151156 memory=904 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10177/stat : 10177 (java) S 10167 10167 6055 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 475430190 15514783744 3201104 33554432000 4194304 4196468 140726284692544 139870648906496 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10178] ppid=10167 vsize=15151156 memory=1984 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10178/stat : 10178 (java) S 10167 10167 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475430193 15514783744 3201104 33554432000 4194304 4196468 140726284692544 139870647855056 139871115175835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10179] ppid=10167 vsize=15151156 memory=2528 CPUtime=0.95 cores=1,3,5,7
/proc/10169/task/10179/stat : 10179 (java) S 10167 10167 6055 0 -1 1077944384 6587 0 0 0 93 2 0 0 20 0 15 0 475430193 15514783744 3201104 33554432000 4194304 4196468 140726284692544 139870646803184 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10180] ppid=10167 vsize=15151156 memory=1764 CPUtime=1.37 cores=1,3,5,7
/proc/10169/task/10180/stat : 10180 (java) S 10167 10167 6055 0 -1 1077944384 8511 0 0 0 135 2 0 0 20 0 15 0 475430193 15514783744 3201104 33554432000 4194304 4196468 140726284692544 139870645750400 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10181] ppid=10167 vsize=15151156 memory=111632 CPUtime=0.57 cores=1,3,5,7
/proc/10169/task/10181/stat : 10181 (java) S 10167 10167 6055 0 -1 1077944384 6678 0 0 0 56 1 0 0 20 0 15 0 475430193 15514783744 3201104 33554432000 4194304 4196468 140726284692544 139870644697584 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10182] ppid=10167 vsize=15151156 memory=804 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10182/stat : 10182 (java) S 10167 10167 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475430193 15514783744 3201104 33554432000 4194304 4196468 140726284692544 139870576044896 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10183] ppid=10167 vsize=15151156 memory=4096 CPUtime=0.14 cores=1,3,5,7
/proc/10169/task/10183/stat : 10183 (java) S 10167 10167 6055 0 -1 1077944384 617 0 0 0 6 8 0 0 20 0 15 0 475430193 15514783744 3201104 33554432000 4194304 4196468 140726284692544 139870574991920 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
Current children cumulated CPU time: 756.79 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12805872 KiB

[startup+296.801 s]
/proc/loadavg: 8.35 7.75 7.82 9/236 10230
/proc/meminfo: memFree=1976604/32770624 swapFree=66988776/67108860
[pid=10167] ppid=10164 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10167/stat : 10167 (xcsp3-exec) S 10164 10167 6055 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475430187 115843072 364 33554432000 4194304 5098028 140723847604112 140723847602216 140531149967996 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22278144 140723847607126 140723847607385 140723847607385 140723847610310 0
/proc/10167/statm: 28282 364 305 221 0 87 0
[pid=10169] ppid=10167 vsize=15151156 memory=12804432 CPUtime=759.86 cores=1,3,5,7
/proc/10169/stat : 10169 (java) S 10167 10167 6055 0 -1 1077944320 2245893 0 0 0 74752 1234 0 0 20 0 15 0 475430187 15514783744 3201108 33554432000 4194304 4196468 140726284692544 140726284675088 139871115157239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
/proc/10169/statm: 3787789 3201108 3510 1 0 3748889 0
[pid=10169/tid=10170] ppid=10167 vsize=15151156 memory=12804416 CPUtime=125.3 cores=1,3,5,7
/proc/10169/task/10170/stat : 10170 (java) S 10167 10167 6055 0 -1 1077944384 49844 0 0 0 12476 54 0 0 20 0 15 0 475430187 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139871119396464 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10171] ppid=10167 vsize=15151156 memory=12028 CPUtime=153.9 cores=1,3,5,7
/proc/10169/task/10171/stat : 10171 (java) R 10167 10167 6055 0 -1 4202560 775412 0 0 0 15073 317 0 0 20 0 15 0 475430188 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139871051393872 139871107785447 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10172] ppid=10167 vsize=15151156 memory=6791534058613427641 CPUtime=153.81 cores=1,3,5,7
/proc/10169/task/10172/stat : 10172 (java) R 10167 10167 6055 0 -1 4202560 377210 0 0 0 15099 282 0 0 20 0 15 0 475430188 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139871050341328 139871107785447 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10173] ppid=10167 vsize=15151156 memory=1141 CPUtime=153.51 cores=1,3,5,7
/proc/10169/task/10173/stat : 10173 (java) R 10167 10167 6055 0 -1 4202560 350132 0 0 0 15050 301 0 0 20 0 15 0 475430188 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139871049288272 139871107785447 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10174] ppid=10167 vsize=15151156 memory=420 CPUtime=153.77 cores=1,3,5,7
/proc/10169/task/10174/stat : 10174 (java) R 10167 10167 6055 0 -1 4202560 533321 0 0 0 15118 259 0 0 20 0 15 0 475430188 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139871048235808 139871100146875 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10175] ppid=10167 vsize=15151156 memory=1524 CPUtime=16.45 cores=1,3,5,7
/proc/10169/task/10175/stat : 10175 (java) S 10167 10167 6055 0 -1 1077944384 136143 0 0 0 1636 9 0 0 20 0 15 0 475430189 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870651011904 139871115167445 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10176] ppid=10167 vsize=15151156 memory=13 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10176/stat : 10176 (java) S 10167 10167 6055 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 475430190 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870649959648 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10177] ppid=10167 vsize=15151156 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10177/stat : 10177 (java) S 10167 10167 6055 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 475430190 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870648906496 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10178] ppid=10167 vsize=15151156 memory=756 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10178/stat : 10178 (java) S 10167 10167 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475430193 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870647855056 139871115175835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10179] ppid=10167 vsize=15151156 memory=1548 CPUtime=0.95 cores=1,3,5,7
/proc/10169/task/10179/stat : 10179 (java) S 10167 10167 6055 0 -1 1077944384 6587 0 0 0 93 2 0 0 20 0 15 0 475430193 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870646803184 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10180] ppid=10167 vsize=15151156 memory=8100 CPUtime=1.37 cores=1,3,5,7
/proc/10169/task/10180/stat : 10180 (java) S 10167 10167 6055 0 -1 1077944384 8511 0 0 0 135 2 0 0 20 0 15 0 475430193 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870645750400 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10181] ppid=10167 vsize=15151156 memory=1456 CPUtime=0.57 cores=1,3,5,7
/proc/10169/task/10181/stat : 10181 (java) S 10167 10167 6055 0 -1 1077944384 6678 0 0 0 56 1 0 0 20 0 15 0 475430193 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870644697584 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10182] ppid=10167 vsize=15151156 memory=12804416 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10182/stat : 10182 (java) S 10167 10167 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475430193 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870576044896 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10183] ppid=10167 vsize=15151156 memory=1456 CPUtime=0.14 cores=1,3,5,7
/proc/10169/task/10183/stat : 10183 (java) S 10167 10167 6055 0 -1 1077944384 617 0 0 0 6 8 0 0 20 0 15 0 475430193 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870574991920 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
Current children cumulated CPU time: 759.86 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12805888 KiB

[startup+297.601 s]
/proc/loadavg: 8.35 7.75 7.82 9/236 10230
/proc/meminfo: memFree=1976604/32770624 swapFree=66988776/67108860
[pid=10167] ppid=10164 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10167/stat : 10167 (xcsp3-exec) S 10164 10167 6055 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475430187 115843072 364 33554432000 4194304 5098028 140723847604112 140723847602216 140531149967996 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22278144 140723847607126 140723847607385 140723847607385 140723847610310 0
/proc/10167/statm: 28282 364 305 221 0 87 0
[pid=10169] ppid=10167 vsize=15151156 memory=12804432 CPUtime=761.27 cores=1,3,5,7
/proc/10169/stat : 10169 (java) S 10167 10167 6055 0 -1 1077944320 2277471 0 0 0 74891 1236 0 0 20 0 15 0 475430187 15514783744 3201108 33554432000 4194304 4196468 140726284692544 140726284675088 139871115157239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
/proc/10169/statm: 3787789 3201108 3510 1 0 3748889 0
[pid=10169/tid=10170] ppid=10167 vsize=15151156 memory=303430223234596890 CPUtime=125.3 cores=1,3,5,7
/proc/10169/task/10170/stat : 10170 (java) S 10167 10167 6055 0 -1 1077944384 49844 0 0 0 12476 54 0 0 20 0 15 0 475430187 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139871119396464 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10171] ppid=10167 vsize=15151156 memory=288230621803970871 CPUtime=154.11 cores=1,3,5,7
/proc/10169/task/10171/stat : 10171 (java) S 10167 10167 6055 0 -1 1077944384 778621 0 0 0 15094 317 0 0 20 0 15 0 475430188 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139871051394064 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10172] ppid=10167 vsize=15151156 memory=1456 CPUtime=154.01 cores=1,3,5,7
/proc/10169/task/10172/stat : 10172 (java) S 10167 10167 6055 0 -1 1077944384 380091 0 0 0 15119 282 0 0 20 0 15 0 475430188 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139871050341520 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10173] ppid=10167 vsize=15151156 memory=12804416 CPUtime=153.72 cores=1,3,5,7
/proc/10169/task/10173/stat : 10173 (java) S 10167 10167 6055 0 -1 1077944384 356802 0 0 0 15071 301 0 0 20 0 15 0 475430188 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139871049288464 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10174] ppid=10167 vsize=15151156 memory=1456 CPUtime=153.96 cores=1,3,5,7
/proc/10169/task/10174/stat : 10174 (java) S 10167 10167 6055 0 -1 1077944384 550102 0 0 0 15136 260 0 0 20 0 15 0 475430188 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139871048235920 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10175] ppid=10167 vsize=15151156 memory=12804416 CPUtime=17.04 cores=1,3,5,7
/proc/10169/task/10175/stat : 10175 (java) R 10167 10167 6055 0 -1 4202560 138180 0 0 0 1695 9 0 0 20 0 15 0 475430189 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870651011904 139871099614830 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10176] ppid=10167 vsize=15151156 memory=8100 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10176/stat : 10176 (java) S 10167 10167 6055 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 475430190 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870649959648 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10177] ppid=10167 vsize=15151156 memory=12804404 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10177/stat : 10177 (java) S 10167 10167 6055 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 475430190 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870648906496 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10178] ppid=10167 vsize=15151156 memory=2528 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10178/stat : 10178 (java) S 10167 10167 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475430193 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870647855056 139871115175835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10179] ppid=10167 vsize=15151156 memory=1764 CPUtime=0.95 cores=1,3,5,7
/proc/10169/task/10179/stat : 10179 (java) S 10167 10167 6055 0 -1 1077944384 6587 0 0 0 93 2 0 0 20 0 15 0 475430193 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870646803184 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10180] ppid=10167 vsize=15151156 memory=1456 CPUtime=1.37 cores=1,3,5,7
/proc/10169/task/10180/stat : 10180 (java) S 10167 10167 6055 0 -1 1077944384 8511 0 0 0 135 2 0 0 20 0 15 0 475430193 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870645750400 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10181] ppid=10167 vsize=15151156 memory=12804416 CPUtime=0.57 cores=1,3,5,7
/proc/10169/task/10181/stat : 10181 (java) S 10167 10167 6055 0 -1 1077944384 6678 0 0 0 56 1 0 0 20 0 15 0 475430193 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870644697584 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10182] ppid=10167 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10182/stat : 10182 (java) S 10167 10167 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475430193 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870576044896 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10183] ppid=10167 vsize=15151156 memory=6791534058613427641 CPUtime=0.14 cores=1,3,5,7
/proc/10169/task/10183/stat : 10183 (java) S 10167 10167 6055 0 -1 1077944384 617 0 0 0 6 8 0 0 20 0 15 0 475430193 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870574991920 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
Current children cumulated CPU time: 761.27 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12805888 KiB

[startup+297.801 s]
/proc/loadavg: 8.35 7.75 7.82 9/236 10230
/proc/meminfo: memFree=1976604/32770624 swapFree=66988776/67108860
[pid=10167] ppid=10164 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10167/stat : 10167 (xcsp3-exec) S 10164 10167 6055 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475430187 115843072 364 33554432000 4194304 5098028 140723847604112 140723847602216 140531149967996 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22278144 140723847607126 140723847607385 140723847607385 140723847610310 0
/proc/10167/statm: 28282 364 305 221 0 87 0
[pid=10169] ppid=10167 vsize=15151156 memory=12804432 CPUtime=761.47 cores=1,3,5,7
/proc/10169/stat : 10169 (java) S 10167 10167 6055 0 -1 1077944320 2277511 0 0 0 74911 1236 0 0 20 0 15 0 475430187 15514783744 3201108 33554432000 4194304 4196468 140726284692544 140726284675088 139871115157239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
/proc/10169/statm: 3787789 3201108 3510 1 0 3748889 0
[pid=10169/tid=10170] ppid=10167 vsize=15151156 memory=1060 CPUtime=125.3 cores=1,3,5,7
/proc/10169/task/10170/stat : 10170 (java) S 10167 10167 6055 0 -1 1077944384 49844 0 0 0 12476 54 0 0 20 0 15 0 475430187 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139871119396464 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10171] ppid=10167 vsize=15151156 memory=6791534058613427641 CPUtime=154.11 cores=1,3,5,7
/proc/10169/task/10171/stat : 10171 (java) S 10167 10167 6055 0 -1 1077944384 778621 0 0 0 15094 317 0 0 20 0 15 0 475430188 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139871051394064 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10172] ppid=10167 vsize=15151156 memory=39004 CPUtime=154.01 cores=1,3,5,7
/proc/10169/task/10172/stat : 10172 (java) S 10167 10167 6055 0 -1 1077944384 380091 0 0 0 15119 282 0 0 20 0 15 0 475430188 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139871050341520 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10173] ppid=10167 vsize=15151156 memory=2004 CPUtime=153.72 cores=1,3,5,7
/proc/10169/task/10173/stat : 10173 (java) S 10167 10167 6055 0 -1 1077944384 356802 0 0 0 15071 301 0 0 20 0 15 0 475430188 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139871049288464 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10174] ppid=10167 vsize=15151156 memory=984 CPUtime=153.96 cores=1,3,5,7
/proc/10169/task/10174/stat : 10174 (java) S 10167 10167 6055 0 -1 1077944384 550102 0 0 0 15136 260 0 0 20 0 15 0 475430188 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139871048235920 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10175] ppid=10167 vsize=15151156 memory=1324 CPUtime=17.24 cores=1,3,5,7
/proc/10169/task/10175/stat : 10175 (java) R 10167 10167 6055 0 -1 4202560 138220 0 0 0 1715 9 0 0 20 0 15 0 475430189 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870651011904 139871107446693 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10176] ppid=10167 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10176/stat : 10176 (java) S 10167 10167 6055 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 475430190 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870649959648 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10177] ppid=10167 vsize=15151156 memory=12804404 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10177/stat : 10177 (java) S 10167 10167 6055 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 475430190 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870648906496 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10178] ppid=10167 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10178/stat : 10178 (java) S 10167 10167 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475430193 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870647855056 139871115175835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10179] ppid=10167 vsize=15151156 memory=348380 CPUtime=0.95 cores=1,3,5,7
/proc/10169/task/10179/stat : 10179 (java) S 10167 10167 6055 0 -1 1077944384 6587 0 0 0 93 2 0 0 20 0 15 0 475430193 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870646803184 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10180] ppid=10167 vsize=15151156 memory=1412 CPUtime=1.37 cores=1,3,5,7
/proc/10169/task/10180/stat : 10180 (java) S 10167 10167 6055 0 -1 1077944384 8511 0 0 0 135 2 0 0 20 0 15 0 475430193 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870645750400 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10181] ppid=10167 vsize=15151156 memory=3152 CPUtime=0.57 cores=1,3,5,7
/proc/10169/task/10181/stat : 10181 (java) S 10167 10167 6055 0 -1 1077944384 6678 0 0 0 56 1 0 0 20 0 15 0 475430193 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870644697584 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10182] ppid=10167 vsize=15151156 memory=780 CPUtime=0 cores=1,3,5,7
/proc/10169/task/10182/stat : 10182 (java) S 10167 10167 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475430193 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870576044896 139871115167445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
[pid=10169/tid=10183] ppid=10167 vsize=15151156 memory=3620 CPUtime=0.14 cores=1,3,5,7
/proc/10169/task/10183/stat : 10183 (java) S 10167 10167 6055 0 -1 1077944384 617 0 0 0 6 8 0 0 20 0 15 0 475430193 15514783744 3201108 33554432000 4194304 4196468 140726284692544 139870574991920 139871115168386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 9678848 140726284694491 140726284694666 140726284694666 140726284697551 0
Current children cumulated CPU time: 761.47 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12805888 KiB

[startup+297.901 s]
/proc/loadavg: 8.35 7.75 7.82 9/236 10230
/proc/meminfo: memFree=1976604/32770624 swapFree=66988776/67108860
[pid=10167] ppid=10164 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10167/stat : 10167 (xcsp3-exec) S 10164 10167 6055 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475430187 115843072 364 33554432000 4194304 5098028 140723847604112 140723847602216 140531149967996 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22278144 140723847607126 140723847607385 140723847607385 140723847610310 0
/proc/10167/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 1
Real time (s): 297.932
CPU time (s): 761.62
CPU user time (s): 749.132
CPU system time (s): 12.4888
CPU usage (%): 255.635
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12810208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 749.132
system time used= 12.4888
maximum resident set size= 12808760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2278233
page faults= 0
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15483
involuntary context switches= 15733


# summary of solver processes directly reported to runsolver:
#   pid: 10167
#   total CPU time (s): 761.62
#   total CPU user time (s): 749.132
#   total CPU system time (s): 12.4888

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.95556 second user time and 3.00422 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-20 17:00:33
IDJOB=4403446
IDBENCH=134105
IDSOLVER=2863
FILE ID=node121/4403446-1568991673
RUNJOBID= node121-1568988421-6087
PBS_JOBID= 21704645
Free space on /var/tmp= 13080 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Nonogram/Nonogram-table-s1/Nonogram-122-table.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403446-1568991673/watcher-4403446-1568991673 -o /var/tmp/evaluation-result-4403446-1568991673/solver-4403446-1568991673 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568988421-6087 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1574672084 HOME/instance-4403446-1568991673.xml

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

MD5SUM BENCH= 1ecda127feec841a205962b399f2051f
RANDOM SEED=1574672084

node121.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:        14952100 kB
MemAvailable:   31676092 kB
Buffers:          120976 kB
Cached:         16555708 kB
SwapCached:         5508 kB
Active:          8665736 kB
Inactive:        8201224 kB
Active(anon):     184228 kB
Inactive(anon):    44000 kB
Active(file):    8481508 kB
Inactive(file):  8157224 kB
Unevictable:      111180 kB
Mlocked:          111180 kB
SwapTotal:      67108860 kB
SwapFree:       66988760 kB
Dirty:            440564 kB
Writeback:             0 kB
AnonPages:        296632 kB
Mapped:            60168 kB
Shmem:             29328 kB
Slab:             543236 kB
SReclaimable:     513720 kB
SUnreclaim:        29516 kB
KernelStack:        3792 kB
PageTables:         6456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1401732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13056 MiB
End job on node121 at 2019-09-20 17:05:31