Trace number 4282490

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-21.xml
MD5SUM0963ecc662fca7fb73f4e82ded789c90
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.53957999
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints270
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":111}]
Minimum variable degree2
Maximum variable degree81
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":17},{"degree":4,"count":19},{"degree":5,"count":7},{"degree":6,"count":2},{"degree":7,"count":4},{"degree":8,"count":1},{"degree":9,"count":3},{"degree":10,"count":2},{"degree":11,"count":3},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":39,"count":1},{"degree":56,"count":2},{"degree":59,"count":1},{"degree":73,"count":1},{"degree":81,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":111},{"arity":2,"count":42},{"arity":3,"count":26},{"arity":4,"count":23},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints159
Number of intensional constraints111
Distribution of constraint types[{"type":"extension","count":159},{"type":"intension","count":111}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.05	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282490-1503159763.xml"  -tl '2520s' -p 1 -x 0
0.16/0.24	c [HOME/instance-4282490-1503159763.xml, -tl, 2520s, -p, 1, -x, 0]
0.16/0.29	c simple solver
0.35/0.36	c parse instance...
2.71/1.47	c solve instance...
3.25/1.67	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15099 MiB free)
  memory of node 1: 16384 MiB (15372 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282490-1503159763/watcher-4282490-1503159763 -o /tmp/evaluation-result-4282490-1503159763/solver-4282490-1503159763 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503095780-14041 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 68416162 HOME/instance-4282490-1503159763.xml 

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

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

solver pid=26595, runsolver pid=26592

[startup+0.100189 s]*
/proc/loadavg: 1.90 1.85 1.90 3/205 26605
/proc/meminfo: memFree=31193032/32770624 swapFree=67108860/67108860
[pid=26595] ppid=26592 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26595/stat : 26595 (xcsp3-exec) S 26592 26595 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104316917 9740288 345 18446744073709551615 4194304 5098028 140723322825952 140723322824056 140222796739196 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 15413248 140723322831226 140723322831429 140723322831429 140723322834923 0
/proc/26595/statm: 2378 345 289 221 0 87 0
[pid=26597] ppid=26595 vsize=13574484 memory=19280 CPUtime=0.04 cores=0,2,4,6
/proc/26597/stat : 26597 (java) S 26595 26595 13977 0 -1 1077944320 4193 0 0 0 3 1 0 0 20 0 9 0 104316923 13900271616 4820 18446744073709551615 4194304 4196468 140731502752560 140731502735104 139878289215223 0 0 1 16800970 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
/proc/26597/statm: 3393621 4820 2138 1 0 3383118 0
[pid=26597/tid=26598] ppid=26595 vsize=13574484 memory=4206989191851631162 CPUtime=0.03 cores=0,2,4,6
/proc/26597/task/26598/stat : 26598 (java) R 26595 26595 13977 0 -1 4202560 2897 0 0 0 3 0 0 0 20 0 9 0 104316923 13900271616 4820 18446744073709551615 4194304 4196468 140731502752560 139878293450616 139878289237149 0 4 1 16800970 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26599] ppid=26595 vsize=13574484 memory=3461490665613891209 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26599/stat : 26599 (java) S 26595 26595 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 104316924 13900271616 4820 18446744073709551615 4194304 4196468 140731502752560 139878231161360 139878289225429 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26600] ppid=26595 vsize=13574484 memory=140060984206976 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26600/stat : 26600 (java) S 26595 26595 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 104316924 13900271616 4820 18446744073709551615 4194304 4196468 140731502752560 139878230108816 139878289225429 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26601] ppid=26595 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26601/stat : 26601 (java) S 26595 26595 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 104316924 13900271616 4820 18446744073709551615 4194304 4196468 140731502752560 139878229055760 139878289225429 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26602] ppid=26595 vsize=13575512 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26602/stat : 26602 (java) S 26595 26595 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 104316924 13901324288 4820 18446744073709551615 4194304 4196468 140731502752560 139878228003216 139878289225429 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26603] ppid=26595 vsize=13575512 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26603/stat : 26603 (java) S 26595 26595 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 104316925 13901324288 4820 18446744073709551615 4194304 4196468 140731502752560 139877834980080 139878289226370 0 0 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26604] ppid=26595 vsize=13575512 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26604/stat : 26604 (java) S 26595 26595 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 10 0 104316926 13901324288 4820 18446744073709551615 4194304 4196468 140731502752560 139877833926304 139878289225429 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26605] ppid=26595 vsize=13575512 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26605/stat : 26605 (java) S 26595 26595 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 10 0 104316926 13901324288 4820 18446744073709551615 4194304 4196468 140731502752560 139877832873200 139878289225429 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26606] ppid=26595 vsize=13575512 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26606/stat : 26606 (java) R 26595 26595 13977 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 104316928 13901324288 4886 18446744073709551615 4194304 4196468 140731502752560 139877831822560 139878282009296 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 20660 KiB

[startup+0.21163 s]*
/proc/loadavg: 1.90 1.85 1.90 5/211 26611
/proc/meminfo: memFree=31186484/32770624 swapFree=67108860/67108860
[pid=26595] ppid=26592 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26595/stat : 26595 (xcsp3-exec) S 26592 26595 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104316917 9740288 345 18446744073709551615 4194304 5098028 140723322825952 140723322824056 140222796739196 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 15413248 140723322831226 140723322831429 140723322831429 140723322834923 0
/proc/26595/statm: 2378 345 289 221 0 87 0
[pid=26597] ppid=26595 vsize=13974352 memory=30528 CPUtime=0.16 cores=0,2,4,6
/proc/26597/stat : 26597 (java) S 26595 26595 13977 0 -1 1077944320 6036 0 0 0 15 1 0 0 20 0 15 0 104316923 14309736448 7632 18446744073709551615 4194304 4196468 140731502752560 140731502735104 139878289215223 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
/proc/26597/statm: 3493588 7632 2950 1 0 3482964 0
[pid=26597/tid=26598] ppid=26595 vsize=13974352 memory=-6081379488098259298 CPUtime=0.11 cores=0,2,4,6
/proc/26597/task/26598/stat : 26598 (java) R 26595 26595 13977 0 -1 4202560 3427 0 0 0 10 1 0 0 20 0 15 0 104316923 14309736448 7632 18446744073709551615 4194304 4196468 140731502752560 139878293437920 139878281452350 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26599] ppid=26595 vsize=13974352 memory=3461490665613891209 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26599/stat : 26599 (java) S 26595 26595 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104316924 14309736448 7632 18446744073709551615 4194304 4196468 140731502752560 139878231161360 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26600] ppid=26595 vsize=13974352 memory=140060984206976 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26600/stat : 26600 (java) S 26595 26595 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104316924 14309736448 7632 18446744073709551615 4194304 4196468 140731502752560 139878230108816 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26601] ppid=26595 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26601/stat : 26601 (java) S 26595 26595 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104316924 14309736448 7632 18446744073709551615 4194304 4196468 140731502752560 139878229055760 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26602] ppid=26595 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26602/stat : 26602 (java) S 26595 26595 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104316924 14309736448 7632 18446744073709551615 4194304 4196468 140731502752560 139878228003216 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26603] ppid=26595 vsize=13974352 memory=140060984206976 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26603/stat : 26603 (java) S 26595 26595 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104316925 14309736448 7632 18446744073709551615 4194304 4196468 140731502752560 139877834980080 139878289226370 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26604] ppid=26595 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26604/stat : 26604 (java) S 26595 26595 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104316926 14309736448 7632 18446744073709551615 4194304 4196468 140731502752560 139877833926304 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26605] ppid=26595 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26605/stat : 26605 (java) S 26595 26595 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104316926 14309736448 7632 18446744073709551615 4194304 4196468 140731502752560 139877832873200 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26606] ppid=26595 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26606/stat : 26606 (java) S 26595 26595 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104316928 14309736448 7632 18446744073709551615 4194304 4196468 140731502752560 139877831821776 139878289233819 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26607] ppid=26595 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26597/task/26607/stat : 26607 (java) R 26595 26595 13977 0 -1 4202560 567 0 0 0 1 0 0 0 20 0 15 0 104316928 14309736448 7632 18446744073709551615 4194304 4196468 140731502752560 139877830749784 139878275237425 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26608] ppid=26595 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26608/stat : 26608 (java) S 26595 26595 13977 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 104316928 14309736448 7632 18446744073709551615 4194304 4196468 140731502752560 139877829716336 139878289226370 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26609] ppid=26595 vsize=13974352 memory=140060984206976 CPUtime=0.03 cores=0,2,4,6
/proc/26597/task/26609/stat : 26609 (java) R 26595 26595 13977 0 -1 4202560 691 0 0 0 3 0 0 0 20 0 15 0 104316928 14309736448 7632 18446744073709551615 4194304 4196468 140731502752560 139877828659448 139878268613739 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26610] ppid=26595 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26610/stat : 26610 (java) S 26595 26595 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104316929 14309736448 7632 18446744073709551615 4194304 4196468 140731502752560 139877827610976 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26611] ppid=26595 vsize=13974352 memory=140060984206976 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26611/stat : 26611 (java) S 26595 26595 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104316933 14309736448 7632 18446744073709551615 4194304 4196468 140731502752560 139877826559024 139878289226370 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 31908 KiB

[startup+0.310395 s]*
/proc/loadavg: 1.90 1.85 1.90 3/211 26611
/proc/meminfo: memFree=31173708/32770624 swapFree=67108860/67108860
[pid=26595] ppid=26592 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26595/stat : 26595 (xcsp3-exec) S 26592 26595 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104316917 9740288 345 18446744073709551615 4194304 5098028 140723322825952 140723322824056 140222796739196 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 15413248 140723322831226 140723322831429 140723322831429 140723322834923 0
/proc/26595/statm: 2378 345 289 221 0 87 0
[pid=26597] ppid=26595 vsize=13978608 memory=40196 CPUtime=0.35 cores=0,2,4,6
/proc/26597/stat : 26597 (java) S 26595 26595 13977 0 -1 1077944320 9797 0 0 0 31 4 0 0 20 0 15 0 104316923 14314094592 10049 18446744073709551615 4194304 4196468 140731502752560 140731502735104 139878289215223 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
/proc/26597/statm: 3494652 10049 3017 1 0 3482964 0
[pid=26597/tid=26598] ppid=26595 vsize=13978608 memory=-8774313645642428999 CPUtime=0.21 cores=0,2,4,6
/proc/26597/task/26598/stat : 26598 (java) R 26595 26595 13977 0 -1 4202560 6893 0 0 0 18 3 0 0 20 0 15 0 104316923 14314094592 10049 18446744073709551615 4194304 4196468 140731502752560 139878293425136 139878289237149 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26599] ppid=26595 vsize=13978608 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26599/stat : 26599 (java) S 26595 26595 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104316924 14314094592 10049 18446744073709551615 4194304 4196468 140731502752560 139878231161360 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26600] ppid=26595 vsize=13978608 memory=-8182010673439808885 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26600/stat : 26600 (java) S 26595 26595 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104316924 14314094592 10049 18446744073709551615 4194304 4196468 140731502752560 139878230108816 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26601] ppid=26595 vsize=13978608 memory=4132769004644038186 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26601/stat : 26601 (java) S 26595 26595 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104316924 14314094592 10049 18446744073709551615 4194304 4196468 140731502752560 139878229055760 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26602] ppid=26595 vsize=13978608 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26602/stat : 26602 (java) S 26595 26595 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104316924 14314094592 10049 18446744073709551615 4194304 4196468 140731502752560 139878228003216 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26603] ppid=26595 vsize=13978608 memory=140060984217569 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26603/stat : 26603 (java) S 26595 26595 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104316925 14314094592 10049 18446744073709551615 4194304 4196468 140731502752560 139877834980080 139878289226370 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26604] ppid=26595 vsize=13978608 memory=5861549729924213356 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26604/stat : 26604 (java) S 26595 26595 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104316926 14314094592 10049 18446744073709551615 4194304 4196468 140731502752560 139877833926304 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26605] ppid=26595 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26605/stat : 26605 (java) S 26595 26595 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104316926 14314094592 10049 18446744073709551615 4194304 4196468 140731502752560 139877832873200 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26606] ppid=26595 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26606/stat : 26606 (java) S 26595 26595 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104316928 14314094592 10049 18446744073709551615 4194304 4196468 140731502752560 139877831821776 139878289233819 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26607] ppid=26595 vsize=13978608 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26597/task/26607/stat : 26607 (java) S 26595 26595 13977 0 -1 1077944384 700 0 0 0 2 0 0 0 20 0 15 0 104316928 14314094592 10049 18446744073709551615 4194304 4196468 140731502752560 139877830768880 139878289226370 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26608] ppid=26595 vsize=13978608 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26597/task/26608/stat : 26608 (java) S 26595 26595 13977 0 -1 1077944384 123 0 0 0 2 0 0 0 20 0 15 0 104316928 14314094592 10049 18446744073709551615 4194304 4196468 140731502752560 139877829716336 139878289226370 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26609] ppid=26595 vsize=13978608 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26597/task/26609/stat : 26609 (java) S 26595 26595 13977 0 -1 1077944384 778 0 0 0 7 0 0 0 20 0 15 0 104316928 14314094592 10049 18446744073709551615 4194304 4196468 140731502752560 139877828663280 139878289226370 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26610] ppid=26595 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26610/stat : 26610 (java) S 26595 26595 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104316929 14314094592 10049 18446744073709551615 4194304 4196468 140731502752560 139877827610976 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26611] ppid=26595 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26611/stat : 26611 (java) S 26595 26595 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104316933 14314094592 10049 18446744073709551615 4194304 4196468 140731502752560 139877826559024 139878289226370 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41576 KiB

[startup+0.701323 s]
/proc/loadavg: 1.90 1.85 1.90 6/211 26611
/proc/meminfo: memFree=31158608/32770624 swapFree=67108860/67108860
[pid=26595] ppid=26592 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26595/stat : 26595 (xcsp3-exec) S 26592 26595 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104316917 9740288 345 18446744073709551615 4194304 5098028 140723322825952 140723322824056 140222796739196 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 15413248 140723322831226 140723322831429 140723322831429 140723322834923 0
/proc/26595/statm: 2378 345 289 221 0 87 0
[pid=26597] ppid=26595 vsize=13978684 memory=116972 CPUtime=1.35 cores=0,2,4,6
/proc/26597/stat : 26597 (java) S 26595 26595 13977 0 -1 1077944320 13215 0 0 0 128 7 0 0 20 0 15 0 104316923 14314172416 29243 18446744073709551615 4194304 4196468 140731502752560 140731502735104 139878289215223 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
/proc/26597/statm: 3494671 29243 3158 1 0 3482964 0
[pid=26597/tid=26598] ppid=26595 vsize=13978684 memory=1296 CPUtime=0.58 cores=0,2,4,6
/proc/26597/task/26598/stat : 26598 (java) R 26595 26595 13977 0 -1 4202560 7878 0 0 0 53 5 0 0 20 0 15 0 104316923 14314172416 29243 18446744073709551615 4194304 4196468 140731502752560 139878293452784 139877910601294 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26599] ppid=26595 vsize=13978684 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26599/stat : 26599 (java) S 26595 26595 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104316924 14314172416 29243 18446744073709551615 4194304 4196468 140731502752560 139878231161360 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26600] ppid=26595 vsize=13978684 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26600/stat : 26600 (java) S 26595 26595 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104316924 14314172416 29243 18446744073709551615 4194304 4196468 140731502752560 139878230108816 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26601] ppid=26595 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26601/stat : 26601 (java) S 26595 26595 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104316924 14314172416 29243 18446744073709551615 4194304 4196468 140731502752560 139878229055760 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26602] ppid=26595 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26602/stat : 26602 (java) S 26595 26595 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104316924 14314172416 29243 18446744073709551615 4194304 4196468 140731502752560 139878228003216 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26603] ppid=26595 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26603/stat : 26603 (java) S 26595 26595 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 104316925 14314172416 29243 18446744073709551615 4194304 4196468 140731502752560 139877834980080 139878289226370 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26604] ppid=26595 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26604/stat : 26604 (java) S 26595 26595 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104316926 14314172416 29243 18446744073709551615 4194304 4196468 140731502752560 139877833926304 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26605] ppid=26595 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26605/stat : 26605 (java) S 26595 26595 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104316926 14314172416 29243 18446744073709551615 4194304 4196468 140731502752560 139877832873200 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26606] ppid=26595 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26606/stat : 26606 (java) S 26595 26595 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104316928 14314172416 29243 18446744073709551615 4194304 4196468 140731502752560 139877831821776 139878289233819 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26607] ppid=26595 vsize=13978684 memory=4048 CPUtime=0.25 cores=0,2,4,6
/proc/26597/task/26607/stat : 26607 (java) R 26595 26595 13977 0 -1 4202560 1772 0 0 0 25 0 0 0 20 0 15 0 104316928 14314172416 29243 18446744073709551615 4194304 4196468 140731502752560 139877830758992 139878269916229 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26608] ppid=26595 vsize=13978684 memory=644 CPUtime=0.22 cores=0,2,4,6
/proc/26597/task/26608/stat : 26608 (java) R 26595 26595 13977 0 -1 4202560 819 0 0 0 22 0 0 0 20 0 15 0 104316928 14314172416 29243 18446744073709551615 4194304 4196468 140731502752560 139877829702368 139878274137005 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26609] ppid=26595 vsize=13978684 memory=1788 CPUtime=0.26 cores=0,2,4,6
/proc/26597/task/26609/stat : 26609 (java) S 26595 26595 13977 0 -1 1077944384 1439 0 0 0 26 0 0 0 20 0 15 0 104316928 14314172416 29243 18446744073709551615 4194304 4196468 140731502752560 139877828663280 139878289226370 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26610] ppid=26595 vsize=13978684 memory=956 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26610/stat : 26610 (java) S 26595 26595 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104316929 14314172416 29243 18446744073709551615 4194304 4196468 140731502752560 139877827610976 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26611] ppid=26595 vsize=13978684 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26611/stat : 26611 (java) S 26595 26595 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104316933 14314172416 29243 18446744073709551615 4194304 4196468 140731502752560 139877826559024 139878289226370 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
Current children cumulated CPU time: 1.35 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 118352 KiB

[startup+1.50132 s]
/proc/loadavg: 1.90 1.85 1.90 3/211 26611
/proc/meminfo: memFree=31001724/32770624 swapFree=67108860/67108860
[pid=26595] ppid=26592 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26595/stat : 26595 (xcsp3-exec) S 26592 26595 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104316917 9740288 345 18446744073709551615 4194304 5098028 140723322825952 140723322824056 140222796739196 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 15413248 140723322831226 140723322831429 140723322831429 140723322834923 0
/proc/26595/statm: 2378 345 289 221 0 87 0
[pid=26597] ppid=26595 vsize=13980732 memory=216036 CPUtime=2.92 cores=0,2,4,6
/proc/26597/stat : 26597 (java) S 26595 26595 13977 0 -1 1077944320 14482 0 0 0 281 11 0 0 20 0 15 0 104316923 14316269568 54009 18446744073709551615 4194304 4196468 140731502752560 140731502735104 139878289215223 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
/proc/26597/statm: 3495183 54009 3195 1 0 3483476 0
[pid=26597/tid=26598] ppid=26595 vsize=13980732 memory=0 CPUtime=1.36 cores=0,2,4,6
/proc/26597/task/26598/stat : 26598 (java) R 26595 26595 13977 0 -1 4202560 8522 0 0 0 130 6 0 0 20 0 15 0 104316923 14316269568 54009 18446744073709551615 4194304 4196468 140731502752560 139878293453936 139878273295710 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26599] ppid=26595 vsize=13980732 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26597/task/26599/stat : 26599 (java) S 26595 26595 13977 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 15 0 104316924 14316269568 54009 18446744073709551615 4194304 4196468 140731502752560 139878231161360 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26600] ppid=26595 vsize=13980732 memory=33 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26600/stat : 26600 (java) S 26595 26595 13977 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 104316924 14316269568 54009 18446744073709551615 4194304 4196468 140731502752560 139878230108816 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26601] ppid=26595 vsize=13980732 memory=6944656592455097440 CPUtime=0.01 cores=0,2,4,6
/proc/26597/task/26601/stat : 26601 (java) S 26595 26595 13977 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 104316924 14316269568 54009 18446744073709551615 4194304 4196468 140731502752560 139878229055760 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26602] ppid=26595 vsize=13980732 memory=1249 CPUtime=0.01 cores=0,2,4,6
/proc/26597/task/26602/stat : 26602 (java) S 26595 26595 13977 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 15 0 104316924 14316269568 54009 18446744073709551615 4194304 4196468 140731502752560 139878228003216 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26603] ppid=26595 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26603/stat : 26603 (java) S 26595 26595 13977 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 104316925 14316269568 54009 18446744073709551615 4194304 4196468 140731502752560 139877834980080 139878289226370 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26604] ppid=26595 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26604/stat : 26604 (java) S 26595 26595 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104316926 14316269568 54009 18446744073709551615 4194304 4196468 140731502752560 139877833926304 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26605] ppid=26595 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26605/stat : 26605 (java) S 26595 26595 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104316926 14316269568 54009 18446744073709551615 4194304 4196468 140731502752560 139877832873200 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26606] ppid=26595 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26606/stat : 26606 (java) S 26595 26595 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104316928 14316269568 54009 18446744073709551615 4194304 4196468 140731502752560 139877831821776 139878289233819 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26607] ppid=26595 vsize=13980732 memory=187 CPUtime=0.54 cores=0,2,4,6
/proc/26597/task/26607/stat : 26607 (java) R 26595 26595 13977 0 -1 4202560 1850 0 0 0 54 0 0 0 20 0 15 0 104316928 14316269568 54009 18446744073709551615 4194304 4196468 140731502752560 139877830754848 139878270740060 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26608] ppid=26595 vsize=13980732 memory=76 CPUtime=0.52 cores=0,2,4,6
/proc/26597/task/26608/stat : 26608 (java) R 26595 26595 13977 0 -1 4202560 947 0 0 0 52 0 0 0 20 0 15 0 104316928 14316269568 54009 18446744073709551615 4194304 4196468 140731502752560 139877829705536 139878274138972 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26609] ppid=26595 vsize=13980732 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/26597/task/26609/stat : 26609 (java) S 26595 26595 13977 0 -1 1077944384 1693 0 0 0 38 0 0 0 20 0 15 0 104316928 14316269568 54009 18446744073709551615 4194304 4196468 140731502752560 139877828663280 139878289226370 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26610] ppid=26595 vsize=13980732 memory=280119713379639 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26610/stat : 26610 (java) S 26595 26595 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104316929 14316269568 54009 18446744073709551615 4194304 4196468 140731502752560 139877827610976 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26611] ppid=26595 vsize=13980732 memory=288230376974057755 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26611/stat : 26611 (java) S 26595 26595 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104316933 14316269568 54009 18446744073709551615 4194304 4196468 140731502752560 139877826559024 139878289226370 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 217416 KiB

[startup+1.69096 s]
# the end of solver process 26595 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.3948 s, system=0.124377 s

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

[startup+1.6009 s]
/proc/loadavg: 1.90 1.85 1.90 3/211 26611
/proc/meminfo: memFree=31001724/32770624 swapFree=67108860/67108860
[pid=26595] ppid=26592 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26595/stat : 26595 (xcsp3-exec) S 26592 26595 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 104316917 9740288 345 18446744073709551615 4194304 5098028 140723322825952 140723322824056 140222796739196 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 15413248 140723322831226 140723322831429 140723322831429 140723322834923 0
/proc/26595/statm: 2378 345 289 221 0 87 0
[pid=26597] ppid=26595 vsize=13980732 memory=216740 CPUtime=3.25 cores=0,2,4,6
/proc/26597/stat : 26597 (java) S 26595 26595 13977 0 -1 1077944320 14663 0 0 0 314 11 0 0 20 0 15 0 104316923 14316269568 54185 18446744073709551615 4194304 4196468 140731502752560 140731502735104 139878289215223 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
/proc/26597/statm: 3495183 54185 3204 1 0 3483476 0
[pid=26597/tid=26598] ppid=26595 vsize=13980732 memory=-7003737579269690708 CPUtime=1.45 cores=0,2,4,6
/proc/26597/task/26598/stat : 26598 (java) R 26595 26595 13977 0 -1 4202560 8527 0 0 0 139 6 0 0 20 0 15 0 104316923 14316269568 54185 18446744073709551615 4194304 4196468 140731502752560 139878293453648 139877912643683 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26599] ppid=26595 vsize=13980732 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26597/task/26599/stat : 26599 (java) S 26595 26595 13977 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 15 0 104316924 14316269568 54185 18446744073709551615 4194304 4196468 140731502752560 139878231161360 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26600] ppid=26595 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26600/stat : 26600 (java) S 26595 26595 13977 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 104316924 14316269568 54185 18446744073709551615 4194304 4196468 140731502752560 139878230108816 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26601] ppid=26595 vsize=13980732 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26597/task/26601/stat : 26601 (java) S 26595 26595 13977 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 104316924 14316269568 54185 18446744073709551615 4194304 4196468 140731502752560 139878229055760 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26602] ppid=26595 vsize=13980732 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26597/task/26602/stat : 26602 (java) S 26595 26595 13977 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 15 0 104316924 14316269568 54185 18446744073709551615 4194304 4196468 140731502752560 139878228003216 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26603] ppid=26595 vsize=13980732 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26603/stat : 26603 (java) S 26595 26595 13977 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 104316925 14316269568 54185 18446744073709551615 4194304 4196468 140731502752560 139877834980080 139878289226370 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26604] ppid=26595 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26604/stat : 26604 (java) S 26595 26595 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104316926 14316269568 54185 18446744073709551615 4194304 4196468 140731502752560 139877833926304 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26605] ppid=26595 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26605/stat : 26605 (java) S 26595 26595 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104316926 14316269568 54185 18446744073709551615 4194304 4196468 140731502752560 139877832873200 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26606] ppid=26595 vsize=13980732 memory=4580 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26606/stat : 26606 (java) S 26595 26595 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104316928 14316269568 54185 18446744073709551615 4194304 4196468 140731502752560 139877831821776 139878289233819 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26607] ppid=26595 vsize=13980732 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/26597/task/26607/stat : 26607 (java) R 26595 26595 13977 0 -1 4202560 1886 0 0 0 64 0 0 0 20 0 15 0 104316928 14316269568 54185 18446744073709551615 4194304 4196468 140731502752560 139877830759472 139878268440295 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26608] ppid=26595 vsize=13980732 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/26597/task/26608/stat : 26608 (java) R 26595 26595 13977 0 -1 4202560 995 0 0 0 62 0 0 0 20 0 15 0 104316928 14316269568 54185 18446744073709551615 4194304 4196468 140731502752560 139877829709360 139878274322184 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26609] ppid=26595 vsize=13980732 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/26597/task/26609/stat : 26609 (java) S 26595 26595 13977 0 -1 1077944384 1785 0 0 0 42 0 0 0 20 0 15 0 104316928 14316269568 54185 18446744073709551615 4194304 4196468 140731502752560 139877828663280 139878289226370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26610] ppid=26595 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26610/stat : 26610 (java) S 26595 26595 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104316929 14316269568 54185 18446744073709551615 4194304 4196468 140731502752560 139877827610976 139878289225429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
[pid=26597/tid=26611] ppid=26595 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26597/task/26611/stat : 26611 (java) S 26595 26595 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104316933 14316269568 54185 18446744073709551615 4194304 4196468 140731502752560 139877826559024 139878289226370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8507392 140731502760369 140731502760545 140731502760545 140731502763983 0
Current children cumulated CPU time: 3.25 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 218120 KiB

Child status: 0
Real time (s): 1.69102
CPU time (s): 3.51918
CPU user time (s): 3.3948
CPU system time (s): 0.124377
CPU usage (%): 208.109
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 218120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.3948
system time used= 0.124377
maximum resident set size= 218028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15289
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= 1923
involuntary context switches= 14


# summary of solver processes directly reported to runsolver:
#   pid: 26595
#   total CPU time (s): 3.51918
#   total CPU user time (s): 3.3948
#   total CPU system time (s): 0.124377

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033104 second user time and 0.056898 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-19 18:08:26
IDJOB=4282490
IDBENCH=139299
IDSOLVER=2677
FILE ID=node124/4282490-1503159763
RUNJOBID= node124-1503095780-14041
PBS_JOBID= 
Free space on /tmp= 62020 MiB

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

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

MD5SUM BENCH= 0963ecc662fca7fb73f4e82ded789c90
RANDOM SEED=68416162

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31203380 kB
MemAvailable:   31837196 kB
Buffers:          292016 kB
Cached:           634580 kB
SwapCached:            0 kB
Active:           741456 kB
Inactive:         373460 kB
Active(anon):     140528 kB
Inactive(anon):    89140 kB
Active(file):     600928 kB
Inactive(file):   284320 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10832 kB
Writeback:             0 kB
AnonPages:        187260 kB
Mapped:            69668 kB
Shmem:             41704 kB
Slab:             155888 kB
SReclaimable:     128808 kB
SUnreclaim:        27080 kB
KernelStack:        3488 kB
PageTables:         5496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1178620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

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