Trace number 4269087

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)OPT17 2.05882 0.97630203

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-06-a4.xml
MD5SUM3be13f028e00a9c301b8790857e4d16d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.214339
Satisfiable
(Un)Satisfiability was proved
Number of variables6
Number of constraints87
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":6}]
Minimum variable degree51
Maximum variable degree52
Distribution of variable degrees[{"degree":51,"count":4},{"degree":52,"count":2}]
Minimum constraint arity1
Maximum constraint arity6
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":40},{"arity":4,"count":45},{"arity":6,"count":1}]
Number of extensional constraints0
Number of intensional constraints86
Distribution of constraint types[{"type":"intension","count":86},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269087-1502786139.xml"  -tl '2520s' -p 1 -x 0
0.11/0.26	c [HOME/instance-4269087-1502786139.xml, -tl, 2520s, -p, 1, -x, 0]
0.11/0.32	c simple solver
0.32/0.38	c parse instance...
0.70/0.60	c solve instance...
0.94/0.66	o 500 
0.94/0.68	o 499 
1.23/0.70	o 18 
1.23/0.74	o 17 
1.85/0.94	s OPTIMUM FOUND
1.85/0.94	v <instantiation>
1.85/0.94	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] </list>
1.85/0.94	v 	<values>0 1 4 10 12 17 </values>
1.85/0.94	v </instantiation>

Verifier Data

OK	17

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269087-1502786139/watcher-4269087-1502786139 -o /tmp/evaluation-result-4269087-1502786139/solver-4269087-1502786139 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24471 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 462268917 HOME/instance-4269087-1502786139.xml 

running on 4 cores: 1,3,5,7

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=16725, runsolver pid=16722
Current StackSize limit: 8192 KiB


[startup+0.100173 s]*
/proc/loadavg: 2.03 2.07 2.06 3/209 16732
/proc/meminfo: memFree=30828440/32770624 swapFree=67108764/67108860
[pid=16725] ppid=16722 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16725/stat : 16725 (xcsp3-exec) S 16722 16725 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 126120456 9740288 345 18446744073709551615 4194304 5098028 140737009237200 140737009235304 140498866922108 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12050432 140737009242489 140737009242693 140737009242693 140737009246187 0
/proc/16725/statm: 2378 345 289 221 0 87 0
[pid=16727] ppid=16725 vsize=13574484 memory=18460 CPUtime=0.02 cores=1,3,5,7
/proc/16727/stat : 16727 (java) S 16725 16725 4674 0 -1 1077944320 3942 0 0 0 2 0 0 0 20 0 9 0 126120464 13900271616 4615 18446744073709551615 4194304 4196468 140735652413744 140735652396288 139905732112119 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
/proc/16727/statm: 3393621 4615 2065 1 0 3383118 0
[pid=16727/tid=16728] ppid=16725 vsize=13574484 memory=8508281356422055842 CPUtime=0.02 cores=1,3,5,7
/proc/16727/task/16728/stat : 16728 (java) R 16725 16725 4674 0 -1 4202560 2665 0 0 0 2 0 0 0 20 0 9 0 126120464 13900271616 4615 18446744073709551615 4194304 4196468 140735652413744 139905736348264 139905732134045 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16729] ppid=16725 vsize=13574484 memory=4122819170707441977 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16729/stat : 16729 (java) S 16725 16725 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 126120465 13900271616 4615 18446744073709551615 4194304 4196468 140735652413744 139905332680976 139905732122325 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16730] ppid=16725 vsize=13574484 memory=139828680570496 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16730/stat : 16730 (java) S 16725 16725 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 126120465 13900271616 4615 18446744073709551615 4194304 4196468 140735652413744 139905331628432 139905732122325 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16731] ppid=16725 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16731/stat : 16731 (java) S 16725 16725 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 126120465 13900271616 4615 18446744073709551615 4194304 4196468 140735652413744 139905330575888 139905732122325 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16732] ppid=16725 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16732/stat : 16732 (java) S 16725 16725 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 126120465 13900271616 4615 18446744073709551615 4194304 4196468 140735652413744 139905329523344 139905732122325 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16733] ppid=16725 vsize=13574484 memory=139828680570496 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16733/stat : 16733 (java) S 16725 16725 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 126120466 13900271616 4615 18446744073709551615 4194304 4196468 140735652413744 139905277807088 139905732123266 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16734] ppid=16725 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16734/stat : 16734 (java) S 16725 16725 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 126120466 13900271616 4615 18446744073709551615 4194304 4196468 140735652413744 139905276753312 139905732122325 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16735] ppid=16725 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16735/stat : 16735 (java) S 16725 16725 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 126120467 13900271616 4615 18446744073709551615 4194304 4196468 140735652413744 139905275700784 139905732122325 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 19840 KiB

[startup+0.210469 s]*
/proc/loadavg: 2.03 2.07 2.06 3/217 16741
/proc/meminfo: memFree=30817892/32770624 swapFree=67108764/67108860
[pid=16725] ppid=16722 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16725/stat : 16725 (xcsp3-exec) S 16722 16725 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 126120456 9740288 345 18446744073709551615 4194304 5098028 140737009237200 140737009235304 140498866922108 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12050432 140737009242489 140737009242693 140737009242693 140737009246187 0
/proc/16725/statm: 2378 345 289 221 0 87 0
[pid=16727] ppid=16725 vsize=13974352 memory=29444 CPUtime=0.11 cores=1,3,5,7
/proc/16727/stat : 16727 (java) S 16725 16725 4674 0 -1 1077944320 5356 0 0 0 10 1 0 0 20 0 15 0 126120464 14309736448 7361 18446744073709551615 4194304 4196468 140735652413744 140735652396288 139905732112119 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
/proc/16727/statm: 3493588 7361 2816 1 0 3482964 0
[pid=16727/tid=16728] ppid=16725 vsize=13974352 memory=7022364594140610616 CPUtime=0.09 cores=1,3,5,7
/proc/16727/task/16728/stat : 16728 (java) R 16725 16725 4674 0 -1 4202560 3377 0 0 0 8 1 0 0 20 0 15 0 126120464 14309736448 7361 18446744073709551615 4194304 4196468 140735652413744 139905736345392 139905716155749 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16729] ppid=16725 vsize=13974352 memory=4294979926 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16729/stat : 16729 (java) S 16725 16725 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126120465 14309736448 7361 18446744073709551615 4194304 4196468 140735652413744 139905332680976 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16730] ppid=16725 vsize=13974352 memory=288370204832282240 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16730/stat : 16730 (java) S 16725 16725 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126120465 14309736448 7361 18446744073709551615 4194304 4196468 140735652413744 139905331628432 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16731] ppid=16725 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16731/stat : 16731 (java) S 16725 16725 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126120465 14309736448 7361 18446744073709551615 4194304 4196468 140735652413744 139905330575888 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16732] ppid=16725 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16732/stat : 16732 (java) S 16725 16725 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 126120465 14309736448 7361 18446744073709551615 4194304 4196468 140735652413744 139905329523344 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16733] ppid=16725 vsize=13974352 memory=139828680570496 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16733/stat : 16733 (java) S 16725 16725 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 126120466 14309736448 7361 18446744073709551615 4194304 4196468 140735652413744 139905277807088 139905732123266 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16734] ppid=16725 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16734/stat : 16734 (java) S 16725 16725 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 126120466 14309736448 7361 18446744073709551615 4194304 4196468 140735652413744 139905276753312 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16735] ppid=16725 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16735/stat : 16735 (java) S 16725 16725 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 126120467 14309736448 7361 18446744073709551615 4194304 4196468 140735652413744 139905275700720 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16736] ppid=16725 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16736/stat : 16736 (java) S 16725 16725 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126120469 14309736448 7361 18446744073709551615 4194304 4196468 140735652413744 139905274649296 139905732130715 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16737] ppid=16725 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16737/stat : 16737 (java) S 16725 16725 4674 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 126120469 14309736448 7361 18446744073709551615 4194304 4196468 140735652413744 139905273595888 139905732123266 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16738] ppid=16725 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16738/stat : 16738 (java) S 16725 16725 4674 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 15 0 126120469 14309736448 7361 18446744073709551615 4194304 4196468 140735652413744 139905272543344 139905732123266 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16739] ppid=16725 vsize=13974352 memory=139828680570496 CPUtime=0.01 cores=1,3,5,7
/proc/16727/task/16739/stat : 16739 (java) S 16725 16725 4674 0 -1 1077944384 246 0 0 0 1 0 0 0 20 0 15 0 126120469 14309736448 7361 18446744073709551615 4194304 4196468 140735652413744 139904709552368 139905732123266 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16740] ppid=16725 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16740/stat : 16740 (java) S 16725 16725 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126120469 14309736448 7361 18446744073709551615 4194304 4196468 140735652413744 139904708500064 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16741] ppid=16725 vsize=13974352 memory=139828680570496 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16741/stat : 16741 (java) S 16725 16725 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126120473 14309736448 7361 18446744073709551615 4194304 4196468 140735652413744 139904707447600 139905732123266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 30824 KiB

[startup+0.314108 s]*
/proc/loadavg: 2.03 2.07 2.06 4/217 16741
/proc/meminfo: memFree=30805040/32770624 swapFree=67108764/67108860
[pid=16725] ppid=16722 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16725/stat : 16725 (xcsp3-exec) S 16722 16725 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 126120456 9740288 345 18446744073709551615 4194304 5098028 140737009237200 140737009235304 140498866922108 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12050432 140737009242489 140737009242693 140737009242693 140737009246187 0
/proc/16725/statm: 2378 345 289 221 0 87 0
[pid=16727] ppid=16725 vsize=13974352 memory=41424 CPUtime=0.32 cores=1,3,5,7
/proc/16727/stat : 16727 (java) S 16725 16725 4674 0 -1 1077944320 9097 0 0 0 29 3 0 0 20 0 15 0 126120464 14309736448 10356 18446744073709551615 4194304 4196468 140735652413744 140735652396288 139905732112119 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
/proc/16727/statm: 3493588 10356 2987 1 0 3482964 0
[pid=16727/tid=16728] ppid=16725 vsize=13974352 memory=4278483708103473607 CPUtime=0.19 cores=1,3,5,7
/proc/16727/task/16728/stat : 16728 (java) D 16725 16725 4674 0 -1 1077944384 6314 0 0 0 17 2 0 0 20 0 15 0 126120464 14309736448 10412 18446744073709551615 4194304 4196468 140735652413744 139905736334264 139905734387399 0 4 1 16800974 18446744072101666340 0 0 -1 1 0 0 3 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16729] ppid=16725 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16729/stat : 16729 (java) S 16725 16725 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126120465 14309736448 10412 18446744073709551615 4194304 4196468 140735652413744 139905332680976 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16730] ppid=16725 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16730/stat : 16730 (java) S 16725 16725 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126120465 14309736448 10412 18446744073709551615 4194304 4196468 140735652413744 139905331628432 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16731] ppid=16725 vsize=13976468 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16731/stat : 16731 (java) S 16725 16725 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126120465 14311903232 10412 18446744073709551615 4194304 4196468 140735652413744 139905330575888 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16732] ppid=16725 vsize=13976468 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16732/stat : 16732 (java) S 16725 16725 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 126120465 14311903232 10412 18446744073709551615 4194304 4196468 140735652413744 139905329523344 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16733] ppid=16725 vsize=13976468 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16733/stat : 16733 (java) S 16725 16725 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 126120466 14311903232 10412 18446744073709551615 4194304 4196468 140735652413744 139905277807088 139905732123266 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16734] ppid=16725 vsize=13976468 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16734/stat : 16734 (java) S 16725 16725 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 126120466 14311903232 10412 18446744073709551615 4194304 4196468 140735652413744 139905276753312 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16735] ppid=16725 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16735/stat : 16735 (java) S 16725 16725 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 126120467 14314094592 10415 18446744073709551615 4194304 4196468 140735652413744 139905275700720 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16736] ppid=16725 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16736/stat : 16736 (java) S 16725 16725 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126120469 14314094592 10415 18446744073709551615 4194304 4196468 140735652413744 139905274649296 139905732130715 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16737] ppid=16725 vsize=13978608 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/16727/task/16737/stat : 16737 (java) S 16725 16725 4674 0 -1 1077944384 507 0 0 0 3 0 0 0 20 0 15 0 126120469 14314094592 10415 18446744073709551615 4194304 4196468 140735652413744 139905273595888 139905732123266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16738] ppid=16725 vsize=13978608 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16727/task/16738/stat : 16738 (java) S 16725 16725 4674 0 -1 1077944384 262 0 0 0 1 0 0 0 20 0 15 0 126120469 14314094592 10415 18446744073709551615 4194304 4196468 140735652413744 139905272543344 139905732123266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16739] ppid=16725 vsize=13978608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16727/task/16739/stat : 16739 (java) S 16725 16725 4674 0 -1 1077944384 740 0 0 0 7 0 0 0 20 0 15 0 126120469 14314094592 10415 18446744073709551615 4194304 4196468 140735652413744 139904709552368 139905732123266 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16740] ppid=16725 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16740/stat : 16740 (java) S 16725 16725 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126120469 14314094592 10415 18446744073709551615 4194304 4196468 140735652413744 139904708500064 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16741] ppid=16725 vsize=13978608 memory=139828680570496 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16741/stat : 16741 (java) S 16725 16725 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126120473 14314094592 10415 18446744073709551615 4194304 4196468 140735652413744 139904707447600 139905732123266 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 42804 KiB

[startup+0.701571 s]
/proc/loadavg: 2.03 2.07 2.06 3/217 16741
/proc/meminfo: memFree=30795144/32770624 swapFree=67108764/67108860
[pid=16725] ppid=16722 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16725/stat : 16725 (xcsp3-exec) S 16722 16725 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 126120456 9740288 345 18446744073709551615 4194304 5098028 140737009237200 140737009235304 140498866922108 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12050432 140737009242489 140737009242693 140737009242693 140737009246187 0
/proc/16725/statm: 2378 345 289 221 0 87 0
[pid=16727] ppid=16725 vsize=13980732 memory=68688 CPUtime=1.23 cores=1,3,5,7
/proc/16727/stat : 16727 (java) S 16725 16725 4674 0 -1 1077944320 13832 0 0 0 118 5 0 0 20 0 15 0 126120464 14316269568 17172 18446744073709551615 4194304 4196468 140735652413744 140735652396288 139905732112119 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
/proc/16727/statm: 3495183 17172 3176 1 0 3483476 0
[pid=16727/tid=16728] ppid=16725 vsize=13980732 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/16727/task/16728/stat : 16728 (java) R 16725 16725 4674 0 -1 4202560 8530 0 0 0 53 4 0 0 20 0 15 0 126120464 14316269568 17172 18446744073709551615 4194304 4196468 140735652413744 139905736350256 139905713670817 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16729] ppid=16725 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16729/stat : 16729 (java) S 16725 16725 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126120465 14316269568 17172 18446744073709551615 4194304 4196468 140735652413744 139905332680976 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16730] ppid=16725 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16730/stat : 16730 (java) S 16725 16725 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126120465 14316269568 17172 18446744073709551615 4194304 4196468 140735652413744 139905331628432 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16731] ppid=16725 vsize=13980732 memory=279657131806512 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16731/stat : 16731 (java) S 16725 16725 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126120465 14316269568 17172 18446744073709551615 4194304 4196468 140735652413744 139905330575888 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16732] ppid=16725 vsize=13980732 memory=2531346351873 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16732/stat : 16732 (java) S 16725 16725 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 126120465 14316269568 17172 18446744073709551615 4194304 4196468 140735652413744 139905329523344 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16733] ppid=16725 vsize=13980732 memory=2548526221057 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16733/stat : 16733 (java) S 16725 16725 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 126120466 14316269568 17172 18446744073709551615 4194304 4196468 140735652413744 139905277807088 139905732123266 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16734] ppid=16725 vsize=13980732 memory=2574296024833 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16734/stat : 16734 (java) S 16725 16725 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 126120466 14316269568 17172 18446744073709551615 4194304 4196468 140735652413744 139905276753312 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16735] ppid=16725 vsize=13980732 memory=2617245697793 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16735/stat : 16735 (java) S 16725 16725 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 126120467 14316269568 17172 18446744073709551615 4194304 4196468 140735652413744 139905275700720 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16736] ppid=16725 vsize=13980732 memory=2728914847489 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16736/stat : 16736 (java) S 16725 16725 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126120469 14316269568 17172 18446744073709551615 4194304 4196468 140735652413744 139905274649296 139905732130715 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16737] ppid=16725 vsize=13980732 memory=2853468899073 CPUtime=0.19 cores=1,3,5,7
/proc/16727/task/16737/stat : 16737 (java) R 16725 16725 4674 0 -1 4202560 1326 0 0 0 19 0 0 0 20 0 15 0 126120469 14316269568 17172 18446744073709551615 4194304 4196468 140735652413744 139905273576904 139905715612451 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16738] ppid=16725 vsize=13980732 memory=3884261050113 CPUtime=0.17 cores=1,3,5,7
/proc/16727/task/16738/stat : 16738 (java) R 16725 16725 4674 0 -1 4202560 943 0 0 0 17 0 0 0 20 0 15 0 126120469 14316269568 17172 18446744073709551615 4194304 4196468 140735652413744 139905272529368 139905717222156 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16739] ppid=16725 vsize=13980732 memory=3910030853889 CPUtime=0.27 cores=1,3,5,7
/proc/16727/task/16739/stat : 16739 (java) R 16725 16725 4674 0 -1 4202560 1727 0 0 0 27 0 0 0 20 0 15 0 126120469 14316269568 17172 18446744073709551615 4194304 4196468 140735652413744 139904709552368 139905725208955 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16740] ppid=16725 vsize=13980732 memory=4051764774401 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16740/stat : 16740 (java) S 16725 16725 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126120469 14316269568 17172 18446744073709551615 4194304 4196468 140735652413744 139904708500064 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16741] ppid=16725 vsize=13980732 memory=4154843989505 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16741/stat : 16741 (java) S 16725 16725 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126120473 14316269568 17172 18446744073709551615 4194304 4196468 140735652413744 139904707447600 139905732123266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 70068 KiB

[startup+0.976236 s]
# the end of solver process 16725 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.98302 s, system=0.075803 s

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

[startup+0.801569 s]
/proc/loadavg: 2.03 2.07 2.06 3/217 16741
/proc/meminfo: memFree=30795144/32770624 swapFree=67108764/67108860
[pid=16725] ppid=16722 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16725/stat : 16725 (xcsp3-exec) S 16722 16725 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 126120456 9740288 345 18446744073709551615 4194304 5098028 140737009237200 140737009235304 140498866922108 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12050432 140737009242489 140737009242693 140737009242693 140737009246187 0
/proc/16725/statm: 2378 345 289 221 0 87 0
[pid=16727] ppid=16725 vsize=13980732 memory=78272 CPUtime=1.55 cores=1,3,5,7
/proc/16727/stat : 16727 (java) S 16725 16725 4674 0 -1 1077944320 16292 0 0 0 149 6 0 0 20 0 15 0 126120464 14316269568 19568 18446744073709551615 4194304 4196468 140735652413744 140735652396288 139905732112119 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
/proc/16727/statm: 3495183 19568 3177 1 0 3483476 0
[pid=16727/tid=16728] ppid=16725 vsize=13980732 memory=4872558044660077418 CPUtime=0.67 cores=1,3,5,7
/proc/16727/task/16728/stat : 16728 (java) R 16725 16725 4674 0 -1 4202560 8531 0 0 0 63 4 0 0 20 0 15 0 126120464 14316269568 19568 18446744073709551615 4194304 4196468 140735652413744 139905736346880 139905732124054 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16729] ppid=16725 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16729/stat : 16729 (java) S 16725 16725 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126120465 14316269568 19568 18446744073709551615 4194304 4196468 140735652413744 139905332680976 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16730] ppid=16725 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16730/stat : 16730 (java) S 16725 16725 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126120465 14316269568 19568 18446744073709551615 4194304 4196468 140735652413744 139905331628432 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16731] ppid=16725 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16731/stat : 16731 (java) S 16725 16725 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126120465 14316269568 19568 18446744073709551615 4194304 4196468 140735652413744 139905330575888 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16732] ppid=16725 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16732/stat : 16732 (java) S 16725 16725 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 126120465 14316269568 19568 18446744073709551615 4194304 4196468 140735652413744 139905329523344 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16733] ppid=16725 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16733/stat : 16733 (java) S 16725 16725 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 126120466 14316269568 19568 18446744073709551615 4194304 4196468 140735652413744 139905277807088 139905732123266 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16734] ppid=16725 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16734/stat : 16734 (java) S 16725 16725 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 126120466 14316269568 19568 18446744073709551615 4194304 4196468 140735652413744 139905276753312 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16735] ppid=16725 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16735/stat : 16735 (java) S 16725 16725 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 126120467 14316269568 19568 18446744073709551615 4194304 4196468 140735652413744 139905275700720 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16736] ppid=16725 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16736/stat : 16736 (java) S 16725 16725 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126120469 14316269568 19568 18446744073709551615 4194304 4196468 140735652413744 139905274649296 139905732130715 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16737] ppid=16725 vsize=13980732 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/16727/task/16737/stat : 16737 (java) R 16725 16725 4674 0 -1 4202560 2174 0 0 0 29 0 0 0 20 0 15 0 126120469 14316269568 19568 18446744073709551615 4194304 4196468 140735652413744 139905273581912 139905724349246 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16738] ppid=16725 vsize=13980732 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/16727/task/16738/stat : 16738 (java) R 16725 16725 4674 0 -1 4202560 2272 0 0 0 27 0 0 0 20 0 15 0 126120469 14316269568 19568 18446744073709551615 4194304 4196468 140735652413744 139905272524088 139905717010495 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16739] ppid=16725 vsize=13980732 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/16727/task/16739/stat : 16739 (java) S 16725 16725 4674 0 -1 1077944384 2009 0 0 0 29 1 0 0 20 0 15 0 126120469 14316269568 19568 18446744073709551615 4194304 4196468 140735652413744 139904709552368 139905732123266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16740] ppid=16725 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16740/stat : 16740 (java) S 16725 16725 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126120469 14316269568 19568 18446744073709551615 4194304 4196468 140735652413744 139904708500064 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16741] ppid=16725 vsize=13980732 memory=4148 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16741/stat : 16741 (java) S 16725 16725 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126120473 14316269568 19568 18446744073709551615 4194304 4196468 140735652413744 139904707447600 139905732123266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 79652 KiB

[startup+0.901569 s]
/proc/loadavg: 2.03 2.07 2.06 3/217 16741
/proc/meminfo: memFree=30795144/32770624 swapFree=67108764/67108860
[pid=16725] ppid=16722 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16725/stat : 16725 (xcsp3-exec) S 16722 16725 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 126120456 9740288 345 18446744073709551615 4194304 5098028 140737009237200 140737009235304 140498866922108 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12050432 140737009242489 140737009242693 140737009242693 140737009246187 0
/proc/16725/statm: 2378 345 289 221 0 87 0
[pid=16727] ppid=16725 vsize=13980732 memory=82896 CPUtime=1.85 cores=1,3,5,7
/proc/16727/stat : 16727 (java) S 16725 16725 4674 0 -1 1077944320 17458 0 0 0 179 6 0 0 20 0 15 0 126120464 14316269568 20724 18446744073709551615 4194304 4196468 140735652413744 140735652396288 139905732112119 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
/proc/16727/statm: 3495183 20724 3177 1 0 3483476 0
[pid=16727/tid=16728] ppid=16725 vsize=13980732 memory=0 CPUtime=0.77 cores=1,3,5,7
/proc/16727/task/16728/stat : 16728 (java) R 16725 16725 4674 0 -1 4202560 8531 0 0 0 73 4 0 0 20 0 15 0 126120464 14316269568 20724 18446744073709551615 4194304 4196468 140735652413744 139905736346880 139905358478569 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16729] ppid=16725 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16729/stat : 16729 (java) S 16725 16725 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126120465 14316269568 20724 18446744073709551615 4194304 4196468 140735652413744 139905332680976 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16730] ppid=16725 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16730/stat : 16730 (java) S 16725 16725 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126120465 14316269568 20724 18446744073709551615 4194304 4196468 140735652413744 139905331628432 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16731] ppid=16725 vsize=13980732 memory=279657131806512 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16731/stat : 16731 (java) S 16725 16725 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126120465 14316269568 20724 18446744073709551615 4194304 4196468 140735652413744 139905330575888 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16732] ppid=16725 vsize=13980732 memory=2531346351873 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16732/stat : 16732 (java) S 16725 16725 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 126120465 14316269568 20724 18446744073709551615 4194304 4196468 140735652413744 139905329523344 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16733] ppid=16725 vsize=13980732 memory=2548526221057 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16733/stat : 16733 (java) S 16725 16725 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 126120466 14316269568 20724 18446744073709551615 4194304 4196468 140735652413744 139905277807088 139905732123266 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16734] ppid=16725 vsize=13980732 memory=2574296024833 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16734/stat : 16734 (java) S 16725 16725 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 126120466 14316269568 20724 18446744073709551615 4194304 4196468 140735652413744 139905276753312 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16735] ppid=16725 vsize=13980732 memory=2617245697793 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16735/stat : 16735 (java) S 16725 16725 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 126120467 14316269568 20724 18446744073709551615 4194304 4196468 140735652413744 139905275700720 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16736] ppid=16725 vsize=13980732 memory=2728914847489 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16736/stat : 16736 (java) S 16725 16725 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126120469 14316269568 20724 18446744073709551615 4194304 4196468 140735652413744 139905274649296 139905732130715 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16737] ppid=16725 vsize=13980732 memory=2853468899073 CPUtime=0.39 cores=1,3,5,7
/proc/16727/task/16737/stat : 16737 (java) R 16725 16725 4674 0 -1 4202560 2471 0 0 0 39 0 0 0 20 0 15 0 126120469 14316269568 20724 18446744073709551615 4194304 4196468 140735652413744 139905273584208 139905716082547 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16738] ppid=16725 vsize=13980732 memory=3884261050113 CPUtime=0.37 cores=1,3,5,7
/proc/16727/task/16738/stat : 16738 (java) R 16725 16725 4674 0 -1 4202560 3132 0 0 0 37 0 0 0 20 0 15 0 126120469 14316269568 20724 18446744073709551615 4194304 4196468 140735652413744 139905272529368 139905713633797 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16739] ppid=16725 vsize=13980732 memory=3910030853889 CPUtime=0.3 cores=1,3,5,7
/proc/16727/task/16739/stat : 16739 (java) S 16725 16725 4674 0 -1 1077944384 2017 0 0 0 29 1 0 0 20 0 15 0 126120469 14316269568 20724 18446744073709551615 4194304 4196468 140735652413744 139904709552368 139905732123266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16740] ppid=16725 vsize=13980732 memory=4051764774401 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16740/stat : 16740 (java) S 16725 16725 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126120469 14316269568 20724 18446744073709551615 4194304 4196468 140735652413744 139904708500064 139905732122325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
[pid=16727/tid=16741] ppid=16725 vsize=13980732 memory=4154843989505 CPUtime=0 cores=1,3,5,7
/proc/16727/task/16741/stat : 16741 (java) S 16725 16725 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126120473 14316269568 20724 18446744073709551615 4194304 4196468 140735652413744 139904707447600 139905732123266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140735652417969 140735652418145 140735652418145 140735652421583 0
Current children cumulated CPU time: 1.85 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 84276 KiB

Child status: 0
Real time (s): 0.976302
CPU time (s): 2.05882
CPU user time (s): 1.98302
CPU system time (s): 0.075803
CPU usage (%): 210.879
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 84276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.98302
system time used= 0.075803
maximum resident set size= 89388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19337
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= 1568
involuntary context switches= 6


# summary of solver processes directly reported to runsolver:
#   pid: 16725
#   total CPU time (s): 2.05882
#   total CPU user time (s): 1.98302
#   total CPU system time (s): 0.075803

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.020415 second user time and 0.057685 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-15 10:21:46
IDJOB=4269087
IDBENCH=126251
IDSOLVER=2660
FILE ID=node134/4269087-1502786139
RUNJOBID= node134-1502649032-24471
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-06-a4.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-4269087-1502786139/watcher-4269087-1502786139 -o /tmp/evaluation-result-4269087-1502786139/solver-4269087-1502786139 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24471 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 462268917 HOME/instance-4269087-1502786139.xml

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

MD5SUM BENCH= 3be13f028e00a9c301b8790857e4d16d
RANDOM SEED=462268917

node134.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.43
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.43
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.43
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.43
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:        30835208 kB
MemAvailable:   31112952 kB
Buffers:          275892 kB
Cached:           300896 kB
SwapCached:            4 kB
Active:          1246228 kB
Inactive:         230948 kB
Active(anon):     847456 kB
Inactive(anon):   102692 kB
Active(file):     398772 kB
Inactive(file):   128256 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              7856 kB
Writeback:             0 kB
AnonPages:        713744 kB
Mapped:            72880 kB
Shmem:             49756 kB
Slab:             159924 kB
SReclaimable:     133100 kB
SUnreclaim:        26824 kB
KernelStack:        3824 kB
PageTables:         6992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1908224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    610304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node134 at 2017-08-15 10:21:47