Trace number 4282374

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)SAT 0.86187798 0.64301997

General information on the benchmark

NameCoveringArray/CoveringArray-elt-s1/
CoveringArray-elt-3-04-2-09.xml
MD5SUM2324a6ffb08ebf271119fd35f5319f57
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.0040500001
Satisfiable
(Un)Satisfiability was proved
Number of variables68
Number of constraints45
Number of domains2
Minimum domain size8
Maximum domain size9
Distribution of domain sizes[{"size":8,"count":36},{"size":9,"count":32}]
Minimum variable degree2
Maximum variable degree9
Distribution of variable degrees[{"degree":2,"count":32},{"degree":9,"count":36}]
Minimum constraint arity4
Maximum constraint arity10
Distribution of constraint arities[{"arity":4,"count":9},{"arity":8,"count":4},{"arity":10,"count":32}]
Number of extensional constraints9
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":9},{"type":"allDifferent","count":4},{"type":"element","count":32}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.12	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282374-1503164615.xml"  -tl '2520s' -p 1 -x 0
0.05/0.31	c [HOME/instance-4282374-1503164615.xml, -tl, 2520s, -p, 1, -x, 0]
0.21/0.37	c simple solver
0.37/0.44	c parse instance...
0.55/0.60	c solve instance...
0.78/0.63	s SATISFIABLE
0.78/0.63	v <instantiation>
0.78/0.63	v 	<list>p[0][0] p[0][1] p[0][2] p[0][3] p[0][4] p[0][5] p[0][6] p[0][7] p[1][0] p[1][1] p[1][2] p[1][3] p[1][4] p[1][5] p[1][6] p[1][7] p[2][0] p[2][1] p[2][2] p[2][3] p[2][4] p[2][5] p[2][6] p[2][7] p[3][0] p[3][1] p[3][2] p[3][3] p[3][4] p[3][5] p[3][6] p[3][7] v[0][0] v[0][1] v[0][2] v[0][3] v[0][4] v[0][5] v[0][6] v[0][7] v[0][8] v[1][0] v[1][1] v[1][2] v[1][3] v[1][4] v[1][5] v[1][6] v[1][7] v[1][8] v[2][0] v[2][1] v[2][2] v[2][3] v[2][4] v[2][5] v[2][6] v[2][7] v[2][8] v[3][0] v[3][1] v[3][2] v[3][3] v[3][4] v[3][5] v[3][6] v[3][7] v[3][8] </list>
0.78/0.63	v 	<values>5 7 3 8 0 4 1 2 5 7 8 3 4 0 1 2 5 3 8 7 1 0 4 2 5 0 4 7 1 3 8 2 4 6 7 2 5 0 0 1 3 5 6 7 3 4 0 0 1 2 5 4 7 1 6 0 0 3 2 1 4 7 5 2 0 0 3 6 </values>
0.78/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 (13310 MiB free)
  memory of node 1: 16384 MiB (15505 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282374-1503164615/watcher-4282374-1503164615 -o /tmp/evaluation-result-4282374-1503164615/solver-4282374-1503164615 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503095854-18172 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1918015694 HOME/instance-4282374-1503164615.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=815, runsolver pid=812

[startup+0.100158 s]*
/proc/loadavg: 2.02 2.02 2.05 2/196 816
/proc/meminfo: memFree=29508040/32770624 swapFree=67108860/67108860
[pid=815] ppid=812 vsize=33976 memory=456 CPUtime=0 cores=1,3,5,7
/proc/815/stat : 815 (runsolver) D 812 815 18108 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 14868556 34791424 114 18446744073709551615 4194304 4346622 140721935328768 140721935325400 140419417891543 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6446216 6449568 19079168 140721935331383 140721935331877 140721935331877 140721935335370 0
/proc/815/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.208991 s]*
/proc/loadavg: 2.02 2.02 2.05 2/210 830
/proc/meminfo: memFree=29497912/32770624 swapFree=67108860/67108860
[pid=815] ppid=812 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/815/stat : 815 (xcsp3-exec) S 812 815 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14868556 9740288 345 18446744073709551615 4194304 5098028 140736158471104 140736158469208 140476682838652 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 12 0 0 7196144 7232144 23724032 140736158478713 140736158478918 140736158478918 140736158482411 0
/proc/815/statm: 2378 345 289 221 0 87 0
[pid=817] ppid=815 vsize=13907304 memory=20896 CPUtime=0.05 cores=1,3,5,7
/proc/817/stat : 817 (java) S 815 815 18108 0 -1 1077944320 4606 0 0 0 4 1 0 0 20 0 14 0 14868568 14241079296 5224 18446744073709551615 4194304 4196468 140727284511040 140727284493584 140521549668087 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
/proc/817/statm: 3476826 5224 2575 1 0 3466323 0
[pid=817/tid=818] ppid=815 vsize=13907304 memory=7022364594140610616 CPUtime=0.04 cores=1,3,5,7
/proc/817/task/818/stat : 818 (java) D 815 815 18108 0 -1 4202560 2794 0 0 0 4 0 0 0 20 0 14 0 14868568 14241079296 5224 18446744073709551615 4194304 4196468 140727284511040 140521553905568 140521549690109 0 4 1 16800974 18446744071580418449 0 0 -1 3 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=819] ppid=815 vsize=13907304 memory=4294979800 CPUtime=0 cores=1,3,5,7
/proc/817/task/819/stat : 819 (java) S 815 815 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 14868569 14241079296 5224 18446744073709551615 4194304 4196468 140727284511040 140521469082640 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=820] ppid=815 vsize=13907304 memory=140419420989862 CPUtime=0 cores=1,3,5,7
/proc/817/task/820/stat : 820 (java) S 815 815 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 14868569 14241079296 5224 18446744073709551615 4194304 4196468 140727284511040 140521468030096 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=821] ppid=815 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/821/stat : 821 (java) S 815 815 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 14868569 14241079296 5224 18446744073709551615 4194304 4196468 140727284511040 140521466977040 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=822] ppid=815 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/817/task/822/stat : 822 (java) S 815 815 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 14868569 14241079296 5224 18446744073709551615 4194304 4196468 140727284511040 140521146149776 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=823] ppid=815 vsize=13907304 memory=140419420841600 CPUtime=0 cores=1,3,5,7
/proc/817/task/823/stat : 823 (java) S 815 815 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 14868571 14241079296 5224 18446744073709551615 4194304 4196468 140727284511040 140520734980336 140521549679234 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=824] ppid=815 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/817/task/824/stat : 824 (java) S 815 815 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 14868571 14241079296 5224 18446744073709551615 4194304 4196468 140727284511040 140520733926560 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=825] ppid=815 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/825/stat : 825 (java) S 815 815 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 14868571 14241079296 5224 18446744073709551615 4194304 4196468 140727284511040 140520732873456 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=826] ppid=815 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/826/stat : 826 (java) S 815 815 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 14868574 14241079296 5224 18446744073709551615 4194304 4196468 140727284511040 140520731822032 140521549686683 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=827] ppid=815 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/827/stat : 827 (java) S 815 815 18108 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 14 0 14868574 14241079296 5224 18446744073709551615 4194304 4196468 140727284511040 140520730770160 140521549679234 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=828] ppid=815 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/817/task/828/stat : 828 (java) S 815 815 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 14868574 14241079296 5224 18446744073709551615 4194304 4196468 140727284511040 140520729717616 140521549679234 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=829] ppid=815 vsize=13907304 memory=140419420841600 CPUtime=0 cores=1,3,5,7
/proc/817/task/829/stat : 829 (java) S 815 815 18108 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 14 0 14868574 14241079296 5224 18446744073709551615 4194304 4196468 140727284511040 140520728664560 140521549679234 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=830] ppid=815 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/817/task/830/stat : 830 (java) S 815 815 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 14868574 14241079296 5224 18446744073709551615 4194304 4196468 140727284511040 140520659610464 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 22276 KiB

[startup+0.311509 s]*
/proc/loadavg: 2.02 2.02 2.05 5/211 831
/proc/meminfo: memFree=29488404/32770624 swapFree=67108860/67108860
[pid=815] ppid=812 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/815/stat : 815 (xcsp3-exec) S 812 815 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14868556 9740288 345 18446744073709551615 4194304 5098028 140736158471104 140736158469208 140476682838652 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 12 0 0 7196144 7232144 23724032 140736158478713 140736158478918 140736158478918 140736158482411 0
/proc/815/statm: 2378 345 289 221 0 87 0
[pid=817] ppid=815 vsize=13974352 memory=31492 CPUtime=0.21 cores=1,3,5,7
/proc/817/stat : 817 (java) S 815 815 18108 0 -1 1077944320 6315 0 0 0 20 1 0 0 20 0 15 0 14868568 14309736448 7873 18446744073709551615 4194304 4196468 140727284511040 140727284493584 140521549668087 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
/proc/817/statm: 3493588 7873 2963 1 0 3482964 0
[pid=817/tid=818] ppid=815 vsize=13974352 memory=1398720917958146503 CPUtime=0.13 cores=1,3,5,7
/proc/817/task/818/stat : 818 (java) R 815 815 18108 0 -1 4202560 3596 0 0 0 12 1 0 0 20 0 15 0 14868568 14309736448 7937 18446744073709551615 4194304 4196468 140727284511040 140521553906832 140521549690013 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=819] ppid=815 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/819/stat : 819 (java) S 815 815 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868569 14309736448 7937 18446744073709551615 4194304 4196468 140727284511040 140521469082640 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=820] ppid=815 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/817/task/820/stat : 820 (java) S 815 815 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868569 14309736448 7937 18446744073709551615 4194304 4196468 140727284511040 140521468030096 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=821] ppid=815 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/821/stat : 821 (java) S 815 815 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868569 14309736448 7937 18446744073709551615 4194304 4196468 140727284511040 140521466977040 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=822] ppid=815 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/817/task/822/stat : 822 (java) S 815 815 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14868569 14309736448 7937 18446744073709551615 4194304 4196468 140727284511040 140521146149776 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=823] ppid=815 vsize=13974352 memory=140419420841600 CPUtime=0 cores=1,3,5,7
/proc/817/task/823/stat : 823 (java) S 815 815 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868571 14309736448 7937 18446744073709551615 4194304 4196468 140727284511040 140520734980336 140521549679234 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=824] ppid=815 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/817/task/824/stat : 824 (java) S 815 815 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14868571 14309736448 7937 18446744073709551615 4194304 4196468 140727284511040 140520733926560 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=825] ppid=815 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/825/stat : 825 (java) S 815 815 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14868571 14309736448 7937 18446744073709551615 4194304 4196468 140727284511040 140520732873456 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=826] ppid=815 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/826/stat : 826 (java) S 815 815 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14868574 14309736448 7937 18446744073709551615 4194304 4196468 140727284511040 140520731822032 140521549686683 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=827] ppid=815 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/817/task/827/stat : 827 (java) S 815 815 18108 0 -1 1077944384 429 0 0 0 1 0 0 0 20 0 15 0 14868574 14309736448 7937 18446744073709551615 4194304 4196468 140727284511040 140520730770160 140521549679234 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=828] ppid=815 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/817/task/828/stat : 828 (java) S 815 815 18108 0 -1 1077944384 307 0 0 0 1 0 0 0 20 0 15 0 14868574 14309736448 7937 18446744073709551615 4194304 4196468 140727284511040 140520729717616 140521549679234 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=829] ppid=815 vsize=13974352 memory=140419420841600 CPUtime=0.05 cores=1,3,5,7
/proc/817/task/829/stat : 829 (java) S 815 815 18108 0 -1 1077944384 734 0 0 0 5 0 0 0 20 0 15 0 14868574 14309736448 7937 18446744073709551615 4194304 4196468 140727284511040 140520728664560 140521549679234 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=830] ppid=815 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/817/task/830/stat : 830 (java) S 815 815 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14868574 14309736448 7937 18446744073709551615 4194304 4196468 140727284511040 140520659610464 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=831] ppid=815 vsize=13974352 memory=140419420841600 CPUtime=0 cores=1,3,5,7
/proc/817/task/831/stat : 831 (java) S 815 815 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14868579 14309736448 7937 18446744073709551615 4194304 4196468 140727284511040 140520658557488 140521549679234 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 32872 KiB

[startup+0.642945 s]
# the end of solver process 815 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.804376 s, system=0.057502 s

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

[startup+0.410402 s]*
/proc/loadavg: 2.02 2.02 2.05 3/211 831
/proc/meminfo: memFree=29478672/32770624 swapFree=67108860/67108860
[pid=815] ppid=812 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/815/stat : 815 (xcsp3-exec) S 812 815 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14868556 9740288 345 18446744073709551615 4194304 5098028 140736158471104 140736158469208 140476682838652 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 12 0 0 7196144 7232144 23724032 140736158478713 140736158478918 140736158478918 140736158482411 0
/proc/815/statm: 2378 345 289 221 0 87 0
[pid=817] ppid=815 vsize=13978608 memory=42456 CPUtime=0.37 cores=1,3,5,7
/proc/817/stat : 817 (java) S 815 815 18108 0 -1 1077944320 9875 0 0 0 34 3 0 0 20 0 15 0 14868568 14314094592 10614 18446744073709551615 4194304 4196468 140727284511040 140727284493584 140521549668087 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
/proc/817/statm: 3494652 10614 3017 1 0 3482964 0
[pid=817/tid=818] ppid=815 vsize=13978608 memory=7022364594140610616 CPUtime=0.22 cores=1,3,5,7
/proc/817/task/818/stat : 818 (java) R 815 815 18108 0 -1 4202560 6973 0 0 0 20 2 0 0 20 0 15 0 14868568 14314094592 10614 18446744073709551615 4194304 4196468 140727284511040 140521553878992 140521542346101 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=819] ppid=815 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/819/stat : 819 (java) S 815 815 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868569 14314094592 10614 18446744073709551615 4194304 4196468 140727284511040 140521469082640 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=820] ppid=815 vsize=13978608 memory=140419420946176 CPUtime=0 cores=1,3,5,7
/proc/817/task/820/stat : 820 (java) S 815 815 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868569 14314094592 10614 18446744073709551615 4194304 4196468 140727284511040 140521468030096 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=821] ppid=815 vsize=13978608 memory=140419420841600 CPUtime=0 cores=1,3,5,7
/proc/817/task/821/stat : 821 (java) S 815 815 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868569 14314094592 10614 18446744073709551615 4194304 4196468 140727284511040 140521466977040 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=822] ppid=815 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/817/task/822/stat : 822 (java) S 815 815 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14868569 14314094592 10614 18446744073709551615 4194304 4196468 140727284511040 140521146149776 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=823] ppid=815 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/823/stat : 823 (java) S 815 815 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868571 14314094592 10614 18446744073709551615 4194304 4196468 140727284511040 140520734980336 140521549679234 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=824] ppid=815 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/817/task/824/stat : 824 (java) S 815 815 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14868571 14314094592 10614 18446744073709551615 4194304 4196468 140727284511040 140520733926560 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=825] ppid=815 vsize=13978608 memory=140419420841600 CPUtime=0 cores=1,3,5,7
/proc/817/task/825/stat : 825 (java) S 815 815 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14868571 14314094592 10614 18446744073709551615 4194304 4196468 140727284511040 140520732873456 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=826] ppid=815 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/817/task/826/stat : 826 (java) S 815 815 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14868574 14314094592 10614 18446744073709551615 4194304 4196468 140727284511040 140520731822032 140521549686683 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=827] ppid=815 vsize=13978608 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/817/task/827/stat : 827 (java) S 815 815 18108 0 -1 1077944384 509 0 0 0 3 0 0 0 20 0 15 0 14868574 14314094592 10614 18446744073709551615 4194304 4196468 140727284511040 140520730770160 140521549679234 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=828] ppid=815 vsize=13978608 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/817/task/828/stat : 828 (java) S 815 815 18108 0 -1 1077944384 328 0 0 0 2 0 0 0 20 0 15 0 14868574 14314094592 10614 18446744073709551615 4194304 4196468 140727284511040 140520729717616 140521549679234 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=829] ppid=815 vsize=13978608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/817/task/829/stat : 829 (java) R 815 815 18108 0 -1 4202560 769 0 0 0 8 0 0 0 20 0 15 0 14868574 14314094592 10614 18446744073709551615 4194304 4196468 140727284511040 140520728664560 140521549689434 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=830] ppid=815 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/830/stat : 830 (java) S 815 815 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14868574 14314094592 10614 18446744073709551615 4194304 4196468 140727284511040 140520659610464 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=831] ppid=815 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/831/stat : 831 (java) S 815 815 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14868579 14314094592 10614 18446744073709551615 4194304 4196468 140727284511040 140520658557488 140521549679234 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 43836 KiB

[startup+0.613084 s]
/proc/loadavg: 2.02 2.02 2.05 4/211 831
/proc/meminfo: memFree=29472544/32770624 swapFree=67108860/67108860
[pid=815] ppid=812 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/815/stat : 815 (xcsp3-exec) S 812 815 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14868556 9740288 345 18446744073709551615 4194304 5098028 140736158471104 140736158469208 140476682838652 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 12 0 0 7196144 7232144 23724032 140736158478713 140736158478918 140736158478918 140736158482411 0
/proc/815/statm: 2378 345 289 221 0 87 0
[pid=817] ppid=815 vsize=13980732 memory=56032 CPUtime=0.78 cores=1,3,5,7
/proc/817/stat : 817 (java) S 815 815 18108 0 -1 1077944320 12178 0 0 0 73 5 0 0 20 0 15 0 14868568 14316269568 14008 18446744073709551615 4194304 4196468 140727284511040 140727284493584 140521549668087 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
/proc/817/statm: 3495183 14008 3152 1 0 3483476 0
[pid=817/tid=818] ppid=815 vsize=13980732 memory=26121 CPUtime=0.42 cores=1,3,5,7
/proc/817/task/818/stat : 818 (java) R 815 815 18108 0 -1 4202560 8419 0 0 0 38 4 0 0 20 0 15 0 14868568 14316269568 14008 18446744073709551615 4194304 4196468 140727284511040 140521553891024 140521147386851 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=819] ppid=815 vsize=13980732 memory=7898351070516488779 CPUtime=0 cores=1,3,5,7
/proc/817/task/819/stat : 819 (java) S 815 815 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868569 14316269568 14008 18446744073709551615 4194304 4196468 140727284511040 140521469082640 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=820] ppid=815 vsize=13980732 memory=8996927271563261482 CPUtime=0 cores=1,3,5,7
/proc/817/task/820/stat : 820 (java) S 815 815 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868569 14316269568 14008 18446744073709551615 4194304 4196468 140727284511040 140521468030096 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=821] ppid=815 vsize=13980732 memory=-8990767739041718176 CPUtime=0 cores=1,3,5,7
/proc/817/task/821/stat : 821 (java) S 815 815 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868569 14316269568 14008 18446744073709551615 4194304 4196468 140727284511040 140521466977040 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=822] ppid=815 vsize=13980732 memory=7682744562830902035 CPUtime=0 cores=1,3,5,7
/proc/817/task/822/stat : 822 (java) S 815 815 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14868569 14316269568 14008 18446744073709551615 4194304 4196468 140727284511040 140521146149776 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=823] ppid=815 vsize=13980732 memory=4137287014106042739 CPUtime=0 cores=1,3,5,7
/proc/817/task/823/stat : 823 (java) S 815 815 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14868571 14316269568 14008 18446744073709551615 4194304 4196468 140727284511040 140520734980336 140521549679234 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=824] ppid=815 vsize=13980732 memory=-7595718147998060693 CPUtime=0 cores=1,3,5,7
/proc/817/task/824/stat : 824 (java) S 815 815 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14868571 14316269568 14008 18446744073709551615 4194304 4196468 140727284511040 140520733926560 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=825] ppid=815 vsize=13980732 memory=-4051592751533505334 CPUtime=0 cores=1,3,5,7
/proc/817/task/825/stat : 825 (java) S 815 815 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14868571 14316269568 14008 18446744073709551615 4194304 4196468 140727284511040 140520732873456 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=826] ppid=815 vsize=13980732 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/817/task/826/stat : 826 (java) S 815 815 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14868574 14316269568 14008 18446744073709551615 4194304 4196468 140727284511040 140520731822032 140521549686683 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=827] ppid=815 vsize=13980732 memory=6944656575208382560 CPUtime=0.09 cores=1,3,5,7
/proc/817/task/827/stat : 827 (java) D 815 815 18108 0 -1 4202560 819 0 0 0 9 0 0 0 20 0 15 0 14868574 14316269568 14008 18446744073709551615 4194304 4196468 140727284511040 140520730751176 140521542385239 0 4 1 16800974 18446744071582151463 0 0 -1 5 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=828] ppid=815 vsize=13980732 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/817/task/828/stat : 828 (java) R 815 815 18108 0 -1 4202560 569 0 0 0 7 0 0 0 20 0 15 0 14868574 14316269568 14008 18446744073709551615 4194304 4196468 140727284511040 140520729698632 140521530368384 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=829] ppid=815 vsize=13980732 memory=6944656575208382560 CPUtime=0.18 cores=1,3,5,7
/proc/817/task/829/stat : 829 (java) D 815 815 18108 0 -1 4202560 1065 0 0 0 18 0 0 0 20 0 15 0 14868574 14316269568 14008 18446744073709551615 4194304 4196468 140727284511040 140520728660616 140521542385239 0 4 1 16800974 18446744071582151463 0 0 -1 3 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=830] ppid=815 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/830/stat : 830 (java) S 815 815 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14868574 14316269568 14008 18446744073709551615 4194304 4196468 140727284511040 140520659610464 140521549678293 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
[pid=817/tid=831] ppid=815 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/817/task/831/stat : 831 (java) S 815 815 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14868579 14316269568 14008 18446744073709551615 4194304 4196468 140727284511040 140520658557488 140521549679234 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10817536 140727284519346 140727284519522 140727284519522 140727284522959 0
Current children cumulated CPU time: 0.78 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 57412 KiB

Child status: 0
Real time (s): 0.64302
CPU time (s): 0.861878
CPU user time (s): 0.804376
CPU system time (s): 0.057502
CPU usage (%): 134.036
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 57412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.804376
system time used= 0.057502
maximum resident set size= 61012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13266
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= 1211
involuntary context switches= 3


# summary of solver processes directly reported to runsolver:
#   pid: 815
#   total CPU time (s): 0.861878
#   total CPU user time (s): 0.804376
#   total CPU system time (s): 0.057502

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.022351 second user time and 0.048723 second system time

The end

Launcher Data

Begin job on node131 at 2017-08-19 19:29:55
IDJOB=4282374
IDBENCH=139761
IDSOLVER=2677
FILE ID=node131/4282374-1503164615
RUNJOBID= node131-1503095854-18172
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/CoveringArray/CoveringArray-elt-s1/CoveringArray-elt-3-04-2-09.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-4282374-1503164615/watcher-4282374-1503164615 -o /tmp/evaluation-result-4282374-1503164615/solver-4282374-1503164615 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503095854-18172 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1918015694 HOME/instance-4282374-1503164615.xml

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

MD5SUM BENCH= 2324a6ffb08ebf271119fd35f5319f57
RANDOM SEED=1918015694

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:        29508504 kB
MemAvailable:   29871084 kB
Buffers:          186716 kB
Cached:           463108 kB
SwapCached:            0 kB
Active:          2379080 kB
Inactive:         467572 kB
Active(anon):    2197132 kB
Inactive(anon):    16748 kB
Active(file):     181948 kB
Inactive(file):   450824 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7988 kB
Writeback:             0 kB
AnonPages:       2211152 kB
Mapped:            44604 kB
Shmem:             17060 kB
Slab:             115816 kB
SReclaimable:      91288 kB
SUnreclaim:        24528 kB
KernelStack:        3712 kB
PageTables:         9136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4284984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2088960 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-19 19:29:56