Trace number 4282489

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)UNSAT 3.2594199 1.65496

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-18.xml
MD5SUM53ac35e1f72f4fcc516f402364f3be2c
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.59745699
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints260
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":111}]
Minimum variable degree2
Maximum variable degree82
Distribution of variable degrees[{"degree":2,"count":43},{"degree":3,"count":22},{"degree":4,"count":18},{"degree":5,"count":9},{"degree":6,"count":7},{"degree":7,"count":1},{"degree":8,"count":1},{"degree":10,"count":1},{"degree":11,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":2},{"degree":59,"count":1},{"degree":73,"count":1},{"degree":82,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":111},{"arity":2,"count":42},{"arity":3,"count":19},{"arity":4,"count":20},{"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 constraints149
Number of intensional constraints111
Distribution of constraint types[{"type":"extension","count":149},{"type":"intension","count":111}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282489-1503159771.xml"  -tl '2520s' -p 1 -x 0
0.07/0.28	c [HOME/instance-4282489-1503159771.xml, -tl, 2520s, -p, 1, -x, 0]
0.26/0.34	c simple solver
0.26/0.41	c parse instance...
2.60/1.49	c solve instance...
3.11/1.64	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 (15099 MiB free)
  memory of node 1: 16384 MiB (15372 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282489-1503159771/watcher-4282489-1503159771 -o /tmp/evaluation-result-4282489-1503159771/solver-4282489-1503159771 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503095780-14041 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 122309751 HOME/instance-4282489-1503159771.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=26823, runsolver pid=26820

[startup+0.100199 s]*
/proc/loadavg: 1.82 1.84 1.90 3/205 26833
/proc/meminfo: memFree=31194580/32770624 swapFree=67108860/67108860
[pid=26823] ppid=26820 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26823/stat : 26823 (xcsp3-exec) S 26820 26823 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104317757 9740288 345 18446744073709551615 4194304 5098028 140721115090912 140721115089016 140468732482172 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 6 0 0 7196144 7232144 13737984 140721115095417 140721115095621 140721115095621 140721115099115 0
/proc/26823/statm: 2378 345 289 221 0 87 0
[pid=26825] ppid=26823 vsize=13574484 memory=18024 CPUtime=0.03 cores=0,2,4,6
/proc/26825/stat : 26825 (java) S 26823 26823 13977 0 -1 1077944320 3855 0 0 0 3 0 0 0 20 0 9 0 104317764 13900271616 4506 18446744073709551615 4194304 4196468 140725990042096 140725990024640 139863145000695 0 0 1 16800970 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
/proc/26825/statm: 3393621 4506 2105 1 0 3383118 0
[pid=26825/tid=26826] ppid=26823 vsize=13574484 memory=4206989191851631162 CPUtime=0.03 cores=0,2,4,6
/proc/26825/task/26826/stat : 26826 (java) R 26823 26823 13977 0 -1 4202560 2559 0 0 0 3 0 0 0 20 0 9 0 104317764 13900271616 4506 18446744073709551615 4194304 4196468 140725990042096 139863149238640 139863145022621 0 4 1 16800970 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26827] ppid=26823 vsize=13574484 memory=3461490417711904393 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26827/stat : 26827 (java) S 26823 26823 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 104317765 13900271616 4506 18446744073709551615 4194304 4196468 140725990042096 139863064415248 139863145010901 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26828] ppid=26823 vsize=13574484 memory=139813082220160 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26828/stat : 26828 (java) S 26823 26823 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 104317765 13900271616 4506 18446744073709551615 4194304 4196468 140725990042096 139863063362704 139863145010901 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26829] ppid=26823 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26829/stat : 26829 (java) S 26823 26823 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 104317765 13900271616 4506 18446744073709551615 4194304 4196468 140725990042096 139863062309648 139863145010901 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26830] ppid=26823 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26830/stat : 26830 (java) S 26823 26823 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 104317765 13900271616 4506 18446744073709551615 4194304 4196468 140725990042096 139863061257104 139863145010901 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26831] ppid=26823 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26831/stat : 26831 (java) S 26823 26823 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 104317766 13900271616 4506 18446744073709551615 4194304 4196468 140725990042096 139862263154928 139863145011842 0 0 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26832] ppid=26823 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26832/stat : 26832 (java) S 26823 26823 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 104317767 13900271616 4506 18446744073709551615 4194304 4196468 140725990042096 139862262101152 139863145010901 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26833] ppid=26823 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26833/stat : 26833 (java) S 26823 26823 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 104317767 13900271616 4506 18446744073709551615 4194304 4196468 140725990042096 139862261048048 139863145010901 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 19404 KiB

[startup+0.209986 s]*
/proc/loadavg: 1.82 1.84 1.90 3/211 26839
/proc/meminfo: memFree=31190688/32770624 swapFree=67108860/67108860
[pid=26823] ppid=26820 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26823/stat : 26823 (xcsp3-exec) S 26820 26823 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104317757 9740288 345 18446744073709551615 4194304 5098028 140721115090912 140721115089016 140468732482172 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 6 0 0 7196144 7232144 13737984 140721115095417 140721115095621 140721115095621 140721115099115 0
/proc/26823/statm: 2378 345 289 221 0 87 0
[pid=26825] ppid=26823 vsize=13974352 memory=25816 CPUtime=0.07 cores=0,2,4,6
/proc/26825/stat : 26825 (java) S 26823 26823 13977 0 -1 1077944320 4850 0 0 0 7 0 0 0 20 0 15 0 104317764 14309736448 6454 18446744073709551615 4194304 4196468 140725990042096 140725990024640 139863145000695 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
/proc/26825/statm: 3493588 6454 2699 1 0 3482964 0
[pid=26825/tid=26826] ppid=26823 vsize=13974352 memory=-6584938221433622884 CPUtime=0.06 cores=0,2,4,6
/proc/26825/task/26826/stat : 26826 (java) R 26823 26823 13977 0 -1 4202560 3004 0 0 0 6 0 0 0 20 0 15 0 104317764 14309736448 6454 18446744073709551615 4194304 4196468 140725990042096 139863149233936 139863131068688 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26827] ppid=26823 vsize=13974352 memory=3461490417711904393 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26827/stat : 26827 (java) S 26823 26823 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104317765 14309736448 6454 18446744073709551615 4194304 4196468 140725990042096 139863064415248 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26828] ppid=26823 vsize=13974352 memory=139813082220160 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26828/stat : 26828 (java) S 26823 26823 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104317765 14309736448 6454 18446744073709551615 4194304 4196468 140725990042096 139863063362704 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26829] ppid=26823 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26829/stat : 26829 (java) S 26823 26823 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104317765 14309736448 6454 18446744073709551615 4194304 4196468 140725990042096 139863062309648 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26830] ppid=26823 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26830/stat : 26830 (java) S 26823 26823 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104317765 14309736448 6454 18446744073709551615 4194304 4196468 140725990042096 139863061257104 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26831] ppid=26823 vsize=13974352 memory=139813082220160 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26831/stat : 26831 (java) S 26823 26823 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104317766 14309736448 6454 18446744073709551615 4194304 4196468 140725990042096 139862263154928 139863145011842 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26832] ppid=26823 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26832/stat : 26832 (java) S 26823 26823 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104317767 14309736448 6454 18446744073709551615 4194304 4196468 140725990042096 139862262101152 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26833] ppid=26823 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26833/stat : 26833 (java) S 26823 26823 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104317767 14309736448 6454 18446744073709551615 4194304 4196468 140725990042096 139862261048048 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26834] ppid=26823 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26834/stat : 26834 (java) S 26823 26823 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104317769 14309736448 6454 18446744073709551615 4194304 4196468 140725990042096 139862259996624 139863145019291 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26835] ppid=26823 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26835/stat : 26835 (java) S 26823 26823 13977 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 104317769 14309736448 6454 18446744073709551615 4194304 4196468 140725990042096 139862258944752 139863145011842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26836] ppid=26823 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26836/stat : 26836 (java) S 26823 26823 13977 0 -1 1077944384 273 0 0 0 0 0 0 0 20 0 15 0 104317769 14309736448 6454 18446744073709551615 4194304 4196468 140725990042096 139862257892208 139863145011842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26837] ppid=26823 vsize=13974352 memory=139813082220160 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26837/stat : 26837 (java) S 26823 26823 13977 0 -1 1077944384 244 0 0 0 0 0 0 0 20 0 15 0 104317769 14309736448 6454 18446744073709551615 4194304 4196468 140725990042096 139862256839152 139863145011842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26838] ppid=26823 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26838/stat : 26838 (java) S 26823 26823 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104317770 14309736448 6454 18446744073709551615 4194304 4196468 140725990042096 139862255786848 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26839] ppid=26823 vsize=13974352 memory=139813082220160 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26839/stat : 26839 (java) S 26823 26823 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104317777 14309736448 6454 18446744073709551615 4194304 4196468 140725990042096 139862187436592 139863145011842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 27196 KiB

[startup+0.310268 s]*
/proc/loadavg: 1.82 1.84 1.90 5/211 26839
/proc/meminfo: memFree=31172924/32770624 swapFree=67108860/67108860
[pid=26823] ppid=26820 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26823/stat : 26823 (xcsp3-exec) S 26820 26823 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104317757 9740288 345 18446744073709551615 4194304 5098028 140721115090912 140721115089016 140468732482172 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 6 0 0 7196144 7232144 13737984 140721115095417 140721115095621 140721115095621 140721115099115 0
/proc/26823/statm: 2378 345 289 221 0 87 0
[pid=26825] ppid=26823 vsize=13974352 memory=37556 CPUtime=0.26 cores=0,2,4,6
/proc/26825/stat : 26825 (java) S 26823 26823 13977 0 -1 1077944320 8464 0 0 0 24 2 0 0 20 0 15 0 104317764 14309736448 9389 18446744073709551615 4194304 4196468 140725990042096 140725990024640 139863145000695 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
/proc/26825/statm: 3493588 9389 2981 1 0 3482964 0
[pid=26825/tid=26826] ppid=26823 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/26825/task/26826/stat : 26826 (java) R 26823 26823 13977 0 -1 4202560 5687 0 0 0 15 1 0 0 20 0 15 0 104317764 14309736448 9389 18446744073709551615 4194304 4196468 140725990042096 139863149214864 139863137220205 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26827] ppid=26823 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26827/stat : 26827 (java) S 26823 26823 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104317765 14309736448 9389 18446744073709551615 4194304 4196468 140725990042096 139863064415248 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26828] ppid=26823 vsize=13974352 memory=-8181448822998015349 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26828/stat : 26828 (java) S 26823 26823 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104317765 14309736448 9389 18446744073709551615 4194304 4196468 140725990042096 139863063362704 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26829] ppid=26823 vsize=13974352 memory=4132769004644038186 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26829/stat : 26829 (java) S 26823 26823 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104317765 14309736448 9389 18446744073709551615 4194304 4196468 140725990042096 139863062309648 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26830] ppid=26823 vsize=13974352 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26830/stat : 26830 (java) S 26823 26823 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104317765 14309736448 9389 18446744073709551615 4194304 4196468 140725990042096 139863061257104 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26831] ppid=26823 vsize=13974352 memory=139813082230753 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26831/stat : 26831 (java) S 26823 26823 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104317766 14309736448 9389 18446744073709551615 4194304 4196468 140725990042096 139862263154928 139863145011842 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26832] ppid=26823 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26832/stat : 26832 (java) S 26823 26823 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104317767 14309736448 9389 18446744073709551615 4194304 4196468 140725990042096 139862262101152 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26833] ppid=26823 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26833/stat : 26833 (java) S 26823 26823 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104317767 14309736448 9389 18446744073709551615 4194304 4196468 140725990042096 139862261048048 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26834] ppid=26823 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26834/stat : 26834 (java) S 26823 26823 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104317769 14309736448 9389 18446744073709551615 4194304 4196468 140725990042096 139862259996624 139863145019291 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26835] ppid=26823 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26825/task/26835/stat : 26835 (java) R 26823 26823 13977 0 -1 4202560 286 0 0 0 1 0 0 0 20 0 15 0 104317769 14309736448 9389 18446744073709551615 4194304 4196468 140725990042096 139862258944752 139863122595726 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26836] ppid=26823 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26825/task/26836/stat : 26836 (java) R 26823 26823 13977 0 -1 1077944384 488 0 0 0 1 0 0 0 20 0 15 0 104317769 14309736448 9389 18446744073709551615 4194304 4196468 140725990042096 139862257892208 139863145011842 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26837] ppid=26823 vsize=13974352 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/26825/task/26837/stat : 26837 (java) R 26823 26823 13977 0 -1 4202560 699 0 0 0 5 0 0 0 20 0 15 0 104317769 14309736448 9389 18446744073709551615 4194304 4196468 140725990042096 139862256839152 139863145022042 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26838] ppid=26823 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26838/stat : 26838 (java) S 26823 26823 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104317770 14309736448 9389 18446744073709551615 4194304 4196468 140725990042096 139862255786848 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26839] ppid=26823 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26839/stat : 26839 (java) S 26823 26823 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104317777 14309736448 9389 18446744073709551615 4194304 4196468 140725990042096 139862187436592 139863145011842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38936 KiB

[startup+0.700819 s]
/proc/loadavg: 1.82 1.84 1.90 4/211 26839
/proc/meminfo: memFree=31159844/32770624 swapFree=67108860/67108860
[pid=26823] ppid=26820 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26823/stat : 26823 (xcsp3-exec) S 26820 26823 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104317757 9740288 345 18446744073709551615 4194304 5098028 140721115090912 140721115089016 140468732482172 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 6 0 0 7196144 7232144 13737984 140721115095417 140721115095621 140721115095621 140721115099115 0
/proc/26823/statm: 2378 345 289 221 0 87 0
[pid=26825] ppid=26823 vsize=13978684 memory=96380 CPUtime=1.22 cores=0,2,4,6
/proc/26825/stat : 26825 (java) S 26823 26823 13977 0 -1 1077944320 12653 0 0 0 116 6 0 0 20 0 15 0 104317764 14314172416 24095 18446744073709551615 4194304 4196468 140725990042096 140725990024640 139863145000695 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
/proc/26825/statm: 3494671 24095 3160 1 0 3482964 0
[pid=26825/tid=26826] ppid=26823 vsize=13978684 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/26825/task/26826/stat : 26826 (java) R 26823 26823 13977 0 -1 4202560 7402 0 0 0 50 4 0 0 20 0 15 0 104317764 14314172416 24095 18446744073709551615 4194304 4196468 140725990042096 139863149235920 139863145012630 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26827] ppid=26823 vsize=13978684 memory=5787222640453697600 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26827/stat : 26827 (java) S 26823 26823 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104317765 14314172416 24095 18446744073709551615 4194304 4196468 140725990042096 139863064415248 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26828] ppid=26823 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26828/stat : 26828 (java) S 26823 26823 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104317765 14314172416 24095 18446744073709551615 4194304 4196468 140725990042096 139863063362704 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26829] ppid=26823 vsize=13978684 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26829/stat : 26829 (java) S 26823 26823 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104317765 14314172416 24095 18446744073709551615 4194304 4196468 140725990042096 139863062309648 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26830] ppid=26823 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26830/stat : 26830 (java) S 26823 26823 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104317765 14314172416 24095 18446744073709551615 4194304 4196468 140725990042096 139863061257104 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26831] ppid=26823 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26831/stat : 26831 (java) S 26823 26823 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 104317766 14314172416 24095 18446744073709551615 4194304 4196468 140725990042096 139862263154928 139863145011842 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26832] ppid=26823 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26832/stat : 26832 (java) S 26823 26823 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104317767 14314172416 24095 18446744073709551615 4194304 4196468 140725990042096 139862262101152 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26833] ppid=26823 vsize=13978684 memory=2 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26833/stat : 26833 (java) S 26823 26823 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104317767 14314172416 24095 18446744073709551615 4194304 4196468 140725990042096 139862261048048 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26834] ppid=26823 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26834/stat : 26834 (java) S 26823 26823 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104317769 14314172416 24095 18446744073709551615 4194304 4196468 140725990042096 139862259996624 139863145019291 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26835] ppid=26823 vsize=13978684 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/26825/task/26835/stat : 26835 (java) R 26823 26823 13977 0 -1 4202560 1270 0 0 0 20 0 0 0 20 0 15 0 104317769 14314172416 24095 18446744073709551615 4194304 4196468 140725990042096 139862258934864 139863129397151 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26836] ppid=26823 vsize=13978684 memory=22 CPUtime=0.18 cores=0,2,4,6
/proc/26825/task/26836/stat : 26836 (java) R 26823 26823 13977 0 -1 4202560 1246 0 0 0 18 0 0 0 20 0 15 0 104317769 14314172416 24095 18446744073709551615 4194304 4196468 140725990042096 139862257880880 139863126544883 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26837] ppid=26823 vsize=13978684 memory=3 CPUtime=0.26 cores=0,2,4,6
/proc/26825/task/26837/stat : 26837 (java) R 26823 26823 13977 0 -1 1077944384 1428 0 0 0 26 0 0 0 20 0 15 0 104317769 14314172416 24095 18446744073709551615 4194304 4196468 140725990042096 139862256839152 139863145011842 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26838] ppid=26823 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26838/stat : 26838 (java) S 26823 26823 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104317770 14314172416 24095 18446744073709551615 4194304 4196468 140725990042096 139862255786848 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26839] ppid=26823 vsize=13978684 memory=4120 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26839/stat : 26839 (java) R 26823 26823 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104317777 14314172416 24095 18446744073709551615 4194304 4196468 140725990042096 139862187436592 139863145011842 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 97760 KiB

[startup+1.5018 s]
/proc/loadavg: 1.82 1.84 1.90 4/211 26839
/proc/meminfo: memFree=31001308/32770624 swapFree=67108860/67108860
[pid=26823] ppid=26820 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26823/stat : 26823 (xcsp3-exec) S 26820 26823 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104317757 9740288 345 18446744073709551615 4194304 5098028 140721115090912 140721115089016 140468732482172 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 6 0 0 7196144 7232144 13737984 140721115095417 140721115095621 140721115095621 140721115099115 0
/proc/26823/statm: 2378 345 289 221 0 87 0
[pid=26825] ppid=26823 vsize=13980732 memory=215712 CPUtime=2.76 cores=0,2,4,6
/proc/26825/stat : 26825 (java) S 26823 26823 13977 0 -1 1077944320 13879 0 0 0 265 11 0 0 20 0 15 0 104317764 14316269568 53928 18446744073709551615 4194304 4196468 140725990042096 140725990024640 139863145000695 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
/proc/26825/statm: 3495183 53928 3196 1 0 3483476 0
[pid=26825/tid=26826] ppid=26823 vsize=13980732 memory=56704 CPUtime=1.31 cores=0,2,4,6
/proc/26825/task/26826/stat : 26826 (java) R 26823 26823 13977 0 -1 1077944384 8057 0 0 0 126 5 0 0 20 0 15 0 104317764 14316269568 53928 18446744073709551615 4194304 4196468 140725990042096 139863149237568 139863145010901 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26827] ppid=26823 vsize=13980732 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26825/task/26827/stat : 26827 (java) S 26823 26823 13977 0 -1 1077944384 31 0 0 0 1 1 0 0 20 0 15 0 104317765 14316269568 53928 18446744073709551615 4194304 4196468 140725990042096 139863064415248 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26828] ppid=26823 vsize=13980732 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26825/task/26828/stat : 26828 (java) S 26823 26823 13977 0 -1 1077944384 26 0 0 0 1 1 0 0 20 0 15 0 104317765 14316269568 53928 18446744073709551615 4194304 4196468 140725990042096 139863063362704 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26829] ppid=26823 vsize=13980732 memory=193072 CPUtime=0.02 cores=0,2,4,6
/proc/26825/task/26829/stat : 26829 (java) S 26823 26823 13977 0 -1 1077944384 24 0 0 0 1 1 0 0 20 0 15 0 104317765 14316269568 53928 18446744073709551615 4194304 4196468 140725990042096 139863062309648 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26830] ppid=26823 vsize=13980732 memory=96380 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26830/stat : 26830 (java) S 26823 26823 13977 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 104317765 14316269568 53928 18446744073709551615 4194304 4196468 140725990042096 139863061257104 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26831] ppid=26823 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26831/stat : 26831 (java) S 26823 26823 13977 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 104317766 14316269568 53928 18446744073709551615 4194304 4196468 140725990042096 139862263154928 139863145011842 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26832] ppid=26823 vsize=13980732 memory=279625859117296 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26832/stat : 26832 (java) S 26823 26823 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104317767 14316269568 53928 18446744073709551615 4194304 4196468 140725990042096 139862262101152 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26833] ppid=26823 vsize=13980732 memory=279625859117936 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26833/stat : 26833 (java) S 26823 26823 13977 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 104317767 14316269568 53928 18446744073709551615 4194304 4196468 140725990042096 139862261048048 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26834] ppid=26823 vsize=13980732 memory=279625859152640 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26834/stat : 26834 (java) S 26823 26823 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104317769 14316269568 53928 18446744073709551615 4194304 4196468 140725990042096 139862259996624 139863145019291 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26835] ppid=26823 vsize=13980732 memory=17121 CPUtime=0.51 cores=0,2,4,6
/proc/26825/task/26835/stat : 26835 (java) R 26823 26823 13977 0 -1 4202560 1378 0 0 0 51 0 0 0 20 0 15 0 104317769 14316269568 53928 18446744073709551615 4194304 4196468 140725990042096 139862258933952 139863129394539 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26836] ppid=26823 vsize=13980732 memory=8303054830060986464 CPUtime=0.46 cores=0,2,4,6
/proc/26825/task/26836/stat : 26836 (java) R 26823 26823 13977 0 -1 4202560 1322 0 0 0 46 0 0 0 20 0 15 0 104317769 14316269568 53928 18446744073709551615 4194304 4196468 140725990042096 139862257878752 139863129398874 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26837] ppid=26823 vsize=13980732 memory=-7966001967256141664 CPUtime=0.37 cores=0,2,4,6
/proc/26825/task/26837/stat : 26837 (java) R 26823 26823 13977 0 -1 4202560 1647 0 0 0 37 0 0 0 20 0 15 0 104317769 14316269568 53928 18446744073709551615 4194304 4196468 140725990042096 139862256839152 139863145012630 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26838] ppid=26823 vsize=13980732 memory=-6737208495982354336 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26838/stat : 26838 (java) S 26823 26823 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104317770 14316269568 53928 18446744073709551615 4194304 4196468 140725990042096 139862255786848 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26839] ppid=26823 vsize=13980732 memory=8303054830060986464 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26839/stat : 26839 (java) S 26823 26823 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104317777 14316269568 53928 18446744073709551615 4194304 4196468 140725990042096 139862187436592 139863145011842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 217092 KiB

[startup+1.65492 s]
# the end of solver process 26823 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.13598 s, system=0.123439 s

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

[startup+1.60176 s]
/proc/loadavg: 1.82 1.84 1.90 4/211 26839
/proc/meminfo: memFree=31001308/32770624 swapFree=67108860/67108860
[pid=26823] ppid=26820 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26823/stat : 26823 (xcsp3-exec) S 26820 26823 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104317757 9740288 345 18446744073709551615 4194304 5098028 140721115090912 140721115089016 140468732482172 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 6 0 0 7196144 7232144 13737984 140721115095417 140721115095621 140721115095621 140721115099115 0
/proc/26823/statm: 2378 345 289 221 0 87 0
[pid=26825] ppid=26823 vsize=13980732 memory=216336 CPUtime=3.11 cores=0,2,4,6
/proc/26825/stat : 26825 (java) S 26823 26823 13977 0 -1 1077944320 14104 0 0 0 300 11 0 0 20 0 15 0 104317764 14316269568 54084 18446744073709551615 4194304 4196468 140725990042096 140725990024640 139863145000695 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
/proc/26825/statm: 3495183 54084 3199 1 0 3483476 0
[pid=26825/tid=26826] ppid=26823 vsize=13980732 memory=-8774313645642428999 CPUtime=1.41 cores=0,2,4,6
/proc/26825/task/26826/stat : 26826 (java) R 26823 26823 13977 0 -1 4202560 8070 0 0 0 136 5 0 0 20 0 15 0 104317764 14316269568 54084 18446744073709551615 4194304 4196468 140725990042096 139863149240064 139862741167559 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26827] ppid=26823 vsize=13980732 memory=1296 CPUtime=0.02 cores=0,2,4,6
/proc/26825/task/26827/stat : 26827 (java) S 26823 26823 13977 0 -1 1077944384 31 0 0 0 1 1 0 0 20 0 15 0 104317765 14316269568 54084 18446744073709551615 4194304 4196468 140725990042096 139863064415248 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26828] ppid=26823 vsize=13980732 memory=1728 CPUtime=0.02 cores=0,2,4,6
/proc/26825/task/26828/stat : 26828 (java) S 26823 26823 13977 0 -1 1077944384 26 0 0 0 1 1 0 0 20 0 15 0 104317765 14316269568 54084 18446744073709551615 4194304 4196468 140725990042096 139863063362704 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26829] ppid=26823 vsize=13980732 memory=5788 CPUtime=0.02 cores=0,2,4,6
/proc/26825/task/26829/stat : 26829 (java) S 26823 26823 13977 0 -1 1077944384 24 0 0 0 1 1 0 0 20 0 15 0 104317765 14316269568 54084 18446744073709551615 4194304 4196468 140725990042096 139863062309648 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26830] ppid=26823 vsize=13980732 memory=1996 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26830/stat : 26830 (java) S 26823 26823 13977 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 104317765 14316269568 54084 18446744073709551615 4194304 4196468 140725990042096 139863061257104 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26831] ppid=26823 vsize=13980732 memory=796 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26831/stat : 26831 (java) S 26823 26823 13977 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 104317766 14316269568 54084 18446744073709551615 4194304 4196468 140725990042096 139862263154928 139863145011842 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26832] ppid=26823 vsize=13980732 memory=10096 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26832/stat : 26832 (java) S 26823 26823 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104317767 14316269568 54084 18446744073709551615 4194304 4196468 140725990042096 139862262101152 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26833] ppid=26823 vsize=13980732 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26833/stat : 26833 (java) S 26823 26823 13977 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 104317767 14316269568 54084 18446744073709551615 4194304 4196468 140725990042096 139862261048048 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26834] ppid=26823 vsize=13980732 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26834/stat : 26834 (java) S 26823 26823 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104317769 14316269568 54084 18446744073709551615 4194304 4196468 140725990042096 139862259996624 139863145019291 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26835] ppid=26823 vsize=13980732 memory=1232 CPUtime=0.6 cores=0,2,4,6
/proc/26825/task/26835/stat : 26835 (java) R 26823 26823 13977 0 -1 4202560 1419 0 0 0 60 0 0 0 20 0 15 0 104317769 14316269568 54084 18446744073709551615 4194304 4196468 140725990042096 139862258934352 139863126520768 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26836] ppid=26823 vsize=13980732 memory=9020 CPUtime=0.55 cores=0,2,4,6
/proc/26825/task/26836/stat : 26836 (java) R 26823 26823 13977 0 -1 4202560 1358 0 0 0 55 0 0 0 20 0 15 0 104317769 14316269568 54084 18446744073709551615 4194304 4196468 140725990042096 139862257885456 139863124239108 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26837] ppid=26823 vsize=13980732 memory=4616 CPUtime=0.43 cores=0,2,4,6
/proc/26825/task/26837/stat : 26837 (java) S 26823 26823 13977 0 -1 1077944384 1782 0 0 0 43 0 0 0 20 0 15 0 104317769 14316269568 54084 18446744073709551615 4194304 4196468 140725990042096 139862256839152 139863145011842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26838] ppid=26823 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26838/stat : 26838 (java) S 26823 26823 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104317770 14316269568 54084 18446744073709551615 4194304 4196468 140725990042096 139862255786848 139863145010901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
[pid=26825/tid=26839] ppid=26823 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26825/task/26839/stat : 26839 (java) S 26823 26823 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104317777 14316269568 54084 18446744073709551615 4194304 4196468 140725990042096 139862187436592 139863145011842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140725990048177 140725990048353 140725990048353 140725990051791 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 217716 KiB

Child status: 0
Real time (s): 1.65496
CPU time (s): 3.25942
CPU user time (s): 3.13598
CPU system time (s): 0.123439
CPU usage (%): 196.949
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 217716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.13598
system time used= 0.123439
maximum resident set size= 217728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14706
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= 1926
involuntary context switches= 16


# summary of solver processes directly reported to runsolver:
#   pid: 26823
#   total CPU time (s): 3.25942
#   total CPU user time (s): 3.13598
#   total CPU system time (s): 0.123439

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030066 second user time and 0.05977 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-19 18:08:35
IDJOB=4282489
IDBENCH=139320
IDSOLVER=2677
FILE ID=node124/4282489-1503159771
RUNJOBID= node124-1503095780-14041
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-18.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-4282489-1503159771/watcher-4282489-1503159771 -o /tmp/evaluation-result-4282489-1503159771/solver-4282489-1503159771 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503095780-14041 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 122309751 HOME/instance-4282489-1503159771.xml

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

MD5SUM BENCH= 53ac35e1f72f4fcc516f402364f3be2c
RANDOM SEED=122309751

node124.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.51
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.51
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.51
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.51
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:        31203320 kB
MemAvailable:   31836940 kB
Buffers:          292040 kB
Cached:           634616 kB
SwapCached:            0 kB
Active:           741272 kB
Inactive:         373400 kB
Active(anon):     140548 kB
Inactive(anon):    89140 kB
Active(file):     600724 kB
Inactive(file):   284260 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10864 kB
Writeback:             0 kB
AnonPages:        196148 kB
Mapped:            69752 kB
Shmem:             41704 kB
Slab:             155852 kB
SReclaimable:     128940 kB
SUnreclaim:        26912 kB
KernelStack:        3712 kB
PageTables:         5428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1178620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62012 MiB
End job on node124 at 2017-08-19 18:08:37