Trace number 4283961

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)UNSAT 3.3299601 1.6644599

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-24.xml
MD5SUMfafbbc28d55e991f97131ab8525c2187
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.52833402
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints270
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":111}]
Minimum variable degree2
Maximum variable degree81
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":18},{"degree":4,"count":16},{"degree":5,"count":6},{"degree":6,"count":6},{"degree":7,"count":5},{"degree":8,"count":2},{"degree":10,"count":2},{"degree":11,"count":2},{"degree":14,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":2},{"degree":59,"count":1},{"degree":74,"count":1},{"degree":81,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":111},{"arity":2,"count":42},{"arity":3,"count":25},{"arity":4,"count":24},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints159
Number of intensional constraints111
Distribution of constraint types[{"type":"extension","count":159},{"type":"intension","count":111}]
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-4283961-1503223534.xml"  -tl '2520s' -p 1 -x 3
0.14/0.24	c [HOME/instance-4283961-1503223534.xml, -tl, 2520s, -p, 1, -x, 3]
0.14/0.30	c simple solver
0.34/0.37	c parse instance...
2.75/1.47	c solve instance...
2.99/1.59	s UNSATISFIABLE

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 (14930 MiB free)
  memory of node 1: 16384 MiB (15122 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283961-1503223534/watcher-4283961-1503223534 -o /tmp/evaluation-result-4283961-1503223534/solver-4283961-1503223534 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503172133-9102 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 317699589 HOME/instance-4283961-1503223534.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=21995, runsolver pid=21992

[startup+0.100109 s]*
/proc/loadavg: 1.52 1.69 1.74 3/207 22004
/proc/meminfo: memFree=30767136/32770624 swapFree=67108860/67108860
[pid=21995] ppid=21992 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21995/stat : 21995 (xcsp3-exec) S 21992 21995 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 124546335 9740288 345 18446744073709551615 4194304 5098028 140736425957216 140736425955320 140334428815996 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 6 0 0 7196144 7232144 28827648 140736425959801 140736425960005 140736425960005 140736425963499 0
/proc/21995/statm: 2378 345 289 221 0 87 0
[pid=21997] ppid=21995 vsize=13574484 memory=16940 CPUtime=0.02 cores=0,2,4,6
/proc/21997/stat : 21997 (java) S 21995 21995 28892 0 -1 1077944320 4095 0 0 0 2 0 0 0 20 0 9 0 124546342 13900271616 4235 18446744073709551615 4194304 4196468 140727086947440 140727086929984 139992908365559 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
/proc/21997/statm: 3393621 4235 2093 1 0 3383118 0
[pid=21997/tid=21998] ppid=21995 vsize=13574484 memory=4206751525541407381 CPUtime=0.02 cores=0,2,4,6
/proc/21997/task/21998/stat : 21998 (java) R 21995 21995 28892 0 -1 4202560 2808 0 0 0 2 0 0 0 20 0 9 0 124546342 13900271616 4301 18446744073709551615 4194304 4196468 140727086947440 139992912601288 139992892446046 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=21999] ppid=21995 vsize=13574484 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (java) S 21995 21995 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 124546343 13900271616 4301 18446744073709551615 4194304 4196468 140727086947440 139992850311696 139992908375765 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22000] ppid=21995 vsize=13574484 memory=140503494551168 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (java) S 21995 21995 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 124546343 13900271616 4301 18446744073709551615 4194304 4196468 140727086947440 139992507095696 139992908375765 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22001] ppid=21995 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (java) S 21995 21995 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 124546343 13900271616 4301 18446744073709551615 4194304 4196468 140727086947440 139992506042640 139992908375765 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22002] ppid=21995 vsize=13574484 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22002/stat : 22002 (java) S 21995 21995 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 124546343 13900271616 4301 18446744073709551615 4194304 4196468 140727086947440 139992504990096 139992908375765 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22003] ppid=21995 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22003/stat : 22003 (java) S 21995 21995 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 124546344 13900271616 4301 18446744073709551615 4194304 4196468 140727086947440 139992454134512 139992908376706 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22004] ppid=21995 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22004/stat : 22004 (java) S 21995 21995 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 124546345 13900271616 4301 18446744073709551615 4194304 4196468 140727086947440 139992453080736 139992908375765 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22005] ppid=21995 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22005/stat : 22005 (java) S 21995 21995 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 124546345 13900271616 4301 18446744073709551615 4194304 4196468 140727086947440 139992452027696 139992908375765 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 18320 KiB

[startup+0.210053 s]*
/proc/loadavg: 1.52 1.69 1.74 4/214 22011
/proc/meminfo: memFree=30757284/32770624 swapFree=67108860/67108860
[pid=21995] ppid=21992 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21995/stat : 21995 (xcsp3-exec) S 21992 21995 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 124546335 9740288 345 18446744073709551615 4194304 5098028 140736425957216 140736425955320 140334428815996 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 6 0 0 7196144 7232144 28827648 140736425959801 140736425960005 140736425960005 140736425963499 0
/proc/21995/statm: 2378 345 289 221 0 87 0
[pid=21997] ppid=21995 vsize=13974352 memory=29472 CPUtime=0.14 cores=0,2,4,6
/proc/21997/stat : 21997 (java) S 21995 21995 28892 0 -1 1077944320 5783 0 0 0 13 1 0 0 20 0 15 0 124546342 14309736448 7368 18446744073709551615 4194304 4196468 140727086947440 140727086929984 139992908365559 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
/proc/21997/statm: 3493588 7368 2892 1 0 3482964 0
[pid=21997/tid=21998] ppid=21995 vsize=13974352 memory=8390339637985935414 CPUtime=0.1 cores=0,2,4,6
/proc/21997/task/21998/stat : 21998 (java) R 21995 21995 28892 0 -1 4202560 3645 0 0 0 9 1 0 0 20 0 15 0 124546342 14309736448 7433 18446744073709551615 4194304 4196468 140727086947440 139992912586832 139992892409189 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=21999] ppid=21995 vsize=13974352 memory=288230604708001210 CPUtime=0 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (java) S 21995 21995 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546343 14309736448 7433 18446744073709551615 4194304 4196468 140727086947440 139992850311696 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22000] ppid=21995 vsize=13974352 memory=4121840405755324064 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (java) S 21995 21995 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546343 14309736448 7433 18446744073709551615 4194304 4196468 140727086947440 139992507095696 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22001] ppid=21995 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (java) S 21995 21995 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546343 14309736448 7433 18446744073709551615 4194304 4196468 140727086947440 139992506042640 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22002] ppid=21995 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22002/stat : 22002 (java) S 21995 21995 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124546343 14309736448 7433 18446744073709551615 4194304 4196468 140727086947440 139992504990096 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22003] ppid=21995 vsize=13974352 memory=140503494551168 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22003/stat : 22003 (java) S 21995 21995 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124546344 14309736448 7433 18446744073709551615 4194304 4196468 140727086947440 139992454134512 139992908376706 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22004] ppid=21995 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22004/stat : 22004 (java) S 21995 21995 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124546345 14309736448 7433 18446744073709551615 4194304 4196468 140727086947440 139992453080736 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22005] ppid=21995 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22005/stat : 22005 (java) S 21995 21995 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124546345 14309736448 7433 18446744073709551615 4194304 4196468 140727086947440 139992452027632 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22006] ppid=21995 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22006/stat : 22006 (java) S 21995 21995 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124546347 14309736448 7433 18446744073709551615 4194304 4196468 140727086947440 139992450976208 139992908384155 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22007] ppid=21995 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22007/stat : 22007 (java) S 21995 21995 28892 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 15 0 124546347 14309736448 7433 18446744073709551615 4194304 4196468 140727086947440 139992449923312 139992908376706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22008] ppid=21995 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22008/stat : 22008 (java) R 21995 21995 28892 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 124546347 14309736448 7433 18446744073709551615 4194304 4196468 140727086947440 139992448870768 139992908376706 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22009] ppid=21995 vsize=13974352 memory=140503494551168 CPUtime=0.02 cores=0,2,4,6
/proc/21997/task/22009/stat : 22009 (java) R 21995 21995 28892 0 -1 4202560 359 0 0 0 2 0 0 0 20 0 15 0 124546347 14309736448 7433 18446744073709551615 4194304 4196468 140727086947440 139992447817712 139992887327209 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22010] ppid=21995 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22010/stat : 22010 (java) S 21995 21995 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124546348 14309736448 7433 18446744073709551615 4194304 4196468 140727086947440 139992378632544 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22011] ppid=21995 vsize=13974352 memory=140503494551168 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22011/stat : 22011 (java) S 21995 21995 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546351 14309736448 7433 18446744073709551615 4194304 4196468 140727086947440 139992377580592 139992908376706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 30852 KiB

[startup+0.3106 s]*
/proc/loadavg: 1.52 1.69 1.74 4/214 22011
/proc/meminfo: memFree=30744216/32770624 swapFree=67108860/67108860
[pid=21995] ppid=21992 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21995/stat : 21995 (xcsp3-exec) S 21992 21995 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 124546335 9740288 345 18446744073709551615 4194304 5098028 140736425957216 140736425955320 140334428815996 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 6 0 0 7196144 7232144 28827648 140736425959801 140736425960005 140736425960005 140736425963499 0
/proc/21995/statm: 2378 345 289 221 0 87 0
[pid=21997] ppid=21995 vsize=13978608 memory=40360 CPUtime=0.34 cores=0,2,4,6
/proc/21997/stat : 21997 (java) S 21995 21995 28892 0 -1 1077944320 9291 0 0 0 31 3 0 0 20 0 15 0 124546342 14314094592 10090 18446744073709551615 4194304 4196468 140727086947440 140727086929984 139992908365559 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
/proc/21997/statm: 3494652 10090 3045 1 0 3482964 0
[pid=21997/tid=21998] ppid=21995 vsize=13978608 memory=-7677926825137650786 CPUtime=0.2 cores=0,2,4,6
/proc/21997/task/21998/stat : 21998 (java) R 21995 21995 28892 0 -1 4202560 6439 0 0 0 18 2 0 0 20 0 15 0 124546342 14314094592 10090 18446744073709551615 4194304 4196468 140727086947440 139992912586552 139992892446046 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=21999] ppid=21995 vsize=13978608 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (java) S 21995 21995 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546343 14314094592 10090 18446744073709551615 4194304 4196468 140727086947440 139992850311696 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22000] ppid=21995 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (java) S 21995 21995 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546343 14314094592 10090 18446744073709551615 4194304 4196468 140727086947440 139992507095696 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22001] ppid=21995 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (java) S 21995 21995 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546343 14314094592 10090 18446744073709551615 4194304 4196468 140727086947440 139992506042640 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22002] ppid=21995 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22002/stat : 22002 (java) S 21995 21995 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124546343 14314094592 10090 18446744073709551615 4194304 4196468 140727086947440 139992504990096 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22003] ppid=21995 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22003/stat : 22003 (java) S 21995 21995 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124546344 14314094592 10090 18446744073709551615 4194304 4196468 140727086947440 139992454134512 139992908376706 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22004] ppid=21995 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22004/stat : 22004 (java) S 21995 21995 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124546345 14314094592 10090 18446744073709551615 4194304 4196468 140727086947440 139992453080736 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22005] ppid=21995 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22005/stat : 22005 (java) S 21995 21995 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124546345 14314094592 10090 18446744073709551615 4194304 4196468 140727086947440 139992452027632 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22006] ppid=21995 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22006/stat : 22006 (java) S 21995 21995 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124546347 14314094592 10090 18446744073709551615 4194304 4196468 140727086947440 139992450976208 139992908384155 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22007] ppid=21995 vsize=13978608 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/21997/task/22007/stat : 22007 (java) S 21995 21995 28892 0 -1 1077944384 624 0 0 0 3 0 0 0 20 0 15 0 124546347 14314094592 10090 18446744073709551615 4194304 4196468 140727086947440 139992449923312 139992908376706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22008] ppid=21995 vsize=13978608 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/21997/task/22008/stat : 22008 (java) S 21995 21995 28892 0 -1 1077944384 209 0 0 0 1 0 0 0 20 0 15 0 124546347 14314094592 10090 18446744073709551615 4194304 4196468 140727086947440 139992448870768 139992908376706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22009] ppid=21995 vsize=13978608 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21997/task/22009/stat : 22009 (java) S 21995 21995 28892 0 -1 1077944384 718 0 0 0 7 0 0 0 20 0 15 0 124546347 14314094592 10090 18446744073709551615 4194304 4196468 140727086947440 139992447817712 139992908376706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22010] ppid=21995 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22010/stat : 22010 (java) S 21995 21995 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124546348 14314094592 10090 18446744073709551615 4194304 4196468 140727086947440 139992378632544 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22011] ppid=21995 vsize=13978608 memory=140503494551168 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22011/stat : 22011 (java) S 21995 21995 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546351 14314094592 10090 18446744073709551615 4194304 4196468 140727086947440 139992377580592 139992908376706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41740 KiB

[startup+0.700917 s]
/proc/loadavg: 1.52 1.69 1.74 6/214 22011
/proc/meminfo: memFree=30729524/32770624 swapFree=67108860/67108860
[pid=21995] ppid=21992 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21995/stat : 21995 (xcsp3-exec) S 21992 21995 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 124546335 9740288 345 18446744073709551615 4194304 5098028 140736425957216 140736425955320 140334428815996 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 6 0 0 7196144 7232144 28827648 140736425959801 140736425960005 140736425960005 140736425963499 0
/proc/21995/statm: 2378 345 289 221 0 87 0
[pid=21997] ppid=21995 vsize=13978684 memory=112624 CPUtime=1.32 cores=0,2,4,6
/proc/21997/stat : 21997 (java) S 21995 21995 28892 0 -1 1077944320 13175 0 0 0 127 5 0 0 20 0 15 0 124546342 14314172416 28156 18446744073709551615 4194304 4196468 140727086947440 140727086929984 139992908365559 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
/proc/21997/statm: 3494671 28156 3158 1 0 3482964 0
[pid=21997/tid=21998] ppid=21995 vsize=13978684 memory=6656426216303648864 CPUtime=0.58 cores=0,2,4,6
/proc/21997/task/21998/stat : 21998 (java) R 21995 21995 28892 0 -1 4202560 7923 0 0 0 54 4 0 0 20 0 15 0 124546342 14314172416 28156 18446744073709551615 4194304 4196468 140727086947440 139992912601488 139992533027540 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=21999] ppid=21995 vsize=13978684 memory=12216 CPUtime=0 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (java) S 21995 21995 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546343 14314172416 28156 18446744073709551615 4194304 4196468 140727086947440 139992850311696 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22000] ppid=21995 vsize=13978684 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (java) S 21995 21995 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546343 14314172416 28156 18446744073709551615 4194304 4196468 140727086947440 139992507095696 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22001] ppid=21995 vsize=13978684 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (java) S 21995 21995 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546343 14314172416 28156 18446744073709551615 4194304 4196468 140727086947440 139992506042640 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22002] ppid=21995 vsize=13978684 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22002/stat : 22002 (java) S 21995 21995 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124546343 14314172416 28156 18446744073709551615 4194304 4196468 140727086947440 139992504990096 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22003] ppid=21995 vsize=13978684 memory=796 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22003/stat : 22003 (java) S 21995 21995 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 124546344 14314172416 28156 18446744073709551615 4194304 4196468 140727086947440 139992454134512 139992908376706 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22004] ppid=21995 vsize=13978684 memory=11164 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22004/stat : 22004 (java) S 21995 21995 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124546345 14314172416 28156 18446744073709551615 4194304 4196468 140727086947440 139992453080736 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22005] ppid=21995 vsize=13978684 memory=18889266171726 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22005/stat : 22005 (java) S 21995 21995 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124546345 14314172416 28156 18446744073709551615 4194304 4196468 140727086947440 139992452027632 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22006] ppid=21995 vsize=13978684 memory=301741399228036503 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22006/stat : 22006 (java) S 21995 21995 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124546347 14314172416 28156 18446744073709551615 4194304 4196468 140727086947440 139992450976208 139992908384155 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22007] ppid=21995 vsize=13978684 memory=14974468741154559 CPUtime=0.24 cores=0,2,4,6
/proc/21997/task/22007/stat : 22007 (java) R 21995 21995 28892 0 -1 4202560 1274 0 0 0 24 0 0 0 20 0 15 0 124546347 14314172416 28156 18446744073709551615 4194304 4196468 140727086947440 139992449913696 139992887622030 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22008] ppid=21995 vsize=13978684 memory=6083069419766966118 CPUtime=0.21 cores=0,2,4,6
/proc/21997/task/22008/stat : 22008 (java) R 21995 21995 28892 0 -1 4202560 1285 0 0 0 21 0 0 0 20 0 15 0 124546347 14314172416 28156 18446744073709551615 4194304 4196468 140727086947440 139992448863960 139992887590476 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22009] ppid=21995 vsize=13978684 memory=5937542462437811796 CPUtime=0.26 cores=0,2,4,6
/proc/21997/task/22009/stat : 22009 (java) S 21995 21995 28892 0 -1 1077944384 1385 0 0 0 26 0 0 0 20 0 15 0 124546347 14314172416 28156 18446744073709551615 4194304 4196468 140727086947440 139992447817712 139992908376706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22010] ppid=21995 vsize=13978684 memory=5792283765844439127 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22010/stat : 22010 (java) S 21995 21995 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124546348 14314172416 28668 18446744073709551615 4194304 4196468 140727086947440 139992378632544 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22011] ppid=21995 vsize=13978684 memory=7372508392581588843 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22011/stat : 22011 (java) S 21995 21995 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546351 14314172416 28668 18446744073709551615 4194304 4196468 140727086947440 139992377580592 139992908376706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 114004 KiB

[startup+1.50201 s]
/proc/loadavg: 1.64 1.71 1.75 3/214 22011
/proc/meminfo: memFree=30573512/32770624 swapFree=67108860/67108860
[pid=21995] ppid=21992 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21995/stat : 21995 (xcsp3-exec) S 21992 21995 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 124546335 9740288 345 18446744073709551615 4194304 5098028 140736425957216 140736425955320 140334428815996 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 6 0 0 7196144 7232144 28827648 140736425959801 140736425960005 140736425960005 140736425963499 0
/proc/21995/statm: 2378 345 289 221 0 87 0
[pid=21997] ppid=21995 vsize=13980732 memory=218352 CPUtime=2.99 cores=0,2,4,6
/proc/21997/stat : 21997 (java) S 21995 21995 28892 0 -1 1077944320 14534 0 0 0 287 12 0 0 20 0 15 0 124546342 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 140727086929984 139992908365559 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
/proc/21997/statm: 3495183 54588 3198 1 0 3483476 0
[pid=21997/tid=21998] ppid=21995 vsize=13980732 memory=1380 CPUtime=1.35 cores=0,2,4,6
/proc/21997/task/21998/stat : 21998 (java) R 21995 21995 28892 0 -1 4202560 8631 0 0 0 130 5 0 0 20 0 15 0 124546342 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992912602352 139992908377494 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=21999] ppid=21995 vsize=13980732 memory=193208 CPUtime=0.02 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (java) S 21995 21995 28892 0 -1 1077944384 25 0 0 0 1 1 0 0 20 0 15 0 124546343 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992850311696 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22000] ppid=21995 vsize=13980732 memory=281006691765216 CPUtime=0.02 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (java) S 21995 21995 28892 0 -1 1077944384 21 0 0 0 1 1 0 0 20 0 15 0 124546343 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992507095696 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22001] ppid=21995 vsize=13980732 memory=281006691406496 CPUtime=0.02 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (java) S 21995 21995 28892 0 -1 1077944384 27 0 0 0 1 1 0 0 20 0 15 0 124546343 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992506042640 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22002] ppid=21995 vsize=13980732 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21997/task/22002/stat : 22002 (java) S 21995 21995 28892 0 -1 1077944384 35 0 0 0 1 1 0 0 20 0 15 0 124546343 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992504990096 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22003] ppid=21995 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22003/stat : 22003 (java) S 21995 21995 28892 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 124546344 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992454134512 139992908376706 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22004] ppid=21995 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22004/stat : 22004 (java) S 21995 21995 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124546345 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992453080800 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22005] ppid=21995 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22005/stat : 22005 (java) S 21995 21995 28892 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 124546345 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992452027632 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22006] ppid=21995 vsize=13980732 memory=13297 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22006/stat : 22006 (java) S 21995 21995 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124546347 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992450976208 139992908384155 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22007] ppid=21995 vsize=13980732 memory=4420 CPUtime=0.57 cores=0,2,4,6
/proc/21997/task/22007/stat : 22007 (java) R 21995 21995 28892 0 -1 4202560 1387 0 0 0 57 0 0 0 20 0 15 0 124546347 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992449923312 139992908386906 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22008] ppid=21995 vsize=13980732 memory=6628 CPUtime=0.54 cores=0,2,4,6
/proc/21997/task/22008/stat : 22008 (java) R 21995 21995 28892 0 -1 4202560 1369 0 0 0 54 0 0 0 20 0 15 0 124546347 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992448870768 139992908386906 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22009] ppid=21995 vsize=13980732 memory=8836 CPUtime=0.39 cores=0,2,4,6
/proc/21997/task/22009/stat : 22009 (java) S 21995 21995 28892 0 -1 1077944384 1658 0 0 0 39 0 0 0 20 0 15 0 124546347 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992447817712 139992908376706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22010] ppid=21995 vsize=13980732 memory=11044 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22010/stat : 22010 (java) S 21995 21995 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124546348 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992378632544 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22011] ppid=21995 vsize=13980732 memory=13252 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22011/stat : 22011 (java) S 21995 21995 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546351 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992377580592 139992908376706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 219732 KiB

[startup+1.66442 s]
# the end of solver process 21995 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.19664 s, system=0.133318 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.50201 s]
/proc/loadavg: 1.64 1.71 1.75 3/214 22011
/proc/meminfo: memFree=30573512/32770624 swapFree=67108860/67108860
[pid=21995] ppid=21992 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21995/stat : 21995 (xcsp3-exec) S 21992 21995 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 124546335 9740288 345 18446744073709551615 4194304 5098028 140736425957216 140736425955320 140334428815996 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 6 0 0 7196144 7232144 28827648 140736425959801 140736425960005 140736425960005 140736425963499 0
/proc/21995/statm: 2378 345 289 221 0 87 0
[pid=21997] ppid=21995 vsize=13980732 memory=218352 CPUtime=2.99 cores=0,2,4,6
/proc/21997/stat : 21997 (java) S 21995 21995 28892 0 -1 1077944320 14534 0 0 0 287 12 0 0 20 0 15 0 124546342 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 140727086929984 139992908365559 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
/proc/21997/statm: 3495183 54588 3198 1 0 3483476 0
[pid=21997/tid=21998] ppid=21995 vsize=13980732 memory=1380 CPUtime=1.35 cores=0,2,4,6
/proc/21997/task/21998/stat : 21998 (java) R 21995 21995 28892 0 -1 4202560 8631 0 0 0 130 5 0 0 20 0 15 0 124546342 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992912602352 139992908377494 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=21999] ppid=21995 vsize=13980732 memory=193208 CPUtime=0.02 cores=0,2,4,6
/proc/21997/task/21999/stat : 21999 (java) S 21995 21995 28892 0 -1 1077944384 25 0 0 0 1 1 0 0 20 0 15 0 124546343 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992850311696 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22000] ppid=21995 vsize=13980732 memory=281006691765216 CPUtime=0.02 cores=0,2,4,6
/proc/21997/task/22000/stat : 22000 (java) S 21995 21995 28892 0 -1 1077944384 21 0 0 0 1 1 0 0 20 0 15 0 124546343 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992507095696 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22001] ppid=21995 vsize=13980732 memory=281006691406496 CPUtime=0.02 cores=0,2,4,6
/proc/21997/task/22001/stat : 22001 (java) S 21995 21995 28892 0 -1 1077944384 27 0 0 0 1 1 0 0 20 0 15 0 124546343 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992506042640 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22002] ppid=21995 vsize=13980732 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21997/task/22002/stat : 22002 (java) S 21995 21995 28892 0 -1 1077944384 35 0 0 0 1 1 0 0 20 0 15 0 124546343 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992504990096 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22003] ppid=21995 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22003/stat : 22003 (java) S 21995 21995 28892 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 124546344 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992454134512 139992908376706 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22004] ppid=21995 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22004/stat : 22004 (java) S 21995 21995 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124546345 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992453080800 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22005] ppid=21995 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22005/stat : 22005 (java) S 21995 21995 28892 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 124546345 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992452027632 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22006] ppid=21995 vsize=13980732 memory=13297 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22006/stat : 22006 (java) S 21995 21995 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124546347 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992450976208 139992908384155 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22007] ppid=21995 vsize=13980732 memory=4420 CPUtime=0.57 cores=0,2,4,6
/proc/21997/task/22007/stat : 22007 (java) R 21995 21995 28892 0 -1 4202560 1387 0 0 0 57 0 0 0 20 0 15 0 124546347 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992449923312 139992908386906 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22008] ppid=21995 vsize=13980732 memory=6628 CPUtime=0.54 cores=0,2,4,6
/proc/21997/task/22008/stat : 22008 (java) R 21995 21995 28892 0 -1 4202560 1369 0 0 0 54 0 0 0 20 0 15 0 124546347 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992448870768 139992908386906 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22009] ppid=21995 vsize=13980732 memory=8836 CPUtime=0.39 cores=0,2,4,6
/proc/21997/task/22009/stat : 22009 (java) S 21995 21995 28892 0 -1 1077944384 1658 0 0 0 39 0 0 0 20 0 15 0 124546347 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992447817712 139992908376706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22010] ppid=21995 vsize=13980732 memory=11044 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22010/stat : 22010 (java) S 21995 21995 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124546348 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992378632544 139992908375765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
[pid=21997/tid=22011] ppid=21995 vsize=13980732 memory=13252 CPUtime=0 cores=0,2,4,6
/proc/21997/task/22011/stat : 22011 (java) S 21995 21995 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546351 14316269568 54588 18446744073709551615 4194304 4196468 140727086947440 139992377580592 139992908376706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34578432 140727086952881 140727086953057 140727086953057 140727086956495 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 219732 KiB

Child status: 0
Real time (s): 1.66446
CPU time (s): 3.32996
CPU user time (s): 3.19664
CPU system time (s): 0.133318
CPU usage (%): 200.062
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 219732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.19664
system time used= 0.133318
maximum resident set size= 220508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15391
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2042
involuntary context switches= 14


# summary of solver processes directly reported to runsolver:
#   pid: 21995
#   total CPU time (s): 3.32996
#   total CPU user time (s): 3.19664
#   total CPU system time (s): 0.133318

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03192 second user time and 0.058696 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-20 11:51:22
IDJOB=4283961
IDBENCH=139316
IDSOLVER=2679
FILE ID=node127/4283961-1503223534
RUNJOBID= node127-1503172133-9102
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-24.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-4283961-1503223534/watcher-4283961-1503223534 -o /tmp/evaluation-result-4283961-1503223534/solver-4283961-1503223534 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503172133-9102 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 317699589 HOME/instance-4283961-1503223534.xml

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

MD5SUM BENCH= fafbbc28d55e991f97131ab8525c2187
RANDOM SEED=317699589

node127.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30774884 kB
MemAvailable:   31654136 kB
Buffers:          306068 kB
Cached:           874288 kB
SwapCached:            0 kB
Active:          1154576 kB
Inactive:         389172 kB
Active(anon):     313712 kB
Inactive(anon):    99148 kB
Active(file):     840864 kB
Inactive(file):   290024 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10712 kB
Writeback:             4 kB
AnonPages:        362624 kB
Mapped:            76796 kB
Shmem:             49828 kB
Slab:             154984 kB
SReclaimable:     128400 kB
SUnreclaim:        26584 kB
KernelStack:        3488 kB
PageTables:         6840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1000836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62012 MiB
End job on node127 at 2017-08-20 11:51:23