Trace number 4281995

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)OPT52 3.4523201 1.48549

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-22-06.xml
MD5SUM45b5d4596b79ad434cde41f15586cf53
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark52
Best CPU time to get the best result obtained on this benchmark0.28893301
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size164
Distribution of domain sizes[{"size":1,"count":1},{"size":164,"count":31}]
Minimum variable degree3
Maximum variable degree7
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":5},{"degree":5,"count":8},{"degree":6,"count":11},{"degree":7,"count":7}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":58},{"arity":10,"count":1},{"arity":14,"count":1},{"arity":18,"count":1},{"arity":19,"count":1}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281995-1503133812.xml"  -tl '2520s' -p 1 -x 0
0.08/0.28	c [HOME/instance-4281995-1503133812.xml, -tl, 2520s, -p, 1, -x, 0]
0.26/0.34	c simple solver
0.26/0.41	c parse instance...
0.88/0.62	c solve instance...
0.88/0.68	o 163 
1.16/0.71	o 162 
1.16/0.72	o 161 
1.16/0.74	o 160 
1.16/0.75	o 159 
1.16/0.77	o 158 
1.16/0.79	o 157 
1.48/0.80	o 156 
1.48/0.82	o 155 
1.48/0.87	o 154 
1.78/0.92	o 153 
1.78/0.93	o 152 
1.78/0.96	o 151 
1.78/0.98	o 150 
2.12/1.02	o 149 
2.12/1.07	o 148 
2.43/1.12	o 147 
2.43/1.19	o 146 
2.70/1.22	o 145 
2.70/1.27	o 144 
3.01/1.32	o 56 
3.01/1.34	o 55 
3.01/1.39	o 53 
3.32/1.40	o 52 
3.32/1.40	s OPTIMUM FOUND
3.32/1.40	v <instantiation>
3.32/1.40	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] </list>
3.32/1.40	v 	<values>0 0 0 0 10 20 7 7 11 3 17 11 6 17 30 27 35 23 17 21 23 32 22 10 32 36 36 40 42 39 40 52 </values>
3.32/1.40	v </instantiation>

Verifier Data

OK	52

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281995-1503133812/watcher-4281995-1503133812 -o /tmp/evaluation-result-4281995-1503133812/solver-4281995-1503133812 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503095795-8621 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 574332371 HOME/instance-4281995-1503133812.xml 

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

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


[startup+0.100176 s]*
/proc/loadavg: 1.71 1.89 1.93 3/197 18960
/proc/meminfo: memFree=30619736/32770624 swapFree=67108860/67108860
[pid=18958] ppid=18955 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/18958/stat : 18958 (xcsp3-exec) S 18955 18958 8563 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 115601690 9740288 344 18446744073709551615 4194304 5098028 140729156828240 140729156826344 140233212207740 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 39575552 140729156829561 140729156829765 140729156829765 140729156833259 0
/proc/18958/statm: 2378 344 289 221 0 87 0
[pid=18960] ppid=18958 vsize=13356504 memory=8616 CPUtime=0 cores=0,2,4,6
/proc/18960/stat : 18960 (java) S 18958 18958 8563 0 -1 1077944320 2428 0 0 0 0 0 0 0 20 0 6 0 115601700 13677060096 2154 18446744073709551615 4194304 4196468 140723020726880 140723020709424 140363526192887 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
/proc/18960/statm: 3339126 2154 1203 1 0 3329096 0
[pid=18960/tid=18961] ppid=18958 vsize=13356504 memory=-8713483618642721886 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18961/stat : 18961 (java) R 18958 18958 8563 0 -1 4202560 1231 0 0 0 0 0 0 0 20 0 6 0 115601700 13677060096 2154 18446744073709551615 4194304 4196468 140723020726880 140363530433848 140363512062016 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18962] ppid=18958 vsize=13356504 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18962/stat : 18962 (java) S 18958 18958 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 115601701 13677060096 2220 18446744073709551615 4194304 4196468 140723020726880 140363126017168 140363526203093 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18963] ppid=18958 vsize=13356504 memory=139840905164416 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18963/stat : 18963 (java) S 18958 18958 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 115601701 13677060096 2220 18446744073709551615 4194304 4196468 140723020726880 140363124964368 140363526203093 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18964] ppid=18958 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18964/stat : 18964 (java) S 18958 18958 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 115601701 13677060096 2220 18446744073709551615 4194304 4196468 140723020726880 140363123911568 140363526203093 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18965] ppid=18958 vsize=13356504 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18965/stat : 18965 (java) S 18958 18958 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 115601701 13677060096 2220 18446744073709551615 4194304 4196468 140723020726880 140363122858768 140363526203093 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13366016 KiB
Current children cumulated memory: 9992 KiB

[startup+0.209947 s]*
/proc/loadavg: 1.71 1.89 1.93 3/211 18974
/proc/meminfo: memFree=30608000/32770624 swapFree=67108860/67108860
[pid=18958] ppid=18955 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/18958/stat : 18958 (xcsp3-exec) S 18955 18958 8563 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 115601690 9740288 344 18446744073709551615 4194304 5098028 140729156828240 140729156826344 140233212207740 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 39575552 140729156829561 140729156829765 140729156829765 140729156833259 0
/proc/18958/statm: 2378 344 289 221 0 87 0
[pid=18960] ppid=18958 vsize=13974352 memory=27292 CPUtime=0.08 cores=0,2,4,6
/proc/18960/stat : 18960 (java) S 18958 18958 8563 0 -1 1077944320 5229 0 0 0 7 1 0 0 20 0 15 0 115601700 14309736448 6823 18446744073709551615 4194304 4196468 140723020726880 140723020709424 140363526192887 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
/proc/18960/statm: 3493588 6823 2726 1 0 3482964 0
[pid=18960/tid=18961] ppid=18958 vsize=13974352 memory=-6871798056524144002 CPUtime=0.06 cores=0,2,4,6
/proc/18960/task/18961/stat : 18961 (java) R 18958 18958 8563 0 -1 4202560 3383 0 0 0 6 0 0 0 20 0 15 0 115601700 14309736448 6823 18446744073709551615 4194304 4196468 140723020726880 140363530418576 140363510236517 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18962] ppid=18958 vsize=13974352 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18962/stat : 18962 (java) S 18958 18958 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601701 14309736448 6823 18446744073709551615 4194304 4196468 140723020726880 140363126017168 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18963] ppid=18958 vsize=13974352 memory=139840905164416 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18963/stat : 18963 (java) S 18958 18958 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601701 14309736448 6823 18446744073709551615 4194304 4196468 140723020726880 140363124964368 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18964] ppid=18958 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18964/stat : 18964 (java) S 18958 18958 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601701 14309736448 6823 18446744073709551615 4194304 4196468 140723020726880 140363123911568 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18965] ppid=18958 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18965/stat : 18965 (java) S 18958 18958 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601701 14309736448 6823 18446744073709551615 4194304 4196468 140723020726880 140363122858768 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18966] ppid=18958 vsize=13974352 memory=139840905164416 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18966/stat : 18966 (java) S 18958 18958 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601702 14309736448 6823 18446744073709551615 4194304 4196468 140723020726880 140363004828016 140363526204034 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18967] ppid=18958 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18967/stat : 18967 (java) S 18958 18958 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115601703 14309736448 6823 18446744073709551615 4194304 4196468 140723020726880 140363003773984 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18968] ppid=18958 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18968/stat : 18968 (java) S 18958 18958 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115601703 14309736448 6823 18446744073709551615 4194304 4196468 140723020726880 140363002721136 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18969] ppid=18958 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18969/stat : 18969 (java) S 18958 18958 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115601705 14309736448 6823 18446744073709551615 4194304 4196468 140723020726880 140363001669456 140363526211483 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18970] ppid=18958 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18970/stat : 18970 (java) S 18958 18958 8563 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 115601705 14309736448 6823 18446744073709551615 4194304 4196468 140723020726880 140363000617840 140363526204034 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18971] ppid=18958 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18971/stat : 18971 (java) S 18958 18958 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115601705 14309736448 6823 18446744073709551615 4194304 4196468 140723020726880 140362999565040 140363526204034 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18972] ppid=18958 vsize=13974352 memory=139840905164416 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18972/stat : 18972 (java) S 18958 18958 8563 0 -1 1077944384 236 0 0 0 0 0 0 0 20 0 15 0 115601705 14309736448 6823 18446744073709551615 4194304 4196468 140723020726880 140362998512240 140363526204034 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18973] ppid=18958 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18973/stat : 18973 (java) S 18958 18958 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115601706 14309736448 6823 18446744073709551615 4194304 4196468 140723020726880 140362997459680 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18974] ppid=18958 vsize=13974352 memory=139840905164416 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18974/stat : 18974 (java) S 18958 18958 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601710 14309736448 6823 18446744073709551615 4194304 4196468 140723020726880 140362996406960 140363526204034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28668 KiB

[startup+0.310143 s]*
/proc/loadavg: 1.71 1.89 1.93 4/211 18974
/proc/meminfo: memFree=30593256/32770624 swapFree=67108860/67108860
[pid=18958] ppid=18955 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/18958/stat : 18958 (xcsp3-exec) S 18955 18958 8563 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 115601690 9740288 344 18446744073709551615 4194304 5098028 140729156828240 140729156826344 140233212207740 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 39575552 140729156829561 140729156829765 140729156829765 140729156833259 0
/proc/18958/statm: 2378 344 289 221 0 87 0
[pid=18960] ppid=18958 vsize=13974352 memory=36580 CPUtime=0.26 cores=0,2,4,6
/proc/18960/stat : 18960 (java) S 18958 18958 8563 0 -1 1077944320 8853 0 0 0 24 2 0 0 20 0 15 0 115601700 14309736448 9145 18446744073709551615 4194304 4196468 140723020726880 140723020709424 140363526192887 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
/proc/18960/statm: 3493588 9145 2970 1 0 3482964 0
[pid=18960/tid=18961] ppid=18958 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/18960/task/18961/stat : 18961 (java) R 18958 18958 8563 0 -1 4202560 6118 0 0 0 15 1 0 0 20 0 15 0 115601700 14309736448 9210 18446744073709551615 4194304 4196468 140723020726880 140363530415264 140363510273374 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18962] ppid=18958 vsize=13974352 memory=139840905175009 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18962/stat : 18962 (java) S 18958 18958 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601701 14309736448 9210 18446744073709551615 4194304 4196468 140723020726880 140363126017168 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18963] ppid=18958 vsize=13974352 memory=7811022234388425329 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18963/stat : 18963 (java) S 18958 18958 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601701 14309736448 9210 18446744073709551615 4194304 4196468 140723020726880 140363124964368 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18964] ppid=18958 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18964/stat : 18964 (java) S 18958 18958 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601701 14309736448 9210 18446744073709551615 4194304 4196468 140723020726880 140363123911568 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18965] ppid=18958 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18965/stat : 18965 (java) S 18958 18958 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601701 14309736448 9210 18446744073709551615 4194304 4196468 140723020726880 140363122858768 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18966] ppid=18958 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18966/stat : 18966 (java) S 18958 18958 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601702 14309736448 9210 18446744073709551615 4194304 4196468 140723020726880 140363004828016 140363526204034 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18967] ppid=18958 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18967/stat : 18967 (java) S 18958 18958 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115601703 14309736448 9210 18446744073709551615 4194304 4196468 140723020726880 140363003773984 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18968] ppid=18958 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18968/stat : 18968 (java) S 18958 18958 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115601703 14309736448 9210 18446744073709551615 4194304 4196468 140723020726880 140363002721136 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18969] ppid=18958 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18969/stat : 18969 (java) S 18958 18958 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115601705 14309736448 9210 18446744073709551615 4194304 4196468 140723020726880 140363001669456 140363526211483 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18970] ppid=18958 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/18960/task/18970/stat : 18970 (java) S 18958 18958 8563 0 -1 1077944384 519 0 0 0 1 0 0 0 20 0 15 0 115601705 14309736448 9210 18446744073709551615 4194304 4196468 140723020726880 140363000617840 140363526204034 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18971] ppid=18958 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/18960/task/18971/stat : 18971 (java) R 18958 18958 8563 0 -1 4202560 198 0 0 0 1 0 0 0 20 0 15 0 115601705 14309736448 9210 18446744073709551615 4194304 4196468 140723020726880 140362999565040 140363510093754 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18972] ppid=18958 vsize=13974352 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/18960/task/18972/stat : 18972 (java) S 18958 18958 8563 0 -1 1077944384 720 0 0 0 5 0 0 0 20 0 15 0 115601705 14309736448 9210 18446744073709551615 4194304 4196468 140723020726880 140362998512240 140363526204034 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18973] ppid=18958 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18973/stat : 18973 (java) S 18958 18958 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115601706 14309736448 9210 18446744073709551615 4194304 4196468 140723020726880 140362997459680 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18974] ppid=18958 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18974/stat : 18974 (java) S 18958 18958 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601710 14309736448 9210 18446744073709551615 4194304 4196468 140723020726880 140362996406960 140363526204034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 37956 KiB

[startup+0.700759 s]
/proc/loadavg: 1.71 1.89 1.93 4/211 18974
/proc/meminfo: memFree=30581588/32770624 swapFree=67108860/67108860
[pid=18958] ppid=18955 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/18958/stat : 18958 (xcsp3-exec) S 18955 18958 8563 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 115601690 9740288 344 18446744073709551615 4194304 5098028 140729156828240 140729156826344 140233212207740 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 39575552 140729156829561 140729156829765 140729156829765 140729156833259 0
/proc/18958/statm: 2378 344 289 221 0 87 0
[pid=18960] ppid=18958 vsize=13980732 memory=62612 CPUtime=1.16 cores=0,2,4,6
/proc/18960/stat : 18960 (java) S 18958 18958 8563 0 -1 1077944320 13627 0 0 0 112 4 0 0 20 0 15 0 115601700 14316269568 15653 18446744073709551615 4194304 4196468 140723020726880 140723020709424 140363526192887 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
/proc/18960/statm: 3495183 15653 3171 1 0 3483476 0
[pid=18960/tid=18961] ppid=18958 vsize=13980732 memory=7886766292050720565 CPUtime=0.54 cores=0,2,4,6
/proc/18960/task/18961/stat : 18961 (java) R 18958 18958 8563 0 -1 4202560 8953 0 0 0 51 3 0 0 20 0 15 0 115601700 14316269568 15653 18446744073709551615 4194304 4196468 140723020726880 140363530427792 140363170684811 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18962] ppid=18958 vsize=13980732 memory=6003668156883685970 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18962/stat : 18962 (java) S 18958 18958 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601701 14316269568 15653 18446744073709551615 4194304 4196468 140723020726880 140363126017168 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18963] ppid=18958 vsize=13980732 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18963/stat : 18963 (java) S 18958 18958 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601701 14316269568 15653 18446744073709551615 4194304 4196468 140723020726880 140363124964368 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18964] ppid=18958 vsize=13980732 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18964/stat : 18964 (java) S 18958 18958 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601701 14316269568 15653 18446744073709551615 4194304 4196468 140723020726880 140363123911568 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18965] ppid=18958 vsize=13980732 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18965/stat : 18965 (java) S 18958 18958 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601701 14316269568 15653 18446744073709551615 4194304 4196468 140723020726880 140363122858768 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18966] ppid=18958 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18966/stat : 18966 (java) S 18958 18958 8563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 115601702 14316269568 15653 18446744073709551615 4194304 4196468 140723020726880 140363004828016 140363526204034 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18967] ppid=18958 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18967/stat : 18967 (java) S 18958 18958 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115601703 14316269568 15653 18446744073709551615 4194304 4196468 140723020726880 140363003773984 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18968] ppid=18958 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18968/stat : 18968 (java) S 18958 18958 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115601703 14316269568 15653 18446744073709551615 4194304 4196468 140723020726880 140363002721136 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18969] ppid=18958 vsize=13980732 memory=30305 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18969/stat : 18969 (java) S 18958 18958 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115601705 14316269568 15653 18446744073709551615 4194304 4196468 140723020726880 140363001669456 140363526211483 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18970] ppid=18958 vsize=13980732 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/18960/task/18970/stat : 18970 (java) R 18958 18958 8563 0 -1 4202560 1243 0 0 0 16 0 0 0 20 0 15 0 115601705 14316269568 15653 18446744073709551615 4194304 4196468 140723020726880 140363000617840 140363511300471 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18971] ppid=18958 vsize=13980732 memory=-2893623298589923098 CPUtime=0.15 cores=0,2,4,6
/proc/18960/task/18971/stat : 18971 (java) R 18958 18958 8563 0 -1 4202560 717 0 0 0 15 0 0 0 20 0 15 0 115601705 14316269568 15653 18446744073709551615 4194304 4196468 140723020726880 140362999552352 140363506753648 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18972] ppid=18958 vsize=13980732 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/18960/task/18972/stat : 18972 (java) S 18958 18958 8563 0 -1 1077944384 1406 0 0 0 27 0 0 0 20 0 15 0 115601705 14316269568 15653 18446744073709551615 4194304 4196468 140723020726880 140362998512240 140363526204034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18973] ppid=18958 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18973/stat : 18973 (java) S 18958 18958 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115601706 14316269568 15653 18446744073709551615 4194304 4196468 140723020726880 140362997459680 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18974] ppid=18958 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18974/stat : 18974 (java) S 18958 18958 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601710 14316269568 15653 18446744073709551615 4194304 4196468 140723020726880 140362996406960 140363526204034 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 63988 KiB

[startup+1.48544 s]
# the end of solver process 18958 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.37709 s, system=0.07523 s

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

[startup+0.800904 s]
/proc/loadavg: 1.71 1.89 1.93 4/211 18974
/proc/meminfo: memFree=30581588/32770624 swapFree=67108860/67108860
[pid=18958] ppid=18955 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/18958/stat : 18958 (xcsp3-exec) S 18955 18958 8563 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 115601690 9740288 344 18446744073709551615 4194304 5098028 140729156828240 140729156826344 140233212207740 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 39575552 140729156829561 140729156829765 140729156829765 140729156833259 0
/proc/18958/statm: 2378 344 289 221 0 87 0
[pid=18960] ppid=18958 vsize=13980732 memory=66824 CPUtime=1.48 cores=0,2,4,6
/proc/18960/stat : 18960 (java) S 18958 18958 8563 0 -1 1077944320 14725 0 0 0 143 5 0 0 20 0 15 0 115601700 14316269568 16706 18446744073709551615 4194304 4196468 140723020726880 140723020709424 140363526192887 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
/proc/18960/statm: 3495183 16706 3186 1 0 3483476 0
[pid=18960/tid=18961] ppid=18958 vsize=13980732 memory=279681559498736 CPUtime=0.64 cores=0,2,4,6
/proc/18960/task/18961/stat : 18961 (java) R 18958 18958 8563 0 -1 4202560 8953 0 0 0 61 3 0 0 20 0 15 0 115601700 14316269568 16706 18446744073709551615 4194304 4196468 140723020726880 140363530428440 140363170927388 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18962] ppid=18958 vsize=13980732 memory=-7249806322133643294 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18962/stat : 18962 (java) S 18958 18958 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601701 14316269568 16706 18446744073709551615 4194304 4196468 140723020726880 140363126017168 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18963] ppid=18958 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18963/stat : 18963 (java) S 18958 18958 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601701 14316269568 16706 18446744073709551615 4194304 4196468 140723020726880 140363124964368 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18964] ppid=18958 vsize=13980732 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18964/stat : 18964 (java) S 18958 18958 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601701 14316269568 16706 18446744073709551615 4194304 4196468 140723020726880 140363123911568 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18965] ppid=18958 vsize=13980732 memory=3208 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18965/stat : 18965 (java) S 18958 18958 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601701 14316269568 16706 18446744073709551615 4194304 4196468 140723020726880 140363122858768 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18966] ppid=18958 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18966/stat : 18966 (java) S 18958 18958 8563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 115601702 14316269568 16706 18446744073709551615 4194304 4196468 140723020726880 140363004828016 140363526204034 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18967] ppid=18958 vsize=13980732 memory=215628 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18967/stat : 18967 (java) S 18958 18958 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115601703 14316269568 16706 18446744073709551615 4194304 4196468 140723020726880 140363003773984 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18968] ppid=18958 vsize=13980732 memory=4068 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18968/stat : 18968 (java) S 18958 18958 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115601703 14316269568 16706 18446744073709551615 4194304 4196468 140723020726880 140363002721136 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18969] ppid=18958 vsize=13980732 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18969/stat : 18969 (java) S 18958 18958 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115601705 14316269568 16706 18446744073709551615 4194304 4196468 140723020726880 140363001669456 140363526211483 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18970] ppid=18958 vsize=13980732 memory=2364 CPUtime=0.26 cores=0,2,4,6
/proc/18960/task/18970/stat : 18970 (java) R 18958 18958 8563 0 -1 4202560 1556 0 0 0 26 0 0 0 20 0 15 0 115601705 14316269568 16706 18446744073709551615 4194304 4196468 140723020726880 140363000617840 140363509580303 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18971] ppid=18958 vsize=13980732 memory=1376 CPUtime=0.24 cores=0,2,4,6
/proc/18960/task/18971/stat : 18971 (java) R 18958 18958 8563 0 -1 4202560 1344 0 0 0 24 0 0 0 20 0 15 0 115601705 14316269568 16706 18446744073709551615 4194304 4196468 140723020726880 140362999565168 140363507738394 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18972] ppid=18958 vsize=13980732 memory=51668 CPUtime=0.29 cores=0,2,4,6
/proc/18960/task/18972/stat : 18972 (java) S 18958 18958 8563 0 -1 1077944384 1563 0 0 0 29 0 0 0 20 0 15 0 115601705 14316269568 16706 18446744073709551615 4194304 4196468 140723020726880 140362998512240 140363526204034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18973] ppid=18958 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18973/stat : 18973 (java) S 18958 18958 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115601706 14316269568 16706 18446744073709551615 4194304 4196468 140723020726880 140362997459680 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18974] ppid=18958 vsize=13980732 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18974/stat : 18974 (java) S 18958 18958 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601710 14316269568 16706 18446744073709551615 4194304 4196468 140723020726880 140362996406960 140363526204034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 68200 KiB

[startup+1.20076 s]
/proc/loadavg: 1.71 1.89 1.93 5/211 18974
/proc/meminfo: memFree=30560876/32770624 swapFree=67108860/67108860
[pid=18958] ppid=18955 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/18958/stat : 18958 (xcsp3-exec) S 18955 18958 8563 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 115601690 9740288 344 18446744073709551615 4194304 5098028 140729156828240 140729156826344 140233212207740 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 39575552 140729156829561 140729156829765 140729156829765 140729156833259 0
/proc/18958/statm: 2378 344 289 221 0 87 0
[pid=18960] ppid=18958 vsize=13980732 memory=82224 CPUtime=2.7 cores=0,2,4,6
/proc/18960/stat : 18960 (java) S 18958 18958 8563 0 -1 1077944320 22841 0 0 0 265 5 0 0 20 0 15 0 115601700 14316269568 20556 18446744073709551615 4194304 4196468 140723020726880 140723020709424 140363526192887 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
/proc/18960/statm: 3495183 20556 3193 1 0 3483476 0
[pid=18960/tid=18961] ppid=18958 vsize=13980732 memory=1399096207214678387 CPUtime=1.04 cores=0,2,4,6
/proc/18960/task/18961/stat : 18961 (java) R 18958 18958 8563 0 -1 4202560 9304 0 0 0 101 3 0 0 20 0 15 0 115601700 14316269568 20556 18446744073709551615 4194304 4196468 140723020726880 140363530426640 140363170680276 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18962] ppid=18958 vsize=13980732 memory=-7595754389018297760 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18962/stat : 18962 (java) S 18958 18958 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601701 14316269568 20556 18446744073709551615 4194304 4196468 140723020726880 140363126017168 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18963] ppid=18958 vsize=13980732 memory=-6876588628788210059 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18963/stat : 18963 (java) S 18958 18958 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601701 14316269568 20556 18446744073709551615 4194304 4196468 140723020726880 140363124964368 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18964] ppid=18958 vsize=13980732 memory=8303054830060986464 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18964/stat : 18964 (java) S 18958 18958 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601701 14316269568 20556 18446744073709551615 4194304 4196468 140723020726880 140363123911568 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18965] ppid=18958 vsize=13980732 memory=6296990320530643045 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18965/stat : 18965 (java) S 18958 18958 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601701 14316269568 20556 18446744073709551615 4194304 4196468 140723020726880 140363122858768 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18966] ppid=18958 vsize=13980732 memory=7590373460596647761 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18966/stat : 18966 (java) S 18958 18958 8563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 115601702 14316269568 20556 18446744073709551615 4194304 4196468 140723020726880 140363004828016 140363526204034 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18967] ppid=18958 vsize=13980732 memory=7810483559254813294 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18967/stat : 18967 (java) S 18958 18958 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115601703 14316269568 20556 18446744073709551615 4194304 4196468 140723020726880 140363003773984 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18968] ppid=18958 vsize=13980732 memory=7230921007607278949 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18968/stat : 18968 (java) S 18958 18958 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115601703 14316269568 20556 18446744073709551615 4194304 4196468 140723020726880 140363002721136 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18969] ppid=18958 vsize=13980732 memory=7739263797504926051 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18969/stat : 18969 (java) S 18958 18958 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115601705 14316269568 20556 18446744073709551615 4194304 4196468 140723020726880 140363001669456 140363526211483 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18970] ppid=18958 vsize=13980732 memory=279681559734496 CPUtime=0.66 cores=0,2,4,6
/proc/18960/task/18970/stat : 18970 (java) R 18958 18958 8563 0 -1 4202560 4076 0 0 0 66 0 0 0 20 0 15 0 115601705 14316269568 20556 18446744073709551615 4194304 4196468 140723020726880 140363000602408 140363511300688 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18971] ppid=18958 vsize=13980732 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/18960/task/18971/stat : 18971 (java) R 18958 18958 8563 0 -1 4202560 6270 0 0 0 64 0 0 0 20 0 15 0 115601705 14316269568 20556 18446744073709551615 4194304 4196468 140723020726880 140362999543920 140363519289723 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18972] ppid=18958 vsize=13980732 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/18960/task/18972/stat : 18972 (java) S 18958 18958 8563 0 -1 1077944384 1881 0 0 0 32 0 0 0 20 0 15 0 115601705 14316269568 20556 18446744073709551615 4194304 4196468 140723020726880 140362998512240 140363526204034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18973] ppid=18958 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18973/stat : 18973 (java) S 18958 18958 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115601706 14316269568 20556 18446744073709551615 4194304 4196468 140723020726880 140362997459680 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18974] ppid=18958 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18974/stat : 18974 (java) S 18958 18958 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115601710 14316269568 20556 18446744073709551615 4194304 4196468 140723020726880 140362996406960 140363526204034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 83600 KiB

[startup+1.40072 s]
/proc/loadavg: 1.71 1.89 1.93 5/211 18974
/proc/meminfo: memFree=30560876/32770624 swapFree=67108860/67108860
[pid=18958] ppid=18955 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/18958/stat : 18958 (xcsp3-exec) S 18955 18958 8563 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 115601690 9740288 344 18446744073709551615 4194304 5098028 140729156828240 140729156826344 140233212207740 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 39575552 140729156829561 140729156829765 140729156829765 140729156833259 0
/proc/18958/statm: 2378 344 289 221 0 87 0
[pid=18960] ppid=18958 vsize=13983688 memory=106760 CPUtime=3.32 cores=0,2,4,6
/proc/18960/stat : 18960 (java) S 18958 18958 8563 0 -1 1077944320 30624 0 0 0 326 6 0 0 20 0 15 0 115601700 14319296512 26690 18446744073709551615 4194304 4196468 140723020726880 140723020709424 140363526192887 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
/proc/18960/statm: 3495922 26690 3194 1 0 3484215 0
[pid=18960/tid=18961] ppid=18958 vsize=13983688 memory=6452091051938113594 CPUtime=1.24 cores=0,2,4,6
/proc/18960/task/18961/stat : 18961 (java) R 18958 18958 8563 0 -1 4202560 9321 0 0 0 121 3 0 0 20 0 15 0 115601700 14319296512 26690 18446744073709551615 4194304 4196468 140723020726880 140363530426640 140363167845246 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18962] ppid=18958 vsize=13983688 memory=2320541500505670499 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18962/stat : 18962 (java) S 18958 18958 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 115601701 14319296512 26690 18446744073709551615 4194304 4196468 140723020726880 140363126017168 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18963] ppid=18958 vsize=13983688 memory=5859271421084456296 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18963/stat : 18963 (java) S 18958 18958 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601701 14319296512 26690 18446744073709551615 4194304 4196468 140723020726880 140363124964368 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18964] ppid=18958 vsize=13983688 memory=7308609290769295189 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18964/stat : 18964 (java) S 18958 18958 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601701 14319296512 26690 18446744073709551615 4194304 4196468 140723020726880 140363123911568 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18965] ppid=18958 vsize=13983688 memory=6296990320530643045 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18965/stat : 18965 (java) S 18958 18958 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 115601701 14319296512 26690 18446744073709551615 4194304 4196468 140723020726880 140363122858768 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18966] ppid=18958 vsize=13983688 memory=301741373374332954 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18966/stat : 18966 (java) S 18958 18958 8563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 115601702 14319296512 26690 18446744073709551615 4194304 4196468 140723020726880 140363004828016 140363526204034 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18967] ppid=18958 vsize=13983688 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18967/stat : 18967 (java) S 18958 18958 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 115601703 14319296512 26690 18446744073709551615 4194304 4196468 140723020726880 140363003773984 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18968] ppid=18958 vsize=13983688 memory=15536310592997909 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18968/stat : 18968 (java) S 18958 18958 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 115601703 14319296512 26690 18446744073709551615 4194304 4196468 140723020726880 140363002721136 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18969] ppid=18958 vsize=13983688 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18969/stat : 18969 (java) S 18958 18958 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115601705 14319296512 26690 18446744073709551615 4194304 4196468 140723020726880 140363001669456 140363526211483 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18970] ppid=18958 vsize=13983688 memory=0 CPUtime=0.87 cores=0,2,4,6
/proc/18960/task/18970/stat : 18970 (java) R 18958 18958 8563 0 -1 4202560 6578 0 0 0 86 1 0 0 20 0 15 0 115601705 14319296512 26690 18446744073709551615 4194304 4196468 140723020726880 140363000603864 140363509581125 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18971] ppid=18958 vsize=13983688 memory=0 CPUtime=0.85 cores=0,2,4,6
/proc/18960/task/18971/stat : 18971 (java) R 18958 18958 8563 0 -1 4202560 11224 0 0 0 84 1 0 0 20 0 15 0 115601705 14319296512 26690 18446744073709551615 4194304 4196468 140723020726880 140362999549704 140363507737848 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18972] ppid=18958 vsize=13983688 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/18960/task/18972/stat : 18972 (java) S 18958 18958 8563 0 -1 1077944384 2191 0 0 0 33 0 0 0 20 0 15 0 115601705 14319296512 26690 18446744073709551615 4194304 4196468 140723020726880 140362998512240 140363526204034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18973] ppid=18958 vsize=13983688 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18973/stat : 18973 (java) S 18958 18958 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115601706 14319296512 26690 18446744073709551615 4194304 4196468 140723020726880 140362997459680 140363526203093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
[pid=18960/tid=18974] ppid=18958 vsize=13983688 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18960/task/18974/stat : 18974 (java) S 18958 18958 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 115601710 14319296512 26690 18446744073709551615 4194304 4196468 140723020726880 140362996406960 140363526204034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22368256 140723020730801 140723020730977 140723020730977 140723020734415 0
Current children cumulated CPU time: 3.32 s
Current children cumulated vsize: 13993200 KiB
Current children cumulated memory: 108136 KiB

Child status: 0
Real time (s): 1.48549
CPU time (s): 3.45232
CPU user time (s): 3.37709
CPU system time (s): 0.07523
CPU usage (%): 232.404
Max. virtual memory (cumulated for all children) (KiB): 13993200
Max. memory (cumulated for all children) (KiB): 108136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.37709
system time used= 0.07523
maximum resident set size= 117520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33904
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= 1857
involuntary context switches= 14


# summary of solver processes directly reported to runsolver:
#   pid: 18958
#   total CPU time (s): 3.45232
#   total CPU user time (s): 3.37709
#   total CPU system time (s): 0.07523

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033082 second user time and 0.05548 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-19 10:56:04
IDJOB=4281995
IDBENCH=130169
IDSOLVER=2677
FILE ID=node125/4281995-1503133812
RUNJOBID= node125-1503095795-8621
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-22-06.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-4281995-1503133812/watcher-4281995-1503133812 -o /tmp/evaluation-result-4281995-1503133812/solver-4281995-1503133812 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503095795-8621 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 574332371 HOME/instance-4281995-1503133812.xml

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

MD5SUM BENCH= 45b5d4596b79ad434cde41f15586cf53
RANDOM SEED=574332371

node125.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.07
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.07
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.07
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.07
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:        30620020 kB
MemAvailable:   31768072 kB
Buffers:          325080 kB
Cached:          1130432 kB
SwapCached:            0 kB
Active:          1036988 kB
Inactive:         674496 kB
Active(anon):     256528 kB
Inactive(anon):    49484 kB
Active(file):     780460 kB
Inactive(file):   625012 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7912 kB
Writeback:             0 kB
AnonPages:        255612 kB
Mapped:            73252 kB
Shmem:             49828 kB
Slab:             143092 kB
SReclaimable:     116828 kB
SUnreclaim:        26264 kB
KernelStack:        3440 kB
PageTables:         5472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1254384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    145408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-19 10:56:06