Trace number 4284080

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 5a (2017-08-18)? 1537.73 532.70502

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-11.xml
MD5SUM282e51d8db2be6465471e4014b41d3d5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark122.536
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size580
Maximum domain size675
Distribution of domain sizes[{"size":580,"count":6},{"size":581,"count":6},{"size":582,"count":4},{"size":583,"count":2},{"size":584,"count":4},{"size":585,"count":2},{"size":586,"count":2},{"size":587,"count":2},{"size":588,"count":2},{"size":590,"count":2},{"size":591,"count":8},{"size":592,"count":2},{"size":593,"count":2},{"size":594,"count":6},{"size":595,"count":2},{"size":597,"count":2},{"size":604,"count":2},{"size":605,"count":4},{"size":606,"count":2},{"size":607,"count":2},{"size":608,"count":4},{"size":609,"count":2},{"size":610,"count":8},{"size":611,"count":2},{"size":612,"count":2},"...",{"size":635,"count":2}, {"size":636,"count":2}, {"size":637,"count":2}, {"size":638,"count":2}, {"size":639,"count":6}, {"size":640,"count":4}, {"size":643,"count":4}, {"size":644,"count":2}, {"size":646,"count":4}, {"size":648,"count":6}, {"size":649,"count":2}, {"size":651,"count":2}, {"size":652,"count":2}, {"size":653,"count":2}, {"size":655,"count":2}, {"size":657,"count":2}, {"size":659,"count":4}, {"size":660,"count":2}, {"size":661,"count":2}, {"size":665,"count":6}, {"size":666,"count":2}, {"size":669,"count":2}, {"size":671,"count":4}, {"size":674,"count":2}, {"size":675,"count":2}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284080-1503222061.xml"  -tl '2520s' -p 1 -x 3
0.11/0.26	c [HOME/instance-4284080-1503222061.xml, -tl, 2520s, -p, 1, -x, 3]
0.31/0.32	c simple solver
0.31/0.38	c parse instance...
1516.76/526.22	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1516.76/526.22		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1516.76/526.22		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148)
1516.76/526.22		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1516.76/526.22		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1516.76/526.22		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1516.76/526.22		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1516.76/526.22		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
1516.76/526.22		at org.xcsp.parser.XCallbacks$$Lambda$46/1468303011.accept(Unknown Source)
1516.76/526.22		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1516.76/526.22		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1516.76/526.22		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1516.76/526.22		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
1516.76/526.22		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1516.76/526.22		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1516.76/526.22		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
1516.76/526.22		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1516.76/526.22		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
1516.76/526.22		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1516.76/526.22		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
1537.61/532.65	s UNKNOWN
1537.61/532.65	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 (15280 MiB free)
  memory of node 1: 16384 MiB (14648 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284080-1503222061/watcher-4284080-1503222061 -o /tmp/evaluation-result-4284080-1503222061/solver-4284080-1503222061 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503172173-21712 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 584760286 HOME/instance-4284080-1503222061.xml 

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

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

solver pid=31869, runsolver pid=31866

[startup+0.100196 s]*
/proc/loadavg: 4.38 3.52 2.46 3/202 31876
/proc/meminfo: memFree=30641656/32770624 swapFree=67105588/67108860
[pid=31869] ppid=31866 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31869/stat : 31869 (xcsp3-exec) S 31866 31869 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 124401152 9740288 345 18446744073709551615 4194304 5098028 140732874093568 140732874091672 140106502025852 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 30244864 140732874097017 140732874097221 140732874097221 140732874100715 0
/proc/31869/statm: 2378 345 289 221 0 87 0
[pid=31871] ppid=31869 vsize=13507920 memory=16216 CPUtime=0.01 cores=0,2,4,6
/proc/31871/stat : 31871 (java) S 31869 31869 8557 0 -1 1077944320 3850 0 0 0 1 0 0 0 20 0 8 0 124401160 13832110080 4054 18446744073709551615 4194304 4196468 140731988776800 140731988759344 140228732854007 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
/proc/31871/statm: 3376980 4054 2049 1 0 3366477 0
[pid=31871/tid=31872] ppid=31869 vsize=13507920 memory=-8713483618642589535 CPUtime=0.01 cores=0,2,4,6
/proc/31871/task/31872/stat : 31872 (java) R 31869 31869 8557 0 -1 4202560 2576 0 0 0 1 0 0 0 20 0 8 0 124401160 13832110080 4054 18446744073709551615 4194304 4196468 140731988776800 140228737087144 140228716934494 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31873] ppid=31869 vsize=13507920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31873/stat : 31873 (java) S 31869 31869 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 124401161 13832110080 4054 18446744073709551615 4194304 4196468 140731988776800 140228674799888 140228732864213 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31874] ppid=31869 vsize=13507920 memory=140280502519424 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31874/stat : 31874 (java) S 31869 31869 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 124401161 13832110080 4054 18446744073709551615 4194304 4196468 140731988776800 140228673747344 140228732864213 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31875] ppid=31869 vsize=13507920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31875/stat : 31875 (java) S 31869 31869 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 124401161 13832110080 4054 18446744073709551615 4194304 4196468 140731988776800 140228672694800 140228732864213 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31876] ppid=31869 vsize=13507920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31876/stat : 31876 (java) S 31869 31869 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 124401161 13832110080 4054 18446744073709551615 4194304 4196468 140731988776800 140228671642256 140228732864213 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31877] ppid=31869 vsize=13507920 memory=140280502519424 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31877/stat : 31877 (java) S 31869 31869 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 124401162 13832110080 4054 18446744073709551615 4194304 4196468 140731988776800 140228278594032 140228732865154 0 0 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31878] ppid=31869 vsize=13507920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31878/stat : 31878 (java) S 31869 31869 8557 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 8 0 124401163 13832110080 4054 18446744073709551615 4194304 4196468 140731988776800 140228277539152 140228732864213 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13517432 KiB
Current children cumulated memory: 17596 KiB

[startup+0.209903 s]*
/proc/loadavg: 4.38 3.52 2.46 3/211 31885
/proc/meminfo: memFree=30631896/32770624 swapFree=67105588/67108860
[pid=31869] ppid=31866 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31869/stat : 31869 (xcsp3-exec) S 31866 31869 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 124401152 9740288 345 18446744073709551615 4194304 5098028 140732874093568 140732874091672 140106502025852 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 30244864 140732874097017 140732874097221 140732874097221 140732874100715 0
/proc/31869/statm: 2378 345 289 221 0 87 0
[pid=31871] ppid=31869 vsize=13974352 memory=27380 CPUtime=0.11 cores=0,2,4,6
/proc/31871/stat : 31871 (java) S 31869 31869 8557 0 -1 1077944320 5341 0 0 0 10 1 0 0 20 0 15 0 124401160 14309736448 6845 18446744073709551615 4194304 4196468 140731988776800 140731988759344 140228732854007 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
/proc/31871/statm: 3493588 6845 2817 1 0 3482964 0
[pid=31871/tid=31872] ppid=31869 vsize=13974352 memory=7311146985107750967 CPUtime=0.08 cores=0,2,4,6
/proc/31871/task/31872/stat : 31872 (java) R 31869 31869 8557 0 -1 4202560 3367 0 0 0 7 1 0 0 20 0 15 0 124401160 14309736448 6845 18446744073709551615 4194304 4196468 140731988776800 140228737081888 140228732875933 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31873] ppid=31869 vsize=13974352 memory=8893 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31873/stat : 31873 (java) S 31869 31869 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124401161 14309736448 6845 18446744073709551615 4194304 4196468 140731988776800 140228674799888 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31874] ppid=31869 vsize=13974352 memory=4051463742021011104 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31874/stat : 31874 (java) S 31869 31869 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124401161 14309736448 6845 18446744073709551615 4194304 4196468 140731988776800 140228673747344 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31875] ppid=31869 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31875/stat : 31875 (java) S 31869 31869 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124401161 14309736448 6845 18446744073709551615 4194304 4196468 140731988776800 140228672694800 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31876] ppid=31869 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31876/stat : 31876 (java) S 31869 31869 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124401161 14309736448 6845 18446744073709551615 4194304 4196468 140731988776800 140228671642256 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31877] ppid=31869 vsize=13974352 memory=140280502519424 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31877/stat : 31877 (java) S 31869 31869 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124401162 14309736448 6845 18446744073709551615 4194304 4196468 140731988776800 140228278594032 140228732865154 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31878] ppid=31869 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31878/stat : 31878 (java) S 31869 31869 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124401163 14309736448 6845 18446744073709551615 4194304 4196468 140731988776800 140228277540256 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31879] ppid=31869 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31879/stat : 31879 (java) S 31869 31869 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124401163 14309736448 6845 18446744073709551615 4194304 4196468 140731988776800 140228276487664 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31880] ppid=31869 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31880/stat : 31880 (java) S 31869 31869 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124401165 14309736448 6845 18446744073709551615 4194304 4196468 140731988776800 140228275436240 140228732872603 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31881] ppid=31869 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31881/stat : 31881 (java) S 31869 31869 8557 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 124401165 14309736448 6845 18446744073709551615 4194304 4196468 140731988776800 140228274382832 140228732865154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31882] ppid=31869 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31882/stat : 31882 (java) S 31869 31869 8557 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 15 0 124401165 14309736448 6845 18446744073709551615 4194304 4196468 140731988776800 140228273330288 140228732865154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31883] ppid=31869 vsize=13974352 memory=140280502519424 CPUtime=0.01 cores=0,2,4,6
/proc/31871/task/31883/stat : 31883 (java) S 31869 31869 8557 0 -1 1077944384 242 0 0 0 1 0 0 0 20 0 15 0 124401165 14309736448 6845 18446744073709551615 4194304 4196468 140731988776800 140228272277744 140228732865154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31884] ppid=31869 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31884/stat : 31884 (java) S 31869 31869 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124401165 14309736448 6845 18446744073709551615 4194304 4196468 140731988776800 140228271225440 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31885] ppid=31869 vsize=13974352 memory=140280502519424 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31885/stat : 31885 (java) S 31869 31869 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124401170 14309736448 6845 18446744073709551615 4194304 4196468 140731988776800 140228270172976 140228732865154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28760 KiB

[startup+0.310137 s]*
/proc/loadavg: 4.38 3.52 2.46 5/211 31885
/proc/meminfo: memFree=30620404/32770624 swapFree=67105588/67108860
[pid=31869] ppid=31866 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31869/stat : 31869 (xcsp3-exec) S 31866 31869 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 124401152 9740288 345 18446744073709551615 4194304 5098028 140732874093568 140732874091672 140106502025852 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 30244864 140732874097017 140732874097221 140732874097221 140732874100715 0
/proc/31869/statm: 2378 345 289 221 0 87 0
[pid=31871] ppid=31869 vsize=13974352 memory=40184 CPUtime=0.31 cores=0,2,4,6
/proc/31871/stat : 31871 (java) S 31869 31869 8557 0 -1 1077944320 9145 0 0 0 28 3 0 0 20 0 15 0 124401160 14309736448 10046 18446744073709551615 4194304 4196468 140731988776800 140731988759344 140228732854007 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
/proc/31871/statm: 3493588 10046 3041 1 0 3482964 0
[pid=31871/tid=31872] ppid=31869 vsize=13974352 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/31871/task/31872/stat : 31872 (java) R 31869 31869 8557 0 -1 4202560 6240 0 0 0 16 2 0 0 20 0 15 0 124401160 14309736448 10046 18446744073709551615 4194304 4196468 140731988776800 140228737072096 140228732865942 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31873] ppid=31869 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31873/stat : 31873 (java) S 31869 31869 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124401161 14309736448 10046 18446744073709551615 4194304 4196468 140731988776800 140228674799888 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31874] ppid=31869 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31874/stat : 31874 (java) S 31869 31869 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124401161 14309736448 10046 18446744073709551615 4194304 4196468 140731988776800 140228673747344 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31875] ppid=31869 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31875/stat : 31875 (java) S 31869 31869 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124401161 14309736448 10046 18446744073709551615 4194304 4196468 140731988776800 140228672694800 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31876] ppid=31869 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31876/stat : 31876 (java) S 31869 31869 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124401161 14309736448 10046 18446744073709551615 4194304 4196468 140731988776800 140228671642256 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31877] ppid=31869 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31877/stat : 31877 (java) S 31869 31869 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124401162 14309736448 10046 18446744073709551615 4194304 4196468 140731988776800 140228278594032 140228732865154 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31878] ppid=31869 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31878/stat : 31878 (java) S 31869 31869 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124401163 14309736448 10046 18446744073709551615 4194304 4196468 140731988776800 140228277540256 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31879] ppid=31869 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31879/stat : 31879 (java) S 31869 31869 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124401163 14309736448 10046 18446744073709551615 4194304 4196468 140731988776800 140228276487664 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31880] ppid=31869 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31880/stat : 31880 (java) S 31869 31869 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124401165 14309736448 10046 18446744073709551615 4194304 4196468 140731988776800 140228275436240 140228732872603 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31881] ppid=31869 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/31871/task/31881/stat : 31881 (java) S 31869 31869 8557 0 -1 1077944384 596 0 0 0 2 0 0 0 20 0 15 0 124401165 14309736448 10046 18446744073709551615 4194304 4196468 140731988776800 140228274382832 140228732865154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31882] ppid=31869 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/31871/task/31882/stat : 31882 (java) S 31869 31869 8557 0 -1 1077944384 271 0 0 0 1 0 0 0 20 0 15 0 124401165 14309736448 10046 18446744073709551615 4194304 4196468 140731988776800 140228273330288 140228732865154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31883] ppid=31869 vsize=13974352 memory=140280502519424 CPUtime=0.06 cores=0,2,4,6
/proc/31871/task/31883/stat : 31883 (java) S 31869 31869 8557 0 -1 1077944384 734 0 0 0 6 0 0 0 20 0 15 0 124401165 14309736448 10046 18446744073709551615 4194304 4196468 140731988776800 140228272277744 140228732865154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31884] ppid=31869 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31884/stat : 31884 (java) S 31869 31869 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124401165 14309736448 10046 18446744073709551615 4194304 4196468 140731988776800 140228271225440 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31885] ppid=31869 vsize=13974352 memory=140280502519424 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31885/stat : 31885 (java) S 31869 31869 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124401170 14309736448 10046 18446744073709551615 4194304 4196468 140731988776800 140228270172976 140228732865154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41564 KiB

[startup+0.707111 s]
/proc/loadavg: 4.38 3.52 2.46 6/211 31885
/proc/meminfo: memFree=30602248/32770624 swapFree=67105588/67108860
[pid=31869] ppid=31866 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31869/stat : 31869 (xcsp3-exec) S 31866 31869 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 124401152 9740288 345 18446744073709551615 4194304 5098028 140732874093568 140732874091672 140106502025852 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 30244864 140732874097017 140732874097221 140732874097221 140732874100715 0
/proc/31869/statm: 2378 345 289 221 0 87 0
[pid=31871] ppid=31869 vsize=13980732 memory=84288 CPUtime=1.45 cores=0,2,4,6
/proc/31871/stat : 31871 (java) S 31869 31869 8557 0 -1 1077944320 14263 0 0 0 140 5 0 0 20 0 15 0 124401160 14316269568 21072 18446744073709551615 4194304 4196468 140731988776800 140731988759344 140228732854007 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
/proc/31871/statm: 3495183 21072 3170 1 0 3483476 0
[pid=31871/tid=31872] ppid=31869 vsize=13980732 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/31871/task/31872/stat : 31872 (java) R 31869 31869 8557 0 -1 4202560 7993 0 0 0 53 3 0 0 20 0 15 0 124401160 14316269568 21072 18446744073709551615 4194304 4196468 140731988776800 140228737091040 140228353860976 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31873] ppid=31869 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31873/stat : 31873 (java) S 31869 31869 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124401161 14316269568 21072 18446744073709551615 4194304 4196468 140731988776800 140228674799888 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31874] ppid=31869 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31874/stat : 31874 (java) S 31869 31869 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124401161 14316269568 21072 18446744073709551615 4194304 4196468 140731988776800 140228673747344 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31875] ppid=31869 vsize=13980732 memory=1586 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31875/stat : 31875 (java) S 31869 31869 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124401161 14316269568 21072 18446744073709551615 4194304 4196468 140731988776800 140228672694800 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31876] ppid=31869 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31876/stat : 31876 (java) S 31869 31869 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124401161 14316269568 21072 18446744073709551615 4194304 4196468 140731988776800 140228671642256 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31877] ppid=31869 vsize=13980732 memory=7379241879267535447 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31877/stat : 31877 (java) S 31869 31869 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 124401162 14316269568 21072 18446744073709551615 4194304 4196468 140731988776800 140228278594032 140228732865154 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31878] ppid=31869 vsize=13980732 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31878/stat : 31878 (java) S 31869 31869 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124401163 14316269568 21072 18446744073709551615 4194304 4196468 140731988776800 140228277540256 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31879] ppid=31869 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31879/stat : 31879 (java) S 31869 31869 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124401163 14316269568 21072 18446744073709551615 4194304 4196468 140731988776800 140228276487664 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31880] ppid=31869 vsize=13980732 memory=140280342782576 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31880/stat : 31880 (java) S 31869 31869 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124401165 14316269568 21072 18446744073709551615 4194304 4196468 140731988776800 140228275436240 140228732872603 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31881] ppid=31869 vsize=13980732 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/31871/task/31881/stat : 31881 (java) R 31869 31869 8557 0 -1 4202560 1684 0 0 0 28 0 0 0 20 0 15 0 124401165 14316269568 21072 18446744073709551615 4194304 4196468 140731988776800 140228274363848 140228716345642 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31882] ppid=31869 vsize=13980732 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/31871/task/31882/stat : 31882 (java) R 31869 31869 8557 0 -1 4202560 1503 0 0 0 28 0 0 0 20 0 15 0 124401165 14316269568 21072 18446744073709551615 4194304 4196468 140731988776800 140228273316312 140228717980408 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31883] ppid=31869 vsize=13980732 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/31871/task/31883/stat : 31883 (java) S 31869 31869 8557 0 -1 1077944384 1776 0 0 0 30 0 0 0 20 0 15 0 124401165 14316269568 21072 18446744073709551615 4194304 4196468 140731988776800 140228272277744 140228732865154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31884] ppid=31869 vsize=13980732 memory=7809523229951467576 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31884/stat : 31884 (java) S 31869 31869 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124401165 14316269568 21072 18446744073709551615 4194304 4196468 140731988776800 140228271225440 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31885] ppid=31869 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31885/stat : 31885 (java) S 31869 31869 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124401170 14316269568 21072 18446744073709551615 4194304 4196468 140731988776800 140228270172976 140228732865154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 85668 KiB

[startup+1.50092 s]
/proc/loadavg: 4.38 3.52 2.46 5/211 31885
/proc/meminfo: memFree=30466904/32770624 swapFree=67105588/67108860
[pid=31869] ppid=31866 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31869/stat : 31869 (xcsp3-exec) S 31866 31869 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 124401152 9740288 345 18446744073709551615 4194304 5098028 140732874093568 140732874091672 140106502025852 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 30244864 140732874097017 140732874097221 140732874097221 140732874100715 0
/proc/31869/statm: 2378 345 289 221 0 87 0
[pid=31871] ppid=31869 vsize=13980732 memory=356184 CPUtime=3.12 cores=0,2,4,6
/proc/31871/stat : 31871 (java) S 31869 31869 8557 0 -1 1077944320 15810 0 0 0 299 13 0 0 20 0 15 0 124401160 14316269568 89046 18446744073709551615 4194304 4196468 140731988776800 140731988759344 140228732854007 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
/proc/31871/statm: 3495183 89046 3192 1 0 3483476 0
[pid=31871/tid=31872] ppid=31869 vsize=13980732 memory=0 CPUtime=1.3 cores=0,2,4,6
/proc/31871/task/31872/stat : 31872 (java) R 31869 31869 8557 0 -1 4202560 8501 0 0 0 124 6 0 0 20 0 15 0 124401160 14316269568 89046 18446744073709551615 4194304 4196468 140731988776800 140228737092240 140228354486555 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31873] ppid=31869 vsize=13980732 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/31871/task/31873/stat : 31873 (java) S 31869 31869 8557 0 -1 1077944384 40 0 0 0 2 1 0 0 20 0 15 0 124401161 14316269568 89046 18446744073709551615 4194304 4196468 140731988776800 140228674799888 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31874] ppid=31869 vsize=13980732 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/31871/task/31874/stat : 31874 (java) S 31869 31869 8557 0 -1 1077944384 48 0 0 0 3 1 0 0 20 0 15 0 124401161 14316269568 89046 18446744073709551615 4194304 4196468 140731988776800 140228673747344 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31875] ppid=31869 vsize=13980732 memory=43 CPUtime=0.04 cores=0,2,4,6
/proc/31871/task/31875/stat : 31875 (java) S 31869 31869 8557 0 -1 1077944384 39 0 0 0 3 1 0 0 20 0 15 0 124401161 14316269568 89046 18446744073709551615 4194304 4196468 140731988776800 140228672694800 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31876] ppid=31869 vsize=13980732 memory=45 CPUtime=0.02 cores=0,2,4,6
/proc/31871/task/31876/stat : 31876 (java) S 31869 31869 8557 0 -1 1077944384 36 0 0 0 2 0 0 0 20 0 15 0 124401161 14316269568 89046 18446744073709551615 4194304 4196468 140731988776800 140228671642256 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31877] ppid=31869 vsize=13980732 memory=31 CPUtime=0 cores=0,2,4,6

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

/proc/31871/task/31878/stat : 31878 (java) S 31869 31869 8557 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 124401163 14384431104 2902559 18446744073709551615 4194304 4196468 140731988776800 140228277540320 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31879] ppid=31869 vsize=14047296 memory=1628 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31879/stat : 31879 (java) S 31869 31869 8557 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 124401163 14384431104 2902559 18446744073709551615 4194304 4196468 140731988776800 140228276487680 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31880] ppid=31869 vsize=14047296 memory=14340 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31880/stat : 31880 (java) S 31869 31869 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 124401165 14384431104 2902559 18446744073709551615 4194304 4196468 140731988776800 140228275436240 140228732872603 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31881] ppid=31869 vsize=14047296 memory=796 CPUtime=1.18 cores=0,2,4,6
/proc/31871/task/31881/stat : 31881 (java) S 31869 31869 8557 0 -1 1077944384 4926 0 0 0 117 1 0 0 20 0 16 0 124401165 14384431104 2902559 18446744073709551615 4194304 4196468 140731988776800 140228274382832 140228732865154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31882] ppid=31869 vsize=14047296 memory=-8774313645642428999 CPUtime=1 cores=0,2,4,6
/proc/31871/task/31882/stat : 31882 (java) S 31869 31869 8557 0 -1 1077944384 3890 0 0 0 99 1 0 0 20 0 16 0 124401165 14384431104 2902559 18446744073709551615 4194304 4196468 140731988776800 140228273330288 140228732865154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31883] ppid=31869 vsize=14047296 memory=3904 CPUtime=0.57 cores=0,2,4,6
/proc/31871/task/31883/stat : 31883 (java) S 31869 31869 8557 0 -1 1077944384 7756 0 0 0 56 1 0 0 20 0 16 0 124401165 14384431104 2902559 18446744073709551615 4194304 4196468 140731988776800 140228272277744 140228732865154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31884] ppid=31869 vsize=14047296 memory=3040 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31884/stat : 31884 (java) S 31869 31869 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 124401165 14384431104 2902559 18446744073709551615 4194304 4196468 140731988776800 140228271225440 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31885] ppid=31869 vsize=14047296 memory=2760 CPUtime=0.43 cores=0,2,4,6
/proc/31871/task/31885/stat : 31885 (java) S 31869 31869 8557 0 -1 1077944384 460 0 0 0 26 17 0 0 20 0 16 0 124401170 14384431104 2902559 18446744073709551615 4194304 4196468 140731988776800 140228270172976 140228732865154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31919] ppid=31869 vsize=14047296 memory=4072 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31919/stat : 31919 (java) S 31869 31869 8557 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 124453775 14384431104 2902559 18446744073709551615 4194304 4196468 140731988776800 140228194889408 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
Current children cumulated CPU time: 1536.21 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11611616 KiB

[startup+532.001 s]*
/proc/loadavg: 4.46 3.84 2.95 3/212 31919
/proc/meminfo: memFree=19332476/32770624 swapFree=67105588/67108860
[pid=31869] ppid=31866 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31869/stat : 31869 (xcsp3-exec) S 31866 31869 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 124401152 9740288 345 18446744073709551615 4194304 5098028 140732874093568 140732874091672 140106502025852 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 30244864 140732874097017 140732874097221 140732874097221 140732874100715 0
/proc/31869/statm: 2378 345 289 221 0 87 0
[pid=31871] ppid=31869 vsize=14047296 memory=11610244 CPUtime=1537.02 cores=0,2,4,6
/proc/31871/stat : 31871 (java) S 31869 31869 8557 0 -1 1077944320 346522 0 0 0 153043 659 0 0 20 0 16 0 124401160 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140731988759344 140228732854007 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
/proc/31871/statm: 3511824 2902561 3229 1 0 3500117 0
[pid=31871/tid=31872] ppid=31869 vsize=14047296 memory=-8774313645642428999 CPUtime=139.88 cores=0,2,4,6
/proc/31871/task/31872/stat : 31872 (java) S 31869 31869 8557 0 -1 1077944384 30977 0 0 0 13944 44 0 0 20 0 16 0 124401160 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228737094688 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31873] ppid=31869 vsize=14047296 memory=4126316290023845779 CPUtime=334.78 cores=0,2,4,6
/proc/31871/task/31873/stat : 31873 (java) S 31869 31869 8557 0 -1 1077944384 56159 0 0 0 33331 147 0 0 20 0 16 0 124401161 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228674799888 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31874] ppid=31869 vsize=14047296 memory=832 CPUtime=334.37 cores=0,2,4,6
/proc/31871/task/31874/stat : 31874 (java) S 31869 31869 8557 0 -1 1077944384 50456 0 0 0 33293 144 0 0 20 0 16 0 124401161 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228673747344 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31875] ppid=31869 vsize=14047296 memory=16436 CPUtime=335.02 cores=0,2,4,6
/proc/31871/task/31875/stat : 31875 (java) S 31869 31869 8557 0 -1 1077944384 40984 0 0 0 33361 141 0 0 20 0 16 0 124401161 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228672694800 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31876] ppid=31869 vsize=14047296 memory=3904 CPUtime=335.18 cores=0,2,4,6
/proc/31871/task/31876/stat : 31876 (java) S 31869 31869 8557 0 -1 1077944384 65881 0 0 0 33352 166 0 0 20 0 16 0 124401161 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228671642256 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31877] ppid=31869 vsize=14047296 memory=3040 CPUtime=54.5 cores=0,2,4,6
/proc/31871/task/31877/stat : 31877 (java) R 31869 31869 8557 0 -1 4202560 83706 0 0 0 5444 6 0 0 20 0 16 0 124401162 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228278592464 140228717850431 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31878] ppid=31869 vsize=14047296 memory=2760 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31878/stat : 31878 (java) S 31869 31869 8557 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 124401163 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228277540320 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31879] ppid=31869 vsize=14047296 memory=4072 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31879/stat : 31879 (java) S 31869 31869 8557 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 124401163 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228276487680 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31880] ppid=31869 vsize=14047296 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31880/stat : 31880 (java) S 31869 31869 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 124401165 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228275436240 140228732872603 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31881] ppid=31869 vsize=14047296 memory=3116 CPUtime=1.18 cores=0,2,4,6
/proc/31871/task/31881/stat : 31881 (java) S 31869 31869 8557 0 -1 1077944384 4926 0 0 0 117 1 0 0 20 0 16 0 124401165 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228274382880 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31882] ppid=31869 vsize=14047296 memory=1380 CPUtime=1 cores=0,2,4,6
/proc/31871/task/31882/stat : 31882 (java) S 31869 31869 8557 0 -1 1077944384 3891 0 0 0 99 1 0 0 20 0 16 0 124401165 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228273330048 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31883] ppid=31869 vsize=14047296 memory=390196 CPUtime=0.57 cores=0,2,4,6
/proc/31871/task/31883/stat : 31883 (java) S 31869 31869 8557 0 -1 1077944384 7756 0 0 0 56 1 0 0 20 0 16 0 124401165 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228272277792 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31884] ppid=31869 vsize=14047296 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31884/stat : 31884 (java) S 31869 31869 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 124401165 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228271225440 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31885] ppid=31869 vsize=14047296 memory=3184 CPUtime=0.43 cores=0,2,4,6
/proc/31871/task/31885/stat : 31885 (java) S 31869 31869 8557 0 -1 1077944384 460 0 0 0 26 17 0 0 20 0 16 0 124401170 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228270172976 140228732865154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31919] ppid=31869 vsize=14047296 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31919/stat : 31919 (java) S 31869 31869 8557 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 124453775 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228194889408 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
Current children cumulated CPU time: 1537.02 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11611624 KiB

[startup+532.401 s]
/proc/loadavg: 4.46 3.84 2.95 3/212 31919
/proc/meminfo: memFree=19332476/32770624 swapFree=67105588/67108860
[pid=31869] ppid=31866 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31869/stat : 31869 (xcsp3-exec) S 31866 31869 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 124401152 9740288 345 18446744073709551615 4194304 5098028 140732874093568 140732874091672 140106502025852 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 30244864 140732874097017 140732874097221 140732874097221 140732874100715 0
/proc/31869/statm: 2378 345 289 221 0 87 0
[pid=31871] ppid=31869 vsize=14047296 memory=11610244 CPUtime=1537.41 cores=0,2,4,6
/proc/31871/stat : 31871 (java) S 31869 31869 8557 0 -1 1077944320 346522 0 0 0 153082 659 0 0 20 0 16 0 124401160 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140731988759344 140228732854007 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
/proc/31871/statm: 3511824 2902561 3229 1 0 3500117 0
[pid=31871/tid=31872] ppid=31869 vsize=14047296 memory=956 CPUtime=139.88 cores=0,2,4,6
/proc/31871/task/31872/stat : 31872 (java) S 31869 31869 8557 0 -1 1077944384 30977 0 0 0 13944 44 0 0 20 0 16 0 124401160 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228737094688 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31873] ppid=31869 vsize=14047296 memory=-8774313645642428999 CPUtime=334.78 cores=0,2,4,6
/proc/31871/task/31873/stat : 31873 (java) S 31869 31869 8557 0 -1 1077944384 56159 0 0 0 33331 147 0 0 20 0 16 0 124401161 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228674799888 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31874] ppid=31869 vsize=14047296 memory=1164 CPUtime=334.37 cores=0,2,4,6
/proc/31871/task/31874/stat : 31874 (java) S 31869 31869 8557 0 -1 1077944384 50456 0 0 0 33293 144 0 0 20 0 16 0 124401161 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228673747344 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31875] ppid=31869 vsize=14047296 memory=7356 CPUtime=335.02 cores=0,2,4,6
/proc/31871/task/31875/stat : 31875 (java) S 31869 31869 8557 0 -1 1077944384 40984 0 0 0 33361 141 0 0 20 0 16 0 124401161 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228672694800 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31876] ppid=31869 vsize=14047296 memory=1628 CPUtime=335.18 cores=0,2,4,6
/proc/31871/task/31876/stat : 31876 (java) S 31869 31869 8557 0 -1 1077944384 65881 0 0 0 33352 166 0 0 20 0 16 0 124401161 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228671642256 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31877] ppid=31869 vsize=14047296 memory=14340 CPUtime=54.89 cores=0,2,4,6
/proc/31871/task/31877/stat : 31877 (java) R 31869 31869 8557 0 -1 4202560 83706 0 0 0 5483 6 0 0 20 0 16 0 124401162 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228278592464 140228717850516 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31878] ppid=31869 vsize=14047296 memory=796 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31878/stat : 31878 (java) S 31869 31869 8557 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 124401163 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228277540320 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31879] ppid=31869 vsize=14047296 memory=920 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31879/stat : 31879 (java) S 31869 31869 8557 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 124401163 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228276487680 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31880] ppid=31869 vsize=14047296 memory=2032 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31880/stat : 31880 (java) S 31869 31869 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 124401165 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228275436240 140228732872603 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31881] ppid=31869 vsize=14047296 memory=832 CPUtime=1.18 cores=0,2,4,6
/proc/31871/task/31881/stat : 31881 (java) S 31869 31869 8557 0 -1 1077944384 4926 0 0 0 117 1 0 0 20 0 16 0 124401165 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228274382880 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31882] ppid=31869 vsize=14047296 memory=16436 CPUtime=1 cores=0,2,4,6
/proc/31871/task/31882/stat : 31882 (java) S 31869 31869 8557 0 -1 1077944384 3891 0 0 0 99 1 0 0 20 0 16 0 124401165 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228273330048 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31883] ppid=31869 vsize=14047296 memory=3904 CPUtime=0.57 cores=0,2,4,6
/proc/31871/task/31883/stat : 31883 (java) S 31869 31869 8557 0 -1 1077944384 7756 0 0 0 56 1 0 0 20 0 16 0 124401165 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228272277792 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31884] ppid=31869 vsize=14047296 memory=3040 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31884/stat : 31884 (java) S 31869 31869 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 124401165 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228271225440 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31885] ppid=31869 vsize=14047296 memory=2760 CPUtime=0.43 cores=0,2,4,6
/proc/31871/task/31885/stat : 31885 (java) S 31869 31869 8557 0 -1 1077944384 460 0 0 0 26 17 0 0 20 0 16 0 124401170 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228270172976 140228732865154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31919] ppid=31869 vsize=14047296 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31919/stat : 31919 (java) S 31869 31869 8557 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 124453775 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228194889408 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
Current children cumulated CPU time: 1537.41 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11611624 KiB

[startup+532.601 s]
/proc/loadavg: 4.46 3.84 2.95 3/212 31919
/proc/meminfo: memFree=19332476/32770624 swapFree=67105588/67108860
[pid=31869] ppid=31866 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31869/stat : 31869 (xcsp3-exec) S 31866 31869 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 124401152 9740288 345 18446744073709551615 4194304 5098028 140732874093568 140732874091672 140106502025852 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 30244864 140732874097017 140732874097221 140732874097221 140732874100715 0
/proc/31869/statm: 2378 345 289 221 0 87 0
[pid=31871] ppid=31869 vsize=14047296 memory=11610244 CPUtime=1537.61 cores=0,2,4,6
/proc/31871/stat : 31871 (java) S 31869 31869 8557 0 -1 1077944320 346522 0 0 0 153102 659 0 0 20 0 16 0 124401160 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140731988759344 140228732854007 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
/proc/31871/statm: 3511824 2902561 3229 1 0 3500117 0
[pid=31871/tid=31872] ppid=31869 vsize=14047296 memory=11609900 CPUtime=139.88 cores=0,2,4,6
/proc/31871/task/31872/stat : 31872 (java) S 31869 31869 8557 0 -1 1077944384 30977 0 0 0 13944 44 0 0 20 0 16 0 124401160 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228737094688 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31873] ppid=31869 vsize=14047296 memory=-8774313645642428999 CPUtime=334.78 cores=0,2,4,6
/proc/31871/task/31873/stat : 31873 (java) S 31869 31869 8557 0 -1 1077944384 56159 0 0 0 33331 147 0 0 20 0 16 0 124401161 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228674799888 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31874] ppid=31869 vsize=14047296 memory=4126316290023845779 CPUtime=334.37 cores=0,2,4,6
/proc/31871/task/31874/stat : 31874 (java) S 31869 31869 8557 0 -1 1077944384 50456 0 0 0 33293 144 0 0 20 0 16 0 124401161 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228673747344 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31875] ppid=31869 vsize=14047296 memory=390076 CPUtime=335.02 cores=0,2,4,6
/proc/31871/task/31875/stat : 31875 (java) S 31869 31869 8557 0 -1 1077944384 40984 0 0 0 33361 141 0 0 20 0 16 0 124401161 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228672694800 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31876] ppid=31869 vsize=14047296 memory=11609952 CPUtime=335.18 cores=0,2,4,6
/proc/31871/task/31876/stat : 31876 (java) S 31869 31869 8557 0 -1 1077944384 65881 0 0 0 33352 166 0 0 20 0 16 0 124401161 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228671642256 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31877] ppid=31869 vsize=14047296 memory=3184 CPUtime=55.09 cores=0,2,4,6
/proc/31871/task/31877/stat : 31877 (java) R 31869 31869 8557 0 -1 4202560 83706 0 0 0 5503 6 0 0 20 0 16 0 124401162 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228278592464 140228717850411 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31878] ppid=31869 vsize=14047296 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31878/stat : 31878 (java) S 31869 31869 8557 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 124401163 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228277540320 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31879] ppid=31869 vsize=14047296 memory=11609900 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31879/stat : 31879 (java) S 31869 31869 8557 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 124401163 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228276487680 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31880] ppid=31869 vsize=14047296 memory=4044 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31880/stat : 31880 (java) S 31869 31869 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 124401165 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228275436240 140228732872603 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31881] ppid=31869 vsize=14047296 memory=644 CPUtime=1.18 cores=0,2,4,6
/proc/31871/task/31881/stat : 31881 (java) S 31869 31869 8557 0 -1 1077944384 4926 0 0 0 117 1 0 0 20 0 16 0 124401165 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228274382880 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31882] ppid=31869 vsize=14047296 memory=11610244 CPUtime=1 cores=0,2,4,6
/proc/31871/task/31882/stat : 31882 (java) S 31869 31869 8557 0 -1 1077944384 3891 0 0 0 99 1 0 0 20 0 16 0 124401165 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228273330048 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31883] ppid=31869 vsize=14047296 memory=288230574492221466 CPUtime=0.57 cores=0,2,4,6
/proc/31871/task/31883/stat : 31883 (java) S 31869 31869 8557 0 -1 1077944384 7756 0 0 0 56 1 0 0 20 0 16 0 124401165 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228272277792 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31884] ppid=31869 vsize=14047296 memory=304274691181510966 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31884/stat : 31884 (java) S 31869 31869 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 124401165 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228271225440 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31885] ppid=31869 vsize=14047296 memory=-8774313645642428999 CPUtime=0.43 cores=0,2,4,6
/proc/31871/task/31885/stat : 31885 (java) S 31869 31869 8557 0 -1 1077944384 460 0 0 0 26 17 0 0 20 0 16 0 124401170 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228270172976 140228732865154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
[pid=31871/tid=31919] ppid=31869 vsize=14047296 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31919/stat : 31919 (java) S 31869 31869 8557 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 124453775 14384431104 2902561 18446744073709551615 4194304 4196468 140731988776800 140228194889408 140228732864213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13103104 140731988783537 140731988783713 140731988783713 140731988787151 0
Current children cumulated CPU time: 1537.61 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11611624 KiB

[startup+532.701 s]
/proc/loadavg: 4.46 3.84 2.95 3/212 31919
/proc/meminfo: memFree=19332476/32770624 swapFree=67105588/67108860
[pid=31869] ppid=31866 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31869/stat : 31869 (xcsp3-exec) S 31866 31869 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 124401152 9740288 345 18446744073709551615 4194304 5098028 140732874093568 140732874091672 140106502025852 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 7 0 0 7196144 7232144 30244864 140732874097017 140732874097221 140732874097221 140732874100715 0
/proc/31869/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 1
Real time (s): 532.705
CPU time (s): 1537.73
CPU user time (s): 1531.09
CPU system time (s): 6.64939
CPU usage (%): 288.665
Max. virtual memory (cumulated for all children) (KiB): 14056808
Max. memory (cumulated for all children) (KiB): 11611624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1531.09
system time used= 6.64939
maximum resident set size= 11610604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 347113
page faults= 0
swaps= 0
block input operations= 0
block output operations= 736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20298
involuntary context switches= 12681


# summary of solver processes directly reported to runsolver:
#   pid: 31869
#   total CPU time (s): 1537.73
#   total CPU user time (s): 1531.09
#   total CPU system time (s): 6.64939

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.08545 second user time and 5.65845 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-20 11:26:56
IDJOB=4284080
IDBENCH=138457
IDSOLVER=2679
FILE ID=node126/4284080-1503222061
RUNJOBID= node126-1503172173-21712
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-11.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-4284080-1503222061/watcher-4284080-1503222061 -o /tmp/evaluation-result-4284080-1503222061/solver-4284080-1503222061 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503172173-21712 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 584760286 HOME/instance-4284080-1503222061.xml

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

MD5SUM BENCH= 282e51d8db2be6465471e4014b41d3d5
RANDOM SEED=584760286

node126.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.81
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.81
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.81
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.81
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:        30647592 kB
MemAvailable:   31268792 kB
Buffers:          321072 kB
Cached:           589732 kB
SwapCached:          524 kB
Active:          1265588 kB
Inactive:         383960 kB
Active(anon):     693948 kB
Inactive(anon):    93904 kB
Active(file):     571640 kB
Inactive(file):   290056 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              7860 kB
Writeback:             0 kB
AnonPages:        741380 kB
Mapped:            73000 kB
Shmem:             49824 kB
Slab:             177380 kB
SReclaimable:     150680 kB
SUnreclaim:        26700 kB
KernelStack:        3616 kB
PageTables:         7080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1364712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    679936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node126 at 2017-08-20 11:35:49