Trace number 4283472

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 5a (2017-08-18)OPT86 2.2212901 1.0498199

General information on the benchmark

NameRcpsp/Rcpsp-m1-j90/
Rcpsp-j90-07-04.xml
MD5SUM7161a4ea6c9fe1994b00af2c2beb2482
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark86
Best CPU time to get the best result obtained on this benchmark2.1649001
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size472
Distribution of domain sizes[{"size":1,"count":1},{"size":472,"count":91}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":12},{"degree":4,"count":20},{"degree":5,"count":29},{"degree":6,"count":21},{"degree":7,"count":9},{"degree":8,"count":1}]
Minimum constraint arity2
Maximum constraint arity53
Distribution of constraint arities[{"arity":2,"count":138},{"arity":39,"count":1},{"arity":40,"count":1},{"arity":49,"count":1},{"arity":53,"count":1}]
Number of extensional constraints0
Number of intensional constraints138
Distribution of constraint types[{"type":"intension","count":138},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283472-1503209474.xml"  -tl '2520s' -p 1 -x 3
0.10/0.27	c [HOME/instance-4283472-1503209474.xml, -tl, 2520s, -p, 1, -x, 3]
0.29/0.33	c simple solver
0.29/0.39	c parse instance...
0.88/0.66	c solve instance...
2.11/1.02	o 86 
2.11/1.03	s OPTIMUM FOUND
2.11/1.03	v <instantiation>
2.11/1.03	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] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91] </list>
2.11/1.03	v 	<values>0 0 0 0 2 2 3 3 11 16 21 7 5 5 14 5 24 7 24 5 38 32 11 2 22 41 33 30 18 33 4 3 14 5 6 41 32 7 38 12 3 21 9 16 42 33 11 8 12 23 14 15 14 42 18 8 19 16 49 17 31 15 22 52 41 58 44 22 24 62 24 18 58 39 71 16 58 33 51 19 61 19 24 34 46 56 71 56 77 77 62 86 </values>
2.11/1.03	v </instantiation>

Verifier Data

OK	86

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283472-1503209474/watcher-4283472-1503209474 -o /tmp/evaluation-result-4283472-1503209474/solver-4283472-1503209474 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503171558-2271 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 292598128 HOME/instance-4283472-1503209474.xml 

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

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


[startup+0.100112 s]*
/proc/loadavg: 1.93 1.79 1.78 3/202 9115
/proc/meminfo: memFree=31263508/32770624 swapFree=67108860/67108860
[pid=9108] ppid=9105 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9108/stat : 9108 (xcsp3-exec) S 9105 9108 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19354476 9740288 345 18446744073709551615 4194304 5098028 140731435445888 140731435443992 140224534307452 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 7 0 0 7196144 7232144 18116608 140731435450746 140731435450950 140731435450950 140731435454443 0
/proc/9108/statm: 2378 345 289 221 0 87 0
[pid=9110] ppid=9108 vsize=13507920 memory=16216 CPUtime=0.02 cores=1,3,5,7
/proc/9110/stat : 9110 (java) S 9108 9108 18108 0 -1 1077944320 3852 0 0 0 1 1 0 0 20 0 8 0 19354484 13832110080 4054 18446744073709551615 4194304 4196468 140729098800112 140729098782656 140712640401143 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
/proc/9110/statm: 3376980 4054 2049 1 0 3366477 0
[pid=9110/tid=9111] ppid=9108 vsize=13507920 memory=8323069512539357860 CPUtime=0.01 cores=1,3,5,7
/proc/9110/task/9111/stat : 9111 (java) R 9108 9108 18108 0 -1 4202560 2588 0 0 0 1 0 0 0 20 0 8 0 19354485 13832110080 4054 18446744073709551615 4194304 4196468 140729098800112 140712644641200 140712640413078 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9112] ppid=9108 vsize=13507920 memory=3461490316923958921 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9112/stat : 9112 (java) S 9108 9108 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 19354485 13832110080 4054 18446744073709551615 4194304 4196468 140729098800112 140712597367184 140712640411349 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9113] ppid=9108 vsize=13507920 memory=139712294274688 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9113/stat : 9113 (java) S 9108 9108 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 19354485 13832110080 4054 18446744073709551615 4194304 4196468 140729098800112 140712596314384 140712640411349 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9114] ppid=9108 vsize=13507920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9114/stat : 9114 (java) S 9108 9108 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 19354485 13832110080 4054 18446744073709551615 4194304 4196468 140729098800112 140712595262096 140712640411349 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9115] ppid=9108 vsize=13508948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9115/stat : 9115 (java) S 9108 9108 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 19354485 13833162752 4054 18446744073709551615 4194304 4196468 140729098800112 140712594209296 140712640411349 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9116] ppid=9108 vsize=13640020 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9116/stat : 9116 (java) S 9108 9108 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 19354487 13967380480 4054 18446744073709551615 4194304 4196468 140729098800112 140711623375472 140712640412290 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9117] ppid=9108 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9117/stat : 9117 (java) S 9108 9108 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 19354487 13900271616 4055 18446744073709551615 4194304 4196468 140729098800112 140711622321440 140712640411349 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9118] ppid=9108 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9118/stat : 9118 (java) R 9108 9108 18108 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 9 0 19354487 13900271616 4055 18446744073709551615 4194304 4196468 140729098800112 140711621271008 140712272277292 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13517432 KiB
Current children cumulated memory: 17596 KiB

[startup+0.209894 s]*
/proc/loadavg: 1.93 1.79 1.78 5/211 9124
/proc/meminfo: memFree=31254120/32770624 swapFree=67108860/67108860
[pid=9108] ppid=9105 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9108/stat : 9108 (xcsp3-exec) S 9105 9108 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19354476 9740288 345 18446744073709551615 4194304 5098028 140731435445888 140731435443992 140224534307452 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 7 0 0 7196144 7232144 18116608 140731435450746 140731435450950 140731435450950 140731435454443 0
/proc/9108/statm: 2378 345 289 221 0 87 0
[pid=9110] ppid=9108 vsize=13974352 memory=27456 CPUtime=0.1 cores=1,3,5,7
/proc/9110/stat : 9110 (java) S 9108 9108 18108 0 -1 1077944320 5272 0 0 0 8 2 0 0 20 0 15 0 19354484 14309736448 6864 18446744073709551615 4194304 4196468 140729098800112 140729098782656 140712640401143 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
/proc/9110/statm: 3493588 6864 2745 1 0 3482964 0
[pid=9110/tid=9111] ppid=9108 vsize=13974352 memory=8323069512539357860 CPUtime=0.07 cores=1,3,5,7
/proc/9110/task/9111/stat : 9111 (java) R 9108 9108 18108 0 -1 4202560 3418 0 0 0 6 1 0 0 20 0 15 0 19354485 14309736448 6864 18446744073709551615 4194304 4196468 140729098800112 140712644626832 140712624481630 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9112] ppid=9108 vsize=13974352 memory=3461490316923958921 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9112/stat : 9112 (java) S 9108 9108 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19354485 14309736448 6864 18446744073709551615 4194304 4196468 140729098800112 140712597367184 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9113] ppid=9108 vsize=13974352 memory=139712294274688 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9113/stat : 9113 (java) S 9108 9108 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19354485 14309736448 6864 18446744073709551615 4194304 4196468 140729098800112 140712596314384 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9114] ppid=9108 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9114/stat : 9114 (java) S 9108 9108 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19354485 14309736448 6864 18446744073709551615 4194304 4196468 140729098800112 140712595262096 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9115] ppid=9108 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9115/stat : 9115 (java) S 9108 9108 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19354485 14309736448 6864 18446744073709551615 4194304 4196468 140729098800112 140712594209296 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9116] ppid=9108 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9116/stat : 9116 (java) S 9108 9108 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19354487 14309736448 6864 18446744073709551615 4194304 4196468 140729098800112 140711623375472 140712640412290 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9117] ppid=9108 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9117/stat : 9117 (java) S 9108 9108 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19354487 14309736448 6864 18446744073709551615 4194304 4196468 140729098800112 140711622321440 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9118] ppid=9108 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9118/stat : 9118 (java) S 9108 9108 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19354487 14309736448 6864 18446744073709551615 4194304 4196468 140729098800112 140711621269104 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9119] ppid=9108 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9119/stat : 9119 (java) S 9108 9108 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19354490 14309736448 6864 18446744073709551615 4194304 4196468 140729098800112 140711620217424 140712640419739 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9120] ppid=9108 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9120/stat : 9120 (java) S 9108 9108 18108 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 19354490 14309736448 6864 18446744073709551615 4194304 4196468 140729098800112 140711619164272 140712640412290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9121] ppid=9108 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9121/stat : 9121 (java) S 9108 9108 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19354490 14309736448 6864 18446744073709551615 4194304 4196468 140729098800112 140711618111472 140712640412290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9122] ppid=9108 vsize=13974352 memory=139712294274688 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9122/stat : 9122 (java) S 9108 9108 18108 0 -1 1077944384 249 0 0 0 0 0 0 0 20 0 15 0 19354490 14309736448 6864 18446744073709551615 4194304 4196468 140729098800112 140711617059184 140712640412290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9123] ppid=9108 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9123/stat : 9123 (java) S 9108 9108 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19354490 14309736448 6864 18446744073709551615 4194304 4196468 140729098800112 140711616006624 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9124] ppid=9108 vsize=13974352 memory=139712294274688 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9124/stat : 9124 (java) S 9108 9108 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19354495 14309736448 6864 18446744073709551615 4194304 4196468 140729098800112 140711614954416 140712640412290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28836 KiB

[startup+0.310195 s]*
/proc/loadavg: 1.93 1.79 1.78 4/211 9124
/proc/meminfo: memFree=31243176/32770624 swapFree=67108860/67108860
[pid=9108] ppid=9105 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9108/stat : 9108 (xcsp3-exec) S 9105 9108 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19354476 9740288 345 18446744073709551615 4194304 5098028 140731435445888 140731435443992 140224534307452 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 7 0 0 7196144 7232144 18116608 140731435450746 140731435450950 140731435450950 140731435454443 0
/proc/9108/statm: 2378 345 289 221 0 87 0
[pid=9110] ppid=9108 vsize=13974352 memory=38972 CPUtime=0.29 cores=1,3,5,7
/proc/9110/stat : 9110 (java) S 9108 9108 18108 0 -1 1077944320 8894 0 0 0 26 3 0 0 20 0 15 0 19354484 14309736448 9743 18446744073709551615 4194304 4196468 140729098800112 140729098782656 140712640401143 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
/proc/9110/statm: 3493588 9743 2985 1 0 3482964 0
[pid=9110/tid=9111] ppid=9108 vsize=13974352 memory=-7677926825137650786 CPUtime=0.17 cores=1,3,5,7
/proc/9110/task/9111/stat : 9111 (java) R 9108 9108 18108 0 -1 4202560 6122 0 0 0 15 2 0 0 20 0 15 0 19354485 14309736448 9743 18446744073709551615 4194304 4196468 140729098800112 140712644630880 140712624481630 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9112] ppid=9108 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9112/stat : 9112 (java) S 9108 9108 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19354485 14309736448 9743 18446744073709551615 4194304 4196468 140729098800112 140712597367184 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9113] ppid=9108 vsize=13974352 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9113/stat : 9113 (java) S 9108 9108 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19354485 14309736448 9743 18446744073709551615 4194304 4196468 140729098800112 140712596314384 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9114] ppid=9108 vsize=13974352 memory=4949696295941546885 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9114/stat : 9114 (java) S 9108 9108 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19354485 14309736448 9743 18446744073709551615 4194304 4196468 140729098800112 140712595262096 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9115] ppid=9108 vsize=13974352 memory=7100839852556125036 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9115/stat : 9115 (java) S 9108 9108 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19354485 14309736448 9743 18446744073709551615 4194304 4196468 140729098800112 140712594209296 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9116] ppid=9108 vsize=13974352 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9116/stat : 9116 (java) S 9108 9108 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19354487 14309736448 9743 18446744073709551615 4194304 4196468 140729098800112 140711623375472 140712640412290 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9117] ppid=9108 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9117/stat : 9117 (java) S 9108 9108 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19354487 14309736448 9743 18446744073709551615 4194304 4196468 140729098800112 140711622321440 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9118] ppid=9108 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9118/stat : 9118 (java) S 9108 9108 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19354487 14309736448 9743 18446744073709551615 4194304 4196468 140729098800112 140711621269104 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9119] ppid=9108 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9119/stat : 9119 (java) S 9108 9108 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19354490 14309736448 9743 18446744073709551615 4194304 4196468 140729098800112 140711620217424 140712640419739 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9120] ppid=9108 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/9110/task/9120/stat : 9120 (java) S 9108 9108 18108 0 -1 1077944384 639 0 0 0 2 0 0 0 20 0 15 0 19354490 14309736448 9743 18446744073709551615 4194304 4196468 140729098800112 140711619164272 140712640412290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9121] ppid=9108 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9110/task/9121/stat : 9121 (java) S 9108 9108 18108 0 -1 1077944384 114 0 0 0 1 0 0 0 20 0 15 0 19354490 14309736448 9743 18446744073709551615 4194304 4196468 140729098800112 140711618111472 140712640412290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9122] ppid=9108 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/9110/task/9122/stat : 9122 (java) S 9108 9108 18108 0 -1 1077944384 720 0 0 0 6 0 0 0 20 0 15 0 19354490 14309736448 9743 18446744073709551615 4194304 4196468 140729098800112 140711617059184 140712640412290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9123] ppid=9108 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9123/stat : 9123 (java) S 9108 9108 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19354490 14309736448 9743 18446744073709551615 4194304 4196468 140729098800112 140711616006624 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9124] ppid=9108 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9124/stat : 9124 (java) S 9108 9108 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19354495 14309736448 9743 18446744073709551615 4194304 4196468 140729098800112 140711614954416 140712640412290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 40352 KiB

[startup+0.701794 s]
/proc/loadavg: 1.93 1.79 1.78 6/211 9124
/proc/meminfo: memFree=31231976/32770624 swapFree=67108860/67108860
[pid=9108] ppid=9105 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9108/stat : 9108 (xcsp3-exec) S 9105 9108 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19354476 9740288 345 18446744073709551615 4194304 5098028 140731435445888 140731435443992 140224534307452 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 7 0 0 7196144 7232144 18116608 140731435450746 140731435450950 140731435450950 140731435454443 0
/proc/9108/statm: 2378 345 289 221 0 87 0
[pid=9110] ppid=9108 vsize=13980732 memory=66512 CPUtime=1.15 cores=1,3,5,7
/proc/9110/stat : 9110 (java) S 9108 9108 18108 0 -1 1077944320 13905 0 0 0 110 5 0 0 20 0 15 0 19354484 14316269568 16628 18446744073709551615 4194304 4196468 140729098800112 140729098782656 140712640401143 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
/proc/9110/statm: 3495183 16628 3170 1 0 3483476 0
[pid=9110/tid=9111] ppid=9108 vsize=13980732 memory=7739812346652618081 CPUtime=0.54 cores=1,3,5,7
/proc/9110/task/9111/stat : 9111 (java) R 9108 9108 18108 0 -1 4202560 9343 0 0 0 51 3 0 0 20 0 15 0 19354485 14316269568 16628 18446744073709551615 4194304 4196468 140729098800112 140712644640080 140712624481630 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9112] ppid=9108 vsize=13980732 memory=7523374594901823833 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9112/stat : 9112 (java) S 9108 9108 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19354485 14316269568 16628 18446744073709551615 4194304 4196468 140729098800112 140712597367184 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9113] ppid=9108 vsize=13980732 memory=7595725831727968097 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9113/stat : 9113 (java) S 9108 9108 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19354485 14316269568 16628 18446744073709551615 4194304 4196468 140729098800112 140712596314384 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9114] ppid=9108 vsize=13980732 memory=-8253362762721547640 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9114/stat : 9114 (java) S 9108 9108 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19354485 14316269568 16628 18446744073709551615 4194304 4196468 140729098800112 140712595262096 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9115] ppid=9108 vsize=13980732 memory=8031735012220349003 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9115/stat : 9115 (java) S 9108 9108 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19354485 14316269568 16628 18446744073709551615 4194304 4196468 140729098800112 140712594209296 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9116] ppid=9108 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9116/stat : 9116 (java) S 9108 9108 18108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 19354487 14316269568 16628 18446744073709551615 4194304 4196468 140729098800112 140711623375472 140712640412290 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9117] ppid=9108 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9117/stat : 9117 (java) S 9108 9108 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19354487 14316269568 16628 18446744073709551615 4194304 4196468 140729098800112 140711622321440 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9118] ppid=9108 vsize=13980732 memory=279424264047856 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9118/stat : 9118 (java) S 9108 9108 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19354487 14316269568 16628 18446744073709551615 4194304 4196468 140729098800112 140711621269104 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9119] ppid=9108 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9119/stat : 9119 (java) S 9108 9108 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19354490 14316269568 16628 18446744073709551615 4194304 4196468 140729098800112 140711620217424 140712640419739 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9120] ppid=9108 vsize=13980732 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/9110/task/9120/stat : 9120 (java) R 9108 9108 18108 0 -1 4202560 1122 0 0 0 15 0 0 0 20 0 15 0 19354490 14316269568 16628 18446744073709551615 4194304 4196468 140729098800112 140711619150704 140712621945370 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9121] ppid=9108 vsize=13980732 memory=4580 CPUtime=0.13 cores=1,3,5,7
/proc/9110/task/9121/stat : 9121 (java) R 9108 9108 18108 0 -1 4202560 721 0 0 0 13 0 0 0 20 0 15 0 19354490 14316269568 16628 18446744073709551615 4194304 4196468 140729098800112 140711618104664 140712619565169 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9122] ppid=9108 vsize=13980732 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/9110/task/9122/stat : 9122 (java) R 9108 9108 18108 0 -1 1077944384 1411 0 0 0 29 0 0 0 20 0 15 0 19354490 14316269568 16628 18446744073709551615 4194304 4196468 140729098800112 140711617056976 140712640411349 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9123] ppid=9108 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9123/stat : 9123 (java) S 9108 9108 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19354490 14316269568 16628 18446744073709551615 4194304 4196468 140729098800112 140711616006624 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9124] ppid=9108 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9124/stat : 9124 (java) S 9108 9108 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19354495 14316269568 16628 18446744073709551615 4194304 4196468 140729098800112 140711614954416 140712640412290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 67892 KiB

[startup+1.04978 s]
# the end of solver process 9108 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.15744 s, system=0.063851 s

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

[startup+0.800922 s]
/proc/loadavg: 1.93 1.79 1.78 6/211 9124
/proc/meminfo: memFree=31231976/32770624 swapFree=67108860/67108860
[pid=9108] ppid=9105 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9108/stat : 9108 (xcsp3-exec) S 9105 9108 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19354476 9740288 345 18446744073709551615 4194304 5098028 140731435445888 140731435443992 140224534307452 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 7 0 0 7196144 7232144 18116608 140731435450746 140731435450950 140731435450950 140731435454443 0
/proc/9108/statm: 2378 345 289 221 0 87 0
[pid=9110] ppid=9108 vsize=13980732 memory=70172 CPUtime=1.48 cores=1,3,5,7
/proc/9110/stat : 9110 (java) S 9108 9108 18108 0 -1 1077944320 14880 0 0 0 143 5 0 0 20 0 15 0 19354484 14316269568 17543 18446744073709551615 4194304 4196468 140729098800112 140729098782656 140712640401143 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
/proc/9110/statm: 3495183 17543 3185 1 0 3483476 0
[pid=9110/tid=9111] ppid=9108 vsize=13980732 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/9110/task/9111/stat : 9111 (java) R 9108 9108 18108 0 -1 4202560 9347 0 0 0 61 3 0 0 20 0 15 0 19354485 14316269568 17543 18446744073709551615 4194304 4196468 140729098800112 140712644635552 140712273345532 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9112] ppid=9108 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9112/stat : 9112 (java) S 9108 9108 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19354485 14316269568 17543 18446744073709551615 4194304 4196468 140729098800112 140712597367184 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9113] ppid=9108 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9113/stat : 9113 (java) S 9108 9108 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19354485 14316269568 17543 18446744073709551615 4194304 4196468 140729098800112 140712596314384 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9114] ppid=9108 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9114/stat : 9114 (java) S 9108 9108 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19354485 14316269568 17543 18446744073709551615 4194304 4196468 140729098800112 140712595262096 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9115] ppid=9108 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9115/stat : 9115 (java) S 9108 9108 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19354485 14316269568 17543 18446744073709551615 4194304 4196468 140729098800112 140712594209296 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9116] ppid=9108 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9116/stat : 9116 (java) S 9108 9108 18108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 19354487 14316269568 17543 18446744073709551615 4194304 4196468 140729098800112 140711623375472 140712640412290 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9117] ppid=9108 vsize=13980732 memory=2470747047425 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9117/stat : 9117 (java) S 9108 9108 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19354487 14316269568 17543 18446744073709551615 4194304 4196468 140729098800112 140711622321440 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9118] ppid=9108 vsize=13980732 memory=448804545 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9118/stat : 9118 (java) S 9108 9108 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19354487 14316269568 17543 18446744073709551615 4194304 4196468 140729098800112 140711621269104 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9119] ppid=9108 vsize=13980732 memory=7662151731335751488 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9119/stat : 9119 (java) S 9108 9108 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19354490 14316269568 17543 18446744073709551615 4194304 4196468 140729098800112 140711620217424 140712640419739 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9120] ppid=9108 vsize=13980732 memory=13852 CPUtime=0.24 cores=1,3,5,7
/proc/9110/task/9120/stat : 9120 (java) R 9108 9108 18108 0 -1 4202560 1643 0 0 0 24 0 0 0 20 0 15 0 19354490 14316269568 17543 18446744073709551615 4194304 4196468 140729098800112 140711619163456 140712619572164 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9121] ppid=9108 vsize=13980732 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/9110/task/9121/stat : 9121 (java) R 9108 9108 18108 0 -1 4202560 1094 0 0 0 23 0 0 0 20 0 15 0 19354490 14316269568 17543 18446744073709551615 4194304 4196468 140729098800112 140711618109872 140712621945361 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9122] ppid=9108 vsize=13980732 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/9110/task/9122/stat : 9122 (java) S 9108 9108 18108 0 -1 1077944384 1488 0 0 0 33 0 0 0 20 0 15 0 19354490 14316269568 17543 18446744073709551615 4194304 4196468 140729098800112 140711617059184 140712640412290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9123] ppid=9108 vsize=13980732 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9123/stat : 9123 (java) S 9108 9108 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19354490 14316269568 17543 18446744073709551615 4194304 4196468 140729098800112 140711616006624 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9124] ppid=9108 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9124/stat : 9124 (java) S 9108 9108 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19354495 14316269568 17543 18446744073709551615 4194304 4196468 140729098800112 140711614954416 140712640412290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 71552 KiB

[startup+1.00079 s]*
/proc/loadavg: 1.93 1.79 1.78 5/211 9124
/proc/meminfo: memFree=31204516/32770624 swapFree=67108860/67108860
[pid=9108] ppid=9105 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9108/stat : 9108 (xcsp3-exec) S 9105 9108 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19354476 9740288 345 18446744073709551615 4194304 5098028 140731435445888 140731435443992 140224534307452 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 7 0 0 7196144 7232144 18116608 140731435450746 140731435450950 140731435450950 140731435454443 0
/proc/9108/statm: 2378 345 289 221 0 87 0
[pid=9110] ppid=9108 vsize=13980732 memory=80668 CPUtime=2.11 cores=1,3,5,7
/proc/9110/stat : 9110 (java) S 9108 9108 18108 0 -1 1077944320 17528 0 0 0 206 5 0 0 20 0 15 0 19354484 14316269568 20167 18446744073709551615 4194304 4196468 140729098800112 140729098782656 140712640401143 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
/proc/9110/statm: 3495183 20167 3187 1 0 3483476 0
[pid=9110/tid=9111] ppid=9108 vsize=13980732 memory=8323069512539357860 CPUtime=0.85 cores=1,3,5,7
/proc/9110/task/9111/stat : 9111 (java) R 9108 9108 18108 0 -1 4202560 9347 0 0 0 82 3 0 0 20 0 15 0 19354485 14316269568 20233 18446744073709551615 4194304 4196468 140729098800112 140712644639192 140712624561376 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9112] ppid=9108 vsize=13980732 memory=3461490316923958921 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9112/stat : 9112 (java) S 9108 9108 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19354485 14316269568 20233 18446744073709551615 4194304 4196468 140729098800112 140712597367184 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9113] ppid=9108 vsize=13980732 memory=7947146292805119156 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9113/stat : 9113 (java) S 9108 9108 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19354485 14316269568 20233 18446744073709551615 4194304 4196468 140729098800112 140712596314384 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9114] ppid=9108 vsize=13980732 memory=4783210246327787616 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9114/stat : 9114 (java) S 9108 9108 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19354485 14316269568 20233 18446744073709551615 4194304 4196468 140729098800112 140712595262096 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9115] ppid=9108 vsize=13980732 memory=1401081929475266947 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9115/stat : 9115 (java) S 9108 9108 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19354485 14316269568 20233 18446744073709551615 4194304 4196468 140729098800112 140712594209296 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9116] ppid=9108 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9116/stat : 9116 (java) S 9108 9108 18108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 19354487 14316269568 20233 18446744073709551615 4194304 4196468 140729098800112 140711623375472 140712640412290 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9117] ppid=9108 vsize=13980732 memory=664964232733811010 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9117/stat : 9117 (java) S 9108 9108 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19354487 14316269568 20233 18446744073709551615 4194304 4196468 140729098800112 140711622321440 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9118] ppid=9108 vsize=13980732 memory=-7966001967256141664 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9118/stat : 9118 (java) S 9108 9108 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19354487 14316269568 20233 18446744073709551615 4194304 4196468 140729098800112 140711621269104 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9119] ppid=9108 vsize=13980732 memory=6945782492362334265 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9119/stat : 9119 (java) S 9108 9108 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19354490 14316269568 20233 18446744073709551615 4194304 4196468 140729098800112 140711620217424 140712640419739 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9120] ppid=9108 vsize=13980732 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/9110/task/9120/stat : 9120 (java) R 9108 9108 18108 0 -1 4202560 3327 0 0 0 45 0 0 0 20 0 15 0 19354490 14316269568 20233 18446744073709551615 4194304 4196468 140729098800112 140711619145288 140712623812121 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9121] ppid=9108 vsize=13980732 memory=3472328295574038117 CPUtime=0.43 cores=1,3,5,7
/proc/9110/task/9121/stat : 9121 (java) R 9108 9108 18108 0 -1 4202560 2063 0 0 0 43 0 0 0 20 0 15 0 19354490 14316269568 20233 18446744073709551615 4194304 4196468 140729098800112 140711618097496 140712632690525 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9122] ppid=9108 vsize=13980732 memory=4049755623684826807 CPUtime=0.34 cores=1,3,5,7
/proc/9110/task/9122/stat : 9122 (java) S 9108 9108 18108 0 -1 1077944384 1532 0 0 0 34 0 0 0 20 0 15 0 19354490 14316269568 20233 18446744073709551615 4194304 4196468 140729098800112 140711617059184 140712640412290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9123] ppid=9108 vsize=13980732 memory=734122160798314527 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9123/stat : 9123 (java) S 9108 9108 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19354490 14316269568 20233 18446744073709551615 4194304 4196468 140729098800112 140711616006624 140712640411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
[pid=9110/tid=9124] ppid=9108 vsize=13980732 memory=3617410063735455416 CPUtime=0 cores=1,3,5,7
/proc/9110/task/9124/stat : 9124 (java) S 9108 9108 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19354495 14316269568 20233 18446744073709551615 4194304 4196468 140729098800112 140711614954416 140712640412290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27803648 140729098801586 140729098801762 140729098801762 140729098805199 0
Current children cumulated CPU time: 2.11 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 82048 KiB

Child status: 0
Real time (s): 1.04982
CPU time (s): 2.22129
CPU user time (s): 2.15744
CPU system time (s): 0.063851
CPU usage (%): 211.588
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 82048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.15744
system time used= 0.063851
maximum resident set size= 87700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19102
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= 1781
involuntary context switches= 9


# summary of solver processes directly reported to runsolver:
#   pid: 9108
#   total CPU time (s): 2.22129
#   total CPU user time (s): 2.15744
#   total CPU system time (s): 0.063851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037437 second user time and 0.04762 second system time

The end

Launcher Data

Begin job on node131 at 2017-08-20 07:57:34
IDJOB=4283472
IDBENCH=129045
IDSOLVER=2679
FILE ID=node131/4283472-1503209474
RUNJOBID= node131-1503171558-2271
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j90/Rcpsp-j90-07-04.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-4283472-1503209474/watcher-4283472-1503209474 -o /tmp/evaluation-result-4283472-1503209474/solver-4283472-1503209474 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503171558-2271 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 292598128 HOME/instance-4283472-1503209474.xml

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

MD5SUM BENCH= 7161a4ea6c9fe1994b00af2c2beb2482
RANDOM SEED=292598128

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31270824 kB
MemAvailable:   31675928 kB
Buffers:          204752 kB
Cached:           486760 kB
SwapCached:            0 kB
Active:           606236 kB
Inactive:         482764 kB
Active(anon):     397492 kB
Inactive(anon):    16748 kB
Active(file):     208744 kB
Inactive(file):   466016 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7808 kB
Writeback:             0 kB
AnonPages:        398724 kB
Mapped:            45944 kB
Shmem:             17060 kB
Slab:             117156 kB
SReclaimable:      92360 kB
SUnreclaim:        24796 kB
KernelStack:        3408 kB
PageTables:         5816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     974264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node131 at 2017-08-20 07:57:35