Trace number 4282226

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 4.0.5 seq (2017-08-18)? 85.142097 24.578199

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-09.xml
MD5SUM974f0afcd706a93e2571fe02010426b6
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 benchmark19.367001
Satisfiable
(Un)Satisfiability was proved
Number of variables510
Number of constraints510
Number of domains1
Minimum domain size19683
Maximum domain size19683
Distribution of domain sizes[{"size":19683,"count":510}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":509},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":509}]
Number of extensional constraints509
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":509},{"type":"intension","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282226-1503158724.xml"  -tl '2520s' -p 1 -x 0
0.05/0.31	c [HOME/instance-4282226-1503158724.xml, -tl, 2520s, -p, 1, -x, 0]
0.22/0.37	c simple solver
0.38/0.44	c parse instance...
75.34/22.02	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
85.05/24.52		at java.util.BitSet.initWords(BitSet.java:166)
85.05/24.52		at java.util.BitSet.<init>(BitSet.java:161)
85.05/24.52		at org.chocosolver.solver.constraints.extension.binary.CouplesBitSetTable.<init>(CouplesBitSetTable.java:53)
85.05/24.52		at org.chocosolver.solver.constraints.extension.binary.PropBinAC3bitrm.<init>(PropBinAC3bitrm.java:41)
85.05/24.52		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:400)
85.05/24.52		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:366)
85.05/24.52		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1853)
85.05/24.52		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1823)
85.05/24.52		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
85.05/24.52		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
85.05/24.52		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
85.05/24.52		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
85.05/24.52		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
85.05/24.52		at org.xcsp.parser.XCallbacks$$Lambda$71/786041152.accept(Unknown Source)
85.05/24.52		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
85.05/24.52		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
85.05/24.52		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
85.05/24.52		at org.xcsp.parser.XCallbacks.loadSlide(XCallbacks.java:421)
85.05/24.52		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:370)
85.05/24.52		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
85.05/24.52		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
85.05/24.52		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
85.05/24.52		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
85.05/24.52		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
85.05/24.52		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
85.05/24.52	s UNKNOWN
85.05/24.52	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 (15343 MiB free)
  memory of node 1: 16384 MiB (12957 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282226-1503158724/watcher-4282226-1503158724 -o /tmp/evaluation-result-4282226-1503158724/solver-4282226-1503158724 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503095823-17350 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2045984587 HOME/instance-4282226-1503158724.xml 

running on 4 cores: 0,2,4,6

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=29946, runsolver pid=29943

[startup+0.100157 s]*
/proc/loadavg: 3.45 3.92 3.33 3/203 29949
/proc/meminfo: memFree=28979224/32770624 swapFree=67108860/67108860
[pid=29946] ppid=29943 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29946/stat : 29946 (xcsp3-exec) S 29943 29946 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 14281573 9740288 344 18446744073709551615 4194304 5098028 140724837120816 140724837118920 140670889525884 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 9125888 140724837126521 140724837126726 140724837126726 140724837130219 0
/proc/29946/statm: 2378 344 289 221 0 87 0
[pid=29948] ppid=29946 vsize=13356504 memory=12968 CPUtime=0 cores=0,2,4,6
/proc/29948/stat : 29948 (java) S 29946 29946 17292 0 -1 1077944320 2513 0 0 0 0 0 0 0 20 0 6 0 14281582 13677060096 2730 18446744073709551615 4194304 4196468 140732671111728 140732671094272 140668723126007 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
/proc/29948/statm: 3339126 2730 1261 1 0 3329096 0
[pid=29948/tid=29949] ppid=29946 vsize=13356504 memory=-6871798056524144002 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29949/stat : 29949 (java) R 29946 29946 17292 0 -1 4202560 1293 0 0 0 0 0 0 0 20 0 6 0 14281583 13677060096 3242 18446744073709551615 4194304 4196468 140732671111728 140668727367784 140668715363134 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29950] ppid=29946 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29950/stat : 29950 (java) S 29946 29946 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 14281583 13677060096 3307 18446744073709551615 4194304 4196468 140732671111728 140668642540176 140668723136213 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29951] ppid=29946 vsize=13356504 memory=140426051974784 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29951/stat : 29951 (java) S 29946 29946 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 14281583 13677060096 3307 18446744073709551615 4194304 4196468 140732671111728 140668641487376 140668723136213 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29952] ppid=29946 vsize=13356508 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29952/stat : 29952 (java) S 29946 29946 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 14281583 13677064192 3307 18446744073709551615 4194304 4196468 140732671111728 140668640434576 140668723136213 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29953] ppid=29946 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29953/stat : 29953 (java) S 29946 29946 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 14281583 13677060096 3312 18446744073709551615 4194304 4196468 140732671111728 140668639381776 140668723136213 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13366016 KiB
Current children cumulated memory: 14344 KiB

[startup+0.210534 s]*
/proc/loadavg: 3.45 3.92 3.33 2/215 29961
/proc/meminfo: memFree=28970488/32770624 swapFree=67108860/67108860
[pid=29946] ppid=29943 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29946/stat : 29946 (xcsp3-exec) S 29943 29946 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 14281573 9740288 344 18446744073709551615 4194304 5098028 140724837120816 140724837118920 140670889525884 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 9125888 140724837126521 140724837126726 140724837126726 140724837130219 0
/proc/29946/statm: 2378 344 289 221 0 87 0
[pid=29948] ppid=29946 vsize=13907304 memory=20404 CPUtime=0.05 cores=0,2,4,6
/proc/29948/stat : 29948 (java) S 29946 29946 17292 0 -1 1077944320 4547 0 0 0 4 1 0 0 20 0 14 0 14281582 14241079296 5101 18446744073709551615 4194304 4196468 140732671111728 140732671094272 140668723126007 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
/proc/29948/statm: 3476826 5101 2564 1 0 3466323 0
[pid=29948/tid=29949] ppid=29946 vsize=13907304 memory=8390339637985935414 CPUtime=0.04 cores=0,2,4,6
/proc/29948/task/29949/stat : 29949 (java) D 29946 29946 17292 0 -1 4202560 2725 0 0 0 4 0 0 0 20 0 14 0 14281583 14241079296 5101 18446744073709551615 4194304 4196468 140732671111728 140668727363488 140668723148029 0 4 1 16800974 18446744071580418449 0 0 -1 6 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29950] ppid=29946 vsize=13907304 memory=288230613264378254 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29950/stat : 29950 (java) S 29946 29946 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 14281583 14241079296 5101 18446744073709551615 4194304 4196468 140732671111728 140668642540176 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29951] ppid=29946 vsize=13907304 memory=140426052002366 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29951/stat : 29951 (java) S 29946 29946 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 14281583 14241079296 5101 18446744073709551615 4194304 4196468 140732671111728 140668641487376 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29952] ppid=29946 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29952/stat : 29952 (java) S 29946 29946 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 14281583 14241079296 5101 18446744073709551615 4194304 4196468 140732671111728 140668640434576 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29953] ppid=29946 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29953/stat : 29953 (java) S 29946 29946 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 14281583 14241079296 5101 18446744073709551615 4194304 4196468 140732671111728 140668639381776 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29954] ppid=29946 vsize=13907304 memory=140426051974784 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29954/stat : 29954 (java) S 29946 29946 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 14281585 14241079296 5101 18446744073709551615 4194304 4196468 140732671111728 140668201053040 140668723137154 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29955] ppid=29946 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29955/stat : 29955 (java) S 29946 29946 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 14281585 14241079296 5101 18446744073709551615 4194304 4196468 140732671111728 140668199999008 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29956] ppid=29946 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29956/stat : 29956 (java) S 29946 29946 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 14281585 14241079296 5101 18446744073709551615 4194304 4196468 140732671111728 140668198946160 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29957] ppid=29946 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29957/stat : 29957 (java) S 29946 29946 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 14281588 14241079296 5101 18446744073709551615 4194304 4196468 140732671111728 140668197894480 140668723144603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29958] ppid=29946 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29958/stat : 29958 (java) S 29946 29946 17292 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 14 0 14281588 14241079296 5101 18446744073709551615 4194304 4196468 140732671111728 140668196841840 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29959] ppid=29946 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29959/stat : 29959 (java) S 29946 29946 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 14281588 14241079296 5101 18446744073709551615 4194304 4196468 140732671111728 140668195789040 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29960] ppid=29946 vsize=13907304 memory=140426051974784 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29960/stat : 29960 (java) S 29946 29946 17292 0 -1 1077944384 204 0 0 0 0 0 0 0 20 0 14 0 14281588 14241079296 5101 18446744073709551615 4194304 4196468 140732671111728 140668194736240 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29961] ppid=29946 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29961/stat : 29961 (java) S 29946 29946 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 14281588 14241079296 5101 18446744073709551615 4194304 4196468 140732671111728 140668193683680 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 21780 KiB

[startup+0.310359 s]*
/proc/loadavg: 3.45 3.92 3.33 4/216 29962
/proc/meminfo: memFree=28960816/32770624 swapFree=67108860/67108860
[pid=29946] ppid=29943 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29946/stat : 29946 (xcsp3-exec) S 29943 29946 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 14281573 9740288 344 18446744073709551615 4194304 5098028 140724837120816 140724837118920 140670889525884 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 9125888 140724837126521 140724837126726 140724837126726 140724837130219 0
/proc/29946/statm: 2378 344 289 221 0 87 0
[pid=29948] ppid=29946 vsize=13977964 memory=34136 CPUtime=0.22 cores=0,2,4,6
/proc/29948/stat : 29948 (java) S 29946 29946 17292 0 -1 1077944320 6903 0 0 0 20 2 0 0 20 0 15 0 14281582 14313435136 8659 18446744073709551615 4194304 4196468 140732671111728 140732671094272 140668723126007 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
/proc/29948/statm: 3494084 8659 2977 1 0 3483460 0
[pid=29948/tid=29949] ppid=29946 vsize=13975376 memory=8390339637985935414 CPUtime=0.13 cores=0,2,4,6
/proc/29948/task/29949/stat : 29949 (java) R 29946 29946 17292 0 -1 4202560 4170 0 0 0 12 1 0 0 20 0 15 0 14281583 14310785024 8419 18446744073709551615 4194304 4196468 140732671111728 140668727348384 140668715843111 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29950] ppid=29946 vsize=13975376 memory=301741412146489742 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29950/stat : 29950 (java) S 29946 29946 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14281583 14310785024 8163 18446744073709551615 4194304 4196468 140732671111728 140668642540176 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29951] ppid=29946 vsize=13974352 memory=140426052002366 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29951/stat : 29951 (java) S 29946 29946 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14281583 14309736448 8163 18446744073709551615 4194304 4196468 140732671111728 140668641487376 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29952] ppid=29946 vsize=13974352 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29952/stat : 29952 (java) S 29946 29946 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14281583 14309736448 8163 18446744073709551615 4194304 4196468 140732671111728 140668640434576 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29953] ppid=29946 vsize=13974352 memory=3472328296227680303 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29953/stat : 29953 (java) S 29946 29946 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14281583 14309736448 8163 18446744073709551615 4194304 4196468 140732671111728 140668639381776 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29954] ppid=29946 vsize=13974352 memory=4211962001593098231 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29954/stat : 29954 (java) S 29946 29946 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14281585 14309736448 8163 18446744073709551615 4194304 4196468 140732671111728 140668201053040 140668723137154 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29955] ppid=29946 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29955/stat : 29955 (java) S 29946 29946 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14281585 14309736448 8163 18446744073709551615 4194304 4196468 140732671111728 140668199999008 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29956] ppid=29946 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29956/stat : 29956 (java) S 29946 29946 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14281585 14310785024 8163 18446744073709551615 4194304 4196468 140732671111728 140668198946160 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29957] ppid=29946 vsize=13975376 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29957/stat : 29957 (java) S 29946 29946 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14281588 14310785024 8163 18446744073709551615 4194304 4196468 140732671111728 140668197894480 140668723144603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29958] ppid=29946 vsize=13975376 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/29948/task/29958/stat : 29958 (java) S 29946 29946 17292 0 -1 1077944384 606 0 0 0 1 0 0 0 20 0 15 0 14281588 14310785024 8163 18446744073709551615 4194304 4196468 140732671111728 140668196841840 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29959] ppid=29946 vsize=13975376 memory=3472323898181169199 CPUtime=0.01 cores=0,2,4,6
/proc/29948/task/29959/stat : 29959 (java) S 29946 29946 17292 0 -1 1077944384 143 0 0 0 1 0 0 0 20 0 15 0 14281588 14310785024 8163 18446744073709551615 4194304 4196468 140732671111728 140668195789040 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29960] ppid=29946 vsize=13975376 memory=140426051974784 CPUtime=0.05 cores=0,2,4,6
/proc/29948/task/29960/stat : 29960 (java) S 29946 29946 17292 0 -1 1077944384 679 0 0 0 5 0 0 0 20 0 15 0 14281588 14310785024 8228 18446744073709551615 4194304 4196468 140732671111728 140668194736240 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29961] ppid=29946 vsize=13975376 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29961/stat : 29961 (java) S 29946 29946 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14281588 14310785024 8228 18446744073709551615 4194304 4196468 140732671111728 140668193683680 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29962] ppid=29946 vsize=13975376 memory=140426051974784 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29962/stat : 29962 (java) S 29946 29946 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14281596 14310785024 8228 18446744073709551615 4194304 4196468 140732671111728 140668192631984 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 13987476 KiB
Current children cumulated memory: 35512 KiB

[startup+0.70168 s]
/proc/loadavg: 3.45 3.92 3.33 3/216 29962
/proc/meminfo: memFree=28941752/32770624 swapFree=67108860/67108860
[pid=29946] ppid=29943 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29946/stat : 29946 (xcsp3-exec) S 29943 29946 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 14281573 9740288 344 18446744073709551615 4194304 5098028 140724837120816 140724837118920 140670889525884 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 9125888 140724837126521 140724837126726 140724837126726 140724837130219 0
/proc/29946/statm: 2378 344 289 221 0 87 0
[pid=29948] ppid=29946 vsize=13978684 memory=92680 CPUtime=1.03 cores=0,2,4,6
/proc/29948/stat : 29948 (java) S 29946 29946 17292 0 -1 1077944320 11734 0 0 0 99 4 0 0 20 0 15 0 14281582 14314172416 23170 18446744073709551615 4194304 4196468 140732671111728 140732671094272 140668723126007 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
/proc/29948/statm: 3494671 23170 3145 1 0 3482964 0
[pid=29948/tid=29949] ppid=29946 vsize=13978684 memory=2484437255681 CPUtime=0.51 cores=0,2,4,6
/proc/29948/task/29949/stat : 29949 (java) R 29946 29946 17292 0 -1 4202560 7331 0 0 0 48 3 0 0 20 0 15 0 14281583 14314172416 23170 18446744073709551615 4194304 4196468 140732671111728 140668727360952 140668318594553 0 4 1 16800974 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29950] ppid=29946 vsize=13978684 memory=2514502026753 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29950/stat : 29950 (java) S 29946 29946 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14281583 14314172416 23170 18446744073709551615 4194304 4196468 140732671111728 140668642540176 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29951] ppid=29946 vsize=13978684 memory=49964 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29951/stat : 29951 (java) S 29946 29946 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14281583 14314172416 23170 18446744073709551615 4194304 4196468 140732671111728 140668641487376 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29952] ppid=29946 vsize=13978684 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29952/stat : 29952 (java) S 29946 29946 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14281583 14314172416 23170 18446744073709551615 4194304 4196468 140732671111728 140668640434576 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29953] ppid=29946 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29953/stat : 29953 (java) S 29946 29946 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14281583 14314172416 23170 18446744073709551615 4194304 4196468 140732671111728 140668639381776 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29954] ppid=29946 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29954/stat : 29954 (java) S 29946 29946 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14281585 14314172416 23170 18446744073709551615 4194304 4196468 140732671111728 140668201053040 140668723137154 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29955] ppid=29946 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29955/stat : 29955 (java) S 29946 29946 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14281585 14314172416 23170 18446744073709551615 4194304 4196468 140732671111728 140668199999008 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29956] ppid=29946 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29956/stat : 29956 (java) S 29946 29946 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14281585 14314172416 23170 18446744073709551615 4194304 4196468 140732671111728 140668198946160 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29957] ppid=29946 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29957/stat : 29957 (java) S 29946 29946 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14281588 14314172416 23170 18446744073709551615 4194304 4196468 140732671111728 140668197894480 140668723144603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29958] ppid=29946 vsize=13978684 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/29948/task/29958/stat : 29958 (java) R 29946 29946 17292 0 -1 4202560 1276 0 0 0 16 0 0 0 20 0 15 0 14281588 14314172416 23170 18446744073709551615 4194304 4196468 140732671111728 140668196827864 140668702368461 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29959] ppid=29946 vsize=13978684 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/29948/task/29959/stat : 29959 (java) R 29946 29946 17292 0 -1 4202560 646 0 0 0 15 0 0 0 20 0 15 0 14281588 14314172416 23170 18446744073709551615 4194304 4196468 140732671111728 140668195770056 140668702315456 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29960] ppid=29946 vsize=13978684 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/29948/task/29960/stat : 29960 (java) S 29946 29946 17292 0 -1 1077944384 1176 0 0 0 18 0 0 0 20 0 15 0 14281588 14314172416 23170 18446744073709551615 4194304 4196468 140732671111728 140668194736240 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29961] ppid=29946 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29961/stat : 29961 (java) S 29946 29946 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14281588 14314172416 23170 18446744073709551615 4194304 4196468 140732671111728 140668193683680 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29962] ppid=29946 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29962/stat : 29962 (java) S 29946 29946 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14281596 14314172416 23170 18446744073709551615 4194304 4196468 140732671111728 140668192631984 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 94056 KiB

[startup+1.50104 s]
/proc/loadavg: 3.45 3.92 3.33 5/216 29962
/proc/meminfo: memFree=28804256/32770624 swapFree=67108860/67108860
[pid=29946] ppid=29943 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29946/stat : 29946 (xcsp3-exec) S 29943 29946 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 14281573 9740288 344 18446744073709551615 4194304 5098028 140724837120816 140724837118920 140670889525884 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 9125888 140724837126521 140724837126726 140724837126726 140724837130219 0
/proc/29946/statm: 2378 344 289 221 0 87 0
[pid=29948] ppid=29946 vsize=13978684 memory=590896 CPUtime=3.61 cores=0,2,4,6
/proc/29948/stat : 29948 (java) S 29946 29946 17292 0 -1 1077944320 15776 0 0 0 301 60 0 0 20 0 15 0 14281582 14314172416 147724 18446744073709551615 4194304 4196468 140732671111728 140732671094272 140668723126007 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
/proc/29948/statm: 3494671 147724 3222 1 0 3482964 0
[pid=29948/tid=29949] ppid=29946 vsize=13978684 memory=2529 CPUtime=0.97 cores=0,2,4,6
/proc/29948/task/29949/stat : 29949 (java) R 29946 29946 17292 0 -1 4202560 7518 0 0 0 93 4 0 0 20 0 15 0 14281583 14314172416 147724 18446744073709551615 4194304 4196468 140732671111728 140668727363872 140668319677094 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29950] ppid=29946 vsize=13978684 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/29948/task/29950/stat : 29950 (java) S 29946 29946 17292 0 -1 1077944384 410 0 0 0 16 13 0 0 20 0 15 0 14281583 14314172416 147724 18446744073709551615 4194304 4196468 140732671111728 140668642540176 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29951] ppid=29946 vsize=13978684 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/29948/task/29951/stat : 29951 (java) S 29946 29946 17292 0 -1 1077944384 473 0 0 0 16 13 0 0 20 0 15 0 14281583 14314172416 147724 18446744073709551615 4194304 4196468 140732671111728 140668641487376 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29952] ppid=29946 vsize=13978684 memory=7440060183353512016 CPUtime=0.29 cores=0,2,4,6
/proc/29948/task/29952/stat : 29952 (java) S 29946 29946 17292 0 -1 1077944384 495 0 0 0 16 13 0 0 20 0 15 0 14281583 14314172416 147724 18446744073709551615 4194304 4196468 140732671111728 140668640434576 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29953] ppid=29946 vsize=13978684 memory=5788626802952987989 CPUtime=0.29 cores=0,2,4,6
/proc/29948/task/29953/stat : 29953 (java) S 29946 29946 17292 0 -1 1077944384 669 0 0 0 16 13 0 0 20 0 15 0 14281583 14314172416 147724 18446744073709551615 4194304 4196468 140732671111728 140668639381776 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29954] ppid=29946 vsize=13978684 memory=4638778419807998288 CPUtime=0.03 cores=0,2,4,6
/proc/29948/task/29954/stat : 29954 (java) S 29946 29946 17292 0 -1 1077944384 294 0 0 0 3 0 0 0 20 0 15 0 14281585 14314172416 147724 18446744073709551615 4194304 4196468 140732671111728 140668201053040 140668723137154 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29955] ppid=29946 vsize=13978684 memory=7956570150572221523 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29955/stat : 29955 (java) S 29946 29946 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14281585 14314172416 147724 18446744073709551615 4194304 4196468 140732671111728 140668199999072 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29956] ppid=29946 vsize=13978684 memory=7091874619574280809 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29956/stat : 29956 (java) S 29946 29946 17292 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 14281585 14314172416 147724 18446744073709551615 4194304 4196468 140732671111728 140668198946176 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29957] ppid=29946 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6

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

/proc/29946/stat : 29946 (xcsp3-exec) S 29943 29946 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 14281573 9740288 344 18446744073709551615 4194304 5098028 140724837120816 140724837118920 140670889525884 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 9125888 140724837126521 140724837126726 140724837126726 140724837130219 0
/proc/29946/statm: 2378 344 289 221 0 87 0
[pid=29948] ppid=29946 vsize=13978684 memory=11411716 CPUtime=79.98 cores=0,2,4,6
/proc/29948/stat : 29948 (java) S 29946 29946 17292 0 -1 1077944320 180561 0 0 0 6944 1054 0 0 20 0 15 0 14281582 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140732671094272 140668723126007 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
/proc/29948/statm: 3494671 2852929 3226 1 0 3482964 0
[pid=29948/tid=29949] ppid=29946 vsize=13978684 memory=1376 CPUtime=3.08 cores=0,2,4,6
/proc/29948/task/29949/stat : 29949 (java) S 29946 29946 17292 0 -1 1077944384 10319 0 0 0 301 7 0 0 20 0 15 0 14281583 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668727365280 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29950] ppid=29946 vsize=13978684 memory=-8774313645642428999 CPUtime=18.52 cores=0,2,4,6
/proc/29948/task/29950/stat : 29950 (java) R 29946 29946 17292 0 -1 4202560 31071 0 0 0 1617 235 0 0 20 0 15 0 14281583 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668642540296 140668716225675 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29951] ppid=29946 vsize=13978684 memory=11411644 CPUtime=18.51 cores=0,2,4,6
/proc/29948/task/29951/stat : 29951 (java) R 29946 29946 17292 0 -1 4202560 33148 0 0 0 1562 289 0 0 20 0 15 0 14281583 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668641487496 140668716225671 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29952] ppid=29946 vsize=13978684 memory=63 CPUtime=18.52 cores=0,2,4,6
/proc/29948/task/29952/stat : 29952 (java) R 29946 29946 17292 0 -1 4202560 40652 0 0 0 1588 264 0 0 20 0 15 0 14281583 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668640434696 140668716225675 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29953] ppid=29946 vsize=13978684 memory=31 CPUtime=18.54 cores=0,2,4,6
/proc/29948/task/29953/stat : 29953 (java) R 29946 29946 17292 0 -1 4202560 37442 0 0 0 1602 252 0 0 20 0 15 0 14281583 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668639381896 140668708122378 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29954] ppid=29946 vsize=13978684 memory=18 CPUtime=1.23 cores=0,2,4,6
/proc/29948/task/29954/stat : 29954 (java) S 29946 29946 17292 0 -1 1077944384 21098 0 0 0 122 1 0 0 20 0 15 0 14281585 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668201051584 140668723136213 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29955] ppid=29946 vsize=13978684 memory=2 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29955/stat : 29955 (java) S 29946 29946 17292 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 14281585 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668199999072 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29956] ppid=29946 vsize=13978684 memory=72 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29956/stat : 29956 (java) S 29946 29946 17292 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 14281585 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668198946176 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29957] ppid=29946 vsize=13978684 memory=2432 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29957/stat : 29957 (java) S 29946 29946 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14281588 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668197894480 140668723144603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29958] ppid=29946 vsize=13978684 memory=1728 CPUtime=0.6 cores=0,2,4,6
/proc/29948/task/29958/stat : 29958 (java) S 29946 29946 17292 0 -1 1077944384 2196 0 0 0 60 0 0 0 20 0 15 0 14281588 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668196841840 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29959] ppid=29946 vsize=13978684 memory=1228 CPUtime=0.57 cores=0,2,4,6
/proc/29948/task/29959/stat : 29959 (java) S 29946 29946 17292 0 -1 1077944384 1290 0 0 0 57 0 0 0 20 0 15 0 14281588 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668195789040 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29960] ppid=29946 vsize=13978684 memory=12980 CPUtime=0.3 cores=0,2,4,6
/proc/29948/task/29960/stat : 29960 (java) S 29946 29946 17292 0 -1 1077944384 1719 0 0 0 30 0 0 0 20 0 15 0 14281588 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668194736240 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29961] ppid=29946 vsize=13978684 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29961/stat : 29961 (java) S 29946 29946 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14281588 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668193683680 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29962] ppid=29946 vsize=13978684 memory=2008 CPUtime=0.01 cores=0,2,4,6
/proc/29948/task/29962/stat : 29962 (java) S 29946 29946 17292 0 -1 1077944384 325 0 0 0 0 1 0 0 20 0 15 0 14281596 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668192631984 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
Current children cumulated CPU time: 79.98 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 11413092 KiB

[startup+24.0017 s]*
/proc/loadavg: 3.69 3.93 3.34 6/213 29962
/proc/meminfo: memFree=17562824/32770624 swapFree=67108860/67108860
[pid=29946] ppid=29943 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29946/stat : 29946 (xcsp3-exec) S 29943 29946 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 14281573 9740288 344 18446744073709551615 4194304 5098028 140724837120816 140724837118920 140670889525884 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 9125888 140724837126521 140724837126726 140724837126726 140724837130219 0
/proc/29946/statm: 2378 344 289 221 0 87 0
[pid=29948] ppid=29946 vsize=13978684 memory=11411716 CPUtime=83.21 cores=0,2,4,6
/proc/29948/stat : 29948 (java) S 29946 29946 17292 0 -1 1077944320 180561 0 0 0 7267 1054 0 0 20 0 15 0 14281582 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140732671094272 140668723126007 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
/proc/29948/statm: 3494671 2852929 3226 1 0 3482964 0
[pid=29948/tid=29949] ppid=29946 vsize=13978684 memory=-8774313645642428999 CPUtime=3.08 cores=0,2,4,6
/proc/29948/task/29949/stat : 29949 (java) S 29946 29946 17292 0 -1 1077944384 10319 0 0 0 301 7 0 0 20 0 15 0 14281583 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668727365280 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29950] ppid=29946 vsize=13978684 memory=0 CPUtime=19.33 cores=0,2,4,6
/proc/29948/task/29950/stat : 29950 (java) R 29946 29946 17292 0 -1 4202560 31071 0 0 0 1698 235 0 0 20 0 15 0 14281583 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668642540296 140668715754215 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29951] ppid=29946 vsize=13978684 memory=6944656591801720226 CPUtime=19.3 cores=0,2,4,6
/proc/29948/task/29951/stat : 29951 (java) R 29946 29946 17292 0 -1 4202560 33148 0 0 0 1641 289 0 0 20 0 15 0 14281583 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668641487496 140668716225688 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29952] ppid=29946 vsize=13978684 memory=1152 CPUtime=19.33 cores=0,2,4,6
/proc/29948/task/29952/stat : 29952 (java) R 29946 29946 17292 0 -1 4202560 40652 0 0 0 1669 264 0 0 20 0 15 0 14281583 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668640434696 140668715754215 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29953] ppid=29946 vsize=13978684 memory=3124 CPUtime=19.35 cores=0,2,4,6
/proc/29948/task/29953/stat : 29953 (java) R 29946 29946 17292 0 -1 4202560 37442 0 0 0 1683 252 0 0 20 0 15 0 14281583 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668639381896 140668715754215 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29954] ppid=29946 vsize=13978684 memory=1380 CPUtime=1.23 cores=0,2,4,6
/proc/29948/task/29954/stat : 29954 (java) S 29946 29946 17292 0 -1 1077944384 21098 0 0 0 122 1 0 0 20 0 15 0 14281585 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668201051584 140668723136213 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29955] ppid=29946 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29955/stat : 29955 (java) S 29946 29946 17292 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 14281585 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668199999072 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29956] ppid=29946 vsize=13978684 memory=280851804408256 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29956/stat : 29956 (java) S 29946 29946 17292 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 14281585 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668198946176 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29957] ppid=29946 vsize=13978684 memory=7305497642915360865 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29957/stat : 29957 (java) S 29946 29946 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14281588 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668197894480 140668723144603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29958] ppid=29946 vsize=13978684 memory=7589240748751479872 CPUtime=0.6 cores=0,2,4,6
/proc/29948/task/29958/stat : 29958 (java) S 29946 29946 17292 0 -1 1077944384 2196 0 0 0 60 0 0 0 20 0 15 0 14281588 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668196841840 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29959] ppid=29946 vsize=13978684 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/29948/task/29959/stat : 29959 (java) S 29946 29946 17292 0 -1 1077944384 1290 0 0 0 57 0 0 0 20 0 15 0 14281588 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668195789040 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29960] ppid=29946 vsize=13978684 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/29948/task/29960/stat : 29960 (java) S 29946 29946 17292 0 -1 1077944384 1719 0 0 0 30 0 0 0 20 0 15 0 14281588 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668194736240 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29961] ppid=29946 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29961/stat : 29961 (java) S 29946 29946 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14281588 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668193683680 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29962] ppid=29946 vsize=13978684 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/29948/task/29962/stat : 29962 (java) S 29946 29946 17292 0 -1 1077944384 325 0 0 0 0 2 0 0 20 0 15 0 14281596 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668192631984 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
Current children cumulated CPU time: 83.21 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 11413092 KiB

[startup+24.4057 s]
/proc/loadavg: 3.69 3.93 3.34 6/213 29962
/proc/meminfo: memFree=17562824/32770624 swapFree=67108860/67108860
[pid=29946] ppid=29943 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29946/stat : 29946 (xcsp3-exec) S 29943 29946 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 14281573 9740288 344 18446744073709551615 4194304 5098028 140724837120816 140724837118920 140670889525884 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 9125888 140724837126521 140724837126726 140724837126726 140724837130219 0
/proc/29946/statm: 2378 344 289 221 0 87 0
[pid=29948] ppid=29946 vsize=13978684 memory=11411716 CPUtime=84.78 cores=0,2,4,6
/proc/29948/stat : 29948 (java) S 29946 29946 17292 0 -1 1077944320 180562 0 0 0 7424 1054 0 0 20 0 15 0 14281582 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140732671094272 140668723126007 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
/proc/29948/statm: 3494671 2852929 3226 1 0 3482964 0
[pid=29948/tid=29949] ppid=29946 vsize=13978684 memory=-8774313645642428999 CPUtime=3.08 cores=0,2,4,6
/proc/29948/task/29949/stat : 29949 (java) S 29946 29946 17292 0 -1 1077944384 10319 0 0 0 301 7 0 0 20 0 15 0 14281583 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668727365280 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29950] ppid=29946 vsize=13978684 memory=2164 CPUtime=19.72 cores=0,2,4,6
/proc/29948/task/29950/stat : 29950 (java) R 29946 29946 17292 0 -1 4202560 31071 0 0 0 1737 235 0 0 20 0 15 0 14281583 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668642540296 140668716222732 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29951] ppid=29946 vsize=13978684 memory=844 CPUtime=19.69 cores=0,2,4,6
/proc/29948/task/29951/stat : 29951 (java) R 29946 29946 17292 0 -1 4202560 33149 0 0 0 1680 289 0 0 20 0 15 0 14281583 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668641487496 140668716222732 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29952] ppid=29946 vsize=13978684 memory=3908 CPUtime=19.73 cores=0,2,4,6
/proc/29948/task/29952/stat : 29952 (java) R 29946 29946 17292 0 -1 4202560 40652 0 0 0 1709 264 0 0 20 0 15 0 14281583 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668640434696 140668716222708 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29953] ppid=29946 vsize=13978684 memory=3060 CPUtime=19.75 cores=0,2,4,6
/proc/29948/task/29953/stat : 29953 (java) R 29946 29946 17292 0 -1 4202560 37442 0 0 0 1723 252 0 0 20 0 15 0 14281583 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668639381896 140668716222716 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29954] ppid=29946 vsize=13978684 memory=2760 CPUtime=1.23 cores=0,2,4,6
/proc/29948/task/29954/stat : 29954 (java) S 29946 29946 17292 0 -1 1077944384 21098 0 0 0 122 1 0 0 20 0 15 0 14281585 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668201051584 140668723136213 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29955] ppid=29946 vsize=13978684 memory=4060 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29955/stat : 29955 (java) S 29946 29946 17292 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 14281585 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668199999072 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29956] ppid=29946 vsize=13978684 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29956/stat : 29956 (java) S 29946 29946 17292 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 14281585 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668198946176 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29957] ppid=29946 vsize=13978684 memory=3124 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29957/stat : 29957 (java) S 29946 29946 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14281588 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668197894480 140668723144603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29958] ppid=29946 vsize=13978684 memory=1380 CPUtime=0.6 cores=0,2,4,6
/proc/29948/task/29958/stat : 29958 (java) S 29946 29946 17292 0 -1 1077944384 2196 0 0 0 60 0 0 0 20 0 15 0 14281588 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668196841840 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29959] ppid=29946 vsize=13978684 memory=2787760 CPUtime=0.57 cores=0,2,4,6
/proc/29948/task/29959/stat : 29959 (java) S 29946 29946 17292 0 -1 1077944384 1290 0 0 0 57 0 0 0 20 0 15 0 14281588 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668195789040 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29960] ppid=29946 vsize=13978684 memory=1152 CPUtime=0.3 cores=0,2,4,6
/proc/29948/task/29960/stat : 29960 (java) S 29946 29946 17292 0 -1 1077944384 1719 0 0 0 30 0 0 0 20 0 15 0 14281588 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668194736240 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29961] ppid=29946 vsize=13978684 memory=2728 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29961/stat : 29961 (java) S 29946 29946 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14281588 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668193683680 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29962] ppid=29946 vsize=13978684 memory=1376 CPUtime=0.02 cores=0,2,4,6
/proc/29948/task/29962/stat : 29962 (java) S 29946 29946 17292 0 -1 1077944384 325 0 0 0 0 2 0 0 20 0 15 0 14281596 14314172416 2852929 18446744073709551615 4194304 4196468 140732671111728 140668192631984 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
Current children cumulated CPU time: 84.78 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 11413092 KiB

[startup+24.5009 s]
/proc/loadavg: 3.69 3.93 3.34 6/213 29962
/proc/meminfo: memFree=17562824/32770624 swapFree=67108860/67108860
[pid=29946] ppid=29943 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29946/stat : 29946 (xcsp3-exec) S 29943 29946 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 14281573 9740288 344 18446744073709551615 4194304 5098028 140724837120816 140724837118920 140670889525884 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 9125888 140724837126521 140724837126726 140724837126726 140724837130219 0
/proc/29946/statm: 2378 344 289 221 0 87 0
[pid=29948] ppid=29946 vsize=13978684 memory=11411720 CPUtime=85.05 cores=0,2,4,6
/proc/29948/stat : 29948 (java) S 29946 29946 17292 0 -1 1077944320 181195 0 0 0 7451 1054 0 0 20 0 15 0 14281582 14314172416 2852930 18446744073709551615 4194304 4196468 140732671111728 140732671094272 140668723126007 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
/proc/29948/statm: 3494671 2852930 3226 1 0 3482964 0
[pid=29948/tid=29949] ppid=29946 vsize=13978684 memory=11411716 CPUtime=3.08 cores=0,2,4,6
/proc/29948/task/29949/stat : 29949 (java) S 29946 29946 17292 0 -1 1077944384 10319 0 0 0 301 7 0 0 20 0 15 0 14281583 14314172416 2852930 18446744073709551615 4194304 4196468 140732671111728 140668727365280 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29950] ppid=29946 vsize=13978684 memory=1376 CPUtime=19.78 cores=0,2,4,6
/proc/29948/task/29950/stat : 29950 (java) S 29946 29946 17292 0 -1 1077944384 31071 0 0 0 1743 235 0 0 20 0 15 0 14281583 14314172416 2852930 18446744073709551615 4194304 4196468 140732671111728 140668642540176 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29951] ppid=29946 vsize=13978684 memory=11411716 CPUtime=19.75 cores=0,2,4,6
/proc/29948/task/29951/stat : 29951 (java) S 29946 29946 17292 0 -1 1077944384 33149 0 0 0 1686 289 0 0 20 0 15 0 14281583 14314172416 2852930 18446744073709551615 4194304 4196468 140732671111728 140668641487376 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29952] ppid=29946 vsize=13978684 memory=11411716 CPUtime=19.79 cores=0,2,4,6
/proc/29948/task/29952/stat : 29952 (java) S 29946 29946 17292 0 -1 1077944384 40652 0 0 0 1715 264 0 0 20 0 15 0 14281583 14314172416 2852930 18446744073709551615 4194304 4196468 140732671111728 140668640434576 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29953] ppid=29946 vsize=13978684 memory=1376 CPUtime=19.81 cores=0,2,4,6
/proc/29948/task/29953/stat : 29953 (java) S 29946 29946 17292 0 -1 1077944384 37442 0 0 0 1729 252 0 0 20 0 15 0 14281583 14314172416 2852930 18446744073709551615 4194304 4196468 140732671111728 140668639381776 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29954] ppid=29946 vsize=13978684 memory=1376 CPUtime=1.26 cores=0,2,4,6
/proc/29948/task/29954/stat : 29954 (java) R 29946 29946 17292 0 -1 4202560 21731 0 0 0 125 1 0 0 20 0 15 0 14281585 14314172416 2852930 18446744073709551615 4194304 4196468 140732671111728 140668201051584 140668701496168 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29955] ppid=29946 vsize=13978684 memory=11411384 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29955/stat : 29955 (java) S 29946 29946 17292 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 14281585 14314172416 2852930 18446744073709551615 4194304 4196468 140732671111728 140668199999072 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29956] ppid=29946 vsize=13978684 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29956/stat : 29956 (java) S 29946 29946 17292 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 14281585 14314172416 2852930 18446744073709551615 4194304 4196468 140732671111728 140668198946176 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29957] ppid=29946 vsize=13978684 memory=928 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29957/stat : 29957 (java) S 29946 29946 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14281588 14314172416 2852930 18446744073709551615 4194304 4196468 140732671111728 140668197894480 140668723144603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29958] ppid=29946 vsize=13978684 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/29948/task/29958/stat : 29958 (java) S 29946 29946 17292 0 -1 1077944384 2196 0 0 0 60 0 0 0 20 0 15 0 14281588 14314172416 2852930 18446744073709551615 4194304 4196468 140732671111728 140668196841840 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29959] ppid=29946 vsize=13978684 memory=1704 CPUtime=0.57 cores=0,2,4,6
/proc/29948/task/29959/stat : 29959 (java) S 29946 29946 17292 0 -1 1077944384 1290 0 0 0 57 0 0 0 20 0 15 0 14281588 14314172416 2852930 18446744073709551615 4194304 4196468 140732671111728 140668195789040 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29960] ppid=29946 vsize=13978684 memory=1376 CPUtime=0.3 cores=0,2,4,6
/proc/29948/task/29960/stat : 29960 (java) S 29946 29946 17292 0 -1 1077944384 1719 0 0 0 30 0 0 0 20 0 15 0 14281588 14314172416 2852930 18446744073709551615 4194304 4196468 140732671111728 140668194736240 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29961] ppid=29946 vsize=13978684 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/29948/task/29961/stat : 29961 (java) S 29946 29946 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14281588 14314172416 2852930 18446744073709551615 4194304 4196468 140732671111728 140668193683680 140668723136213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
[pid=29948/tid=29962] ppid=29946 vsize=13978684 memory=11411716 CPUtime=0.02 cores=0,2,4,6
/proc/29948/task/29962/stat : 29962 (java) S 29946 29946 17292 0 -1 1077944384 325 0 0 0 0 2 0 0 20 0 15 0 14281596 14314172416 2852930 18446744073709551615 4194304 4196468 140732671111728 140668192631984 140668723137154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 30781440 140732671119794 140732671119970 140732671119970 140732671123407 0
Current children cumulated CPU time: 85.05 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 11413096 KiB

Child status: 1
Real time (s): 24.5782
CPU time (s): 85.1421
CPU user time (s): 74.5432
CPU system time (s): 10.5989
CPU usage (%): 346.413
Max. virtual memory (cumulated for all children) (KiB): 13988196
Max. memory (cumulated for all children) (KiB): 11413096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.5432
system time used= 10.5989
maximum resident set size= 11412076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181869
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4226
involuntary context switches= 762


# summary of solver processes directly reported to runsolver:
#   pid: 29946
#   total CPU time (s): 85.1421
#   total CPU user time (s): 74.5432
#   total CPU system time (s): 10.5989

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.175861 second user time and 0.324603 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-19 17:51:27
IDJOB=4282226
IDBENCH=138764
IDSOLVER=2677
FILE ID=node129/4282226-1503158724
RUNJOBID= node129-1503095823-17350
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-09.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-4282226-1503158724/watcher-4282226-1503158724 -o /tmp/evaluation-result-4282226-1503158724/solver-4282226-1503158724 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503095823-17350 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2045984587 HOME/instance-4282226-1503158724.xml

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

MD5SUM BENCH= 974f0afcd706a93e2571fe02010426b6
RANDOM SEED=2045984587

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:        28980700 kB
MemAvailable:   29236140 kB
Buffers:          180612 kB
Cached:           364808 kB
SwapCached:            0 kB
Active:          3010216 kB
Inactive:         369600 kB
Active(anon):    2834700 kB
Inactive(anon):    16748 kB
Active(file):     175516 kB
Inactive(file):   352852 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8572 kB
Writeback:             0 kB
AnonPages:       2834392 kB
Mapped:            45528 kB
Shmem:             17060 kB
Slab:             110932 kB
SReclaimable:      85812 kB
SUnreclaim:        25120 kB
KernelStack:        3488 kB
PageTables:        10792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5062204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2727936 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= 62000 MiB
End job on node129 at 2017-08-19 17:51:52