Trace number 4282612

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)? 2374.29 742.85303

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os20/
SuperTaillard-os-20-17.xml
MD5SUM4b4738a8e40cdda4c63a077f136d1653
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 variables800
Number of constraints23200
Number of domains98
Minimum domain size1322
Maximum domain size1420
Distribution of domain sizes[{"size":1322,"count":14},{"size":1323,"count":8},{"size":1324,"count":16},{"size":1325,"count":6},{"size":1326,"count":6},{"size":1327,"count":4},{"size":1328,"count":12},{"size":1329,"count":4},{"size":1330,"count":18},{"size":1331,"count":10},{"size":1332,"count":4},{"size":1333,"count":20},{"size":1334,"count":8},{"size":1335,"count":2},{"size":1336,"count":16},{"size":1337,"count":12},{"size":1338,"count":8},{"size":1339,"count":4},{"size":1340,"count":12},{"size":1341,"count":2},{"size":1342,"count":10},{"size":1343,"count":12},{"size":1344,"count":12},{"size":1345,"count":12},{"size":1346,"count":10},"...",{"size":1396,"count":10}, {"size":1397,"count":14}, {"size":1398,"count":8}, {"size":1399,"count":12}, {"size":1400,"count":4}, {"size":1401,"count":6}, {"size":1402,"count":12}, {"size":1403,"count":10}, {"size":1404,"count":6}, {"size":1405,"count":6}, {"size":1406,"count":6}, {"size":1407,"count":6}, {"size":1408,"count":4}, {"size":1409,"count":8}, {"size":1410,"count":6}, {"size":1411,"count":6}, {"size":1412,"count":8}, {"size":1413,"count":8}, {"size":1414,"count":8}, {"size":1415,"count":4}, {"size":1416,"count":10}, {"size":1417,"count":6}, {"size":1418,"count":10}, {"size":1419,"count":8}, {"size":1420,"count":6}]
Minimum variable degree39
Maximum variable degree77
Distribution of variable degrees[{"degree":39,"count":400},{"degree":77,"count":400}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":23200}]
Number of extensional constraints0
Number of intensional constraints23200
Distribution of constraint types[{"type":"intension","count":23200}]
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-4282612-1503158516.xml"  -tl '2520s' -p 1 -x 0
0.07/0.29	c [HOME/instance-4282612-1503158516.xml, -tl, 2520s, -p, 1, -x, 0]
0.26/0.35	c simple solver
0.26/0.42	c parse instance...
2374.13/742.79	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
2374.13/742.79		at java.util.Arrays.copyOf(Arrays.java:3181)
2374.13/742.79		at java.util.ArrayList.grow(ArrayList.java:261)
2374.13/742.79		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
2374.13/742.79		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
2374.13/742.79		at java.util.ArrayList.add(ArrayList.java:458)
2374.13/742.79		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:158)
2374.13/742.79		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
2374.13/742.79		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148)
2374.13/742.79		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
2374.13/742.79		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
2374.13/742.79		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
2374.13/742.79		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
2374.13/742.79		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
2374.13/742.79		at org.xcsp.parser.XCallbacks$$Lambda$46/148912029.accept(Unknown Source)
2374.13/742.79		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2374.13/742.79		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2374.13/742.79		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
2374.13/742.79		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
2374.13/742.79		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
2374.13/742.79		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
2374.13/742.79		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
2374.13/742.80		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
2374.13/742.80		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
2374.13/742.80		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
2374.13/742.80		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
2374.13/742.80	s UNKNOWN
2374.13/742.80	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 (15327 MiB free)
  memory of node 1: 16384 MiB (14914 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282612-1503158516/watcher-4282612-1503158516 -o /tmp/evaluation-result-4282612-1503158516/solver-4282612-1503158516 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503095856-15586 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 623189684 HOME/instance-4282612-1503158516.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
solver pid=27878, runsolver pid=27875
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 4.54 4.12 3.08 2/198 27881
/proc/meminfo: memFree=30964164/32770624 swapFree=67108860/67108860
[pid=27878] ppid=27875 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/27878/stat : 27878 (xcsp3-exec) S 27875 27878 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 14259596 9740288 344 18446744073709551615 4194304 5098028 140732409732576 140732409730680 139911436112508 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 25063424 140732409733498 140732409733702 140732409733702 140732409737195 0
/proc/27878/statm: 2378 344 289 221 0 87 0
[pid=27880] ppid=27878 vsize=13358712 memory=13576 CPUtime=0 cores=0,2,4,6
/proc/27880/stat : 27880 (java) S 27878 27878 15523 0 -1 1077944320 3178 0 0 0 0 0 0 0 20 0 6 0 14259605 13679321088 3394 18446744073709551615 4194304 4196468 140724567976896 140724567959440 139883646369527 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
/proc/27880/statm: 3339678 3394 1803 1 0 3329175 0
[pid=27880/tid=27881] ppid=27878 vsize=13358712 memory=-8713483618642852700 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27881/stat : 27881 (java) R 27878 27878 15523 0 -1 4202560 1967 0 0 0 0 0 0 0 20 0 6 0 14259605 13679321088 3460 18446744073709551615 4194304 4196468 140724567976896 139883650605648 139883630448997 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27882] ppid=27878 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27882/stat : 27882 (java) S 27878 27878 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 14259606 13679321088 3460 18446744073709551615 4194304 4196468 140724567976896 139883603336336 139883646379733 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27883] ppid=27878 vsize=13358712 memory=140348293260928 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27883/stat : 27883 (java) S 27878 27878 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 14259606 13679321088 3460 18446744073709551615 4194304 4196468 140724567976896 139883602283536 139883646379733 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27884] ppid=27878 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27884/stat : 27884 (java) S 27878 27878 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 14259606 13679321088 3460 18446744073709551615 4194304 4196468 140724567976896 139883601230736 139883646379733 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27885] ppid=27878 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27885/stat : 27885 (java) S 27878 27878 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 14259606 13679321088 3460 18446744073709551615 4194304 4196468 140724567976896 139883600177936 139883646379733 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 14952 KiB

[startup+0.20995 s]*
/proc/loadavg: 4.54 4.12 3.08 3/211 27894
/proc/meminfo: memFree=30956760/32770624 swapFree=67108860/67108860
[pid=27878] ppid=27875 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/27878/stat : 27878 (xcsp3-exec) S 27875 27878 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 14259596 9740288 344 18446744073709551615 4194304 5098028 140732409732576 140732409730680 139911436112508 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 25063424 140732409733498 140732409733702 140732409733702 140732409737195 0
/proc/27878/statm: 2378 344 289 221 0 87 0
[pid=27880] ppid=27878 vsize=13974352 memory=22524 CPUtime=0.07 cores=0,2,4,6
/proc/27880/stat : 27880 (java) S 27878 27878 15523 0 -1 1077944320 5062 0 0 0 6 1 0 0 20 0 15 0 14259605 14309736448 5631 18446744073709551615 4194304 4196468 140724567976896 140724567959440 139883646369527 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
/proc/27880/statm: 3493588 5631 2716 1 0 3482964 0
[pid=27880/tid=27881] ppid=27878 vsize=13974352 memory=7311146985107750967 CPUtime=0.05 cores=0,2,4,6
/proc/27880/task/27881/stat : 27881 (java) R 27878 27878 15523 0 -1 4202560 3220 0 0 0 5 0 0 0 20 0 15 0 14259605 14309736448 5631 18446744073709551615 4194304 4196468 140724567976896 139883650611808 139883646391453 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27882] ppid=27878 vsize=13974352 memory=8941 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27882/stat : 27882 (java) S 27878 27878 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14259606 14309736448 5631 18446744073709551615 4194304 4196468 140724567976896 139883603336336 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27883] ppid=27878 vsize=13974352 memory=3474723768669972128 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27883/stat : 27883 (java) S 27878 27878 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14259606 14309736448 5631 18446744073709551615 4194304 4196468 140724567976896 139883602283536 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27884] ppid=27878 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27884/stat : 27884 (java) S 27878 27878 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14259606 14309736448 5631 18446744073709551615 4194304 4196468 140724567976896 139883601230736 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27885] ppid=27878 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27885/stat : 27885 (java) S 27878 27878 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14259606 14309736448 5631 18446744073709551615 4194304 4196468 140724567976896 139883600177936 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27886] ppid=27878 vsize=13974352 memory=140348293260928 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27886/stat : 27886 (java) S 27878 27878 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14259607 14309736448 5631 18446744073709551615 4194304 4196468 140724567976896 139882831690096 139883646380674 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27887] ppid=27878 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27887/stat : 27887 (java) S 27878 27878 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14259608 14309736448 5631 18446744073709551615 4194304 4196468 140724567976896 139882830636064 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27888] ppid=27878 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27888/stat : 27888 (java) S 27878 27878 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14259608 14309736448 5631 18446744073709551615 4194304 4196468 140724567976896 139882829583216 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27889] ppid=27878 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27889/stat : 27889 (java) S 27878 27878 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14259611 14309736448 5631 18446744073709551615 4194304 4196468 140724567976896 139882828531536 139883646388123 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27890] ppid=27878 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27890/stat : 27890 (java) S 27878 27878 15523 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 14259611 14309736448 5631 18446744073709551615 4194304 4196468 140724567976896 139882827479920 139883646380674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27891] ppid=27878 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27891/stat : 27891 (java) S 27878 27878 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14259611 14309736448 5631 18446744073709551615 4194304 4196468 140724567976896 139882826427120 139883646380674 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27892] ppid=27878 vsize=13974352 memory=140348293260928 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27892/stat : 27892 (java) S 27878 27878 15523 0 -1 1077944384 236 0 0 0 0 0 0 0 20 0 15 0 14259611 14309736448 5631 18446744073709551615 4194304 4196468 140724567976896 139882825374320 139883646380674 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27893] ppid=27878 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27893/stat : 27893 (java) S 27878 27878 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14259611 14309736448 5631 18446744073709551615 4194304 4196468 140724567976896 139882824321760 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27894] ppid=27878 vsize=13974352 memory=140348293260928 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27894/stat : 27894 (java) S 27878 27878 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14259616 14309736448 5631 18446744073709551615 4194304 4196468 140724567976896 139882823269040 139883646380674 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 23900 KiB

[startup+0.318711 s]*
/proc/loadavg: 4.54 4.12 3.08 3/211 27894
/proc/meminfo: memFree=30941208/32770624 swapFree=67108860/67108860
[pid=27878] ppid=27875 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/27878/stat : 27878 (xcsp3-exec) S 27875 27878 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 14259596 9740288 344 18446744073709551615 4194304 5098028 140732409732576 140732409730680 139911436112508 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 25063424 140732409733498 140732409733702 140732409733702 140732409737195 0
/proc/27878/statm: 2378 344 289 221 0 87 0
[pid=27880] ppid=27878 vsize=13974352 memory=37152 CPUtime=0.26 cores=0,2,4,6
/proc/27880/stat : 27880 (java) S 27878 27878 15523 0 -1 1077944320 8850 0 0 0 24 2 0 0 20 0 15 0 14259605 14309736448 9288 18446744073709551615 4194304 4196468 140724567976896 140724567959440 139883646369527 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
/proc/27880/statm: 3493588 9288 2981 1 0 3482964 0
[pid=27880/tid=27881] ppid=27878 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/27880/task/27881/stat : 27881 (java) R 27878 27878 15523 0 -1 4202560 6071 0 0 0 15 1 0 0 20 0 15 0 14259605 14309736448 9288 18446744073709551615 4194304 4196468 140724567976896 139883650605856 139883630450014 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27882] ppid=27878 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27882/stat : 27882 (java) S 27878 27878 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14259606 14309736448 9288 18446744073709551615 4194304 4196468 140724567976896 139883603336336 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27883] ppid=27878 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27883/stat : 27883 (java) S 27878 27878 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14259606 14309736448 9288 18446744073709551615 4194304 4196468 140724567976896 139883602283536 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27884] ppid=27878 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27884/stat : 27884 (java) S 27878 27878 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14259606 14309736448 9288 18446744073709551615 4194304 4196468 140724567976896 139883601230736 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27885] ppid=27878 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27885/stat : 27885 (java) S 27878 27878 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14259606 14309736448 9288 18446744073709551615 4194304 4196468 140724567976896 139883600177936 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27886] ppid=27878 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27886/stat : 27886 (java) S 27878 27878 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14259607 14309736448 9288 18446744073709551615 4194304 4196468 140724567976896 139882831690096 139883646380674 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27887] ppid=27878 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27887/stat : 27887 (java) S 27878 27878 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14259608 14309736448 9288 18446744073709551615 4194304 4196468 140724567976896 139882830636064 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27888] ppid=27878 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27888/stat : 27888 (java) S 27878 27878 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14259608 14309736448 9288 18446744073709551615 4194304 4196468 140724567976896 139882829583216 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27889] ppid=27878 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27889/stat : 27889 (java) S 27878 27878 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14259611 14309736448 9288 18446744073709551615 4194304 4196468 140724567976896 139882828531536 139883646388123 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27890] ppid=27878 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/27880/task/27890/stat : 27890 (java) S 27878 27878 15523 0 -1 1077944384 531 0 0 0 1 0 0 0 20 0 15 0 14259611 14309736448 9288 18446744073709551615 4194304 4196468 140724567976896 139882827479920 139883646380674 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27891] ppid=27878 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/27880/task/27891/stat : 27891 (java) R 27878 27878 15523 0 -1 4202560 185 0 0 0 1 0 0 0 20 0 15 0 14259611 14309736448 9288 18446744073709551615 4194304 4196468 140724567976896 139882826427120 139883638658976 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27892] ppid=27878 vsize=13974352 memory=140348293260928 CPUtime=0.05 cores=0,2,4,6
/proc/27880/task/27892/stat : 27892 (java) S 27878 27878 15523 0 -1 1077944384 767 0 0 0 5 0 0 0 20 0 15 0 14259611 14309736448 9288 18446744073709551615 4194304 4196468 140724567976896 139882825374320 139883646380674 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27893] ppid=27878 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27893/stat : 27893 (java) S 27878 27878 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14259611 14309736448 9288 18446744073709551615 4194304 4196468 140724567976896 139882824321760 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27894] ppid=27878 vsize=13974352 memory=140348293260928 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27894/stat : 27894 (java) S 27878 27878 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14259616 14309736448 9288 18446744073709551615 4194304 4196468 140724567976896 139882823269040 139883646380674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38528 KiB

[startup+0.700792 s]
/proc/loadavg: 4.54 4.12 3.08 5/211 27894
/proc/meminfo: memFree=30925708/32770624 swapFree=67108860/67108860
[pid=27878] ppid=27875 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/27878/stat : 27878 (xcsp3-exec) S 27875 27878 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 14259596 9740288 344 18446744073709551615 4194304 5098028 140732409732576 140732409730680 139911436112508 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 25063424 140732409733498 140732409733702 140732409733702 140732409737195 0
/proc/27878/statm: 2378 344 289 221 0 87 0
[pid=27880] ppid=27878 vsize=13978684 memory=80432 CPUtime=1.32 cores=0,2,4,6
/proc/27880/stat : 27880 (java) S 27878 27878 15523 0 -1 1077944320 13246 0 0 0 128 4 0 0 20 0 15 0 14259605 14314172416 20108 18446744073709551615 4194304 4196468 140724567976896 140724567959440 139883646369527 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
/proc/27880/statm: 3494671 20108 3159 1 0 3482964 0
[pid=27880/tid=27881] ppid=27878 vsize=13978684 memory=280696379810264 CPUtime=0.53 cores=0,2,4,6
/proc/27880/task/27881/stat : 27881 (java) R 27878 27878 15523 0 -1 4202560 7797 0 0 0 51 2 0 0 20 0 15 0 14259605 14314172416 20108 18446744073709551615 4194304 4196468 140724567976896 139883650605744 139883278077120 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27882] ppid=27878 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27882/stat : 27882 (java) S 27878 27878 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14259606 14314172416 20108 18446744073709551615 4194304 4196468 140724567976896 139883603336336 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27883] ppid=27878 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27883/stat : 27883 (java) S 27878 27878 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14259606 14314172416 20108 18446744073709551615 4194304 4196468 140724567976896 139883602283536 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27884] ppid=27878 vsize=13978684 memory=280696379926592 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27884/stat : 27884 (java) S 27878 27878 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14259606 14314172416 20108 18446744073709551615 4194304 4196468 140724567976896 139883601230736 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27885] ppid=27878 vsize=13978684 memory=61 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27885/stat : 27885 (java) S 27878 27878 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14259606 14314172416 20108 18446744073709551615 4194304 4196468 140724567976896 139883600177936 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27886] ppid=27878 vsize=13978684 memory=63 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27886/stat : 27886 (java) S 27878 27878 15523 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 14259607 14314172416 20108 18446744073709551615 4194304 4196468 140724567976896 139882831690096 139883646380674 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27887] ppid=27878 vsize=13978684 memory=31 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27887/stat : 27887 (java) S 27878 27878 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14259608 14314172416 20108 18446744073709551615 4194304 4196468 140724567976896 139882830636064 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27888] ppid=27878 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27888/stat : 27888 (java) S 27878 27878 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14259608 14314172416 20108 18446744073709551615 4194304 4196468 140724567976896 139882829583216 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27889] ppid=27878 vsize=13978684 memory=6 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27889/stat : 27889 (java) S 27878 27878 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14259611 14314172416 20108 18446744073709551615 4194304 4196468 140724567976896 139882828531536 139883646388123 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27890] ppid=27878 vsize=13978684 memory=18 CPUtime=0.23 cores=0,2,4,6
/proc/27880/task/27890/stat : 27890 (java) R 27878 27878 15523 0 -1 4202560 1378 0 0 0 23 0 0 0 20 0 15 0 14259611 14314172416 20108 18446744073709551615 4194304 4196468 140724567976896 139882827465824 139883629855541 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27891] ppid=27878 vsize=13978684 memory=1 CPUtime=0.24 cores=0,2,4,6
/proc/27880/task/27891/stat : 27891 (java) R 27878 27878 15523 0 -1 4202560 1156 0 0 0 24 0 0 0 20 0 15 0 14259611 14314172416 20108 18446744073709551615 4194304 4196468 140724567976896 139882826415088 139883627070633 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27892] ppid=27878 vsize=13978684 memory=56208 CPUtime=0.28 cores=0,2,4,6
/proc/27880/task/27892/stat : 27892 (java) S 27878 27878 15523 0 -1 1077944384 1607 0 0 0 28 0 0 0 20 0 15 0 14259611 14314172416 20108 18446744073709551615 4194304 4196468 140724567976896 139882825374320 139883646380674 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27893] ppid=27878 vsize=13978684 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27893/stat : 27893 (java) S 27878 27878 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14259611 14314172416 20108 18446744073709551615 4194304 4196468 140724567976896 139882824321760 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27894] ppid=27878 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27894/stat : 27894 (java) S 27878 27878 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14259616 14314172416 20108 18446744073709551615 4194304 4196468 140724567976896 139882823269040 139883646380674 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 81808 KiB

[startup+1.5008 s]
/proc/loadavg: 4.54 4.12 3.08 6/211 27894
/proc/meminfo: memFree=30809176/32770624 swapFree=67108860/67108860
[pid=27878] ppid=27875 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/27878/stat : 27878 (xcsp3-exec) S 27875 27878 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 14259596 9740288 344 18446744073709551615 4194304 5098028 140732409732576 140732409730680 139911436112508 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 25063424 140732409733498 140732409733702 140732409733702 140732409737195 0
/proc/27878/statm: 2378 344 289 221 0 87 0
[pid=27880] ppid=27878 vsize=13980732 memory=366856 CPUtime=3.35 cores=0,2,4,6
/proc/27880/stat : 27880 (java) S 27878 27878 15523 0 -1 1077944320 15036 0 0 0 318 17 0 0 20 0 15 0 14259605 14316269568 91714 18446744073709551615 4194304 4196468 140724567976896 140724567959440 139883646369527 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
/proc/27880/statm: 3495183 91714 3207 1 0 3483476 0
[pid=27880/tid=27881] ppid=27878 vsize=13980732 memory=280696379939040 CPUtime=1.24 cores=0,2,4,6
/proc/27880/task/27881/stat : 27881 (java) R 27878 27878 15523 0 -1 4202560 8094 0 0 0 118 6 0 0 20 0 15 0 14259605 14316269568 91714 18446744073709551615 4194304 4196468 140724567976896 139883650607824 139883280732712 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27882] ppid=27878 vsize=13980732 memory=140348189974240 CPUtime=0.07 cores=0,2,4,6
/proc/27880/task/27882/stat : 27882 (java) S 27878 27878 15523 0 -1 1077944384 58 0 0 0 5 2 0 0 20 0 15 0 14259606 14316269568 91714 18446744073709551615 4194304 4196468 140724567976896 139883603336336 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27883] ppid=27878 vsize=13980732 memory=140348189974272 CPUtime=0.06 cores=0,2,4,6
/proc/27880/task/27883/stat : 27883 (java) S 27878 27878 15523 0 -1 1077944384 80 0 0 0 5 1 0 0 20 0 15 0 14259606 14316269568 91714 18446744073709551615 4194304 4196468 140724567976896 139883602283536 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27884] ppid=27878 vsize=13980732 memory=140348189974304 CPUtime=0.07 cores=0,2,4,6
/proc/27880/task/27884/stat : 27884 (java) S 27878 27878 15523 0 -1 1077944384 77 0 0 0 5 2 0 0 20 0 15 0 14259606 14316269568 91714 18446744073709551615 4194304 4196468 140724567976896 139883601230736 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27885] ppid=27878 vsize=13980732 memory=61 CPUtime=0.06 cores=0,2,4,6
/proc/27880/task/27885/stat : 27885 (java) S 27878 27878 15523 0 -1 1077944384 76 0 0 0 4 2 0 0 20 0 15 0 14259606 14316269568 91714 18446744073709551615 4194304 4196468 140724567976896 139883600177936 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27886] ppid=27878 vsize=13980732 memory=63 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27886/stat : 27886 (java) S 27878 27878 15523 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 14259607 14316269568 91714 18446744073709551615 4194304 4196468 140724567976896 139882831690096 139883646380674 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27887] ppid=27878 vsize=13980732 memory=31 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27887/stat : 27887 (java) S 27878 27878 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14259608 14316269568 91714 18446744073709551615 4194304 4196468 140724567976896 139882830636064 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27888] ppid=27878 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6

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

[pid=27880/tid=27894] ppid=27878 vsize=13980732 memory=8148 CPUtime=0.65 cores=0,2,4,6
/proc/27880/task/27894/stat : 27894 (java) S 27878 27878 15523 0 -1 1077944384 511 0 0 0 34 31 0 0 20 0 15 0 14259616 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882823269040 139883646380674 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
Current children cumulated CPU time: 2364.75 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11490016 KiB

[startup+740.801 s]
/proc/loadavg: 4.68 4.36 3.66 6/214 27950
/proc/meminfo: memFree=19375584/32770624 swapFree=67108860/67108860
[pid=27878] ppid=27875 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/27878/stat : 27878 (xcsp3-exec) S 27875 27878 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 14259596 9740288 344 18446744073709551615 4194304 5098028 140732409732576 140732409730680 139911436112508 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 25063424 140732409733498 140732409733702 140732409733702 140732409737195 0
/proc/27878/statm: 2378 344 289 221 0 87 0
[pid=27880] ppid=27878 vsize=13980732 memory=11488640 CPUtime=2370.96 cores=0,2,4,6
/proc/27880/stat : 27880 (java) S 27878 27878 15523 0 -1 1077944320 610015 0 0 0 236412 684 0 0 20 0 15 0 14259605 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 140724567959440 139883646369527 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
/proc/27880/statm: 3495183 2872160 3226 1 0 3483476 0
[pid=27880/tid=27881] ppid=27878 vsize=13980732 memory=11488640 CPUtime=131.06 cores=0,2,4,6
/proc/27880/task/27881/stat : 27881 (java) S 27878 27878 15523 0 -1 1077944384 31048 0 0 0 13061 45 0 0 20 0 15 0 14259605 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139883650607952 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27882] ppid=27878 vsize=13980732 memory=4080 CPUtime=543.88 cores=0,2,4,6
/proc/27880/task/27882/stat : 27882 (java) R 27878 27878 15523 0 -1 4202560 133162 0 0 0 54235 153 0 0 20 0 15 0 14259606 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139883603336144 139883638997735 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27883] ppid=27878 vsize=13980732 memory=1376 CPUtime=542.51 cores=0,2,4,6
/proc/27880/task/27883/stat : 27883 (java) R 27878 27878 15523 0 -1 4202560 112000 0 0 0 54092 159 0 0 20 0 15 0 14259606 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139883602283736 139883631359141 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27884] ppid=27878 vsize=13980732 memory=11488636 CPUtime=543.43 cores=0,2,4,6
/proc/27880/task/27884/stat : 27884 (java) R 27878 27878 15523 0 -1 4202560 101943 0 0 0 54187 156 0 0 20 0 15 0 14259606 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139883601230856 139883638997735 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27885] ppid=27878 vsize=13980732 memory=1244 CPUtime=543.31 cores=0,2,4,6
/proc/27880/task/27885/stat : 27885 (java) R 27878 27878 15523 0 -1 4202560 92630 0 0 0 54176 155 0 0 20 0 15 0 14259606 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139883600177744 139883638997735 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27886] ppid=27878 vsize=13980732 memory=-3622645143214314312 CPUtime=62.99 cores=0,2,4,6
/proc/27880/task/27886/stat : 27886 (java) S 27878 27878 15523 0 -1 1077944384 122445 0 0 0 6292 7 0 0 20 0 15 0 14259607 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882831688656 139883646379733 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27887] ppid=27878 vsize=13980732 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27887/stat : 27887 (java) S 27878 27878 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14259608 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882830636128 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27888] ppid=27878 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27888/stat : 27888 (java) S 27878 27878 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14259608 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882829583232 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27889] ppid=27878 vsize=13980732 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27889/stat : 27889 (java) S 27878 27878 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14259611 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882828531536 139883646388123 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27890] ppid=27878 vsize=13980732 memory=-8774313645642428999 CPUtime=1.26 cores=0,2,4,6
/proc/27880/task/27890/stat : 27890 (java) S 27878 27878 15523 0 -1 1077944384 3555 0 0 0 125 1 0 0 20 0 15 0 14259611 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882827479680 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27891] ppid=27878 vsize=13980732 memory=11488640 CPUtime=1.29 cores=0,2,4,6
/proc/27880/task/27891/stat : 27891 (java) S 27878 27878 15523 0 -1 1077944384 3676 0 0 0 128 1 0 0 20 0 15 0 14259611 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882826427168 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27892] ppid=27878 vsize=13980732 memory=1792 CPUtime=0.51 cores=0,2,4,6
/proc/27880/task/27892/stat : 27892 (java) S 27878 27878 15523 0 -1 1077944384 7749 0 0 0 50 1 0 0 20 0 15 0 14259611 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882825374368 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27893] ppid=27878 vsize=13980732 memory=956 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27893/stat : 27893 (java) S 27878 27878 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14259611 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882824321760 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27894] ppid=27878 vsize=13980732 memory=1376 CPUtime=0.65 cores=0,2,4,6
/proc/27880/task/27894/stat : 27894 (java) S 27878 27878 15523 0 -1 1077944384 511 0 0 0 34 31 0 0 20 0 15 0 14259616 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882823269040 139883646380674 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
Current children cumulated CPU time: 2370.96 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11490016 KiB

[startup+741.601 s]
/proc/loadavg: 4.68 4.36 3.66 6/214 27950
/proc/meminfo: memFree=19375584/32770624 swapFree=67108860/67108860
[pid=27878] ppid=27875 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/27878/stat : 27878 (xcsp3-exec) S 27875 27878 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 14259596 9740288 344 18446744073709551615 4194304 5098028 140732409732576 140732409730680 139911436112508 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 25063424 140732409733498 140732409733702 140732409733702 140732409737195 0
/proc/27878/statm: 2378 344 289 221 0 87 0
[pid=27880] ppid=27878 vsize=13980732 memory=11488640 CPUtime=2373.02 cores=0,2,4,6
/proc/27880/stat : 27880 (java) S 27878 27878 15523 0 -1 1077944320 610229 0 0 0 236617 685 0 0 20 0 15 0 14259605 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 140724567959440 139883646369527 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
/proc/27880/statm: 3495183 2872160 3226 1 0 3483476 0
[pid=27880/tid=27881] ppid=27878 vsize=13980732 memory=11488640 CPUtime=131.06 cores=0,2,4,6
/proc/27880/task/27881/stat : 27881 (java) S 27878 27878 15523 0 -1 1077944384 31048 0 0 0 13061 45 0 0 20 0 15 0 14259605 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139883650607952 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27882] ppid=27878 vsize=13980732 memory=4012 CPUtime=544.3 cores=0,2,4,6
/proc/27880/task/27882/stat : 27882 (java) S 27878 27878 15523 0 -1 1077944384 133162 0 0 0 54277 153 0 0 20 0 15 0 14259606 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139883603336336 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27883] ppid=27878 vsize=13980732 memory=4124 CPUtime=542.95 cores=0,2,4,6
/proc/27880/task/27883/stat : 27883 (java) S 27878 27878 15523 0 -1 1077944384 112026 0 0 0 54136 159 0 0 20 0 15 0 14259606 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139883602283536 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27884] ppid=27878 vsize=13980732 memory=11624 CPUtime=543.84 cores=0,2,4,6
/proc/27880/task/27884/stat : 27884 (java) S 27878 27878 15523 0 -1 1077944384 101943 0 0 0 54228 156 0 0 20 0 15 0 14259606 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139883601230736 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27885] ppid=27878 vsize=13980732 memory=1296 CPUtime=543.74 cores=0,2,4,6
/proc/27880/task/27885/stat : 27885 (java) S 27878 27878 15523 0 -1 1077944384 92630 0 0 0 54219 155 0 0 20 0 15 0 14259606 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139883600177936 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27886] ppid=27878 vsize=13980732 memory=-8774313645642428999 CPUtime=63.34 cores=0,2,4,6
/proc/27880/task/27886/stat : 27886 (java) R 27878 27878 15523 0 -1 4202560 122633 0 0 0 6327 7 0 0 20 0 15 0 14259607 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882831688656 139883631365928 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27887] ppid=27878 vsize=13980732 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27887/stat : 27887 (java) S 27878 27878 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14259608 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882830636128 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27888] ppid=27878 vsize=13980732 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27888/stat : 27888 (java) S 27878 27878 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14259608 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882829583232 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27889] ppid=27878 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27889/stat : 27889 (java) S 27878 27878 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14259611 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882828531536 139883646388123 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27890] ppid=27878 vsize=13980732 memory=1700 CPUtime=1.26 cores=0,2,4,6
/proc/27880/task/27890/stat : 27890 (java) S 27878 27878 15523 0 -1 1077944384 3555 0 0 0 125 1 0 0 20 0 15 0 14259611 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882827479680 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27891] ppid=27878 vsize=13980732 memory=11952 CPUtime=1.29 cores=0,2,4,6
/proc/27880/task/27891/stat : 27891 (java) S 27878 27878 15523 0 -1 1077944384 3676 0 0 0 128 1 0 0 20 0 15 0 14259611 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882826427168 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27892] ppid=27878 vsize=13980732 memory=1996 CPUtime=0.51 cores=0,2,4,6
/proc/27880/task/27892/stat : 27892 (java) S 27878 27878 15523 0 -1 1077944384 7749 0 0 0 50 1 0 0 20 0 15 0 14259611 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882825374368 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27893] ppid=27878 vsize=13980732 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27893/stat : 27893 (java) S 27878 27878 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14259611 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882824321760 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27894] ppid=27878 vsize=13980732 memory=8684 CPUtime=0.65 cores=0,2,4,6
/proc/27880/task/27894/stat : 27894 (java) S 27878 27878 15523 0 -1 1077944384 511 0 0 0 34 31 0 0 20 0 15 0 14259616 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882823269040 139883646380674 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
Current children cumulated CPU time: 2373.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11490016 KiB

[startup+742.401 s]
/proc/loadavg: 4.68 4.36 3.66 3/214 27950
/proc/meminfo: memFree=19375584/32770624 swapFree=67108860/67108860
[pid=27878] ppid=27875 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/27878/stat : 27878 (xcsp3-exec) S 27875 27878 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 14259596 9740288 344 18446744073709551615 4194304 5098028 140732409732576 140732409730680 139911436112508 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 25063424 140732409733498 140732409733702 140732409733702 140732409737195 0
/proc/27878/statm: 2378 344 289 221 0 87 0
[pid=27880] ppid=27878 vsize=13980732 memory=11488640 CPUtime=2373.82 cores=0,2,4,6
/proc/27880/stat : 27880 (java) S 27878 27878 15523 0 -1 1077944320 610229 0 0 0 236697 685 0 0 20 0 15 0 14259605 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 140724567959440 139883646369527 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
/proc/27880/statm: 3495183 2872160 3226 1 0 3483476 0
[pid=27880/tid=27881] ppid=27878 vsize=13980732 memory=1576 CPUtime=131.06 cores=0,2,4,6
/proc/27880/task/27881/stat : 27881 (java) S 27878 27878 15523 0 -1 1077944384 31048 0 0 0 13061 45 0 0 20 0 15 0 14259605 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139883650607952 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27882] ppid=27878 vsize=13980732 memory=792 CPUtime=544.3 cores=0,2,4,6
/proc/27880/task/27882/stat : 27882 (java) S 27878 27878 15523 0 -1 1077944384 133162 0 0 0 54277 153 0 0 20 0 15 0 14259606 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139883603336336 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27883] ppid=27878 vsize=13980732 memory=5412 CPUtime=542.95 cores=0,2,4,6
/proc/27880/task/27883/stat : 27883 (java) S 27878 27878 15523 0 -1 1077944384 112026 0 0 0 54136 159 0 0 20 0 15 0 14259606 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139883602283536 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27884] ppid=27878 vsize=13980732 memory=4612 CPUtime=543.84 cores=0,2,4,6
/proc/27880/task/27884/stat : 27884 (java) S 27878 27878 15523 0 -1 1077944384 101943 0 0 0 54228 156 0 0 20 0 15 0 14259606 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139883601230736 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27885] ppid=27878 vsize=13980732 memory=11624 CPUtime=543.74 cores=0,2,4,6
/proc/27880/task/27885/stat : 27885 (java) S 27878 27878 15523 0 -1 1077944384 92630 0 0 0 54219 155 0 0 20 0 15 0 14259606 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139883600177936 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27886] ppid=27878 vsize=13980732 memory=1296 CPUtime=64.14 cores=0,2,4,6
/proc/27880/task/27886/stat : 27886 (java) R 27878 27878 15523 0 -1 4202560 122633 0 0 0 6407 7 0 0 20 0 15 0 14259607 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882831688544 139883631365934 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27887] ppid=27878 vsize=13980732 memory=2412 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27887/stat : 27887 (java) S 27878 27878 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14259608 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882830636128 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27888] ppid=27878 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27888/stat : 27888 (java) S 27878 27878 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14259608 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882829583232 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27889] ppid=27878 vsize=13980732 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27889/stat : 27889 (java) S 27878 27878 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14259611 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882828531536 139883646388123 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27890] ppid=27878 vsize=13980732 memory=11952 CPUtime=1.26 cores=0,2,4,6
/proc/27880/task/27890/stat : 27890 (java) S 27878 27878 15523 0 -1 1077944384 3555 0 0 0 125 1 0 0 20 0 15 0 14259611 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882827479680 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27891] ppid=27878 vsize=13980732 memory=1996 CPUtime=1.29 cores=0,2,4,6
/proc/27880/task/27891/stat : 27891 (java) S 27878 27878 15523 0 -1 1077944384 3676 0 0 0 128 1 0 0 20 0 15 0 14259611 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882826427168 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27892] ppid=27878 vsize=13980732 memory=1440 CPUtime=0.51 cores=0,2,4,6
/proc/27880/task/27892/stat : 27892 (java) S 27878 27878 15523 0 -1 1077944384 7749 0 0 0 50 1 0 0 20 0 15 0 14259611 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882825374368 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27893] ppid=27878 vsize=13980732 memory=8684 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27893/stat : 27893 (java) S 27878 27878 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14259611 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882824321760 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27894] ppid=27878 vsize=13980732 memory=2160 CPUtime=0.65 cores=0,2,4,6
/proc/27880/task/27894/stat : 27894 (java) S 27878 27878 15523 0 -1 1077944384 511 0 0 0 34 31 0 0 20 0 15 0 14259616 14316269568 2872160 18446744073709551615 4194304 4196468 140724567976896 139882823269040 139883646380674 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
Current children cumulated CPU time: 2373.82 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11490016 KiB

[startup+742.801 s]
/proc/loadavg: 4.68 4.36 3.66 3/214 27950
/proc/meminfo: memFree=19375584/32770624 swapFree=67108860/67108860
[pid=27878] ppid=27875 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/27878/stat : 27878 (xcsp3-exec) S 27875 27878 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 14259596 9740288 344 18446744073709551615 4194304 5098028 140732409732576 140732409730680 139911436112508 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 25063424 140732409733498 140732409733702 140732409733702 140732409737195 0
/proc/27878/statm: 2378 344 289 221 0 87 0
[pid=27880] ppid=27878 vsize=14047296 memory=11488704 CPUtime=2374.22 cores=0,2,4,6
/proc/27880/stat : 27880 (java) S 27878 27878 15523 0 -1 1077944320 613584 0 0 0 236737 685 0 0 20 0 14 0 14259605 14384431104 2872176 18446744073709551615 4194304 4196468 140724567976896 140724567959440 139883646369527 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
/proc/27880/statm: 3511824 2872176 3228 1 0 3500117 0
[pid=27880/tid=27881] ppid=27878 vsize=14047296 memory=1376 CPUtime=131.06 cores=0,2,4,6
/proc/27880/task/27881/stat : 27881 (java) R 27878 27878 15523 0 -1 1077944384 31138 0 0 0 13061 45 0 0 20 0 13 0 14259605 14384431104 2872176 18446744073709551615 4194304 4196468 140724567976896 139883650612368 139883646379733 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27882] ppid=27878 vsize=14047296 memory=1376 CPUtime=544.3 cores=0,2,4,6
/proc/27880/task/27882/stat : 27882 (java) S 27878 27878 15523 0 -1 1077944384 133162 0 0 0 54277 153 0 0 20 0 13 0 14259606 14384431104 2872176 18446744073709551615 4194304 4196468 140724567976896 139883603336336 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27883] ppid=27878 vsize=14047296 memory=-8774313645642428999 CPUtime=542.95 cores=0,2,4,6
/proc/27880/task/27883/stat : 27883 (java) S 27878 27878 15523 0 -1 1077944384 112026 0 0 0 54136 159 0 0 20 0 13 0 14259606 14384431104 2872176 18446744073709551615 4194304 4196468 140724567976896 139883602283536 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27884] ppid=27878 vsize=14047296 memory=1792 CPUtime=543.84 cores=0,2,4,6
/proc/27880/task/27884/stat : 27884 (java) S 27878 27878 15523 0 -1 1077944384 101943 0 0 0 54228 156 0 0 20 0 13 0 14259606 14384431104 2872176 18446744073709551615 4194304 4196468 140724567976896 139883601230736 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27885] ppid=27878 vsize=14047296 memory=956 CPUtime=543.74 cores=0,2,4,6
/proc/27880/task/27885/stat : 27885 (java) S 27878 27878 15523 0 -1 1077944384 92630 0 0 0 54219 155 0 0 20 0 13 0 14259606 14384431104 2872148 18446744073709551615 4194304 4196468 140724567976896 139883600177936 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27887] ppid=27878 vsize=14047296 memory=56 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27887/stat : 27887 (java) S 27878 27878 15523 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 12 0 14259608 14384431104 2872148 18446744073709551615 4194304 4196468 140724567976896 139882830636128 139883646379733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27888] ppid=27878 vsize=14047296 memory=7234295387302488176 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27888/stat : 27888 (java) S 27878 27878 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 12 0 14259608 14384431104 2872174 18446744073709551615 4194304 4196468 140724567976896 139882829583232 139883646379733 256 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27889] ppid=27878 vsize=14047296 memory=8171050762749695595 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27889/stat : 27889 (java) R 27878 27878 15523 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 12 0 14259611 14384431104 2872174 18446744073709551615 4194304 4196468 140724567976896 139882828531184 139883646379733 256 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
[pid=27880/tid=27891] ppid=27878 vsize=14047296 memory=11488636 CPUtime=1.29 cores=0,2,4,6
/proc/27880/task/27891/stat : 27891 (java) R 27878 27878 15523 0 -1 1077944384 3676 0 0 0 128 1 0 0 20 0 6 0 14259611 14384431104 2872230 18446744073709551615 4194304 4196468 140724567976896 139882826427120 139883646380674 256 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17747968 140724567978418 140724567978594 140724567978594 140724567982031 0
Current children cumulated CPU time: 2374.22 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11490080 KiB

Child status: 1
Real time (s): 742.853
CPU time (s): 2374.29
CPU user time (s): 2367.38
CPU system time (s): 6.9109
CPU usage (%): 319.618
Max. virtual memory (cumulated for all children) (KiB): 14056808
Max. memory (cumulated for all children) (KiB): 11490080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2367.38
system time used= 6.9109
maximum resident set size= 11488920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 614142
page faults= 0
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25415
involuntary context switches= 20317


# summary of solver processes directly reported to runsolver:
#   pid: 27878
#   total CPU time (s): 2374.29
#   total CPU user time (s): 2367.38
#   total CPU system time (s): 6.9109

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.52886 second user time and 7.67938 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-19 17:48:26
IDJOB=4282612
IDBENCH=138698
IDSOLVER=2677
FILE ID=node130/4282612-1503158516
RUNJOBID= node130-1503095856-15586
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os20/SuperTaillard-os-20-17.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-4282612-1503158516/watcher-4282612-1503158516 -o /tmp/evaluation-result-4282612-1503158516/solver-4282612-1503158516 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503095856-15586 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 623189684 HOME/instance-4282612-1503158516.xml

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

MD5SUM BENCH= 4b4738a8e40cdda4c63a077f136d1653
RANDOM SEED=623189684

node130.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.77
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.77
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.77
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.77
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:        30968160 kB
MemAvailable:   31164116 kB
Buffers:          177184 kB
Cached:           308800 kB
SwapCached:            0 kB
Active:          1083488 kB
Inactive:         313432 kB
Active(anon):     911104 kB
Inactive(anon):    16748 kB
Active(file):     172384 kB
Inactive(file):   296684 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8544 kB
Writeback:             4 kB
AnonPages:        910764 kB
Mapped:            44460 kB
Shmem:             17060 kB
Slab:             110184 kB
SReclaimable:      85444 kB
SUnreclaim:        24740 kB
KernelStack:        3424 kB
PageTables:         6552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2090196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    817152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node130 at 2017-08-19 18:00:49