Trace number 4282337

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 4.7054601 2.0132699

General information on the benchmark

NameMixed/Mixed-xcsp2-nengfa/
color_X2.xml
MD5SUM3d90545a2544e89e20aca976efad7b9e
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 benchmark4.7054601
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints12458
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":500}]
Minimum variable degree34
Maximum variable degree68
Distribution of variable degrees[{"degree":34,"count":1},{"degree":35,"count":4},{"degree":36,"count":1},{"degree":37,"count":6},{"degree":38,"count":5},{"degree":39,"count":13},{"degree":40,"count":10},{"degree":41,"count":15},{"degree":42,"count":17},{"degree":43,"count":22},{"degree":44,"count":21},{"degree":45,"count":21},{"degree":46,"count":22},{"degree":47,"count":25},{"degree":48,"count":32},{"degree":49,"count":36},{"degree":50,"count":24},{"degree":51,"count":27},{"degree":52,"count":25},{"degree":53,"count":26},{"degree":54,"count":26},{"degree":55,"count":21},{"degree":56,"count":23},{"degree":57,"count":9},{"degree":58,"count":15},{"degree":59,"count":14},{"degree":60,"count":9},{"degree":61,"count":4},{"degree":62,"count":8},{"degree":63,"count":6},{"degree":64,"count":4},{"degree":65,"count":3},{"degree":66,"count":1},{"degree":67,"count":2},{"degree":68,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":12458}]
Number of extensional constraints0
Number of intensional constraints12458
Distribution of constraint types[{"type":"intension","count":12458}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282337-1503111938.xml"  -tl '2520s' -p 1 -x 0
0.07/0.28	c [HOME/instance-4282337-1503111938.xml, -tl, 2520s, -p, 1, -x, 0]
0.25/0.34	c simple solver
0.25/0.41	c parse instance...
3.14/1.36	c solve instance...
4.44/1.99	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 (15446 MiB free)
  memory of node 1: 16384 MiB (14808 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282337-1503111938/watcher-4282337-1503111938 -o /tmp/evaluation-result-4282337-1503111938/solver-4282337-1503111938 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503095854-18171 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1713048511 HOME/instance-4282337-1503111938.xml 

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

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


[startup+0.100093 s]*
/proc/loadavg: 1.70 1.70 1.62 3/198 21772
/proc/meminfo: memFree=30980324/32770624 swapFree=67108860/67108860
[pid=21769] ppid=21766 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21769/stat : 21769 (xcsp3-exec) S 21766 21769 18108 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 9600918 9740288 345 18446744073709551615 4194304 5098028 140729438558336 140729438556440 139841078297212 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 16039936 140729438564729 140729438564934 140729438564934 140729438568427 0
/proc/21769/statm: 2378 345 289 221 0 87 0
[pid=21771] ppid=21769 vsize=13358712 memory=12664 CPUtime=0 cores=0,2,4,6
/proc/21771/stat : 21771 (java) S 21769 21769 18108 0 -1 1077944320 2923 0 0 0 0 0 0 0 20 0 6 0 9600928 13679321088 3166 18446744073709551615 4194304 4196468 140728035712640 140728035695184 139765109702391 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
/proc/21771/statm: 3339678 3166 1579 1 0 3329175 0
[pid=21771/tid=21772] ppid=21769 vsize=13358712 memory=-8713483618642852700 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21772/stat : 21772 (java) R 21769 21769 18108 0 -1 4202560 1713 0 0 0 0 0 0 0 20 0 6 0 9600928 13679321088 3166 18446744073709551615 4194304 4196468 140728035712640 139765113938512 139765002939971 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21773] ppid=21769 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21773/stat : 21773 (java) S 21769 21769 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 9600929 13679321088 3166 18446744073709551615 4194304 4196468 140728035712640 139764709714704 139765109712597 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21774] ppid=21769 vsize=13358712 memory=140183316731520 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21774/stat : 21774 (java) S 21769 21769 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 9600929 13679321088 3166 18446744073709551615 4194304 4196468 140728035712640 139764708662160 139765109712597 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21775] ppid=21769 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21775/stat : 21775 (java) S 21769 21769 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 9600929 13679321088 3232 18446744073709551615 4194304 4196468 140728035712640 139764707609616 139765109712597 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21776] ppid=21769 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21776/stat : 21776 (java) S 21769 21769 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 9600929 13679321088 3232 18446744073709551615 4194304 4196468 140728035712640 139764706557072 139765109712597 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 14044 KiB

[startup+0.209885 s]*
/proc/loadavg: 1.70 1.70 1.62 3/211 21785
/proc/meminfo: memFree=30969184/32770624 swapFree=67108860/67108860
[pid=21769] ppid=21766 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21769/stat : 21769 (xcsp3-exec) S 21766 21769 18108 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 9600918 9740288 345 18446744073709551615 4194304 5098028 140729438558336 140729438556440 139841078297212 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 16039936 140729438564729 140729438564934 140729438564934 140729438568427 0
/proc/21769/statm: 2378 345 289 221 0 87 0
[pid=21771] ppid=21769 vsize=13974352 memory=23988 CPUtime=0.07 cores=0,2,4,6
/proc/21771/stat : 21771 (java) S 21769 21769 18108 0 -1 1077944320 4886 0 0 0 6 1 0 0 20 0 15 0 9600928 14309736448 5931 18446744073709551615 4194304 4196468 140728035712640 140728035695184 139765109702391 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
/proc/21771/statm: 3493588 5931 2706 1 0 3482964 0
[pid=21771/tid=21772] ppid=21769 vsize=13974352 memory=-6871798056524144002 CPUtime=0.06 cores=0,2,4,6
/proc/21771/task/21772/stat : 21772 (java) R 21769 21769 18108 0 -1 4202560 3047 0 0 0 5 1 0 0 20 0 15 0 9600928 14309736448 5997 18446744073709551615 4194304 4196468 140728035712640 139765113928080 139765109724317 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21773] ppid=21769 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21773/stat : 21773 (java) S 21769 21769 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9600929 14309736448 5997 18446744073709551615 4194304 4196468 140728035712640 139764709714704 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21774] ppid=21769 vsize=13974352 memory=140183316731520 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21774/stat : 21774 (java) S 21769 21769 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9600929 14309736448 5997 18446744073709551615 4194304 4196468 140728035712640 139764708662160 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21775] ppid=21769 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21775/stat : 21775 (java) S 21769 21769 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9600929 14309736448 5997 18446744073709551615 4194304 4196468 140728035712640 139764707609616 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21776] ppid=21769 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21776/stat : 21776 (java) S 21769 21769 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9600929 14309736448 5997 18446744073709551615 4194304 4196468 140728035712640 139764706557072 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21777] ppid=21769 vsize=13974352 memory=140183316731520 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21777/stat : 21777 (java) S 21769 21769 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9600930 14309736448 5997 18446744073709551615 4194304 4196468 140728035712640 139764588021744 139765109713538 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21778] ppid=21769 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21778/stat : 21778 (java) S 21769 21769 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 9600930 14309736448 5997 18446744073709551615 4194304 4196468 140728035712640 139764586967968 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21779] ppid=21769 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21779/stat : 21779 (java) S 21769 21769 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 9600931 14309736448 5997 18446744073709551615 4194304 4196468 140728035712640 139764585915376 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21780] ppid=21769 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21780/stat : 21780 (java) S 21769 21769 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9600933 14309736448 5997 18446744073709551615 4194304 4196468 140728035712640 139764584863952 139765109720987 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21781] ppid=21769 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21781/stat : 21781 (java) S 21769 21769 18108 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 9600933 14309736448 5997 18446744073709551615 4194304 4196468 140728035712640 139764583811568 139765109713538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21782] ppid=21769 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21782/stat : 21782 (java) S 21769 21769 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9600933 14309736448 5997 18446744073709551615 4194304 4196468 140728035712640 139764582759024 139765109713538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21783] ppid=21769 vsize=13974352 memory=140183316731520 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21783/stat : 21783 (java) S 21769 21769 18108 0 -1 1077944384 226 0 0 0 0 0 0 0 20 0 15 0 9600933 14309736448 5997 18446744073709551615 4194304 4196468 140728035712640 139764581706480 139765109713538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21784] ppid=21769 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21784/stat : 21784 (java) S 21769 21769 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9600933 14309736448 5997 18446744073709551615 4194304 4196468 140728035712640 139764580654176 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21785] ppid=21769 vsize=13974352 memory=140183316731520 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21785/stat : 21785 (java) S 21769 21769 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9600938 14309736448 5997 18446744073709551615 4194304 4196468 140728035712640 139764579600688 139765109713538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 25368 KiB

[startup+0.310118 s]*
/proc/loadavg: 1.70 1.70 1.62 3/211 21785
/proc/meminfo: memFree=30954064/32770624 swapFree=67108860/67108860
[pid=21769] ppid=21766 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21769/stat : 21769 (xcsp3-exec) S 21766 21769 18108 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 9600918 9740288 345 18446744073709551615 4194304 5098028 140729438558336 140729438556440 139841078297212 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 16039936 140729438564729 140729438564934 140729438564934 140729438568427 0
/proc/21769/statm: 2378 345 289 221 0 87 0
[pid=21771] ppid=21769 vsize=13974352 memory=37784 CPUtime=0.25 cores=0,2,4,6
/proc/21771/stat : 21771 (java) S 21769 21769 18108 0 -1 1077944320 8502 0 0 0 23 2 0 0 20 0 15 0 9600928 14309736448 9446 18446744073709551615 4194304 4196468 140728035712640 140728035695184 139765109702391 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
/proc/21771/statm: 3493588 9446 2978 1 0 3482964 0
[pid=21771/tid=21772] ppid=21769 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/21771/task/21772/stat : 21772 (java) R 21769 21769 18108 0 -1 4202560 5736 0 0 0 14 2 0 0 20 0 15 0 9600928 14309736448 9446 18446744073709551615 4194304 4196468 140728035712640 139765113934480 139765109724317 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21773] ppid=21769 vsize=13974352 memory=140183316738513 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21773/stat : 21773 (java) S 21769 21769 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9600929 14309736448 9446 18446744073709551615 4194304 4196468 140728035712640 139764709714704 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21774] ppid=21769 vsize=13974352 memory=7882796145786645099 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21774/stat : 21774 (java) S 21769 21769 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9600929 14309736448 9446 18446744073709551615 4194304 4196468 140728035712640 139764708662160 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21775] ppid=21769 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21775/stat : 21775 (java) S 21769 21769 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9600929 14309736448 9446 18446744073709551615 4194304 4196468 140728035712640 139764707609616 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21776] ppid=21769 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21776/stat : 21776 (java) S 21769 21769 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9600929 14309736448 9446 18446744073709551615 4194304 4196468 140728035712640 139764706557072 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21777] ppid=21769 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21777/stat : 21777 (java) S 21769 21769 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9600930 14309736448 9446 18446744073709551615 4194304 4196468 140728035712640 139764588021744 139765109713538 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21778] ppid=21769 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21778/stat : 21778 (java) S 21769 21769 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 9600930 14309736448 9446 18446744073709551615 4194304 4196468 140728035712640 139764586967968 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21779] ppid=21769 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21779/stat : 21779 (java) S 21769 21769 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 9600931 14309736448 9446 18446744073709551615 4194304 4196468 140728035712640 139764585915376 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21780] ppid=21769 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21780/stat : 21780 (java) S 21769 21769 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9600933 14309736448 9446 18446744073709551615 4194304 4196468 140728035712640 139764584863952 139765109720987 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21781] ppid=21769 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21771/task/21781/stat : 21781 (java) S 21769 21769 18108 0 -1 1077944384 695 0 0 0 2 0 0 0 20 0 15 0 9600933 14309736448 9446 18446744073709551615 4194304 4196468 140728035712640 139764583811568 139765109713538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21782] ppid=21769 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21782/stat : 21782 (java) S 21769 21769 18108 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 9600933 14309736448 9446 18446744073709551615 4194304 4196468 140728035712640 139764582759024 139765109713538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21783] ppid=21769 vsize=13974352 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/21771/task/21783/stat : 21783 (java) S 21769 21769 18108 0 -1 1077944384 696 0 0 0 5 0 0 0 20 0 15 0 9600933 14309736448 9446 18446744073709551615 4194304 4196468 140728035712640 139764581706480 139765109713538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21784] ppid=21769 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21784/stat : 21784 (java) S 21769 21769 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9600933 14309736448 9446 18446744073709551615 4194304 4196468 140728035712640 139764580654176 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21785] ppid=21769 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21785/stat : 21785 (java) S 21769 21769 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9600938 14309736448 9446 18446744073709551615 4194304 4196468 140728035712640 139764579600688 139765109713538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 39164 KiB

[startup+0.701468 s]
/proc/loadavg: 1.70 1.70 1.62 5/211 21785
/proc/meminfo: memFree=30938460/32770624 swapFree=67108860/67108860
[pid=21769] ppid=21766 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21769/stat : 21769 (xcsp3-exec) S 21766 21769 18108 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 9600918 9740288 345 18446744073709551615 4194304 5098028 140729438558336 140729438556440 139841078297212 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 16039936 140729438564729 140729438564934 140729438564934 140729438568427 0
/proc/21769/statm: 2378 345 289 221 0 87 0
[pid=21771] ppid=21769 vsize=13978684 memory=79564 CPUtime=1.28 cores=0,2,4,6
/proc/21771/stat : 21771 (java) S 21769 21769 18108 0 -1 1077944320 12521 0 0 0 123 5 0 0 20 0 15 0 9600928 14314172416 19891 18446744073709551615 4194304 4196468 140728035712640 140728035695184 139765109702391 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
/proc/21771/statm: 3494671 19891 3158 1 0 3482964 0
[pid=21771/tid=21772] ppid=21769 vsize=13978684 memory=7813587196152198965 CPUtime=0.54 cores=0,2,4,6
/proc/21771/task/21772/stat : 21772 (java) R 21769 21769 18108 0 -1 4202560 7411 0 0 0 51 3 0 0 20 0 15 0 9600928 14314172416 19891 18446744073709551615 4194304 4196468 140728035712640 139765113936752 139764754690171 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21773] ppid=21769 vsize=13978684 memory=5787217207218955072 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21773/stat : 21773 (java) S 21769 21769 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9600929 14314172416 19891 18446744073709551615 4194304 4196468 140728035712640 139764709714704 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21774] ppid=21769 vsize=13978684 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21774/stat : 21774 (java) S 21769 21769 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9600929 14314172416 19891 18446744073709551615 4194304 4196468 140728035712640 139764708662160 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21775] ppid=21769 vsize=13978684 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21775/stat : 21775 (java) S 21769 21769 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9600929 14314172416 19891 18446744073709551615 4194304 4196468 140728035712640 139764707609616 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21776] ppid=21769 vsize=13978684 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21776/stat : 21776 (java) S 21769 21769 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9600929 14314172416 19891 18446744073709551615 4194304 4196468 140728035712640 139764706557072 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21777] ppid=21769 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21777/stat : 21777 (java) S 21769 21769 18108 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 9600930 14314172416 19891 18446744073709551615 4194304 4196468 140728035712640 139764588021744 139765109713538 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21778] ppid=21769 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21778/stat : 21778 (java) S 21769 21769 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 9600930 14314172416 19891 18446744073709551615 4194304 4196468 140728035712640 139764586967968 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21779] ppid=21769 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21779/stat : 21779 (java) S 21769 21769 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 9600931 14314172416 19891 18446744073709551615 4194304 4196468 140728035712640 139764585915376 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21780] ppid=21769 vsize=13978684 memory=30305 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21780/stat : 21780 (java) S 21769 21769 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9600933 14314172416 19891 18446744073709551615 4194304 4196468 140728035712640 139764584863952 139765109720987 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21781] ppid=21769 vsize=13978684 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/21771/task/21781/stat : 21781 (java) R 21769 21769 18108 0 -1 4202560 1658 0 0 0 23 0 0 0 20 0 15 0 9600933 14314172416 19891 18446744073709551615 4194304 4196468 140728035712640 139764583799248 139765089203975 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21782] ppid=21769 vsize=13978684 memory=-3967418655009478193 CPUtime=0.21 cores=0,2,4,6
/proc/21771/task/21782/stat : 21782 (java) R 21769 21769 18108 0 -1 4202560 756 0 0 0 21 0 0 0 20 0 15 0 9600933 14314172416 19891 18446744073709551615 4194304 4196468 140728035712640 139764582745040 139765088879896 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21783] ppid=21769 vsize=13978684 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/21771/task/21783/stat : 21783 (java) S 21769 21769 18108 0 -1 1077944384 1386 0 0 0 27 0 0 0 20 0 15 0 9600933 14314172416 19891 18446744073709551615 4194304 4196468 140728035712640 139764581706480 139765109713538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21784] ppid=21769 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21784/stat : 21784 (java) S 21769 21769 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9600933 14314172416 19891 18446744073709551615 4194304 4196468 140728035712640 139764580654176 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21785] ppid=21769 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21785/stat : 21785 (java) S 21769 21769 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9600938 14314172416 19891 18446744073709551615 4194304 4196468 140728035712640 139764579600688 139765109713538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 80944 KiB

[startup+1.50078 s]
/proc/loadavg: 1.70 1.70 1.62 6/211 21785
/proc/meminfo: memFree=30863488/32770624 swapFree=67108860/67108860
[pid=21769] ppid=21766 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21769/stat : 21769 (xcsp3-exec) S 21766 21769 18108 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 9600918 9740288 345 18446744073709551615 4194304 5098028 140729438558336 140729438556440 139841078297212 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 16039936 140729438564729 140729438564934 140729438564934 140729438568427 0
/proc/21769/statm: 2378 345 289 221 0 87 0
[pid=21771] ppid=21769 vsize=13980732 memory=197888 CPUtime=3.78 cores=0,2,4,6
/proc/21771/stat : 21771 (java) S 21769 21769 18108 0 -1 1077944320 21817 0 0 0 370 8 0 0 20 0 15 0 9600928 14316269568 49472 18446744073709551615 4194304 4196468 140728035712640 140728035695184 139765109702391 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
/proc/21771/statm: 3495183 49472 3235 1 0 3483476 0
[pid=21771/tid=21772] ppid=21769 vsize=13980732 memory=0 CPUtime=1.32 cores=0,2,4,6
/proc/21771/task/21772/stat : 21772 (java) R 21769 21769 18108 0 -1 4202560 9270 0 0 0 127 5 0 0 20 0 15 0 9600928 14316269568 49472 18446744073709551615 4194304 4196468 140728035712640 139765113939472 139764751343306 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21773] ppid=21769 vsize=13980732 memory=4498716170645055337 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21773/stat : 21773 (java) S 21769 21769 18108 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 15 0 9600929 14316269568 49472 18446744073709551615 4194304 4196468 140728035712640 139764709714704 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21774] ppid=21769 vsize=13980732 memory=5938679336607508023 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21774/stat : 21774 (java) S 21769 21769 18108 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 9600929 14316269568 49472 18446744073709551615 4194304 4196468 140728035712640 139764708662160 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21775] ppid=21769 vsize=13980732 memory=5794835766658624049 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21775/stat : 21775 (java) S 21769 21769 18108 0 -1 1077944384 318 0 0 0 0 0 0 0 20 0 15 0 9600929 14316269568 49472 18446744073709551615 4194304 4196468 140728035712640 139764707609616 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21776] ppid=21769 vsize=13980732 memory=4128 CPUtime=0.01 cores=0,2,4,6
/proc/21771/task/21776/stat : 21776 (java) S 21769 21769 18108 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 15 0 9600929 14316269568 49472 18446744073709551615 4194304 4196468 140728035712640 139764706557072 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21777] ppid=21769 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21777/stat : 21777 (java) S 21769 21769 18108 0 -1 1077944384 238 0 0 0 0 0 0 0 20 0 15 0 9600930 14316269568 49472 18446744073709551615 4194304 4196468 140728035712640 139764588021744 139765109713538 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21778] ppid=21769 vsize=13980732 memory=140183169384576 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21778/stat : 21778 (java) S 21769 21769 18108 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 9600930 14316269568 49472 18446744073709551615 4194304 4196468 140728035712640 139764586967968 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21779] ppid=21769 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21779/stat : 21779 (java) S 21769 21769 18108 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 9600931 14316269568 49472 18446744073709551615 4194304 4196468 140728035712640 139764585915376 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21780] ppid=21769 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21780/stat : 21780 (java) S 21769 21769 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9600933 14316269568 49472 18446744073709551615 4194304 4196468 140728035712640 139764584863952 139765109720987 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21781] ppid=21769 vsize=13980732 memory=-8774313645642428999 CPUtime=0.96 cores=0,2,4,6
/proc/21771/task/21781/stat : 21781 (java) R 21769 21769 18108 0 -1 4202560 4066 0 0 0 96 0 0 0 20 0 15 0 9600933 14316269568 49472 18446744073709551615 4194304 4196468 140728035712640 139764583803216 139765093188341 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21782] ppid=21769 vsize=13980732 memory=0 CPUtime=0.93 cores=0,2,4,6
/proc/21771/task/21782/stat : 21782 (java) R 21769 21769 18108 0 -1 4202560 3607 0 0 0 93 0 0 0 20 0 15 0 9600933 14316269568 49472 18446744073709551615 4194304 4196468 140728035712640 139764582746464 139765088946733 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21783] ppid=21769 vsize=13980732 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/21771/task/21783/stat : 21783 (java) S 21769 21769 18108 0 -1 1077944384 2568 0 0 0 49 0 0 0 20 0 15 0 9600933 14316269568 49472 18446744073709551615 4194304 4196468 140728035712640 139764581706480 139765109713538 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21784] ppid=21769 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21784/stat : 21784 (java) S 21769 21769 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9600933 14316269568 49472 18446744073709551615 4194304 4196468 140728035712640 139764580654176 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21785] ppid=21769 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21785/stat : 21785 (java) S 21769 21769 18108 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 9600938 14316269568 49472 18446744073709551615 4194304 4196468 140728035712640 139764579600688 139765109713538 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
Current children cumulated CPU time: 3.78 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 199268 KiB

[startup+2.01321 s]
# the end of solver process 21769 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.60712 s, system=0.098347 s

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

[startup+1.60093 s]
/proc/loadavg: 1.70 1.70 1.62 6/211 21785
/proc/meminfo: memFree=30863488/32770624 swapFree=67108860/67108860
[pid=21769] ppid=21766 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21769/stat : 21769 (xcsp3-exec) S 21766 21769 18108 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 9600918 9740288 345 18446744073709551615 4194304 5098028 140729438558336 140729438556440 139841078297212 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 16039936 140729438564729 140729438564934 140729438564934 140729438568427 0
/proc/21769/statm: 2378 345 289 221 0 87 0
[pid=21771] ppid=21769 vsize=13980732 memory=198260 CPUtime=4.02 cores=0,2,4,6
/proc/21771/stat : 21771 (java) S 21769 21769 18108 0 -1 1077944320 21962 0 0 0 393 9 0 0 20 0 15 0 9600928 14316269568 49565 18446744073709551615 4194304 4196468 140728035712640 140728035695184 139765109702391 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
/proc/21771/statm: 3495183 49565 3235 1 0 3483476 0
[pid=21771/tid=21772] ppid=21769 vsize=13980732 memory=-8774313645642428999 CPUtime=1.42 cores=0,2,4,6
/proc/21771/task/21772/stat : 21772 (java) R 21769 21769 18108 0 -1 4202560 9297 0 0 0 137 5 0 0 20 0 15 0 9600928 14316269568 49565 18446744073709551615 4194304 4196468 140728035712640 139765113939632 139764757367767 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21773] ppid=21769 vsize=13980732 memory=12836 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21773/stat : 21773 (java) S 21769 21769 18108 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 15 0 9600929 14316269568 49565 18446744073709551615 4194304 4196468 140728035712640 139764709714704 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21774] ppid=21769 vsize=13980732 memory=4107294061976625200 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21774/stat : 21774 (java) S 21769 21769 18108 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 9600929 14316269568 49565 18446744073709551615 4194304 4196468 140728035712640 139764708662160 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21775] ppid=21769 vsize=13980732 memory=7805976665520630626 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21775/stat : 21775 (java) S 21769 21769 18108 0 -1 1077944384 318 0 0 0 0 0 0 0 20 0 15 0 9600929 14316269568 49565 18446744073709551615 4194304 4196468 140728035712640 139764707609616 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21776] ppid=21769 vsize=13980732 memory=7238798801035146293 CPUtime=0.01 cores=0,2,4,6
/proc/21771/task/21776/stat : 21776 (java) S 21769 21769 18108 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 15 0 9600929 14316269568 49565 18446744073709551615 4194304 4196468 140728035712640 139764706557072 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21777] ppid=21769 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21777/stat : 21777 (java) S 21769 21769 18108 0 -1 1077944384 238 0 0 0 0 0 0 0 20 0 15 0 9600930 14316269568 49565 18446744073709551615 4194304 4196468 140728035712640 139764588021744 139765109713538 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21778] ppid=21769 vsize=13980732 memory=13828 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21778/stat : 21778 (java) S 21769 21769 18108 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 9600930 14316269568 49565 18446744073709551615 4194304 4196468 140728035712640 139764586967968 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21779] ppid=21769 vsize=13980732 memory=280366338277616 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21779/stat : 21779 (java) S 21769 21769 18108 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 9600931 14316269568 49565 18446744073709551615 4194304 4196468 140728035712640 139764585915376 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21780] ppid=21769 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21780/stat : 21780 (java) S 21769 21769 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9600933 14316269568 49565 18446744073709551615 4194304 4196468 140728035712640 139764584863952 139765109720987 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21781] ppid=21769 vsize=13980732 memory=6943526294502006880 CPUtime=1.01 cores=0,2,4,6
/proc/21771/task/21781/stat : 21781 (java) R 21769 21769 18108 0 -1 4202560 4094 0 0 0 101 0 0 0 20 0 15 0 9600933 14316269568 49565 18446744073709551615 4194304 4196468 140728035712640 139764583811696 139765109723738 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21782] ppid=21769 vsize=13980732 memory=0 CPUtime=0.98 cores=0,2,4,6
/proc/21771/task/21782/stat : 21782 (java) R 21769 21769 18108 0 -1 4202560 3627 0 0 0 98 0 0 0 20 0 15 0 9600933 14316269568 49565 18446744073709551615 4194304 4196468 140728035712640 139764582748016 139765109723738 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21783] ppid=21769 vsize=13980732 memory=-8774313645642428999 CPUtime=0.52 cores=0,2,4,6
/proc/21771/task/21783/stat : 21783 (java) S 21769 21769 18108 0 -1 1077944384 2638 0 0 0 52 0 0 0 20 0 15 0 9600933 14316269568 49565 18446744073709551615 4194304 4196468 140728035712640 139764581706480 139765109713538 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21784] ppid=21769 vsize=13980732 memory=6944656592455360569 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21784/stat : 21784 (java) S 21769 21769 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9600933 14316269568 49565 18446744073709551615 4194304 4196468 140728035712640 139764580654176 139765109712597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
[pid=21771/tid=21785] ppid=21769 vsize=13980732 memory=7679937539659563834 CPUtime=0 cores=0,2,4,6
/proc/21771/task/21785/stat : 21785 (java) S 21769 21769 18108 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 9600938 14316269568 49565 18446744073709551615 4194304 4196468 140728035712640 139764579600688 139765109713538 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23441408 140728035721650 140728035721826 140728035721826 140728035725263 0
Current children cumulated CPU time: 4.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 199640 KiB

[startup+2.00058 s]*
/proc/loadavg: 1.70 1.70 1.62 3/210 21785
/proc/meminfo: memFree=30795916/32770624 swapFree=67108860/67108860
[pid=21769] ppid=21766 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21769/stat : 21769 (xcsp3-exec) S 21766 21769 18108 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 9600918 9740288 345 18446744073709551615 4194304 5098028 140729438558336 140729438556440 139841078297212 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 16039936 140729438564729 140729438564934 140729438564934 140729438568427 0
/proc/21769/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 0
Real time (s): 2.01327
CPU time (s): 4.70546
CPU user time (s): 4.60712
CPU system time (s): 0.098347
CPU usage (%): 233.723
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 199944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.60712
system time used= 0.098347
maximum resident set size= 201884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23401
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2018
involuntary context switches= 20


# summary of solver processes directly reported to runsolver:
#   pid: 21769
#   total CPU time (s): 4.70546
#   total CPU user time (s): 4.60712
#   total CPU system time (s): 0.098347

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030674 second user time and 0.068752 second system time

The end

Launcher Data

Begin job on node131 at 2017-08-19 04:51:58
IDJOB=4282337
IDBENCH=122864
IDSOLVER=2677
FILE ID=node131/4282337-1503111938
RUNJOBID= node131-1503095854-18171
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Mixed/Mixed-xcsp2-nengfa/color_X2.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-4282337-1503111938/watcher-4282337-1503111938 -o /tmp/evaluation-result-4282337-1503111938/solver-4282337-1503111938 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503095854-18171 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1713048511 HOME/instance-4282337-1503111938.xml

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

MD5SUM BENCH= 3d90545a2544e89e20aca976efad7b9e
RANDOM SEED=1713048511

node131.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.69
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.69
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.69
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.69
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:        30982016 kB
MemAvailable:   31245188 kB
Buffers:          155344 kB
Cached:           388916 kB
SwapCached:            0 kB
Active:           996116 kB
Inactive:         385608 kB
Active(anon):     837864 kB
Inactive(anon):     8556 kB
Active(file):     158252 kB
Inactive(file):   377052 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8104 kB
Writeback:             4 kB
AnonPages:        837624 kB
Mapped:            43048 kB
Shmem:              8868 kB
Slab:             111728 kB
SReclaimable:      87408 kB
SUnreclaim:        24320 kB
KernelStack:        3440 kB
PageTables:         6452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1443252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    751616 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= 62016 MiB
End job on node131 at 2017-08-19 04:52:01