Trace number 4282504

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)? 368.91699 166.578

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.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282504-1503129862.xml"  -tl '2520s' -p 1 -x 0
0.11/0.26	c [HOME/instance-4282504-1503129862.xml, -tl, 2520s, -p, 1, -x, 0]
0.31/0.32	c simple solver
0.31/0.39	c parse instance...
321.23/152.72	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
321.23/152.72		at java.util.Arrays.copyOf(Arrays.java:3181)
321.23/152.72		at java.util.ArrayList.grow(ArrayList.java:261)
321.23/152.72		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
321.23/152.72		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
321.23/152.72		at java.util.ArrayList.add(ArrayList.java:458)
321.23/152.72		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:158)
321.23/152.72		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
321.23/152.72		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148)
321.23/152.72		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
368.84/166.50		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
368.84/166.50		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
368.84/166.50		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
368.84/166.50		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
368.84/166.50		at org.xcsp.parser.XCallbacks$$Lambda$52/715378067.accept(Unknown Source)
368.84/166.50		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
368.84/166.50		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
368.84/166.50		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
368.84/166.50		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
368.84/166.50		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
368.84/166.50		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
368.84/166.50		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
368.84/166.50		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
368.84/166.50		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
368.84/166.50		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
368.84/166.50		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
368.84/166.51	s UNKNOWN
368.84/166.51	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 (14824 MiB free)
  memory of node 1: 16384 MiB (15358 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282504-1503129862/watcher-4282504-1503129862 -o /tmp/evaluation-result-4282504-1503129862/solver-4282504-1503129862 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28951 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1571068495 HOME/instance-4282504-1503129862.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=2392, runsolver pid=2389

[startup+0.100117 s]*
/proc/loadavg: 1.89 1.89 1.93 3/206 2399
/proc/meminfo: memFree=30903848/32770624 swapFree=67108860/67108860
[pid=2392] ppid=2389 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2392/stat : 2392 (xcsp3-exec) S 2389 2392 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 115179385 9740288 345 18446744073709551615 4194304 5098028 140733330023776 140733330021880 140625646523004 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 11333632 140733330030968 140733330031173 140733330031173 140733330034667 0
/proc/2392/statm: 2378 345 289 221 0 87 0
[pid=2394] ppid=2392 vsize=13358712 memory=16548 CPUtime=0 cores=1,3,5,7
/proc/2394/stat : 2394 (java) S 2392 2392 28892 0 -1 1077944320 3410 0 0 0 0 0 0 0 20 0 6 0 115179394 13679321088 4137 18446744073709551615 4194304 4196468 140732796538256 140732796520800 140701084581623 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
/proc/2394/statm: 3339678 4137 1903 1 0 3329175 0
[pid=2394/tid=2395] ppid=2392 vsize=13358712 memory=-6739615476349292588 CPUtime=0.01 cores=1,3,5,7
/proc/2394/task/2395/stat : 2395 (java) R 2392 2392 28892 0 -1 4202560 2188 0 0 0 1 0 0 0 20 0 6 0 115179394 13679321088 4137 18446744073709551615 4194304 4196468 140732796538256 140701088817744 140701076818750 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2396] ppid=2392 vsize=13358712 memory=5118961333147690361 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2396/stat : 2396 (java) S 2392 2392 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 115179395 13679321088 4137 18446744073709551615 4194304 4196468 140732796538256 140701049863056 140701084591829 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2397] ppid=2392 vsize=13358712 memory=139737302136448 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2397/stat : 2397 (java) S 2392 2392 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 115179395 13679321088 4137 18446744073709551615 4194304 4196468 140732796538256 140700683602704 140701084591829 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2398] ppid=2392 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2398/stat : 2398 (java) S 2392 2392 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 115179395 13679321088 4137 18446744073709551615 4194304 4196468 140732796538256 140700682550416 140701084591829 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2399] ppid=2392 vsize=13358712 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2399/stat : 2399 (java) S 2392 2392 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 115179395 13679321088 4137 18446744073709551615 4194304 4196468 140732796538256 140700681497616 140701084591829 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 17928 KiB

[startup+0.210073 s]*
/proc/loadavg: 1.89 1.89 1.93 4/215 2408
/proc/meminfo: memFree=30891552/32770624 swapFree=67108860/67108860
[pid=2392] ppid=2389 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2392/stat : 2392 (xcsp3-exec) S 2389 2392 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 115179385 9740288 345 18446744073709551615 4194304 5098028 140733330023776 140733330021880 140625646523004 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 11333632 140733330030968 140733330031173 140733330031173 140733330034667 0
/proc/2392/statm: 2378 345 289 221 0 87 0
[pid=2394] ppid=2392 vsize=13974352 memory=27856 CPUtime=0.11 cores=1,3,5,7
/proc/2394/stat : 2394 (java) S 2392 2392 28892 0 -1 1077944320 5369 0 0 0 10 1 0 0 20 0 15 0 115179394 14309736448 6964 18446744073709551615 4194304 4196468 140732796538256 140732796520800 140701084581623 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
/proc/2394/statm: 3493588 6964 2846 1 0 3482964 0
[pid=2394/tid=2395] ppid=2392 vsize=13974352 memory=7311146985107750967 CPUtime=0.08 cores=1,3,5,7
/proc/2394/task/2395/stat : 2395 (java) R 2392 2392 28892 0 -1 4202560 3398 0 0 0 8 0 0 0 20 0 15 0 115179394 14309736448 6964 18446744073709551615 4194304 4196468 140732796538256 140701088813616 140701084593558 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2396] ppid=2392 vsize=13974352 memory=13729 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2396/stat : 2396 (java) S 2392 2392 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115179395 14309736448 6964 18446744073709551615 4194304 4196468 140732796538256 140701049863056 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2397] ppid=2392 vsize=13974352 memory=288370113453848192 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2397/stat : 2397 (java) S 2392 2392 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115179395 14309736448 6964 18446744073709551615 4194304 4196468 140732796538256 140700683602704 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2398] ppid=2392 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2398/stat : 2398 (java) S 2392 2392 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115179395 14309736448 6964 18446744073709551615 4194304 4196468 140732796538256 140700682550416 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2399] ppid=2392 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2399/stat : 2399 (java) S 2392 2392 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115179395 14309736448 6964 18446744073709551615 4194304 4196468 140732796538256 140700681497616 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2400] ppid=2392 vsize=13974352 memory=139737302136448 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2400/stat : 2400 (java) S 2392 2392 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115179396 14309736448 6964 18446744073709551615 4194304 4196468 140732796538256 140700563196016 140701084592770 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2401] ppid=2392 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2401/stat : 2401 (java) S 2392 2392 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115179396 14309736448 6964 18446744073709551615 4194304 4196468 140732796538256 140700562141984 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2402] ppid=2392 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2402/stat : 2402 (java) S 2392 2392 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115179397 14309736448 6964 18446744073709551615 4194304 4196468 140732796538256 140700561089648 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2403] ppid=2392 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2403/stat : 2403 (java) S 2392 2392 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115179399 14309736448 6964 18446744073709551615 4194304 4196468 140732796538256 140700560037968 140701084600219 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2404] ppid=2392 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2404/stat : 2404 (java) S 2392 2392 28892 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 115179399 14309736448 6964 18446744073709551615 4194304 4196468 140732796538256 140700558985840 140701084592770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2405] ppid=2392 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2405/stat : 2405 (java) S 2392 2392 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115179399 14309736448 6964 18446744073709551615 4194304 4196468 140732796538256 140700557933040 140701084592770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2406] ppid=2392 vsize=13974352 memory=139737302136448 CPUtime=0.01 cores=1,3,5,7
/proc/2394/task/2406/stat : 2406 (java) S 2392 2392 28892 0 -1 1077944384 247 0 0 0 1 0 0 0 20 0 15 0 115179399 14309736448 6964 18446744073709551615 4194304 4196468 140732796538256 140700556880752 140701084592770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2407] ppid=2392 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2407/stat : 2407 (java) S 2392 2392 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115179399 14309736448 6964 18446744073709551615 4194304 4196468 140732796538256 140700555828192 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2408] ppid=2392 vsize=13974352 memory=139737302136448 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2408/stat : 2408 (java) S 2392 2392 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115179403 14309736448 6964 18446744073709551615 4194304 4196468 140732796538256 140700554774960 140701084592770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29236 KiB

[startup+0.310648 s]*
/proc/loadavg: 1.89 1.89 1.93 6/215 2408
/proc/meminfo: memFree=30879764/32770624 swapFree=67108860/67108860
[pid=2392] ppid=2389 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2392/stat : 2392 (xcsp3-exec) S 2389 2392 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 115179385 9740288 345 18446744073709551615 4194304 5098028 140733330023776 140733330021880 140625646523004 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 11333632 140733330030968 140733330031173 140733330031173 140733330034667 0
/proc/2392/statm: 2378 345 289 221 0 87 0
[pid=2394] ppid=2392 vsize=13974352 memory=39744 CPUtime=0.31 cores=1,3,5,7
/proc/2394/stat : 2394 (java) S 2392 2392 28892 0 -1 1077944320 9044 0 0 0 29 2 0 0 20 0 15 0 115179394 14309736448 9936 18446744073709551615 4194304 4196468 140732796538256 140732796520800 140701084581623 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
/proc/2394/statm: 3493588 9936 3004 1 0 3482964 0
[pid=2394/tid=2395] ppid=2392 vsize=13974352 memory=6933928925625698159 CPUtime=0.19 cores=1,3,5,7
/proc/2394/task/2395/stat : 2395 (java) R 2392 2392 28892 0 -1 4202560 6141 0 0 0 17 2 0 0 20 0 15 0 115179394 14309736448 10000 18446744073709551615 4194304 4196468 140732796538256 140701088819072 140701084603549 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2396] ppid=2392 vsize=13974352 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2396/stat : 2396 (java) S 2392 2392 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115179395 14309736448 10000 18446744073709551615 4194304 4196468 140732796538256 140701049863056 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2397] ppid=2392 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2397/stat : 2397 (java) S 2392 2392 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115179395 14309736448 10000 18446744073709551615 4194304 4196468 140732796538256 140700683602704 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2398] ppid=2392 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2398/stat : 2398 (java) S 2392 2392 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115179395 14309736448 10000 18446744073709551615 4194304 4196468 140732796538256 140700682550416 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2399] ppid=2392 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2399/stat : 2399 (java) S 2392 2392 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115179395 14309736448 10000 18446744073709551615 4194304 4196468 140732796538256 140700681497616 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2400] ppid=2392 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2400/stat : 2400 (java) S 2392 2392 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115179396 14309736448 10000 18446744073709551615 4194304 4196468 140732796538256 140700563196016 140701084592770 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2401] ppid=2392 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2401/stat : 2401 (java) S 2392 2392 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115179396 14309736448 10000 18446744073709551615 4194304 4196468 140732796538256 140700562141984 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2402] ppid=2392 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2402/stat : 2402 (java) S 2392 2392 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115179397 14309736448 10000 18446744073709551615 4194304 4196468 140732796538256 140700561089648 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2403] ppid=2392 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2403/stat : 2403 (java) S 2392 2392 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115179399 14309736448 10000 18446744073709551615 4194304 4196468 140732796538256 140700560037968 140701084600219 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2404] ppid=2392 vsize=13974352 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2394/task/2404/stat : 2404 (java) S 2392 2392 28892 0 -1 1077944384 771 0 0 0 3 0 0 0 20 0 15 0 115179399 14309736448 10000 18446744073709551615 4194304 4196468 140732796538256 140700558985840 140701084592770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2405] ppid=2392 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2394/task/2405/stat : 2405 (java) S 2392 2392 28892 0 -1 1077944384 94 0 0 0 1 0 0 0 20 0 15 0 115179399 14309736448 10000 18446744073709551615 4194304 4196468 140732796538256 140700557933040 140701084592770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2406] ppid=2392 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/2394/task/2406/stat : 2406 (java) R 2392 2392 28892 0 -1 4202560 744 0 0 0 6 0 0 0 20 0 15 0 115179399 14309736448 10000 18446744073709551615 4194304 4196468 140732796538256 140700556880752 140701084593558 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2407] ppid=2392 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2407/stat : 2407 (java) S 2392 2392 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115179399 14309736448 10000 18446744073709551615 4194304 4196468 140732796538256 140700555828192 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2408] ppid=2392 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2408/stat : 2408 (java) S 2392 2392 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115179403 14309736448 10000 18446744073709551615 4194304 4196468 140732796538256 140700554774960 140701084592770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41124 KiB

[startup+0.700769 s]
/proc/loadavg: 1.89 1.89 1.93 5/215 2408
/proc/meminfo: memFree=30857436/32770624 swapFree=67108860/67108860
[pid=2392] ppid=2389 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2392/stat : 2392 (xcsp3-exec) S 2389 2392 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 115179385 9740288 345 18446744073709551615 4194304 5098028 140733330023776 140733330021880 140625646523004 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 11333632 140733330030968 140733330031173 140733330031173 140733330034667 0
/proc/2392/statm: 2378 345 289 221 0 87 0
[pid=2394] ppid=2392 vsize=13978608 memory=122348 CPUtime=1.27 cores=1,3,5,7
/proc/2394/stat : 2394 (java) S 2392 2392 28892 0 -1 1077944320 12993 0 0 0 122 5 0 0 20 0 15 0 115179394 14314094592 30587 18446744073709551615 4194304 4196468 140732796538256 140732796520800 140701084581623 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
/proc/2394/statm: 3494652 30587 3122 1 0 3482964 0
[pid=2394/tid=2395] ppid=2392 vsize=13978608 memory=110 CPUtime=0.56 cores=1,3,5,7
/proc/2394/task/2395/stat : 2395 (java) R 2392 2392 28892 0 -1 4202560 7585 0 0 0 53 3 0 0 20 0 15 0 115179394 14314094592 30587 18446744073709551615 4194304 4196468 140732796538256 140701088819472 140701084603549 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2396] ppid=2392 vsize=13978608 memory=164 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2396/stat : 2396 (java) S 2392 2392 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115179395 14314094592 30587 18446744073709551615 4194304 4196468 140732796538256 140701049863056 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2397] ppid=2392 vsize=13978608 memory=279474327532304 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2397/stat : 2397 (java) S 2392 2392 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115179395 14314094592 30587 18446744073709551615 4194304 4196468 140732796538256 140700683602704 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2398] ppid=2392 vsize=13978608 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2398/stat : 2398 (java) S 2392 2392 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115179395 14314094592 30587 18446744073709551615 4194304 4196468 140732796538256 140700682550416 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2399] ppid=2392 vsize=13978608 memory=-2746958450906831424 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2399/stat : 2399 (java) S 2392 2392 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115179395 14314094592 30587 18446744073709551615 4194304 4196468 140732796538256 140700681497616 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2400] ppid=2392 vsize=13978608 memory=4188417267667265856 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2400/stat : 2400 (java) S 2392 2392 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115179396 14314094592 30587 18446744073709551615 4194304 4196468 140732796538256 140700563196016 140701084592770 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2401] ppid=2392 vsize=13978608 memory=5450916479948064554 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2401/stat : 2401 (java) S 2392 2392 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115179396 14314094592 30587 18446744073709551615 4194304 4196468 140732796538256 140700562141984 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2402] ppid=2392 vsize=13978608 memory=-8248215640242096217 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2402/stat : 2402 (java) S 2392 2392 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115179397 14314094592 30587 18446744073709551615 4194304 4196468 140732796538256 140700561089648 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2403] ppid=2392 vsize=13978608 memory=7876914926858627433 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2403/stat : 2403 (java) S 2392 2392 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115179399 14314094592 30587 18446744073709551615 4194304 4196468 140732796538256 140700560037968 140701084600219 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2404] ppid=2392 vsize=13978608 memory=7876914926858627433 CPUtime=0.25 cores=1,3,5,7
/proc/2394/task/2404/stat : 2404 (java) S 2392 2392 28892 0 -1 1077944384 1720 0 0 0 25 0 0 0 20 0 15 0 115179399 14314094592 30587 18446744073709551615 4194304 4196468 140732796538256 140700558985840 140701084592770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2405] ppid=2392 vsize=13978608 memory=55 CPUtime=0.26 cores=1,3,5,7
/proc/2394/task/2405/stat : 2405 (java) S 2392 2392 28892 0 -1 1077944384 1054 0 0 0 26 0 0 0 20 0 15 0 115179399 14314094592 30587 18446744073709551615 4194304 4196468 140732796538256 140700557933040 140701084592770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2406] ppid=2392 vsize=13978608 memory=13954 CPUtime=0.17 cores=1,3,5,7
/proc/2394/task/2406/stat : 2406 (java) S 2392 2392 28892 0 -1 1077944384 1330 0 0 0 17 0 0 0 20 0 15 0 115179399 14314094592 30587 18446744073709551615 4194304 4196468 140732796538256 140700556880752 140701084592770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2407] ppid=2392 vsize=13978608 memory=23727 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2407/stat : 2407 (java) S 2392 2392 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115179399 14314094592 30587 18446744073709551615 4194304 4196468 140732796538256 140700555828192 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2408] ppid=2392 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2408/stat : 2408 (java) S 2392 2392 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115179403 14314094592 30587 18446744073709551615 4194304 4196468 140732796538256 140700554774960 140701084592770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 123728 KiB

[startup+1.51064 s]
/proc/loadavg: 1.89 1.89 1.93 3/215 2408
/proc/meminfo: memFree=30622788/32770624 swapFree=67108860/67108860
[pid=2392] ppid=2389 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2392/stat : 2392 (xcsp3-exec) S 2389 2392 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 115179385 9740288 345 18446744073709551615 4194304 5098028 140733330023776 140733330021880 140625646523004 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 11333632 140733330030968 140733330031173 140733330031173 140733330034667 0
/proc/2392/statm: 2378 345 289 221 0 87 0
[pid=2394] ppid=2392 vsize=13978608 memory=477292 CPUtime=3.45 cores=1,3,5,7
/proc/2394/stat : 2394 (java) S 2392 2392 28892 0 -1 1077944320 14776 0 0 0 300 45 0 0 20 0 15 0 115179394 14314094592 119323 18446744073709551615 4194304 4196468 140732796538256 140732796520800 140701084581623 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
/proc/2394/statm: 3494652 119323 3159 1 0 3482964 0
[pid=2394/tid=2395] ppid=2392 vsize=13978608 memory=0 CPUtime=0.9 cores=1,3,5,7
/proc/2394/task/2395/stat : 2395 (java) S 2392 2392 28892 0 -1 1077944384 7613 0 0 0 85 5 0 0 20 0 15 0 115179394 14314094592 119323 18446744073709551615 4194304 4196468 140732796538256 140701088820720 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2396] ppid=2392 vsize=13978608 memory=8257 CPUtime=0.44 cores=1,3,5,7
/proc/2394/task/2396/stat : 2396 (java) R 2392 2392 28892 0 -1 4202560 315 0 0 0 35 9 0 0 20 0 15 0 115179395 14314094592 119323 18446744073709551615 4194304 4196468 140732796538256 140701049863176 140701069281551 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2397] ppid=2392 vsize=13978608 memory=279474327260560 CPUtime=0.45 cores=1,3,5,7
/proc/2394/task/2397/stat : 2397 (java) R 2392 2392 28892 0 -1 4202560 671 0 0 0 36 9 0 0 20 0 15 0 115179395 14314094592 119323 18446744073709551615 4194304 4196468 140732796538256 140700683602704 140701069282256 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2398] ppid=2392 vsize=13978608 memory=-6876588628788076935 CPUtime=0.45 cores=1,3,5,7
/proc/2394/task/2398/stat : 2398 (java) R 2392 2392 28892 0 -1 4202560 373 0 0 0 36 9 0 0 20 0 15 0 115179395 14314094592 119323 18446744073709551615 4194304 4196468 140732796538256 140700682550416 140701069282259 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2399] ppid=2392 vsize=13978608 memory=55 CPUtime=0.44 cores=1,3,5,7
/proc/2394/task/2399/stat : 2399 (java) R 2392 2392 28892 0 -1 4202560 305 0 0 0 35 9 0 0 20 0 15 0 115179395 14314094592 119323 18446744073709551615 4194304 4196468 140732796538256 140700681497616 140701069578049 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2400] ppid=2392 vsize=13978608 memory=13954 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2400/stat : 2400 (java) S 2392 2392 28892 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 115179396 14314094592 119323 18446744073709551615 4194304 4196468 140732796538256 140700563194560 140701084591829 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2401] ppid=2392 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2401/stat : 2401 (java) S 2392 2392 28892 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 115179396 14314094592 119323 18446744073709551615 4194304 4196468 140732796538256 140700562141984 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2402] ppid=2392 vsize=13978608 memory=279474327274944 CPUtime=0 cores=1,3,5,7

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

/proc/2392/stat : 2392 (xcsp3-exec) S 2389 2392 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 115179385 9740288 345 18446744073709551615 4194304 5098028 140733330023776 140733330021880 140625646523004 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 11333632 140733330030968 140733330031173 140733330031173 140733330034667 0
/proc/2392/statm: 2378 345 289 221 0 87 0
[pid=2394] ppid=2392 vsize=13980732 memory=11751148 CPUtime=367.94 cores=1,3,5,7
/proc/2394/stat : 2394 (java) S 2392 2392 28892 0 -1 1077944320 279405 0 0 0 35539 1255 0 0 20 0 15 0 115179394 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140732796520800 140701084581623 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
/proc/2394/statm: 3495183 2937787 3236 1 0 3483476 0
[pid=2394/tid=2395] ppid=2392 vsize=13980732 memory=7680170660397595203 CPUtime=65.8 cores=1,3,5,7
/proc/2394/task/2395/stat : 2395 (java) S 2392 2392 28892 0 -1 1077944384 23043 0 0 0 6564 16 0 0 20 0 15 0 115179394 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140701088821392 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2396] ppid=2392 vsize=13980732 memory=62048 CPUtime=66.34 cores=1,3,5,7
/proc/2394/task/2396/stat : 2396 (java) S 2392 2392 28892 0 -1 1077944384 46346 0 0 0 6352 282 0 0 20 0 15 0 115179395 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140701049863056 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2397] ppid=2392 vsize=13980732 memory=1296 CPUtime=66.52 cores=1,3,5,7
/proc/2394/task/2397/stat : 2397 (java) S 2392 2392 28892 0 -1 1077944384 68094 0 0 0 6323 329 0 0 20 0 15 0 115179395 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700683602704 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2398] ppid=2392 vsize=13980732 memory=2420 CPUtime=66.48 cores=1,3,5,7
/proc/2394/task/2398/stat : 2398 (java) S 2392 2392 28892 0 -1 1077944384 42219 0 0 0 6362 286 0 0 20 0 15 0 115179395 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700682550416 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2399] ppid=2392 vsize=13980732 memory=1732 CPUtime=66.21 cores=1,3,5,7
/proc/2394/task/2399/stat : 2399 (java) S 2392 2392 28892 0 -1 1077944384 40338 0 0 0 6291 330 0 0 20 0 15 0 115179395 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700681497616 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2400] ppid=2392 vsize=13980732 memory=5788 CPUtime=32.27 cores=1,3,5,7
/proc/2394/task/2400/stat : 2400 (java) R 2392 2392 28892 0 -1 4202560 38018 0 0 0 3224 3 0 0 20 0 15 0 115179396 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700563194560 140701069039193 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2401] ppid=2392 vsize=13980732 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2401/stat : 2401 (java) S 2392 2392 28892 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 115179396 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700562142048 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2402] ppid=2392 vsize=13980732 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2402/stat : 2402 (java) S 2392 2392 28892 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 115179397 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700561089664 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2403] ppid=2392 vsize=13980732 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2403/stat : 2403 (java) S 2392 2392 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115179399 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700560037968 140701084600219 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2404] ppid=2392 vsize=13980732 memory=1228 CPUtime=1.81 cores=1,3,5,7
/proc/2394/task/2404/stat : 2404 (java) S 2392 2392 28892 0 -1 1077944384 6998 0 0 0 181 0 0 0 20 0 15 0 115179399 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700558985888 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2405] ppid=2392 vsize=13980732 memory=12216 CPUtime=1.81 cores=1,3,5,7
/proc/2394/task/2405/stat : 2405 (java) S 2392 2392 28892 0 -1 1077944384 5073 0 0 0 180 1 0 0 20 0 15 0 115179399 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700557932800 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2406] ppid=2392 vsize=13980732 memory=1992 CPUtime=0.51 cores=1,3,5,7
/proc/2394/task/2406/stat : 2406 (java) S 2392 2392 28892 0 -1 1077944384 7432 0 0 0 50 1 0 0 20 0 15 0 115179399 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700556876128 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2407] ppid=2392 vsize=13980732 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2407/stat : 2407 (java) S 2392 2392 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115179399 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700555828192 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2408] ppid=2392 vsize=13980732 memory=1000 CPUtime=0.08 cores=1,3,5,7
/proc/2394/task/2408/stat : 2408 (java) S 2392 2392 28892 0 -1 1077944384 443 0 0 0 4 4 0 0 20 0 15 0 115179403 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700554774960 140701084592770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
Current children cumulated CPU time: 367.94 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11752528 KiB

[startup+166.001 s]*
/proc/loadavg: 2.71 2.10 2.00 3/212 2646
/proc/meminfo: memFree=19036860/32770624 swapFree=67108860/67108860
[pid=2392] ppid=2389 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2392/stat : 2392 (xcsp3-exec) S 2389 2392 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 115179385 9740288 345 18446744073709551615 4194304 5098028 140733330023776 140733330021880 140625646523004 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 11333632 140733330030968 140733330031173 140733330031173 140733330034667 0
/proc/2392/statm: 2378 345 289 221 0 87 0
[pid=2394] ppid=2392 vsize=13980732 memory=11751148 CPUtime=368.35 cores=1,3,5,7
/proc/2394/stat : 2394 (java) S 2392 2392 28892 0 -1 1077944320 279405 0 0 0 35580 1255 0 0 20 0 15 0 115179394 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140732796520800 140701084581623 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
/proc/2394/statm: 3495183 2937787 3236 1 0 3483476 0
[pid=2394/tid=2395] ppid=2392 vsize=13980732 memory=6933928925625698159 CPUtime=65.8 cores=1,3,5,7
/proc/2394/task/2395/stat : 2395 (java) S 2392 2392 28892 0 -1 1077944384 23043 0 0 0 6564 16 0 0 20 0 15 0 115179394 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140701088821392 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2396] ppid=2392 vsize=13980732 memory=4126316290023845779 CPUtime=66.34 cores=1,3,5,7
/proc/2394/task/2396/stat : 2396 (java) S 2392 2392 28892 0 -1 1077944384 46346 0 0 0 6352 282 0 0 20 0 15 0 115179395 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140701049863056 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2397] ppid=2392 vsize=13980732 memory=0 CPUtime=66.52 cores=1,3,5,7
/proc/2394/task/2397/stat : 2397 (java) S 2392 2392 28892 0 -1 1077944384 68094 0 0 0 6323 329 0 0 20 0 15 0 115179395 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700683602704 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2398] ppid=2392 vsize=13980732 memory=0 CPUtime=66.48 cores=1,3,5,7
/proc/2394/task/2398/stat : 2398 (java) S 2392 2392 28892 0 -1 1077944384 42219 0 0 0 6362 286 0 0 20 0 15 0 115179395 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700682550416 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2399] ppid=2392 vsize=13980732 memory=0 CPUtime=66.21 cores=1,3,5,7
/proc/2394/task/2399/stat : 2399 (java) S 2392 2392 28892 0 -1 1077944384 40338 0 0 0 6291 330 0 0 20 0 15 0 115179395 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700681497616 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2400] ppid=2392 vsize=13980732 memory=0 CPUtime=32.68 cores=1,3,5,7
/proc/2394/task/2400/stat : 2400 (java) R 2392 2392 28892 0 -1 4202560 38018 0 0 0 3265 3 0 0 20 0 15 0 115179396 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700563194448 140701069578027 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2401] ppid=2392 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2401/stat : 2401 (java) S 2392 2392 28892 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 115179396 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700562142048 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2402] ppid=2392 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2402/stat : 2402 (java) S 2392 2392 28892 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 115179397 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700561089664 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2403] ppid=2392 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2403/stat : 2403 (java) S 2392 2392 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115179399 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700560037968 140701084600219 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2404] ppid=2392 vsize=13980732 memory=0 CPUtime=1.81 cores=1,3,5,7
/proc/2394/task/2404/stat : 2404 (java) S 2392 2392 28892 0 -1 1077944384 6998 0 0 0 181 0 0 0 20 0 15 0 115179399 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700558985888 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2405] ppid=2392 vsize=13980732 memory=0 CPUtime=1.81 cores=1,3,5,7
/proc/2394/task/2405/stat : 2405 (java) S 2392 2392 28892 0 -1 1077944384 5073 0 0 0 180 1 0 0 20 0 15 0 115179399 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700557932800 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2406] ppid=2392 vsize=13980732 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/2394/task/2406/stat : 2406 (java) S 2392 2392 28892 0 -1 1077944384 7432 0 0 0 50 1 0 0 20 0 15 0 115179399 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700556876128 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2407] ppid=2392 vsize=13980732 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2407/stat : 2407 (java) S 2392 2392 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115179399 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700555828192 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2408] ppid=2392 vsize=13980732 memory=139737302136448 CPUtime=0.09 cores=1,3,5,7
/proc/2394/task/2408/stat : 2408 (java) S 2392 2392 28892 0 -1 1077944384 443 0 0 0 4 5 0 0 20 0 15 0 115179403 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700554774960 140701084592770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
Current children cumulated CPU time: 368.35 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11752528 KiB

[startup+166.401 s]
/proc/loadavg: 2.71 2.10 2.00 3/212 2646
/proc/meminfo: memFree=19036860/32770624 swapFree=67108860/67108860
[pid=2392] ppid=2389 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2392/stat : 2392 (xcsp3-exec) S 2389 2392 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 115179385 9740288 345 18446744073709551615 4194304 5098028 140733330023776 140733330021880 140625646523004 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 11333632 140733330030968 140733330031173 140733330031173 140733330034667 0
/proc/2392/statm: 2378 345 289 221 0 87 0
[pid=2394] ppid=2392 vsize=13980732 memory=11751148 CPUtime=368.74 cores=1,3,5,7
/proc/2394/stat : 2394 (java) S 2392 2392 28892 0 -1 1077944320 279405 0 0 0 35619 1255 0 0 20 0 15 0 115179394 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140732796520800 140701084581623 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
/proc/2394/statm: 3495183 2937787 3236 1 0 3483476 0
[pid=2394/tid=2395] ppid=2392 vsize=13980732 memory=1732 CPUtime=65.8 cores=1,3,5,7
/proc/2394/task/2395/stat : 2395 (java) S 2392 2392 28892 0 -1 1077944384 23043 0 0 0 6564 16 0 0 20 0 15 0 115179394 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140701088821392 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2396] ppid=2392 vsize=13980732 memory=11750948 CPUtime=66.34 cores=1,3,5,7
/proc/2394/task/2396/stat : 2396 (java) S 2392 2392 28892 0 -1 1077944384 46346 0 0 0 6352 282 0 0 20 0 15 0 115179395 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140701049863056 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2397] ppid=2392 vsize=13980732 memory=4198373884061773715 CPUtime=66.52 cores=1,3,5,7
/proc/2394/task/2397/stat : 2397 (java) S 2392 2392 28892 0 -1 1077944384 68094 0 0 0 6323 329 0 0 20 0 15 0 115179395 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700683602704 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2398] ppid=2392 vsize=13980732 memory=1708 CPUtime=66.48 cores=1,3,5,7
/proc/2394/task/2398/stat : 2398 (java) S 2392 2392 28892 0 -1 1077944384 42219 0 0 0 6362 286 0 0 20 0 15 0 115179395 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700682550416 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2399] ppid=2392 vsize=13980732 memory=1444 CPUtime=66.21 cores=1,3,5,7
/proc/2394/task/2399/stat : 2399 (java) S 2392 2392 28892 0 -1 1077944384 40338 0 0 0 6291 330 0 0 20 0 15 0 115179395 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700681497616 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2400] ppid=2392 vsize=13980732 memory=1228 CPUtime=33.07 cores=1,3,5,7
/proc/2394/task/2400/stat : 2400 (java) R 2392 2392 28892 0 -1 4202560 38018 0 0 0 3304 3 0 0 20 0 15 0 115179396 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700563194448 140701069578030 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2401] ppid=2392 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2401/stat : 2401 (java) S 2392 2392 28892 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 115179396 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700562142048 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2402] ppid=2392 vsize=13980732 memory=6933928925625698159 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2402/stat : 2402 (java) S 2392 2392 28892 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 115179397 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700561089664 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2403] ppid=2392 vsize=13980732 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2403/stat : 2403 (java) S 2392 2392 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115179399 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700560037968 140701084600219 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2404] ppid=2392 vsize=13980732 memory=0 CPUtime=1.81 cores=1,3,5,7
/proc/2394/task/2404/stat : 2404 (java) S 2392 2392 28892 0 -1 1077944384 6998 0 0 0 181 0 0 0 20 0 15 0 115179399 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700558985888 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2405] ppid=2392 vsize=13980732 memory=1380 CPUtime=1.81 cores=1,3,5,7
/proc/2394/task/2405/stat : 2405 (java) S 2392 2392 28892 0 -1 1077944384 5073 0 0 0 180 1 0 0 20 0 15 0 115179399 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700557932800 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2406] ppid=2392 vsize=13980732 memory=11751148 CPUtime=0.51 cores=1,3,5,7
/proc/2394/task/2406/stat : 2406 (java) S 2392 2392 28892 0 -1 1077944384 7432 0 0 0 50 1 0 0 20 0 15 0 115179399 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700556876128 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2407] ppid=2392 vsize=13980732 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2407/stat : 2407 (java) S 2392 2392 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115179399 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700555828192 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2408] ppid=2392 vsize=13980732 memory=4048 CPUtime=0.09 cores=1,3,5,7
/proc/2394/task/2408/stat : 2408 (java) S 2392 2392 28892 0 -1 1077944384 443 0 0 0 4 5 0 0 20 0 15 0 115179403 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700554774960 140701084592770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
Current children cumulated CPU time: 368.74 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11752528 KiB

[startup+166.501 s]
/proc/loadavg: 2.71 2.10 2.00 3/212 2646
/proc/meminfo: memFree=19036860/32770624 swapFree=67108860/67108860
[pid=2392] ppid=2389 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2392/stat : 2392 (xcsp3-exec) S 2389 2392 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 115179385 9740288 345 18446744073709551615 4194304 5098028 140733330023776 140733330021880 140625646523004 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 11333632 140733330030968 140733330031173 140733330031173 140733330034667 0
/proc/2392/statm: 2378 345 289 221 0 87 0
[pid=2394] ppid=2392 vsize=13980732 memory=11751148 CPUtime=368.84 cores=1,3,5,7
/proc/2394/stat : 2394 (java) S 2392 2392 28892 0 -1 1077944320 279915 0 0 0 35629 1255 0 0 20 0 15 0 115179394 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140732796520800 140701084581623 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
/proc/2394/statm: 3495183 2937787 3236 1 0 3483476 0
[pid=2394/tid=2395] ppid=2392 vsize=13980732 memory=11751148 CPUtime=65.8 cores=1,3,5,7
/proc/2394/task/2395/stat : 2395 (java) S 2392 2392 28892 0 -1 1077944384 23043 0 0 0 6564 16 0 0 20 0 15 0 115179394 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140701088821392 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2396] ppid=2392 vsize=13980732 memory=1380 CPUtime=66.34 cores=1,3,5,7
/proc/2394/task/2396/stat : 2396 (java) S 2392 2392 28892 0 -1 1077944384 46346 0 0 0 6352 282 0 0 20 0 15 0 115179395 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140701049863056 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2397] ppid=2392 vsize=13980732 memory=1380 CPUtime=66.52 cores=1,3,5,7
/proc/2394/task/2397/stat : 2397 (java) S 2392 2392 28892 0 -1 1077944384 68094 0 0 0 6323 329 0 0 20 0 15 0 115179395 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700683602704 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2398] ppid=2392 vsize=13980732 memory=11751148 CPUtime=66.48 cores=1,3,5,7
/proc/2394/task/2398/stat : 2398 (java) S 2392 2392 28892 0 -1 1077944384 42219 0 0 0 6362 286 0 0 20 0 15 0 115179395 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700682550416 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2399] ppid=2392 vsize=13980732 memory=1380 CPUtime=66.21 cores=1,3,5,7
/proc/2394/task/2399/stat : 2399 (java) S 2392 2392 28892 0 -1 1077944384 40338 0 0 0 6291 330 0 0 20 0 15 0 115179395 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700681497616 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2400] ppid=2392 vsize=13980732 memory=1380 CPUtime=33.17 cores=1,3,5,7
/proc/2394/task/2400/stat : 2400 (java) R 2392 2392 28892 0 -1 4202560 38528 0 0 0 3314 3 0 0 20 0 15 0 115179396 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700563194448 140701062951803 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2401] ppid=2392 vsize=13980732 memory=11751148 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2401/stat : 2401 (java) S 2392 2392 28892 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 115179396 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700562142048 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2402] ppid=2392 vsize=13980732 memory=62048 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2402/stat : 2402 (java) S 2392 2392 28892 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 115179397 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700561089664 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2403] ppid=2392 vsize=13980732 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2403/stat : 2403 (java) S 2392 2392 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115179399 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700560037968 140701084600219 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2404] ppid=2392 vsize=13980732 memory=11751148 CPUtime=1.81 cores=1,3,5,7
/proc/2394/task/2404/stat : 2404 (java) S 2392 2392 28892 0 -1 1077944384 6998 0 0 0 181 0 0 0 20 0 15 0 115179399 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700558985888 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2405] ppid=2392 vsize=13980732 memory=1380 CPUtime=1.81 cores=1,3,5,7
/proc/2394/task/2405/stat : 2405 (java) S 2392 2392 28892 0 -1 1077944384 5073 0 0 0 180 1 0 0 20 0 15 0 115179399 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700557932800 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2406] ppid=2392 vsize=13980732 memory=11750948 CPUtime=0.51 cores=1,3,5,7
/proc/2394/task/2406/stat : 2406 (java) S 2392 2392 28892 0 -1 1077944384 7432 0 0 0 50 1 0 0 20 0 15 0 115179399 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700556876128 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2407] ppid=2392 vsize=13980732 memory=55 CPUtime=0 cores=1,3,5,7
/proc/2394/task/2407/stat : 2407 (java) S 2392 2392 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115179399 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700555828192 140701084591829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
[pid=2394/tid=2408] ppid=2392 vsize=13980732 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2394/task/2408/stat : 2408 (java) S 2392 2392 28892 0 -1 1077944384 443 0 0 0 4 5 0 0 20 0 15 0 115179403 14316269568 2937787 18446744073709551615 4194304 4196468 140732796538256 140700554774960 140701084592770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38313984 140732796539313 140732796539489 140732796539489 140732796542927 0
Current children cumulated CPU time: 368.84 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11752528 KiB

Child status: 1
Real time (s): 166.578
CPU time (s): 368.917
CPU user time (s): 356.306
CPU system time (s): 12.6113
CPU usage (%): 221.469
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 11752528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 356.306
system time used= 12.6113
maximum resident set size= 11751304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284014
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9161
involuntary context switches= 2737


# summary of solver processes directly reported to runsolver:
#   pid: 2392
#   total CPU time (s): 368.917
#   total CPU user time (s): 356.306
#   total CPU system time (s): 12.6113

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.05135 second user time and 1.70959 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-19 09:50:12
IDJOB=4282504
IDBENCH=126900
IDSOLVER=2677
FILE ID=node127/4282504-1503129862
RUNJOBID= node127-1503095799-28951
PBS_JOBID= 
Free space on /tmp= 61940 MiB

SOLVER NAME= choco-solver 4.0.5 seq
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-4282504-1503129862/watcher-4282504-1503129862 -o /tmp/evaluation-result-4282504-1503129862/solver-4282504-1503129862 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28951 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1571068495 HOME/instance-4282504-1503129862.xml

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

MD5SUM BENCH= fdcb353b2918313db809b139313e7b9f
RANDOM SEED=1571068495

node127.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.92
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.92
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.92
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.92
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:        30907996 kB
MemAvailable:   31816708 kB
Buffers:          296420 kB
Cached:           914180 kB
SwapCached:            0 kB
Active:          1043996 kB
Inactive:         368472 kB
Active(anon):     152464 kB
Inactive(anon):    99188 kB
Active(file):     891532 kB
Inactive(file):   269284 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             88128 kB
Writeback:             0 kB
AnonPages:        201828 kB
Mapped:            74056 kB
Shmem:             49828 kB
Slab:             153908 kB
SReclaimable:     127460 kB
SUnreclaim:        26448 kB
KernelStack:        3504 kB
PageTables:         6172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1182372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61936 MiB
End job on node127 at 2017-08-19 09:52:59