Trace number 4246659

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: choco-solver 4.0.5 (2017-07-05)OPT34 6.9629 1.4102

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-08-a3.xml
MD5SUM86f9a0f9696ddea7c71528c4cbe59182
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark0.33821699
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints31
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":28},{"size":501,"count":8}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":36},{"degree":2,"count":28},{"degree":8,"count":6},{"degree":9,"count":2}]
Minimum constraint arity1
Maximum constraint arity28
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":28},{"arity":8,"count":1},{"arity":28,"count":1}]
Number of extensional constraints0
Number of intensional constraints29
Distribution of constraint types[{"type":"intension","count":29},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4246659-1500687736.xml"  -tl '2400s' -p 8 -x 0
0.00/0.19	c [HOME/instance-4246659-1500687736.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.24	c 8 solvers in parallel
0.00/0.31	c parse instance...
0.00/0.61	c solve instance...
0.00/0.71	o 500 
0.00/0.73	o 44 
0.00/0.74	o 41 
0.00/0.75	o 40 
0.00/0.76	o 39 
0.00/0.78	o 38 
0.00/0.83	o 34 
6.28/1.38	s OPTIMUM FOUND
6.28/1.38	v <instantiation>
6.28/1.38	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[3][4] y[3][5] y[3][6] y[3][7] y[4][5] y[4][6] y[4][7] y[5][6] y[5][7] y[6][7] </list>
6.28/1.38	v 	<values>0 1 4 9 15 22 32 34 1 4 9 15 22 32 34 3 8 14 21 31 33 5 11 18 28 30 6 13 23 25 7 17 19 10 12 2 </values>
6.28/1.38	v </instantiation>

Verifier Data

OK	34

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4246659-1500687736/watcher-4246659-1500687736 -o /tmp/evaluation-result-4246659-1500687736/solver-4246659-1500687736 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500684128-16796 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1492501750 HOME/instance-4246659-1500687736.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 11.87 12.99 13.51 10/263 28297
/proc/meminfo: memFree=21198464/32770624 swapFree=5892/116428
[pid=28297] ppid=28294 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28297/stat : 28297 (xcsp3-exec) S 28294 28297 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4043274 9740288 346 33554432000 4194304 5098028 140723461248304 140723461246408 140705563316860 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 15257600 140723461256334 140723461256544 140723461256544 140723461259243 0
/proc/28297/statm: 2378 346 289 221 0 87 0

[startup+0.100106 s]
/proc/loadavg: 11.87 12.99 13.51 10/263 28297
/proc/meminfo: memFree=21198464/32770624 swapFree=5892/116428
[pid=28297] ppid=28294 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28297/stat : 28297 (xcsp3-exec) S 28294 28297 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4043274 9740288 346 33554432000 4194304 5098028 140723461248304 140723461246408 140705563316860 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 15257600 140723461256334 140723461256544 140723461256544 140723461259243 0
/proc/28297/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200317 s]
/proc/loadavg: 11.87 12.99 13.51 10/263 28297
/proc/meminfo: memFree=21198464/32770624 swapFree=5892/116428
[pid=28297] ppid=28294 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28297/stat : 28297 (xcsp3-exec) S 28294 28297 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4043274 9740288 346 33554432000 4194304 5098028 140723461248304 140723461246408 140705563316860 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 15257600 140723461256334 140723461256544 140723461256544 140723461259243 0
/proc/28297/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300255 s]
/proc/loadavg: 11.87 12.99 13.51 10/263 28297
/proc/meminfo: memFree=21198464/32770624 swapFree=5892/116428
[pid=28297] ppid=28294 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28297/stat : 28297 (xcsp3-exec) S 28294 28297 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4043274 9740288 346 33554432000 4194304 5098028 140723461248304 140723461246408 140705563316860 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 15257600 140723461256334 140723461256544 140723461256544 140723461259243 0
/proc/28297/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.70016 s]
/proc/loadavg: 11.87 12.99 13.51 10/263 28297
/proc/meminfo: memFree=21198464/32770624 swapFree=5892/116428
[pid=28297] ppid=28294 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28297/stat : 28297 (xcsp3-exec) S 28294 28297 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4043274 9740288 346 33554432000 4194304 5098028 140723461248304 140723461246408 140705563316860 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 15257600 140723461256334 140723461256544 140723461256544 140723461259243 0
/proc/28297/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

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

[startup+0.800279 s]
/proc/loadavg: 11.87 12.99 13.51 10/263 28297
/proc/meminfo: memFree=21198464/32770624 swapFree=5892/116428
[pid=28297] ppid=28294 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28297/stat : 28297 (xcsp3-exec) S 28294 28297 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4043274 9740288 346 33554432000 4194304 5098028 140723461248304 140723461246408 140705563316860 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 15257600 140723461256334 140723461256544 140723461256544 140723461259243 0
/proc/28297/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.22174 s]
/proc/loadavg: 11.08 12.81 13.45 21/292 28382
/proc/meminfo: memFree=21020284/32770624 swapFree=5892/116432
[pid=28297] ppid=28294 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28297/stat : 28297 (xcsp3-exec) S 28294 28297 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4043274 9740288 346 33554432000 4194304 5098028 140723461248304 140723461246408 140705563316860 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 15257600 140723461256334 140723461256544 140723461256544 140723461259243 0
/proc/28297/statm: 2378 346 289 221 0 87 0
[pid=28298] ppid=28297 vsize=13868332 CPUtime=5.65 cores=0,2,4,6,8,10,12,14
/proc/28298/stat : 28298 (java) S 28297 28297 15667 0 -1 1077944320 18779 0 0 0 556 9 0 0 20 0 28 0 4043274 14201171968 47820 33554432000 4194304 4196468 140729183521696 140729183504240 139780856037111 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
/proc/28298/statm: 3467083 47820 3247 1 0 3454316 0
[pid=28298/tid=28299] ppid=28297 vsize=13868332 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28299/stat : 28299 (java) S 28297 28297 15667 0 -1 1077944384 6903 0 0 0 58 2 0 0 20 0 28 0 4043274 14201171968 47820 33554432000 4194304 4196468 140729183521696 139780860277888 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28301] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28301/stat : 28301 (java) S 28297 28297 15667 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 4043275 14201171968 47820 33554432000 4194304 4196468 140729183521696 139780788173712 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28302] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28302/stat : 28302 (java) S 28297 28297 15667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 4043275 14201171968 47820 33554432000 4194304 4196468 140729183521696 139780787120912 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28303] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28303/stat : 28303 (java) S 28297 28297 15667 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 4043275 14201171968 47820 33554432000 4194304 4196468 140729183521696 139780786068624 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28304] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28304/stat : 28304 (java) S 28297 28297 15667 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 4043275 14201171968 47820 33554432000 4194304 4196468 140729183521696 139780451961872 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28305] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28305/stat : 28305 (java) S 28297 28297 15667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 4043275 14201171968 47820 33554432000 4194304 4196468 140729183521696 139780450908560 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28306] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28306/stat : 28306 (java) S 28297 28297 15667 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 4043275 14201171968 47820 33554432000 4194304 4196468 140729183521696 139780449855760 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28307] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28307/stat : 28307 (java) S 28297 28297 15667 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 4043275 14201171968 47820 33554432000 4194304 4196468 140729183521696 139780448803472 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28308] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28308/stat : 28308 (java) S 28297 28297 15667 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 4043275 14201171968 47820 33554432000 4194304 4196468 140729183521696 139780447750672 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28309] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28309/stat : 28309 (java) S 28297 28297 15667 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 4043278 14201171968 47820 33554432000 4194304 4196468 140729183521696 139780385446512 139780856048258 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28310] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28310/stat : 28310 (java) S 28297 28297 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4043278 14201171968 47820 33554432000 4194304 4196468 140729183521696 139780384392480 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28311] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28311/stat : 28311 (java) S 28297 28297 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4043279 14201171968 47820 33554432000 4194304 4196468 140729183521696 139780383340144 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28312] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28312/stat : 28312 (java) S 28297 28297 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4043282 14201171968 47820 33554432000 4194304 4196468 140729183521696 139779450071632 139780856055707 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28313] ppid=28297 vsize=13868332 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28313/stat : 28313 (java) R 28297 28297 15667 0 -1 4202560 2164 0 0 0 41 0 0 0 20 0 28 0 4043282 14201171968 47820 33554432000 4194304 4196468 140729183521696 139779449017544 139780840930913 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28314] ppid=28297 vsize=13868332 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28314/stat : 28314 (java) R 28297 28297 15667 0 -1 4202560 2137 0 0 0 40 0 0 0 20 0 28 0 4043282 14201171968 47820 33554432000 4194304 4196468 140729183521696 139779447951584 139780841163497 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28315] ppid=28297 vsize=13868332 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28315/stat : 28315 (java) R 28297 28297 15667 0 -1 4202560 1682 0 0 0 40 0 0 0 20 0 28 0 4043282 14201171968 47820 33554432000 4194304 4196468 140729183521696 139779446909760 139780842051420 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28316] ppid=28297 vsize=13868332 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28316/stat : 28316 (java) S 28297 28297 15667 0 -1 1077944384 3017 0 0 0 51 1 0 0 20 0 28 0 4043282 14201171968 47820 33554432000 4194304 4196468 140729183521696 139779445860592 139780856048258 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28317] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28317/stat : 28317 (java) S 28297 28297 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4043283 14201171968 47820 33554432000 4194304 4196468 140729183521696 139779444808544 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28318] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28318/stat : 28318 (java) S 28297 28297 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4043283 14201171968 47820 33554432000 4194304 4196468 140729183521696 139779443755824 139780856048258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28375] ppid=28297 vsize=13868332 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28375/stat : 28375 (java) R 28297 28297 15667 0 -1 4202560 19 0 0 0 25 0 0 0 20 0 28 0 4043357 14201171968 47820 33554432000 4194304 4196468 140729183521696 139778830714312 139780469472293 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28376] ppid=28297 vsize=13868332 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28376/stat : 28376 (java) R 28297 28297 15667 0 -1 4202560 20 0 0 0 28 0 0 0 20 0 28 0 4043357 14201171968 47820 33554432000 4194304 4196468 140729183521696 139778823343960 139780469703504 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28377] ppid=28297 vsize=13868332 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28377/stat : 28377 (java) R 28297 28297 15667 0 -1 4202560 20 0 0 0 30 0 0 0 20 0 28 0 4043357 14201171968 47820 33554432000 4194304 4196468 140729183521696 139778831765600 139780469724679 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28378] ppid=28297 vsize=13868332 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28378/stat : 28378 (java) R 28297 28297 15667 0 -1 4202560 20 0 0 0 34 0 0 0 20 0 28 0 4043357 14201171968 47820 33554432000 4194304 4196468 140729183521696 139778827555848 139780469734854 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28379] ppid=28297 vsize=13868332 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28379/stat : 28379 (java) R 28297 28297 15667 0 -1 4202560 17 0 0 0 29 0 0 0 20 0 28 0 4043357 14201171968 47820 33554432000 4194304 4196468 140729183521696 139778824396352 139780469733570 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28380] ppid=28297 vsize=13868332 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28380/stat : 28380 (java) R 28297 28297 15667 0 -1 4202560 18 0 0 0 29 0 0 0 20 0 28 0 4043357 14201171968 47820 33554432000 4194304 4196468 140729183521696 139778829658552 139780469495280 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28381] ppid=28297 vsize=13868332 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28381/stat : 28381 (java) R 28297 28297 15667 0 -1 4202560 17 0 0 0 29 0 0 0 20 0 28 0 4043357 14201171968 47820 33554432000 4194304 4196468 140729183521696 139778826501696 139780836880034 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28382] ppid=28297 vsize=13868332 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28382/stat : 28382 (java) R 28297 28297 15667 0 -1 4202560 20 0 0 0 31 0 0 0 20 0 28 0 4043357 14201171968 47820 33554432000 4194304 4196468 140729183521696 139778828609160 139780469513907 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 13877844

[startup+1.4016 s]
/proc/loadavg: 11.08 12.81 13.45 21/292 28382
/proc/meminfo: memFree=21020284/32770624 swapFree=5892/116432
[pid=28297] ppid=28294 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28297/stat : 28297 (xcsp3-exec) S 28294 28297 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4043274 9740288 346 33554432000 4194304 5098028 140723461248304 140723461246408 140705563316860 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 15257600 140723461256334 140723461256544 140723461256544 140723461259243 0
/proc/28297/statm: 2378 346 289 221 0 87 0
[pid=28298] ppid=28297 vsize=13868332 CPUtime=6.95 cores=0,2,4,6,8,10,12,14
/proc/28298/stat : 28298 (java) S 28297 28297 15667 0 -1 1077944320 19004 0 0 0 686 9 0 0 20 0 19 0 4043274 14201171968 48004 33554432000 4194304 4196468 140729183521696 140729183504240 139780856037111 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
/proc/28298/statm: 3467083 48004 3247 1 0 3454316 0
[pid=28298/tid=28299] ppid=28297 vsize=13868332 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28299/stat : 28299 (java) S 28297 28297 15667 0 -1 1077944384 6908 0 0 0 58 2 0 0 20 0 19 0 4043274 14201171968 48004 33554432000 4194304 4196468 140729183521696 139780860279952 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28301] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28301/stat : 28301 (java) S 28297 28297 15667 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 4043275 14201171968 48004 33554432000 4194304 4196468 140729183521696 139780788173712 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28302] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28302/stat : 28302 (java) S 28297 28297 15667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 4043275 14201171968 48004 33554432000 4194304 4196468 140729183521696 139780787120912 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28303] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28303/stat : 28303 (java) S 28297 28297 15667 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 19 0 4043275 14201171968 48004 33554432000 4194304 4196468 140729183521696 139780786068624 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28304] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28304/stat : 28304 (java) S 28297 28297 15667 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 19 0 4043275 14201171968 48004 33554432000 4194304 4196468 140729183521696 139780451961872 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28305] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28305/stat : 28305 (java) S 28297 28297 15667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 4043275 14201171968 48004 33554432000 4194304 4196468 140729183521696 139780450908560 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28306] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28306/stat : 28306 (java) S 28297 28297 15667 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 4043275 14201171968 48004 33554432000 4194304 4196468 140729183521696 139780449855760 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28307] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28307/stat : 28307 (java) S 28297 28297 15667 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 4043275 14201171968 48004 33554432000 4194304 4196468 140729183521696 139780448803472 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28308] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28308/stat : 28308 (java) S 28297 28297 15667 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 19 0 4043275 14201171968 48004 33554432000 4194304 4196468 140729183521696 139780447750672 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28309] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28309/stat : 28309 (java) S 28297 28297 15667 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 4043278 14201171968 48004 33554432000 4194304 4196468 140729183521696 139780385446720 139780856048258 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28310] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28310/stat : 28310 (java) S 28297 28297 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 4043278 14201171968 48004 33554432000 4194304 4196468 140729183521696 139780384392480 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28311] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28311/stat : 28311 (java) S 28297 28297 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 4043279 14201171968 48004 33554432000 4194304 4196468 140729183521696 139780383340144 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28312] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28312/stat : 28312 (java) S 28297 28297 15667 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 4043282 14201171968 48004 33554432000 4194304 4196468 140729183521696 139779450070400 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28313] ppid=28297 vsize=13868332 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28313/stat : 28313 (java) S 28297 28297 15667 0 -1 1077944384 2204 0 0 0 50 0 0 0 20 0 19 0 4043282 14201171968 48004 33554432000 4194304 4196468 140729183521696 139779448998880 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28314] ppid=28297 vsize=13868332 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28314/stat : 28314 (java) S 28297 28297 15667 0 -1 1077944384 2253 0 0 0 55 0 0 0 20 0 19 0 4043282 14201171968 48004 33554432000 4194304 4196468 140729183521696 139779447950192 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28315] ppid=28297 vsize=13868332 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28315/stat : 28315 (java) S 28297 28297 15667 0 -1 1077944384 1701 0 0 0 56 0 0 0 20 0 19 0 4043282 14201171968 48004 33554432000 4194304 4196468 140729183521696 139779446893792 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28316] ppid=28297 vsize=13868332 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28316/stat : 28316 (java) S 28297 28297 15667 0 -1 1077944384 3041 0 0 0 54 1 0 0 20 0 19 0 4043282 14201171968 48004 33554432000 4194304 4196468 140729183521696 139779445860592 139780856048258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
[pid=28298/tid=28317] ppid=28297 vsize=13868332 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28298/task/28317/stat : 28317 (java) S 28297 28297 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 4043283 14201171968 48004 33554432000 4194304 4196468 140729183521696 139779444808544 139780856047317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35385344 140729183524028 140729183524204 140729183524204 140729183526863 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 13877844

Child status: 0
Real time (s): 1.4102
CPU time (s): 6.9629
CPU user time (s): 6.86451
CPU system time (s): 0.098391
CPU usage (%): 493.753
Max. virtual memory (cumulated for all children) (KiB): 13877844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.86451
system time used= 0.098391
maximum resident set size= 193332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19537
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= 3848
involuntary context switches= 775

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.018023 second user time and 0.022029 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 03:42:16
IDJOB=4246659
IDBENCH=126212
IDSOLVER=2625
FILE ID=node104/4246659-1500687736
RUNJOBID= node104-1500684128-16796
PBS_JOBID= 20623031
Free space on /tmp= 61904 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-08-a3.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246659-1500687736/watcher-4246659-1500687736 -o /tmp/evaluation-result-4246659-1500687736/solver-4246659-1500687736 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500684128-16796 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1492501750 HOME/instance-4246659-1500687736.xml

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

MD5SUM BENCH= 86f9a0f9696ddea7c71528c4cbe59182
RANDOM SEED=1492501750

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21199368 kB
MemAvailable:   21385456 kB
Buffers:          163656 kB
Cached:           286604 kB
SwapCached:          256 kB
Active:         10912952 kB
Inactive:         173072 kB
Active(anon):   10590928 kB
Inactive(anon):    56372 kB
Active(file):     322024 kB
Inactive(file):   116700 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67105468 kB
Dirty:              7932 kB
Writeback:            24 kB
AnonPages:      10645328 kB
Mapped:            42588 kB
Shmem:              8772 kB
Slab:             161240 kB
SReclaimable:     126396 kB
SUnreclaim:        34844 kB
KernelStack:        4736 kB
PageTables:        26664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   10918256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10348544 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= 61896 MiB
End job on node104 at 2017-07-22 03:42:18