Trace number 4283974

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 5a (2017-08-18)? 1075.35 356.026

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000b-int.xml
MD5SUMfdcb353b2918313db809b139313e7b9f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints1998000
Number of domains1
Minimum domain size999
Maximum domain size999
Distribution of domain sizes[{"size":999,"count":1000}]
Minimum variable degree3996
Maximum variable degree3996
Distribution of variable degrees[{"degree":3996,"count":1000}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1998000}]
Number of extensional constraints0
Number of intensional constraints1998000
Distribution of constraint types[{"type":"intension","count":1998000}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283974-1503206148.xml"  -tl '2520s' -p 1 -x 3
0.05/0.31	c [HOME/instance-4283974-1503206148.xml, -tl, 2520s, -p, 1, -x, 3]
0.22/0.36	c simple solver
0.40/0.43	c parse instance...
1044.38/346.04	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1075.22/355.96		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1075.22/355.96		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148)
1075.22/355.96		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1075.22/355.96		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1075.22/355.96		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1075.22/355.96		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1075.22/355.96		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
1075.22/355.96		at org.xcsp.parser.XCallbacks$$Lambda$52/715378067.accept(Unknown Source)
1075.22/355.96		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1075.22/355.96		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1075.22/355.96		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1075.22/355.96		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
1075.22/355.96		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1075.22/355.96		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1075.22/355.96		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
1075.22/355.96		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1075.22/355.96		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
1075.22/355.96		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1075.22/355.96		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
1075.22/355.96	s UNKNOWN
1075.22/355.96	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 (15000 MiB free)
  memory of node 1: 16384 MiB (15553 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283974-1503206148/watcher-4283974-1503206148 -o /tmp/evaluation-result-4283974-1503206148/solver-4283974-1503206148 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503171914-32556 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2034758777 HOME/instance-4283974-1503206148.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=7418, runsolver pid=7415

[startup+0.100158 s]*
/proc/loadavg: 1.57 1.69 1.69 2/200 7419
/proc/meminfo: memFree=31287412/32770624 swapFree=67108860/67108860
[pid=7418] ppid=7415 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7418/stat : 7418 (xcsp3-exec) S 7415 7418 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19024016 9740288 345 18446744073709551615 4194304 5098028 140731031107744 140731031105848 140676991677052 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 19251200 140731031110009 140731031110214 140731031110214 140731031113707 0
/proc/7418/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

[startup+0.209776 s]*
/proc/loadavg: 1.57 1.69 1.69 2/214 7433
/proc/meminfo: memFree=31276188/32770624 swapFree=67108860/67108860
[pid=7418] ppid=7415 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7418/stat : 7418 (xcsp3-exec) S 7415 7418 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19024016 9740288 345 18446744073709551615 4194304 5098028 140731031107744 140731031105848 140676991677052 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 19251200 140731031110009 140731031110214 140731031110214 140731031113707 0
/proc/7418/statm: 2378 345 289 221 0 87 0
[pid=7420] ppid=7418 vsize=13907304 memory=21244 CPUtime=0.05 cores=1,3,5,7
/proc/7420/stat : 7420 (java) S 7418 7418 17292 0 -1 1077944320 4758 0 0 0 5 0 0 0 20 0 14 0 19024026 14241079296 5311 18446744073709551615 4194304 4196468 140722462398848 140722462381392 140194644295415 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
/proc/7420/statm: 3476826 5311 2559 1 0 3466323 0
[pid=7420/tid=7421] ppid=7418 vsize=13907304 memory=7311146985107750967 CPUtime=0.04 cores=1,3,5,7
/proc/7420/task/7421/stat : 7421 (java) D 7418 7418 17292 0 -1 4202560 2934 0 0 0 4 0 0 0 20 0 14 0 19024027 14241079296 5311 18446744073709551615 4194304 4196468 140722462398848 140194648532896 140194644317437 0 4 1 16800974 18446744071580418449 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7422] ppid=7418 vsize=13907304 memory=10613 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7422/stat : 7422 (java) S 7418 7418 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 19024027 14241079296 5311 18446744073709551615 4194304 4196468 140722462398848 140194578729616 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7423] ppid=7418 vsize=13907304 memory=139981883339606 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7423/stat : 7423 (java) S 7418 7418 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 19024027 14241079296 5311 18446744073709551615 4194304 4196468 140722462398848 140194243852816 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7424] ppid=7418 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7424/stat : 7424 (java) S 7418 7418 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 19024027 14241079296 5311 18446744073709551615 4194304 4196468 140722462398848 140194242800016 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7425] ppid=7418 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7425/stat : 7425 (java) S 7418 7418 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 19024027 14241079296 5311 18446744073709551615 4194304 4196468 140722462398848 140194241747216 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7426] ppid=7418 vsize=13907304 memory=139981883127424 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7426/stat : 7426 (java) S 7418 7418 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 19024029 14241079296 5311 18446744073709551615 4194304 4196468 140722462398848 140194190031728 140194644306562 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7427] ppid=7418 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7427/stat : 7427 (java) S 7418 7418 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 19024029 14241079296 5311 18446744073709551615 4194304 4196468 140722462398848 140194188977696 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7428] ppid=7418 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7428/stat : 7428 (java) S 7418 7418 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 19024029 14241079296 5311 18446744073709551615 4194304 4196468 140722462398848 140194187924848 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7429] ppid=7418 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7429/stat : 7429 (java) S 7418 7418 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 19024032 14241079296 5311 18446744073709551615 4194304 4196468 140722462398848 140194186873168 140194644314011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7430] ppid=7418 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7430/stat : 7430 (java) S 7418 7418 17292 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 14 0 19024032 14241079296 5311 18446744073709551615 4194304 4196468 140722462398848 140194185820528 140194644306562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7431] ppid=7418 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7431/stat : 7431 (java) S 7418 7418 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 19024032 14241079296 5311 18446744073709551615 4194304 4196468 140722462398848 140194184767728 140194644306562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7432] ppid=7418 vsize=13907304 memory=139981883127424 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7432/stat : 7432 (java) S 7418 7418 17292 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 14 0 19024032 14241079296 5311 18446744073709551615 4194304 4196468 140722462398848 140194183714928 140194644306562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7433] ppid=7418 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7433/stat : 7433 (java) S 7418 7418 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 19024032 14241079296 5311 18446744073709551615 4194304 4196468 140722462398848 140194182662368 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 22624 KiB

[startup+0.310329 s]*
/proc/loadavg: 1.57 1.69 1.69 3/215 7434
/proc/meminfo: memFree=31267376/32770624 swapFree=67108860/67108860
[pid=7418] ppid=7415 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7418/stat : 7418 (xcsp3-exec) S 7415 7418 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19024016 9740288 345 18446744073709551615 4194304 5098028 140731031107744 140731031105848 140676991677052 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 19251200 140731031110009 140731031110214 140731031110214 140731031113707 0
/proc/7418/statm: 2378 345 289 221 0 87 0
[pid=7420] ppid=7418 vsize=13975376 memory=35424 CPUtime=0.22 cores=1,3,5,7
/proc/7420/stat : 7420 (java) S 7418 7418 17292 0 -1 1077944320 8153 0 0 0 21 1 0 0 20 0 15 0 19024026 14310785024 8856 18446744073709551615 4194304 4196468 140722462398848 140722462381392 140194644295415 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
/proc/7420/statm: 3493844 8856 2986 1 0 3483220 0
[pid=7420/tid=7421] ppid=7418 vsize=13975376 memory=6933928925625698159 CPUtime=0.14 cores=1,3,5,7
/proc/7420/task/7421/stat : 7421 (java) R 7418 7418 17292 0 -1 4202560 5550 0 0 0 13 1 0 0 20 0 15 0 19024027 14310785024 8767 18446744073709551615 4194304 4196468 140722462398848 140194648517792 140194636975133 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7422] ppid=7418 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7422/stat : 7422 (java) S 7418 7418 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19024027 14310785024 8767 18446744073709551615 4194304 4196468 140722462398848 140194578729616 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7423] ppid=7418 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7423/stat : 7423 (java) S 7418 7418 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19024027 14310785024 8767 18446744073709551615 4194304 4196468 140722462398848 140194243852816 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7424] ppid=7418 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7424/stat : 7424 (java) S 7418 7418 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19024027 14310785024 8833 18446744073709551615 4194304 4196468 140722462398848 140194242800016 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7425] ppid=7418 vsize=13975376 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7425/stat : 7425 (java) S 7418 7418 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19024027 14310785024 8833 18446744073709551615 4194304 4196468 140722462398848 140194241747216 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7426] ppid=7418 vsize=13975376 memory=139981883127424 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7426/stat : 7426 (java) S 7418 7418 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19024029 14310785024 8833 18446744073709551615 4194304 4196468 140722462398848 140194190031728 140194644306562 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7427] ppid=7418 vsize=13975376 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7427/stat : 7427 (java) S 7418 7418 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19024029 14310785024 8833 18446744073709551615 4194304 4196468 140722462398848 140194188977696 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7428] ppid=7418 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7428/stat : 7428 (java) S 7418 7418 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19024029 14310785024 8833 18446744073709551615 4194304 4196468 140722462398848 140194187924848 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7429] ppid=7418 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7429/stat : 7429 (java) S 7418 7418 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19024032 14310785024 8833 18446744073709551615 4194304 4196468 140722462398848 140194186873168 140194644314011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7430] ppid=7418 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7430/stat : 7430 (java) S 7418 7418 17292 0 -1 1077944384 368 0 0 0 0 0 0 0 20 0 15 0 19024032 14310785024 8833 18446744073709551615 4194304 4196468 140722462398848 140194185820528 140194644306562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7431] ppid=7418 vsize=13975376 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/7420/task/7431/stat : 7431 (java) S 7418 7418 17292 0 -1 1077944384 398 0 0 0 1 0 0 0 20 0 15 0 19024032 14310785024 8833 18446744073709551615 4194304 4196468 140722462398848 140194184767728 140194644306562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7432] ppid=7418 vsize=13975376 memory=139981883127424 CPUtime=0.05 cores=1,3,5,7
/proc/7420/task/7432/stat : 7432 (java) S 7418 7418 17292 0 -1 1077944384 707 0 0 0 5 0 0 0 20 0 15 0 19024032 14310785024 8833 18446744073709551615 4194304 4196468 140722462398848 140194183714928 140194644306562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7433] ppid=7418 vsize=13975376 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7433/stat : 7433 (java) S 7418 7418 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19024032 14310785024 8833 18446744073709551615 4194304 4196468 140722462398848 140194182662368 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7434] ppid=7418 vsize=13975376 memory=139981883127424 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7434/stat : 7434 (java) S 7418 7418 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19024039 14310785024 8833 18446744073709551615 4194304 4196468 140722462398848 140194181610672 140194644306562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 13984888 KiB
Current children cumulated memory: 36804 KiB

[startup+0.700891 s]
/proc/loadavg: 1.57 1.69 1.69 5/215 7434
/proc/meminfo: memFree=31245596/32770624 swapFree=67108860/67108860
[pid=7418] ppid=7415 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7418/stat : 7418 (xcsp3-exec) S 7415 7418 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19024016 9740288 345 18446744073709551615 4194304 5098028 140731031107744 140731031105848 140676991677052 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 19251200 140731031110009 140731031110214 140731031110214 140731031113707 0
/proc/7418/statm: 2378 345 289 221 0 87 0
[pid=7420] ppid=7418 vsize=13978608 memory=100264 CPUtime=1.2 cores=1,3,5,7
/proc/7420/stat : 7420 (java) S 7418 7418 17292 0 -1 1077944320 13069 0 0 0 116 4 0 0 20 0 15 0 19024026 14314094592 25066 18446744073709551615 4194304 4196468 140722462398848 140722462381392 140194644295415 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
/proc/7420/statm: 3494652 25066 3124 1 0 3482964 0
[pid=7420/tid=7421] ppid=7418 vsize=13978608 memory=55 CPUtime=0.51 cores=1,3,5,7
/proc/7420/task/7421/stat : 7421 (java) R 7418 7418 17292 0 -1 4202560 7553 0 0 0 49 2 0 0 20 0 15 0 19024027 14314094592 25066 18446744073709551615 4194304 4196468 140722462398848 140194648531424 140194261533649 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7422] ppid=7418 vsize=13978608 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7422/stat : 7422 (java) S 7418 7418 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19024027 14314094592 25066 18446744073709551615 4194304 4196468 140722462398848 140194578729616 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7423] ppid=7418 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7423/stat : 7423 (java) S 7418 7418 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19024027 14314094592 25066 18446744073709551615 4194304 4196468 140722462398848 140194243852816 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7424] ppid=7418 vsize=13978608 memory=288230604624101684 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7424/stat : 7424 (java) S 7418 7418 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19024027 14314094592 25066 18446744073709551615 4194304 4196468 140722462398848 140194242800016 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7425] ppid=7418 vsize=13978608 memory=14408207351153925 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7425/stat : 7425 (java) S 7418 7418 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19024027 14314094592 25066 18446744073709551615 4194304 4196468 140722462398848 140194241747216 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7426] ppid=7418 vsize=13978608 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7426/stat : 7426 (java) S 7418 7418 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19024029 14314094592 25066 18446744073709551615 4194304 4196468 140722462398848 140194190031728 140194644306562 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7427] ppid=7418 vsize=13978608 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7427/stat : 7427 (java) S 7418 7418 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19024029 14314094592 25066 18446744073709551615 4194304 4196468 140722462398848 140194188977696 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7428] ppid=7418 vsize=13978608 memory=636 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7428/stat : 7428 (java) S 7418 7418 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19024029 14314094592 25066 18446744073709551615 4194304 4196468 140722462398848 140194187924848 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7429] ppid=7418 vsize=13978608 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7429/stat : 7429 (java) S 7418 7418 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19024032 14314094592 25066 18446744073709551615 4194304 4196468 140722462398848 140194186873168 140194644314011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7430] ppid=7418 vsize=13978608 memory=952 CPUtime=0.24 cores=1,3,5,7
/proc/7420/task/7430/stat : 7430 (java) R 7418 7418 17292 0 -1 4202560 1338 0 0 0 24 0 0 0 20 0 15 0 19024032 14314094592 25066 18446744073709551615 4194304 4196468 140722462398848 140194185807376 140194625818330 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7431] ppid=7418 vsize=13978608 memory=1236 CPUtime=0.24 cores=1,3,5,7
/proc/7420/task/7431/stat : 7431 (java) R 7418 7418 17292 0 -1 4202560 1462 0 0 0 24 0 0 0 20 0 15 0 19024032 14314094592 25066 18446744073709551615 4194304 4196468 140722462398848 140194184766128 140194625838734 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7432] ppid=7418 vsize=13978608 memory=2244 CPUtime=0.17 cores=1,3,5,7
/proc/7420/task/7432/stat : 7432 (java) S 7418 7418 17292 0 -1 1077944384 1410 0 0 0 17 0 0 0 20 0 15 0 19024032 14314094592 25066 18446744073709551615 4194304 4196468 140722462398848 140194183714928 140194644306562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7433] ppid=7418 vsize=13978608 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7433/stat : 7433 (java) S 7418 7418 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19024032 14314094592 25066 18446744073709551615 4194304 4196468 140722462398848 140194182662368 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7434] ppid=7418 vsize=13978608 memory=928 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7434/stat : 7434 (java) S 7418 7418 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19024039 14314094592 25066 18446744073709551615 4194304 4196468 140722462398848 140194181610672 140194644306562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 101644 KiB

[startup+1.50619 s]
/proc/loadavg: 1.57 1.69 1.69 3/215 7434
/proc/meminfo: memFree=31002324/32770624 swapFree=67108860/67108860
[pid=7418] ppid=7415 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7418/stat : 7418 (xcsp3-exec) S 7415 7418 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19024016 9740288 345 18446744073709551615 4194304 5098028 140731031107744 140731031105848 140676991677052 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 19251200 140731031110009 140731031110214 140731031110214 140731031113707 0
/proc/7418/statm: 2378 345 289 221 0 87 0
[pid=7420] ppid=7418 vsize=13978608 memory=473944 CPUtime=3.25 cores=1,3,5,7
/proc/7420/stat : 7420 (java) S 7418 7418 17292 0 -1 1077944320 14921 0 0 0 280 45 0 0 20 0 15 0 19024026 14314094592 118486 18446744073709551615 4194304 4196468 140722462398848 140722462381392 140194644295415 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
/proc/7420/statm: 3494652 118486 3161 1 0 3482964 0
[pid=7420/tid=7421] ppid=7418 vsize=13978608 memory=6944656592455360604 CPUtime=0.91 cores=1,3,5,7
/proc/7420/task/7421/stat : 7421 (java) S 7418 7418 17292 0 -1 1077944384 7592 0 0 0 87 4 0 0 20 0 15 0 19024027 14314094592 118486 18446744073709551615 4194304 4196468 140722462398848 140194648534416 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7422] ppid=7418 vsize=13978608 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/7420/task/7422/stat : 7422 (java) R 7418 7418 17292 0 -1 4202560 400 0 0 0 30 9 0 0 20 0 15 0 19024027 14314094592 118486 18446744073709551615 4194304 4196468 140722462398848 140194578729616 140194629291361 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7423] ppid=7418 vsize=13978608 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/7420/task/7423/stat : 7423 (java) R 7418 7418 17292 0 -1 4202560 535 0 0 0 30 9 0 0 20 0 15 0 19024027 14314094592 118486 18446744073709551615 4194304 4196468 140722462398848 140194243852816 140194629291361 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7424] ppid=7418 vsize=13978608 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/7420/task/7424/stat : 7424 (java) R 7418 7418 17292 0 -1 4202560 364 0 0 0 31 9 0 0 20 0 15 0 19024027 14314094592 118486 18446744073709551615 4194304 4196468 140722462398848 140194242800136 140194628996014 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7425] ppid=7418 vsize=13978608 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/7420/task/7425/stat : 7425 (java) R 7418 7418 17292 0 -1 4202560 415 0 0 0 30 9 0 0 20 0 15 0 19024027 14314094592 118486 18446744073709551615 4194304 4196468 140722462398848 140194241747216 140194628996077 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7426] ppid=7418 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7426/stat : 7426 (java) S 7418 7418 17292 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 19024029 14314094592 118486 18446744073709551615 4194304 4196468 140722462398848 140194190030272 140194644305621 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7427] ppid=7418 vsize=13978608 memory=-7101718590825193272 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7427/stat : 7427 (java) S 7418 7418 17292 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 19024029 14314094592 118486 18446744073709551615 4194304 4196468 140722462398848 140194188977696 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7428] ppid=7418 vsize=13978608 memory=-6861001314482542224 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7428/stat : 7428 (java) S 7418 7418 17292 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 19024029 14314094592 118486 18446744073709551615 4194304 4196468 140722462398848 140194187924848 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7429] ppid=7418 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7429/stat : 7429 (java) S 7418 7418 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19024032 14314094592 118486 18446744073709551615 4194304 4196468 140722462398848 140194186873168 140194644314011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7430] ppid=7418 vsize=13978608 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/7420/task/7430/stat : 7430 (java) S 7418 7418 17292 0 -1 1077944384 1342 0 0 0 25 0 0 0 20 0 15 0 19024032 14314094592 118486 18446744073709551615 4194304 4196468 140722462398848 140194185820528 140194644306562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7431] ppid=7418 vsize=13978608 memory=33 CPUtime=0.25 cores=1,3,5,7
/proc/7420/task/7431/stat : 7431 (java) S 7418 7418 17292 0 -1 1077944384 1463 0 0 0 25 0 0 0 20 0 15 0 19024032 14314094592 118486 18446744073709551615 4194304 4196468 140722462398848 140194184767728 140194644306562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7432] ppid=7418 vsize=13978608 memory=4206468019014086714 CPUtime=0.18 cores=1,3,5,7
/proc/7420/task/7432/stat : 7432 (java) S 7418 7418 17292 0 -1 1077944384 1417 0 0 0 18 0 0 0 20 0 15 0 19024032 14314094592 118486 18446744073709551615 4194304 4196468 140722462398848 140194183714928 140194644306562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7433] ppid=7418 vsize=13978608 memory=6944656592452807216 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7433/stat : 7433 (java) S 7418 7418 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19024032 14314094592 118486 18446744073709551615 4194304 4196468 140722462398848 140194182662368 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7434] ppid=7418 vsize=13978608 memory=7016714186490720314 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7434/stat : 7434 (java) S 7418 7418 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19024039 14314094592 118486 18446744073709551615 4194304 4196468 140722462398848 140194181610672 140194644306562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
Current children cumulated CPU time: 3.25 s
Current children cumulated vsize: 13988120 KiB

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

/proc/7420/task/7423/stat : 7423 (java) R 7418 7418 17292 0 -1 4202560 83322 0 0 0 23489 263 0 0 20 0 15 0 19024027 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194243853016 140194629284942 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7424] ppid=7418 vsize=13980732 memory=6933928925625698159 CPUtime=238.21 cores=1,3,5,7
/proc/7420/task/7424/stat : 7424 (java) R 7418 7418 17292 0 -1 4202560 187757 0 0 0 23517 304 0 0 20 0 15 0 19024027 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194242800216 140194628995331 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7425] ppid=7418 vsize=13980732 memory=15876 CPUtime=238.24 cores=1,3,5,7
/proc/7420/task/7425/stat : 7425 (java) R 7418 7418 17292 0 -1 4202560 145455 0 0 0 23556 268 0 0 20 0 15 0 19024027 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194241747104 140194637398408 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7426] ppid=7418 vsize=13980732 memory=8480 CPUtime=45.44 cores=1,3,5,7
/proc/7420/task/7426/stat : 7426 (java) S 7418 7418 17292 0 -1 1077944384 70744 0 0 0 4539 5 0 0 20 0 15 0 19024029 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194190030272 140194644305621 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7427] ppid=7418 vsize=13980732 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7427/stat : 7427 (java) S 7418 7418 17292 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 19024029 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194188977760 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7428] ppid=7418 vsize=13980732 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7428/stat : 7428 (java) S 7418 7418 17292 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 19024029 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194187924864 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7429] ppid=7418 vsize=13980732 memory=636 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7429/stat : 7429 (java) S 7418 7418 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19024032 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194186873168 140194644314011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7430] ppid=7418 vsize=13980732 memory=1380 CPUtime=1.83 cores=1,3,5,7
/proc/7420/task/7430/stat : 7430 (java) S 7418 7418 17292 0 -1 1077944384 6013 0 0 0 182 1 0 0 20 0 15 0 19024032 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194185820576 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7431] ppid=7418 vsize=13980732 memory=11754104 CPUtime=1.83 cores=1,3,5,7
/proc/7420/task/7431/stat : 7431 (java) S 7418 7418 17292 0 -1 1077944384 4427 0 0 0 182 1 0 0 20 0 15 0 19024032 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194184767776 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7432] ppid=7418 vsize=13980732 memory=1380 CPUtime=0.52 cores=1,3,5,7
/proc/7420/task/7432/stat : 7432 (java) S 7418 7418 17292 0 -1 1077944384 7212 0 0 0 51 1 0 0 20 0 15 0 19024032 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194183714688 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7433] ppid=7418 vsize=13980732 memory=337596 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7433/stat : 7433 (java) S 7418 7418 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19024032 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194182662368 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7434] ppid=7418 vsize=13980732 memory=4064 CPUtime=0.28 cores=1,3,5,7
/proc/7420/task/7434/stat : 7434 (java) S 7418 7418 17292 0 -1 1077944384 675 0 0 0 13 15 0 0 20 0 15 0 19024039 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194181610672 140194644306562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
Current children cumulated CPU time: 1069.34 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11755484 KiB

[startup+354.001 s]
/proc/loadavg: 4.51 3.14 2.28 3/211 7445
/proc/meminfo: memFree=19529124/32770624 swapFree=67108860/67108860
[pid=7418] ppid=7415 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7418/stat : 7418 (xcsp3-exec) S 7415 7418 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19024016 9740288 345 18446744073709551615 4194304 5098028 140731031107744 140731031105848 140676991677052 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 19251200 140731031110009 140731031110214 140731031110214 140731031113707 0
/proc/7418/statm: 2378 345 289 221 0 87 0
[pid=7420] ppid=7418 vsize=13980732 memory=11754104 CPUtime=1073.32 cores=1,3,5,7
/proc/7420/stat : 7420 (java) S 7418 7418 17292 0 -1 1077944320 656800 0 0 0 106169 1163 0 0 20 0 15 0 19024026 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140722462381392 140194644295415 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
/proc/7420/statm: 3495183 2938526 3232 1 0 3483476 0
[pid=7420/tid=7421] ppid=7418 vsize=13980732 memory=7680170660397595203 CPUtime=67.04 cores=1,3,5,7
/proc/7420/task/7421/stat : 7421 (java) S 7418 7418 17292 0 -1 1077944384 22400 0 0 0 6690 14 0 0 20 0 15 0 19024027 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194648534640 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7422] ppid=7418 vsize=13980732 memory=1728 CPUtime=239.12 cores=1,3,5,7
/proc/7420/task/7422/stat : 7422 (java) S 7418 7418 17292 0 -1 1077944384 127297 0 0 0 23614 298 0 0 20 0 15 0 19024027 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194578729616 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7423] ppid=7418 vsize=13980732 memory=1228 CPUtime=238.32 cores=1,3,5,7
/proc/7420/task/7423/stat : 7423 (java) S 7418 7418 17292 0 -1 1077944384 83338 0 0 0 23569 263 0 0 20 0 15 0 19024027 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194243852816 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7424] ppid=7418 vsize=13980732 memory=12980 CPUtime=239 cores=1,3,5,7
/proc/7420/task/7424/stat : 7424 (java) S 7418 7418 17292 0 -1 1077944384 187777 0 0 0 23596 304 0 0 20 0 15 0 19024027 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194242800016 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7425] ppid=7418 vsize=13980732 memory=1380 CPUtime=239.03 cores=1,3,5,7
/proc/7420/task/7425/stat : 7425 (java) S 7418 7418 17292 0 -1 1077944384 145466 0 0 0 23635 268 0 0 20 0 15 0 19024027 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194241747216 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7426] ppid=7418 vsize=13980732 memory=11754100 CPUtime=46.23 cores=1,3,5,7
/proc/7420/task/7426/stat : 7426 (java) R 7418 7418 17292 0 -1 4202560 70837 0 0 0 4618 5 0 0 20 0 15 0 19024029 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194190030272 140194628996077 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7427] ppid=7418 vsize=13980732 memory=5404 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7427/stat : 7427 (java) S 7418 7418 17292 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 19024029 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194188977760 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7428] ppid=7418 vsize=13980732 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7428/stat : 7428 (java) S 7418 7418 17292 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 19024029 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194187924864 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7429] ppid=7418 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7429/stat : 7429 (java) S 7418 7418 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19024032 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194186873168 140194644314011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7430] ppid=7418 vsize=13980732 memory=11754104 CPUtime=1.83 cores=1,3,5,7
/proc/7420/task/7430/stat : 7430 (java) S 7418 7418 17292 0 -1 1077944384 6013 0 0 0 182 1 0 0 20 0 15 0 19024032 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194185820576 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7431] ppid=7418 vsize=13980732 memory=11754104 CPUtime=1.83 cores=1,3,5,7
/proc/7420/task/7431/stat : 7431 (java) S 7418 7418 17292 0 -1 1077944384 4427 0 0 0 182 1 0 0 20 0 15 0 19024032 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194184767776 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7432] ppid=7418 vsize=13980732 memory=1704 CPUtime=0.52 cores=1,3,5,7
/proc/7420/task/7432/stat : 7432 (java) S 7418 7418 17292 0 -1 1077944384 7212 0 0 0 51 1 0 0 20 0 15 0 19024032 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194183714688 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7433] ppid=7418 vsize=13980732 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7433/stat : 7433 (java) S 7418 7418 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19024032 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194182662368 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7434] ppid=7418 vsize=13980732 memory=1004 CPUtime=0.28 cores=1,3,5,7
/proc/7420/task/7434/stat : 7434 (java) S 7418 7418 17292 0 -1 1077944384 676 0 0 0 13 15 0 0 20 0 15 0 19024039 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194181610672 140194644306562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
Current children cumulated CPU time: 1073.32 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11755484 KiB

[startup+354.801 s]
/proc/loadavg: 4.51 3.14 2.28 2/194 7447
/proc/meminfo: memFree=19854712/32770624 swapFree=67108860/67108860
[pid=7418] ppid=7415 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7418/stat : 7418 (xcsp3-exec) S 7415 7418 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19024016 9740288 345 18446744073709551615 4194304 5098028 140731031107744 140731031105848 140676991677052 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 19251200 140731031110009 140731031110214 140731031110214 140731031113707 0
/proc/7418/statm: 2378 345 289 221 0 87 0
[pid=7420] ppid=7418 vsize=13980732 memory=11754104 CPUtime=1074.12 cores=1,3,5,7
/proc/7420/stat : 7420 (java) S 7418 7418 17292 0 -1 1077944320 656800 0 0 0 106249 1163 0 0 20 0 15 0 19024026 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140722462381392 140194644295415 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
/proc/7420/statm: 3495183 2938526 3232 1 0 3483476 0
[pid=7420/tid=7421] ppid=7418 vsize=13980732 memory=7680170660397595203 CPUtime=67.04 cores=1,3,5,7
/proc/7420/task/7421/stat : 7421 (java) S 7418 7418 17292 0 -1 1077944384 22400 0 0 0 6690 14 0 0 20 0 15 0 19024027 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194648534640 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7422] ppid=7418 vsize=13980732 memory=11754104 CPUtime=239.12 cores=1,3,5,7
/proc/7420/task/7422/stat : 7422 (java) S 7418 7418 17292 0 -1 1077944384 127297 0 0 0 23614 298 0 0 20 0 15 0 19024027 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194578729616 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7423] ppid=7418 vsize=13980732 memory=6933928925625698159 CPUtime=238.32 cores=1,3,5,7
/proc/7420/task/7423/stat : 7423 (java) S 7418 7418 17292 0 -1 1077944384 83338 0 0 0 23569 263 0 0 20 0 15 0 19024027 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194243852816 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7424] ppid=7418 vsize=13980732 memory=1380 CPUtime=239 cores=1,3,5,7
/proc/7420/task/7424/stat : 7424 (java) S 7418 7418 17292 0 -1 1077944384 187777 0 0 0 23596 304 0 0 20 0 15 0 19024027 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194242800016 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7425] ppid=7418 vsize=13980732 memory=337588 CPUtime=239.03 cores=1,3,5,7
/proc/7420/task/7425/stat : 7425 (java) S 7418 7418 17292 0 -1 1077944384 145466 0 0 0 23635 268 0 0 20 0 15 0 19024027 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194241747216 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7426] ppid=7418 vsize=13980732 memory=4064 CPUtime=47.03 cores=1,3,5,7
/proc/7420/task/7426/stat : 7426 (java) R 7418 7418 17292 0 -1 4202560 70837 0 0 0 4698 5 0 0 20 0 15 0 19024029 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194190030272 140194629291812 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7427] ppid=7418 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7427/stat : 7427 (java) S 7418 7418 17292 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 19024029 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194188977760 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7428] ppid=7418 vsize=13980732 memory=11754104 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7428/stat : 7428 (java) S 7418 7418 17292 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 19024029 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194187924864 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7429] ppid=7418 vsize=13980732 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7429/stat : 7429 (java) S 7418 7418 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19024032 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194186873168 140194644314011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7430] ppid=7418 vsize=13980732 memory=2432 CPUtime=1.83 cores=1,3,5,7
/proc/7420/task/7430/stat : 7430 (java) S 7418 7418 17292 0 -1 1077944384 6013 0 0 0 182 1 0 0 20 0 15 0 19024032 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194185820576 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7431] ppid=7418 vsize=13980732 memory=1728 CPUtime=1.83 cores=1,3,5,7
/proc/7420/task/7431/stat : 7431 (java) S 7418 7418 17292 0 -1 1077944384 4427 0 0 0 182 1 0 0 20 0 15 0 19024032 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194184767776 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7432] ppid=7418 vsize=13980732 memory=1228 CPUtime=0.52 cores=1,3,5,7
/proc/7420/task/7432/stat : 7432 (java) S 7418 7418 17292 0 -1 1077944384 7212 0 0 0 51 1 0 0 20 0 15 0 19024032 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194183714688 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7433] ppid=7418 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7433/stat : 7433 (java) S 7418 7418 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19024032 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194182662368 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7434] ppid=7418 vsize=13980732 memory=11754104 CPUtime=0.28 cores=1,3,5,7
/proc/7420/task/7434/stat : 7434 (java) S 7418 7418 17292 0 -1 1077944384 676 0 0 0 13 15 0 0 20 0 15 0 19024039 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194181610672 140194644306562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
Current children cumulated CPU time: 1074.12 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11755484 KiB

[startup+355.601 s]
/proc/loadavg: 4.51 3.14 2.28 2/192 7491
/proc/meminfo: memFree=19857040/32770624 swapFree=67108860/67108860
[pid=7418] ppid=7415 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7418/stat : 7418 (xcsp3-exec) S 7415 7418 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19024016 9740288 345 18446744073709551615 4194304 5098028 140731031107744 140731031105848 140676991677052 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 19251200 140731031110009 140731031110214 140731031110214 140731031113707 0
/proc/7418/statm: 2378 345 289 221 0 87 0
[pid=7420] ppid=7418 vsize=13980732 memory=11754104 CPUtime=1074.92 cores=1,3,5,7
/proc/7420/stat : 7420 (java) S 7418 7418 17292 0 -1 1077944320 656801 0 0 0 106329 1163 0 0 20 0 15 0 19024026 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140722462381392 140194644295415 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
/proc/7420/statm: 3495183 2938526 3232 1 0 3483476 0
[pid=7420/tid=7421] ppid=7418 vsize=13980732 memory=7680170660397595203 CPUtime=67.04 cores=1,3,5,7
/proc/7420/task/7421/stat : 7421 (java) S 7418 7418 17292 0 -1 1077944384 22400 0 0 0 6690 14 0 0 20 0 15 0 19024027 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194648534640 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7422] ppid=7418 vsize=13980732 memory=4288 CPUtime=239.12 cores=1,3,5,7
/proc/7420/task/7422/stat : 7422 (java) S 7418 7418 17292 0 -1 1077944384 127297 0 0 0 23614 298 0 0 20 0 15 0 19024027 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194578729616 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7423] ppid=7418 vsize=13980732 memory=928 CPUtime=238.32 cores=1,3,5,7
/proc/7420/task/7423/stat : 7423 (java) S 7418 7418 17292 0 -1 1077944384 83338 0 0 0 23569 263 0 0 20 0 15 0 19024027 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194243852816 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7424] ppid=7418 vsize=13980732 memory=1380 CPUtime=239 cores=1,3,5,7
/proc/7420/task/7424/stat : 7424 (java) S 7418 7418 17292 0 -1 1077944384 187777 0 0 0 23596 304 0 0 20 0 15 0 19024027 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194242800016 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7425] ppid=7418 vsize=13980732 memory=4124 CPUtime=239.03 cores=1,3,5,7
/proc/7420/task/7425/stat : 7425 (java) S 7418 7418 17292 0 -1 1077944384 145466 0 0 0 23635 268 0 0 20 0 15 0 19024027 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194241747216 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7426] ppid=7418 vsize=13980732 memory=13760 CPUtime=47.83 cores=1,3,5,7
/proc/7420/task/7426/stat : 7426 (java) R 7418 7418 17292 0 -1 4202560 70838 0 0 0 4778 5 0 0 20 0 15 0 19024029 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194190030272 140194628753035 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7427] ppid=7418 vsize=13980732 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7427/stat : 7427 (java) S 7418 7418 17292 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 19024029 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194188977760 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7428] ppid=7418 vsize=13980732 memory=2432 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7428/stat : 7428 (java) S 7418 7418 17292 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 19024029 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194187924864 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7429] ppid=7418 vsize=13980732 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7429/stat : 7429 (java) S 7418 7418 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19024032 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194186873168 140194644314011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7430] ppid=7418 vsize=13980732 memory=4616 CPUtime=1.83 cores=1,3,5,7
/proc/7420/task/7430/stat : 7430 (java) S 7418 7418 17292 0 -1 1077944384 6013 0 0 0 182 1 0 0 20 0 15 0 19024032 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194185820576 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7431] ppid=7418 vsize=13980732 memory=1004 CPUtime=1.83 cores=1,3,5,7
/proc/7420/task/7431/stat : 7431 (java) S 7418 7418 17292 0 -1 1077944384 4427 0 0 0 182 1 0 0 20 0 15 0 19024032 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194184767776 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7432] ppid=7418 vsize=13980732 memory=8708 CPUtime=0.52 cores=1,3,5,7
/proc/7420/task/7432/stat : 7432 (java) S 7418 7418 17292 0 -1 1077944384 7212 0 0 0 51 1 0 0 20 0 15 0 19024032 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194183714688 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7433] ppid=7418 vsize=13980732 memory=792 CPUtime=0 cores=1,3,5,7
/proc/7420/task/7433/stat : 7433 (java) S 7418 7418 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19024032 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194182662368 140194644305621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
[pid=7420/tid=7434] ppid=7418 vsize=13980732 memory=1200 CPUtime=0.28 cores=1,3,5,7
/proc/7420/task/7434/stat : 7434 (java) S 7418 7418 17292 0 -1 1077944384 676 0 0 0 13 15 0 0 20 0 15 0 19024039 14316269568 2938526 18446744073709551615 4194304 4196468 140722462398848 140194181610672 140194644306562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140722462405042 140722462405218 140722462405218 140722462408655 0
Current children cumulated CPU time: 1074.92 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11755484 KiB

[startup+356.001 s]
/proc/loadavg: 4.51 3.14 2.28 2/192 7491
/proc/meminfo: memFree=19857040/32770624 swapFree=67108860/67108860
[pid=7418] ppid=7415 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7418/stat : 7418 (xcsp3-exec) S 7415 7418 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19024016 9740288 345 18446744073709551615 4194304 5098028 140731031107744 140731031105848 140676991677052 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 19251200 140731031110009 140731031110214 140731031110214 140731031113707 0
/proc/7418/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 1
Real time (s): 356.026
CPU time (s): 1075.35
CPU user time (s): 1063.66
CPU system time (s): 11.6912
CPU usage (%): 302.043
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 11755484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1063.66
system time used= 11.6912
maximum resident set size= 11754288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 661370
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14033
involuntary context switches= 8353


# summary of solver processes directly reported to runsolver:
#   pid: 7418
#   total CPU time (s): 1075.35
#   total CPU user time (s): 1063.66
#   total CPU system time (s): 11.6912

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.25075 second user time and 3.6596 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-20 07:01:51
IDJOB=4283974
IDBENCH=126900
IDSOLVER=2679
FILE ID=node129/4283974-1503206148
RUNJOBID= node129-1503171914-32556
PBS_JOBID= 
Free space on /tmp= 61928 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000b-int.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4283974-1503206148/watcher-4283974-1503206148 -o /tmp/evaluation-result-4283974-1503206148/solver-4283974-1503206148 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503171914-32556 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2034758777 HOME/instance-4283974-1503206148.xml

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

MD5SUM BENCH= fdcb353b2918313db809b139313e7b9f
RANDOM SEED=2034758777

node129.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.73
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.73
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.73
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.73
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:        31287432 kB
MemAvailable:   31684852 kB
Buffers:          201040 kB
Cached:           484132 kB
SwapCached:            0 kB
Active:           673344 kB
Inactive:         398144 kB
Active(anon):     386584 kB
Inactive(anon):    16744 kB
Active(file):     286760 kB
Inactive(file):   381400 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             90876 kB
Writeback:             0 kB
AnonPages:        386012 kB
Mapped:            46948 kB
Shmem:             17060 kB
Slab:             115316 kB
SReclaimable:      90192 kB
SUnreclaim:        25124 kB
KernelStack:        3504 kB
PageTables:         6268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     941928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61920 MiB
End job on node129 at 2017-08-20 07:07:48