Trace number 4245629

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
R1: choco-solver 5a (2017-07-05)SAT 10.5936 5.11367

General information on the benchmark

NameRenault/Renault-m1-s1/
Renault.xml
MD5SUM26a43e254d024ece7dd8533c0ccc245d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.464322
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints134
Number of domains14
Minimum domain size2
Maximum domain size42
Distribution of domain sizes[{"size":2,"count":58},{"size":3,"count":16},{"size":4,"count":4},{"size":5,"count":8},{"size":6,"count":3},{"size":7,"count":1},{"size":9,"count":1},{"size":10,"count":2},{"size":11,"count":1},{"size":12,"count":1},{"size":13,"count":1},{"size":25,"count":1},{"size":29,"count":1},{"size":42,"count":1}]
Minimum variable degree0
Maximum variable degree80
Distribution of variable degrees[{"degree":0,"count":2},{"degree":1,"count":49},{"degree":2,"count":14},{"degree":3,"count":17},{"degree":4,"count":3},{"degree":5,"count":4},{"degree":6,"count":2},{"degree":9,"count":1},{"degree":10,"count":1},{"degree":18,"count":1},{"degree":31,"count":1},{"degree":37,"count":1},{"degree":55,"count":2},{"degree":58,"count":1},{"degree":72,"count":1},{"degree":80,"count":1}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":42},{"arity":3,"count":13},{"arity":4,"count":11},{"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 constraints134
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":134}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4245629-1500686286.xml"  -tl '2400s' -p 8 -x 3
0.00/0.19	c [HOME/instance-4245629-1500686286.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.25	c 8 solvers in parallel
0.00/0.31	c parse instance...
9.59/4.68	c solve instance...
10.03/4.77	s SATISFIABLE
10.03/4.77	v <instantiation>
10.03/4.77	v 	<list>x0 x2 x10 x11 x12 x13 x14 x1[0] x1[1] x1[2] x1[3] x1[4] x1[5] x1[6] x1[7] x1[8] x1[9] x1[10] x1[11] x1[12] x1[13] x1[14] x1[15] x1[16] x1[17] x1[18] x1[19] x1[20] x1[21] x1[22] x1[23] x1[24] x1[25] x1[26] x1[27] x1[28] x1[29] x1[30] x1[31] x1[32] x1[33] x1[34] x1[35] x1[36] x1[37] x1[38] x1[39] x1[40] x1[41] x1[42] x1[43] x1[44] x1[45] x1[46] x1[47] x1[48] x1[49] x1[50] x1[51] x1[52] x1[53] x1[54] x1[55] x1[56] x1[57] x3[0] x3[1] x4[0] x4[1] x4[2] x5[0] x5[1] x5[2] x5[3] x5[4] x5[5] x5[6] x5[7] x6[0] x6[1] x6[2] x6[3] x6[4] x6[5] x6[6] x6[7] x6[8] x6[9] x6[10] x6[11] x6[12] x6[13] x6[14] x6[15] x7[0] x9[0] x9[1] x9[2] x9[3] </list>
10.03/4.77	v 	<values>0 0 0 1 9 5 1 1 0 0 0 1 1 1 0 1 0 1 0 0 1 1 1 1 0 0 1 0 0 0 0 0 0 0 0 1 1 1 1 1 0 1 0 1 1 0 1 0 1 0 0 0 1 0 1 1 1 1 1 0 0 0 0 0 0 5 1 3 0 4 1 1 1 1 1 0 3 2 2 2 0 0 0 1 2 0 2 2 1 2 2 0 0 0 5 2 0 0 3 </values>
10.03/4.77	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4245629-1500686286/watcher-4245629-1500686286 -o /tmp/evaluation-result-4245629-1500686286/solver-4245629-1500686286 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7801 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 766370580 HOME/instance-4245629-1500686286.xml 

pid=17097
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 9.22 11.10 12.56 10/275 17100
/proc/meminfo: memFree=31273784/32770624 swapFree=5860/250336
[pid=17100] ppid=17097 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17100/stat : 17100 (xcsp3-exec) S 17097 17100 7411 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3896068 9740288 345 33554432000 4194304 5098028 140724025986560 140724025984664 140386820358780 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25616384 140724025988239 140724025988448 140724025988448 140724025991147 0
/proc/17100/statm: 2378 345 289 221 0 87 0

[startup+0.100141 s]
/proc/loadavg: 9.22 11.10 12.56 10/275 17100
/proc/meminfo: memFree=31273784/32770624 swapFree=5860/250336
[pid=17100] ppid=17097 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17100/stat : 17100 (xcsp3-exec) S 17097 17100 7411 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3896068 9740288 345 33554432000 4194304 5098028 140724025986560 140724025984664 140386820358780 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25616384 140724025988239 140724025988448 140724025988448 140724025991147 0
/proc/17100/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200368 s]
/proc/loadavg: 9.22 11.10 12.56 10/275 17100
/proc/meminfo: memFree=31273784/32770624 swapFree=5860/250336
[pid=17100] ppid=17097 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17100/stat : 17100 (xcsp3-exec) S 17097 17100 7411 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3896068 9740288 345 33554432000 4194304 5098028 140724025986560 140724025984664 140386820358780 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25616384 140724025988239 140724025988448 140724025988448 140724025991147 0
/proc/17100/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300294 s]
/proc/loadavg: 9.22 11.10 12.56 10/275 17100
/proc/meminfo: memFree=31273784/32770624 swapFree=5860/250336
[pid=17100] ppid=17097 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17100/stat : 17100 (xcsp3-exec) S 17097 17100 7411 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3896068 9740288 345 33554432000 4194304 5098028 140724025986560 140724025984664 140386820358780 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25616384 140724025988239 140724025988448 140724025988448 140724025991147 0
/proc/17100/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700176 s]
/proc/loadavg: 9.22 11.10 12.56 10/275 17100
/proc/meminfo: memFree=31273784/32770624 swapFree=5860/250336
[pid=17100] ppid=17097 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17100/stat : 17100 (xcsp3-exec) S 17097 17100 7411 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3896068 9740288 345 33554432000 4194304 5098028 140724025986560 140724025984664 140386820358780 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25616384 140724025988239 140724025988448 140724025988448 140724025991147 0
/proc/17100/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50191 s]
/proc/loadavg: 9.22 11.10 12.56 10/296 17121
/proc/meminfo: memFree=30786548/32770624 swapFree=5860/244416
[pid=17100] ppid=17097 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17100/stat : 17100 (xcsp3-exec) S 17097 17100 7411 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3896068 9740288 345 33554432000 4194304 5098028 140724025986560 140724025984664 140386820358780 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25616384 140724025988239 140724025988448 140724025988448 140724025991147 0
/proc/17100/statm: 2378 345 289 221 0 87 0
[pid=17101] ppid=17100 vsize=13269256 CPUtime=3.81 cores=0,2,4,6,8,10,12,14
/proc/17101/stat : 17101 (java) S 17100 17100 7411 0 -1 1077944320 13642 0 0 0 342 39 0 0 20 0 20 0 3896069 13587718144 92212 33554432000 4194304 4196468 140728834107600 140728834090144 140069979483895 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
/proc/17101/statm: 3317314 92212 3219 1 0 3304547 0
[pid=17101/tid=17102] ppid=17100 vsize=13269256 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17102/stat : 17102 (java) R 17100 17100 7411 0 -1 4202560 6362 0 0 0 135 4 0 0 20 0 20 0 3896069 13587718144 92212 33554432000 4194304 4196468 140728834107600 140069983722200 140069574041881 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17104] ppid=17100 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17104/stat : 17104 (java) S 17100 17100 7411 0 -1 1077944384 37 0 0 0 2 4 0 0 20 0 20 0 3896070 13587718144 92212 33554432000 4194304 4196468 140728834107600 140069897964048 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17105] ppid=17100 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17105/stat : 17105 (java) S 17100 17100 7411 0 -1 1077944384 37 0 0 0 3 3 0 0 20 0 20 0 3896070 13587718144 92212 33554432000 4194304 4196468 140728834107600 140069896911504 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17106] ppid=17100 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17106/stat : 17106 (java) S 17100 17100 7411 0 -1 1077944384 39 0 0 0 2 4 0 0 20 0 20 0 3896070 13587718144 92212 33554432000 4194304 4196468 140728834107600 140069895858448 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17107] ppid=17100 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17107/stat : 17107 (java) S 17100 17100 7411 0 -1 1077944384 37 0 0 0 3 4 0 0 20 0 20 0 3896070 13587718144 92212 33554432000 4194304 4196468 140728834107600 140069894805904 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17108] ppid=17100 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17108/stat : 17108 (java) S 17100 17100 7411 0 -1 1077944384 39 0 0 0 3 3 0 0 20 0 20 0 3896070 13587718144 92212 33554432000 4194304 4196468 140728834107600 140069893753872 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17109] ppid=17100 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17109/stat : 17109 (java) S 17100 17100 7411 0 -1 1077944384 27 0 0 0 2 3 0 0 20 0 20 0 3896070 13587718144 92212 33554432000 4194304 4196468 140728834107600 140069892701328 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17110] ppid=17100 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17110/stat : 17110 (java) S 17100 17100 7411 0 -1 1077944384 38 0 0 0 3 4 0 0 20 0 20 0 3896070 13587718144 92212 33554432000 4194304 4196468 140728834107600 140069891648272 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17111] ppid=17100 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17111/stat : 17111 (java) S 17100 17100 7411 0 -1 1077944384 29 0 0 0 3 3 0 0 20 0 20 0 3896070 13587718144 92212 33554432000 4194304 4196468 140728834107600 140069890595728 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17112] ppid=17100 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17112/stat : 17112 (java) S 17100 17100 7411 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 3896072 13587718144 92212 33554432000 4194304 4196468 140728834107600 140069106317552 140069979495042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17113] ppid=17100 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17113/stat : 17113 (java) S 17100 17100 7411 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3896073 13587718144 92212 33554432000 4194304 4196468 140728834107600 140069105263840 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17114] ppid=17100 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17114/stat : 17114 (java) S 17100 17100 7411 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3896073 13587718144 92212 33554432000 4194304 4196468 140728834107600 140069104210688 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17115] ppid=17100 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17115/stat : 17115 (java) S 17100 17100 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3896077 13587718144 92212 33554432000 4194304 4196468 140728834107600 140069103159248 140069979502491 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17116] ppid=17100 vsize=13269256 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17116/stat : 17116 (java) S 17100 17100 7411 0 -1 1077944384 1151 0 0 0 44 0 0 0 20 0 20 0 3896077 13587718144 92212 33554432000 4194304 4196468 140728834107600 140069102107376 140069979495042 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17117] ppid=17100 vsize=13269256 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17117/stat : 17117 (java) S 17100 17100 7411 0 -1 1077944384 1176 0 0 0 42 0 0 0 20 0 20 0 3896077 13587718144 92212 33554432000 4194304 4196468 140728834107600 140069101054832 140069979495042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17118] ppid=17100 vsize=13269256 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17118/stat : 17118 (java) S 17100 17100 7411 0 -1 1077944384 1311 0 0 0 45 0 0 0 20 0 20 0 3896077 13587718144 92212 33554432000 4194304 4196468 140728834107600 140069100001776 140069979495042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17119] ppid=17100 vsize=13269256 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17119/stat : 17119 (java) S 17100 17100 7411 0 -1 1077944384 1854 0 0 0 47 0 0 0 20 0 20 0 3896077 13587718144 92212 33554432000 4194304 4196468 140728834107600 140069098949232 140069979495042 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17120] ppid=17100 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17120/stat : 17120 (java) S 17100 17100 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3896077 13587718144 92212 33554432000 4194304 4196468 140728834107600 140069097896416 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17121] ppid=17100 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17121/stat : 17121 (java) S 17100 17100 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3896078 13587718144 92212 33554432000 4194304 4196468 140728834107600 140069096843952 140069979495042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 13278768

[startup+3.10091 s]
/proc/loadavg: 9.36 11.10 12.55 13/296 17121
/proc/meminfo: memFree=30394840/32770624 swapFree=5860/245072
[pid=17100] ppid=17097 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17100/stat : 17100 (xcsp3-exec) S 17097 17100 7411 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3896068 9740288 345 33554432000 4194304 5098028 140724025986560 140724025984664 140386820358780 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25616384 140724025988239 140724025988448 140724025988448 140724025991147 0
/proc/17100/statm: 2378 345 289 221 0 87 0
[pid=17101] ppid=17100 vsize=13269256 CPUtime=6.59 cores=0,2,4,6,8,10,12,14
/proc/17101/stat : 17101 (java) S 17100 17100 7411 0 -1 1077944320 15821 0 0 0 578 81 0 0 20 0 20 0 3896069 13587718144 167938 33554432000 4194304 4196468 140728834107600 140728834090144 140069979483895 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
/proc/17101/statm: 3317314 167938 3232 1 0 3304547 0
[pid=17101/tid=17102] ppid=17100 vsize=13269256 CPUtime=2.88 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17102/stat : 17102 (java) R 17100 17100 7411 0 -1 4202560 6530 0 0 0 282 6 0 0 20 0 20 0 3896069 13587718144 167938 33554432000 4194304 4196468 140728834107600 140069983721240 140069574683649 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17104] ppid=17100 vsize=13269256 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17104/stat : 17104 (java) S 17100 17100 7411 0 -1 1077944384 96 0 0 0 7 9 0 0 20 0 20 0 3896070 13587718144 167938 33554432000 4194304 4196468 140728834107600 140069897964048 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17105] ppid=17100 vsize=13269256 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17105/stat : 17105 (java) S 17100 17100 7411 0 -1 1077944384 88 0 0 0 8 8 0 0 20 0 20 0 3896070 13587718144 167938 33554432000 4194304 4196468 140728834107600 140069896911504 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17106] ppid=17100 vsize=13269256 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17106/stat : 17106 (java) S 17100 17100 7411 0 -1 1077944384 343 0 0 0 7 9 0 0 20 0 20 0 3896070 13587718144 167938 33554432000 4194304 4196468 140728834107600 140069895858448 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17107] ppid=17100 vsize=13269256 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17107/stat : 17107 (java) S 17100 17100 7411 0 -1 1077944384 87 0 0 0 8 9 0 0 20 0 20 0 3896070 13587718144 167938 33554432000 4194304 4196468 140728834107600 140069894805904 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17108] ppid=17100 vsize=13269256 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17108/stat : 17108 (java) S 17100 17100 7411 0 -1 1077944384 73 0 0 0 8 8 0 0 20 0 20 0 3896070 13587718144 167938 33554432000 4194304 4196468 140728834107600 140069893753872 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17109] ppid=17100 vsize=13269256 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17109/stat : 17109 (java) S 17100 17100 7411 0 -1 1077944384 98 0 0 0 6 7 0 0 20 0 20 0 3896070 13587718144 167938 33554432000 4194304 4196468 140728834107600 140069892701328 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17110] ppid=17100 vsize=13269256 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17110/stat : 17110 (java) S 17100 17100 7411 0 -1 1077944384 101 0 0 0 7 10 0 0 20 0 20 0 3896070 13587718144 167938 33554432000 4194304 4196468 140728834107600 140069891648272 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17111] ppid=17100 vsize=13269256 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17111/stat : 17111 (java) S 17100 17100 7411 0 -1 1077944384 73 0 0 0 7 8 0 0 20 0 20 0 3896070 13587718144 167938 33554432000 4194304 4196468 140728834107600 140069890595728 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17112] ppid=17100 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17112/stat : 17112 (java) S 17100 17100 7411 0 -1 1077944384 493 0 0 0 0 0 0 0 20 0 20 0 3896072 13587718144 167938 33554432000 4194304 4196468 140728834107600 140069106317552 140069979495042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17113] ppid=17100 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17113/stat : 17113 (java) S 17100 17100 7411 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3896073 13587718144 167938 33554432000 4194304 4196468 140728834107600 140069105263840 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17114] ppid=17100 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17114/stat : 17114 (java) S 17100 17100 7411 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3896073 13587718144 167938 33554432000 4194304 4196468 140728834107600 140069104210688 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17115] ppid=17100 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17115/stat : 17115 (java) S 17100 17100 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3896077 13587718144 167938 33554432000 4194304 4196468 140728834107600 140069103159248 140069979502491 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17116] ppid=17100 vsize=13269256 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17116/stat : 17116 (java) S 17100 17100 7411 0 -1 1077944384 1835 0 0 0 70 0 0 0 20 0 20 0 3896077 13587718144 167938 33554432000 4194304 4196468 140728834107600 140069102107376 140069979495042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17117] ppid=17100 vsize=13269256 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17117/stat : 17117 (java) S 17100 17100 7411 0 -1 1077944384 1206 0 0 0 47 0 0 0 20 0 20 0 3896077 13587718144 167938 33554432000 4194304 4196468 140728834107600 140069101054832 140069979495042 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17118] ppid=17100 vsize=13269256 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17118/stat : 17118 (java) S 17100 17100 7411 0 -1 1077944384 1343 0 0 0 53 0 0 0 20 0 20 0 3896077 13587718144 167938 33554432000 4194304 4196468 140728834107600 140069100001776 140069979495042 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17119] ppid=17100 vsize=13269256 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17119/stat : 17119 (java) S 17100 17100 7411 0 -1 1077944384 2159 0 0 0 61 0 0 0 20 0 20 0 3896077 13587718144 167938 33554432000 4194304 4196468 140728834107600 140069098949232 140069979495042 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17120] ppid=17100 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17120/stat : 17120 (java) S 17100 17100 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3896077 13587718144 167938 33554432000 4194304 4196468 140728834107600 140069097896416 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17121] ppid=17100 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17121/stat : 17121 (java) S 17100 17100 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3896078 13587718144 167938 33554432000 4194304 4196468 140728834107600 140069096843952 140069979495042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
Current children cumulated CPU time (s) 6.59
Current children cumulated vsize (KiB) 13278768

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 17101 sig 9
??? kill 17100 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20122 s]
/proc/loadavg: 9.36 11.10 12.55 13/296 17121
/proc/meminfo: memFree=30394840/32770624 swapFree=5860/245072
[pid=17100] ppid=17097 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17100/stat : 17100 (xcsp3-exec) S 17097 17100 7411 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3896068 9740288 345 33554432000 4194304 5098028 140724025986560 140724025984664 140386820358780 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25616384 140724025988239 140724025988448 140724025988448 140724025991147 0
/proc/17100/statm: 2378 345 289 221 0 87 0
[pid=17101] ppid=17100 vsize=13269256 CPUtime=6.99 cores=0,2,4,6,8,10,12,14
/proc/17101/stat : 17101 (java) S 17100 17100 7411 0 -1 1077944320 15981 0 0 0 599 100 0 0 20 0 20 0 3896069 13587718144 177154 33554432000 4194304 4196468 140728834107600 140728834090144 140069979483895 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
/proc/17101/statm: 3317314 177154 3232 1 0 3304547 0
[pid=17101/tid=17102] ppid=17100 vsize=13269256 CPUtime=2.94 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17102/stat : 17102 (java) S 17100 17100 7411 0 -1 1077944384 6530 0 0 0 288 6 0 0 20 0 20 0 3896069 13587718144 177154 33554432000 4194304 4196468 140728834107600 140069983720560 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17104] ppid=17100 vsize=13269256 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17104/stat : 17104 (java) R 17100 17100 7411 0 -1 4202560 114 0 0 0 8 12 0 0 20 0 20 0 3896070 13587718144 177154 33554432000 4194304 4196468 140728834107600 140069897964248 140069972580755 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17105] ppid=17100 vsize=13269256 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17105/stat : 17105 (java) R 17100 17100 7411 0 -1 4202560 107 0 0 0 9 11 0 0 20 0 20 0 3896070 13587718144 177154 33554432000 4194304 4196468 140728834107600 140069896911704 140069964511778 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17106] ppid=17100 vsize=13269256 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17106/stat : 17106 (java) R 17100 17100 7411 0 -1 4202560 367 0 0 0 10 11 0 0 20 0 20 0 3896070 13587718144 177154 33554432000 4194304 4196468 140728834107600 140069895858648 140069964510808 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17107] ppid=17100 vsize=13269256 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17107/stat : 17107 (java) R 17100 17100 7411 0 -1 4202560 97 0 0 0 9 10 0 0 20 0 20 0 3896070 13587718144 177154 33554432000 4194304 4196468 140728834107600 140069894805792 140069964511751 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17108] ppid=17100 vsize=13269256 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17108/stat : 17108 (java) R 17100 17100 7411 0 -1 4202560 93 0 0 0 9 10 0 0 20 0 20 0 3896070 13587718144 177154 33554432000 4194304 4196468 140728834107600 140069893754072 140069964511769 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17109] ppid=17100 vsize=13269256 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17109/stat : 17109 (java) R 17100 17100 7411 0 -1 4202560 121 0 0 0 8 10 0 0 20 0 20 0 3896070 13587718144 177154 33554432000 4194304 4196468 140728834107600 140069892701528 140069964506016 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17110] ppid=17100 vsize=13269256 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17110/stat : 17110 (java) R 17100 17100 7411 0 -1 4202560 120 0 0 0 9 12 0 0 20 0 20 0 3896070 13587718144 177154 33554432000 4194304 4196468 140728834107600 140069891648472 140069964511018 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17111] ppid=17100 vsize=13269256 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17111/stat : 17111 (java) R 17100 17100 7411 0 -1 4202560 90 0 0 0 8 11 0 0 20 0 20 0 3896070 13587718144 177154 33554432000 4194304 4196468 140728834107600 140069890595928 140069964511760 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17112] ppid=17100 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17112/stat : 17112 (java) S 17100 17100 7411 0 -1 1077944384 493 0 0 0 0 0 0 0 20 0 20 0 3896072 13587718144 177154 33554432000 4194304 4196468 140728834107600 140069106316064 140069979494101 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17113] ppid=17100 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17113/stat : 17113 (java) S 17100 17100 7411 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3896073 13587718144 177154 33554432000 4194304 4196468 140728834107600 140069105263840 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17114] ppid=17100 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17114/stat : 17114 (java) S 17100 17100 7411 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3896073 13587718144 177154 33554432000 4194304 4196468 140728834107600 140069104210688 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17115] ppid=17100 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17115/stat : 17115 (java) S 17100 17100 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3896077 13587718144 177154 33554432000 4194304 4196468 140728834107600 140069103159248 140069979502491 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17116] ppid=17100 vsize=13269256 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17116/stat : 17116 (java) S 17100 17100 7411 0 -1 1077944384 1838 0 0 0 71 0 0 0 20 0 20 0 3896077 13587718144 177154 33554432000 4194304 4196468 140728834107600 140069102107376 140069979495042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17117] ppid=17100 vsize=13269256 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17117/stat : 17117 (java) S 17100 17100 7411 0 -1 1077944384 1208 0 0 0 48 0 0 0 20 0 20 0 3896077 13587718144 177154 33554432000 4194304 4196468 140728834107600 140069101054832 140069979495042 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17118] ppid=17100 vsize=13269256 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17118/stat : 17118 (java) S 17100 17100 7411 0 -1 1077944384 1347 0 0 0 54 0 0 0 20 0 20 0 3896077 13587718144 177154 33554432000 4194304 4196468 140728834107600 140069100001776 140069979495042 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17119] ppid=17100 vsize=13269256 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17119/stat : 17119 (java) S 17100 17100 7411 0 -1 1077944384 2160 0 0 0 61 0 0 0 20 0 20 0 3896077 13587718144 177154 33554432000 4194304 4196468 140728834107600 140069098949232 140069979495042 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17120] ppid=17100 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17120/stat : 17120 (java) S 17100 17100 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3896077 13587718144 177666 33554432000 4194304 4196468 140728834107600 140069097896416 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17121] ppid=17100 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17121/stat : 17121 (java) S 17100 17100 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3896078 13587718144 177666 33554432000 4194304 4196468 140728834107600 140069096843952 140069979495042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 13278768

[startup+4.00088 s]
/proc/loadavg: 9.36 11.10 12.55 11/296 17121
/proc/meminfo: memFree=30066868/32770624 swapFree=5860/245492
[pid=17100] ppid=17097 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17100/stat : 17100 (xcsp3-exec) S 17097 17100 7411 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3896068 9740288 345 33554432000 4194304 5098028 140724025986560 140724025984664 140386820358780 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25616384 140724025988239 140724025988448 140724025988448 140724025991147 0
/proc/17100/statm: 2378 345 289 221 0 87 0
[pid=17101] ppid=17100 vsize=13269256 CPUtime=8.16 cores=0,2,4,6,8,10,12,14
/proc/17101/stat : 17101 (java) S 17100 17100 7411 0 -1 1077944320 16542 0 0 0 702 114 0 0 20 0 20 0 3896069 13587718144 204437 33554432000 4194304 4196468 140728834107600 140728834090144 140069979483895 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
/proc/17101/statm: 3317314 204437 3232 1 0 3304547 0
[pid=17101/tid=17102] ppid=17100 vsize=13269256 CPUtime=3.71 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17102/stat : 17102 (java) R 17100 17100 7411 0 -1 4202560 6701 0 0 0 363 8 0 0 20 0 20 0 3896069 13587718144 204437 33554432000 4194304 4196468 140728834107600 140069983718984 140069575160135 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17104] ppid=17100 vsize=13269256 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17104/stat : 17104 (java) S 17100 17100 7411 0 -1 1077944384 153 0 0 0 10 13 0 0 20 0 20 0 3896070 13587718144 204437 33554432000 4194304 4196468 140728834107600 140069897964048 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17105] ppid=17100 vsize=13269256 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17105/stat : 17105 (java) S 17100 17100 7411 0 -1 1077944384 161 0 0 0 11 13 0 0 20 0 20 0 3896070 13587718144 204437 33554432000 4194304 4196468 140728834107600 140069896911504 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17106] ppid=17100 vsize=13269256 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17106/stat : 17106 (java) S 17100 17100 7411 0 -1 1077944384 377 0 0 0 12 12 0 0 20 0 20 0 3896070 13587718144 204437 33554432000 4194304 4196468 140728834107600 140069895858448 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17107] ppid=17100 vsize=13269256 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17107/stat : 17107 (java) S 17100 17100 7411 0 -1 1077944384 154 0 0 0 11 12 0 0 20 0 20 0 3896070 13587718144 204437 33554432000 4194304 4196468 140728834107600 140069894805904 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17108] ppid=17100 vsize=13269256 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17108/stat : 17108 (java) S 17100 17100 7411 0 -1 1077944384 144 0 0 0 11 12 0 0 20 0 20 0 3896070 13587718144 204437 33554432000 4194304 4196468 140728834107600 140069893753872 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17109] ppid=17100 vsize=13269256 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17109/stat : 17109 (java) S 17100 17100 7411 0 -1 1077944384 172 0 0 0 9 12 0 0 20 0 20 0 3896070 13587718144 204437 33554432000 4194304 4196468 140728834107600 140069892701328 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17110] ppid=17100 vsize=13269256 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17110/stat : 17110 (java) S 17100 17100 7411 0 -1 1077944384 156 0 0 0 10 14 0 0 20 0 20 0 3896070 13587718144 204437 33554432000 4194304 4196468 140728834107600 140069891648272 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17111] ppid=17100 vsize=13269256 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17111/stat : 17111 (java) S 17100 17100 7411 0 -1 1077944384 131 0 0 0 10 12 0 0 20 0 20 0 3896070 13587718144 204437 33554432000 4194304 4196468 140728834107600 140069890595728 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17112] ppid=17100 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17112/stat : 17112 (java) S 17100 17100 7411 0 -1 1077944384 505 0 0 0 1 0 0 0 20 0 20 0 3896072 13587718144 204437 33554432000 4194304 4196468 140728834107600 140069106317552 140069979495042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17113] ppid=17100 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17113/stat : 17113 (java) S 17100 17100 7411 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3896073 13587718144 204437 33554432000 4194304 4196468 140728834107600 140069105263840 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17114] ppid=17100 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17114/stat : 17114 (java) S 17100 17100 7411 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3896073 13587718144 204437 33554432000 4194304 4196468 140728834107600 140069104210688 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17115] ppid=17100 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17115/stat : 17115 (java) S 17100 17100 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3896077 13587718144 204437 33554432000 4194304 4196468 140728834107600 140069103159248 140069979502491 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17116] ppid=17100 vsize=13269256 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17116/stat : 17116 (java) S 17100 17100 7411 0 -1 1077944384 1845 0 0 0 75 0 0 0 20 0 20 0 3896077 13587718144 204437 33554432000 4194304 4196468 140728834107600 140069102107376 140069979495042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17117] ppid=17100 vsize=13269256 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17117/stat : 17117 (java) S 17100 17100 7411 0 -1 1077944384 1218 0 0 0 53 0 0 0 20 0 20 0 3896077 13587718144 204437 33554432000 4194304 4196468 140728834107600 140069101054832 140069979495042 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17118] ppid=17100 vsize=13269256 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17118/stat : 17118 (java) S 17100 17100 7411 0 -1 1077944384 1358 0 0 0 57 0 0 0 20 0 20 0 3896077 13587718144 204437 33554432000 4194304 4196468 140728834107600 140069100001776 140069979495042 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17119] ppid=17100 vsize=13269256 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17119/stat : 17119 (java) S 17100 17100 7411 0 -1 1077944384 2171 0 0 0 62 0 0 0 20 0 20 0 3896077 13587718144 204437 33554432000 4194304 4196468 140728834107600 140069098949232 140069979495042 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17120] ppid=17100 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17120/stat : 17120 (java) S 17100 17100 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3896077 13587718144 204437 33554432000 4194304 4196468 140728834107600 140069097896416 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17121] ppid=17100 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17121/stat : 17121 (java) S 17100 17100 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3896078 13587718144 204437 33554432000 4194304 4196468 140728834107600 140069096843952 140069979495042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 13278768

[startup+4.80119 s]
/proc/loadavg: 9.36 11.10 12.55 13/296 17133
/proc/meminfo: memFree=29651848/32770624 swapFree=5860/250184
[pid=17100] ppid=17097 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17100/stat : 17100 (xcsp3-exec) S 17097 17100 7411 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3896068 9740288 345 33554432000 4194304 5098028 140724025986560 140724025984664 140386820358780 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25616384 140724025988239 140724025988448 140724025988448 140724025991147 0
/proc/17100/statm: 2378 345 289 221 0 87 0
[pid=17101] ppid=17100 vsize=13801768 CPUtime=10.57 cores=0,2,4,6,8,10,12,14
/proc/17101/stat : 17101 (java) S 17100 17100 7411 0 -1 1077944320 18440 0 0 0 877 180 0 0 20 0 18 0 3896069 14133010432 325974 33554432000 4194304 4196468 140728834107600 140728834090144 140069979483895 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
/proc/17101/statm: 3450442 325974 3243 1 0 3437675 0
[pid=17101/tid=17102] ppid=17100 vsize=13801768 CPUtime=4.25 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17102/stat : 17102 (java) D 17100 17100 7411 0 -1 4202560 7011 0 0 0 412 13 0 0 20 0 18 0 3896069 14133010432 325974 33554432000 4194304 4196468 140728834107600 140069983726904 140069972169527 0 0 0 16800975 18446744072100641925 0 0 -1 10 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17104] ppid=17100 vsize=13801768 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17104/stat : 17104 (java) S 17100 17100 7411 0 -1 1077944384 204 0 0 0 17 19 0 0 20 0 18 0 3896070 14133010432 325974 33554432000 4194304 4196468 140728834107600 140069897964048 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17105] ppid=17100 vsize=13801768 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17105/stat : 17105 (java) S 17100 17100 7411 0 -1 1077944384 272 0 0 0 16 20 0 0 20 0 18 0 3896070 14133010432 325974 33554432000 4194304 4196468 140728834107600 140069896911504 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17106] ppid=17100 vsize=13801768 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17106/stat : 17106 (java) S 17100 17100 7411 0 -1 1077944384 475 0 0 0 17 20 0 0 20 0 18 0 3896070 14133010432 325974 33554432000 4194304 4196468 140728834107600 140069895858448 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17107] ppid=17100 vsize=13801768 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17107/stat : 17107 (java) S 17100 17100 7411 0 -1 1077944384 216 0 0 0 17 19 0 0 20 0 18 0 3896070 14133010432 325974 33554432000 4194304 4196468 140728834107600 140069894805904 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17108] ppid=17100 vsize=13801768 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17108/stat : 17108 (java) S 17100 17100 7411 0 -1 1077944384 223 0 0 0 17 19 0 0 20 0 18 0 3896070 14133010432 325974 33554432000 4194304 4196468 140728834107600 140069893753872 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17109] ppid=17100 vsize=13801768 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17109/stat : 17109 (java) S 17100 17100 7411 0 -1 1077944384 254 0 0 0 15 19 0 0 20 0 18 0 3896070 14133010432 325974 33554432000 4194304 4196468 140728834107600 140069892701328 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17110] ppid=17100 vsize=13801768 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17110/stat : 17110 (java) S 17100 17100 7411 0 -1 1077944384 207 0 0 0 17 21 0 0 20 0 18 0 3896070 14133010432 325974 33554432000 4194304 4196468 140728834107600 140069891648272 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17111] ppid=17100 vsize=13801768 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17111/stat : 17111 (java) S 17100 17100 7411 0 -1 1077944384 188 0 0 0 16 20 0 0 20 0 18 0 3896070 14133010432 325974 33554432000 4194304 4196468 140728834107600 140069890595728 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17113] ppid=17100 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17113/stat : 17113 (java) S 17100 17100 7411 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 18 0 3896073 14133010432 325974 33554432000 4194304 4196468 140728834107600 140069105263840 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17114] ppid=17100 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17114/stat : 17114 (java) S 17100 17100 7411 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 18 0 3896073 14133010432 325974 33554432000 4194304 4196468 140728834107600 140069104210688 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17115] ppid=17100 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17115/stat : 17115 (java) S 17100 17100 7411 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 18 0 3896077 14133010432 325974 33554432000 4194304 4196468 140728834107600 140069103158016 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17116] ppid=17100 vsize=13801768 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17116/stat : 17116 (java) S 17100 17100 7411 0 -1 1077944384 1874 0 0 0 93 0 0 0 20 0 18 0 3896077 14133010432 325974 33554432000 4194304 4196468 140728834107600 140069102092448 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17117] ppid=17100 vsize=13801768 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17117/stat : 17117 (java) S 17100 17100 7411 0 -1 1077944384 1244 0 0 0 62 1 0 0 20 0 18 0 3896077 14133010432 325974 33554432000 4194304 4196468 140728834107600 140069101034640 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17118] ppid=17100 vsize=13801768 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17118/stat : 17118 (java) S 17100 17100 7411 0 -1 1077944384 1386 0 0 0 68 0 0 0 20 0 18 0 3896077 14133010432 325974 33554432000 4194304 4196468 140728834107600 140069099982192 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17119] ppid=17100 vsize=13801768 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17119/stat : 17119 (java) S 17100 17100 7411 0 -1 1077944384 2209 0 0 0 67 0 0 0 20 0 18 0 3896077 14133010432 325974 33554432000 4194304 4196468 140728834107600 140069098949232 140069979495042 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
[pid=17101/tid=17120] ppid=17100 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17120/stat : 17120 (java) S 17100 17100 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 3896077 14133010432 325974 33554432000 4194304 4196468 140728834107600 140069097896416 140069979494101 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39657472 140728834114748 140728834114924 140728834114924 140728834117583 0
Current children cumulated CPU time (s) 10.57
Current children cumulated vsize (KiB) 13811280

[startup+5.00044 s]
/proc/loadavg: 9.36 11.10 12.55 13/296 17133
/proc/meminfo: memFree=29651848/32770624 swapFree=5860/250184
[pid=17100] ppid=17097 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17100/stat : 17100 (xcsp3-exec) S 17097 17100 7411 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3896068 9740288 345 33554432000 4194304 5098028 140724025986560 140724025984664 140386820358780 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25616384 140724025988239 140724025988448 140724025988448 140724025991147 0
/proc/17100/statm: 2378 345 289 221 0 87 0
[pid=17101] ppid=17100 vsize=0 CPUtime=10.58 cores=0,2,4,6,8,10,12,14
/proc/17101/stat : 17101 (java) Z 17100 17100 7411 0 -1 4227084 18444 0 0 0 877 181 0 0 20 0 2 0 3896069 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/17101/statm: 0 0 0 0 0 0 0
[pid=17101/tid=17119] ppid=17100 vsize=0 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17119/stat : 17119 (java) D 17100 17100 7411 0 -1 4203588 2209 0 0 0 67 1 0 0 20 0 2 0 3896077 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.58
Current children cumulated vsize (KiB) 9512

[startup+5.1003 s]
/proc/loadavg: 9.36 11.10 12.55 13/296 17133
/proc/meminfo: memFree=29651848/32770624 swapFree=5860/250184
[pid=17100] ppid=17097 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17100/stat : 17100 (xcsp3-exec) S 17097 17100 7411 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3896068 9740288 345 33554432000 4194304 5098028 140724025986560 140724025984664 140386820358780 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25616384 140724025988239 140724025988448 140724025988448 140724025991147 0
/proc/17100/statm: 2378 345 289 221 0 87 0
[pid=17101] ppid=17100 vsize=0 CPUtime=10.58 cores=0,2,4,6,8,10,12,14
/proc/17101/stat : 17101 (java) Z 17100 17100 7411 0 -1 4227084 18444 0 0 0 877 181 0 0 20 0 2 0 3896069 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/17101/statm: 0 0 0 0 0 0 0
[pid=17101/tid=17119] ppid=17100 vsize=0 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/17101/task/17119/stat : 17119 (java) D 17100 17100 7411 0 -1 4203588 2209 0 0 0 67 1 0 0 20 0 2 0 3896077 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.58
Current children cumulated vsize (KiB) 9512

Child status: 0
Real time (s): 5.11367
CPU time (s): 10.5936
CPU user time (s): 8.77694
CPU system time (s): 1.81669
CPU usage (%): 207.163
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.77694
system time used= 1.81669
maximum resident set size= 1304428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18971
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4241
involuntary context switches= 932

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044582 second user time and 0.050951 second system time

The end

Launcher Data

Begin job on node131 at 2017-07-22 03:18:06
IDJOB=4245629
IDBENCH=123006
IDSOLVER=2626
FILE ID=node131/4245629-1500686286
RUNJOBID= node131-1500682620-7801
PBS_JOBID= 20623041
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Renault/Renault-m1-s1/Renault.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245629-1500686286/watcher-4245629-1500686286 -o /tmp/evaluation-result-4245629-1500686286/solver-4245629-1500686286 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7801 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 766370580 HOME/instance-4245629-1500686286.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 26a43e254d024ece7dd8533c0ccc245d
RANDOM SEED=766370580

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

/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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
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	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
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	: 8
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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
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	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
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	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31283036 kB
MemAvailable:   31343884 kB
Buffers:           53784 kB
Cached:           316688 kB
SwapCached:            0 kB
Active:           853660 kB
Inactive:         258892 kB
Active(anon):     744548 kB
Inactive(anon):     8692 kB
Active(file):     109112 kB
Inactive(file):   250200 kB
Unevictable:        5860 kB
Mlocked:            5860 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10880 kB
Writeback:            80 kB
AnonPages:        808600 kB
Mapped:            46128 kB
Shmem:              8876 kB
Slab:              68976 kB
SReclaimable:      34744 kB
SUnreclaim:        34232 kB
KernelStack:        5232 kB
PageTables:         7380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2187320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    690176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 62000 MiB
End job on node131 at 2017-07-22 03:18:12