Trace number 4241128

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: cosoco-sat 1.1? (TO) 2400.1 2400.31

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-12-a3.xml
MD5SUM0a01517bf7d7882ddb7c2c03c4be0b51
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark1775.33
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints69
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":66},{"size":501,"count":12}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":78},{"degree":2,"count":66},{"degree":12,"count":10},{"degree":13,"count":2}]
Minimum constraint arity1
Maximum constraint arity66
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":66},{"arity":12,"count":1},{"arity":66,"count":1}]
Number of extensional constraints0
Number of intensional constraints67
Distribution of constraint types[{"type":"intension","count":67},{"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

1.38/1.47	c SAT : Variables: 78012 -- Clauses: 19467156
1.38/1.47	c best=?? lower=0 upper=500 
5.50/5.52	c
5.50/5.52	c This is cosoco 1.0 --  
5.50/5.52	c
5.50/5.52	c enable optimization
5.50/5.52	c ========================================[ Problem Statistics ]===========================================
5.50/5.52	c |                                                                                                       
5.50/5.52	c |  Parse time        :         1.24 s 
5.50/5.52	c |
5.50/5.52	c |               Variables: 156
5.50/5.52	c |            Domain Sizes: 500..501
5.50/5.52	c |
5.50/5.52	c |             Constraints: 80
5.50/5.52	c |                   Arity: 1..66  -- Unary: 2  -- Binary: 11  -- Ternary: 66
5.50/5.52	c | 
5.50/5.52	c |                   Types: 
5.50/5.52	c |                          (X - Y < k): 11
5.50/5.52	c |                          All Different: 1
5.50/5.52	c |                          Intension: 68
5.50/5.52	c |                          
5.50/5.52	c =========================================================================================================
5.50/5.52	o 123
5.50/5.52	c    1 calls to solver: best=123 lower=0 upper=122 
5.60/5.69	conflict 1lvl : 1 bt1-28013:0(1)X4294967295
8.39/8.41	 -> -28013:X(1)conflict 500lvl : 9 bt7-9538:0(6886)X78005162
10.99/11.01	o 109
22.67/22.72	conflict 504lvl : 15 bt15-1008:0(14002)X78047763
29.08/29.16	conflict 503lvl : 15 bt15-1008:0(11606)X78059240
80.76/80.85	conflict 504lvl : 15 bt15-1008:0(11582)X78108659
104.95/105.03	conflict 500lvl : 15 bt15-1008:0(11567)X78123311
156.35/156.41	conflict 499lvl : 15 bt15-1008:0(8738)X78138886
326.43/326.52	o 108
326.43/326.52	c    3 calls to solver: best=108 lower=0 upper=107 
893.09/893.27	conflict 500lvl : 15 bt13-1514:0(8537)X78207333
1481.65/1481.87	o 106
1616.24/1616.44	o 104
1616.24/1616.44	c    5 calls to solver: best=104 lower=0 upper=103 
2124.40/2124.67	o 103

Verifier Data

One s line expected

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-4241128-1500641699/watcher-4241128-1500641699 -o /tmp/evaluation-result-4241128-1500641699/solver-4241128-1500641699 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500623778-4414 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4241128-1500641699.xml 

pid=8248
running on 4 cores: 1,3,5,7

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: 2.08 2.03 2.05 3/187 8251
/proc/meminfo: memFree=30637804/32770624 swapFree=6240/1313144
[pid=8251] ppid=8248 vsize=27652 CPUtime=0 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 1122 0 0 0 0 0 0 0 20 0 1 0 17446223 28315648 898 33554432000 4194304 5970956 140725344696192 140725344695384 5533869 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 6913 898 702 434 0 277 0

[startup+0.10016 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 8251
/proc/meminfo: memFree=30637804/32770624 swapFree=6240/1313144
[pid=8251] ppid=8248 vsize=28976 CPUtime=0.09 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 1533 0 0 0 9 0 0 0 20 0 1 0 17446223 29671424 1360 33554432000 4194304 5970956 140725344696192 140725344689784 4966541 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 7244 1360 781 434 0 608 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28976

[startup+0.200319 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 8251
/proc/meminfo: memFree=30637804/32770624 swapFree=6240/1313144
[pid=8251] ppid=8248 vsize=73676 CPUtime=0.19 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 9942 0 0 0 18 1 0 0 20 0 1 0 17446223 75444224 11286 33554432000 4194304 5970956 140725344696192 140725344693016 139903833748460 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 18453 11286 825 434 0 11817 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 73676

[startup+0.300348 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 8251
/proc/meminfo: memFree=30637804/32770624 swapFree=6240/1313144
[pid=8251] ppid=8248 vsize=140752 CPUtime=0.29 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 19725 0 0 0 26 3 0 0 20 0 1 0 17446223 144130048 26183 33554432000 4194304 5970956 140725344696192 140725344693016 139903833287653 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 35188 26183 825 434 0 28552 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 140752

[startup+0.700293 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 8251
/proc/meminfo: memFree=30637804/32770624 swapFree=6240/1313144
[pid=8251] ppid=8248 vsize=370668 CPUtime=0.68 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 51945 0 0 0 59 9 0 0 20 0 1 0 17446223 379564032 84460 33554432000 4194304 5970956 140725344696192 140725344693016 139903833287653 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 92667 84460 825 434 0 86031 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 370668

[startup+1.50029 s]
/proc/loadavg: 2.08 2.03 2.05 3/188 8252
/proc/meminfo: memFree=30070264/32770624 swapFree=6240/1313156
[pid=8251] ppid=8248 vsize=865028 CPUtime=1.49 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 110869 0 0 0 127 22 0 0 20 0 1 0 17446223 885788672 196497 33554432000 4194304 5970956 140725344696192 140725344692840 4908985 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216257 196497 825 434 0 209621 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 865028

[startup+3.10022 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 8253
/proc/meminfo: memFree=29852480/32770624 swapFree=6240/1313156
[pid=8251] ppid=8248 vsize=865168 CPUtime=3.09 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 112941 0 0 0 286 23 0 0 20 0 1 0 17446223 885932032 196604 33554432000 4194304 5970956 140725344696192 140725344692952 4967872 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216292 196604 840 434 0 209656 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 865168

[startup+6.30022 s]
/proc/loadavg: 2.07 2.03 2.05 3/187 8253
/proc/meminfo: memFree=29852032/32770624 swapFree=6240/1313172
[pid=8251] ppid=8248 vsize=865456 CPUtime=6.29 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 118689 0 0 0 606 23 0 0 20 0 1 0 17446223 886226944 196696 33554432000 4194304 5970956 140725344696192 140725344693528 139903833292169 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216364 196696 844 434 0 209728 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 865456

[startup+12.7002 s]
/proc/loadavg: 2.06 2.03 2.05 3/187 8253
/proc/meminfo: memFree=29851660/32770624 swapFree=6240/1313180
[pid=8251] ppid=8248 vsize=865456 CPUtime=12.68 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 124923 0 0 0 1245 23 0 0 20 0 1 0 17446223 886226944 196697 33554432000 4194304 5970956 140725344696192 140725344693752 4908985 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216364 196697 844 434 0 209728 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 865456

[startup+25.5003 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 8253
/proc/meminfo: memFree=29850888/32770624 swapFree=6240/1313192
[pid=8251] ppid=8248 vsize=865456 CPUtime=25.48 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 131291 0 0 0 2524 24 0 0 20 0 1 0 17446223 886226944 196698 33554432000 4194304 5970956 140725344696192 140725344693528 4976713 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216364 196698 845 434 0 209728 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 865456

[startup+51.1003 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 8253
/proc/meminfo: memFree=29851108/32770624 swapFree=6240/1313212
[pid=8251] ppid=8248 vsize=865456 CPUtime=51.08 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 138788 0 0 0 5084 24 0 0 20 0 1 0 17446223 886226944 196698 33554432000 4194304 5970956 140725344696192 140725344693528 4908971 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216364 196698 845 434 0 209728 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 865456

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 8254
/proc/meminfo: memFree=29851176/32770624 swapFree=6240/1313244
[pid=8251] ppid=8248 vsize=865456 CPUtime=102.26 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 146838 0 0 0 10202 24 0 0 20 0 1 0 17446223 886226944 196698 33554432000 4194304 5970956 140725344696192 140725344693528 4964496 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216364 196698 845 434 0 209728 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 865456

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 8255
/proc/meminfo: memFree=29851096/32770624 swapFree=6240/1313280
[pid=8251] ppid=8248 vsize=865588 CPUtime=162.25 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 153654 0 0 0 16200 25 0 0 20 0 1 0 17446223 886362112 196700 33554432000 4194304 5970956 140725344696192 140725344693528 4967861 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216397 196700 845 434 0 209761 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 865588

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8257
/proc/meminfo: memFree=29850716/32770624 swapFree=6240/1313332
[pid=8251] ppid=8248 vsize=865588 CPUtime=222.24 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 159729 0 0 0 22199 25 0 0 20 0 1 0 17446223 886362112 196700 33554432000 4194304 5970956 140725344696192 140725344693528 5098928 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216397 196700 845 434 0 209761 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 865588

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8258
/proc/meminfo: memFree=29850744/32770624 swapFree=6240/1313364
[pid=8251] ppid=8248 vsize=865588 CPUtime=282.24 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 165486 0 0 0 28198 26 0 0 20 0 1 0 17446223 886362112 196700 33554432000 4194304 5970956 140725344696192 140725344693528 4967849 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216397 196700 845 434 0 209761 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 865588

[startup+342.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/187 8266
/proc/meminfo: memFree=29850636/32770624 swapFree=6240/1313404
[pid=8251] ppid=8248 vsize=865588 CPUtime=342.23 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 168853 0 0 0 34197 26 0 0 20 0 1 0 17446223 886362112 196700 33554432000 4194304 5970956 140725344696192 140725344683496 4968194 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216397 196700 845 434 0 209761 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 865588

[startup+402.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/188 8290
/proc/meminfo: memFree=29849920/32770624 swapFree=6240/1313448
[pid=8251] ppid=8248 vsize=865588 CPUtime=402.23 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 170507 0 0 0 40197 26 0 0 20 0 1 0 17446223 886362112 196700 33554432000 4194304 5970956 140725344696192 140725344683496 5069728 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216397 196700 845 434 0 209761 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 865588

[startup+462.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/188 8291
/proc/meminfo: memFree=29850292/32770624 swapFree=6240/1313480
[pid=8251] ppid=8248 vsize=865588 CPUtime=462.22 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 172514 0 0 0 46196 26 0 0 20 0 1 0 17446223 886362112 196702 33554432000 4194304 5970956 140725344696192 140725344683496 5098928 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216397 196702 845 434 0 209761 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 865588

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 8292
/proc/meminfo: memFree=29850868/32770624 swapFree=6240/1313516
[pid=8251] ppid=8248 vsize=865588 CPUtime=522.22 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 173841 0 0 0 52196 26 0 0 20 0 1 0 17446223 886362112 196702 33554432000 4194304 5970956 140725344696192 140725344683496 5098928 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216397 196702 845 434 0 209761 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 865588

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 8293
/proc/meminfo: memFree=29851392/32770624 swapFree=6240/1313548
[pid=8251] ppid=8248 vsize=865588 CPUtime=582.21 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 175066 0 0 0 58195 26 0 0 20 0 1 0 17446223 886362112 196705 33554432000 4194304 5970956 140725344696192 140725344683496 5052048 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216397 196705 845 434 0 209761 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 865588


################
# More data... #
################


[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8384
/proc/meminfo: memFree=29620432/32770624 swapFree=6240/1314124
[pid=8251] ppid=8248 vsize=865588 CPUtime=1542.15 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 196916 0 0 0 154188 27 0 0 20 0 1 0 17446223 886362112 196730 33554432000 4194304 5970956 140725344696192 140725344693752 5052095 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216397 196730 845 434 0 209761 0
Current children cumulated CPU time (s) 1542.15
Current children cumulated vsize (KiB) 865588

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8385
/proc/meminfo: memFree=29620060/32770624 swapFree=6240/1314152
[pid=8251] ppid=8248 vsize=865720 CPUtime=1602.14 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 198651 0 0 0 160187 27 0 0 20 0 1 0 17446223 886497280 196730 33554432000 4194304 5970956 140725344696192 140725344692952 5052114 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216430 196730 845 434 0 209794 0
Current children cumulated CPU time (s) 1602.14
Current children cumulated vsize (KiB) 865720

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8386
/proc/meminfo: memFree=29619680/32770624 swapFree=6240/1314192
[pid=8251] ppid=8248 vsize=865720 CPUtime=1662.13 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 200018 0 0 0 166186 27 0 0 20 0 1 0 17446223 886497280 196733 33554432000 4194304 5970956 140725344696192 140725344683496 4908967 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216430 196733 845 434 0 209794 0
Current children cumulated CPU time (s) 1662.13
Current children cumulated vsize (KiB) 865720

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8387
/proc/meminfo: memFree=29618432/32770624 swapFree=6240/1314228
[pid=8251] ppid=8248 vsize=865720 CPUtime=1722.13 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 201078 0 0 0 172186 27 0 0 20 0 1 0 17446223 886497280 196733 33554432000 4194304 5970956 140725344696192 140725344683496 4908971 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216430 196733 845 434 0 209794 0
Current children cumulated CPU time (s) 1722.13
Current children cumulated vsize (KiB) 865720

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8388
/proc/meminfo: memFree=29617572/32770624 swapFree=6240/1314260
[pid=8251] ppid=8248 vsize=865720 CPUtime=1782.12 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 202442 0 0 0 178185 27 0 0 20 0 1 0 17446223 886497280 196733 33554432000 4194304 5970956 140725344696192 140725344683496 4977858 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216430 196733 845 434 0 209794 0
Current children cumulated CPU time (s) 1782.12
Current children cumulated vsize (KiB) 865720

[startup+1842.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 8390
/proc/meminfo: memFree=29617588/32770624 swapFree=6240/1314292
[pid=8251] ppid=8248 vsize=865720 CPUtime=1842.12 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 203891 0 0 0 184185 27 0 0 20 0 1 0 17446223 886497280 196733 33554432000 4194304 5970956 140725344696192 140725344683496 4908971 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216430 196733 845 434 0 209794 0
Current children cumulated CPU time (s) 1842.12
Current children cumulated vsize (KiB) 865720

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 8391
/proc/meminfo: memFree=29617960/32770624 swapFree=6240/1314320
[pid=8251] ppid=8248 vsize=865720 CPUtime=1902.11 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 204837 0 0 0 190184 27 0 0 20 0 1 0 17446223 886497280 196734 33554432000 4194304 5970956 140725344696192 140725344683496 5052121 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216430 196734 845 434 0 209794 0
Current children cumulated CPU time (s) 1902.11
Current children cumulated vsize (KiB) 865720

[startup+1962.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 8392
/proc/meminfo: memFree=29617960/32770624 swapFree=6240/1314352
[pid=8251] ppid=8248 vsize=865720 CPUtime=1962.12 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 206450 0 0 0 196184 28 0 0 20 0 1 0 17446223 886497280 196737 33554432000 4194304 5970956 140725344696192 140725344683496 4967872 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216430 196737 845 434 0 209794 0
Current children cumulated CPU time (s) 1962.12
Current children cumulated vsize (KiB) 865720

[startup+2022.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 8394
/proc/meminfo: memFree=29618068/32770624 swapFree=6240/1314400
[pid=8251] ppid=8248 vsize=865720 CPUtime=2022.11 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 207716 0 0 0 202183 28 0 0 20 0 1 0 17446223 886497280 196737 33554432000 4194304 5970956 140725344696192 140725344683496 4967810 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216430 196737 845 434 0 209794 0
Current children cumulated CPU time (s) 2022.11
Current children cumulated vsize (KiB) 865720

[startup+2082.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 8395
/proc/meminfo: memFree=29617952/32770624 swapFree=6240/1314424
[pid=8251] ppid=8248 vsize=865720 CPUtime=2082.11 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 208751 0 0 0 208183 28 0 0 20 0 1 0 17446223 886497280 196737 33554432000 4194304 5970956 140725344696192 140725344683496 5070437 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216430 196737 845 434 0 209794 0
Current children cumulated CPU time (s) 2082.11
Current children cumulated vsize (KiB) 865720

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8403
/proc/meminfo: memFree=29617392/32770624 swapFree=6240/1314480
[pid=8251] ppid=8248 vsize=865720 CPUtime=2142.1 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 210420 0 0 0 214182 28 0 0 20 0 1 0 17446223 886497280 196737 33554432000 4194304 5970956 140725344696192 140725344693752 4908944 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216430 196737 845 434 0 209794 0
Current children cumulated CPU time (s) 2142.1
Current children cumulated vsize (KiB) 865720

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8404
/proc/meminfo: memFree=29617740/32770624 swapFree=6240/1314508
[pid=8251] ppid=8248 vsize=865720 CPUtime=2202.1 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 211833 0 0 0 220182 28 0 0 20 0 1 0 17446223 886497280 196737 33554432000 4194304 5970956 140725344696192 140725344693752 5242813 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216430 196737 845 434 0 209794 0
Current children cumulated CPU time (s) 2202.1
Current children cumulated vsize (KiB) 865720

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8405
/proc/meminfo: memFree=29617492/32770624 swapFree=6240/1314540
[pid=8251] ppid=8248 vsize=865720 CPUtime=2262.09 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 212830 0 0 0 226181 28 0 0 20 0 1 0 17446223 886497280 196737 33554432000 4194304 5970956 140725344696192 140725344693752 5319744 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216430 196737 845 434 0 209794 0
Current children cumulated CPU time (s) 2262.09
Current children cumulated vsize (KiB) 865720

[startup+2322.3 s]
/proc/loadavg: 2.10 2.04 2.05 3/187 8406
/proc/meminfo: memFree=29617468/32770624 swapFree=6240/1314576
[pid=8251] ppid=8248 vsize=865720 CPUtime=2322.08 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 214393 0 0 0 232180 28 0 0 20 0 1 0 17446223 886497280 196743 33554432000 4194304 5970956 140725344696192 140725344693752 4974167 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216430 196743 845 434 0 209794 0
Current children cumulated CPU time (s) 2322.08
Current children cumulated vsize (KiB) 865720

[startup+2382.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/187 8407
/proc/meminfo: memFree=29617252/32770624 swapFree=6240/1314608
[pid=8251] ppid=8248 vsize=865720 CPUtime=2382.08 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 215696 0 0 0 238180 28 0 0 20 0 1 0 17446223 886497280 196743 33554432000 4194304 5970956 140725344696192 140725344693752 4974128 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216430 196743 845 434 0 209794 0
Current children cumulated CPU time (s) 2382.08
Current children cumulated vsize (KiB) 865720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.31 s]
/proc/loadavg: 2.03 2.04 2.05 3/187 8407
/proc/meminfo: memFree=29617244/32770624 swapFree=6240/1314612
[pid=8251] ppid=8248 vsize=865720 CPUtime=2400.08 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 216221 0 0 0 239980 28 0 0 20 0 1 0 17446223 886497280 196743 33554432000 4194304 5970956 140725344696192 140725344693752 4961420 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216430 196743 845 434 0 209794 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 865720

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+2400.31 s]
/proc/loadavg: 2.03 2.04 2.05 3/187 8407
/proc/meminfo: memFree=29617244/32770624 swapFree=6240/1314612
[pid=8251] ppid=8248 vsize=865720 CPUtime=2400.08 cores=1,3,5,7
/proc/8251/stat : 8251 (cosoco) R 8248 8251 4382 0 -1 4202496 216221 0 0 0 239980 28 0 0 20 0 1 0 17446223 886497280 196743 33554432000 4194304 5970956 140725344696192 140725344693752 4961420 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 40374272 140725344703676 140725344703811 140725344703811 140725344706510 0
/proc/8251/statm: 216430 196743 845 434 0 209794 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 865720

Child status: 1
Real time (s): 2400.31
CPU time (s): 2400.1
CPU user time (s): 2399.81
CPU system time (s): 0.291979
CPU usage (%): 99.9914
Max. virtual memory (cumulated for all children) (KiB): 865720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.81
system time used= 0.291979
maximum resident set size= 787020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216319
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71
involuntary context switches= 120658

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.63897 second user time and 8.6272 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-21 14:54:59
IDJOB=4241128
IDBENCH=126205
IDSOLVER=2621
FILE ID=node130/4241128-1500641699
RUNJOBID= node130-1500623778-4414
PBS_JOBID= 20623003
Free space on /tmp= 61964 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-12-a3.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241128-1500641699/watcher-4241128-1500641699 -o /tmp/evaluation-result-4241128-1500641699/solver-4241128-1500641699 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500623778-4414 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4241128-1500641699.xml

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

MD5SUM BENCH= 0a01517bf7d7882ddb7c2c03c4be0b51
RANDOM SEED=622287616

node130.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		: 1600.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.18
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		: 1600.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		: 1600.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.18
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		: 1600.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.18
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		: 1867.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		: 1600.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.18
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		: 1600.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:        30637808 kB
MemAvailable:   31974308 kB
Buffers:          166124 kB
Cached:          1456368 kB
SwapCached:            0 kB
Active:           375724 kB
Inactive:        1330136 kB
Active(anon):      86400 kB
Inactive(anon):    16992 kB
Active(file):     289324 kB
Inactive(file):  1313144 kB
Unevictable:        6240 kB
Mlocked:            6240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2364 kB
Writeback:             0 kB
AnonPages:         90116 kB
Mapped:            34424 kB
Shmem:             17044 kB
Slab:             124972 kB
SReclaimable:      99736 kB
SUnreclaim:        25236 kB
KernelStack:        3296 kB
PageTables:         5508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     370596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61960 MiB
End job on node130 at 2017-07-21 15:35:00