Trace number 4272675

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 5a (2017-07-26)SAT 0.881971 0.64485598

General information on the benchmark

NameRenault/Renault-m1-s1/
Renault-souffleuse.xml
MD5SUMdf23e3c33d5f18cffd66f727a476ed8f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.005752
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints35
Number of domains9
Minimum domain size2
Maximum domain size12
Distribution of domain sizes[{"size":2,"count":5},{"size":3,"count":6},{"size":4,"count":8},{"size":5,"count":6},{"size":6,"count":2},{"size":7,"count":2},{"size":8,"count":1},{"size":9,"count":1},{"size":12,"count":1}]
Minimum variable degree1
Maximum variable degree5
Distribution of variable degrees[{"degree":1,"count":8},{"degree":2,"count":14},{"degree":3,"count":7},{"degree":5,"count":3}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":33},{"arity":3,"count":2}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.11	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272675-1502728634.xml"  -tl '2520s' -p 1 -x 3
0.06/0.31	c [HOME/instance-4272675-1502728634.xml, -tl, 2520s, -p, 1, -x, 3]
0.22/0.37	c simple solver
0.39/0.43	c parse instance...
0.80/0.61	c solve instance...
0.80/0.63	s SATISFIABLE
0.80/0.63	v <instantiation>
0.80/0.63	v 	<list>x1 x3 x7 x0[0] x0[1] x0[2] x0[3] x0[4] x0[5] x2[0] x2[1] x2[2] x2[3] x2[4] x2[5] x4[0] x4[1] x5[0] x5[1] x5[2] x5[3] x5[4] x6[0] x6[1] x6[2] x6[3] x6[4] x6[5] x6[6] x6[7] x8[0] x8[1] </list>
0.80/0.63	v 	<values>4 1 0 0 0 0 0 0 0 0 2 0 0 0 0 1 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
0.80/0.63	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272675-1502728634/watcher-4272675-1502728634 -o /tmp/evaluation-result-4272675-1502728634/solver-4272675-1502728634 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 756475379 HOME/instance-4272675-1502728634.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
Current StackSize limit: 8192 KiB

solver pid=15019, runsolver pid=15016

[startup+0.100157 s]*
/proc/loadavg: 1.32 1.40 1.40 2/199 15020
/proc/meminfo: memFree=30802636/32770624 swapFree=67108860/67108860
[pid=15019] ppid=15016 vsize=33976 memory=456 CPUtime=0 cores=1,3,5,7
/proc/15019/stat : 15019 (runsolver) D 15016 15019 7968 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 26746066 34791424 114 18446744073709551615 4194304 4346622 140726699001088 140726698997720 140517231137495 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6446216 6449568 11186176 140726699008056 140726699008549 140726699008549 140726699012042 0
/proc/15019/statm: 8494 114 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.209248 s]*
/proc/loadavg: 1.32 1.40 1.40 2/213 15034
/proc/meminfo: memFree=30791344/32770624 swapFree=67108860/67108860
[pid=15019] ppid=15016 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15019/stat : 15019 (xcsp3-exec) S 15016 15019 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 26746066 9740288 345 18446744073709551615 4194304 5098028 140728646034656 140728646032760 140334237614716 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 11 0 0 7196144 7232144 38170624 140728646037882 140728646038086 140728646038086 140728646041579 0
/proc/15019/statm: 2378 345 289 221 0 87 0
[pid=15021] ppid=15019 vsize=13907304 memory=21400 CPUtime=0.06 cores=1,3,5,7
/proc/15021/stat : 15021 (java) S 15019 15019 7968 0 -1 1077944320 4803 0 0 0 5 1 0 0 20 0 14 0 26746078 14241079296 5350 18446744073709551615 4194304 4196468 140729876072608 140729876055152 139831919505143 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
/proc/15021/statm: 3476826 5350 2554 1 0 3466323 0
[pid=15021/tid=15022] ppid=15019 vsize=13907304 memory=7078076838863583841 CPUtime=0.04 cores=1,3,5,7
/proc/15021/task/15022/stat : 15022 (java) D 15019 15019 7968 0 -1 4202560 2972 0 0 0 4 0 0 0 20 0 14 0 26746078 14241079296 5350 18446744073709551615 4194304 4196468 140729876072608 139831923742624 139831919527165 0 4 1 16800974 18446744071580418449 0 0 -1 7 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15023] ppid=15019 vsize=13907304 memory=4123389896250521363 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15023/stat : 15023 (java) S 15019 15019 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 26746079 14241079296 5350 18446744073709551615 4194304 4196468 140729876072608 139831861451280 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15024] ppid=15019 vsize=13907304 memory=140517234087552 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15024/stat : 15024 (java) S 15019 15019 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 26746079 14241079296 5350 18446744073709551615 4194304 4196468 140729876072608 139831860398736 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15025] ppid=15019 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15025/stat : 15025 (java) S 15019 15019 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 26746079 14241079296 5350 18446744073709551615 4194304 4196468 140729876072608 139831859345680 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15026] ppid=15019 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15026/stat : 15026 (java) S 15019 15019 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 26746079 14241079296 5350 18446744073709551615 4194304 4196468 140729876072608 139831858293136 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15027] ppid=15019 vsize=13907304 memory=140517234087552 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15027/stat : 15027 (java) S 15019 15019 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 26746080 14241079296 5350 18446744073709551615 4194304 4196468 140729876072608 139831465224944 139831919516290 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15028] ppid=15019 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15028/stat : 15028 (java) S 15019 15019 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 26746081 14241079296 5350 18446744073709551615 4194304 4196468 140729876072608 139831464171168 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15029] ppid=15019 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15029/stat : 15029 (java) S 15019 15019 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 26746081 14241079296 5350 18446744073709551615 4194304 4196468 140729876072608 139831463118064 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15030] ppid=15019 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15030/stat : 15030 (java) S 15019 15019 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 26746083 14241079296 5350 18446744073709551615 4194304 4196468 140729876072608 139831462066640 139831919523739 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15031] ppid=15019 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15031/stat : 15031 (java) S 15019 15019 7968 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 14 0 26746083 14241079296 5350 18446744073709551615 4194304 4196468 140729876072608 139831461013744 139831919516290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15032] ppid=15019 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15032/stat : 15032 (java) S 15019 15019 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 26746083 14241079296 5350 18446744073709551615 4194304 4196468 140729876072608 139831459961200 139831919516290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15033] ppid=15019 vsize=13907304 memory=140517234087552 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15033/stat : 15033 (java) S 15019 15019 7968 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 14 0 26746083 14241079296 5350 18446744073709551615 4194304 4196468 140729876072608 139831458908144 139831919516290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15034] ppid=15019 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15034/stat : 15034 (java) S 15019 15019 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 26746083 14241079296 5350 18446744073709551615 4194304 4196468 140729876072608 139831457855840 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 22780 KiB

[startup+0.310136 s]*
/proc/loadavg: 1.32 1.40 1.40 4/214 15035
/proc/meminfo: memFree=30783256/32770624 swapFree=67108860/67108860
[pid=15019] ppid=15016 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15019/stat : 15019 (xcsp3-exec) S 15016 15019 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 26746066 9740288 345 18446744073709551615 4194304 5098028 140728646034656 140728646032760 140334237614716 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 11 0 0 7196144 7232144 38170624 140728646037882 140728646038086 140728646038086 140728646041579 0
/proc/15019/statm: 2378 345 289 221 0 87 0
[pid=15021] ppid=15019 vsize=13976336 memory=33080 CPUtime=0.22 cores=1,3,5,7
/proc/15021/stat : 15021 (java) S 15019 15019 7968 0 -1 1077944320 6724 0 0 0 20 2 0 0 20 0 15 0 26746078 14311768064 8270 18446744073709551615 4194304 4196468 140729876072608 140729876055152 139831919505143 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
/proc/15021/statm: 3494084 8270 2985 1 0 3483460 0
[pid=15021/tid=15022] ppid=15019 vsize=13976336 memory=4278483708103473607 CPUtime=0.13 cores=1,3,5,7
/proc/15021/task/15022/stat : 15022 (java) R 15019 15019 7968 0 -1 4202560 4101 0 0 0 12 1 0 0 20 0 15 0 26746078 14311768064 8468 18446744073709551615 4194304 4196468 140729876072608 139831923727520 139831912184861 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15023] ppid=15019 vsize=13976336 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15023/stat : 15023 (java) S 15019 15019 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 26746079 14311768064 8468 18446744073709551615 4194304 4196468 140729876072608 139831861451280 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15024] ppid=15019 vsize=13977964 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15024/stat : 15024 (java) S 15019 15019 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 26746079 14313435136 8468 18446744073709551615 4194304 4196468 140729876072608 139831860398736 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15025] ppid=15019 vsize=13977964 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15025/stat : 15025 (java) S 15019 15019 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 26746079 14313435136 8468 18446744073709551615 4194304 4196468 140729876072608 139831859345680 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15026] ppid=15019 vsize=13977964 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15026/stat : 15026 (java) S 15019 15019 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 26746079 14313435136 8468 18446744073709551615 4194304 4196468 140729876072608 139831858293136 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15027] ppid=15019 vsize=13977964 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15027/stat : 15027 (java) S 15019 15019 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 26746080 14313435136 8468 18446744073709551615 4194304 4196468 140729876072608 139831465224944 139831919516290 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15028] ppid=15019 vsize=13977964 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15028/stat : 15028 (java) S 15019 15019 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 26746081 14313435136 8468 18446744073709551615 4194304 4196468 140729876072608 139831464171168 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15029] ppid=15019 vsize=13977964 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15029/stat : 15029 (java) S 15019 15019 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 26746081 14313435136 8468 18446744073709551615 4194304 4196468 140729876072608 139831463118064 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15030] ppid=15019 vsize=13977964 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15030/stat : 15030 (java) S 15019 15019 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 26746083 14313435136 8468 18446744073709551615 4194304 4196468 140729876072608 139831462066640 139831919523739 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15031] ppid=15019 vsize=13977964 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/15021/task/15031/stat : 15031 (java) S 15019 15019 7968 0 -1 1077944384 530 0 0 0 1 0 0 0 20 0 15 0 26746083 14313435136 8534 18446744073709551615 4194304 4196468 140729876072608 139831461013744 139831919516290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15032] ppid=15019 vsize=13977964 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/15021/task/15032/stat : 15032 (java) S 15019 15019 7968 0 -1 1077944384 248 0 0 0 1 0 0 0 20 0 15 0 26746083 14313435136 8534 18446744073709551615 4194304 4196468 140729876072608 139831459961200 139831919516290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15033] ppid=15019 vsize=13977964 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/15021/task/15033/stat : 15033 (java) S 15019 15019 7968 0 -1 1077944384 700 0 0 0 5 0 0 0 20 0 15 0 26746083 14313435136 8534 18446744073709551615 4194304 4196468 140729876072608 139831458908144 139831919516290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15034] ppid=15019 vsize=13977964 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15034/stat : 15034 (java) S 15019 15019 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 26746083 14313435136 8534 18446744073709551615 4194304 4196468 140729876072608 139831457855840 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15035] ppid=15019 vsize=13977964 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15035/stat : 15035 (java) S 15019 15019 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 26746089 14313435136 8600 18446744073709551615 4194304 4196468 140729876072608 139831456803888 139831919516290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 13985848 KiB
Current children cumulated memory: 34460 KiB

[startup+0.644807 s]
# the end of solver process 15019 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.836024 s, system=0.045947 s

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

[startup+0.410587 s]*
/proc/loadavg: 1.32 1.40 1.40 6/214 15035
/proc/meminfo: memFree=30770584/32770624 swapFree=67108860/67108860
[pid=15019] ppid=15016 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15019/stat : 15019 (xcsp3-exec) S 15016 15019 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 26746066 9740288 345 18446744073709551615 4194304 5098028 140728646034656 140728646032760 140334237614716 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 11 0 0 7196144 7232144 38170624 140728646037882 140728646038086 140728646038086 140728646041579 0
/proc/15019/statm: 2378 345 289 221 0 87 0
[pid=15021] ppid=15019 vsize=13978608 memory=43112 CPUtime=0.39 cores=1,3,5,7
/proc/15021/stat : 15021 (java) S 15019 15019 7968 0 -1 1077944320 10035 0 0 0 36 3 0 0 20 0 15 0 26746078 14314094592 10778 18446744073709551615 4194304 4196468 140729876072608 140729876055152 139831919505143 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
/proc/15021/statm: 3494652 10778 3055 1 0 3482964 0
[pid=15021/tid=15022] ppid=15019 vsize=13978608 memory=7078076838863583841 CPUtime=0.23 cores=1,3,5,7
/proc/15021/task/15022/stat : 15022 (java) R 15019 15019 7968 0 -1 4202560 7106 0 0 0 21 2 0 0 20 0 15 0 26746078 14314094592 10778 18446744073709551615 4194304 4196468 140729876072608 139831923743664 139831919526490 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15023] ppid=15019 vsize=13978608 memory=4123389896250521363 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15023/stat : 15023 (java) S 15019 15019 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 26746079 14314094592 10778 18446744073709551615 4194304 4196468 140729876072608 139831861451280 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15024] ppid=15019 vsize=13978608 memory=140517234087552 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15024/stat : 15024 (java) S 15019 15019 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 26746079 14314094592 10778 18446744073709551615 4194304 4196468 140729876072608 139831860398736 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15025] ppid=15019 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15025/stat : 15025 (java) S 15019 15019 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 26746079 14314094592 10778 18446744073709551615 4194304 4196468 140729876072608 139831859345680 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15026] ppid=15019 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15026/stat : 15026 (java) S 15019 15019 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 26746079 14314094592 10778 18446744073709551615 4194304 4196468 140729876072608 139831858293136 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15027] ppid=15019 vsize=13978608 memory=140517234087552 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15027/stat : 15027 (java) S 15019 15019 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 26746080 14314094592 10778 18446744073709551615 4194304 4196468 140729876072608 139831465224944 139831919516290 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15028] ppid=15019 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15028/stat : 15028 (java) S 15019 15019 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 26746081 14314094592 10778 18446744073709551615 4194304 4196468 140729876072608 139831464171168 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15029] ppid=15019 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15029/stat : 15029 (java) S 15019 15019 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 26746081 14314094592 10778 18446744073709551615 4194304 4196468 140729876072608 139831463118064 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15030] ppid=15019 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15030/stat : 15030 (java) S 15019 15019 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 26746083 14314094592 10778 18446744073709551615 4194304 4196468 140729876072608 139831462066640 139831919523739 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15031] ppid=15019 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15021/task/15031/stat : 15031 (java) S 15019 15019 7968 0 -1 1077944384 539 0 0 0 2 0 0 0 20 0 15 0 26746083 14314094592 10778 18446744073709551615 4194304 4196468 140729876072608 139831461013744 139831919516290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15032] ppid=15019 vsize=13978608 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/15021/task/15032/stat : 15032 (java) S 15019 15019 7968 0 -1 1077944384 346 0 0 0 2 0 0 0 20 0 15 0 26746083 14314094592 10778 18446744073709551615 4194304 4196468 140729876072608 139831459961200 139831919516290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15033] ppid=15019 vsize=13978608 memory=140517234087552 CPUtime=0.09 cores=1,3,5,7
/proc/15021/task/15033/stat : 15033 (java) S 15019 15019 7968 0 -1 1077944384 740 0 0 0 9 0 0 0 20 0 15 0 26746083 14314094592 10778 18446744073709551615 4194304 4196468 140729876072608 139831458908144 139831919516290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15034] ppid=15019 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15034/stat : 15034 (java) S 15019 15019 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 26746083 14314094592 10778 18446744073709551615 4194304 4196468 140729876072608 139831457855840 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15035] ppid=15019 vsize=13978608 memory=140517234087552 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15035/stat : 15035 (java) S 15019 15019 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 26746089 14314094592 10778 18446744073709551615 4194304 4196468 140729876072608 139831456803888 139831919516290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 44492 KiB

[startup+0.615678 s]
/proc/loadavg: 1.32 1.40 1.40 4/214 15035
/proc/meminfo: memFree=30766900/32770624 swapFree=67108860/67108860
[pid=15019] ppid=15016 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15019/stat : 15019 (xcsp3-exec) S 15016 15019 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 26746066 9740288 345 18446744073709551615 4194304 5098028 140728646034656 140728646032760 140334237614716 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 11 0 0 7196144 7232144 38170624 140728646037882 140728646038086 140728646038086 140728646041579 0
/proc/15019/statm: 2378 345 289 221 0 87 0
[pid=15021] ppid=15019 vsize=13980732 memory=55660 CPUtime=0.8 cores=1,3,5,7
/proc/15021/stat : 15021 (java) S 15019 15019 7968 0 -1 1077944320 12037 0 0 0 76 4 0 0 20 0 15 0 26746078 14316269568 13915 18446744073709551615 4194304 4196468 140729876072608 140729876055152 139831919505143 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
/proc/15021/statm: 3495183 13915 3144 1 0 3483476 0
[pid=15021/tid=15022] ppid=15019 vsize=13980732 memory=301794158559136024 CPUtime=0.42 cores=1,3,5,7
/proc/15021/task/15022/stat : 15022 (java) R 15019 15019 7968 0 -1 1077944384 8419 0 0 0 40 2 0 0 20 0 15 0 26746078 14316269568 13915 18446744073709551615 4194304 4196468 140729876072608 139831923740992 139831919515349 0 4 1 16800974 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15023] ppid=15019 vsize=13980732 memory=1414353297708861353 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15023/stat : 15023 (java) S 15019 15019 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 26746079 14316269568 13915 18446744073709551615 4194304 4196468 140729876072608 139831861451280 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15024] ppid=15019 vsize=13980732 memory=4945125699554088323 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15024/stat : 15024 (java) S 15019 15019 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 26746079 14316269568 13915 18446744073709551615 4194304 4196468 140729876072608 139831860398736 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15025] ppid=15019 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15025/stat : 15025 (java) S 15019 15019 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 26746079 14316269568 13915 18446744073709551615 4194304 4196468 140729876072608 139831859345680 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15026] ppid=15019 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15026/stat : 15026 (java) S 15019 15019 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 26746079 14316269568 13915 18446744073709551615 4194304 4196468 140729876072608 139831858293136 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15027] ppid=15019 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15027/stat : 15027 (java) S 15019 15019 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 26746080 14316269568 13915 18446744073709551615 4194304 4196468 140729876072608 139831465224944 139831919516290 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15028] ppid=15019 vsize=13980732 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15028/stat : 15028 (java) S 15019 15019 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 26746081 14316269568 13915 18446744073709551615 4194304 4196468 140729876072608 139831464171168 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15029] ppid=15019 vsize=13980732 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15029/stat : 15029 (java) S 15019 15019 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 26746081 14316269568 13915 18446744073709551615 4194304 4196468 140729876072608 139831463118064 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15030] ppid=15019 vsize=13980732 memory=-6421031960926448530 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15030/stat : 15030 (java) S 15019 15019 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 26746083 14316269568 13915 18446744073709551615 4194304 4196468 140729876072608 139831462066640 139831919523739 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15031] ppid=15019 vsize=13980732 memory=7806822172630997102 CPUtime=0.07 cores=1,3,5,7
/proc/15021/task/15031/stat : 15031 (java) R 15019 15019 7968 0 -1 4202560 710 0 0 0 7 0 0 0 20 0 15 0 26746083 14316269568 13915 18446744073709551615 4194304 4196468 140729876072608 139831461002480 139831900205440 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15032] ppid=15019 vsize=13980732 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15021/task/15032/stat : 15032 (java) R 15019 15019 7968 0 -1 4202560 565 0 0 0 7 0 0 0 20 0 15 0 26746083 14316269568 13915 18446744073709551615 4194304 4196468 140729876072608 139831459961200 139831905113820 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15033] ppid=15019 vsize=13980732 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/15021/task/15033/stat : 15033 (java) S 15019 15019 7968 0 -1 1077944384 1083 0 0 0 20 0 0 0 20 0 15 0 26746083 14316269568 13915 18446744073709551615 4194304 4196468 140729876072608 139831458908144 139831919516290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15034] ppid=15019 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15034/stat : 15034 (java) S 15019 15019 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 26746083 14316269568 13915 18446744073709551615 4194304 4196468 140729876072608 139831457855840 139831919515349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
[pid=15021/tid=15035] ppid=15019 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15021/task/15035/stat : 15035 (java) S 15019 15019 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 26746089 14316269568 13915 18446744073709551615 4194304 4196468 140729876072608 139831456803888 139831919516290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36638720 140729876074930 140729876075106 140729876075106 140729876078543 0
Current children cumulated CPU time: 0.8 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 57040 KiB

Child status: 0
Real time (s): 0.644856
CPU time (s): 0.881971
CPU user time (s): 0.836024
CPU system time (s): 0.045947
CPU usage (%): 136.77
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 57040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.836024
system time used= 0.045947
maximum resident set size= 60968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13249
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= 1319
involuntary context switches= 3


# summary of solver processes directly reported to runsolver:
#   pid: 15019
#   total CPU time (s): 0.881971
#   total CPU user time (s): 0.836024
#   total CPU system time (s): 0.045947

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.022992 second user time and 0.049982 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-14 18:23:17
IDJOB=4272675
IDBENCH=123012
IDSOLVER=2664
FILE ID=node128/4272675-1502728634
RUNJOBID= node128-1502649221-29001
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Renault/Renault-m1-s1/Renault-souffleuse.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-4272675-1502728634/watcher-4272675-1502728634 -o /tmp/evaluation-result-4272675-1502728634/solver-4272675-1502728634 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 756475379 HOME/instance-4272675-1502728634.xml

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

MD5SUM BENCH= df23e3c33d5f18cffd66f727a476ed8f
RANDOM SEED=756475379

node128.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.94
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.94
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.94
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.94
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:        30802560 kB
MemAvailable:   31605556 kB
Buffers:          201164 kB
Cached:           886576 kB
SwapCached:            0 kB
Active:           741000 kB
Inactive:         809744 kB
Active(anon):     463104 kB
Inactive(anon):    16764 kB
Active(file):     277896 kB
Inactive(file):   792980 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7956 kB
Writeback:             0 kB
AnonPages:        433784 kB
Mapped:            48172 kB
Shmem:             17116 kB
Slab:             121236 kB
SReclaimable:      95908 kB
SUnreclaim:        25328 kB
KernelStack:        3808 kB
PageTables:         5980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1057988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    346112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-14 18:23:18